html, body {
	width: 100%;
	height: 100%;
	font-size: 12px;
}
body {
	background-color: #2c2e3e;
	background-repeat: no-repeat;
/*
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#555555), to(#111111));
	background-image: -webkit-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -moz-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -ms-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -o-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: linear-gradient(top, #555555 0%, #111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#111111');
*/
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}

.nav-tabs>li>a {
    border-radius: 0;
}

#btnTrainee .input-sm, #btnCompany .input-sm, #btnTrainee select.form-control, #btnTrainee select.form-control{ height: 33px; }


#logo, #actionbox, #errbox {
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}
#logo {
	padding: 20px 0 20px 5px;
}
#logo img {
	margin: 0 auto;
	display: block;
}

#actionbox {
	background: #fafafa;
	box-shadow: 0 0 14px #222;
	padding-top: 1px;
	text-align: center;
	position: relative;
}

#actionbox p {
	padding: 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
}

#loginform .input-group {
	width: 80%;
	margin: 0 10% 10px 10%;
}

#actionbox .form-actions {
	padding: 10px 20px 10px;
	margin-top: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}

#actionbox .form-actions {
	display: table;
	content: '';
	width: 100%;
}

#actionbox .form-actions .pull-left{
	text-align: left;
}

#plusinfo {
	color: #ddd;
	width: 600px;
	font-size: 12px;
	margin: 15px auto 0 auto;
	text-align: justify;
	padding: 15px;
}

a {color: #72a3cc;}
a:hover {color: #348EDB;}

.input-group {
	text-align: left;
}


@media (max-width: 550px) {
	#plusinfo {
		width: 100%;
		font-size: 13px;
		padding: 10px;
	}
	.input-sm {
		font-size: 13px;
	}
}

input.required, text.required, .bootstrap-select.required>button {
	background: url('/public/admin/img/required.gif') no-repeat right;
	background-color: #fff;
}
select[multiple].required {
	background: url('/public/admin/img/required.gif') no-repeat top right 4%;
	background-color: #fff;
}
.select2-container.required .select2-choice, select.required {
	background: url('../img/required.gif') no-repeat;
	background-position: right 15px center;
	background-color: #fff;
}
.select2-container.required .select2-choice, select.required {
	background: url('../img/required.gif') no-repeat;
	background-position: right 15px center;
	background-color: #fff;
}

.mandatory {
	font-size: 12px;
	color: #369;
	font-weight: bold;
	padding-left: 5px;
	/*display: table-cell;*/
}

/* OVERRIDE BOOTSTRAP */
/*
.input-group .form-control:last-of-type {
	border-bottom-right-radius: 2px !important;
	border-top-right-radius: 2px !important;
}
*/
.last {
	border-radius: 0 5px 5px 0 !important;
}

@media (min-width: 640px) {
	#logo, #actionbox, #errbox {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Widgets & TABS  */
.widget-box {
	background: none repeat scroll 0 0 #F9F9F9;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}

.widget-box-mini{
	margin-top: 2px;
	margin-bottom: 2px;
}

.accordion .widget-box {
	margin-top: -2px;
	margin-bottom: 0;
	border-radius: 0;
}

.no-padding { padding: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-top { padding-top: 0 !important; }

.widget-title, .table th {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	height: 36px;
}

.widget-title .nav-tabs {
	border-bottom: 0 none;
}
.widget-title .nav-tabs li a {
	border-bottom: medium none !important;
	border-left: 1px solid #DDDDDD;
	border-radius: 0 0 0 0;
	border-right: 1px solid #DDDDDD;
	border-top: medium none;
	color: #999999;
	margin: 0;
	outline: medium none;
	padding: 9px 10px 8px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li:first-child a{
	border-left: medium none !important;
}
.widget-title .nav-tabs li a:hover {
	background-color: transparent !important;
	border-color: #D6D6D6;
	border-width: 0 1px;
	color: #666666;
}
.widget-title .nav-tabs li.active a {
	background-color: #F9F9F9 !important;
	color: #444444;
}
.widget-title span.icon {
	padding: 9px 10px 7px 11px;
	float: left;
	opacity: .7;
}
.widget-title > h4 {
	color: #666666;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 12px;
	line-height: 13px;
	margin: 0;
}
.widget-title > h4 i {
	padding: 5px;
}
.widget-title .buttons {
	float: right;
	margin: 8px 10px 0 0;
}
.widget-title .label {
	padding: 3px 5px 2px;
	float: right;
	margin: 9px 15px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
}
.widget-title .label {
	margin-right: 190px;
}

.widget-content {
	padding: 12px 15px;
	border-bottom: 1px solid #cdcdcd;
}
.widget-container {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.widget-box.collapsible .collapse.in .widget-content {
	border-bottom: 1px solid #CDCDCD;
}
.nav-tabs {
	padding-bottom: 0;
}
.tab-content {
	background-color: #fff;
}

/*.input-sm { height: 27px; }?*/
select.form-control {
	height: 30px;
	font-size: 12px !important;
}
.input-md { max-width: 172px; }

.input-group-addon {
	padding: 5px 8px;
	cursor: pointer;
}

.lang_widget {padding: 3px;}
.lang_widget>a {padding: 3px;}

.ui-widget { font-family: inherit; }

.btn {
	font-weight: inherit;
	font-size: 12px;
	border-radius: 0;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 0;
	font-size: 13px;
	line-height: 1.6;
}
.alert > p {
	margin: 0;
}

/* >>> datepicker >>> */
div.ui-datepicker-group table.ui-datepicker-calendar, body div.ui-datepicker table.ui-datepicker-calendar {
	font-size:10px;
}
div.ui-datepicker-group, body div.ui-datepicker {
	font-size:12px;
}
.ui-datepicker-trigger {
	padding:0px;
	padding-left:5px;
	vertical-align:baseline;
	position:relative;
	top:4px;
	cursor: pointer;
	width: 21px;
	height: 16px;
}
.ui-datepicker-header {
	background: none;
	border: 2px solid transparent;
}
.ui-datepicker td a {
	text-align: center;
}
.ui-widget-content .ui-state-default {
	background: none;
	border: none;
	border-radius: 2px;
	text-align: center;
}
.ui-widget-content .ui-state-active {
	color: white;
	font-weight: bold;
	background: blue;
}
.ui-widget-content .ui-state-hover {
	background: #bbb;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	border: 1px solid #ddd;
}
div.ui-datepicker {
	border: none;
	box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}
/* <<< datepicker <<< */

.g-recaptcha>div {
	width: inherit !important;
}

div.input-group > .form-control.select2-container {
	padding: 0;
}
div.input-group > .form-control.select2-container > a {
	border: none;
	border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none;
	background-color: #fff;
	border-left: none;
}

/* estilos para IE10 => */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select.required { background-position: right center; }
}
/* estilos para Edge */
@supports (-ms-ime-align: auto) {
	select.required { background-position: right center; }
}

/* estilos para IE10 => */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select.required { background-position: right center; }
}
/* estilos para Edge */
@supports (-ms-ime-align: auto) {
	select.required { background-position: right center; }
}

/* >>> PRELOADER & BACKDROP */
#window-main-cover-caption{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:100%;
	z-index:1000001 !important;
	background-position: center center;
	background-repeat:no-repeat;
	background-color: #26272f;
	opacity: 0.5;
}
/* <<< PRELOADER & BACKDROP */
