html,body{
    height: auto;
}
.panel_text{
    color: #333;
}
.form-group {
	margin-top: 25px;
	height: 30px;
	clear: left;
}
.flag_icon{
    width: 100px;
}
.flag_img  .group_inputs .input select{
	width: 140px;
}
.languages{
	margin: 20px auto;
}
.single-result{
	background:#f2f2f2;
	min-height: 180px;
    margin: 0 auto;
    width: 75%;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 0px solid #000000;
	margin-top: 18px;
    overflow: auto;
}
.result-avatar{
    clear: left;
    float:left;
}
.result-avatar img{
    max-width: 100%;
    max-height: 192px;

}
.result-info{
	float:right;
	width:74%;
	color:#666666;
	/*font-family:;*/
}
.result-title{
    font-size: 20px;
    font-weight: bold;
}
.result-title-2{
    padding-left: 16px;
}
.result-description{
    padding-top: 21px;
    padding-right: 34px;
}
.add_city{
    width: 80px;
}
.btn-inline{
    display:inline;
    margin-left: 10px;
}
.city_select{
    width: calc(100% - 80px);
}
.cities_list{
    margin: 4px auto 26px;
    border: 1px dashed #ccc;
    display: none;
    padding: 10px 0;
    padding-right: 20px;
}
.cities_list_wrapper{
    margin-top: 10px;
    clear:left;
}
.cities_list_title{
    display: none;
}
.btn-add-city{
    width: 42px;
    height: 40px;
        width: 40px;
    height: 40px;
    margin-left: 30px;
}
.btn-remove{
    background-color: #dd191d;
    color:white;
    border-color: white;
    float:right;
}
.btn-remove-city{
    width: 35px;
}
.cities_list ul li{
    height: 36px;
}
.search_title{
    position:relative;
    clear: left;
    margin: 10px auto;
}
.btn-search button{
    float: left;
    width: 150px;
    font-size: 18px;
    margin: 21px 0px;
}
.btn-search{
    position: relative;
    width: 100%;
    height: 80px;
}
.main_panel{
    padding-left:26px;
}
/*CHECKBOX */
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #4ac6f7;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #4ac6f7;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
#profession-list{
    width: 1100px;
}
#profession-list > .groups{
    width:100%;
}
.profession {
    width: 20%;
    padding: 0 10px;
}
.block_title{
    background-color: #9898CC;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.competences{
    padding-left: 20px;
}
.sub_block_title{
    background-color: #fc852a;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.badge_image{
    float:left;
}
.badge_name{
    float: left;
    clear: right;
    margin-top: 4px;
    margin-left: 5px;
}
.badge_image img{
    width:36px;
}
.badge_container{
    float: left;
    width: 300px;
    margin-top: 10px;
    font-weight: bold;
}
.single-badge-details{
    float: left;
    width: 300px;
    text-align: center;
}
.result-block-title {
    clear: both;
    font-size: 20px;
    margin-top: 28px;
    border-top: 2px solid #bbb;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.result-block-title-hidden{
    display:none;
}
.result-badges-details{
    display:none;
}
.result-references{
    display:none;
}
.display_cv_button{
    background: #ffcc00;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
    font-weight: bold;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    float: right;
    display: flex;
    cursor: pointer;

}
.display_cv_button .glyphicon{
    margin-left: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.go_cv_button{
    background: #64c4dd;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
    font-weight: bold;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    float: right;
    display: flex;
    cursor: pointer;
    margin-right: 1rem;
    min-width: 6rem;

}
.go_cv_button a{
    color: #fff;
    margin: 0 auto;
}
.toggle_profile.toggled{
    /*border: 2px solid white;
    background-color: #337ab7;*/
}
.toggle_profile.toggled > a{
    /*color:white;*/
}
.toggle_profile_text{
    position: absolute;
    bottom: 8px;
    right: 40px;
    color: #337ab7;
    font-weight: bold;
    font-size: 16px;
}
.panel-default h2{
    text-align: center;
}
.panel-result{
    display: none;
}
.sub_block_title{
    background-color: #fc852a;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.badge_image{
    float:left;
}
.badge_name{
    float: left;
    clear: right;
    margin-top: 10px;
    margin-left: 5px;
}
.badge_image img{
    width:36px;
}
.single-badge-details img{
        width: 50px;
}
.result-badges{
    clear: both;
    display: inline-block;
    padding-top: 10px;
    position: relative;
    margin-top: 6px;
}
.result-badges-details{
    clear: both;
    display: inline-block;
    margin-top: 5px;
    padding-top: 10px;
}
.badge_container{
    float: left;
    width: 300px;
    margin-bottom: 10px;
    font-weight: bold;
}
.single-badge-details{
    float: left;
    width: 300px;
    text-align: center;
}
.result-block-title {
    clear: both;
    clear: both;
    font-size: 20px;
    margin-top: 28px;
    border-top: 2px solid #bbb;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.result-references{
    clear: both;
    display: inline-block;
    margin-top: 5px;
    padding-top: 10px;
}
.reference_input{
    clear:both;
}
.reference-divider{
    clear: both;
}
.reference-title{
    margin-top: 23px;
    margin-bottom: -12px;
}
.result-block-title-hidden{
    display:none;
}
.result-badges-details{
    display:none;
}
.result-references{
    display:none;
}
.toggle_profile.toggled{
    /*border: 2px solid white;
    background-color: #337ab7;*/
}
.toggle_profile.toggled > a{
    /*color:white;*/
}
.toggle_profile_text{
    position: absolute;
    bottom: 8px;
    right: 40px;
    color: #337ab7;
    font-weight: bold;
    font-size: 16px;
}
.panel-default h2{
    text-align: center;
}
.panel-result{
    display: none;
}
.adv_type{
    display: inline-block;
    padding: 3px 19px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    text-transform: lowercase;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    float: left;
}
.adv_type_smart,.cv_type_basic{
    background: #aaa;
    color: #fff;
    border: 0px solid #000000;
}
.adv_type_exclusive,.cv_type_verified{
    background: #ffcc00;
    color: #000;
    border: 0px solid #000000;
}
.cv_type_certified{
    background: #ffcc00;
    color: #000;
    border: 0px solid #ccc;
}
.header-sub-element{
    line-height: 32px;
    min-width: 116px;
}
.header-sub-element-2{
    margin-left: 14px;
    line-height: 28px;
}
.result-header{
    margin-top: 30px;
}
.single-badge-voice{    font-size: 15px;}
.result-add-shortlist{
    padding-top: 10px;
}
.user-in-shortlist{
opacity: 0.5;
    border: 3px dashed #ffcc00;
}
.container-main{
  height: 106px;
}
.paging_bar{
    padding: 10px 30px 20px 0px;
    margin-left: 50px;
}

  