﻿html {
    min-height: 100%;
}

body {
    /*background-color: #e4e4e4;*/
    
    /* Use 115px top padding with fixed navbar header. 
    padding-top: 115px;
    padding-bottom: 20px;

    /*background: url(../Images/plowed-road-1920x1285.jpg) no-repeat center center fixed;*/
    /*background: url(../Images/plowed-road-1920x1285-bw.jpg) no-repeat center center fixed;*/

    /*background: url(../Images/bg-winter-1.jpg) no-repeat center center fixed;*/
    /*background: url(../Images/road-and-snow.jpg) no-repeat center center fixed;*/

    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

/*.panel-body {
    background-color: lightgray;
}*/

/*label.control-label {
    text-align: left !important;
}*/

tr.group,
tr.group:hover {
    background-color: lightgray !important;
}

.navbar-brand {
    padding: 10px 10px;
    margin-top: 0px;
}

.form-link {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;  
}

div.navbar.navbar-inverse {
    /*background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);*/
    margin: 0;
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

.inverse-dropdown {
  background-color: rgba(0,0,0, 0.8);
  border-color: rgba(0,0,0, 0.8);
}
.inverse-dropdown > li > a {
  color: lightgray;
}
.inverse-dropdown > li > a:hover {
  color: #fff;
  background-color: rgba(0,0,0, 0.8);
}
.inverse-dropdown > .divider {
  background-color: rgba(0,0,0, 0.8);
}

.breadcrumb-wrapper {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 5px;
    background-color: rgb(24, 55, 119);
}

/*.breadcrumb-wrapper a {
    color: #ededed;
    text-decoration: none;
}*/

.breadcrumb > li a {
    color: #c7c7c7;
    text-decoration: none;
}

.breadcrumb > li a:hover {
    color: #f8f8f8;
}

a {
  color: #3886c7;
  text-decoration: none;
}

.breadcrumb {
    font-size: 12pt;
    background-color: transparent;
    margin: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.breadcrumb > li + li:before {
    font-size: 12pt;
  padding: 0 5px;
  color: #c8c8c8;
  content: "/\00a0";
}
.breadcrumb > .active {
    font-size: 12pt;
    color:  #ededed;
}

.navbar-brand > img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;

    -o-object-fit: contain;
    object-fit: contain; 
}

.navbar-default .navbar-brand {
    color: #d6d6d6;
    font-size: 20px;
}

.nav.navbar-nav li a {
    color:  #cccccc;
    letter-spacing: 0.75px;
}

.home-logo {
    opacity: 0.75;
    /*width: 100%;*/
}

.lead {
    font-style: italic;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron {
    background-color: rgba(0,0,0, 0.8);
    color: #cccccc;
}

.panel {
    /*background: none;*/
    /*border: 1px solid rgba(0,0,0, 0.8);*/
}

.panel-body {
    /*background-color: rgba(255,255,255, 0.9);*/
}

/*.nav-tabs > li > a {
    background-color: grey;
    color: #dedede;
    border-color: grey;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    font-weight: bold;
    background-color: #fff;
    border-color: #fff;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}*/

.tab-content {
    margin-top: 10;
    padding: 10px;
    background-color: #fff;
    border-color: #fff;
    -ms-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
}

.panel-default > .panel-heading {
    background-color: rgba(0,0,0, 0.8);
    border-color: rgba(0,0,0, 0.8);
}

.list-group-item {
    background-color: rgba(255,255,255, 0.9);
}

.panel-body > .list-group-item {
    background-color: transparent;
}

.panel-title {
    color: #d6d6d6;
}

textarea {
    -moz-resize:vertical;
    -ms-resize:vertical;
    -o-resize:vertical;
    resize:vertical;
}

.p-summary {
    white-space: pre;
}

.accent-text {
    font-style: italic;
    color: #808080;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.datatable-column-align-right {
    text-align: right;
}

.datatable-column-align-center {
    text-align: center;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

table.dataTable {
    background-color: white;
}

.table-cell-checkbox {
    margin: 0 !important;
    width: 100% !important;
    height: 34px !important;
}

.label-input {
    background-color: transparent;
    border: none;
}

.last-col-auto {
    width: 1px;
    white-space: nowrap;
}

.row-disabled {
    background-color: #808080;
}

.dataTables_wrapper .dataTables_processing { 
    left: 50%; 
    position: absolute; 
    top: 50%; 
    z-index: 100; 
    background-color: white;
}

.btn-table-toolbar {
    padding: 4px 10px 4px 10px;
    float: right; 
    height: 30px; 
    padding: 4px 10px 4px 10px;
}

.btn-tab-toolbar {
    padding: 4px 10px 4px 10px;
    float: right; 
    height: 30px; 
    padding: 4px 10px 4px 10px;
}

.btn-table-row {
    padding: 0px 1px 0px 1px !important;
    margin-left: 10px !important;
}

.btn-table-row-inline {
    padding: 0px 1px 0px 1px !important;
    float: right;
}

.tile-image {
    margin: 25px 0px 15px 0px;
    color: rgba(255,255,255, 0.8);
}

.tile-title {
    margin-bottom: 15px;
    color: rgba(255,255,255, 0.8);
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.tile-description {
    color: rgba(78, 78, 78, 0.8);
    margin: 10px 0px 10px 0px;
    text-align: center;
    letter-spacing: 0.3px;
}

.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #b94442;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.panel-heading > .btn > .glyphicon-plus {
    color: #337ab7;
}

.alert-wrapper {
    z-index: 1000;
    position: fixed;
    width: inherit;
    padding: 5px;
    margin: -30px -25px -30px -25px;
}

.alert-wrapper .alert {
    width: 100%;
    margin: 0;
}

.alert-success {
    background: rgba(16, 48, 0, 0.9);
    border-color: rgba(16, 48, 0, 0.9);
    color: #d6d6d6;
}

.alert-warning {
    background: rgba(204, 122, 0, 0.9);
    border-color: rgba(204, 122, 0, 0.9);
    color: #30302F;
}

.alert .close {
    color: inherit;
    opacity: .9;
    text-shadow: none;
}
.close:hover {
    opacity: .5;
}

.popover-content { white-space:pre-wrap; }

/* Make sidebar nav vertical/horizontal */
@media (min-width: 768px) {

      .sidebar-nav {
          position:fixed;
          width:inherit;
          height: 100%;
      }
      .sidebar-nav .navbar {
          height: 100%;
      }
      .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
      }
      .sidebar-nav .navbar ul {
        float: none;
      }
      /*.sidebar-nav .navbar ul:not(.dropdown-menu) {
        display: block;
      }*/
      .sidebar-nav .navbar li {
        float: none;
        display: block;
      }
      .sidebar-nav .navbar li:hover {
          background-color: rgb(33, 64, 128);
      }
      .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
      }
}

.sidebar-nav .badge { float: right; }

.dataTables_filter {
    float: left;
}

@media (min-width: 768px) {
    .modal-dialog-wide {
        width: 725px !important;
        margin-top: 50px !important;
    }
    .modal-dialog {
        margin-top: 50px!important;
    }
}

/*@media (max-width: 480px) { 
    .nav-tabs > li {
        float:none;
    }
}*/

/* Responsive tabs fix */
@media (max-width: 768px) {
     .nav-tabs > li {
          float: none !important; 
          border: 1px solid #dddddd !important;
     } 
     
     .nav-tabs > li.active {
          background: #eeeeee !important;
     } 
     
     .nav-tabs > li.active > a {
          border: 1px solid transparent !important;
     } 
     
     .nav > li > a:hover, .nav > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
          background: none !important; 
          border: 1px solid transparent !important;
     }
}

.modal {
        z-index: 10050 !important;
    }

.modal-dialog {
        margin-top: 50px !important;
    }

img.responsive {
    max-width: 100%;
    height:auto;
}