/* Add here all your CSS customizations */
.program_table{
	width: 100%;
	margin: 0 15px;
}
.program_table td{
	padding: 20px;
	text-align: center;
}
.program_table .user_photo img{
	width: 200px;
	height: 267px;
}
.program_table .enterprise_photo img{
	max-width: 150px;
	height: auto;
}
.program_table .project_title{
	font-size: 18px;
}
.program_table a{
	max-width: 270px
}
.verification, .verification_filter{
	width: 100%;
}
.verification{
	margin-top: 20px;
}
.verification td{
	color: #000;
}
.verification thead td{
	text-align: center;
}
.verification tbody td{
	padding: 10px;
}
.verification .green_line td{
	background: green;
}
.verification .red_line td{
	background: red;
}
.verification .yellow_line td{
	background: yellow;
}
.changepasswd .form-group{
	position: relative;
}
.form-group textarea{
	border: 1px solid #CCC;
	border-radius: 0.25rem;
}
.form-group textarea:focus{
	border-color: #33bbff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}

.country-phone{
	border: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.country-phone-selected{
	line-height: 16px;
}
.country-phone .country-phone-selector{
	margin-right: 10px;
}

.vertical-alignment-helper{display:table;height:100%;width:100%;pointer-events:none}
.vertical-align-center{display:table-cell;vertical-align:middle;pointer-events:none}

.modal-content{margin:0 auto;pointer-events:all}

#foto-modal .modal-content{
	max-width: 700px;
}
.modal-content .close_modal{
	position: absolute;
	top: 13px;
	right: 25px;
	font-size: 23px;
	cursor: pointer;
	z-index: 1;
}

.file-ico{
	font-size: 32px;
	text-decoration: none;
	float: left;
}
label.file-ico{
	color: #0088cc;
	cursor: pointer;
}
label.file-ico:hover{
	color: #0099e6;
}
.file-ico:hover{
	text-decoration: none;
}
#cutPhoto .modal-content{
	text-align: center;

}
#cutPhoto .jcrop-holder{
	margin: 0 auto;
}
.upload_avatar{
	margin-top: 15px;
}


.trasport-wrap{
	margin: 3rem 0;
}
.trasport-wrap h3{
	text-align: center;
	margin-bottom: 20px;
}
.trasport-list a{
	display: block;
	margin: 0 auto;
	max-width: 64px;
	max-height: 64px;
}

.trasport-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.arrival-err{
	color: red;
	text-align: center;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.trasport-list{
		width: auto;
	}
	.trasport-list > div{
		width: 33% !important;
		margin: 15px 0;
	}
}
.header .logo{
	margin-top: 6px;
}
#PHONE{
	width: 80%;
	float: right;
}
.enterprise #PHONE{
	width: 100%;
}

@media screen and (max-width: 720px){
	#PHONE{
		width: 70%;
	}
}
.password-wrap{
	position: relative;
}

#pswd_info{
	display: none;
	position: absolute;
	top: 45px;
	left: 50%;
	max-width: 430px;
	margin-left: -215px;
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	z-index: 10;
	border: 1px solid #ced4da;
}
#pswd_info .invalid {
 color:#ec3f41;
}
#pswd_info .valid {
 color:#3a7d34;
}
.changepasswd #pswd_info{
	top: 100%;
	left: 0;
	margin-left: 0;
}
.err_wrap{
	position: relative;
	float: left;
	display: inline-block;
	width: 15px;
}
.err_info, .empty_code{
	display: none;
	background: #a94442;
	color: #fff;
	padding: 10px;
	position: absolute;
	left: 102%;
	top: 5px;
	width: 200px;
	z-index: 3;
}
.err_info.left{
	left: -200px;
}
.err_info:before{
	display: block;
	content: "";
	position: absolute;
	border-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
	border-width: 0px 7px 7px 0px;
    border-right-width: 7px;
    border-bottom-width: 7px;
	left: -7px;
	top: 0px;
	border-right: 7px solid #a94442;
	border-bottom: 7px solid transparent;
}
.err_info.left:before{
	left: auto;
	right: -7px;
	border-right-style: none;
    border-left-style: solid;
    border-left: 7px solid #a94442;
    border-width: 0px 0px 7px 7px;
}


