#container {
    min-height: 100%;
    position: relative;   
}

#wrap-header {
    height: 85px;
	background: #3498db;
}

#header {
	padding: 10px;
}

.logo {
	margin: 3px 0;
	width: 255px;
}

.logo-text {
	display: block;
	width: 155px;
	line-height: 1.3em;
	font-size: 15px;
	color: #f2f9fb;
	text-transform: uppercase;
}

.logo-text.en {
	width: 100px;
	margin-top: 10px;
}

#wrap-content {
	padding-bottom: 80px;
}

#content {
	padding: 10px;	
	height: 100%;
}

#wrap-footer {
	position: absolute;
	height: 80px;
	bottom: 0;
	width: 100%;
	background: #323a45;	
}

#footer {
	color: #8598b2;
	padding: 26px 0 25px;
	font-size: 13px;
}

#footer a:hover {
	color: #b54851;
	transition: all 0.3s ease;
	
}

.copy {
	margin-left: 10px;
}

.developer {
	margin-top: 3px;
}

/* `PRIVATE --------------------------------------------------------------------------- */

.private#sidebar {
	width: 170px;
	min-height: 100%;
    background: #f2f2f2;
    position: fixed;    
    float: left;
    
}

	.private#header {
		padding: 5px 10px;
	}
	
		.private#logo a {
			width: 100%;
			height: 45px;
			display: block;
			padding-bottom: 5px;
		}
		
		.private#logo .fa {
			width: 39px;
			height: 39px;
			display: block;
			padding: 10px 7px;
			margin-right: 10px;
			background: #02baf2;
			border-radius: 20px;
			color: #fff;
		}
	
		.private.logo-text {
			font-size: 10px;
			color: #02baf2;
			height: 40px;
			width: 100px;
		}
		
		.private.logo-text.en {
			padding-top: 4px;
		}
	
		.logged-user {
			font-size: 12px;
			padding: 10px 0;
			text-align: center;
			height: 56px;
		}
			
		.private#logo::after,
		.logged-user::after,
		.private#settings::before,
		.link-logout::before,
		.server-date::after
		 {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			height: 1px;
			background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.07) 85%, transparent 100%);
			background-image: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.07) 85%, transparent 100%);
			background-image: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.07) 85%, transparent 100%);
			background-image: linear,to right,transparent 0%,rgba(0,0,0,0.07) 15%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.07) 85%,transparent 100%;
		}
		
		.private#logo::after {
			top: 50px;
		}
			
		.logged-user::after {
			top: 105px;
		}
		
		.private#settings {
			width: 100%;
			position: absolute;
			bottom: 0;
		}
		
			.private#settings::before {
				bottom: 67px;
			}
		
			.lang-bar {
				padding: 0 10px;
			}
						
			.lang-bar li {
				float: left;
			}
			
			.lang-bar li a {
				display: block;
				padding: 5px 10px;
				text-transform: uppercase;
				font-size: 11px;
			}
			
			.lang-bar li a:hover {
				background: #e5e5e5;
			}
			
			.lang-bar .fa {
				padding-right: 5px;
			}
			
			.lang-current {
				font-weight: bold;
				color: #02baf2;
			}
			
			.link-logout {
				display: block;
				padding: 10px;
				font-size: 14px;
				font-weight: bold;
			}
			
			.link-logout::before {
				bottom: 41px;
			}
			
				.link-logout:hover {
					background: #e5e5e5;
				}
			
			.link-logout .fa {
				padding-right: 15px;
			}

.private#content,
.private#top-content {
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    height: 100%;
    float: right;
    margin-left: calc(100% - 170px);
    padding: 10px 30px;
}

.private#top-content {
	height: 50px;
	padding: 5px 30px 6px;
	border-bottom: 1px solid #e8e8e8;
}

	.private#top-content .btn {
		margin-top: 2px;
	}

.private#menu ul {
	padding: 10px 0;
}

.private#menu ul li a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 15px;
    font-size: 14px;
    color: #484848;
    transition: all 0.29s ease;
    -o-transition: all 0.29s ease;
    -moz-transition: all 0.29s ease;
    -webkit-transition: all 0.29s ease;
}

.private#menu ul li a:hover {
    background: #f9f9f9;
    color: #02baf2;
}

	.private#menu ul li ul {
		padding: 0;
	}
	
	.private#menu ul li ul li a {
		padding: 9px 15px 9px 25px;
	}

