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;
}

#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 #888; */
	text-align: center;
	position: relative;
	border-radius: 6px;
	overflow: auto;
}

#actionbox h1, #actionbox h2 {
	margin: 0;
	padding: 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

#actionbox h1 {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 19px;
}

#actionbox h2 {
	font-size: 14px;
}

#actionbox button.submit {
	width: 100%;
	border-radius: 18px;
}

/*
.loginform > h1, #actionbox > h1 {
	font-size: 14px;
	margin: 0;
	padding: 20px;
}
*/
.loginform > .title {
	font-weight: bold;
	padding: 10px;
}
.loginform > h1 > span {
	display: block;
	padding: 5px 0;
	color: #999;
}
.loginform .input-group {
	margin: 10px 10%;
	width: 80%;
}

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

#actionbox .form-actions:after {
	display: block;
	content: '';
	clear: both;
}

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

#actionbox .section {
	padding: 20px;
}

#plusinfo {
	color: #ddd;
	width: 600px;
	font-size: 12px;
	margin: 15px auto 0 auto;
	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;
	}
}

.form-control {
	font-size: inherit;
}

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;
}
.form-control.select2-container-multi {
	display: inherit;
}
.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;
}
.select2-search-field {
	font-size: 12px;
}

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

.ml-1 { margin-left: 5px !important; }

/* 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 {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	#actionbox.register {
		max-width: 600px;
	}
}

/* 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;
	padding-top: 16px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*.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; }

.alert {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 0;
	font-size: 13px;
	line-height: 1.6;
	border-radius: 6px;
}
.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 */

.skip-to-content {
	background: #926335;
	color: #fff;
	left: 50%;
	padding: 8px;
	position: absolute;
	transform: translate(-50%, -200%);
	transition: transform 0.3s;
}
.skip-to-content:focus {
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 9999;
}

.danger {
	color: rgb(217, 83, 79);
}

.center {
	text-align: center;
}

.input-md { max-width: 172px; }
.input-hours { width: 75px; }

.btn-circular, .btn-group-xs > .btn-circular {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	text-align: center;
	line-height: 1.42857;
}
.btn.btn-circular {
	border-radius: 15px;
}
.btn-default.btn-circular {
	border: 1px solid #eee !important;
}
.btn-group-xs.btn-circular {
	padding: 4px;
}
.btn-group-xs.btn-circular > .btn, .btn-circular-xs {
	width: 25px;
	height: 25px;
	padding: 3px 0px;
	border-radius: 15px;
	text-align: center;
	line-height: 0;
}


.table {
	margin-bottom: 0;
	border-radius: var(--gradius);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	line-height: 1.5;
}

.table > caption {
	padding-top: 0;
	padding-bottom: 0;
}
.table th {
	height: auto;
	font-size: 12px;
	padding: 5px 10px 2px;
	border-bottom: 0;
	text-align: center;
	color: #666666;
	vertical-align: middle !important;
}
.table th.sortable {
	cursor: pointer;
}
.table th.sortable > .fa-sort {
	color: #aaa;
}
.table > thead > th.simple, .table > thead > tr.simple > th {
	font-weight: normal;
}

.table > thead > tr.header > th, .table > tfoot > tr.footer > th {
	padding: 2px;
}
.table > thead th input[type=text].search {
	padding: 2px 2px 2px 10px;
	width: 250px;
	font-weight: lighter;
}
.table > thead > tr.header > th {
	background-color: #F9FAFB;
}
.table > thead > tr.header > th > div.search {
	padding: 3px;
}
.table > thead > tr.header > th > div.search > a {
	padding-left: 5px;
}

.table > thead>tr>th, .table > thead>tr:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.table th:first-child {
	text-align:left;
}
.table.no-border-top tr:first-child > td {
	border-top: none;
}
.table.with-check tr th:first-child, .table.with-check tr td:first-child {
	width: 10px;
}
.table.with-check tr th:first-child i{
	margin-top: -2px;
	opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
	margin-right: 0;
}
.table tr.checked td {
	background-color: #FFFFE3 !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #eee;
}
.table>thead>tr>th {
	border-top: 1px solid #eee;
}
.table>thead>tr:first-child>th, .table>tbody>tr:first-child>th, .table>thead>tr:first-child>td, .table>tbody>tr:first-child>td {
	border-top: none;
}
.table th {
	overflow: hidden;
}

.table td > div.actions > a {
	padding: 5px;
	color: #888;
}
table tr.locked {
	color: #777;
}
.table td.labeled {
	vertical-align: middle;
}
.table.min td {
	padding: 4px;
}
.table.alternate > tbody > tr:nth-child(odd) {
	background-color: #fafcfe;
}
.table.alternate > tbody > tr:nth-child(even) {
	background-color: #f2f4f6;
}
.table tr.error > td {
	background-color: #e6b3b3 !important;
}
.table td .checkbox, .table td .radio {
	min-height: inherit;
	margin: 4px 0;
}
.table > tbody > tr.btn-info {
	background-color: #5bc0de !important;
}
.table td.selection {
	width: 25px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #e5e5e5;
}

.fixed {
	font-style: italic;
}

.table.fixed {
	table-layout: fixed;
	font-style: normal;
}
.table.fixed td {
	word-break: break-all;
}

.table.sticky {
	position: relative;
	border-collapse: separate;
}
.table.sticky > thead th {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 2;
}
.table.sticky th.details {
	background-color: #fff;
	position: sticky;
	top: 49px;
	z-index: 1;
}
.table.sticky > tbody th {
	background-color: #f5f5f5;
	position: sticky;
	left: 0;
	z-index: 1;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.table.sticky.alternate > tbody > tr:nth-child(even) th {
	background-color: #f0f0f0;
}
.table > tbody > tr.footer > th, .table > tbody > tr.footer > td {
	background-color: #abb9c4 !important;
	color: #fff;
}
