.clear {
	clear: both;
}

p {
	margin: 10px 0;
}

/*a,
a[role=tab]:hover
{
	color: #5297ff;
}
}

a:hover {
	color: #5297ff;
}*/

.row.equal:before {
    display: none;
}

.row.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.row.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.text-success {
	color: #04aa2c;
}

.text-danger {
	color: #c20904;
}

.text-justify h1,
.text-justify h2,
.text-justify h3 {
    text-align: left;
}

.btn {
	/*box-shadow: 0 2px 3px rgba(0, 61, 153, 0.3);*/
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);*/
	position: relative;
	transition: box-shadow 200ms, background-color 200ms, border-color 200ms;
}

.btn.btn-primary {
	/*box-shadow: 0 2px 3px rgba(0, 61, 153, 0.3);*/
}

.btn.btn-primary.active,
.btn.btn-primary:active {
	box-shadow: none;
}

.btn-default {
	color: #1f78ff;
	background-color: #d2e3fc;
	border-color: #d2e3fc;
	/*box-shadow: 0 2px 3px rgba(0,0,0,0.1);*/
}

.btn-transparent:hover,
.btn-default:hover {
	color: #1f78ff;
	background-color: #c0d9ff;
	border-color: #c0d9ff;
	/*color: #1f78ff;
	border-color: #c0c3e0;	/*color: #000;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	background-color: #fff;	*/
}

.btn-transparent.active,
.btn-transparent:active,
.btn-transparent.active:hover,
.btn-transparent:active:hover,
.btn-transparent.active:hover,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus,
.btn-default.active,
.btn-default:active,
.btn-default.active:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
	box-shadow: inset 0 2px 5px rgba(0, 51, 127, 0.08);
	background-color: #c0d9ff;
	border-color: #bdd6fb;
	color: #1f78ff;
		/*border-color: #888;
	color: #fff;*/
	/*box-shadow: 0 0px 0px rgba(0,0,0,0) inset;*/
}

/*.btn-danger {
	background-color: #ed8785;
	border-color: #ed8785;
}

.btn-danger:hover {
	background-color: #ff6b66;
	border-color: #ff6b66;
}*/

.btn-group .btn.active {
	box-shadow: none;
	color: #1f78ff;
	background-color: #a6c9ff;
	border-color: #a6c9ff;
/*	background-color: #5297ff;
	border-color: #5297ff;
	color: #fff;*/
}

.btn-group .btn.btn-default {
    color: #1f78ff;
}

.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #1f78ff;
	border-color: #b7cff3;
	background-color: #c0d9ff;
	box-shadow: inset 0 2px 5px rgba(0, 51, 127, 0.08);
}

.input-group-btn .btn-default,
.input-group-btn .btn-default.active,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active:hover,
.input-group-btn .btn-default:active:hover,
.input-group-btn .btn-default.active:hover,
.input-group-btn .btn-default:active:focus,
.input-group-btn .btn-default.active:focus,
.input-group-btn .btn-default:active.focus,
.input-group-btn .btn-default.active.focus {
	border-color: #7cb0ff;
}

.btn-default.btn-xs {
	background: none;
}

.btn-default.btn-xs:hover,
.btn-default:focus,
.btn-default.focus {
	color: #1f78ff;
	background-color: #d2e3fc;
	border-color: #d2e3fc;
}

form.small-width {
    max-width: 512px;
}

form.mid-width {
    max-width: 768px;
}

.form-control {
	box-shadow: none;
}

input.form-control.flat {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #cecece;
	border-radius: 0;
	box-shadow: none;
	background: none;
	padding: 6px 0;
}

.label-floating select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    border-radius: 0;
    font-size: 16px;
}

.label-floating select:focus {
    color: #5297ff;
}

.label-floating .select-caret {
    display: block;
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 12px;
    pointer-events: none;
}

.form-group.label-floating  select {
    margin-top: 7px;
}

input.form-control.flat:focus {
	box-shadow: none;
	border-bottom: 2px solid #5297ff;
	color:  #5297ff;
	padding: 6px 0 5px 0;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f9ff;
}

.table-hover>tbody>tr.opened {
	background-color: #ebf3ff;
}

.table-hover>tbody>tr.overview,
.table-hover>tbody>tr.overview:hover {
	background-color: inherit;
}

.table>thead>tr>th {
	border-bottom: 2px solid #d7dce3;
}

.table>tbody>tr>td {
	border-top: 1px solid #d7dce3;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #ffffff;
	background: #5297ff;
}

