﻿
fieldset label {
    /* font-weight: bold; */
    text-decoration: none !important;
    cursor: default;
    margin-left: 0px;
}

    fieldset label:hover {
        /* font-weight: bold; */
        color: #000;
        text-decoration: none !important;
        cursor: default;
    }
.container {
    width: 95%;
    margin-left:auto;
    margin-right:auto;
}

.progressbar {
    counter-reset: step;
    width: 100%;
    padding: 0 0 0 0 !important;
}

    .progressbar li {
        list-style-type: none;
        float: left;
        width: 25%;
        position: relative;
        text-align: center;
        font-size: smaller;
        /*width: 85%;*/
        /*margin: auto;*/
    }

        .progressbar li:before {
            content: counter(step);
            counter-increment: step;
            /*content: '1';*/
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #ddd;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child::after {
            content: none;
        }

        .progressbar li.active {
            color: black;
            font-weight: 600;
        }

            .progressbar li.active:before {
                border-color: #b6ff00;
                background-color: #2e9f09;
            }

/*.progressbar li.active + li:after {
                    background-color: #2e9f09;
                }*/

.button2 {
    display: inline;
    outline: none;
    border: none;
    font-weight: bold;
    margin: 3px;
    border: 1px dotted #0caa00;
    background: #0caa00;
    /*padding: 7px 27px;*/
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 30px 10px 30px; 
}

.buttonwhite {
    display: inline;
    outline: none;
    border: none;
    font-weight: bold;
    margin: 3px;
    border: 2px solid #0caa00;
    background: #fff;
    /*padding: 7px 27px;*/
    text-decoration: none;
    color: #0caa00;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 30px 10px 30px; 
}


input[type="button"]:disabled {
    background-color: #bababa !important;
    color: #dbeed8;
}

/*fieldset {*/
.fieldset {
    font-size: 15px;
    width: 100%;
    margin: auto;
    background-color: white;
    border-radius: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
}

    /*fieldset:hover {
        border: 2px solid #2e9f09;
    }*/

footer {
    float: right;
}

.terms {
    color: #002a81;
    font-weight: 700;
    font-size: 12pt;
}

.DefaultFont {
    font-size: 12pt;
}

   .welcomeFont {
        color: #002a81;
        font-size: 13pt;
        font-weight: 700;
        line-height: 150%;
    }

.WelcomefontSize {
        font-size: 12pt;
    }

.ConfirmationFontWeight {
    font-weight: bold;
}


/*   ATM linked Account List */
#tblATMAccountList {
    width: 80%;
    border-collapse: collapse;
}

    #tblATMAccountList > thead > tr th {
        line-height: 20px;
        min-height: 20px;
        vertical-align: middle;
        font-size: 12pt;
        font-weight: bold;
        color: #000;
    }

    #tblATMAccountList > thead > tr {
        background-color: #d2d2d2;
    }

        #tblATMAccountList > thead > tr th {
            border-width: 1px;
            border: 1px 1px 0px 0px;
            border-style: solid;
            border-color: #333;
        }


        #tblATMAccountList > thead > tr:first-child {
            width: 20px;
        }


    #tblATMAccountList tr td {
        line-height: 20px;
        min-height: 20px;
        vertical-align: middle;
        font-size: 12pt;
        font-weight: bold;
        color: #000;
        padding-left: 5px;
        border-width: 1px;
        border: 1px 1px 0px 0px;
        border-style: solid;
        border-color: #333;
    }




.please {
    color: #002a81;
    font-weight: 700;
    font-size: 13pt;
}

.please2 {
    color: #002a81;
    font-weight: 700;
    font-size: 13pt;
    text-align: center;
}

.label1 {
    font-size: 12pt;
}

.acctTypeStyle {
    padding: 10px;
    border: 2px solid #b6b2b2;
    border-radius: 15px;
}

    .acctTypeStyle:hover {
        background-color: aliceblue;
    }



.inputs {
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #FFF;
    border: 1px solid #C8C8C8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 3px 3px 3px 3px;*/
    width: 210px;
    display: inline;
    outline: none;
    color: #000000;
    border: 2px solid #AAAAAA;
    margin: 2px;
    background: #FFFFFF;
    padding: 4px;
    font-size: 13px;
}

    /*.inputs:focus {
        -webkit-box-shadow: 0 0 2px #2E9F09 inset;
        -moz-box-shadow: 0 0 2px #2e9f09 inset;
        -ms-box-shadow: 0 0 2px #2e9f09 inset;
        -o-box-shadow: 0 0 2px #2e9f09 inset;
        box-shadow: 0 0 2px #2E9F09 inset;
        background-color: #FFF;
        border: 1px solid #2E9F09;
        outline: none;
    }

    .inputs:hover {
        -webkit-box-shadow: 0 0 2px #2E9F09 inset;
        -moz-box-shadow: 0 0 2px #2e9f09 inset;
        -ms-box-shadow: 0 0 2px #2e9f09 inset;
        -o-box-shadow: 0 0 2px #2e9f09 inset;
        box-shadow: 0 0 2px #2E9F09 inset;
        background-color: #FFF;
        border: 1px solid #2E9F09;
        outline: none;
    }*/
    .inputs:focus {
            border: 2px solid #0caa00;
        }

        .inputs:hover {
            border: 2px solid #0caa00;
        }
        .inputs[disabled=disabled] {
            background-color:#CCCCCC;
        }
            .inputs[disabled=disabled]:hover {
                border: 2px solid #AAAAAA;
            }
            .inputs.required {
            background-color:#feaeae;
        }

        .wordwrap {
        white-space: pre-wrap; /* CSS3 */
        white-space: -moz-pre-wrap; /* Firefox */
        white-space: -pre-wrap; /* Opera <7 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* IE */
    }
          .terms-scroll {
        height: 500px;
        width: 100%;
        margin: 20px auto;
        display: block;
        overflow: scroll;
        overflow-x: hidden;
    }

