/*--------------------------------------------------------
*   REGISTRATION
--------------------------------------------------------*/

.b-registration {
    background: #4c3a3f url(../images/b-registration.jpg) no-repeat center center / cover;
    color: #fff;
    font-size: 0.5em;
    padding: 100px 0;
    text-align: center;
}
.b-registration h2 {
    margin-bottom: 50px;
    margin-top: 0;
}
.b-registration .form-group {
    text-align: left;
}
.b-registration .form-control {
    font-size: 18px;
    height: 49px;
}
.has-success .help-block {
    color: #94e596;
}
.has-error .help-block {
    color: #ea9e9c;
}
.b-registration .form-control-feedback {
    height: 49px;
    line-height: 49px;
}

/*--------------------------------------------------------
*   END REGISTRATION
--------------------------------------------------------*/

/*--------------------------------------------------------
*   USERS CONNECTIONS
--------------------------------------------------------*/
.ajax_notice {
    font-size: 14px;
    line-height: 20px;
}
.ajax_notice div {
    padding: 20px;
}
.alert-success,.alert-info,
.alert-warning,.alert-danger{
    border-width:1px;
    border-style:solid;
    border-radius:4px;
    padding:15px;
}
.alert-success{
    color:#3c763d;
    background-color:#dff0d8;
}
.alert-info{
    color:#111;
    background-color:#fff;
    border-color:#bce8f1;
}
.alert-warning{
    color:#8a6d3b;
    background-color:#fcf8e3;
}
.alert-danger{
    color:#a94442;
    background-color:#f2dede;
}
.dropdown{
    font-size: 15px;
    color: #4C4C4C;
    width: 100%;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #C4C4C4;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    display: none;
}
.dropdown ul{margin: 0px; padding: 0px;}
.dropdown ul li{list-style: none; padding: 5px; line-height: 20px;}
.dropdown ul li span{white-space: nowrap;}
.dropdown ul li:hover, .dropdown ul li.active{background: #ECECEC;}
.dropdown .country-msg {
    text-align: center;
    border-top: 1px solid #ddd;
    color: #66afe9;
    cursor: pointer;
}
.dropdown .country-msg .pginfo {
    text-decoration: none;
    border-bottom: 1px dashed #66afe9;
}


/*--------------------------------------------------------
*   REGISTRATION
--------------------------------------------------------*/

/* country popup */
.load_content_bg,
.alert_bg {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-color: rgba(0,0,0,0.8);
}


/*.load_content_bg div {
   top: 10%;
}*/

.load_content_bg div div:first-child {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .load_content_bg div {
        top: 0;
    }
    .load_content_bg div div:first-child {
        border-radius: 0px;
    }
    .load_content_inner {
        margin: auto;
    }
    .load_content_close {
        margin-right: 10px;
    }
}

.load_content_bg {
    font-size: 14px;
}
.load_content_bg h3 {
    font-size: 14px;
    font-weight: bold;
}
.load_content_bg ol,
.load_content_bg ul,
.load_content_bg li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.load_content_bg .load_content_close.w {
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    color: #fff;
}
/* end country popup */

/*--------------------------------------------------------
*   END REGISTRATION
--------------------------------------------------------*/