
html, footer {
	
	background: #ccc;
}

section {
  min-height: 500px;
}
footer {
  box-shadow: 0 1px 3px -2px inset;
  padding: 25px 0;
}

body:not(.modal-open) {
	
  z-index: 1;
}

header  {
	
	box-shadow: 0 2px 2px -2px #000;
	height: 72px;
  position: relative;
}

header a, footer a {
	
	color: #fff;
}


header .navbar {
  margin-bottom: 0;
}

header + section > .has-menu {
	
  padding-top: 0;
  background-color: #f3f3f3;
}

.has-menu .admin-component {
	
  background-color: #fff;
  margin-bottom: -25px;
  margin-top: -25px;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 30px;
  min-height: 250px;
}

.has-menu .fa.fa-2x {
  display: inline-block;
  width: 30px;
}

.has-menu > .row > .col-sm-3 > ul {
  margin-left: -15px;
  margin-right: -15px;
}

.has-menu > .row > .col-sm-3 + div {
  
	box-shadow: -3px 0 3px -3px #737171;
}

.dropdown-menu > li > span {
  clear: both;
  color: #333333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}

.has-menu > .row > .col-sm-3 > ul {
	
  margin-left: -15px;
  margin-right: -15px;
  z-index: 1;
  position: relative;
}

.has-menu > div > .col-sm-3 > ul > li > a:hover,
.has-menu > div > .col-sm-3 > ul > li > a:focus {
  
	background-color: #fff;
	color: #1B76B7;
	margin-right: 3px;
}

.has-menu > div > .col-sm-3 > ul > .active > a:hover,
.has-menu > div > .col-sm-3 > ul > .active > a:focus {
  
	margin-right: 0;
}

.has-menu > div > .col-sm-3 > ul > .active > a:after {
  background: #fff;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.has-menu > div > .col-sm-3 > ul > .active > a {
  border-color: #e3e3e3;
  border-image: none;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.has-menu > div > .col-sm-3 > ul > li > a {
	
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  color: #1B76B7;
}

.has-menu > div > .col-sm-3 > ul > li > a > .fa-2x {
	
  position: relative;
  top: 3px;
  margin-right: 5px;
}

footer {
  min-height: 55px;
}

footer h3 {
	
	color: #fff;
}


body > section > .container {
	
	padding-top: 25px;
	padding-bottom: 25px;
}


.navbar > .container .navbar-brand {
  
	background: no-repeat 0 50%;
	width: 300px;
	height: 72px;
}


header .nav.menu > li> a {
	
  	background: transparent;
  	color: #1B76B7;
  height: 71px;
  line-height: 71px;
  padding: 0 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.nav.menu > .active > a {
  
	background-color: #1B76B7;
	color: #fff;
}

.nav.menu > li > a:focus,
.nav.menu > li > a:hover {
  
  	background: #29a9e0;
  	color: #fff;
}

.table-hover > tbody > tr:hover {
  background-color: #29a9e0;
  color: #ffffff;
}

h1 a {
  color: #333;
}

/* color override */

body .btn-primary {
	
	color: #fff;
	border-color: #1B76B7;
	background-color: #1B76B7;
}

body .btn-primary:hover,
body .btn-primary:focus {
	
	color: #fff;
	border-color: #29a9e0;
	background-color: #29a9e0;
}

footer h4 {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer a {
  color: #333;
}

footer .app-download > li > a > img {
  max-width: 150px;
  width: 100%;
}

.camera {
	
	font-size: 14px;
}

.container {
  max-width: 1074px;
}

body:not(.modal-open) > header {
  position: relative;
  z-index: 2;
}

body:not(.modal-open) > section {
  position: relative;
  z-index: 1;
}

body:not(.modal-open) > footer {
  position: relative;
}

.videofunctions {
  color: #808080;
}

.timeline-content .timeline #timeline-scrubber {

	height: calc(100% - 108px);
}

.timeline-content .midnight-split:after {
	
	height: calc(100% - 115px);
	transform: translate(303px, 73px);
}

/* bs 4 utility classes */
@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

/*
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}
*/

.view-login .alert-error {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.view-login .alert-error .alert-heading {
    display: none;
}

.view-login .alert-danger {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}
.view-login .alert-danger .alert-heading {
    display: none;
}
