﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow-x: hidden;
}
div.body-content {
  position: relative;
  top: 5px;
  padding-left: 24px;
  padding-right: 15px;
}
.dl-horizontal dt {
  white-space: normal;
}
input,
select,
textarea {
  max-width: 280px;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type=text]::-ms-clear {
  display: inline;
}
input[type=color] {
  cursor: pointer;
}
div.modal {
  top: 5%;
}
.menu-image {
  position: relative;
  top: 6px;
  margin-right: 10px;
}
div.jumbotron {
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px #888888;
  box-shadow: 1px 1px 1px #888888;
  margin-top: 6px;
  padding: 8px;
  background-color: #155e8f;
  color: white;
}
.panel {
  min-width: 125px;
}
.panel > .panel-body {
  background-color: #f5f5f5;
}
.panel > .panel-body > div.list-group > .list-group-item:hover {
  background-color: #155e8f;
  color: white;
}
.context-menu-item {
  cursor: pointer;
}
.message > a {
  cursor: pointer;
}
.clickable {
  cursor: pointer;
}
.position-fixed {
  position: fixed;
}
.flyout-left {
  position: fixed;
  top: 75px;
  left: 370px;
  width: 1px;
  height: 1px;
  padding: 0;
  background-color: transparent;
  z-index: 1001;
  overflow: hidden;
}
.flyout-left > .left-flyout-pane {
  position: absolute;
  left: -400px;
  height: 0;
  width: 400px;
}
.flyout-left > .left-flyout-pane > .left-side-panel-btn {
  position: absolute;
  left: 30px;
  top: 10px;
  margin: -10px -36px 0 0;
  padding-left: 1px;
  width: 40px;
  border: 1px solid #00538d;
  border-top-color: #50a3dd;
  border-left-style: none;
  border-radius: 0 2px 16px 0;
  /*border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			border-top-right-radius: 2px;
			border-bottom-right-radius: 16px;*/
  font-size: 2em;
  background-color: whitesmoke;
  box-shadow: 3px 3px 3px #888888;
}
.flyout-left > .left-flyout-pane > .flyout-content {
  position: absolute;
  left: -370px;
  width: 400px;
  float: left;
}
.flyout-left > .left-flyout-pane > .flyout-content > .panel {
  border-radius: 0;
  border-bottom-right-radius: 16px;
}
.flyout-left > .left-flyout-pane > .flyout-content > .panel > .panel-heading {
  border-radius: 0;
  font-size: 1.0em;
}
.flyout-left > .left-flyout-pane > .flyout-content > .panel > .panel-body {
  box-shadow: 3px 3px 3px #888888;
  border-bottom-right-radius: 16px;
}
#logoutForm {
  padding-right: 25px;
}
.alert-icon {
  position: relative;
  left: -30px;
  float: left;
}
.alert-info {
  color: white;
}
div.toast-message > a {
  text-decoration: underline;
  color: white;
}
.alert,
.toast-title {
  line-height: 16px;
}
.toast-title > hr {
  margin: 8px;
  margin-left: 0;
  margin-right: 0;
}
.glyphicon-remove-circle {
  color: #b94a48;
}
.glyphicons-gas-station {
  color: #15858f;
}
h2 {
  text-shadow: 2px 2px 8px #AAAAAA;
  font-weight: 600;
}
div.modal-dialog .modal-body fieldset legend {
  margin: 0;
}
div.modal-dialog .modal-body fieldset label {
  margin: 0;
}
.navbar-collapse.collapse li.dropdown.open ul li {
  padding: 5px;
}
.navbar-collapse.collapse li.dropdown.open ul li.divider {
  margin: 0;
  padding: 0;
  max-height: 1px;
}
.scroller {
  overflow-x: scroll;
  overflow-y: scroll;
}
.vertical-scroller {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.horizontal-scroller {
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}