.btn-info, .info {
    background: #25447c;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #fff;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #e7ecf5;
}

.table-hover > tbody > tr:hover {
    color: #000;
}

.kv-expand-icon-cell:hover, .kv-expand-icon-cell:focus {
    background-color: #fff;
    color: #000;
}

/*NavBar*/

.navbar-inverse {
    /*background-color: #ffffff;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+87,f0f3fa+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(240, 243, 250, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(240, 243, 250, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(240, 243, 250, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f3fa', GradientType=0); /* IE6-9 */
    border-color: transparent;
    border-bottom: 2px solid #25447c;
}

.navbar-inverse .navbar-brand {
    color: #25447c;
}

.navbar-brand > img {
    display: block;
    margin-top: -10px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #bbb;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #bbb;
}

.navbar-inverse .navbar-nav > li > a {
    color: #25447c;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #e84a0c;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #25447c;
    background-color: #25447c;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #25447c;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #25447c;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #e84a0c;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #25447c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e84a0c;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #0c7cd5;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #25447c;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #25447c;
}

.navbar-inverse .navbar-link:hover {
    color: #25447c;
}

.navbar-inverse .btn-link {
    color: #25447c;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #25447c;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #bbb;
}


.btn-info {
    color: #fff;
    background-color: #314b77;
    border-color: transparent;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #25447c;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info:hover {
    color: #fff;
    background-color: #25447c;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #25447c;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #002c7a;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #314b77;
    border-color: transparent;
}

.btn-info .badge {
    color: #314b77;
    background-color: #fff;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 23px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #bbb;
}