.open>.dropdown-menu {
	right: 0;
	border: none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.dropdown-menu input[type=submit] {
    width: 100%;
}

.dropdown-menu .form-group {
    margin-top: 10px;
}

.label-default {
	background: #b0b0b0;
}

.container {
	padding-left:15px;
	padding-right:15px;
}

@media (min-width: 768px) {
	.container {
		width:100%;
		max-width: 1200px;
		padding-left:30px;
		padding-right:30px;
	}
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	height: 100%;
}

.outer-container {
    height: auto !important; /*min-height hack*/
    height: 100%;            /*min-height hack*/
    min-height: 100%;
    padding-bottom: 70px;
    margin-bottom: -40px;
}

body.frontpage .outer-container {
    min-height: 100%;
    padding-bottom: 40px;
    margin-bottom: -40px;
}

body, [canvas=container] {
	background-color: #f2f4f7;
}

body.frontpage,
body.frontpage [canvas=container],
header {
    color: #fff;
    background-color: #172843;
}

[canvas].opened a:not(#menu-toggle) {
    pointer-events: none;
    cursor: default;
}

header {
    height: 67px;
}

body.frontpage header {
    height: auto;
    background: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.padding-top {
    padding-top: 67px;
}

h1, h2, h3 {
	font-weight: 400;
}

h1 {
	font-weight: 300;
    font-size: 30px;
    margin: 40px 0 25px 0;
}

#left-menu {
	display: block;
    z-index:2;
    position:fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
	color: #fff;
    background: #172843;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 200ms width;
}

body.opened #left-menu {
    width:250px;
}

#left-menu .logo {
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: 500;
	padding: 10px 10px 10px 20px;
}

#left-menu .logo a {
	color: #fff;
	text-decoration: none;
}

#left-menu .logo a:hover {
	color: #fff;
}

ul.left-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

body.cp ul.left-menu {
    width: 250px;
}

body.cp ul.left-menu a span {
    display: none;
    margin-left: 5px;
}

body.cp ul.left-menu a .fa {
    width: 20px;
}

body.cp.opened ul.left-menu a span {
    display: inline;
}


ul.left-menu li {
	display: block;
}

ul.left-menu li.divider {
	display: block;
	height: 1px;
}

body.cp ul.left-menu li.divider {
	background: #0e1b2f;
}

ul.left-menu a {
	display: block;
	padding: 15px 10px 15px 18px;
	text-decoration: none;
    color: #d8d8ff;
}

body.cp ul.left-menu a {
	transition: background-color 100ms, color 100ms;
	color: #fff;
}

ul.left-menu a:hover {
	color: #fff;
	background-color: tomato;
}

body.cp ul.left-menu a:hover {
	background-color: #284674;
}

ul.left-menu > li > a > .fa {
	margin-right: 7px;
}

ul.left-menu li.active > a {
	color: #fff;
    padding-left: 14px;
	border-left: 4px solid;
	border-left-color: tomato;
	background-color: #172843;
}

ul.left-menu li.active > a:hover {
	color: #fff;
}

body.cp ul.left-menu li.active > a {
	color: tomato;
	border-left-color: tomato;
	background-color: #f2f4f7;
}

ul.left-menu li > ul {
	padding: 0;
	margin: 0;
}

ul.left-menu li > ul > li {
	padding: 0;
	margin: 0;
}

ul.left-menu > li > ul > li > a {
	display: block;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	font-size: 85%;
}

ul.left-menu li > ul > li.active > a {
	padding-left: 20px;
	border-left: none;
}

body.cp ul.left-menu li > ul > li.active > a {
	background-color: #f5f9ff;
}

.responsive-menu {
    background-color: #0b1a33;
}

.top-bar {
    padding-top: 19px;
    height: 67px;
    z-index: 200;
}

#menu-toggle {
    display: block;
    float: left;
    font-size: 28px;
    color: #e8e8f0;
    padding: 5px;
    margin-top: -10px;
    margin-left: -5px;
}

#menu-toggle:hover,
#menu-toggle:focus,
#menu-toggle:active {
    color: #fff;
}

#sign-in {
    display: block;
    float: right;
}

#sign-in .dropdown-toggle {
    color: #e8e8f0;
    text-decoration: none;
    padding-bottom: 5px;
}

#sign-in .dropdown-toggle:hover {
    color: #fff;
}

#sign-in .dropdown-menu {
    padding: 15px;
    width:220px;
    margin-top: 5px;
    left: auto;
}

#sign-in ul.dropdown-menu {
    padding: 5px 0;
}

footer a.dropdown-toggle {
    color: #808090;
    text-decoration: none;
}

body.frontpage footer a:not(.btn):hover,
body.frontpage footer a:not(.btn):active,
body.frontpage footer a:not(.btn):focus {
    color: #fff;
    text-decoration: none;
}

.col-jumbo-btn {
    position: relative;
    padding-top: 27px;
}

.col-jumbo-btn .btn {
    z-index: 1;
}

.plus {
    font-size: 85%;
    color: #5297ff !important;
}

