﻿/*
    Custom CSS file for the client styles
*/
/* The font used for the whole website*/
body, .highcharts-container {
    font-family: Segoe UI, Arial, sans-serif !important;
}
/* The background image */
body {  
    
    background:url(/content/Theme/LoL/images/background.jpg) repeat center fixed;
    background-color:#fff;
    font-size:14px !important;
}


.breadcrumb {
    background-color: white !important;
}

.LoginContent {
    background-color: white !important;
}

.OptionsContent {
    background-color: white !important;
}

.DashboardContent {
    background-color: white !important;
}

.QuickViewContent {
    background-color: white !important;
    background-color: white !important;
}

.ResultsByDateContent {
    background-color: white !important;
}

.ContractDataContent {
    background-color: white !important;
}

.BasisDataContent {
    background-color: white !important;
}

.ComparisonContent {
    background-color: white !important;
}

.ForecastContent {
    background-color: white !important;
}

.PaymentsContent {
    background-color: white !important;
}

.BudgetContent {
    background-color: white !important;
}

.NewsContent {
    background-color: white !important;
}

.InformationContent {
    background-color: white !important;
}

.TabBorder {
    background-color: white !important;
}
/*Button colors*/
.btn-custom {
    background-color: #214F56;
    color:white !important;
}
.btn-custom:hover {
    background-color: #475A60;
    border-color: #475A60;
}
/* Prevent the disabled button showing the hover colours as it is disabled (the colors here are the disabled colors shown when not hovering) */
.btn-custom[disabled]:hover  {
    background-color: #98C0B9;
    border-color: #98C0B9;
}
/*Progress bar color*/
.progress-bar-custom {
    background-color:#677348;
}
.CustomTabTestSelected{
    background-color: rgba(206, 162, 71, 0.180392);
}
/*Options - selected group style*/
.OptionGroupSelected{
    background: rgba(206, 162, 71, 0.180392)!important;
}
/*Options - selected dashboard style*/
.OptionDashboardSelected{
    background-color: rgba(206, 162, 71, 0.180392)!important;
}
/*Options - selected custom tab style*/
.OptionCTabSelected{
    background-color: rgba(206, 162, 71, 0.180392)!important;
}
.dashboard-tooltip {
    border-color: #788C70 !important;
}
/* Table heading */
thead > tr > th, th > .dropdown > a {
    background-color: #214F56 !important;
    color:white;
}
/* Graphs selected style */
.seasonSelected, .testSelected, .periodSelected {
    background: #214F56;
    color: white;
}
/* Graph selected hover style */
.GraphSeasonEndItems:hover, .GraphTestItems:hover, .GraphPeriodItems:hover {
    background: rgba(189, 73, 61, 0.8);
}
/* Graphs hide parameter box */
#ParameterLbl {
    color: #5F6564;
}
/* Slider on budget page as well as forecast */
.ui-slider-range {
    background: #98C0B9  !important;
}
/* The new news notification */
.badge {
    background-color: #ef4726;
}
/* the top navbar with the dropdowns on it */
.navbar-inverse {
    background-color: #214F56;
    color:white;
}
/* the footer */
#footer {
    background-color: #f8f8f8;
}
/* Navbar text color */
.navbar-inverse .navbar-nav > li > a {
    color:white !important;
}
/* Navbar dropdown background color */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color:#222;
}
/* Navbar dropdown link text color */
.inverse-dropdown li a {
    color:#9d9d9d;
}
/* Navbar submenu dropdown background */
.navbarDropdown > .dropdown-menu {
    background-color:#38393A;
    color:#5F6564;
}
/* The background behind the logo and above the navbar */
.header-container {
    background-color:white;
    height:70px !important;
}
.squareDropdown {
    background-color: #98C0B9;
}
.dashboard-tooltip-table thead tr:first-child th {
    border-radius:5px 5px 0 0;
}
.dashboard-tooltip-table thead tr:last-child th {
    border-radius:0 0 5px 5px;
}
.resetToDefault:hover {
    background-color:#007857 !important;
}
#disclaimer {
    background-color: #214F56;
}
.GraphPanelHeadings {
    background-color: #2A5D43 !important;
    color:white !important;
}
.panel-success > .panel-heading {
    color: #2A5D43;
    background-color: #CEA247;
    border-color: #CEA247;
}
.panel-success {
    border-color: #CEA247;
}
.panel-danger > .panel-heading
{
    color: #C9D7D1;
    background-color: #BD493D;
    border-color: #BD493D;
}
.panel-danger {
    border-color: #BD493D;
}

