/* override */
html {
  overflow-y: scroll;
}
html,
body {
  height: 100vh;
}
body {
  padding-top: 50px;
}
body#main-login {
  background-color: #fff;
}
@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .navbar-fixed-top {
    position: relative;
    top: 0;
  }
}
#page-wrapper {
  min-height: 100vh;
  background-color: #FFF;
  background-image: url("../images/glare-light-bright-blurred-1920x1200-test.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#page-wrapper .page-header {
  color: #fff;
}
.navbar-logo {
  position: fixed;
  bottom: 20px;
  width: 250px;
}
.navbar-client {
  margin-left: 110px;
}
.navbar-client h3 {
  color: #fff;
  margin: 0;
  height: 50px;
  line-height: 50px;
}
.navbar-default {
  background-color: #113f6d;
}
.sidebar ul li {
  border-bottom: 1px solid #113f6d;
}
.sidebar ul li a.active {
  background-color: #1f72c5;
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover {
  color: #fff;
}
.nav.navbar-top-links {
  color: #fff;
}
.nav.navbar-top-links .dropdown.open a.dropdown-toggle {
  color: #113f6d;
}
.nav.navbar-top-links a.dropdown-toggle {
  color: #fff;
}
.nav.navbar-top-links a.dropdown-toggle:hover {
  color: #113f6d;
}
.navbar .sidebar .sidebar-nav .nav a {
  color: #fff;
}
.navbar .sidebar .sidebar-nav .nav a:hover {
  color: #113f6d;
}
.navbar .sidebar .sidebar-nav .nav a.active {
  color: #fff;
}
.sidebar-nav li.admin {
  border-left: 3px solid red;
}
.sidebar-nav li.divider {
  height: 5px;
  border: 1px solid #999;
}
[data-toggle=collapse] {
  cursor: pointer;
}
.form-group-sm-margin {
  padding: 0;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
/* checkbox switch */
.material-switch > input[type="checkbox"] {
  display: none;
}
.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
.material-switch > label::before {
  background: #000000;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}
.material-switch-bool > label::before {
  background: #ff0000;
}
.material-switch-bool > label::after {
  background: #ff0000;
}
label.nobold {
  font-weight: normal;
}
.control-label.no-padding-top {
  padding-top: 0;
}
/* panel */
.panel .sub-title {
  border-radius: 5px;
  margin: 3px 15px;
  padding: 3px;
  border-width: 1px;
  border-style: solid;
}
.panel-purple {
  border-color: #6f5a83;
}
.panel-purple > .panel-heading {
  border-color: #89729E;
  color: white;
  background-color: #89729E;
}
.panel-purple > a {
  color: #89729E;
}
.panel-purple > a:hover {
  color: #6f5a83;
}
.panel-aqua {
  border-color: #2f80e7;
}
.panel-aqua > .panel-heading {
  border-color: #5D9CEC;
  color: white;
  background-color: #5D9CEC;
}
.panel-aqua > a {
  color: #5D9CEC;
}
.panel-aqua > a:hover {
  color: #2f80e7;
}
.panel-primary {
  border-color: #285f8f;
}
.panel-primary .sub-title {
  border-color: #173853;
  background-color: #8bb8df;
  color: #173853;
  font-weight: bold;
}
.panel-default {
  border-color: #919191;
}
.panel-body-nomargin {
  margin: 0;
  padding: 0;
}
.panel-body-nomargin .pagination {
  margin: 5px 0 0 0;
  padding: 0 5px;
}
.badge-error {
  background-color: #b94a48;
}
/* morris hover */
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
/* test */
#dashTimeline {
  max-height: 500px;
  overflow-y: scroll;
}
#dashTimeline .timeline > li {
  margin-bottom: 5px;
}
#dashTimeline .timeline > li > .timeline-panel {
  padding: 5px;
  margin: 0;
}
.chat-circle {
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 50%;
  background-color: #999999;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  line-height: 40px;
}
.chat-circle.success {
  background-color: #3f903f;
}
#site-content textarea {
  height: 150px;
}
#site-content textarea.tiny-textarea {
  visibility: hidden;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
.color-green {
  color: #17c461;
}
.color-red {
  color: red;
}
@media (max-width: 767px) {
  .table-responsive .dropdown-menu {
    position: static !important;
  }
}
@media (min-width: 768px) {
  .table-responsive {
    overflow: visible;
  }
}
