.modal {
    position: fixed;
    top: 25px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.popup_head_text {
    font-size: 20px;
    font-weight: 400;
    color: #535353;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    font-weight: 400;
    filter: alpha(opacity=0);
}

.btn-file {
    color: #fff;
    background-color: #1B3359;
    border-color: #1B3359;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
}

.button_close {
    padding: 6.5px 15px;
    border: 1px solid #d9d9d9;
    color: #535353;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 400;
}

/************************* 15.02.2017 ***********************/
.popup_input input {
    text-align: center;
    padding: 0 10px;
    text-transform: none;
    color: #a2a2a2;
    font-size: 17px;
    border: none;
    border-bottom: 1px solid #1B3359;
    min-width: 365px;
}

.popup_input-1 input {
    text-align: center;
    padding: 0 10px;
    text-transform: none;
    color: #a2a2a2;
    font-size: 17px;
    border: none;
    min-width: 365px;
}

.popup_dropdown>select {
    width: 100%;
    border: none;
    background-image: url('../images/icons/arrow_down.png');
    background-repeat: no-repeat;
    background-position: 100% center;
    padding: 0 10px;
    height: 35px;
    border-radius: 0;
    text-transform: uppercase;
    color: #a2a2a2;
    cursor: pointer;
    font-size: 17px;
    border-bottom: 1px solid #1B3359;
    max-width: 360px;
    text-align: center;
}

.popup_sign_up>select {
    background-image: url(../images/icons/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
    text-align: center;
}

.popup_bluetext {
    color: #00365F;
    font-size: 16px;
    font-weight: 400;
}

/********** popup checkbox *****************/
input[type="checkbox"] {
    display: none;
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
}

/*input#staticQueCheckboxv [type="checkbox"] {
    display: block;
}*/

.popup_checkbox+label {
    background-image: url("../images/icons/icon_uncheck.png");
    background-repeat: no-repeat;
    /*width: 20px;*/
    height: 20px;
    /*width: 100%;*/
    margin-bottom: 0;
    color: #535353;
    cursor: pointer;
    vertical-align: top;
}

.popup_checkbox:checked+label {
    background-image: url("../images/icons/icon-checked.png");
    background-repeat: no-repeat;
    /*width: 20px;*/
    height: 20px;
    /*width: 100%;*/
    color: #535353;
    cursor: pointer;
    vertical-align: top;
}

.popup_checkbox+label {
    /*width: 100%;*/
    padding-left: 2.1em;
    text-align: left;
    font-size: 15px;
    /*font-weight: 500;*/
    color: #535353;
    /*text-transform: capitalize;*/
    cursor: pointer;
    vertical-align: top;
    line-height: 20px;
    /*font-family: 'latoregular';*/
    font-weight: 400;
}

.popup_blue_headtext {
    font-size: 18px;
    color: #58595B;
    /*font-family: 'intervalProBold';*/
    font-weight: 300;
}

.popup_blck_headtext {
    text-transform: uppercase;
    color: #5B5B5B;
    font-size: 25px;
    /*font-family: latobold;*/
    font-weight: 700;
}

.popup_bluetext1 {
    color: #58595B;
    font-size: 18px;
    /*font-family: 'intervalProBold';*/
    font-weight: 300;

}

.blck_normaltext {
    font-size: 14px;
    color: #58595B;
    text-align: justify;
    font-family: 'intervalProReg';
}

.header_border_bottom90px {
    border-bottom: 3px solid #1B3359;
    max-width: 90px;
}

.header_border_bottom160px {
    border-bottom: 3px solid #1B3359;
    max-width: 160px;
}

.header_border_bottom240px {
    border-bottom: 3px solid #1B3359;
    max-width: 240px;
}

.header_border_bottom330px {
    border-bottom: 3px solid #1B3359;
    max-width: 330px;
}

.header_border_bottom730px {
    border-bottom: 3px solid #1B3359;
    max-width: 730px;
}

.header_border_bottom190px {
    border-bottom: 3px solid #1B3359;
    max-width: 190px;
}

.header_border_bottom390px {
    border-bottom: 3px solid #1B3359;
    max-width: 390px;
}

.header_border_bottom {
    border-bottom: 3px solid #1B3359;
}

.font_15px {
    font-size: 15px;
}

.popup_blcktext {
    font-size: 18px;
    color: #5B5B5B;
    font-weight: 400;
}

.popup_input100px input {
    color: #5B5B5B;
    border: 1px solid #1B3359;
    min-width: 100px;
    height: 25px;
}

.popup_input100px span {
    color: #5B5B5B;
}

.popupbox_table tr td {
    padding: 10px 0;
}

.popupbox_table tr td:nth-child(2) {
    padding-left: 20px;
}

.popupbox_table tr th:nth-child(2) {
    padding-left: 20px;
}

.popup_blcktext_italic {
    font-size: 16px;
    color: #5B5B5B;
    font-style: italic;
    font-weight: 400;
}

.popupgreen_input100px input {
    border: 1px solid #01ff01;
    min-width: 100px;
    height: 25px;
    color: #5B5B5B;
}

.popupgreen_input100px span {
    color: #5B5B5B;
}

.modal-dialog {
    overflow-y: initial !important;
    margin-top: 22px;
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.modal-open .modal {
    overflow-y: auto;
    position: fixed;
}

/* body.modal-open {
    overflow: hidden;
    position: fixed;
} */
.sign-up-container .modal-body {
    padding: 0;
}

.curve-box-main {
    background-color: #003D6E;
    /*position: fixed;*/
    top: 0;
    width: 100%;
}

.curve-box-small {
    width: 105%;
    height: 60px;
    border-radius: 75% 0 0 0;
    background-color: #FFF;
    /*margin-top: 10px;*/
    margin-left: -5%;
}

.curve-box-full {
    width: 105%;
    margin-left: -5%;
}

.login-modal .modal-header,
.login-modal .modal-footer,
.sign-up-modal .modal-header {
    padding: 0;
    border: none;
}

.login-modal .modal-body {
    margin-top: -40px;
}

.login-modal .modal-content,
.sign-up-modal .modal-content {
    border: none;
}

.login-modal .close {
    z-index: 999;
}

.sign-in-lable {
    text-align: center !important;
}

.login-modal #radioClient {
    width: 15px;
    vertical-align: sub;
    height: 15px;
    margin-left: 10px;
}

.login-modal #logintext {
    text-align: center;
    font-size: 16px;
    color: #575757;
}

/* Show password button */
/* #login-password {
    padding: 0 30px 0 10px;
} */

#show-password {
    font-size: 16px;
    position: absolute;
    left: 355px;
    top: 32px;
    cursor: pointer;
}