a {
    color: #25447c;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #e84a0c;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h1,
.h1 {
    font-size: 28px;
    font-weight: bold;
}

h1.mast {
    font-size: 3.6em;
    font-weight: bold;
    color: #25447c;
    margin-bottom: 0px;
    margin-top: 10px;
}

h2,
.h2 {
    font-size: 26px;
    font-weight: bold;
}

h3,
.h3 {
    font-size: 22px;
    font-weight: bold;
}

h3.mast {
    font-size: 2em;
    font-weight: bold;
    color: #e84a0c;
    margin-bottom: 5px;
    margin-top: 5px;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: bold;
}

h6.mast {
    font-size: 1.25em;
    font-weight: normal;
    margin-top: 2px;
}

.control-label {
    font-size: 16px;
    font-weight: bold;
}

.footer {
    padding-top: 20px;
    font-size: small;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e1f3+0,fefefe+12 */
    background: rgb(215, 225, 243); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(215, 225, 243, 1) 0%, rgba(254, 254, 254, 1) 12%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(215, 225, 243, 1) 0%, rgba(254, 254, 254, 1) 12%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(215, 225, 243, 1) 0%, rgba(254, 254, 254, 1) 12%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7e1f3', endColorstr='#fefefe', GradientType=0); /* IE6-9 */
    border-top: 2px solid #25447c;

}

.modal {
    z-index: 1051;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ui-front {
    z-index: 9999;
}

.panel-body {
}

label {
    font-weight: bold;
}

.panel-title {
    font-size: 18px;
}

.panel {
    box-shadow: 6px 2px 6px rgba(37, 68, 124, 0.3);
}

.panel-default > .panel-heading {
    /*background-color: #E84A0C;*/
    border-bottom: 4px solid #e84a0c;
}

.popover-title {
    border-bottom: 2px solid #25447c;
}

.clickable {
    cursor: pointer;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.kv-expand-header-cell, .kv-expand-icon-cell {
    font-size: inherit;
}

.kv-expanded-row {
    display: block;
    white-space: normal;
}

.loading {
    background: url("/images/ajax-loader-white.gif") no-repeat scroll center center #fff !important;
    opacity: 0.3;
    height: 100%;
    width: 100%;
}

.pagination > li > a, .pagination > li > span {
    line-height: 1;
    padding: 5px 10px;
}

.glyphicon-lg {
    font-size: 3em
}

.blockquote-box {
    border-right: 5px solid #e6e6e6;
    margin-bottom: 25px
}

.blockquote-box .square {
    width: 100px;
    min-height: 50px;
    margin-right: 22px;
    text-align: center !important;
    background-color: #e6e6e6;
    padding: 20px 0
}

.blockquote-box.blockquote-primary {
    border-color: #357ebd
}

.blockquote-box.blockquote-primary .square {
    background-color: #428bca;
    color: #fff
}

.blockquote-box.blockquote-success {
    border-color: #4cae4c
}

.blockquote-box.blockquote-success .square {
    background-color: #5cb85c;
    color: #fff
}

.blockquote-box.blockquote-info {
    border-color: #46b8da
}

.blockquote-box.blockquote-info .square {
    background-color: #5bc0de;
    color: #fff
}

.blockquote-box.blockquote-warning {
    border-color: #eea236
}

.blockquote-box.blockquote-warning .square {
    background-color: #f0ad4e;
    color: #fff
}

.blockquote-box.blockquote-danger {
    border-color: #d43f3a
}

.blockquote-box.blockquote-danger .square {
    background-color: #d9534f;
    color: #fff
}

.btn-grid {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 75px;
}

/* responsive queries */

@media (max-width: 768px) {
    .btn {
        margin: 4px;
    }

    .btn-grid {
        white-space: normal;
        overflow: visible;
        width: auto;
    }

}

@media (min-width: 768px) {
    .btn {
        margin: 4px;
    }
}

@media (min-width: 992px) {
    .btn {
        margin: 4px;
    }
}

@media (min-width: 1200px) {
    .btn {
    }
}

.blue, .table-hover > tbody > tr.blue {
    background-color: #00a8ff;
    color: #fff;
}

.red, .table-hover > tbody > tr.red {
    background-color: #f00;
    color: #fff;
}

.red1, .table-hover > tbody > tr.red1 {
    background-color: #d9534f;
}

.brown1, .table-hover > tbody > tr.brown1 {
    background-color: #eaeae1;
}

.brown2, .table-hover > tbody > tr.brown2 {
    background-color: #f9e6da;
}

.grey1, .table-hover > tbody > tr.grey1 {
    background-color: #f9f9f9;
}

.grey2, .table-hover > tbody > tr.grey2 {
    background-color: #ddd;
}

.pink, .table-hover > tbody > tr.pink {
    background-color: #e66ee5;
    color: #fff;
}

.pink1, .table-hover > tbody > tr.pink1 {
    background-color: #fcede8;
}

.pink2, .table-hover > tbody > tr.pink2 {
    background-color: #f7dede;
}

.pink3, .table-hover > tbody > tr.pink3 {
    background-color: #f8e3fa;
}

.pink4, .table-hover > tbody > tr.pink4 {
    background-color: #f2dede;
}

.yellow1, .table-hover > tbody > tr.yellow1 {
    background-color: #fffdde;
}

.orange, .table-hover > tbody > tr.orange {
    background-color: #fdc101;
    color: #000;
}

.orange1, .table-hover > tbody > tr.orange1 {
    background-color: #f0ad4e;
}

.green, .table-hover > tbody > tr.green {
    background-color: #00c800;
    color: #fff;
}

.green1, .table-hover > tbody > tr.green1 {
    background-color: #f3fde9;
}

.green2, .table-hover > tbody > tr.green2 {
    background-color: #dffcd9;
}

.green3, .table-hover > tbody > tr.green3 {
    background-color: #cae9a7;
}

.blue1, .table-hover > tbody > tr.blue1 {
    background-color: #eff2fd;
}

.blue2, .table-hover > tbody > tr.blue2 {
    background-color: #aedeff;
}

.tab-content {
    padding: 10px 0 0;
}

.badge {
    border-radius: 4px;
}

.tab-badge {
    background-color: #e84a0c;
    margin-top: -5px;
    margin-left: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    border: medium none;
    box-shadow: 0 -2px 0 #25447c inset;
    color: #e84a0c;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 #25447c;
    box-shadow: inset 0 -2px 0 #25447c;
    color: #25447c;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #25447c;
    box-shadow: inset 0 -2px 0 #25447c;
    color: #25447c;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus:hover {
    border: none;
    color: #25447c;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

td.kv-group-odd {
    background-color: transparent !important;
}

td.kv-group-even {
    background-color: transparent !important;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 3px;
}

.kv-fileinput-caption {
    top: 4px;
}

.vhsee-green {
    color: #00c706;
}

.vhsee-amber {
    color: #ffbf00;
}

.vhsee-amber-section {
    background: #ffbf00;
}

.vhsee-red {
    color: #f00;
}

.field-bookingform-telephone_no {
    margin-bottom: 0px !important;
}

.field-bookingform-telephone_no .help-block {
    display: none;
}

/*evhc*/
.evhc-completed {
    color: #fdc101;
}

.evhc-completed-badge {
    background-color: #fdc101;
    background-image: none;
}

.evhc-completed-over-15min {
    color: #ff0f00;
}

.evhc-vehicle-received {
    color: #1d9fff;
}

.evhc-healthcheck-in-progress {
    color: #e665e1;
}

.evhc-healthcheck-in-progress-badge {
    background-color: #e665e1;
    background-image: none;
}

.evhc-work-complete {
    color: #00c706;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
    display: none;
}

.redHCBox {
    background: #f00;
    text-align: center;
    padding: 10px;
    width: 42px;
    margin-bottom: 10px;
    line-height: 0;
}

td.redHCBox {
    color: #000;
}

.amberHCBox {
    background: #ffbf00;
    text-align: center;
    padding: 10px;
    width: 42px;
    margin-bottom: 10px;
    line-height: 0;
}

td.amberHCBox {
    color: #000;
}

.greenHCBox {
    background: #0f0;
    text-align: center;
    padding: 10px;
    width: 42px;
    margin-bottom: 10px;
    line-height: 0;
}

td.greenHCBox {
    color: #000;
}

.greenHCAllBox {
    background: #0f0;
    width: 42px;
    padding: 10px;
    line-height: 0;
}

.blueHCBox {
    background: #3cf;
    text-align: center;
    padding: 10px;
    width: 42px;
    margin-bottom: 10px;
    line-height: 0;
}

.blueHCAllBox {
    background: #3cf;
    width: 42px;
    padding: 10px;
    line-height: 0;
}

td.blueHCBox {
    color: #000;
}

.naHCBox {
    background: #e6e6e6;
    text-align: center;
    padding: 10px;
    width: 42px;
    margin-bottom: 10px;
    line-height: 0;
}

.naHCAllBox {
    background: #e6e6e6;
    width: 42px;
    padding: 10px;
    line-height: 0;
}

.cbx {
    background: #fff none repeat scroll 0 0;
}

.tt-menu .tt-suggestion {
    white-space: normal;
}

.evhc_section_header {
    line-height: 1.42857;
    padding: 12px;
    color: #000;
    border-top: 1px solid #e6e6e6;
    vertical-align: bottom;
    background: #f5f5f5;
}

tr.section_header {
    background: #f5f5f5;
    font-weight: bold;
}

td.section_header {
    background: #f5f5f5;
    font-weight: bold;
}

.evhc_area {
    border-top: 2px solid #e6e6e6;
    padding: 12px;
    vertical-align: middle;
}

.evhc_additional_area {
    vertical-align: middle;
}

/*evhc*/

.tyrelabel {
    max-width: 600px;
}

.ui-widget, .ui-accordion, .ui-helper-reset {
    font-family: inherit;
    font-size: inherit;
}

.ui-widget-content, .ui-accordion-content {
    font-family: inherit;
    font-size: inherit;
}

.ui-widget-content {
    color: inherit;
    background: none;
    border: 0;
}

.ui-accordion > .ui-widget-content {
    border: medium none;
    border-radius: 1px;
    box-shadow: 2px 2px 2px rgba(37, 68, 124, 0.3);
}

.ui-accordion > .ui-accordion-header {
    box-shadow: 3px 1px 3px rgba(37, 68, 124, 0.3);
    border-bottom: 1px solid #e84a0c;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font: inherit;
    font-size: 16px;
    font-weight: bold;
}

.ui-accordion > .ui-widget-content h6 {
    font-size: 14px;
    font-weight: bold;
    color: #212121;
}

.ui-widget-content a.btn-primary {
    color: #fff;
}

.ui-widget-content a.btn-info {
    color: #fff;
}

.ui-widget-content a.btn-danger {
    color: #fff;
}

.red {
    background-color: #f00;
    height: 40px;
    width: 40px;
    margin-top: 2px;
    padding: 0;
}

.orange {
    background-color: #f81;
    height: 40px;
    width: 40px;
    margin-top: 2px;
    padding: 0;
}

.green {
    background-color: #0c0;
    height: 40px;
    width: 40px;
    margin-top: 2px;
    padding: 0;
}

.na {
    background-color: #bbb;
    height: 40px;
    width: 40px;
    margin-top: 2px;
    padding: 0;
}

.job-row-heading {
    border-bottom: 1px solid #25447c;
    background: #f5f5f5;
    box-shadow: 2px 2px 2px rgba(37, 68, 124, 0.3);
}

.job-breakdown {
    margin-top: 6px;
}


.affix-top, .affix {
    position: static;
}

@media (min-width: 960px) {
    #sidebar.affix-top {
        position: static;
        margin-top: 0px;
        width: 185px;
    }

    #sidebar.affix {
        position: fixed;
        top: 70px;
        width: 185px;
    }
}

/* hide sidebar sub menus by default */
#sidebar.nav .nav {
    display: none;
    font-size: 12px;
}

/* show sub menu when parent is active */
#sidebar.nav > .active > ul {
    display: block;
    font-weight: bold;
}

#sidebar li.active {
    border: 0 #e84a0c solid;
    border-right-width: 1px;
    font-weight: bold;

}

#sidebar li li.active {
    border: 0 #ccc solid;
    border-right-width: 3px;
    font-weight: bold;
}

#sidebar.nav > li > a.btn:hover, #sidebar.nav > li > a.btn:focus {
    color: #000;
    outline: 0 none;
}

#sidebar.nav > li > a:hover, #sidebar.nav > li > a:focus {
    outline: 0 none;
}

#sidebar.nav > li > a.btn {
    white-space: inherit;
    outline: 0 none;
}

#sidebar.nav > ul > li > button.btn {
    width: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

#mainCol {
    padding-left: 0;
}

#rightCol {
    padding-left: 0;
}

.kv-editable-link {
    padding: 0px 0px;
}

/*.btn-evhc:first-letter {
    text-transform: lowercase;
}*/
.postcodelookup {
    vertical-align: bottom;
}

#damage-report-data {
    margin-top: 50px;
}

.signature {
    border: 1px solid #999;
    margin: 10px 0;
    padding: 10px;
}

table#messagesTbl {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

table#messagesTbl > th, table#messagesTbl td:nth-child(n+3) {
    white-space: nowrap;
    overflow-x: scroll;
    text-overflow: ellipsis;
}