.alert-success {
    color: white;
    background-color: #98C0B9;
    border-color: #98C0B9;
}
.alert-danger {
    color: #C9D7D1;
    background-color: #BD493D;
    border-color: #BD493D;
}
.panel-default > .panel-heading {
    color: white;
    background-color: #98C0B9;
    border-color: #98C0B9;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #C9D7D1;
}
.list-group-item {
    border: 1px solid #C9D7D1;
}
.panel-default {
    border-color: #C9D7D1;
}
.input-group-addon {
    background-color: #C9D7D1;
    border-color: #C9D7D1;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger,
 .btn-danger.disabled:hover, .btn-danger[disabled]:hover,
 fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus,
 .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus,
 .btn-danger.disabled.focus, .btn-danger[disabled].focus,
 fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active,
 .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active,
 .btn-danger.disabled.active, .btn-danger[disabled].active,
 fieldset[disabled] .btn-danger.active {
    background-color: #BD493D;
    border-color: #BD493D;
}

.headerimage {
    padding: 10px 10px 0px 10px
}

.HS-PrimaryHeader {
    background-color: #dff0d8;
}

.HS-PrimaryDetail {
    background-color: #a3d4dc;
}

.HS-PrimaryDetailComplete {
    background-color: #a3d4dc;
}
.HS-PrimaryChanged {
    background-color: #dbd4a3 !important;
}

.HS-SecondaryHeader {
    background-color: #214f56 !important;
    color: white;
}

.HS-SecondaryDetail {
    background-color: #c8e5ea;    
}

.ui-widget-header {
    border: 1px solid #214F56;
    background: #214F56 ;
}



.HaulerLoadSubHeader {
    background-color: #388894;
    color: white;
    font-weight: bold;
}

.HaulerLoadSubHeader:hover {
    background-color: #2a666f !important;
}


.HaulerLoadSubDetail {
    background-color: #c8e5ea;
}

.TermsLink {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
 table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: right !important;
}
table.dataTable thead th {
    text-align: center !important;
}
.contactFormAddon {
    min-width: 180px !important;
    text-align: left !important
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #214F56 !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #214F56 !important;
    color: #fff !important;
}

.pagination > li > a {
    color: #777 !important;
}

#DefaultDashboardLblCon, #DashboardLblCon {
    background: #214F56 !important;
    color: white;
}

@media (min-width: 768px) {
    .input-group {
        margin: 5px 0px 5px 0px;
    }
}

.nav-tabs > li > a, .nav-tabs > li > a:hover {
    background-color: #214F56;
    color: black !important;
}

#DisplayDailyAverageCon {
    Width: 230px;
    float: left;
    background: #214F56 !important;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 10px
}

    #DisplayDailyAverageCon label {
        font-weight: normal;
        color: white;
        margin-bottom: 0px;
    }

    #DisplayDailyAverageCon:hover {
        cursor: pointer;
    }

#DisplayDailyAverageCBLbl:hover {
    color: white !important;
}

#DisplayDailyAverageCon, .input-group-addon {
    color: #fff;
    background-color: #214F56;
    border: 1px solid #214F56;
    padding-left: 10px;
    margin-left: 0px
}

.list-group-item-info {
    background-color: #214F56 !important;
    color: white !important;
}

.list-group-heading {
    padding: 15px 30px !important;
    margin-top: 0px;
    background-color: #214F56;
    color: white;
}

#company-select, #area-select {
    background-color: #214F56;
    color: white;
}

.fixed-table-container {
    height: 520px !important;
}

.docHelpLinks {
    color: white !important;
}

#footerCopyright a:hover {
    color: black !important;
}

#footerCopyright > a {
    color: black !important;
}

.panel-default > .panel-heading {
    background-color: #214F56;
    color: white;
}

.glyphicon-plus {
    color: black !important;
}

.glyphicon-eye-close {
    color: black !important;
}

#company-select, #area-select {
    background-color: #214F56;
    color: white;
}

#company-tick.glyphicon {
    float: right;
    padding-left: 4px;
}

.glyphicon-question-sign {
    color: white !important;
}

a:hover {
    color: black;
}

.displayDashboardsLink {
    background: #214F56 !important;
    color: #fff !important;
}

.custom-bg-color {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.comparisonResults {
    border-right: 1px solid #ddd;
}

.bootstrap-table .table {
    border-right: 1px solid #ddd;
}

.no-wrap {
    border-right: 1px solid #ddd;
}
.TabSelectedTests .glyphicon-ok {
    display: none;
}

.CustomTabTestSelected .glyphicon-ok {
    display: inline-block;
    color: #13467C;
    float: right;
}
#FarmSearch, .farmSelect {
    background: #c9d7d1 !important;
    color: black !important;
    border: none !important;
}
/*.month-picker {
    display: inline-block;
    position: absolute;
    z-index: 9999
}

    .month-picker table {
        border-collapse: separate;
        border-spacing: 2px 2px
    }

    .month-picker td {
        padding: 0
    }

    .month-picker .ui-button-text {
        padding: .4em 0
    }

.month-picker-header {
    margin: 3px 3px 0
}

.month-picker-year-table {
    width: 100%;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

    .month-picker-year-table a {
        border: 1px solid transparent
    }

    .month-picker-year-table .ui-button {
        font-size: 1.1em;
        width: 1.5em;
        height: 1.5em;
        cursor: default;
        margin: 0
    }

    .month-picker-year-table .month-picker-title {
        text-align: center
    }

        .month-picker-year-table .month-picker-title .ui-button {
            font-size: 1em;
            padding: .1em 0;
            width: 100%;
            font-weight: 700
        }

    .month-picker-year-table .ui-button-text {
        padding: 0
    }

.month-picker-month-table td {
    height: 35px;
    text-align: center
}

.month-picker-month-table .ui-button {
    width: 4.2em;
    margin: .2em
}

.month-picker-open-button {
    height: 20px;
    width: 20px;
    vertical-align: bottom
}

.month-picker-invalid-message {
    display: none;
    background-color: #ff0
}

.month-picker-disabled {
    background-color: #e1e1e1
}*/