.show-password-signup {
    /*font-size: 14px;*/
    position: absolute;
    left: 205px;
    top: 7px;
    cursor: pointer;
}

.signup-password {
    padding: 3px 23px 3px 10px;
}

@media(min-width: 320px) and (max-width:767px) {
    .popup_input input {
        min-width: auto;
    }

    .popup_input-1 input {
        min-width: auto;
    }

    .popup_dropdown>select {
        max-width: 220px;
    }

    .popup_checkbox+label {
        line-height: 15px;
        height: 50px !important;
        width: 265px;
        clear: both;
    }

    .popup_dropdown>select {
        font-size: 15px;
    }

    .modal-body {
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sign-in-btn .blue-btn {
        margin-bottom: 0;
    }

    .sign-in-btn,
    .forgot-psw-btn,
    .sign-in-lable {
        text-align: left !important;
    }

    .login-modal #logintext {
        text-align: left !important;
        margin-top: 10px;
    }

    #show-password {
        top: 8px;
    }

    .show-password-signup {
        right: 8px;
        left: auto;
    }

    #show-password {
        left: 330px;
    }
}

@media (max-width: 400px) {
    .forgot-password-curve img {
        height: 53px;
    }

    .forgot-password-curve .all_padding15px {
        padding: 15px 15px 15px 0;
    }

    #show-password {
        top: 8px;
        left: 290px;
    }

    .show-password-signup {
        right: 8px;
        left: auto;
    }
}