html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
header:after,
nav:after{
	content: '';
	display: table;
  	clear: both;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #545454;
	background: #fff;
}
body.home{
	background: url('img/home-bg.jpg') center top no-repeat;
	background-size: cover;
	padding-top: 150px;
}

header, nav, section, article, aside, footer, #primary img{ display: block; }

div.wrap{
	width: 1024px;
	margin: 0 auto;
}

header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 125px;
	overflow: visible;
	z-index: 999;
	transition: top 0.4s, background 0.4s;
}
.home header{
	position: fixed;
}
header.fixed{
	position: fixed;
	background: #28495f;
	height: 95px;
}
header.fixed #top,
header.fixed .admin-nav{
	display: none;
}
header > .wrap{
	padding: 20px 0;
}
header #top{
	background: #2e7894d6;
	overflow: auto;
	padding: 7px 0;
}
header #top a{
	float: right;
	position: relative;
	color: #fff;
	margin-left: 40px;
	font-size: 13px;
}
header #top a svg{
	font-size: 16px;
	margin-top: 1px;
}
header #top a.login:before{
	content: '|';
	color: #fff;
	position: absolute;
	left: -24px;
	top: 0;
	cursor: default;
}

header .lang{
	display: none;
}

header #logo{
	display: block;
	margin: 20px auto 25px;
	text-align: center;
}
header #logo a{
	display: inline-block;
}
header #logo img{
	display: block;
}
header nav{
	float: right;
	position: relative;
	padding-left: 65px;
}

