﻿
panel-heading-primary {
    color: white !important;
    background-color: #0e6f9e !important;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

/* Stripes for tables */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color:#efefef;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.container-footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-header {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
}


.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
.manage-users input,
.manage-users select,
.manage-users textarea {
    max-width: 280px;
}

.reports input,
.reports select,
.reports textarea {
    max-width: 280px;
}

.dropdown-menu-report {
    width: 100%;
    max-height: 200px;
    overflow: auto;
    margin-top: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .dropdown-menu-report > li > a {
        cursor: pointer;
    }

.btn-report {
    min-width: 200px;
    text-align: left;
}

.list-autoscroll {
    width: 100%;
    max-height: 125px;
    min-height: 125px;
    overflow: auto;
}

.footer {
    background-image: url("/Content/Images/Footer1200.png");
    /*width: 1200px;*/
    height: 400px;
}

.header {
    background-image: url("/Content/Images/Header1200.png");
    /*width: 1200px;*/
    height: 131px;
    padding: 0;
    margin: 0;
}
.headerDev {
    background-image: url("/Content/Images/Header1200Dev.png");
    /*width: 1200px;*/
    height: 131px;
    padding: 0;
    margin: 0;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
}

.row-centered {
    display: inline-block;
    float: none;
    text-align: left;
}

.center-row {
    display: table;
}

.li-pad {
    margin: 10px;
}

.centered {
    max-width: 1200px;
}

.text-color-blue {
    text-decoration: none;
    color: #0e6f9e;
}

.text-color-white {
    text-decoration: none;
    color: white;
}

.border-color-blue {
    border-color: #0e6f9e;
}

html {
    height: 100%;
    background: white;
}

:focus, :active {
    outline: 0;
}

.ui-accordion-content {
    border: none;
}

.ui-accordion-header {
    background: #666666;
    border-radius: 0;
    color: white;
    margin: 0;
    padding-right: 33.880px !important;
}

.ui-accordion-header-icon {
    display: none;
}

.text-color-grey {
    color: #666666;
}

.parent-element {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.vcenter {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.ui-datepicker-header {
    border: none;
    background: none;
    color: #0e6f9e;
    font-weight: normal;
}

.ui-corner-all {
    border: none;
}

.ui-datepicker thead {
    background-color: #0e6f9e;
    color: white;
    font-weight: normal;
}

.ui-datepicker a.ui-state-default {
    text-align: center;
    background: none;
    border: none;
}

.ui-datepicker a.ui-state-active {
    text-align: center;
    color: white;
    background: #0e6f9e;
    border: none;
}

.ui-datepicker .ui-datepicker-prev {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    cursor: pointer;
}*/

.row {
    padding: 15px 0 5px 0;
}

.reports label {
    font-weight: 400;
}

.button {
    color: black;
    background-color: #ccc;
    border-radius: 0;
    padding: 4px 40px 4px 40px;
    border-color: #bbb;
}

.button:hover {
    background: #aaa;
    color: black;
}


.button:after {
    color: black;
    background-color: #ccc;
    border-radius: 0;
    padding: 4px 40px 4px 40px;
    border-color: #bbb;
}

.button-blue {
    color: #ffffff;
    background-color: #0e6f9e;
    border-radius: 0;
    padding: 4px 40px 4px 40px;
    border-color: #0e6f9e;
}

.button-blue:hover {
    background: #094663;
    color: white;
}


.button-blue:after {
    color: #ffffff;
    background-color: #0e6f9e;
    border-radius: 0;
    padding: 4px 40px 4px 40px;
    border-color: #0e6f9e;
}

.button-orange {
    color: #ffffff;
    background-color: #c25822;
    border-radius: 0;
    padding: 4px 40px 4px 40px;
    border-color: #c25822;
}

.button-orange:hover {
    background: #c25822;
    color: white;
}


.button-orange:after {
    color: #ffffff;
    background-color: #c25822;
    border-radius: 0;
    padding: 4px 40px 4px 40px;
    border-color: #c25822;
}

input {
    cursor: pointer;
}

ul {
    list-style-type: none;
    margin: 0;
}

row-date {
    height: 80px;
}

col-date {
    min-height: 80px !important;
}

.heading {
    border: 1px solid #aaaaaa;
    color: white;
    background-color: #666666;
    margin: 2px 0 25px 0;
    padding: 7.7px 7.7px 7.7px 33.880px;
    font-size: 100%;
}

.textarea-list {
    resize: none;
    overflow: auto;
    max-width: none;
    width: 500px;
    height: 124px;
    margin: 15px 15px 15px 0;
    padding: 1px;
    border: 2px solid #0e6f9e;
    vertical-align: bottom;
}

.text-title {
    border: 2px solid #0e6f9e;
    padding: 1px 0 1px 1px;
}

.logo {
    height: 121px;
    width: 131px;
    left: auto;
    margin: 5px 0 5px 2px;
}

.inline {
    display: inline;
}

.nav-link {
    display: inline-block;
    font-size: 12px;
    border-left: 1px solid #0e6f9e;
    margin: 0;
    background-color: white;
    color: #0e6f9e;
    flex: 1 1 auto;
    text-align: center;
    line-height: 24px;
}

.nav-link:hover {
    cursor: pointer;
    text-decoration: none;
    color: #666666;
}

body {
    padding-top: 0;
    padding-bottom: 0;
}

.acc-btn {
    color: black;
    font-size: 11px;
    border-bottom: none;
    border-top: none;
    border-left: 1px solid black;
    border-right: none;
    margin: 0;
    padding: 2px 18px 2px 22px;
    background-color: transparent;
}

    .acc-btn:hover {
        color: #0e6f9e;
    }

.nav-btn:hover {
    color: #cfcfcf;
}

.footer-nav-btn {
    color: #0e6f9e;
    font-size: 12px;
    border: none;
    padding: 8px 0 8px 0;
    background-color: transparent;
}

.footer-nav-btn-white {
    color: white;
    font-size: 12px;
    border: none;
    padding: 8px 0 8px 0;
    background-color: transparent;
}

.footer-nav-btn:hover {
    color: #aaaaaa;
}

.footer-nav-btn-white:hover {
    color: #aaaaaa;
}

.readDate {
    border: none;
    margin: 0;
    padding: 0;
    height: 0;
}

.link-blue {
    color: #0e6f9e;
    font-size: 12px;
    border: none;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
}

    .link-blue:hover {
        color: #aaaaaa;
        text-decoration: none;
    }

.link-white {
    color: #ffffff;
    font-size: 12px;
    border: none;
    margin: 0;
    background-color: transparent;
}
    .link-white:hover {
        color: #aaaaaa;
        text-decoration: none;
    }

.list-link {
    padding: 8px 0 8px 0;
}

.login-button, .AccSel-button {
    background-color: transparent;
    border: none;
    padding: 4px 15px 4px 15px;
    color: black;
    font-size: 12px;
}

    .login-button:hover, .AccSel-button:hover {
        color: #0e6f9e;
    }

.dropdown-menu {
    float: none;
    padding: 0 5px 0 5px;
    width: 100%;
    border: none;
    background-color: white;
    border-radius: 0;
}

.logout-button {
    border: none;
    padding: 4px 15px 4px 15px;
    color: black;
    font-size: 12px;
    width: 100%;
    text-align: left;
    background-color: white;
}

    .logout-button:hover {
        color: #0e6f9e;
    }

.text-box {
    margin-bottom: 2px !important;
}

.text-uppercase-bold {
    font-weight: bold;
}

/*.myReports a {
    color: #0e6f9e;
}*/

/*.myReports a:hover {
    color: #cfcfcf;
    text-decoration: none;
    cursor: pointer;
}*/

/*.myReports-header {
   background-color: #0e6f9e; 
   border-radius: 0 !important;
   color: white;
}*/

.ui-datepicker-prev .ui-icon, #datePickerTo .ui-datepicker-prev .ui-icon  {
    background: url("/Content/Images/Prev.png");
}

.ui-datepicker-next .ui-icon, #datePickerTo .ui-datepicker-next .ui-icon  {
    background: url("/Content/Images/Next.png");
}

.link-dropdown {
    color: black;
    font-size: 12px;
    border: none;
    margin: 0;
    padding: 4px 15px 4px 15px !important;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
}
    .link-dropdown:hover {
        color: #0e6f9e !important;
        text-decoration: none;
        background-color: transparent !important;
    }

.gridster ul > li {
    position: absolute;
}

.gridster > ul {
    padding: 0;
}

.widget {
    width: 100%;
    height: 100%;
}

.widget-header {
    background-color: #0e6f9e;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 5px;
    cursor: pointer;
    font-weight: 600;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
}

.widget-body {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #ffffff;
    border-top: none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
}

#Chuckism .widget-body {
    font-weight: bold;
}

