/*registration begin*/
body {
    background: rgba(0, 0, 0, 0);
}

#conBigImg{
    background: url('/redesigned/images/new-bgr.jpg');
    overflow-x: hidden;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    min-height: 900px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.top-sky{
    line-height: 0;
}

.container.agency{
    margin: 20px auto 30px;
    background: white;
}

.agency-form-white {
    background: white;
    margin: 20px auto 50px;
}

.agency h1, .agency-form-white h1{
    color: black;
    text-align: center;
    padding: 20px;
    margin: 0 0 10px;
}

.agency-under-h1{
    text-align: center;
    margin-top: -20px;
    color: black;
}

.agency_label{
    font-weight: 300;
    color: black;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 2.4em;
}

.agency_text, .agency_text_2{
    color: black;
    width: 100%;
    display: inline-block;
    padding: 5px;
    border: none;
    margin-bottom: 10px;
    outline: none;
}

#agency_country_block{
    display: none;
}

.agency_name_group{
    width: 100%;
    display: inline-block;
    font-size: 25px;
}

.agency_group{
    box-shadow: 0 0 5px rgba(42,42,42,0.3);
    padding: 10px;
    margin-bottom: 20px;
}

#agency_id_country{
    padding: 7px 0;
}

#agency_id_country>option:checked{
    background: #E6E6E6;
}

.agency_btn{
    background: #0E8D00;
    padding: 15px 30px;
    color: white;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.3);
    min-width: 150px;
    font-size: 130%;
}

.small-search-button .agency_btn{
    padding: 5px 10px;
    margin-top: 15px;
}

.agency_btn:hover{
    background: #0C7E00;
}

.button-text{
    text-align: center;
    margin-bottom: 20px;
}

.agency_tooltip{
    border-radius: 50%;
    border: 1px solid #818181;
    padding: 2px 5px;
    display: inline-block;
    color: black;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1em;
}

.agency_tooltip:hover{
    background: #818181;
    color: white;
}

.agency_tooltip + .tooltip > .tooltip-inner {
    background-color: white;
    width: 250px;
    color: black;
    border: 1px solid #55AAFF;
}

.agency_red_label, #warning_message, .agency-form-white p span.agency_red_label{
    color: red;
}

#warning_message .fa{
    color: black;
}

.agency_checkbox{
    margin: 0 3px 0 20px !important;
    vertical-align: middle;
}

#warning_message{
    text-align: center;
}

.agency_group p{
    font-size: 8pt;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

.agency p span, .agency-form-white p span{
    color: black;
}

.agency_outer{
    border-radius: 2px;
    box-shadow: 1px 2px 15px rgba(62,62,62,0.4);
    height: 32px;
    margin-bottom: 20px;
}

.agency_outer:hover{
    box-shadow: 1px 2px 20px rgba(62,62,62,0.4);
}

.agency_outer_textarea textarea{
    height: 75px;
    resize: none
}

.agency_outer_textarea{
    border-radius: 2px;
    box-shadow: 1px 2px 15px rgba(62,62,62,0.4);
    height: 75px;
    margin-bottom: 20px;
}

@media (max-width: 767px){
    #conBigImg{
        margin-bottom: -25px;
    }

    .agency-big-img-text{
        padding-top: 25px;
    }
}

#conBigImg.login-page{
    min-height: 525px;
}

.agency_pad_left{
    padding-left: 0;
}
@media(max-width: 991px){
    .agency_pad_left{
        padding-left: 15px;
    }
}
/*registration end*/

/* login begin */
.alone-block{
    display: block;
}

#agency_forgot_password{
    font-size: 90%;
    text-decoration: underline;
}

#agency_registration{
    font-size: 110%;
    margin-top: 10px;
}

.agency-big-img-text{
    text-align: center;
    margin-bottom: 80px;
}

.agency-medium-img-text{
    display: inline-block;
}

.agency_text_out_icon{
    display: inline-block;
    width: 220px;
    padding: 0 10px;
}

.agency_bottom_icon_text{
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: 80%;
}