.page header nav{
	border-bottom: 1px solid #ccc;
}
header nav ul{
	margin: 0 auto;
	padding: 8px 0 0;
}
header nav ul > li{
	display: inline-block;
	list-style: none;
	height: 40px;
	position: relative;
}
header nav ul > li > a{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

header nav ul > li + li{
	margin-left: 80px;
}
header nav ul > li > a.selected,
header nav ul > li > a:hover{
	text-decoration: none;
	color: #cbf4fd;
}

footer{
	background: #e8e8e8;
	overflow: auto;
	clear: both;
	color: #276581;
	padding: 15px 0;
	font-size: 12px;
	text-transform: uppercase;
}
footer a,
footer a:hover{
	color: #276581;
}
footer p{
	margin-bottom: 0
}

.home footer{
	background: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.home footer a{
	color: #fff;
}

.home .site-content{
	position: relative;
}
.site-content{
	padding-bottom: 100px;
}

.content-flex{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.content-flex .section{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
	width: 70%;
	border-radius: 4px;
}

.site-content .filter{
	border: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 20px;
	border-radius: 5px;
}


.banner-img{
	position: relative;
	margin-bottom: 30px;
	height: 300px;
	overflow: hidden;
}
.home .banner-img{
	display: none;
}
.banner-img img{
	width: 100%;
	height: auto;
	min-height: 300px;
}
.home h1,
.banner-img h1{
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 5px;
	width: 1024px;
}
.home h1{
	margin-bottom: 30px;
}
.banner-img h1{
	position: absolute;
	left: 50%;
	bottom: 90px;
	transform: translateX(-50%);
	margin-bottom: 0;
}
.home h1 strong,
.banner-img h1 strong{
	font-size: 15px;
	letter-spacing: 2px;
}

.home .fade{
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	opacity: 1;
	transition: opacity 0.6s;
}
.home .fade.hide{
	opacity: 0;
}
.home .fade > p{
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.home a.start{
	margin: 0 auto 50px;
	display: block;
	width: 250px;
	height: 60px;
	border-radius: 5px;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 600;
}

.home a.start:after{
	display: none;
}

.home .banner-img{
	height: auto;
}
.home .banner-img h1{
	position: static;
	text-align: center;
	transform: initial;
	margin: 70px auto 30px;
	font-weight: 600;
	font-size: 40px;
	line-height: 55px;
	padding-top: 0;
}


/*WIZARD*/
.custom-combobox{
	display: block;
	width: 330px;
	margin: 0 auto
}
.ui-autocomplete-input{
	border: 1px solid #e4e4e4 !important;
	border-radius: 5px;
	height: 50px;
	width: 300px;
	padding: 15px;
	font-size: 18px !important;
	outline: none;
	font-family: 'Open Sans', sans-serif;
}
.home .ui-autocomplete-input{
	border: none !important;
}
.ui-widget.ui-widget-content{
	border: 1px solid #e4e4e4 !important;
}
.ui-menu .ui-menu-item-wrapper{
	padding: 8px 5px !important;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	border: none !important;
	background: #2e7894d6 !important;
}
.custom-combobox-toggle{
	float: right;
	border: none !important;
	height: 50px;
}
.ui-autocomplete{
	z-index: 9999;
	height: auto;
	max-height: 500px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
}

.home .flexslider{
	opacity: 0;
	transform: scale(0.8);
	top: 70px;
	transition: opacity 0.6s, transform 0.6s;
}
.home .flexslider.visible{
	opacity: 1;
	transform: scale(1);
	z-index: 9999;
}
.flexslider h2{
	text-align: center;
}
.home .flexslider h2{
	color: #fff;
}

.flexslider{
	background: none !important;
}
.flexslider fieldset{
	width: 600px;
	margin: 0 auto 50px;
	padding-top: 30px;
	text-align: center;
}
.flexslider fieldset label{
	font-size: 16px;
	display: inline-block;
	padding: 0 20px;
}
.home .flexslider fieldset label{
	color: #fff;
}
.flexslider fieldset label input{
	float: left;
}
.flexslider a.btn{
	display: block;
	width: 150px;
	height: 42px;
	margin: 50px auto 0;
}
.flex-direction-nav a{
	background: none;
	border: 1px solid #0ca6c8;
	box-shadow: none;
	padding: 10px 20px;
	width: auto;
	height: auto;
	float: right;
	margin: 0 262px 0 0;
}
.home .flex-direction-nav a{
	color: #fff;
	border: 1px solid #fff;
}
.flex-direction-nav a.flex-prev{
	float: left;
	margin: 0 0 0 262px;
}
.flex-direction-nav a:hover{
	color: #0ca6c8;
	border-color: #83c2d0;
	text-decoration: none;
}
.home .flex-direction-nav a:hover{
	color: #fff;
	border-color: #fff;
}

/*FEATURED ITEMS*/
.featured-items{
	opacity: 1;
	display: flex;
	flex-flow: row wrap;
	color: #fff;
	width: 100%;
	padding-top: 115px;
}
.featured-items > div{
	width: 33.3333%;
	text-align: center;
	position: relative;
	margin-bottom: 150px;
	padding: 0 20px;
}
.home .featured-items > div{
	margin-bottom: 0;
}
.featured-items > div:before{
	content: '';
	width: 90px;
	height: 90px;
	background: url('img/sprite.png') 19px -6px no-repeat;
	position: absolute;
	top: -115px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #fff;
	border-radius: 50%;
}
.featured-items > div:nth-child(2):before{
	background-position: 19px -105px;
}
.featured-items > div:nth-child(3):before{
	background-position: 19px -206px;
}
.featured-items > div:nth-child(4):before{
	background-position: 18px -304px;
}

.featured-items > div + div{
	border-left: 1px solid #ffffff59;
}
.featured-items > div strong{
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}
.featured-items > div p{
	margin-bottom: 0;
}
.featured-items > div ul{
	margin-bottom: 15px;
}
.featured-items > div ul li{
	list-style: none;
	color: #4c4c4c;
}
.featured-items > div ul li + li{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
.featured-items div.assessmentService{
	cursor: pointer;
}
.featured-items div.selected{
	border-color: #fff !important;
}
.featured-items div.selected:after{
	content: '';
	position: absolute;
	top: -125px;
	left: 0;
	width: 100%;
	height: 212px;
	z-index: -9;
	border: 1px solid #0ca6c8;
}

/*COURSES*/
.featured-items.courses{
	color: #000;
	position: relative;
}
.featured-items.courses > div:before{
	border-color: #6d6d6d;
	background-image: url('img/sprite-courses.png');
}
.featured-items.courses > div + div{
	border-left: 1px solid #00000059;
}
.featured-items.courses > div strong{
	font-size: 14px;
	display: inline-block;
	text-align: left;
	margin: 0;
}
.featured-items.courses > div > p{
	font-size: 13px;
}
.featured-items .hover{
	opacity: 0;
	position: absolute;
	top: -140px;
	left: -1px;
	right: -1px;
	height: 100%;
	min-height: 211px;
	background: #0ba6c8e8;
	transition: opacity 0.4s, top 0.4s;
	padding: 20px 10px;
	text-align: center;
	color: #fff;
	transition: all 0.4s;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.featured-items .hover a.info{
	display: block;
	margin: 0px;
	text-indent: -9999px;
	width: 23px;
	height: 23px;
	background: url('img/info-icon.png');
}
.featured-items .hover p{
	font-size: 13px;
	margin-bottom: 15px;
}
.featured-items .hover p span{
	display: block;
}
.featured-items .hover p a{
	color: #fff;
	text-decoration: underline;
}
.featured-items > div:hover .hover{
	opacity: 1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
	top: -115px;
}
.featured-items > div button.btn{
	color: #fff;
	border: 1px solid #fff;
	margin: 0 0 15px;
	padding: 7px 20px;
	cursor: pointer;
	background: transparent;
	outline: none;
}
.featured-items > div button.btn + button.btn{
	margin: 0 0 15px 15px;
}

/*CANDIDATE FORM*/
form{
	margin: 0 auto;
}
form.col-2{
	padding: 30px 0;
	overflow: auto;
}
form.col-2 input{
	float: left;
	margin: 0 10px 10px;
}
form.col-2 input[placeholder="City"],
form.col-2 input[placeholder="Country"]{
	margin-bottom: 25px;
}
form.col-2 input[type="submit"]{
	float: right;
	margin-top: 10px;
}

.formContent .group{
	margin: 0 auto 20px;
	padding-left: 15px;
	width: 100%;
	clear: both;
}
.formContent .group:last-of-type{
	margin-bottom: 0;
}
.formContent .group .float{
	float: left;
	width: 50%;
}
.formContent .group .float strong{
	display: block;
}

.formContent .row-item{
	margin-bottom: 10px;
	clear: both;
}
.formContent .row-item input,
.formContent .row-item select{
	margin-right: 15px;
}
.formContent .licences-group{
	float: left;
	width: 320px;
}
.formContent .licences-group strong{
	display: block;
	margin-bottom: 10px;
}
.formContent .licences-group label{
	float: left;
	padding-right: 35px;
	margin-bottom: 10px;
}
.formContent .licences-group label input{
	margin-left: 0;
	float: left;
}
.formContent .ConditionBoxes{
	float: left;
	width: 340px
}

/*REGISTRATION FORM*/
.generalMessage{
	background: #cceac4;
	padding: 20px;
	border-radius: 7px;
	margin-bottom: 20px;
	color: #1b480f;
}
.generalMessage a{
	color: #1b480f;
}
.refusedMessage{
	background: #f1c6c6;
	padding: 20px;
	border-radius: 7px;
	margin-bottom: 20px;
	color: #9e1515;
}
.refusedMessage a{
	color: #9e1515;
}
.generalMessage p:last-of-type,
.refusedMessage p:last-of-type{
	margin-bottom: 0;
}
.generalMessage h3,
.refusedMessage h3{
	text-align: left;
	font-weight: 600;
	color: inherit;
}

span.required{
	font-size: 13px;
	padding: 0 45px 20px;
	display: block;
	text-align: right;
	color: #b1aeae;
}
.phonePrefix{
	float: right;
	margin-right: 26px;
}
.phonePrefix > span{
	float: left;
	border: 1px solid #ccc;
	border-right: 0;
	line-height: 38px;
	padding: 0 5px;
	font-size: 13px;
	border-radius: 5px 0 0 5px;
}
.phonePrefix input{
	float: left;
	width: 267px !important;
	border-radius: 0 5px 5px 0 !important;
}



/*CONTACT*/
.contactForm.formContent{
	background: none;
	border: none;
	width: 665px;
	padding: 30px 0 0;
	overflow: auto;
	margin: 0 auto 30px;
}
.contactForm.formContent button.btnSubmit{
	float: right;
	margin-right: 20px;
}
.contact-main{
	clear: both;
	background: #fdfafa;
	border: 1px solid #dcdcdc;
	overflow: auto;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 20px 30px;
}
.contact-main .group{
	float: left;
	width: 50%;
	padding-bottom: 30px;
}
.contact-main .group ul{
	padding-right: 100px;
}
.contact-main .group ul li{
	list-style: none;
}
.contact-main .group ul li:after{
	content: '';
	display: table;
	clear: both;
}
.contact-main .group ul li + li{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}
.contact-main .group ul li img{
	float: left;
	margin-right: 15px;
	width: 200px;
	height: 150px;
	border: 1px solid #dcdcdc;
}
.contact-main .group ul li strong{
	display: block;
}

.collapse-list .contact-main{
	display: none;
}
.collapse-list > div{
	clear: both;
}
.collapse-list > div + div{
	border-top: 1px solid #dcdcdc;
}
.collapse-list > div > h3{
	color: #0ca6c8;
	padding: 15px 0;
	cursor: pointer;
	margin-bottom: 0;
}
.collapse-list > div > h3:hover{
	background: #f9f6f6;
}
.collapse-list > div h3 svg{
	margin-top: 3px;
}

/*LOGIN*/
.loginForm {
    background: #fdfafa;
    border: 1px solid #dcdcdc;
    padding: 50px 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}



/*TEST*/
.online-site{
	overflow: auto;
}
.online-site > div{
	margin-bottom: 30px;
}
.online-site > div + div{
	border-top: 1px solid #dbdbdb;
	padding-top: 30px;
}
.online-site h3{
	float: left;
	width: 240px;
	margin-right: 55px;
	line-height: 115px;
	text-align: center;
	text-transform: uppercase;
	border-right: 3px solid #ececec;
	font-weight: 600;
}
.online-site h3.online:after{
	content: url('img/cam-icon.png');
	margin-left: 20px;
}
.online-site h3.site:after{
	content: url('img/calendar-icon.png');
	margin-left: 20px;
}

.timeline-wrapper .progression{
	float: right;
}
.timeline-wrapper .progression span{
	font-weight: 600;
}
.timeline-wrapper{
	width: 100%;
	background: #fdfafa;
	border: 1px solid #dcdcdc;
	padding: 30px;
	overflow: auto;
	margin-bottom: 30px;
}
.timeline-wrapper .loadProgression{
	clear: both;
}
.timeline-wrapper ul{
	float: left;
	padding: 0;
	margin: 30px 0 0;
	position: relative;
	overflow: visible;
	height: 100px;
}
.timeline-wrapper ul + ul{
	border-left: 1px dashed #ccc;
}

.loadProgression ul:first-child:nth-last-child(1) { width: 100%; }
.loadProgression ul:first-child:nth-last-child(2),
.loadProgression ul:first-child:nth-last-child(2) ~ ul { width: 50%; }
.loadProgression ul:first-child:nth-last-child(3),
.loadProgression ul:first-child:nth-last-child(3) ~ ul { width: 33.3333%; }
.loadProgression ul:first-child:nth-last-child(4),
.loadProgression ul:first-child:nth-last-child(4) ~ ul { width: 25%; }

.timeline-wrapper ul:before{
    left: 0;
	content: '';
	height: 2px;
	top: 7px;
	width: 100%;
	background: #0ca6c8;
	position: absolute;
}
.timeline-wrapper ul:after{
	content: attr(data-part);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.timeline-wrapper ul li{
	float: left;
	list-style: none;
	position: relative;
	z-index: 99;
	text-align: center;
	width: 10%;
}
.timeline-wrapper ul li:before{
	content: attr(data-label);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	display: none;
}
.timeline-wrapper ul li.current:before{
	display: block;
}
.timeline-wrapper ul li span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #efefef;
	border: 2px solid #0ca6c8;
	border-radius: 50%;
}	
.timeline-wrapper ul li.current span{
	background: #0ca6c8;
}	


/*COURSES*/
.course-detail{
	background: #fdfafa;
	border: 1px solid #dcdcdc;
	padding: 30px;
	border-radius: 5px;
}
.course-detail .features{
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 15px;
	justify-content: space-between;
}
.course-detail .group{
	float: left;
	width: 33.333%;
	padding: 20px 20px 10px;
}
.course-detail .group + .group{
	border-left: 1px solid #e8e4e4;
}
.course-detail .item-row{
	display: block;
	padding-bottom: 10px;
	overflow: auto;
	font-size: 13px;
}
.course-detail .item-row strong{
	display: block;
}
.course-detail .takePartGroup{
	margin-bottom: 30px;
	text-align: center;
}
.course-detail .takePartGroup strong{
	display: block;
	margin-bottom: 5px;
}
.course-detail .item-row .txtInputSmall{
	width: 100px !important;
	margin: 0 0 5px;
}
.course-detail a.trigger{
	background: #0ca6c8;
	color: #fff;
	display: inline-block;
	padding: 6px 10px 6px 5px;
	border-radius: 5px;
	line-height: 14px;
	text-decoration: none !important;
}
.course-detail a.trigger:hover{
	filter: brightness(120%);
}
.course-detail .popup{
	background: #fff;
	padding: 30px 30px 15px;
	position: fixed;
	z-index: 999;
	width: 900px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
}
.course-detail .popup .close{
	color: #fff;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}
.course-detail .popup .close svg{
	font-size: 28px !important;
	margin: 0;
}
.course-detail .popup-mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #00000080;
	display: none;
}


/*STYLES*/
a{
	color: #0ca6c8;
	text-decoration: none;
	outline: none;
	display: inline-block;
}
a:hover{
	color: #333;
	text-decoration: underline;
}
a.btn,
button.btn,
form input[type="submit"]{
	display: inline-block;
	padding: 10px 20px;
	background: #0ca6c8;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s;
	border: 0;
	cursor: pointer;
	line-height: 21px;
	text-transform: uppercase;
	border-radius: 5px;
}
a.btn.btnSave{
	background: #0fc80c;
}
a.btnCreate {
	cursor: pointer;
	background: #0ca6c8;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 13px;
	transition: filter 0.3s;
}

a.btnButtonIcon {
        cursor: pointer;
        background: #0ca6c8;
        display: inline-block;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 13px;
        transition: filter 0.3s;
    }
a.btnButtonIcon:hover{
	text-decoration: none;
	filter: brightness(110%);
}

a.btnCreate:hover{
	text-decoration: none;
	filter: brightness(110%);
}
form input[type="submit"]{
	padding: 10px 20px;
}
a.btn.clear{
	background: none;
	border: 1px solid #0ca6c8;
	color: #0ca6c8;
	margin-left: 15px;
	padding: 10px 20px;
	line-height: initial;
}
a.btn.clear:after{
	content: '';
	display: none;
}
a.btn:hover{
	filter: brightness(110%);
	text-decoration: none;
}
p{
	margin-bottom: 15px;
}
h1,h2,h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h1{
	text-align: center;
}
h2{
	font-size: 17px;
	font-weight: 600;
	text-align: left;
}
h3{
	font-size: 15px;
	clear: both;
}
strong{
	font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea{
	height: 40px;
	border: 1px solid #ccc;
	outline: none;
	width: 300px;
	padding: 0 15px;
	border-radius: 4px;
}
textarea{
	width: 100%;
	max-width: 620px;
	height: 150px;
	padding: 10px;
}
input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	margin-right: 5px;
	border-radius: 3px;
}
input[type="checkbox"]:focus{
	outline: none;
}
input[type="checkbox"]:active{
	background: #efefef;
}
input[type="checkbox"]:checked{
	border: 1px solid #0ca6c8;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='14' height='14' viewBox='0 0 595.28 595.275' fill='%230ca6c8'><path d='M550.578,199.687l-65.314-65.314c-7.339-7.336-19.604-6.966-27.399,0.829	L249.03,344.035l-87.978-87.977c-4.666-4.665-14.395-2.499-21.731,4.837l-65.315,65.315c-7.336,7.337-9.503,17.067-4.838,21.733	l98.36,98.36c0.713,1.155,1.555,2.25,2.553,3.249l65.316,65.315c0.998,0.999,2.093,1.84,3.25,2.554l2.284,2.284	c4.666,4.665,14.396,2.498,21.732-4.838l65.317-65.315c1.306-1.306,2.44-2.691,3.409-4.106L549.75,227.084 C557.544,219.291,557.914,207.024,550.578,199.687z'/></svg>");
}
input.price-symbol{
	position: relative;
}
input.price-symbol:after{
	content: '€';
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: 600;
}

/*CUSTOM POPUP STYLE*/
.jconfirm .jconfirm-box div.jconfirm-title-c{
	display: none !important;
}
.jconfirm .jconfirm-box.jconfirm-type-blue{
	border-top: none !important;
}
.jconfirm.jconfirm-modern .jconfirm-box{
	padding: 20px 20px 8px !important;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{
	font-size: 18px;
	color: #276581;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{
	color: #333;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{
	outline: none;
}


svg.svg-inline--fa{
	float: left;
	margin-right: 10px;
	font-size: 22px;
}
svg.svg-inline--fa.small{
	font-size: 15px;
	margin-right: 10px;
}
svg.svg-inline--fa.medium{
	font-size: 18px;
	margin-right: 10px;
}
svg.svg-inline--fa.right{
	float: right;
	margin: 3px 0 0 15px;
}
table td a svg.svg-inline--fa{
	font-size: 14px;
	margin: 2px 5px 0 0;
}
a svg.svg-inline--fa,
button svg.svg-inline--fa{
	font-size: 15px;
	margin-top: 1px;
}

/*ADMIN SECTION*/
h2.admin-title{
	line-height: 40px;
}

/*nav*/
.user-nav{
	background: #77a4b5;
	float: right;
	border-radius: 5px;
	padding: 0;
	overflow: auto;
}
.user-nav li{
	float: left;
	list-style: none;
}
.user-nav li + li{
	border-left: 1px solid #98bcca;
}
.user-nav li a{
	color: #fff;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	font-size: 11px;
	transition: background 0.3s;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	transition: background 0.3s;
	text-decoration: none !important;
}
.user-nav li a:hover,
.user-nav li a.selected{
	background: #ffffff30;
}

.wrap.admin-nav{
	position: relative;
	bottom: -133px;
	padding: 0;
	height: 50px;
}
.wrap.admin-nav nav{	
	border-radius: 5px 5px 0 0;
	padding: 0;
	background: #35758d;
}
.wrap.admin-nav nav ul{
	padding: 0;
}
.wrap.admin-nav nav ul li{
	margin: 0;
	height: auto;
	float: left;
}
.wrap.admin-nav nav ul li + li{
	border-left: 1px solid #74949e;
}
.wrap.admin-nav nav ul li a{
	padding: 0 15px;
	line-height: 45px;
	height: 45px;
	font-size: 11px;
	transition: background 0.3s;
}
.wrap.admin-nav nav ul li.selected a,
.wrap.admin-nav nav ul li a:hover{
	background: #ffffff30;
	color: #fff;
}
.questionNagaviation + h1,
.serviceNagaviation + h1{
	clear: both;
}

/*edit form*/
.form-edit{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.form-edit .section{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
	width: 49%;
	border-radius: 4px;
}
.form-edit .section.full{
	width: 100%;
}
.form-edit .section.hidden{
	display: none;
}
.form-edit .row-item:after{
	content: '';
	display: table;
	clear: both;
}
.form-edit .row-item + .row-item{
	margin-top: 15px;
}
.form-edit .row-item > div:not(.cke){
	float: left;
	width: 50%;
	padding-right: 10px;
}
.form-edit .row-item > div + div{
	padding: 0 0 0 10px !important;
}
.form-edit .row-item > div .col-2{
	float: left;
	width: 50%;
	padding-right: 5px;
}
.form-edit .row-item > div .col-2 + .col-2{
	padding: 0 0 0 5px;
}
.form-edit .row-item strong{
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
.form-edit .row-item label{
	display: block;
	clear: both;
}
.form-edit .row-item .inline label{
	width: 50%;
	float: left;
	clear: none;
}
.form-edit .row-item input[type="text"], 
.form-edit .row-item input[type="email"], 
.form-edit .row-item input[type="password"], 
.form-edit .row-item select{
	width: 100% !important;
}
.form-edit .row-item input[type="checkbox"],
.form-edit .row-item input[type="radio"]{
	float: left;
}
.form-edit .section .pull-left{
	float: none !important;
}

/*test viewal*/
.test-viewal{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.test-viewal > div{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	width: 250px;
}
.test-viewal > div:nth-child(2){
	width: 490px;
}
.test-viewal > div ul{
	margin-bottom: 20px;
}
.test-viewal > div ul li{
	list-style: none;
	padding: 5px 0;
}
.test-viewal > div ul.questions li{
	padding: 0;
}
.test-viewal > div ul.questions a{
	cursor: pointer;
}
.test-viewal > div strong{
	display: block;
}

/*table lists*/
table.AssessmentRankingTable{
	margin-bottom: 30px;
}
table.AssessmentRankingTable thead{
	background: none;
}
table.AssessmentRankingTable thead .pull-right{
	padding: 5px 0 0;
	cursor: pointer;
}
table.AssessmentRankingTable thead tr{
	border-bottom: 1px solid #689bad;
	color: #367287;
}
table.AssessmentRankingTable tr{
	border-bottom: 1px solid #dad8d8;
}
table.AssessmentRankingTable .top th + th{
	background: #367287;
	color: #fff;
	border-radius: 5px 0 0 0;
}
table.AssessmentRankingTable .top th + th + th{
	border-radius: 0 5px 0 0;
	border-left: 1px solid #689bad;
}
table.AssessmentRankingTable tbody td{
	vertical-align: middle;
}
table.AssessmentRankingTable tbody td.lbHolistic{
	cursor: pointer;
	color: #0ca6c8;
}
table.AssessmentRankingTable tbody td.lbHolistic:hover{
	background: #e7edef;
}
table.AssessmentRankingTable select.ddlRating{
	width: 70px;
}
table.AssessmentRankingTable input.txtRemark,
table.AssessmentRankingTable select.ddlRemark{
	width: 250px;
}
table.AssessmentRankingTable tr.rt{
	background: #e4e4e4;
}
table.AssessmentRankingTable tr.buttonInputFrm{
	border: none;
}
table.AssessmentRankingTable tr.buttonInputFrm td{
	padding: 20px 0 0;
	text-align: right;
}
table.AssessmentRankingTable .pull-right{
	margin: 0 !important;
}
table.purchase tr td:nth-child(3){
	max-width: 300px;
}
table.purchase tr td:nth-child(2){
	width: 100px;
}
table.purchase tr td:last-child{
	min-width: 140px;
}
.frmAdminInput{
	float: left;
	width: 100%;
}
.frmAdminInput > div{
	float: left;
}
.frmAdminInput > div + div{
	margin-left: 30px;
}
.frmAdminInput > div .txtScore{
	width: 100px;
	text-align: center;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #367287;
}
.frmAdminInput > div textarea{
	width: 840px;
	height: 85px;
}
.frmAdminInput > div .btnSendResult{
}

.paddingQuestionPart{
	margin-bottom: 25px;
}

/*USER SECTION*/
.certification-documents{
	clear: both;
}
.certification-documents > div{
	background: #e8e8e8;
	width: 150px;
	float: left;
	text-align: center;
	margin: 10px;
	padding: 20px;
	min-height: 220px
}
.certification-documents > div strong{
	font-size: 13px;
}
.certification-documents > div a,
.certification-documents > div button.btnSubmit{
	text-decoration: none !important;
	display: block;
	width: 100%;
}
.certification-documents > div button.btnSubmit{
	padding: 14px 0;
}

.overlay {
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4; /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

input.error {
    border: 1px solid red;
}
textarea.error {
    border: 1px solid red;
}
label.error {
    color: red;
    display: block;
    width: 400px;
}
#frmRegister label.error{
	display: none;
}

.clearfix {
    clear: both;
}


.contentBody {
    /*min-height: 774px;*/
    overflow: hidden;
}

.footer {
    text-align: left;
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    width: 100%;
    /*clear: both;
    position: relative;*/
    z-index: 10;
    margin-top: 0em;
}
.cookie-bar{
	background-color: #276681;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.cookie-bar p{
	margin: 0;
	line-height: 15px;
	padding: 10px;
}
.cookie-bar span{
	float: right;
	width: 50px;
	line-height: 50px;
	color: #fff;
	background: #0ca6c8;
	cursor: pointer;
	font-weight: bold;
	display: block;
	text-align: center;
}


.ContentLeftSelect {
    float: left;
}

.ContentRightSelect {
    float: right;
}

.btnSubmitSelect {
    padding: 65px 100px;
    background-color: #0ca6c8;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid;
    outline: none !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-100 {
    margin-top: 100px !important;
}

.buttonicon {
    border: 1px solid;
    text-align: center;
    padding: 55px 90px;
}

.buttonNormal {
    background-color: #0ca6c8;
    color: white;
    padding: 10px 20px;
    margin-right: 20px;
}

.spanTitleButton{
    padding-left: 25px;
    font-size: 25px;
}

button.btnSubmit {
    padding: 13px 20px;
    background-color: #0ca6c8;
    color: white;
    cursor: pointer;
    border: 1px solid;
    outline: none !important;
    font-size: 12px;
    list-style: initial;
    text-transform: uppercase;
    border-radius: 7px;
    transition: filter 0.4s;
}
.btnSubmit:hover{
	filter: brightness(110%);
}
button.btnSubmit.align-right{
	float: right;
}
.titleLb {
    text-align: left
}

.iconTbl {
    width: 15px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 5px 10px;
}
.table tbody tr {
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}
.table thead {
	background: #3f839c;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.table thead th:first-child{
	border-radius: 5px 0 0 5px;
}
.table thead th:last-child{
	border-radius: 0 5px 5px 0;
}
.table tfoot {
    text-align: right !important;
    color: #545454;
    font-weight: 600;
}
tr.selected {
    background-color: #0ca6c8;
    cursor: pointer;
    color: #f0ffff
}
tr.selected a{
    color: #f0ffff
}

.table th{
    padding:10px;
    font-size: 13px;
}

.table td{
    padding:10px;
    vertical-align: top;
    font-size: 12px;
    position: relative;
}

.table tr a{
     cursor: pointer;
     text-decoration: none;
}
.sorted_table > tr{
	cursor: move;
}

.iconNormal {
    width: 25px;
    vertical-align: middle;
}

.pull-left {
    float: left !important
}
.pull-right {
    float: right !important
}
.pull-right.top{
	margin-bottom: 25px;
}
.questionContent a{
    cursor: pointer;
    text-decoration: none
}
a.hideControlComponent{
	float: left;
}

.selectInput {
    width: 100px;
}
.txtInput {
    width: 365px !important;
}

.txtInputSmall {
    margin-right: 40px;
    width: 240px !important;
}

.hideControl {
    display: none;
}

.formFullWidth {
    width: auto !important;
}
.textAria {
    height: 120px;
}
.simditor {
    height: 200px;
}
.margin-right-small {
    margin-right: 25px;
}
.margin-right-normal {
    margin-right: 50px;
}
.padding-right-small {
    padding-right: 25px;
}
.padding-right-normal {
    padding-right: 50px;
}

dl{
	overflow: auto;
}
dl dt{
	font-weight: 600;
	float: left;
	clear: both;
	width: 150px;
	margin-bottom: 5px;
}
dl dd{
	float: left;
	margin-bottom: 5px;
}

.controlComponent{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	cursor: move;
	background: #fff;
}
.inputfile-box {
  position: relative;
}

.inputfile {
  display: none;
}

.container {
  display: inline-block;
  width: 100%;
}

.file-box {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  cursor: pointer;
}

.file-button {
  background: #0ca6c8;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 38px;
  font-size: 13px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.file-button:hover{
	filter: brightness(105%);
}

.file-name {
    position: absolute;
    top: 10px;
}

.disabled {
    opacity: 0.6;
    cursor: none;
}

.expandButton {
    background: none;
    display: block;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
}
.btnSwichRemarkControl{
	padding: 13px 0;
}
.expandButton svg{
    font-size: 18px;
}
.expandButton svg path{
    fill: #0ca6c8;
}
.sublinkMenuChangeAssessor {
    position: absolute;
    padding: 10px 15px;
    border: 1px solid #0ca6c8;
    z-index: 5; 
    display:none;
    border-radius: 5px;
    background: #fff;
    top: 30px;
    right: 0;
    width: 160px;
}
.sublinkMenuChangeAssessor:hover{
    color: #0ca6c8;
    background: #e9f3f5;
}

.lbError{
	font-size: 12px;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	width: 300px;
}
.frmRegister .lbEmail{}

.loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #0ca6c8;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hidden {
    display: none !important;
}    

.txtCssHour {
    width: 70px !important
}

.fliters {
    border: 1px solid lightgray;
    margin-bottom: 25px;
}

.phonePrefix .lbPrefixPhone, .phonePrefix .lbPrefixVatNumber { width: 60px }
.phonePrefix .txtPhoneNumber, .phonePrefix .txtVatNumberCompany { width: 240px!important;}

/*-----------------------------------------------
          ---- CSS SITE MOBILE ----
-----------------------------------------------*/
@media only screen and (min-width: 1024px){
	#responsiveBtn{
		display: none;
	}
  header nav{
    height: auto !important;
  }
}
@media only screen and (max-width: 1024px){
	#responsiveBtn {
		cursor:pointer;
		position: fixed;
		top: 15px;
		right: 20px;
		width: 40px;
		height: 40px;
		background: #0ca6c8;
		text-indent: -9999px;
		z-index: 8009;
		display: block !important;
		border-radius: 4px;
	}
	#responsiveBtn:after{
		content: '';
		position: absolute;
		display: block;
		width: 1rem;
		height: 0;
		top: 0;
		left: 8px;
		box-shadow: 4px 13px 0 2px white, 4px 20px 0 2px white, 4px 27px 0 2px white;
	}


	body, body.home{
		padding-top: 100px;
	}
	div#wrap, div.wrap{
		width: auto !important;
		padding: 0 20px;
	}
	header{
		overflow: visible;
		padding: 0;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		height: 70px;
		background: #276986;
	}
	header.fixed{
		height: 70px;
		background: #276986;
	}
	header #top{
		background: #156482d6;
		position: absolute;
		bottom: -32px;
		width: 100%;
	}
	header .lang{
		float: left;
	}
	header nav {
		width: 250px;
		height: 100%;
		position: fixed;
		right: 0;
		left: initial;
		top: 70px;
		background-color: #8da6b1;
		z-index: 5;
		padding: 0;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		transform: translateX(250px);
		transition-duration: 0.3s;
	}
	header nav.open{
		right: 0;
		transform: translateX(0);
	}
	header nav ul{
		background: none;
		padding-top: 10px;
		float: none;
		width: 100%;
	}
	header nav ul > li{
		float: none;
		margin: 0;
		height: initial;
		display: block;
		height: auto;
		padding: 0;
		border: 0 !important;
		display: block;
		margin: 0 !important;
	}
	header nav ul > li a{
		padding-left: 20px;
		display: block;
		text-align: left;
	}
	header nav ul > li a:hover{
		background: none;
	}
	header nav ul > li:first-child a{
		background: none;
		text-indent: inherit;
		width: auto;
		height: auto;
	}
	header nav ul ul{
		width: 100%;
		position: static;
		margin-bottom: 20px;
	}

	header img{
		margin: 20px 0;
		max-height: 30px;
	}

	div.site-content{
		padding-bottom: 50px;
	}
	.home footer{
		position: static;
	}

	.banner-img{
		height: 100px;
	}
	.banner-img img{
		width: auto;
		height: 100px;
		min-height: initial;
	}
	.banner-img h1{
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.user-nav{
		float: none;
	}

	.content-flex .section,
	.form-edit .section{
		width: 100%;
	}

	.contactForm.formContent{
		width: 100%;
	}

	.site-content{
		padding-top: 30px;
		text-align: justify;
	}

	.home h1, .banner-img h1{
		font-size: 20px;
		line-height: 30px;
		width: 100%;
	}
	.home h1 strong, .banner-img h1 strong{
		font-size: 15px;
	}
	.home h1{
		margin-bottom: 30px;
	}
	.home .fade{
		padding: 0 20px;
		width: 100%;
	}
	.featured-items{
		display: block;
		padding-top: 0;
	}
	.featured-items > div{
		width: 100%;
		padding: 105px 0 30px;
		border: 0 !important;
	}

	.featured-items > div:before{
		top: 0;
	}

	.flexslider fieldset{
		width: 100%;
	}
	.flex-control-nav{
		width: 100%;
	}
	.flex-direction-nav a,
	.flex-direction-nav a.flex-prev{
		margin: 0;
	}
	.flexslider fieldset label + label{
		margin-top: 20px;
	}

	.formContent .row-item input, .formContent .row-item select{
		margin: 0 0 10px;
	}
	.formContent .group{
		width: 100%;
		padding-left: 0;
	}
	.formContent .group strong{
		display: block;
	}
	.formContent .ConditionBoxes{
		width: 100%;
	}

	.course-detail{
		padding: 20px;
	}
	.course-detail .group{
		float: none;
		width: 100%;
	}

	.featured-items > div{
		margin-bottom: 20px;
	}

	.featured-items > div:hover .hover{
		top: 0;
	}

	.selection #grid{
		max-width: inherit;
	}
	.selection #grid > a{
		margin-bottom: 20px !important;
	}

	.online-site h3{
		width: 100%;
		background: #ececec;
		border: none;
	}
	.online-site a.btn{
		width: 100%;
		margin-bottom: 5px;
	}
	.online-site a.btn.clear{
		margin: 0;
	}

	.featured-items div.selected:after{
		top: -10px;
	}

	.registerContentLeft{
		float: none !important;
		width: 100% !important;
	}
	.registerContentLeft h5{
		clear: both;
	}

	h2.admin-title{
		clear: both;
	}


	input[type="text"], input[type="email"], input[type="password"], select, textarea{
		width: 100% !important;
	}
	iframe{
		width: 100% !important;
	}

	/*RESPONSIVE TABLES*/
	table.responsive{
		width: 100%;
	}
	table.responsive thead{
		position: absolute;
		display: none;
	}
	table.responsive tr{
		padding: 5px 0;
		display: block;
		overflow: auto;
	}
	table.responsive tr:nth-child(even){
		background: #f7f6f6;
	}
	table.responsive td{
		float: left;
		width: 100%;
		clear: both;
		padding: 5px 10px;
	}
	table.responsive td:before{
		content: attr(data-label);
		float: left;
		font-weight: 600;
		width: 90px;
	}
	table.responsive td:last-child:before{
		content: '';
	}
	table.responsive td:last-child a{
		display: block;
		padding: 10px 0;
		background: #0ca6c8;
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: background 0.2s;
		border: 0;
		cursor: pointer;
		text-transform: uppercase;
		border-radius: 5px;
	}

	.jconfirm-holder .jconfirm-box{
		width: 80% !important;
	}

	.zoombox_container.multimedia{
		margin-top: 0 !important;
	}
	.zoombox_container.multimedia iframe{
		height: 400px !important;
	}

	footer{
		padding: 15px 0;
	}

	@media screen and (orientation:landscape) {
	}

	.formContent .licences-group { width: 100% !important;}
	.formContent .licences-group label { display: block;float: left;}
	.formContent .licences-group label input { margin-right: 5px;}
	.phonePrefix { width: 100%;margin-right: 0px;}
	.phonePrefix .lbPrefixPhone, .phonePrefix .lbPrefixVatNumber { width: 20% !important;float:left}
	.phonePrefix .txtPhoneNumber,.phonePrefix .txtVatNumberCompany  { width: 80% !important;float: left;margin:0px !important}    
}