.private .page-heading {
	margin-top: 10px;
	font-size: 13px;
	color: #02baf2;
	text-transform: uppercase;
	font-weight: bold;
}

.w-heading {
	width: -moz-calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
    float: left;
}

.w-heading-items {
	width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
}

.w-heading-claim {
	width: -moz-calc(100% - 412px);
    width: -webkit-calc(100% - 412px);
    width: calc(100% - 412px);
}

#view-form {
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-bottom: 10px;
}

.view-form-div {
	width: 310px;
}

.view-form-div .btn {
	margin-top: 1px;
}

#candidate-search-form {
	padding: 10px 0;
}

#candidate-search-form table {
	margin-top: 5px;
}

.server-date {
	padding: 1px 10px 2px;
}

.server-date::after {
	bottom: 93px;
}

.claim-form {
	width: -moz-calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
}

.claims-for-date {
	width: 260px;
	background: #f8f8f8;
	height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute;
    right: 0;
    top: 50px;
}

.claims-for-date p {
	padding: 8px 10px;
	background: #f2f2f2;
	color: #02baf2;
	font-size: 15px;
	text-align: center;
}

.claim {
	padding: 0 6px; 
	background: #f8f8f8;
}

.inner-claim {
	display: block;
	padding: 7px 4px;
	border-bottom: 1px solid #f2f2f2;
}

/* `NAVIGATION --------------------------------------------------------------------------- */

#nav {
	margin: 15px 20px;    
}

    #nav a {    	
        color: #f2f9fb;
        margin: 0 8px;
        padding: 5px 13px;
        display: inline-block;
        *display: block;
        zoom: 1;
	    font-size: 16px;	        
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
    }
    
    #nav a:hover {
    	color: #81A7D7;
    }

/* `HOME PAGE --------------------------------------------------------------------------- */

#container.main {
	height: 100%;
	width: 100%;
	background: #464646 url("../resources/img/pens5.jpg") center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.language-bar {
	margin: 15px 20px;
  	padding: 7px 10px;
	border-right: 1px solid #0086b7;
	border-left: 1px solid #0086b7;
}
	
	.language-bar a,
	.item-lang a {
		display: block;
		float: left;
		font-size: 11px;
		text-transform: uppercase;
		margin: 0 3px;
		padding: 2px 5px;
		color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;		
	}
	
	.language-bar a:hover {
		background: #0086b7;
		-webkit-transition: background 0.3s ease;
	    -moz-transition: background 0.3s ease;
	    -ms-transition: background 0.3s ease;
	    -o-transition: background 0.3s ease;
	    transition: background 0.3s ease;
	}
		
	.language-bar .lang-current {
		background: #0086b7;
		font-weight: normal;
	}
	
.item-lang {
	margin-top: 10px;
}

.item-lang .lang-current {
	color: #0086b7;
}
	
.item-lang a {
	color: #999;
}	

.btn-sign {
	background: #505050;
    margin: 13px 20px 0 0;
}

	.btn-sign:hover {
		background: #404040;		
		-webkit-transition: background 0.3s ease;
	    -moz-transition: background 0.3s ease;
	    -ms-transition: background 0.3s ease;
	    -o-transition: background 0.3s ease;
	    transition: background 0.3s ease;
		color: #fff;
	}

#take-exam {
	color: #435365;
	text-align: center;
 	width: 800px;
    margin: 50px auto 0; 
}

.take-exam-heading {
	font-size: 24px;
	display: inline-block;
	color: #00a6e7;
	text-transform: uppercase;
}

#messages {
	background: #f5f5f5;
}

#messages.error {
	background: red;
}

.share-title {
	color: #3498db;
	display: block !important;
	margin: 0 0 5px 5px;
}

.token-form {
	width: 340px;
	margin: 0px auto;
	position: relative;
	font-size: 14px;
	padding: 20px 33px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.token-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#test-lang a {
	padding: 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px; 	
}

#test-lang a:hover {
	background: #00a6e7;
	color: #fff;
}

#test-lang.ky a.test-lang-ru {
	margin: 0 29px 0 30px;
}

#test-lang.ru a.test-lang-ru {
	margin: 0 12px 0 14px;
}

