﻿html
{
    position: relative;
    min-height: 100%;
}

body
{
    /* Margin bottom by footer height */
    margin-bottom: 150px;
}

.bp-header
{
    background-color: #013668;
    background: url('Images/Banner.png');
}

.bp-footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 150px;
    padding-top: 30px;
    padding-bottom: 120px;
    border-top: 4px solid #222;
    box-shadow: 0 -4px 4px -2px #222;
    background-color: #013668;
    background: url('Images/Banner.png');
    color: #FFF;
    text-align: center;
}

.RecurrenceFirstRow,
.RecurrenceFirstRow > td,
.Chart > tbody > tr.RecurrenceFirstRow > td
{
    background-color:#e0f0ff;
    border-top:2px solid #fdb82f;
    border-bottom:0;
    border-left:0;
    border-right:0;
}

.RecurrenceRow > td,
.Chart > tbody > tr.RecurrenceRow > td
{
    border: 0;
}

/* --------------------- bootstrap and datatables custommizations ---------------------- */
.navbar
{
    background-image: none;
    background-color: transparent;
    border-bottom: 8px solid #FDB82F;
    box-shadow: 0 4px 4px -2px #222;
}

.navbar-brand
{
    height: 60px;
}

.nav.navbar-nav .dropdown-menu
{
    margin-top: -1px;
    margin-left: -1px;
}

/* Line height is 20px by default so add to top and bottom to equal the new .navbar-brand height  */
.nav > li > a
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover
 {
    border-color: #fdb82f;
    background-color: #222;
}

.pre-alert 
{
    background-color:transparent;
    border:0;
    padding:0;
    margin:0;
    font-style:inherit;
    font-size:inherit;
    color:inherit;
    line-height:inherit;
}

input.error, select.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