.country-phone.err_sms .code_controle, .code_controle.error_sms, .country-phone.err-code input{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.code_controle.success_sms, .country-phone.confirmed input{
	border-color: #47a447;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.code_status{
	display: none;
	color: #fff;
	padding: 10px;
	position: absolute;
	left: 102%;
	top: 5px;
	width: 200px;
	z-index: 3;
}
.code_status.err_sms{
	background: #a94442;
}
.code_status.success_sms, .code_status.confirmed{
	background: #47a447;
}
.code_status:before{
	display: block;
	content: "";
	position: absolute;
	border-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
	border-width: 0px 7px 7px 0px;
    border-right-width: 7px;
    border-bottom-width: 7px;
	left: -7px;
	top: 0px;

}
.code_status.err_sms:before{
	border-right: 7px solid #a94442;
	border-bottom: 7px solid transparent;
}
.code_status.success_sms:before{
	border-right: 7px solid #47a447;
	border-bottom: 7px solid transparent;
}
.code_status.confirmed:before{
	border-right: 7px solid #47a447;
	border-bottom: 7px solid transparent;
}

.email_info, .workplace_info, .err_age{
	display: none;
	background: #a94442;
	color: #fff;
	padding: 10px;
	position: absolute;
	left: 102%;
	top: 5px;
	width: 200px;
	z-index: 3;
}
.email_info:before, .workplace_info:before{
	display: block;
	content: "";
	position: absolute;
	border-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
	border-width: 0px 7px 7px 0px;
    border-right-width: 7px;
    border-bottom-width: 7px;
	left: -7px;
	top: 0px;
	border-right: 7px solid #a94442;
	border-bottom: 7px solid transparent;
}



.form-control.error:hover ~ .err_info, .radio-custom.error .err_info, .country-phone.error:hover ~ .err_info, .select2.error:hover ~ .err_info,
.country-phone.err-code:hover ~ .empty_code {
	display: block !important;
}

.code_controle.error_sms:hover ~ .err_sms, .code_controle.success_sms:hover ~ .success_sms{
	display: block !important;
}

.country-phone.err_sms:hover ~ .code_status.err_sms{
	display: block !important;
}

.country-phone.confirmed:hover ~ .code_status.confirmed{
	display: block !important;
}
.error_age{
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
#HBDATA.error_age:hover ~ .err_age{
	display: block !important;
}

.form-control.has-success{
	border-color: #47a447;
}
input.country-phone.error, #EMAIL.err, #workplace.err{
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.select2-container.error.select2-container--bootstrap .select2-selection{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#agree_face.error{
	outline: 1px solid red;
}
#agree_face.error:hover ~ .err_info{
	display: block !important;
}

#agreement ~ span.err{
	display: none;
	color: red;
}

#agreement.err{
	outline: 1px solid red;
}

#agreementpubrequest ~ span.err{
	display: none;
	color: red;
}

#agreementpubrequest.err{
	outline: 1px solid red;
}
.why{
	display: block;
	line-height: 17px;
	font-size: 15px;
}
.why.photo{
	line-height: 33px;
	margin-left: 50px;
}
.why span{
	color: #CCC;
	font-size: 21px;
	border: 1px solid #CCC;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	margin: 4px 10px 0 0;
	float: left;
}
.why:hover{
	text-decoration: none;
}
.why:hover span{
	border: 1px solid #33bbff;
	color: #33bbff;
}