.plus:before {
    content: "";
    background: url('img/plus.png') no-repeat;
    width: 36px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
}

#skyline {
	position: absolute;
	width: 500px;
	right: 0;
	bottom: 0;
	opacity: 0.9;
}

@media (max-width: 992px) {
	#skyline {
		width: 350px;
	}
}

@media (max-width: 767px) {
	#skyline {
		display: none;
	}
}

.container.main {
    padding-top: 67px;
}

body.cp #content {
    margin-left: 60px;
    min-height:100vh;
    padding-bottom: 70px;
    margin-bottom: -40px;
    min-height: 100%;
    transition: 200ms margin-left;
}

body.cp.opened #content {
    margin-left: 260px;
    min-height:100vh;
    padding-bottom: 70px;
    margin-bottom: -40px;
}

body.cp .flex-main {
    display: flex;
}

body.cp .flex-tree {
    padding-right: 15px;
    padding-bottom: 15px;
}

body.cp .treectl {
    width: 340px;
}

body.cp .flex-content {
    flex-grow: 5;
}

@media (max-width: 1024px) {
    body.cp .treectl {
        width: 300px;
    }
}

@media (max-width: 768px) {
    body.cp .flex-main {
        flex-wrap: wrap;
    }

    body.cp .flex-tree {
        padding-right: 0;
        width: 100%;
    }

    body.cp .treectl {
        width: 100%;
    }

    body.cp .flex-content {
        width: 100%;
    }

    body.cp .flex-content .panel {
        width: 100%;
        overflow-x: auto;
    }
}

@media (min-width: 769px) and (max-width: 1224px) {
    body.cp .treectl {
        width: 240px;
    }
}

@media (max-width: 1224px) {
    body.cp .treectl {
        font-size: 14px;
    }

    body.cp .flex-content {
        font-size: 14px;
    }
}

footer {
	font-weight: 300;
    margin: 0;
	height: 40px;
	padding: 10px 0;
	text-align: center;
	color: #707680;
	font-size: 85%;
	background-color: #dfe5ed;
}

.btn.btn-inversed {
    font-family: Roboto, sans-serif;
    background: #28487a;
    color: #fff;
    border: none;
}

.btn.btn-inversed:hover,
.btn.btn-inversed:active {
    background: #fff;
    color: #1354b6;
    border: none;
}

.btn.btn-jumbo {
    font-weight: 400;
    font-size: 18px;
    padding: 18px 25px;
    max-width: 100%;
}

@media (max-width: 480px) {
    .btn.btn-jumbo {
        width: 100%;
    }
}

.home-link {
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -370px;
}

body.frontpage .home-link {
    display: none;
}

.home-link > span {
    border-left: 1px solid #808080;
    padding-left: 0.7em;
    margin-left: 0.7em;
    color: #d0d0d8;
    position: relative;
    font-weight: 300;
}

@media (max-width: 1151px) {
    .home-link {
        left: 50%;
        margin-left: -80px;
    }
    .home-link > span {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-link {
        left: 150px;
    }
}

@media (max-width: 480px) {
    .home-link {
        display: none;
    }
}

/* --- frontpage starts --- */
body.frontpage #content {
	padding-bottom: 40px;
}

body.frontpage footer {
	background: #132139;
    color: #d0d0d0;
}

@media (max-width:420px) {
	body.frontpage header .hero {
		height: auto;
		padding-top: 0;
	}
}

body.frontpage .slide {
    padding-top: 67px;
    background: url('/img/abstract-bg.png') no-repeat 50% -85px;
    background-size: 100;
}

@media (min-width: 992px) {
    body.frontpage .slide {
        background-position: 105% -85px;
    }
}

@media (min-width: 1000px) {
    body.frontpage .slide {
        background-position: 102% -85px;
    }
}

@media (min-width: 1050px) {
    body.frontpage .slide {
        background-position: 100% -85px;
    }
}

@media (min-width: 1100px) {
    body.frontpage .slide {
        background-position: 98% -85px;
    }
}

@media (min-width: 1150px) {
    body.frontpage .slide {
        background-position: 95% -85px;
    }
}

body.frontpage .hero {
	color: #fff;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (orientation: landscape) {
    @media (min-height: 720px) {
        body.frontpage .slide {
            background-position-y: -65px;
        }
        body.frontpage .hero {
            margin-top: 80px;
            margin-bottom: 80px;
        }
    }
    @media (min-height: 800px) {
        body.frontpage .slide {
            background-position-y: -45px;
        }
        body.frontpage .hero {
            margin-top: 100px;
            margin-bottom: 100px;
        }
    }
    @media (min-height: 900px) {
        body.frontpage .slide {
            background-position-y: 5px;
        }
        body.frontpage .hero {
            margin-top: 150px;
            margin-bottom: 150px;
        }
    }
    @media (min-height: 1000px) {
        body.frontpage .slide {
            background-position-y: 55px;
        }
        body.frontpage .hero {
            margin-top: 200px;
            margin-bottom: 200px;
        }
    }
}

