body, html {
  padding: 0;
  margin: 0;
  color: #444;
  font-size: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fcfcfc;
}

@media (min-width: 1500px) {
  .container {
    width: 1500px;
  }
}

.login-container {
  margin-top: 20px;
}

.login-container h1 {
  font-weight: bold;
  margin: 0;
}

.login-container h5 {
  font-weight: 300;
  text-transform: uppercase;
  color: #777;
  margin: 0;
  margin-bottom: 5px;
}

.login-form {
  background: #eee;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border-radius: 3px;
  text-align: center;
  width: 400px;
  margin-top: 10px;
}

.login-form input {
  outline: 0;
  background: #fff;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 22px;
}

.login-form .login-button {
  outline: 0;
  background: gray;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.login-form .forgot-password {
  text-align: right;
  margin: 0;
  padding: 0;
}

.login-form .login-error {
  text-align: left;
  color: #d9534f;
  font-size: 20px;
}

.copyright {
  color: #b3b3b3;
  font-size: 14px;
  padding: 5px;
}

.menu-logo {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  background: url('/gfx/background-gray.png') no-repeat 0px 9px;
  background-size: 30px 30px;
  padding-left: 30px;
}

.margin-left-10 {
  margin-left: 10px;
}

.username {
  margin-left: 10px;
  color: #fff;
}

ul.dropdown-menu li {
  font-size: 16px;
}

h2 {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

h2 small {
  float: right;
  line-height: 40px;
  font-size: 18px;
}

h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: gray;
  #font-weight: 600;
}

h5 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.sub-menu-heading {

}

.conversation-link {

}

.conversation-info th {
  font-weight: normal;
  color: gray;
}

.chat-input input {
  font-size: 16px;
  border-radius: 3px;
}

.chat-input button {
  border-radius: 3px;
}

.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px;
}

#chat-body {
  overflow: scroll;
  overflow-x: hidden;
  list-style-type: none;
  padding: 0;
  max-height: 500px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.message-wrap {
  padding-right: 20px;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.message-body {
  float: left;
  color: #000;
  border-radius: 3px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  max-width: 500px;
}

.message-body-gray-border {
  border-left: 10px solid #ddd;
}

.message-body-blue-border {
  border-left: 10px solid #428bca;
}

.message {
  float: left;
}

.message-user {
  float: left;
}

.message-details {
  color: #428bca;
}

.sub-heading {
  color: gray;
  text-transform: uppercase;
  font-size: 14px;
}

.blue {
  color: #428bca;
  padding-right: 10px;
}

.blue-background {
  background: #428bca;
  color: #fff;
}

.gray {
  color: #ccc;
  padding-right: 10px;
}

.green {
  color: #5cb85c;
  padding-right: 10px;
}

.yellow {
  color: #f0ad4e;
  padding-right: 10px;
}

.red {
  color: #d9534f;
  padding-right: 10px;
}

.negative-info-text {
  color: #d9534f;
}

.positive-info-text {
  color: #5cb85c;
}

.user-inactive {
  color: #d9534f;
}

.user-active {
  color: #5cb85c;
}

.list-group-item-heading-2 {
  text-transform: uppercase;
  border-left: 5px solid #5cb85c;
}

.list-group-item-selected {
  background: #f8f8f8;
}

.chat-info th {
  font-weight: normal;
  color: gray;
}

.list-group-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.label {
  font-weight: normal;
  color: red;
}

.control-label {
  color: gray;
  font-weight: normal;
}

.panel-primary {

}

.custom-panel-list {
  margin: 0;
  padding: 0;
}

.custom-panel-list li {
  padding-left: 5px;
}

.custom-panel {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-top: 20px;
  background: #e7f2fa;
}

h4.custom-panel-heading, h4.list-group-heading {
  font-size: 18px;
  color: #fff;
  background: #6ab0de;
  font-weight: 600;
  display: block;
  margin: -10px;
  padding: 6px 12px;
  margin-bottom: 8px;
}

h4.list-group-heading {
  margin-top: 20px;
  border: 0;
  padding-bottom: 0;
  margin-left: 10px;
}

label.css-label {
  background-image:url(/gfx/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  user-select: none;
  font-weight: normal;
}

input[type=checkbox].css-checkbox {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height:1px; 
  width:1px; 
  margin:-1px; 
  padding:0;
  border:0;
}

input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
  padding-left:30px;
  height:20px; 
  display:inline-block;
  line-height:20px;
  background-repeat:no-repeat;
  background-position: 0 0;
  vertical-align:middle;
  cursor:pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg {
  background-position: 0 -20px;
}

.badge {
  font-size: 16px;
}

.highlight {
  font-weight: 700 !important;
  color: gray;
}

.highlight-row-yellow {
  background: yellow;
  #border-left: 5px solid #428bca;
}

.stats-list .list-group-item {
  color: gray;
}

.custom-badge, .custom-badge-2 {
  font-size: 20px;
  line-height: 23px;
  margin-right: 10px;
  color: #444;
}

.custom-badge-2 {
  font-size: 18px;
}

.active-badge {
  color: #428bca;
  font-weight: bold;
}

.active-badge-green {
  color: #5cb85c;
  font-weight: bold;
}

li.stat {
  border-bottom: 1px solid #ddd;
  padding: 0;
  padding: 5px;
  color: gray;
}

li.user, li.active-car {
  padding: 0;
  padding: 5px;
  color: gray;
}

.img-thumbnail {
  padding: 2px;
}

li.stat-without-border {
  padding: 0;
  padding: 5px;
  color: gray;
}

.td-uppercase {
  text-transform: uppercase;
  color: gray;
}

.navbar-inverse {
  background: #343131;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border-bottom-color: #ddd;
}

.navbar-inverse .navbar-nav>li>a {
  color: #b3b3b3;
}

.table>tbody>tr.warning>td {
  background-color: #ffedcc;
}

table.calendar {

}

table td {
  border-top: none !important;
}

table td {
    border-top: none !important;
}

table.calendar th {
  background: #eee;
  text-align: center;
  font-weight: normal;
}

td.calendar-day {

}

div.calendar-day {
  width: 164px;
  padding: 5px;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  min-height: 120px;
}

div.calendar-day-no { 
  float: right;
  color: #444;
}

.day-disabled {
  background: #eee;
}

.day-today {
  background: #e7f2fa;
}

.red-link {
  color: #d9534f;
}

.red-link:hover { 
  color: #d9534f; 
}