#test-lang.en a.test-lang-ru {
	margin: 0 45px 0 ;
}

.token-form input[type="text"] {
	height: 46px;
	width: 270px;
	text-align: center;
	font-size: 16px;
}

.token-form .btn {
	height: 46px;
	width: 270px;
	margin-top: 10px;
	font-size: 16px;
}

#test-lang a:active,
.test-lang-ky.ky,
.test-lang-ru.ru,
.test-lang-en.en {
	background: #00a6e7;
	color: #fff;
	-webkit-box-shadow: inset 0 1px 2px #008bdd;
	-moz-box-shadow: inset 0 1px 2px #008bdd;
	-o-box-shadow: inset 0 1px 2px #008bdd;
	box-shadow: inset 0 1px 2px #008bdd;
}

/* `DROPDOWN FOR MAP -------------------------------------------------------------------------- */

#dropdown-holder {
	background: #fff;	    	
    color: #5b5b5b;
  	cursor: pointer;	        
    position: relative;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;    	
    font-family: 'HattoriHanzo', 'PT-Sans', serif;   
    margin: 10px;    	        
}
  
.dropdown-header {
	border-bottom: 1px solid #ededed;
	font-size: 17px; 
	padding: 10px 5px 10px 15px;  
	width: 188px;
}

.btn-dropdown {
	width: 30px;
	height: 28px;
	background: url("../resources/img/arrow.png") no-repeat center;
	display: block;
	border-left: 1px solid #ededed;
}

.dropdown {
    z-index: -1;
    position: relative;	         
    padding-bottom: 5px;
    display: none;
}

.dropdown-item {
    padding: 5px 25px 5px 15px;
    text-align: left;
    font-size: 15px;
}

.dropdown-item:hover {
    background: #f5f5f5;
}


.info-window {
	width: 180px;
	height: auto;
}

.info-window p {
	font-size: 13px;
}

/* --- `TABLE ------------------------------------------------------------------------*/

.display-table {
    border-bottom: 2px solid #ddd;
}

.display-table.no-bg thead tr th,
.display-table.no-bg tbody tr td {
    background: none;
}

.display-table.no-border thead tr th,
.display-table.no-border tbody tr td {
    border-right: none;
    border-left: none;
    border-color: #ededed;
    color: #484848;
    padding: 8px 5px;
}

.display-table.text-left thead tr th,
.display-table.text-left tbody tr td {
    text-align: left;
}


.display-table.text-left thead tr th.number-col,
.display-table.text-left tbody tr td.number-col {
	text-align: center;
	width: 40px;
}

.display-table.no-border thead tr th {
    color: #02baf2;
    text-shadow: none;
    background: #f2f2f2;
}

.ui-datatable-odd {
    background: none;
}

.display-table tbody tr:hover td {
    background: #f8f8f8;
}

.display-table.no-border .ui-widget-content {
    border-right: none;
    border-left: none;
}

.ui-datatable .ui-paginator, .ui-datatable .ui-paginator {
    padding: 10px 0 !important;
}

.ui-datatable .ui-datatable-footer {
	background: none;
}


.ui-datalist-content.ui-widget-content {
	border: none;
}

.ui-paginator.ui-widget-header {
    background: none;
    border: none;
    text-align: left;
}

.ui-paginator-first .ui-state-default {
    background: #02baf2;
}