@media screen and (max-width:991px) {
    body.frontpage .hero {
        text-align: center;
    }
}

body.frontpage .hero-image {
    max-width: 545px;
    width: 100%;
}

body.frontpage .hero h1 {
	margin: 5px 0 5px 0;
    font-size: 24px;
	font-weight: 300;
    color: #f0f0f8;
    line-height: 120%;
}

body.frontpage h2 {
    color: white;
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0 5px 0;
}

body.frontpage h2:after {
    margin-top: 10px;
    display: block;
    content: " ";
    width: 50px;
    border-bottom: 3px solid tomato;
}

body.frontpage .targets {
    color: #d0d0e0;
    font-size: 16px;
    font-weight: 300;
}

body.frontpage .targets img {
    opacity: 0.80;
}

body.frontpage .targets section {
    margin-bottom: 30px;
}

body.frontpage .targets section:hover {
    color: white;
}

body.frontpage .targets section:hover img {
    opacity: 1;
}

/* --- frontpage ends --- */


body.for-business .slide-1 {
    background: url('/img/4business-bg.jpg') no-repeat 50% 100%;
    background-size: contain;
    background-color: #fff;
    padding-bottom: 240px;
}

@media (orientation: landscape) and (min-width:768px) {
    body.for-business .slide-1 {
        padding-top: 80px;
        min-height: 100vh;
    }
}

@media (max-width: 767px) {
    body.for-business .slide-1 {
        margin-top: 67px;
        min-height: 0;
    }
}

@media (max-width: 640px) {
    body.for-business .slide-1 {
        padding-bottom: 200px;
    }
}

body.for-recruitment .slide-1 {
    background: url('/img/4recruitment-bg.jpg') no-repeat 50% 67px;
    background-size: contain;
    background-color: #ced4d7;
    padding-top: 220px;
    padding-bottom: 30px;
}

@media (orientation: landscape) and (min-width: 768px) {
    body.for-recruitment .slide-1 {
        padding-top: 350px;
        min-height: 100vh;
    }

    @media (min-height: 590px) {
        body.for-recruitment .slide-1 {
            padding-top: 270px;
        }
    }

    @media (min-height: 650px) {
        body.for-recruitment .slide-1 {
            padding-top: 360px;
        }
    }

    @media (min-height: 700px) {
        body.for-recruitment .slide-1 {
            padding-top: 400px;
        }
    }

    @media (min-height: 800px) {
        body.for-recruitment .slide-1 {
            padding-top: 480px;
        }
    }

    @media (min-height: 900px) {
        body.for-recruitment .slide-1 {
            padding-top: 550px;
        }
    }

    @media (min-height: 1000px) {
        body.for-recruitment .slide-1 {
            padding-top: 600px;
        }
    }
}

@media (max-width: 767px) {
    body.for-recruitment .slide-1 {
        padding-top: 200px;
    }
}

@media (max-width: 550px) {
    body.for-recruitment .slide-1 {
        padding-top: 160px;
    }
}

body.for-education .slide-1 {
    background: url('/img/4education-bg.jpg') no-repeat 50% 67px;
    background-size: contain;
    background-color: #f2f4f7;
    padding-top: 300px;
    padding-bottom: 20px;
}

@media (orientation: landscape) and (min-width: 768px) {
    body.for-education .slide-1 {
        padding-top: 350px;
        min-height: 100vh;
    }

    @media (min-height: 590px) {
        body.for-education .slide-1 {
            padding-top: 270px;
        }
    }

    @media (min-height: 650px) {
        body.for-education .slide-1 {
            padding-top: 350px;
        }
    }

    @media (min-height: 700px) {
        body.for-education .slide-1 {
            padding-top: 400px;
        }
    }

    @media (min-height: 800px) {
        body.for-education .slide-1 {
            padding-top: 450px;
        }
    }

    @media (min-height: 900px) {
        body.for-education .slide-1 {
            padding-top: 580px;
        }
    }

    @media (min-height: 1000px) {
        body.for-education .slide-1 {
            padding-top: 650px;
        }
    }
}

@media (max-width: 767px) {
    body.for-education .slide-1 {
        padding-top: 300px;
        padding-bottom: 30px;
        min-height: 0;
    }
}

@media screen and (max-width: 640px) {
    body.for-education .slide-1 {
        padding-top: 180px;
    }
}

body.for-certification .slide-1 {
    background: url('/img/4certification-bg.jpg') no-repeat -50px 67px;
    background-size: contain;
    background-color: #f3f4f6;
    padding-bottom: 20px;
}