.agency_icon{
    width: 19%;
}

#agency_first_icon{
    background: url('/images/agency/1.jpg');
    background-size: cover;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}

#agency_second_icon{
    background: url('/images/agency/2.jpg');
    background-size: cover;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}

#agency_third_icon{
    background: url('/images/agency/3.jpg');
    background-size: cover;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}

#agency_fourth_icon{
    background: url('/images/agency/4.jpg');
    background-size: cover;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}

#agency_fifth_icon{
    background: url('/images/agency/5.jpg');
    background-size: cover;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}

#agency_ballons{
    background: url('/images/agency/ballons.jpg');
    background-size: contain;
    margin: 40px auto;
    min-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
}

.flag-into-li{
    width: 20px;
    border: 1px solid #DCDCDC;
    margin-top: -2px;
}

.main_select{
    border: none;
}

.popover{
    border: 1px solid #DCDCDC;
}

.logout{
    position: absolute;
    right: 10px;
    top: 85px;
    cursor: pointer;
}

@media (max-width: 1210px){
    #agency_ballons{
        display: none;
    }
}

@media(max-width: 1040px){
    .container.agency {
        margin: 20px auto 60px;
    }
}
/* login end */

/*commission begin*/
.top_select_p, .bottom_select_p{
    color: black;
}

.top_select_p{
    padding: 20px 0px 20px 10px;
    font-size: 18px;
}

.bottom_select_p{
    padding: 10px 20px;
    font-size: 25px;
}

.commission .agency_outer{
    margin: 16px 0;
}

.commission .value_block{
    font-size: 18px;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
}

#result_commission_search{
    display: none;
    padding-bottom: 40px;
}

#result_hotel .commission-item{
    border-bottom: 1px solid #EFEAEA;
    margin: 0 10px;
    padding: 5px 10px;
}

#result_hotel .commission-item a{
    font-size: 16px;
}

#result_hotel span{
    color: black;
}

.bottom-dotted{
    border-bottom: 1px dotted black;
}

.bottom-dotted + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    font-size: 130%;
    border: 2px solid #55AAFF;
    padding: 10px 20px;
    line-height: 1.5em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-align: left;
    min-width: 250px;
}

.bottom-dotted + .tooltip > .tooltip-inner p{
    margin-bottom: 0;
}

.sort-div{
    display: none;
}

#sort-select .value_block{
    font-size: 16px;
    color: #3C3E5C;
}

#result_hotel{
    color: black;
}

.now_selected{
    overflow: hidden;
}

/*commission end*/

.quiz_label{
    font-size: 16px;
}

.agency-telegram, .agency-viber, .agency-whatsapp, .agency-facebook, .agency-skype{
    background-size: contain;
    min-width: 60px;
    min-height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 10px;
    float:left;
}

.agency-telegram{
    background-image: url('/images/agency/tme.png');
}

.agency-viber{
    background-image: url('/images/agency/viber.png');
}

.agency-whatsapp{
    background-image: url('/images/agency/phone.png');
}

.agency-facebook{
    background-image: url('/images/agency/fb.png');
}

.agency-skype{
    background-image: url('/images/agency/scype.png');
}

.agency-contacts{
    height: 150px;
}

.agency-contacts p{
    line-height: 1em;
    color: black;
}

.form-group a{
    cursor: pointer;
}

.finish_quiz{
    font-size: 18px;
    padding: 0;
    line-height: 1.5em;
}

ul.finish_quiz{
    list-style: disc;
    margin: 0 20px 10px;
    padding: 0 10px;
}

#agency_ru, #agency_ua{
    padding: 0 15px;
}

#country-select{
    padding: 5px 10px;
    width: 100%;
}

.select-country .list_select{
    top: 60px;
    border-radius: 0px;
    width: 100%;
    line-height: 2em;
    font-size: 16px;
    padding: 0 15px;
    border: none;
    background: none;
}

.select-country .list_select ul{
    border: 1px solid lightgray;
    background: white;
    width: 100%;
    list-style: none;
    padding-left: 10px;
}