.ui-paginator .ui-paginator-pages {
    padding: 0 25px !important;
    margin: 0 10px !important;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.ui-paginator-page.ui-state-default,
.ui-paginator-prev.ui-state-default,
.ui-paginator-next.ui-state-default,
.ui-paginator-jtp-select.ui-state-default,
.ui-paginator-rpp-options.ui-state-default,
.page-drop-down {
    background: none;
    border: none;
    text-shadow: none;
    outline: none;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: normal;
    font-size: 12px;
    margin-left: 3px;
    transition: all 0.3s ease;
    color: #02baf2;
}

.ui-paginator-prev.ui-state-default,
.ui-paginator-next.ui-state-default {
    padding: 6px !important;
}

.ui-paginator-next.ui-state-default {
    margin-right: 20px !important;
}

.ui-paginator-jtp-select.ui-state-default,
.ui-paginator-rpp-options.ui-state-default {
    background: #fff;
    height: 25px;
    margin-left: 0 !important;
    border: 1px solid #ddd ;
}

.page-drop-down {
    display: inline-block;
    padding: 5px;
}

.ui-paginator-prev.ui-state-default,
.ui-paginator-next.ui-state-default.ui-state-disabled {
    color: #787878;
}


.ui-paginator-page.ui-state-default.ui-state-hover {
    background: #02baf2;
    color: #fff;
}

.ui-paginator-prev.ui-state-default.ui-state-hover,
.ui-paginator-next.ui-state-default.ui-state-hover {
    background: #02baf2;
    color: #fff;
}

.ui-paginator-page.ui-state-default.ui-state-active {
    background: #02baf2;
    color: #fff;
}

.ui-paginator .ui-paginator-page {
    padding: 5px 12px !important;
    margin: 0 3px !important;
}

.form-table td {
	padding: 10px 8px 10px 0;
	border-bottom: 1px solid #eee;
}

.form-table-label,
.info-view-label {
	color: #999;
	
	font-size: 13px;
	font-weight: bold;
}

.form-table.no-border td {
	border: none;
}

.form-table-odd-col {
	padding-right: 25px;
	width: 150px;
}

.label {
	color: #999
}

.display-table .ui-widget-content {
	background: none;
}

tr.question-active td {
	color: #38b775 !important;
}

.question-inactive td {
	color: #f84545 !important;
}

.choices {
	position: relative;
}

.add-choice {
	  position: absolute;
	  bottom: 30px;
	  width: 54px;
	  height: 54px;
	  padding: 5px;
	  font-size: 36px;
}

.uploaded-image-name {
	display: block;
  	margin-top: 5px;
  	padding: 2px;	
}

.no-border .ui-widget-content {
	border: none;
}

.info-view {
	background: #f2f2f2;
	padding: 5px;
	border: 1px solid #ededed;
}

.info-view > div {
	float: left;
	padding: 0 20px;
	font-size: 14px;
	border-right: 1px dotted #e5e5e5;
}

.info-view > div.first {
	padding-left: 5px;
}

.info-view > div.last {
	border-right: none;
}

.info-view-label {
	font-size: 11px;
}

.not-answered td {
    font-weight: bold;
    background: #f9f9f9 !important;
}

.error {
	background: #e44b3b;
	color: #fff;
	padding: 7px;
	border-radius: 3px;
}

/* `RESULTS
-------------------------------------------------------------------------------------------------*/
.test-status {
	font-size: 42px;
	text-align: center;
	padding: 30px;
	font-weight: bold;
}

.passed {
	color: #38b775;
}

.failed {
	color: #f84545;
}

.result {
	width: 600px;
	margin: 20px auto;
}

.result td {	
	text-align: center;
	font-size: 32px;
	color: #555;
	border-bottom: 1px solid #ddd;
}

.result-header {
	background: #555;
	width: 100%;
	display: block;
	color: #fff;
	padding: 5px;
	font-size: 15px;
}

/* `PRIMEFACES OVERRIDE
-------------------------------------------------------------------------------------------------*/

.ui-widget {
    font-family: 'Pt Sans', Arial, serif;
    font-weight: normal;
    font-size: 13px;
}

.ui-shadow {
    -webkit-box-shadow: 0 0 2px rgba(6,8,8,0.15);
    -moz-box-shadow: 0 0 2px rgba(6,8,8,0.15);
    -o-box-shadow: 0 0 2px rgba(6,8,8,0.15);
    box-shadow: 0 0 2px rgba(6,8,8,0.15);
}

.ui-widget-header {
	text-shadow: none;
	border: none;
	background: #f5f5f5;
}

.ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	text-shadow: none;
}

.ui-inputswitch .ui-inputswitch-on, .ui-inputswitch .ui-inputswitch-off {
    font-weight: normal;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    text-shadow: none;
}

.ui-tabs {
    padding: 0;
    border: none;
}

.ui-tabs .ui-tabs-nav {
    background: none;
    border-bottom: 1px solid #02baf2;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav {
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    background: #ccc;
    border-color: #ccc;
    font-size: 14px;
    text-shadow: none;
    color: #fff;
}

.ui-tabs .ui-tabs-nav li a {
    color: #fff;
    font-weight: normal;
}

.ui-tabs .ui-tabs-nav .ui-tabs-selected {
    background: #02baf2;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-color: #02baf2;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0;
}