@media (orientation: landscape) {
    @media (min-width: 768px) {
        body.for-certification .slide-1 {
            padding-top: 100px;
            min-height: 100vh;
        }
    }

    @media (min-height: 590px) {
        body.for-certification .slide-1 {
            padding-top: 120px;
            background-position: -150px 67px;
        }
    }

    @media (min-height: 650px) {
        body.for-certification .slide-1 {
            padding-top: 250px;
            background-position: 0px 67px;
        }
    }

    @media (min-height: 700px) {
        body.for-certification .slide-1 {
            background-position: -180px 67px;
        }
    }

    @media (min-height: 1000px) {
        body.for-certification .slide-1 {
            padding-top: 450px;
            background-position: -220px 67px;
        }
    }
}

body.for-certification .alt-bg {
    width: 100%;
    display: none;
}

@media (max-width: 767px) {
    body.for-certification .slide-1 {
        padding-top: 67px;
        padding-bottom: 30px;
        min-height: 0;
        background-image: none;
    }
    body.for-certification .alt-bg {
        display: block;
    }
}

.dropdown-menu .fa {
	margin-right: 0.3em;
}

ul.panels {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.panels.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}

ul.panels > li {
	margin: 0;
	padding: 0px;
	display: block;
}

ul.panels.row > li {
	display: flex;
	flex-direction: column;
}

ul.panels > li.draft > .panel {
	background: #e8e8e8;
	box-shadow: none;
}

ul.panels > li > a,
ul.panels > li > div,
ul.panels > li > span {
	display: block;
	margin: 15px 15px 0 0;
}

.exam-name {
	font-size: 120%;
}

.a-exam-questions {
	display: block;
	color: #505050;
	font-size: 85%;
}

#info-saved {
	color: #00a000;
}

.time-left {
	color: #b0b0b0;
	float: right;
	margin-left: 3em;
	margin-top:30px;
}

a.certificate-thumb > table {
	cursor: pointer;
}

a.certificate-thumb {
	border-radius: 5px;
	padding: 10px 10px 10px 5px;
	display: block;
	text-decoration: none;
	transition: background 500ms;
	margin: 10px 0;
}

a.certificate-thumb:hover {
	background: #e8f0f8;
}

.certificate-thumb td {
	vertical-align: middle;
}

.certificate-thumb td:first-child {
	padding-right: 15px;
}

.certificate-thumb .certicicated {
	display: block;
	font-size: 13px;
	color: #1455b7;
	font-weight: 300;
	text-transform: uppercase;
}

.certificate-thumb .assessment-title {
	display: block;
	font-size: 16px;
	color: #093a85;
	text-transform: uppercase;
	font-weight: 400;
}

.certificate-thumb .assessment-date {
	font-size: 12px;
	color: #808080;
}

.certificate-thumb .assessment-number {
	font-size: 12px;
}

.certificate-thumb hr {
	border-top: 2px solid #db0071;
	margin: 5px 0 10px 0;
	max-width: 100px;
}

.frontpage-panel,
.frontpage-panel a,
.frontpage-panel a:hover {
	color: #fff;
}

.frontpage-panel > .container {
	min-height: 170px;
}

.frontpage-panel h2 {
	font-size: 24px;
/*	font-family: Lato, sans-serif;
	text-transform: uppercase;*/
}

#panel-webdev {
	background:#f58834;
}

#panel-sysadmin {
	background:#35b291;
}

#panel-software {
	background:#d95b4a;
}

.frontpage-panel .panel-icon {
	display:block;
	width:100%;
	max-width:200px;
	margin: 10px;
}

.frontpage-panel ul {

	margin-bottom: 30px;
}

.frontpage-panel li {
	margin: 17px 0 0;
}

.frontpage-panel ul a.tag {
	font-size: 90%;
	padding: 7px 7px 7px 12px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 200ms;
}

.frontpage-panel ul a.tag:active {
	box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
}

.frontpage-panel ul a.tag:hover {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

#panel-webdev ul a.tag {
	background: #d66812;
}

#panel-webdev ul a.tag:hover {
	background: #ab4c00;
}

#panel-sysadmin ul a.tag {
	background: #008b73;
}

#panel-sysadmin ul a.tag:hover {
	background: #006453;
}

#panel-software ul a.tag {
	background: #be3825;
}

#panel-software ul a.tag:hover {
	background: #982111;
}

a.tag .label {
	position:relative;
	top: -1px;
	margin-left: 5px;
	border-left: 1px solid #fff;
	border-radius: 0;
	opacity: 1;
}

.price-line {
	font-size: 140%;
}

p.question {
	margin-bottom: 25px;
}

