.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 > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
    font-family: BMWTypeCondensedLightBold;
    font-size: 15px;
    color: #000;
}
.table > thead > tr > th > a {
    font-family: BMWTypeCondensedLightBold;
    font-size: 15px;
    color:#c2c2c2;
}
.table > thead > tr > th > a:hover {
    color:#aaa48e;
}
.table > thead > tr > th > a.asc {
    color:#aaa48e;
}
.table > thead > tr > th > a.desc {
    color:#aaa48e;
}

.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 */
    border-color: transparent;
    border-bottom: 2px solid #b2b2b2;
    box-shadow: none;
}
.navbar-inverse .navbar-brand {
    color: #b2b2b2;
}
.navbar-brand > img {
    display: block;
    margin-top: -10px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #bbbbbb;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #bbbbbb;
}
.navbar-inverse .navbar-nav > li > a {
    color: #b2b2b2;
}
.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: #b2b2b2;
    background-color: #b2b2b2;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #b2b2b2;
    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: #b2b2b2;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #E84A0C;
    color: #ffffff;
}
@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: #b2b2b2;
    }
    .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: #ffffff;
        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: #b2b2b2;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #b2b2b2;
}
.navbar-inverse .navbar-link:hover {
    color: #b2b2b2;
}
.navbar-inverse .btn-link {
    color: #b2b2b2;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #b2b2b2;
}
.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: #bbbbbb;
}

.info {
    background: #b2b2b2;
}

.btn-info {
    color: #ffffff;
    background-color: #374d7c;
    border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #b2b2b2;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
    color: #ffffff;
    background-color: #b2b2b2;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #b2b2b2;
    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: #ffffff;
    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: #374d7c;
    border-color: transparent;
}
.btn-info .badge {
    color: #374d7c;
    background-color: #ffffff;
}

.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: #cccccc;
}
.breadcrumb > .active {
    color: #bbbbbb;
}
a {
    color: #b2b2b2;
    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-family: BMWTypeCondensedRegularBold;
    height: 100%;
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
}
h2, .h2 {
    font-family: BMWTypeCondensedRegularBold;
    height: 100%;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
}
h1.first_char_lcase:first-letter{
    text-transform: lowercase;
}
h1.mast {
    font-size: 3.6em;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
}
h3, .h3{
    font-family: BMWTypeCondensedLightBold;
    height: 100%;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
h4, .h4{
    font-family: BMWTypeCondensedRegularBold;
    height: 100%;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}
h3.mast {
    font-family: BMWTypeCondensedLightBold;
    font-size: 2.25em;
    color: #858686;
    margin-bottom: 5px;
    margin-top: 5px;
}
h5,
.h5 {
    font-size: 18px;
    font-weight: bold;
}
h6,
.h6  {
    font-family: BMWTypeCondensedLightBold;
    font-size: 15px;
    color: #000;
}
.control-label {
    font-size: 15px;
    font-family: BMWTypeCondensedLightBold;
    color: #000;
}
h6.mast {
    font-size: 1.25em;
    font-weight: normal;
    margin-top: 2px;
}
.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 #b2b2b2;

}
.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-family: BMWTypeCondensedLightBold;
    font-size: 15px;
    color: #000;
}
.panel-title {
    color: #000;
    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 #b2b2b2;
}
.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 #ffffff !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 (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: #FF0000;
    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: #dddddd;
}
.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 #c2c2c2 inset;
    font-family: BMWTypeCondensedLightBold;
    font-size: 15px;
    color:#c2c2c2;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
    font-family: BMWTypeCondensedLightBold;
    font-size: 15px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 #aaa48e;
    box-shadow: inset 0 -2px 0 #aaa48e;
    color: #aaa48e;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    font-family: BMWTypeCondensedLightBold;
    font-size: 15px;
    color:#000;
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #000;
    box-shadow: inset 0 -2px 0 #000;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus:hover {
    font-family: BMWTypeCondensedLightBold;
    font-size: 15px;
    border: none;
    color: #aaa48e;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li > a {
    font-family: BMWTypeCondensedLightBold;
    font-size: 15px;
}
td.kv-group-odd {
    background-color: transparent !important;
}
td.kv-group-even {
    background-color: transparent !important;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
}

.kv-fileinput-caption {
    top:4px;
}
.vhsee-green {
    color:#00c706;
}
.vhsee-amber {
    color:#FFBF00;
}
.vhsee-amber-section {
    background:#FFBF00;
}
.vhsee-red {
    color:#FF0000;
}

.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:			#FF0000;
    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:			#00FF00;
    text-align:			center;
    padding: 10px;
    width: 42px;
    margin-bottom: 10px;
    line-height: 0;
}
td.greenHCBox {
    color:#000;
}
.greenHCAllBox{
    background:			#00FF00;
    width: 42px;
    padding: 10px;
    line-height: 0;
}
.blueHCBox {
    background: #33ccff;
    text-align: center;
    padding: 10px;
    width: 42px;
    margin-bottom: 10px;
    line-height: 0;
}
.blueHCAllBox{
    background: #33ccff;
    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: 9px 0px 10px rgba(37, 68, 124, 0.3);*/
}
.ui-accordion > .ui-accordion-header {
    border-bottom:  1px solid #777;
    background: #f5f5f5;
    color: #000;
    border-left: 0;
    border-right: 0;
    border-top:0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font:inherit;
    font-size: 14px;
    font-weight: normal;
}
.ui-accordion > .ui-widget-content h6 {
}
.ui-widget-content a.btn-primary {
    color: #fff;
}
.ui-widget-content a.btn-info {
    color: #fff;
}

.red {
    background-color: #FF0000;
    height: 40px;
    width: 40px;
    margin-top: 2px;
    padding: 0;
}

.orange {
    background-color: #FF8811;
    height: 40px;
    width: 40px;
    margin-top: 2px;
    padding: 0;
}

.green {
    background-color: #00CC00;
    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 #b2b2b2;
    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 #777 solid;
    border-right-width:1px;
    font-weight: bold;

}

#sidebar li li.active {
    border:0 #777 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:#FF0000; 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:#00FF00; 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;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 0;
}
td#part_no { white-space: pre; }

.alert-info {
    background-color: #374d7c;
    border-color: #374d7c;
    color: #ffffff;
}
.alert-info hr {
    border-top-color: #374d7c;
}
.tabs-left > .nav-tabs > li > a {
    border-radius: 0;
}
#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;
}