span.error{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.panel-heading.error 
{
    background: #ff3111;
}

    .panel-heading.error > h4 > a
     {
        background: #ff3111;
        color: #fff;
    }

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > li:not(.dt-button) > a
 {
    text-shadow: none;
    font-weight: 700;
    font-size: 18px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover
     {
        background-image: none;
        background-color: transparent;
        color: #fdb82f;
    }

    .dropdown-menu > li:not(.dt-button) > a:focus,
    .dropdown-menu > li:not(.dt-button) > a:hover
     {
        background-image: none;
        background-color: #013668;
        color: #fdb82f;
    }

a.top
 {
    border-bottom: 8px solid;
    margin-bottom: -8px;
}

.navbar-nav > li:nth-child(1) a.top
 {
    border-color: #FE7967;
}

.navbar-nav > li:nth-child(2) a.top
 {
    border-color: #5EC3C9;
}

.navbar-nav > li:nth-child(3) a.top
 {
    border-color: #669DD4;
}

.navbar-nav > li:nth-child(4) a.top
 {
    border-color: #FF9F5F;
}

.navbar-nav > li:nth-child(5) a.top
 {
    border-color: #97C75F;
}

.navbar-nav > li:nth-child(6) a.top 
{
    border-color: #B280FF;
}

.navbar-nav > li:nth-child(7) a.top
 {
    border-color: #666666;
}

.navbar-nav > li:nth-child(1) > ul 
{
    background-color: #FE7967;
}

.navbar-nav > li:nth-child(2) > ul
 {
    background-color: #5EC3C9;
}

.navbar-nav > li:nth-child(3) > ul
 {
    background-color: #669DD4;
}

.navbar-nav > li:nth-child(4) > ul
 {
    background-color: #FF9F5F;
}

.navbar-nav > li:nth-child(5) > ul 
{
    background-color: #97C75F;
}

.navbar-nav > li:nth-child(6) > ul
 {
    background-color: #B280FF;
}

.navbar-nav > li:nth-child(7) > ul
 {
    background-color: #666666;
}

@media (max-width: 767px)
 {
    .navbar-nav
     {
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-nav > li, a.top
         {
            border: none;
        }

    .nav.navbar-nav .dropdown-menu
     {
        margin-top: 0;
        margin-left: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a
     {
        background-image: none;
        background-color: transparent;
        text-shadow: none;
        font-weight: 700;
        font-size: 18px;
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
        color: #fff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover 
        {
            background-image: none;
            background-color: #013668;
            color: #fdb82f;
        }

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover
     {
        background-image: none;
        background-color: transparent;
        color: #013668;
    }

    .navbar-nav > li:nth-child(1), .navbar-nav > li:nth-child(1) .dropdown-menu
     {
        background-color: #FE7967;
    }

    .navbar-nav > li:nth-child(2), .navbar-nav > li:nth-child(2) .dropdown-menu
     {
        background-color: #5EC3C9;
    }

    .navbar-nav > li:nth-child(3), .navbar-nav > li:nth-child(3) .dropdown-menu
     {
        background-color: #669DD4;
    }

    .navbar-nav > li:nth-child(4), .navbar-nav > li:nth-child(4) .dropdown-menu
     {
        background-color: #FF9F5F;
    }

    .navbar-nav > li:nth-child(5), .navbar-nav > li:nth-child(5) .dropdown-menu
     {
        background-color: #97C75F;
    }

    .navbar-nav > li:nth-child(6), .navbar-nav > li:nth-child(6) .dropdown-menu
     {
        background-color: #B280FF;
    }

    .navbar-nav > li:nth-child(7), .navbar-nav > li:nth-child(7) .dropdown-menu
     {
        background-color: #666666;
    }
}

.dataTables_wrapper tr.selected
 {
    background-color: #9acdfe !important;
}

    .dataTables_wrapper tr.selected:hover 
    {
        background-color: #81c1fe !important;
    }

table.dataTable tr:hover, table.dataTable td.highlight 
{
    background-color: #cce6ff !important;
}

table.dataTable tr.even
 {
    background-color: #fde7bd;
}

table.dataTable tr.odd
 {
    background-color: #fff;
}

table.dataTable thead th, table.dataTable tfoot th
 {
    background-color: #013668;
    color: #fff;
    font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td
 {
    padding: 4px;
    border-bottom: 1px solid #111;
}

table.dataTable tbody th, table.dataTable tbody td
 {
    padding: 4px;
}

table.dataTable tfoot th, table.dataTable tfoot td
 {
    padding: 4px;
    border-top: 1px solid #111;
}

tr.Shade 
{
    background-color: #fde7bd;
}

tr.ActionShade
 {
    background-color: #F2F2F2;
}

tr.TotalShade 
{
    background-color: #B2F0B2;
}

.panel-title > a:hover, .panel-title > a:focus 
{
    text-decoration: none;
    color: #034af3;
}

.dropdown-menu > li.dt-button > a 
{
    text-shadow: none;
    font-weight: 700;
    font-size: 18px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-color: #FFF;
    color: #333;
    cursor: pointer;
}

.dropdown-menu > li.dt-button.active > a
 {
    color: #FFF;
}

.dropdown-menu > li.dt-button > a:focus,
.dropdown-menu > li.dt-button > a:hover 
{
    color: #fdb82f;
}

.failureNotification, .errorBox
 {
    font-size: 1.2em;
    color: Red;
}

.errorBox
 {
    display: block;
    padding-top: 16px;
}

/* --------------------- END bootstrap custommizations ---------------------- */

/* --------------------- html table custommizations ---------------------- */

/* NOTE: These match bootstrap so be sure to change both */

.Chart
 {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px;
    border: 1px solid #525252;
    border-collapse: collapse;
}

    .Chart > thead > tr > th,
.ChartNoBorders > thead > tr > th    
{
    background-color: #013668;
    font-size: .9em;
}

.Chart > thead > tr > th
{
    padding: 4px 2px;
    color: #fff;
    border-left: solid 1px #525252;
}

.Chart > tbody > tr > td
{
    padding: 2px;
    border: 1px solid #c1c1c1;
    color: #717171;
}

.Chart > tbody > tr > td a 
{
            color: #034af3;
            text-decoration: none;
}

.ChartNoBorders > tbody > tr > td 
{
    padding: 2px;
    color: #717171;
}

    .ChartNoBorders > tbody > tr > td a
     {
        color: #034af3;
        text-decoration: none;
    }

.ChartNoBorders > thead > tr > th 
{
    padding: 4px 2px;
    color: #fff;
}

.ChartNoBordersDarkFont > tbody > tr > td {
    padding: 2px;
    color: #333333;
}

.ChartNoBordersDarkFont > tbody > tr > td a {
    color: #034af3;
    text-decoration: none;
}

.ChartNoBordersDarkFont > thead > tr > th {
    padding: 4px 2px;
    color: #fff;
}

/* --------------------- END html table custommizations ---------------------- */

/* --------------------- bootstrap callouts ---------------------- */

.bs-callout 
{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4
{
        margin-top: 0;
        margin-bottom: 5px;
}

    .bs-callout p:last-child
    {
        margin-bottom: 0;
    }

    .bs-callout code
     {
        border-radius: 3px;
    }

.bs-callout+.bs-callout
{
    margin-top: -5px;
}

.bs-callout-default
 {
    border-left-color: #777;
}

    .bs-callout-default h4 
    {
        color: #777;
    }

.bs-callout-primary 
{
    border-left-color: #428bca;
}

    .bs-callout-primary h4
     {
        color: #428bca;
    }

.bs-callout-success 
{
    border-left-color: #5cb85c;
}

    .bs-callout-success h4
     {
        color: #5cb85c;
    }

.bs-callout-danger
 {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4
     {
        color: #d9534f;
    }

.bs-callout-warning 
{
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 
    {
        color: #f0ad4e;
    }

.bs-callout-info
 {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4
     {
        color: #5bc0de;
    }

/* --------------------- END bootstrap callouts ---------------------- */

/* --------------------- END bootstrap typeahead custommizations ---------------------- */

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu
 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion
 {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    span.twitter-typeahead .tt-suggestion.tt-cursor,
    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion:focus 
    {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

.input-group.input-group-lg span.twitter-typeahead .form-control
 {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control
 {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead
 {
    width: 100%;
}

.input-group span.twitter-typeahead
 {
    display: block !important;
    height: 34px;
}

    .input-group span.twitter-typeahead .tt-menu,
    .input-group span.twitter-typeahead .tt-dropdown-menu
     {
        top: 32px !important;
    }

    .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control 
    {
        border-radius: 0;
    }

    .input-group span.twitter-typeahead:first-child .form-control 
    {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group span.twitter-typeahead:last-child .form-control
     {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.input-group.input-group-sm span.twitter-typeahead 
{
    height: 30px;
}

    .input-group.input-group-sm span.twitter-typeahead .tt-menu,
    .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu 
    {
        top: 30px !important;
    }

.input-group.input-group-lg span.twitter-typeahead 
{
    height: 46px;
}

    .input-group.input-group-lg span.twitter-typeahead .tt-menu,
    .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu
     {
        top: 46px !important;
    }

/* --------------------- END bootstrap typeahead custommizations ---------------------- */

/* --------------------- START full calendar css --------------------------*/
#calendar
 {
    margin:0 auto;
}

#legend_panel 
{
    position:relative;
}

#legend 
{
    position:absolute;
    width:128px;
    top:29px;
    z-index:1000;
    display:none;
    overflow:hidden;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-top-left-radius:0;
    -webkit-border-top-left-radius:0;
    -moz-border-top-left-radius:0;
}

    #legend span
    {
    box-sizing:content-box;
    display:inline-block;
    width:112px;
    padding:8px;
    color:#FFF;
    text-align:center;
        font-weight: bold;
        font-size:18px;
        color: #FFF;
    }
/* --------------------- END full calendar css --------------------------*/

/* Timepicker CSS, jQuery UI*/
.ui-autocomplete
 {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ui-menu-item 
{
    background-color: #fff;
    padding: 4px;
    width: 96px;
}

.ui-state-hover, .ui-state-active
 {
    background-color:#c4d7fa;
    cursor:pointer;
}

.ui-helper-hidden-accessible
 {
    display:none;
}

.trip_th 
{
    text-align:center!important;
}


#rblRoles label
{
    padding-right: 15px;
    padding-left: 5px;
}


table.dataTable th
{
    text-align:center!important;
}

.schedules input
{
    margin-left:15px;
}

/* Vertical Offset Bottom */
.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-05 {
    margin-top: 0.5em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}

.horiz-offset-left-2{
    margin-left: 2em;
}
.horiz-offset-left-5{
    margin-left: 5em;
}
.horiz-offset-right-2{
    margin-right: 2em;
}
.horiz-offset-right-1{
    margin-right: 1em;
}

.displayInline{
    display:inline-block!important;
    vertical-align:middle;
}

.displayInline label
{
    padding-top: 5px!important;
    margin-right:5px;
    margin-left:5px;
}

.noTopBorder{
    border-top:none!important;
    text-align:right!important;
}

.hidden {
    display: none;
    visibility: hidden;
}

.break-line {
    display: block;
    white-space: pre-line !important;
}
.green-highlight {
    background-color: lawngreen !important;
}
.solid-green-background{
    background-color: darkseagreen !important;
}
.control-label{
    font-weight: bold;
}
.Driver-report-chart {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px;
    border: 1px solid #525252;
    border-collapse: collapse;
}

.Driver-report-chart > thead > tr > th {
    font-size: .9em;
}

.Driver-report-chart > thead > tr > th {
    padding: 4px 2px;
    color: black;
    border-left: solid 1px #525252;
}

    .Driver-report-chart > tbody > tr > td {
        padding: 2px;
        border: solid 1px #525252;
        color: black;
    }

.driver-sheet > table {
    padding-top: 4px;
}

.driver-sheet > tbody > tr > td {
    padding: 3px;
    page-break-inside: avoid !important;
}

.driver-sheet > thead > tr > td {
    padding: 3px;
    page-break-inside: avoid !important;
}
.hidden-label {
    opacity: 0;
    display: none;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-top: 2px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type=checkbox]{
    margin-right:5px !important;
}

.buttons-columnVisibility {
    width: 100% !important;
    color: #fff !important;
    text-align: left;
    font-size: 18px !important;
    font-weight: 700;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-repeat: repeat-x;
    background-color: #2e6da4 !important;
    margin: 2px 0 !important;
    padding: 3px 20px 0 !important;
    outline: 0 !important;
    background-clip: padding-box;
}

div.dt-button-collection {
    background-image: -webkit-gradient(linear,left top,left bottom, from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%) !important;
    width: 100% !important;
    border: none !important;
    padding: 8px 0 !important;
    margin: 2px 0 0 !important;
    color: #fff !important;
    background-color: #2e6da4 !important;
}

div > button.buttons-columnVisibility {
    background-color: #2e6da4!important;
     border:none!important;
     color:#000!important;
}
div > button.dt-button-active {
    background-image: -webkit-gradient(linear,left top,left bottom, from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%) !important;
    color: #fff !important;
    width: 100% !important;
    border: none !important;
    margin: 2px 0 0 !important;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #fde7bd;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px #fff;
}
.multiselect-container > li > a > label {
    background-color: #FFF !important;
    color: #555;
}

            