.panel {
	border-radius: 0px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(26, 66, 128, 0.035);
	margin-top: 20px;
	margin-bottom: 20px;
}

.panel .table>thead>tr>th,
.panel .table>tbody>tr>th,
.panel .table>tfoot>tr>th,
.panel .table>thead>tr>td,
.panel .table>tbody>tr>td,
.panel .table>tfoot>tr>td
{
	padding: 12px;
}

.panel .table {
	margin-bottom: 0;
}

.row.panel {
	padding: 0;
}

.breadcrumb {
	margin-top: 10px;
    padding-left: 0;
	padding-right: 0;
	background: none;
}

body.cp .breadcrumb {
	padding: 20px 0px;
	margin: 0 0 7px 0;
	font-size: 15px;
}

body.cp h1 {
	font-size: 24px;
	font-weight: 300;
 	margin: 12px 0 20px 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background-color: #fff;
}

.nav-tabs>li>a:hover {
	background-color: #ebedf0;
}

.tab-content {
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
}

.panel > h1,
.panel > h2,
.panel > h3,
.tab-pane > h1,
.tab-pane > h1,
.tab-pane > h3 {
	margin-top: 0px;
}

.progress {
	background-color: #fff;
}

#examples .question {
	font-weight: 500;
}

#examples .question code {
	font-weight: 400;
}

label {
	font-weight: 400;
}

/* Twitter typeahead */

.twitter-typeahead {
	display: table-cell !important;
}

.tt-menu {
	top: 25px !important;
}

.typeahead,
.tt-query,
.tt-hint {
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	outline: none;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-menu {
	width: 100%;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     border-radius: 4px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.075);
	   -moz-box-shadow: 0 3px 5px rgba(0,0,0,.075);
	        box-shadow: 0 3px 5px rgba(0,0,0,.075);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 15px;
	line-height: 24px;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #5297ff;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #5297ff;
}

.tt-suggestion p {
	margin: 0;
}

.gist {
	font-size: 14px;
}

.tt-menu {
  max-height: 168px;
  overflow-y: auto;
}

ul.assessments {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 15px;
	list-style-type: 0;
}

ul.assessments li {
	display: block;
	width: 100;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid rgba(0,0,0,0);
	cursor: pointer;
	position: relative;
}

ul.assessments li.active {
	background: #fff;
	text-decoration: none;
	color: #000;
	box-shadow: 0 1px 3px rgba(26, 66, 128, 0.025);
}

ul.assessments li:hover:not(.active) {
	background: #e6f0ff;
	text-decoration: none;
	color: #1f78ff;
}

ul.assessments li > .btns {
	display: block;
	visibility: hidden;
	position: absolute;
	right: 5px;
	top: 7px;
}

ul.assessments li:hover > .btns {
	visibility: visible;
}

ul.assessments li a {
	font-size: 17px;
	opacity: 0.3;
	margin-left: 10px;
}

ul.assessments li a:hover {
	color: #1354b6;
	opacity: 1;
}

.skilltag:before {
	content: "#";
	width: 1.25em;
	margin-left: -1.25em;
	font-size: 80%;
	color: #a0a0a0;
	display: inline-block;
}

.skilltag {
	padding-left: 1em;
	line-height: 100%;
}

.skilltag .label {
	top: -2px;
	position: relative;
}

td.skilltag {
	padding-left: 1.25em !important;
}

#assessment-contents td.skilltag {
	padding-top: 15px;
}

td .btn-remove {
	display: block;
	float:right;
	margin-right: -10px;
	margin-top:-12px;
	margin-bottom: -10px;
	opacity: 0;
	padding: 10px;
}

tr:hover .btn-remove {
	opacity: 0.4;
	display: block;
}

tr .btn-remove:hover {
	color: #1354b6;
	opacity: 1;
	display: block;
}

.no-select,
.assessment-instances,
.employees {
	-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari*/
		 -khtml-user-select: none; /* Konqueror */
		   -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				user-select: none; /* Non-prefixed version, currently
									  supported by Chrome and Opera */
}

.panel .table.assessment-instances>thead>tr>th,
.panel .table.assessment-instances>tbody>tr>th,
.panel .table.assessment-instances>tfoot>tr>th,
.panel .table.assessment-instances>thead>tr>td,
.panel .table.assessment-instances>tbody>tr>td,
.panel .table.assessment-instances>tfoot>tr>td,
.panel .table.employees>thead>tr>th,
.panel .table.employees>tbody>tr>th,
.panel .table.employees>tfoot>tr>th,
.panel .table.employees>thead>tr>td,
.panel .table.employees>tbody>tr>td,
.panel .table.employees>tfoot>tr>td {
	padding: 7px 0;
	vertical-align: top;
}

.panel .table.assessment-instances .overview td,
.panel .table.employees .overview td {
	padding: 3px 0;
	vertical-align: top;
	border-top: none;
}