.ui-inputswitch .ui-inputswitch-on, .ui-inputswitch .ui-inputswitch-off {
    top: -1px;
}

.ui-inputswitch.ui-widget.ui-widget-content {
    border: 1px solid #ddd;
    font-size: 11px;
}

.ui-inputswitch-on.ui-state-active {
    background: #27ae60;
    color: #fff;
    height: 23px;
}

.ui-inputswitch-handle.ui-state-default {
    background: #f2f2f2;
    border: none;
}

.ui-dialog {
    border: none;
    -webkit-box-shadow: 0 0 4px rgba(6,8,8,0.15);
    -moz-box-shadow: 0 0 4px rgba(6,8,8,0.15);
    -o-box-shadow: 0 0 4px rgba(6,8,8,0.15);
    box-shadow: 0 0 4px rgba(6,8,8,0.15);
}

.ui-dialog-titlebar {
    background: #f2f2f2;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-minimize,
.ui-dialog .ui-dialog-titlebar-maximize {
    margin-top: 3px;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog .ui-dialog-titlebar-minimize.ui-state-hover,
.ui-dialog .ui-dialog-titlebar-maximize.ui-state-hover {
    background: #ccc;
    border-color: #ccc;
}

.ui-inputfield,
.ui-widget-content .ui-inputfield,
.ui-widget-header .ui-inputfield,
.ui-inputfield.ui-state-focus,
.ui-widget-content .ui-inputfield.ui-state-focus,
.ui-widget-header .ui-inputfield.ui-state-focus {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-autocomplete-panel .ui-autocomplete-list {
    padding: 0;
}

.ui-autocomplete-item.ui-autocomplete-list-item {
    padding: 5px 12px;
}

.ui-autocomplete-item.ui-autocomplete-list-item.ui-state-highlight {
    background: #f2f2f2;
    text-shadow: none;
    color: #484848;
}

.ui-autocomplete.w-1-1 input[type="text"] {
    width: 100%;
}

.short-date-picker .ui-inputfield {
	width: 110px;
}

.ui-selectonemenu,
.output-text {
    margin: 1px;
    border: 1px solid #d6e1e5;
    border-radius: 1px;    
    cursor: default !important;    
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	height: 34px;    
}

.output-text {
	padding: 6px 5px;
	display: block;
}

.ui-selectonemenu.ui-state-focus.ui-state-hover {
	border-color: #02baf2;
}

.ui-datepicker {
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 0 4px rgba(6,8,8,0.15);
    -moz-box-shadow: 0 0 4px rgba(6,8,8,0.15);
    -o-box-shadow: 0 0 4px rgba(6,8,8,0.15);
    box-shadow: 0 0 4px rgba(6,8,8,0.15);
}

.ui-datepicker .ui-datepicker-header {
	background: #f5f5f5;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
	top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
	top: 2px;
}

.ui-datepicker td span, .ui-datepicker td a {
	padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
	text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
	background: #ccc;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-highlight, .ui-datepicker .ui-datepicker-current-day .ui-state-default {
	text-shadow: none;
}



.ui-selectonemenu {
    cursor: default !important;
}

.ui-selectonemenu:hover {
    border-color: #ccc;
}

.ui-selectonemenu .ui-inputfield,
.ui-selectonemenu .ui-selectonemenu-trigger {
    background-color: #fafafa;
    border-left: none;
    cursor: default !important;
    padding: 6px;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    padding: 0 !important;
    width: 18px;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 10px
}

.ui-selectonemenu-panel .ui-selectonemenu-list {
	padding: 0;
}

.ui-selectonemenu-panel {
	border: 1px solid #ddd;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
	color: #666;
	padding: 5px 8px;
	border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item.ui-state-highlight {
	background: #f5f5f5;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item.ui-state-hover {
	background: #f9f9f9;
}

.ui-chkbox .ui-chkbox-box {
	background: #fff;
	border-color: #ccc;
}

.ui-selectmanycheckbox .ui-chkbox {
	margin-top: 8px;
} 

.jqplot-series-shadowCanvas{
	background: #fff;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.jqplot-target {
	box-shadow: none;
}

.jqplot-data-label {
	background: rgba(255,255,255,0.4);
	padding: 0 3px;
	display: block;
	font-size: 13px;
	border-radius: 3px;
	color: #343434;
}

.ui-clock {
	background: none;
	padding: 0 15px;
}

.ui-datalist-content {
	background: none;
}

.claims-for-date .ui-datalist .ui-datalist-empty-message {
	text-align: center;
}

.fc-header .fc-button {
	background: #f5f5f5;
	border-color: #e3e3e3;
	font-size: 13px;
	height: 29px;
	line-height: 2.2em;
}

.fc-header .fc-button.ui-state-hover {
	background: #f2f2f2;
	border-color: #d3d3d3;
}

.fc-header .fc-button.ui-state-down {
	background: #eee	;
	box-shadow: inset 0 1px 3px 0 #ddd;
}

.fc-header .fc-button.ui-state-active {
	background: #e3e3e3;
	box-shadow: inset 0 1px 3px 0 #d3d3d3;
	color: #333;
	text-shadow: 1px 1px 0 #eee;
}

.fc-button .fc-icon-wrap {
	top: 5%;
}

.fc-header-title h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
  	color: #0BBCF1;
  	margin-top: 4px;
}

.fc-first.fc-last th {
	background: #e5e5e5;
	font-size: 14px;
	line-height: 2em;
	color: #02baf2;
}

.fc-today.ui-state-highlight {
	background: #e5e5e5;
}

.fc-today .fc-day-number {
	color: #02baf2;
}

.fc-day,
.fc-agenda-slots tbody td {
	border-color: #e5e5e5;
}

.fc-day {
	cursor: pointer;
}

.fc-day:hover {
	background: #f5f5f5;
}

.fc-day:active {
	background: #e5e5e5;
}

.fc-day-number {
	font-size: 14px;
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
	background: #02baf2;
	border: none;
	border-radius: 0;
}

.fc-event-inner {
	font-size: 13px;
}

.fc-grid .fc-event-time {
	background: #3498db;
	padding: 2px 3px;
  	display: inline-block;
}

.fc-grid .fc-event-title {
	padding: 2px 3px;
}

.ui-inputswitch .ui-inputswitch-on, .ui-inputswitch .ui-inputswitch-off {
    top: -1px !important;    
    height: 23px !important;
    background: #fff;
}

.ui-inputswitch.ui-widget.ui-widget-content {
    border: 1px solid #ddd;
    font-size: 11px;
}

.ui-inputswitch-on.ui-state-active {
    background: #27ae60;
    color: #fff;
    text-shadow: none;
}

.ui-inputswitch-handle.ui-state-default {
    background: #f2f2f2;
    border: none;
}

/* `HINT
-----------------------------------------------------------------------------------------*/



/* `REGISTRATION -------------------------------------------------------------------------------------------- */

.sign-page {
	height: 100%;
}

.sign-blc {
    width: 410px;
    margin: 50px auto;
    overflow: hidden;
    border-radius: 5px;
}

.sign-blc-header {	
    margin-top: 30px;
}

.sign-blc-heading {    
    display: block;
    font-size: 19px;
	color: #00aff0;
}

.sign-blc-header a {
    color: #fff;
    font-size: 14px;
}

.sign-blc-form { padding: 30px; }
.sign-blc-form-social { padding: 0 30px 30px; }

.sign-form-field-wrap {
    position: relative;
    margin: 0 0 20px;
}

.sign-form-field {
    width: 350px;
    height: 40px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
}

.sign-form-btn {
    width: 350px;
    height: 40px;
    margin: 2px;
    font-size: 15px;
    margin: 0 auto;
    display: block;
}

/* `THEMES --------------------------------------------------------------------------- */

.theme-dark .private#header {
	background: #293647;
}

.theme-dark .private#sidebar {
	background: #2f3e51;
}

.theme-dark .logged-user {
	color: #bdc3c7;
}

.theme-dark .private#menu ul li a,
.server-date, 
.server-date span,
.theme-dark .lang-bar li,
.theme-dark .link-logout {
	color: #7F8994;
}

.theme-dark .private#menu ul li a:hover,
.theme-dark .lang-bar li a:hover,
.theme-dark .link-logout:hover {
	color: #bdc3c7;
	background: #293647;
}

.theme-dark .private#settings,
.theme-dark .lang-bar,
.server-date {
	border-color: #293647;
}

.theme-dark .link-logout:hover {
	color: #c0392b;
}


.theme-dark .private .page-heading {
	color: #2f3e51;
}

.theme-dark input[type="text"],
.theme-dark input[type="password"],
.theme-dark textarea,
.theme-dark select,
.theme-dark .input-element {
	border-color: #e9e9ea;
	box-shadow: inset 0 1px 2px #f2f2f2;
}

.theme-dark input[type="text"]:hover,
.theme-dark input[type="password"]:hover,
.theme-dark textarea:hover,
.theme-dark select:hover,
.theme-dark .input-element:hover {
    border-color: #c8c9cd;
}

.theme-dark .btn.btn-blue {
	background-color: #2f3e51;
}

.theme-dark .btn.btn-blue:hover {
	background-color: #3d4e64;
}

.theme-dark .btn.btn-blue:active {
	background-color: #232f3d;
}

.theme-dark .display-table.no-border thead tr th,
.theme-dark .ui-paginator-page.ui-state-default, 
.theme-dark .ui-paginator-prev.ui-state-default, 
.theme-dark .ui-paginator-next.ui-state-default, 
.theme-dark .ui-paginator-rpp-options.ui-state-default, 
.theme-dark .page-drop-down {
	color: #2f3e51;
}

.theme-dark .ui-paginator-page.ui-state-default.ui-state-active,
.theme-dark .ui-paginator-page.ui-state-default.ui-state-hover,
.ui-paginator-prev.ui-state-default.ui-state-hover, 
.ui-paginator-next.ui-state-default.ui-state-hover {
	background: #2f3e51;
	color: #fff;
}

 /* ---------- THEME BLUE ---------------------*/

.theme-blue .private#header {
	background: none;
}