.alignMiddle{
    margin-top: 10px;
    margin-left: 222px;
}

.labelPadding{
    padding-bottom: 4px;
    padding-left: 12px;
}

.prg_1,
    .prg_2,
    .prg_3,
    .prg_4,
    .prg_5
     {
        border:0px solid #bab3b9;
        height:40px;width:40px;
        border-radius:20px;
        background-color: #bab3b9;
        display:inline-block;
    }

    .prg_1.active,
    .prg_2.active,
    .prg_3.active,
    .prg_4.active,
    .prg_5.active {
        border:0px solid #2d9d0e;
    }


    .prg_1.active {
        background: url('../Images/menu_icon/en_progress_icon_account_active.png') no-repeat -2px -2px; 
    }
    .prg_2.active  {
         background: url('../Images/menu_icon/en_progress_icon_mobile_active.png') no-repeat -1px -1px;
    }
    .prg_3.active  {
         background: url('../Images/menu_icon/en_progress_icon_mobile_active.png') no-repeat -2px -2px;
    }
    .prg_4.active  {
         background: url('../Images/menu_icon/en_progress_icon_check_active.png') no-repeat -1px -1px;
    }
    .prg_5.active  {
         background: url('../Images/menu_icon/en_progress_icon_check_active.png') no-repeat -1px -1px;
    }


    .prg_1 {
        background: url('../Images/menu_icon/en_progress_icon_account.png') no-repeat -2px -2px; 
    }
    .prg_2 {
         background: url('../Images/menu_icon/en_progress_icon_mobile.png') no-repeat -1px -1px;
    }
    .prg_3 {
         background: url('../Images/menu_icon/en_progress_icon_mobile.png') no-repeat -2px -2px; 
    }
    .prg_4 {
         background: url('../Images/menu_icon/en_progress_icon_check.png') no-repeat -1px -1px;
    }
    .prg_5 {
         background: url('../Images/menu_icon/en_progress_icon_check.png') no-repeat -1px -1px; 
    }

    .prg_ul { list-style-type:none;
                margin:0px; padding:0px;position:relative; z-index:999;
         } 
         .prg_ul li {padding:0px; margin:0px;}
     .prg_Container {
         position: relative;
     }

     .prg_barGrey {
         z-index:99;
         position:relative;
         margin-left:auto;
         margin-right:auto;
         background-color: #bab3b9;
         top:20px;
         height:5px;
         width:98%;
     }

     .tblConfirmation {
         margin-left:40px;
         margin-right:40px;
     }
    .tblConfirmation td {
         /*border: 2px solid white;*/
         padding:5px;
         font-weight:bold;
     }
    .lblCapitalized {
        text-transform: capitalize;
    }
    .RowHeader {
        color:white;
        background-color:#c0c0c0;
        padding:0px;
    }

    .tableSuccess {
        
    }

    .step {
    line-height: 150%;
    font-size: 14px;
    color:#333333;
    }

    .tableSuccess td {
        color:#333333;
        font-size:14px;
        line-height:150%;
    }
    .ulIndex ul {
       width:100%;
       font-size:13px;
    }
    .tableSuccess td img {
        width:15px;
        height:15px;
    }
    .ulIndex li {
        display: inline-block; color:blue
    }
    .ulIndex li a {
        color:blue;
        text-decoration:none;
    }
    .links {
        color:blue;
        text-decoration:underline;
    }
    .linksID {
        color:#333333;
        text-decoration:underline;
    }
    .fileUpload {
        background-color:white;
         border-radius: 50px;

    }

    .file_input_textbox {height:30px;float:left; }

    .file_input_div {position: relative; width:80px; height:30px; overflow: hidden; }

    .file_input_button {width: 80px; position:absolute; top:0px; border:1px solid #0caa00; font-weight:bold; height:30px; margin:0px; margin-right:5px; background-color:#0caa00; color:white;    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 30px 10px 30px; }

    .file_input_button_hover{width:80px;position:absolute;top:0px; border:1px solid #0caa00; background-color:#B2BBD0; height:30px; margin:0px; font-weight:bold; margin-right:5px;     font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 30px 10px 30px;}

    .file_input_hidden {font-size:45px;position:absolute;right:0px;top:0px;cursor:pointer; opacity:0; filter:alpha(opacity=0); -ms-filter:"alpha(opacity=0)"; -khtml-opacity:0; -moz-opacity:0; }

