﻿.btn-sm {
  line-height: 12px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 2px;
  line-height: 1;
  vertical-align: middle;
}
body {
  padding-top: 10px;
}
.placeholder-template {
  padding-top: 40px;
  text-align: center;
}
/* Tool Tips */
.tooltip-hover:hover {
  cursor: help;
}
.tooltip-inner {
  max-width: 400px;
  text-align: left;
}
@media (max-width: 767px) {
  .tooltip-inner {
    max-width: 200px;
  }
}
/* colors for buttons*/
.btn-task {
  width: 100px;
}
.btn-wide {
  width: 100%;
}
.fg-green {
  color: green;
}
.fg-red {
  color: red;
}
.green {
  background-color: green;
}
.red {
  background-color: red;
}
.yellow {
  background-color: goldenrod;
}
.orange {
  background-color: orange;
}
.blue {
  background-color: blue;
}
.ltblue {
  background-color: #792c78;
}
.grey {
  background-color: gray;
}
.navbar-inverse {
  background-color: #c7002b;
  color: white;
  background-image: -webkit-linear-gradient(top, #c7002b 0%, #ff0000 100%);
  background-image: -o-linear-gradient(top, #c7002b 0%, #ff0000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7002b), to(#ff0000));
  background-image: linear-gradient(to bottom, #c7002b 0%, #ff0000 100%);
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  color: #c7002b;
}
.navbar-inverse .navbar-brand {
  color: white;
  padding: 0;
}
.navbar-inverse .navbar-brand > img {
  max-height: 50px;
}
.navbar-inverse .navbar-nav > li > a {
  color: white !important;
}
.navbar-inverse .navbar-nav li.active > a,
.navbar-inverse .navbar-nav li.active > a:hover {
  color: white;
  background-image: -webkit-linear-gradient(top, #c7002b 0%, #ff0000 100%);
  background-image: -o-linear-gradient(top, #c7002b 0%, #ff0000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7002b), to(#ff0000));
  background-image: linear-gradient(to bottom, #c7002b 0%, #ff0000 100%);
  background-color: #ff0000;
}
.navbar-inverse .navbar-nav li.active > a:focus {
  color: white;
  background-image: -webkit-linear-gradient(top, #c7002b 0%, #ff0000 100%);
  background-image: -o-linear-gradient(top, #c7002b 0%, #ff0000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7002b), to(#ff0000));
  background-image: linear-gradient(to bottom, #c7002b 0%, #ff0000 100%);
  background-color: #c7002b;
}
.dropdown-menu > li > hr {
  border-bottom: 1px solid grey;
  height: 1px;
  margin: 3px auto 3px auto;
}
/* Alerts */
.alert-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  color: #c7002b;
  background-color: #fff;
  border-color: #c0c0c4;
}
.panel-primary {
  border-color: #c0c0c4;
}
.panel-primary .panel-heading {
  background-color: #c7002b;
  background-image: -webkit-linear-gradient(top, #c7002b 0%, #c70037 100%);
  background-image: -o-linear-gradient(top, #c7002b 0%, #c70037 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7002b), to(#c70037));
  background-image: linear-gradient(to bottom, #c7002b 0%, #c70037 100%);
}
.panel-body {
  margin: 5px;
}
.panel-min {
  min-height: 150px;
}
.panel-footer {
  vertical-align: bottom;
  float: none;
}
.h2-pad-top {
  padding-top: 15px;
  margin-bottom: 0;
}
/* Checkbox hack to get larger button size */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  height: 26px;
  line-height: normal;
  padding: 0;
  box-sizing: border-box;
  width: 95%;
}
.control-label-bold {
  font-weight: bold;
}
.document-false {
  color: red;
}
.document-true {
  color: green;
}
.false-display {
  display: none;
}
.btn-add-document {
  width: 100%;
  text-align: left;
}
.alert-nopadding {
  margin-top: 8px;
  padding: 5px;
}
.administrator,
.agent,
.client,
.contractor {
  display: none;
}
.nav > li.administrator,
.nav > li.agent,
.nav > li.client,
.nav > li.contractor {
  display: none;
}
/* Modal Editor Wide*/
.modal-wide .modal-dialog {
  width: 90%;
}
.modal-header {
  background-color: #c7002b;
  color: white;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #5cb85c;
}
input:focus + .slider {
  box-shadow: 0 0 1px #5cb85c;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}