.input-group .form-control:not(:last-child){
	border-radius: 0.25rem;
}
.radio-custom{
	min-width: 70px;
}
.suggestions-suggestions{
	position: absolute !important;
	z-index: 100;
}
.desc-faculty{
	position: absolute;
	left: 100%;
	top: 0px;
	width: 315px;
	padding: 15px;
	border-radius: 15px;
	background: #0000cc;
	color: #fff;
	z-index: 9999;
	font-size: 14px;
}
.desc-faculty h3{
	margin-top: 0;
	color: #fff;
}
.desc-faculty p{
	
	color: #fff !important;
}
.faculty_list, .faculty_list_traning{
	position: relative;
}
.faculty_list .btn-group, .faculty_list .btn-group button, #participant_block .select2-container, #step-one-form .btn-group{
	min-width: 100%;
}
.btn-group.w-100{
  min-width: 100%;
}

.lat-block{
	display: none;
}

.multiselect-container{
	max-width: 100%;
}
.dropdown-item{
	white-space: normal;
}
.finish-err{
	color: red;
	text-align: right;
}

@media (max-width: 767px) {
	.program_table{
		display: block;
	}
	.program_table tbody, .program_table tr, .program_table tr td{
		display: block;
		width: 100%;
	}
	.userbox{
		float: right;
		margin: 16px 20px 0 0px;
	}

	.email_info, .workplace_info{
		left: auto;
		top: 50px;
	}
	.email_info:before, .workplace_info:before{
		left: 1px;
		top: -8px;
		border-left: 4px solid transparent;
		border-right: 4px solid #a94442;
		border-top: 4px solid transparent;
		border-bottom: 4px solid #a94442;
	}
	.nav-tabs.nav-justified{
		display: block;
	}
}

.marked-li {list-style-type:none;}
.marked-li li{
	 position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.marked-li li:before {
	content: "✔";
	position:absolute;
	top: 0;
    left: 0;
	width: 1.8em;
	height: 1.8em;
	border-radius: 0.9em;
	background: #2388ED;
	text-align: center;
	color: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.number-li{
	counter-reset: myCounter;
	
}
.number-li li{
    position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.number-li li:before {
	content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0px;
    color: #fff;
    background: #1C39BB;
    font-weight: bold;
    text-align: center;
    border-radius: .9em;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.number-li li:after {
	position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(203, 203, 203);
    z-index: 0;
}

.advice_block{
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#scanfile, #PHOTO_PATH{
	display: none;
}
.scan_name, .photo_name{
	display: inline-block;
	margin-left: 15px;
}
.status-block .checkbox-custom label:before{
	top: 11px;
}
.status-block .checkbox-custom input[type="checkbox"]:checked + label::after{
	top: 11px;
}

.datepicker-text{
	display: block;
	line-height: normal;
	letter-spacing: normal;
	font-size: 11px;
	color: #ff0000;
	padding: 5px;
}

.name-input-container > .suggestions-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
}

.trasport-list svg{
	width: 64px;
	height: 64px;
	fill: #66b4dc;
}

.trasport-list a.active svg{
	fill: #00469a !important;
}

.trasport-list svg :active{
	fill: #66b4dc !important;
}

.trasport-list a.active svg :hover {
	fill: #00469a;
}
.trasport-list svg :hover {
	fill: #BBB;
}

input.jcrop-keymgr {
	display: none !important;
}

.passmobiletooltip {
	visibility: hidden;
	display: none;
}

@media screen and (max-width: 900px) {
	#pswd_info {
		visibility: hidden;
		display: none;
	}

	.err_info, .empty_code {
		left: -100%;
		top: -100%;
	}	
	
	.passmobiletooltip {
		visibility: visible;
		display: block;
	}
/*
.email_info:before,
.workplace_info:before {
    display: block;
    content: "";
    position: absolute;
    border-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 0px 7px 7px 0px;
    border-right-width: 7px;
    border-bottom-width: 7px;
    left: 50%; 
    transform: translateX(-50%);
    top: -7px; 
    border-right: 7px solid #a94442;
    border-bottom: 7px solid transparent;
}
*/
}

#upload_form .error {
	color: #9d1515;
}

#uploadPhoto .modal-content {
	display: block;
	position: absolute;
	margin-top: 40%;
}

.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 100 !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ddd;
}