.theme-blue .private#sidebar {
	background: #00aff0;
}

.theme-blue .private#logo a {
	
}

.theme-blue .private#logo .fa {
	background: #fff;
	color: #00aff0;
}

.theme-blue .private.logo-text {
	color: #fff;
}

.theme-blue .logged-user {
	color: #fff;
}

.theme-blue .private#menu ul li a,
.server-date, 
.server-date span,
.theme-blue .lang-bar li,
.theme-blue .link-logout {
	color: #eee;
}

.theme-blue .private#menu ul li a:hover,
.theme-blue .lang-bar li a:hover,
.theme-blue .link-logout:hover {
	color: #fff;
	background: #039BD3;
}

.theme-blue .lang-bar li a.lang-current {
	color: #034f6b;
}

.theme-blue .link-logout:hover {
	color: #fff;
	background: #039BD3;
}

.theme-blue input[type="text"],
.theme-blue input[type="password"],
.theme-blue textarea,
.theme-blue select,
.theme-blue .input-element {
	-webkit-box-shadow: inset 0 1px 2px #dbebef;
	-moz-box-shadow: inset 0 1px 2px #dbebef;
	-o-box-shadow: inset 0 1px 2px #dbebef;
	box-shadow: inset 0 1px 2px #dbebef;
}

