﻿/* General */
.text-danger {
    color: #f20d0d;
}

hr.regularMargin, .body, body {
    font-family: Montserrat, Calibri, Arial, sans-serif;
    color: #525157;
    font-size: 1.35em;
    font-kerning: normal;
}

h3 {
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}

/* Panels */
.panel-default, .panel-info {
    border-color: #ededed
}

    .panel-default > .panel-heading, .panel-default > .panel-footer, .panel-info > .panel-heading {
        background-color: #ededed;
        border-color: #ededed;
        color: #525157
    }

/* Dropdown */
select.form-control:disabled {
    background-color: #ededed;
}

/* Badges*/
.badge, .btn-default .badge {
    background-color: #EEC130;
}

/*Date picker*/
.ui-datepicker .ui-datepicker-header {
    background-color: #ededed;
    color: #525157;
}

.ui-datepicker a.ui-state-default {
    background-color: #ededed;
    color: #525157;
}

.ui-datepicker a.ui-state-highlight {
    background-color: #EEC130;
    color: #525157;
}

/* Table */
table {
    background-color: white;
}

.table-hover tbody tr:hover td {
    background: #ededed;
}

/* reports table */
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #525157 !important;
    color: white !important;
}

/* intervention table */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #525157 !important;
    color: white !important;
}
/* Links */
a {
    color: #29A283;
}

    a:hover, a:focus {
        color: #525157;
    }

/* Buttons */
.btn-primary {
    background-color: #D88B28;
    border-color: #D88B28;
}

    .btn-primary:hover {
        background-color: #525157;
        border: solid 1px #020A0A;
    }

    .btn-primary:focus {
        background-color: #D88B28;
        outline: 0;
    }

    .btn-primary:active {
        background-color: #525157 !important;
        border-color: rgba(216, 139, 40, 0.25) !important;
        outline: none !important;
    }

    .btn-primary:disabled, .btn-primary:disabled:hover {
        border-color: rgba(216, 139, 40, 0.6);
        background-color: rgba(216, 139, 40, 0.6);
    }

    .btn-primary:active:hover, .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus {
        background-color: #525157
    }

.btn-default {
    background-color: white;
    border-color: #525157;
}

    .btn-default:hover {
        background-color: #525157;
        color: #D88B28;
        border: solid 1px #020A0A;
    }

    .btn-default:focus {
        background-color: #D88B28;
        color: #525157;
        outline: 0;
    }

    .btn-default:active {
        background-color: #525157 !important;
        color: #D88B28 !important;
        border-color: rgba(216, 139, 40, 0.25) !important;
        outline: none !important;
    }

    .btn-default:disabled {
        color: #ededed;
    }

.btn-danger {
    background-color: #f20d0d;
    border-color: #f20d0d;
}

    .btn-danger:hover {
        background-color: #525157;
        border: solid 1px #020A0A;
    }

    .btn-danger:focus {
        background-color: #f20d0d;
        outline: 0;
    }

    .btn-danger:active {
        background-color: #f20d0d !important;
        border-color: rgba(216, 139, 40, 0.25) !important;
        outline: none !important;
    }

    .btn-danger:disabled, .btn-danger:disabled:hover {
        background-color: rgba(255, 0, 0, 0.6);
        border-color: rgba(255, 0, 0, 0.6);
        color: white
    }

.btn-warning {
    background-color: #EEC130;
    border-color: #EEC130;
}

    .btn-warning:hover {
        background-color: #525157;
        border: solid 1px #020A0A;
    }

    .btn-warning:focus {
        background-color: #525157;
        border-color: #525157;
        outline: none !important;
    }

    .btn-warning:active {
        background-color: #525157 !important;
        color: white;
        border-color: rgba(216, 139, 40, 0.25) !important;
        outline: none !important;
    }

    .btn-warning:disabled, .btn-warning:disabled:hover {
        background-color: rgba(238, 193, 48, 0.6);
        border-color: rgba(238, 193, 48, 0.6);
        color: white
    }

/* Nav Bar */
.navbar-default {
    background-color: #525157;
    color: white;
    border-bottom: 5px solid #D88B28;
}

    .navbar-default a {
        color: white;
        border-left: 1px solid white;
        text-transform: uppercase;
    }

@media (max-width:960px) {
    .navbar-default a {
        border-left: 0px;
    }
}

.navbar-default a.pull-left {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: white; /*topmenu item text */
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #D88B28; /*top menu item text hover*/
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: white;
    background-color: #D88B28;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: white;
    color: #D88B28;
}

.dropdown-menu > li > a:hover {
    background-color: #ededed;
}

.dropdown-menu > a {
    color: #525157;
}

/* Nav tabs */
.nav-tabs > li > a:hover {
    background-color: #525157;
    color: #D88B28;
}

.nav-tabs > li > a {
    background-color: #ededed;
    color: #525157;
    border-color: #ddd;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #ededed;
    border-bottom-color: white;
}

/* Other */
img#logo {
    padding: 0px
}

#proagricaLogoText {
    text-decoration: none;
    font-weight: bolder;
    text-transform: none;
    font-size: 1.35em;
    color: #ededed
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 139, 40, 0.25);
    border-color: rgb(216, 139, 40 );
}

#enquiry_alert {
    font-weight: bold;
    color: #f20d0d;
    margin-bottom: 20px;
}

div.well {
    background-color: #ededed;
}

/*Login page */
.loginContainer {
    background-color: white;
    box-shadow: 5px 5px 50px 10px #020A0A;
}

hr.regularMargin {
    margin-top: 0px;
    margin-bottom: 10px;
}

.stoneBackground {
    background-color: #525157;
}

#infoText {
    opacity: 0.7;
}

.required:after {
    content: " *";
    color: #f20d0d;
}

hr.orange {
    background-color: #D88B28;
    border: 5px solid #D88B28;
    margin-bottom: 0px;
    margin-top: 0px;
}

.loginContainer div.form-group > div {
    margin-left: 36px !important;
    width: 405px;
}

div.form-group input {
    height: 40px;
}

.description {
    float: right;
    color: #f20d0d
}

.description, #infoText {
    font-family: Montserrat, Calibri, Arial, sans-serif;
    margin-left: 20px;
    margin-right: 20px;
}

.form-control {
    border-radius: 2px
}

/* Forgotten Password Page */
#submitEmail {
    float: right;
    text-transform: uppercase;
}