table.assessment-instances,
table.employees {
	font-size: 90%;
}

/*table.assessment-instances {
    min-width:740px;
}*/

@media (min-width:768px) and (max-width:1048px) {
    table.assessment-instances {
        min-width:620px;
    }
}

table.assessment-instances td.small,
table.employees td.small {
	color: #505050;
	text-align: right;
	padding-right: 10px !important;
}

table.employees tr.overview {
	display: none;
}

table.assessment-instances tr.overview > td,
table.employees tr.overview > td {
	padding-top: 0 !important;
	padding-bottom: 12px !important;
}

table.assessment-instances tr.overview table td:first-child,
table.employees tr.overview table td:first-child {
	padding-left: 0;
}

table.assessment-instances tr.overview table td:last-child,
table.employees tr.overview table td:last-child {
	padding-right: 0;
}

tr.overview table.table-hover tr:last-child:hover {
	background: inherit;
}

table.assessment-instances th:hover:not(:last-child) {
	cursor: pointer;
	color: #1f78ff;
}

.assessment-instances.table>thead>tr>th.active {
	color: tomato;
	background-color: inherit;
}

table.assessment-instances th .caret {
	visibility: hidden;
}

table.assessment-instances>tbody>tr[data-id] {
	cursor: pointer;
}

table.assessment-instances tr.overview > td.assessment-link,
table.employees tr.overview > td.assessment-link {
	padding-top: 5px !important;
}

span.assessment-link {
	-webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

a.question > p:first-child,
a.question > p:last-child {
	margin: 0;
}

a.question {
	color: #000;
}

a.question:hover {
	text-decoration: none;
}

code {
	font-size: 92%;
}

label > p,
label > input + p,
label > input + pre {
	margin-top: 0;
}

label > p:last-child,
label > pre:last-child {
	margin-bottom: 0;
}

.radio label,
.checkbox label {
    color: #333;
}

#options1 label,
#options2 label {
	width: 100%;
	border-radius: 5px;
	transition: 200ms background;
	padding: 8px 3px 8px 30px;
	background: #f5f9ff;
}

#options1 label:hover,
#options2 label:hover {
	background: #e2eeff;
}

#options1 .radio, #options1 .checkbox,
#options2 .radio, #options2 .checkbox {
	margin-top: 10px;
	margin-bottom: 20px;
}

#question:not(.wmd-input) {
	cursor: default;
}

#question:not(.wmd-input), #options1, #options2 {
	-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari*/
		 -khtml-user-select: none; /* Konqueror */
		   -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				user-select: none; /* Non-prefixed version, currently
									  supported by Chrome and Opera */
}

th {
	font-weight: 500;
}

.buttons-bar > .btn,
.buttons-bar > .btn-group {
	margin-bottom: 10px;
}

.buttons-bar + .panel {
	margin-top: 10px;
}

.btn-right {
	float: right;
}

/* show tables as blocks for small screen devices */
@media all and (max-width: 1px) {
	.panel .table>thead>tr>th,
	.panel .table>tbody>tr>th,
	.panel .table>tfoot>tr>th,
	.panel .table>thead>tr>td,
	.panel .table>tbody>tr>td,
	.panel .table>tfoot>tr>td,
	.panel table td,
	.panel table tr {
		display: block;
		text-align: left !important;
		border: none !important;
		padding: 3px 0 !important;
	}

	.panel>.table>thead>tr,
	.panel>.table>tfoot>tr,
	.panel>.table>tbody>tr:not(.overview) {
		border-top: 1px solid #bbb !important;
		border-bottom: none;
	}

	/*.skilltag:before {
		margin-left: 0;
	}*/

	#assessment-contents td.skilltag {
		padding-top: 15px;
	}

	th.small-hide,
	td.small-hide {
		display: none !important;
	}
}

@media all and (max-width: 992px) {
	.btn-right {
		float: none;
	}
}

.slider-track-high {
	background-image: none !important;
	background: #c0d9ff !important;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
}
.slider-selection {
	background-image: none !important;
	background: #fff !important;
}

.slider-handle {
	background: #1f78ff !important;
}

.slider-filter {
    margin-bottom:10px;
    line-height:27px;
}

.modal-body {
	padding: 30px;
}

.modal-body .skilltag {
	display: block;
	margin: 5px 0;
}