.theme-blue input[type="text"]:hover,
.theme-blue input[type="password"]:hover,
.theme-blue textarea:hover,
.theme-blue select:hover,
.theme-blue .input-element:hover {
}

.theme-blue .btn.btn-blue {
	background-color: #00aff0;
}

.theme-blue .btn.btn-blue:hover {
	background-color: #2dc1f8;
}

.theme-blue .btn.btn-blue:active {
	background-color: #039ad2;
}

.theme-blue .private .page-heading,
.theme-blue .display-table.no-border thead tr th,
.theme-blue .ui-paginator-page.ui-state-default, 
.theme-blue .ui-paginator-prev.ui-state-default, 
.theme-blue .ui-paginator-next.ui-state-default, 
.theme-blue .ui-paginator-rpp-options.ui-state-default, 
.theme-blue .page-drop-down {
	color: #00aff0;
}

.theme-blue .ui-paginator-page.ui-state-default.ui-state-active,
.theme-blue .ui-paginator-page.ui-state-default.ui-state-hover,
.ui-paginator-prev.ui-state-default.ui-state-hover, 
.ui-paginator-next.ui-state-default.ui-state-hover {
	background: #00aff0;
	color: #fff;
}

/* `MEDIA QUERY ------------------------------------------------------------------------------------------ */