#News .widget-body {
    padding: 0;
    background-color: #ccd9f2;
}

#RequestDashboard .widget-body {
    font-weight: bold;
}

.ReportIssueForms li label {
    font-weight: bold;
}

.table-fuel tbody tr td, .table-fuel thead tr th{
    padding: 0;
}

.table-fuel tbody tr td:first-child, .table-FBR thead tr td:first-child{
    font-weight: bold;
}

.table-direction-totals tbody tr th, .table-direction-totals thead tr th {
    border: none;
}

.table-direction-totals tbody tr td {
    border: solid 1px black;
}

.table-direction-totals tr td, .table-direction-totals tr th {
    padding: 5px !important;
}

.table-direction-totals tr:nth-child(odd) td {
    background-color: rgba(14, 111, 158, 0.75);
}

.table-direction-totals tr:nth-child(even) td {
    background-color: rgba(170, 170, 170, 0.25);
}

.gridster {
    width: 1200px;
    margin: 0 auto;
}

#nav-pro_num {
    border: none;
    margin: 0;
    padding-left: 2px;
}

.nav-pro_num-btn {
    height: 22px;
    width: 28px;
    background-color: #0e6f9e;
    border: none;
    padding: 0;
    color: white;
}

#TopCarrierChartLegend tbody tr td {
    padding: 2px;
    color: white;
}

.ui-widget-header, .ui-dialog-titlebar-close {
    background: none;
    border: none;
}

.myReports tbody tr td {
    padding-left: 28px;
}

.myReports tbody tr td, .myReports thead tr th {
    /*white-space: nowrap;*/
}

.form-control {
    cursor: auto;
}

.input-color input {
    padding-left: 20px;
    width: 100%;
}
.input-color .color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    left: 5px;
    top: 5px;
}

.vertical-line {
  border-right: 1px solid #000000;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 20%);    
    width: 100%;
    height: 100%;
    z-index: 2;
}

tr.focus {
    background: white;
    position: relative;
    z-index:3;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.no-spinners {
    -moz-appearance: textfield;
}

    .no-spinners::-webkit-outer-spin-button,
    .no-spinners::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }