body {
	height: 100% !important;
}
section {
	padding-bottom: 20px;
}
/*.navbar-controls{
	padding-left: 10px;
}*/
.navbar-nav li{
	float: left !important;
}/*
.navbar-nav{
	margin: 0;
}*/
.navbar-nav li:hover{
	background: #f2f2f2;
}
#resultsDiv >div{
	padding: 5px 0;
}
#resultsDiv {
	padding-top: 20px;
	padding-bottom: 50px;
}
#results-toolbar {
	padding: 10px 0; 
	margin-bottom: 15px; 
	border-bottom: 1px solid #F7F7F7;
}
#results-title {
	font-size: 1.8em;
}
#wSearch {
	padding: 20px;
	/*border: 1px solid #F0F0F0;*/
	background: #F8F8F8;
	border-radius: 10px;
}
/*#loading {
	position: absolute;
	margin-top: 150px;
	z-index: 10;
}*/
.container{
	position: absolute;
	top: 0; left: 0; 
	right: 0; bottom: 0;
	min-height: 100%;
	height: 100% !important;
}
.user-form {
	margin-top: 20px;
}
.message {
	padding: 10px 10px 15px;
}
.p-edit, .p-add{
	display: none;
}
.cake-sql-log{
	position: absolute;
	bottom: 0;
}
.thead .td, .lbl{
	font-weight: bold;
}
.thead .tr{
	background: #EEE;
}
.thead .td{
	border-right: 1px solid #FFF;
}
.lbl{
	margin-top: 16px;
}
.tr {
	padding: 16px 0;
}
.tbody .tr{
	padding-bottom: 8px;
	/*border-bottom: 1px solid #EEE;*/
}
#resultsDiv .tbody .tr:nth-child(2n){
	background: #F9F9F9;
}
.items-thead .tr{
	background: #EEE;
}
.tr .td{
	font-size: 1.3em;
}
.ubtn {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	cursor: pointer;
}
.ubtn:hover{
	background: #FAFAFA;
	text-decoration: none;
}


/** ADMIN ******/
.items-list {
	/*margin-top: 20px*/
}
.item{
	padding: 15px; 
}
.item:nth-child(2n){
	background: #FAFAFA;
}
.logout{
	/*margin: 20px;*/
}
.mn-item {
	border-bottom: 1px solid #F5F9FD;
}
.mn-item a{
	display: block;
	width: 95%;
	padding: 10px;
	font-size: 1.4em;
	text-decoration: none;
}
.mn-item:hover{
	background: #fafafa;
}
.mn-item.active{
	background: #fafafa;
	border-left: 3px solid #7FDBFF; 
}
.alert{
	display: none;
}
.stats th {
	font-size: .9em;
	font-weight: bold;
}
.attr {
	padding: 0 0 5px;
}
.stats th::after,
.attr .key::after {
	content: " : ";
}
.attr .key{
	font-weight: bold;
}
.admin header {
	/*border-bottom: 1px solid #FAFAFA;*/
	padding: 24px 0 12px;
	margin-bottom: 12px;
	text-align: center;
}
.admin #content {
	min-height: 600px;
	/*border-left: 3px solid #F7F7F7;*/
}
.stats.table caption{
	font-weight: bold;
	background: #FAFAFA;
	padding-left: 5px;
	margin-bottom: 15px;
}
.stats.table>tbody>tr>th, .table>tbody>tr>td {
	border: none;
	padding: 4px;
}
#search-widget, #import-widget {
	display: none;
}
.required{
	padding-left: 0 !important;
}
.required::after{
	content: "  *";
	color: #F00;
	padding-left: 0 !important;
}
.cboList ul, 
ul#managers {
	margin-top: 5px;
	list-style: none;
	background: #FAFAFA;
	min-height: 60px;
	padding-right: 0;
}
.cboList ul li,
ul#managers li{
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #FFF;

}

ul#users{
	position: absolute;
	margin: 5px 10px 5px 0;
	list-style: none;
	left: -5px;
	background: #FFF;
	height: 60px;
	padding-right: 0;
	z-index: 10;
}
ul#users li{
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #FFF;
}
ul#users li:hover{
	background: #FDFDFD;
}
ul#users li.active{
	background: #EEE;
}
.control-label::after{
	content: " : ";
}
.provider #manager {
	background: #FAFAFA;
	padding-top: 20px;
	padding-bottom: 5px;
}
#admin-providers-list .item-controls{
	margin-top: 10px;
	margin-bottom: 10px;
}
.processing {
	display: none;
	width: 100px; height: 62px;
	margin: 30px auto;
	z-index: 10;
}
.alert .msge {
	display: block;
	margin-right: 30px;
}
.widget {
	background: #FAFAFA;
	padding: 15px 20px 5px;
	border-bottom: 1px solid #EEE;
}
.navbar{
	margin-bottom: 4px;
}

.pad15 {
	padding: 15px;
}