ul.skilltags {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.skilltags li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.scope {
	margin-bottom: 5px;
	font-size: 90%;
	color: #707680;
	font-style: italic;
}

/*.hero {
	color: #444;
	font-size: 22px;
	font-weight: 300;
	line-height: 34px;
}

.hero h1 {
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
}*/

figcaption {
	font-size: 19px;
	font-weight: 300;
	
}

.hero-arrow {
	position: absolute;
	top:44%;
	left: -15px;
}

@media all and (max-width: 991px) {
	.hero-arrow { display: none; }
}

.floating-label-form-group .control-label {
	color: #aaa;
	text-align: left;
	padding-top: 0;
	margin-top: -10px;
}

.floating-label-form-group {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0.5em;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  background: none;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  resize: none;
}
  
.floating-label-form-group label {
  display: block;
  position: relative;
  top: 1em;
  opacity: 0;
  z-index: 0;
  font-size: 0.75em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  margin: 0;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
     -moz-transition: top 0.5s ease, opacity 0.5s ease;
      -ms-transition: top 0.5s ease, opacity 0.5s ease;
          transition: top 0.5s ease, opacity 0.5s ease;
}

.floating-label-form-group {
	padding-left: 15px;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: black;
}

textarea.standard {
    padding-left: 7px;
    padding-right: 7px;
}

.form-group.label-floating.standard label.control-label,
.form-group.label-placeholder.standard label.control-label {
    left: 7px;
}

.form-group.label-floating.standard.is-focused label.control-label,
.form-group.label-floating.standard:not(.is-empty) label.control-label,
.form-group.label-static.standard label.control-label {
    left: 0px;
}

.form-group.standard {
    margin-top: 18px;
}

.form-group.no-top-margin {
    margin: 0 0 15px 0;
}

.popover {
	max-width: 360px;
}

.wmd-preview img,
table.questions img {
	max-width: 100%;
}

#recaptcha-alert {
    color: #f4837c;
    margin-top: 5px;
    display:none;
}

#org-tree {
    margin-top: 20px;
    color: #555;
}

.flex-tree .jqtree-title {
    outline: none;
}

ul.jqtree-tree .dropdown-menu {
    left: auto;
    right: 0;
}

ul.jqtree-tree {
    list-style: none outside;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-left: 12px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
    position: relative;
}

ul.jqtree-tree .jqtree-element:hover {
    color: #000;
    background: #eaedf2;
}

ul.jqtree-tree .jqtree-toggler {
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-bottom: none;
    color: #b5bdc9;
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    padding: 3px;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}
    
ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
    margin-right: 0.5em;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
    margin-left: 0.5em;
}

ul.jqtree-tree .jqtree-element {
    position: relative;
    cursor: pointer;
    padding: 3px 0 4px 0;
    border-radius: 4px;
}

@media (max-width: 1224px) {
    ul.jqtree-tree .jqtree-element {
        padding: 5px 0 5px 0;
    }
}

ul.jqtree-tree .edit-menu {
    display: block;
    float: right;
    margin-top:1px;
    margin-right:4px;
}

ul.jqtree-tree [data-toggle=dropdown] {
    opacity: 0;
    color: #b5bdc9;
    padding: 3px 7px;
    cursor: pointer;
    border-radius: 3px;
}

ul.jqtree-tree .jqtree_common:hover > .edit-menu > [data-toggle=dropdown] {
    opacity: 1;
}

ul.jqtree-tree .jqtree_common [data-toggle=dropdown]:hover,
ul.jqtree-tree .jqtree_common [data-toggle=dropdown][aria-expanded=true] {
    opacity: 1;
    color: #555;
}

ul.jqtree-tree .jqtree_common [data-toggle=dropdown][aria-expanded=true] {
    /*box-shadow: inset 0 0 5px rgba(0,0,0,0.1);*/
    background: #d3dbe5;
}

ul.jqtree-tree .jqtree-title {
    vertical-align: middle;
    margin-left: 1.5em;
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 90%;
}

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
    margin-left: 0;
}

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
    margin-bottom: 1px;
}

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
    /* todo: add classes to span? */
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    border: solid 2px #0000ff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: -6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #0000ff;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 2px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #0000ff;
    border-radius: 6px;
    margin: 0;
    box-sizing: content-box;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background: #dfe5ed;
    color: tomato;
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px #0000ff;
}

ul.jqtree-tree.jqtree-rtl {
    direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
    margin-left: 0;
    margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
    margin-left: 0.5em;
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
    margin-left: 0;
    margin-right: 1.5em;
}
    
ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
    margin-right: 0;
    margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
    right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
    right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
    margin-left: 0;
    margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
    right: -2px;
}

span.jqtree-dragging {
  color: #fff;
  background: #000;
  opacity: 0.6;
  cursor: pointer;
  padding: 2px 8px;
}

/* IE 6, 7, 8 */
@media \0screen\,screen\9  {
    ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
        background: url(jqtree-circle.png) no-repeat;
        border: 0 none;
    }
}

body.cp .page {
    display: none;
}

body.cp .page.visible {
    display: block;
}

body.cp .page.flex-main.visible {
    display: flex;
}