span.additional-info-heading {
    font-weight: bolder;
}

tr.healthcheck-section-heading {
    background: #f5f5f5;
    font-weight: bolder;
}

td.healthcheck-section-heading {
    background: #f5f5f5;
}

td.additional-info {
    white-space: normal;
    padding-left: 2px;
    padding-right: 2px;
}

td.area {
}

td.red-area {
    background: #f00;
    text-align: center;
    font-weight: bolder;
    color: #000;
}

td.amber-area {
    background: #ffbf00;
    text-align: center;
    font-weight: bolder;
    color: #000;
}

td.green-area {
    background: #0f0;
    text-align: center;
    font-weight: bolder;
    color: #000;
}

td.blue-area {
    background: #3cf;
    text-align: center;
    font-weight: bolder;
    color: #000;
}

td.na-area {
    background: #e6e6e6;
    text-align: center;
    font-weight: bolder;
    color: #000;
}

.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.tabs-left > .nav-tabs > li > a {
    border-radius: 0;
}

td#part_no {
    white-space: pre;
}

#monday-container > div.tab-content,
#tuesday-container > div.tab-content,
#wednesday-container > div.tab-content,
#thursday-container > div.tab-content,
#friday-container > div.tab-content,
#saturday-container > div.tab-content,
#sunday-container > div.tab-content {
    margin-left: 150px;
}

ul#monday, ul#tuesday, ul#wednesday, ul#thursday, ul#friday, ul#saturday, ul#sunday {
    min-width: 150px;
}

ul#days > li {
    min-width: 150px;
}

.editTranslation {
    border: 1px dotted red;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}

.jumplist span.editTranslation,
[data-method="post"] span.editTranslation {
    border: none;
    cursor: initial;
}

.table > thead > tr > td.lost,
.table > tbody > tr > td.lost,
.table > tfoot > tr > td.lost,
.table > thead > tr > th.lost,
.table > tbody > tr > th.lost,
.table > tfoot > tr > th.lost,
.table > thead > tr.lost > td,
.table > tbody > tr.lost > td,
.table > tfoot > tr.lost > td,
.table > thead > tr.lost > th,
.table > tbody > tr.lost > th,
.table > tfoot > tr.lost > th {
    background-color: #ddd;
}

.table-hover > tbody > tr > td.lost:hover,
.table-hover > tbody > tr > th.lost:hover,
.table-hover > tbody > tr.lost:hover > td,
.table-hover > tbody > tr:hover > .lost,
.table-hover > tbody > tr.lost:hover > th {
    background-color: #bbb;
}

.custom-filter {
    width: calc(100% - 17px) !important;
}

.filters span {
    line-height: 37px;
}
