/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 73px;*/
  padding-bottom: 20px;
  /*background-color: #284A7E;*/
  min-height: 75rem;
}


.of {
	border: 1px solid #AAA;
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 5px;
}
.section {
	width: 100%;
	border-bottom: 1px solid #E7B450;
	background-color: #DDD;
	padding: 3px;
}
.right-align {
	text-align: right;
}
.mbody {
	min-height: 500px;
}
.white {
	background-color: #FFF;
	min-height: 500px;
}
.jumbotron {
	
	min-height: 300px;
	text-align: left;
	box-shadow: 0px 4px 10px #AAA;
	
}
.jumbotron p {
	text-shadow: 2px 1px 1px #FFF;
}
.pad10 {
	padding-top: 7px;
	padding-bottom: 7px;
}
.pad50 {
	padding-top: 60px;
}
/*
.navbar, .navbar-right, .navbar-header {
	min-height: 73px;
}
*/
.navbar-right {
	margin-right: 5px;
}
.navbar-nav>li {
	min-height: 60px;
	margin-top: 10px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	background-image: none;
	background-color: #E7B450;
	color: #000;
}
#trainers .menutrainers>a, #facilities .menufacilities>a, #courses .menucourses>a, #profiles .menuprofiles>a, #logs .menulogs>a, #user .menuuser>a, #survey .menusurveys>a {
	background-image: none;
	background-color: #E7B450;
	color: #000 !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #DDD;
}
.navbar-collapse {
	min-height: 73px;
	/*min-width: 100%;*/
}
.navbar-brand {
	padding: 0;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
}


.navbar-form {
	margin-right: 5px !important;
	padding: 0;
}
div.logo {
	padding-top: 5px;
}
div.logo img{
	padding: 0 5px;
	max-height: 60px;
}
.navbar-inverse, .navbar-header {
	/*background-color: #284A7E;
	border-color: #E7B450;*/
	min-height: 73px;
	
}
.dark {
	padding-top: 10px;
	background-color: #E7B450;
}
footer p {
	color: #FFF;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	color: #DDD;
	background-color: #284A7E;
}

/*.navbar-collapse.in {
	min-height: 200px;
}
*/

span.btn {
	/* display: inline-block;*/
}

/* Table Styles */

.table thead {
	background-color: #DDD;
}
.table thead tr th{
	border-bottom: 1px solid #000;
	box-shadow: 0px 2px 2px #AAA;
}
.dataTable thead, .dataTable tfoot {
	background-color: #DDD;
}
.dataTable tbody tr td, .dataTable thead th td, .dataTable tfoot th td{
	font-size: .9em;
}
table.dataTable tbody tr {
	/*background: inherit; */
}

h2 {
	border-bottom: 2px solid #DDD;
	
}
h4.reportheader {
	background-color: #284A7E;
	color: #EFEFEF;
	padding: 18px;
	
}
@media print {
  h4.reportheader,
  h4.reportheader:before,
  h4.reportheader:after {
    background: #284A7E!important;
	color: #EFEFEF!important;
	padding: 18px;
  }
  .navbar {
    display: none;
    height: 5px!important;
  }
  body {
  	padding-top: 0;
  }
 }

/* Survey Styles */
.smallinput {
	width: 100px;
	display: inline-block;
}
table.matrix {
	width: 900px;
	margin: 2px auto;
	border: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
	.matrix tr {
		text-align: center;
		vertical-align: middle;
		
	}
	.matrix td {
		padding: 3px 3px;
		border: 1px solid #AAA;
		width: 300px;
		vertical-align: middle;
	}
	.matrix td.question {
		text-align: left;
		width: 400px;
	}
	.matrix td.blank {
		border: 0px transparent;
	}
	
form.survey .row {
	margin-bottom: 10px;
}
	
/*table .even {
	display: none;
}
*/

/* DatePicker Styles */
#ui-datepicker-div {
	background-color: #FFF;
	border: 1px solid #284A7E;
}

.required:after {
	color: red;
	content: " * ";
}
/* Media Queries */

/*@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #EEE;
}
}
*/
div.logotext {
	padding-top: 20px;
	padding-left: 10px;
	color: #EEE;
	font-size: 1.2em;
	max-width: 400px;
	font-weight: normal;
	text-shadow: 1px 4px 5px #000;
	
}
@media (min-width: 1383px) {
	div.logotext {
	padding-top: 12px;
	padding-left: 10px;
	color: #EEE;
	font-size: 1.6em;
	max-width: 500px;
	font-weight: normal;
	text-shadow: 1px 4px 5px #000;
	
}
}
@media (min-width: 1515px) {
	div.logotext {
	padding-top: 12px;
	padding-left: 10px;
	color: #EEE;
	font-size: 1.7em;
	max-width: 600px;
	font-weight: normal;
	text-shadow: 1px 4px 5px #000;
	
}
}
@media (max-width: 1371px) {
	div.logotext {
	padding-top: 10px;
	padding-left: 10px;
	color: #EEE;
	font-size: 1.2em;
	max-width: 200px;
	font-weight: normal;
	text-shadow: 1px 4px 5px #000;
	
}
}

@media (max-width: 1125px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #4061AD;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #FFF;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, 
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
        background-image:none;
    }
}

.bg-danger {
	background-color: red;
	color: white;
}
table.visits {
	border-spacing: 2px;
}
table.visits tr td {
	padding-right: 2px;
}
.bg-warning {
	background-color: yellow;
}
.bg-success {
	background-color: green;
	color: white;
}
.messages {
	min-height: 100px;
	border: 1px solid #AAA;
	box-shadow: 2px 2px 2px #CCC;
	background-image: radial-gradient(circle at bottom,#EEE,#FFF);
}
.graphs {
	min-height: 100px;
	border: 1px solid #AAA;
	box-shadow: 2px 2px 2px #CCC;
	margin-top: 10px;
	padding: 0;
}
.mtext {
	padding-left: 20px;
	padding-bottom: 10px;
}
h4.header {
	background-color: #284A7E;
	color: #FFF;
	padding: 10px;
	margin: 0;
}
.nopad {
	padding-right: 0;
	padding-left: 0;	
}
.toppad {
	margin-top: 10px;
}
.blank {
	min-height: 300px;
}
a.wlink {
	color: #EFEFEF;
}

div#add_msg {
	display: none;
}
.padbottom {
	margin-bottom: 50px;
}

tr.odd {
	background-color: #CCC;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #EEE; 
}
.help {
	display: none;
	background-color: #FFFDDB;
}
#essentris_sa_support {
	/* display: none; */
}
