.modal {
    position: fixed;
    top: 75px;
    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: #41216F;
    font-size: 16px;
    /*font-family: 'Fjalla One', sans-serif;*/
    font-weight: 400;
}
/********** popup checkbox *****************/
input[type="checkbox"] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.popup_checkbox + label {
    background-image: url("../images/icons/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/check.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-weight: 400;
}
.popup_blue_headtext {
    font-size: 18px;
    color: #502E86;
    font-weight: 300;
}
.popup_blck_headtext {
    text-transform: uppercase;
    color: #5B5B5B;
    font-size: 25px;
    font-weight: 700;
}
.popup_bluetext1 {
    color: #58595B;
    font-size: 18px;
    font-weight: 300;

}
.blck_normaltext {
    font-size: 14px;
    color:#58595B;
    text-align: justify;
}
.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;
}
@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;
}
}
