﻿:root {
    /*--fsColMain: #2E9327;
    --fsColMainHighlighted: #1c7516;
    --fsColMainHighlightedLight: #d6e9c6;
    --fsColMainLight: #def5dc;
    --fsColMainDark: #083905;
    --blue: #00b;
    --yellow: #fffb1f;
    --fullwidth: 100%;*/
    --fsColMain: #141414;/*#1b1c1b;*/
    --fsColMainHighlighted: #cccaca; /*#787777;*/
    --fsColMainHighlightedLight: #d6d6d6;
    --fsColMainLight: #d9d9d9 ;/*#e3e3e3;*/
    --fsColMainMedium: #a1a1a1;
    --fsColMainMedium2: #8c8c8c;
    --fsColMainDark: #121212;
    --fsColWhite: #ffffff;
    --blue: #00b;
    --yellow: #fffb1f;
    --fullwidth: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    background-color: #fcfcfc;/*#f0f0f0;*/
}

tbody:nth-child(odd) {
    background: var(--fsColMainHighlightedLight);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    /*background-color: #d7ffcc;*/
    /*background-color: var(--fsColMainHighlightedLight) !important;*/
    /*background-color: var(--fsColMainLight) !important;*/
}

th {
    background-color: var(--fsColMain) !important;
    color: #f9f9f9 !important;
} 



body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Change navbar colour and style */

.navbar-toggle {
    background-color: var(--fsColMain) !important;
}

.icon-bar {
    border: 1px solid #ffffff;
}

.navbar-inverse {
    background-color: var(--fsColMain) !important;
    border-bottom-color: var(--fsColMainDark) !important;
    font-family: Calibri !important;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: var(--fsColMainMedium)  !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff  !important;
}

.navbar-inverse .navbar-nav > li,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: var(--fsColMain)  !important;
}
/* submenu text */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > a::alternate {
    color: var(--fsColMainMedium) !important;
}


.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: var(--fsColMainMedium2) !important;
    border: 1px;
    border-bottom-color: var(--fsColMainDark) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.dropdown-item {
    background-color: red;/*#2e89e5;*/
    color: deeppink;/*#2e89e5;*/
}

.navbar-inverse .navbar-inner_ {
    background-color: #F38F21 !important;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: 1px solid var(--fsColMainDark) !important;
    border-radius: 0px !important;
    text-decoration: none;
    padding-top: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: red;
}

.dropdown-menu .dropdown-submenu ul {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -5px;
    margin-left: 1px;
    border-radius: 0px !important;
    color: orangered;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: var(--fsColMainDark) !important;
}




/* Centre an Image on the page */

#logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-container > img {
    max-width: 100%;
}




/* Table Column % width */

.col05 {
    width: 5%;
}
.col07_5 {
    width: 7.5%;
}
.col10 {
    width: 10%;
}
.col10c {
    width: 10%; text-align: center; vertical-align:middle;
}
.col12_5 {
    width: 12.5%;
}
.col15 {
    width: 15%;
}
.col17_5 {
    width: 17.5%;
}
.col20 {
    width: 20%;
}
.col22_5 {
    width: 22.5%;
}
.col25 {
    width: 25%;
}
.col30 {
    width: 30%;
}
.col33 {
    width: 33%;
}
.col35 {
    width: 35%;
}
.col37_5 {
    width: 37.5%;
}
.col40 {
    width: 40%;
}
.col42_5 {
    width: 42.5%;
}
.col45 {
    width: 45%;
}
.col50 {
    width: 50%;
}
.col55 {
    width: 55%;
}
.col60 {
    width: 60%;
}
.col65 {
    width: 65%;
}
.col66 {
    width: 66%;
}
.col70 {
    width: 70%;
}
.col75 {
    width: 75%;
}
.col80 {
    width: 80%;
}
.col85 {
    width: 85%;
}
.col90 {
    width: 90%;
}
.col95 {
    width: 95%;
}
.col100 {
    width: 100%;
}



/* HyperLink Text settings */

a.hypersett {
    color: #808080 !important;
}

a.hypersett:active {
    color: #808080 !important;
    background-color: #808080 !important;
}

a.hypersett:link {
    color: var(--fsColMainDark) !important;
}

a.hypersett:visited {
    color: var(--fsColMainDark) !important; /*colour after clicked and returned to page*/
}

a.hypersett.current {
    color: #808080 !important;
    background-color: #808080 !important;
}

a.hypersett.selected {
    color: #808080 !important;
    background-color: #808080 !important;
}

a.hypersett.selection {
    color: #808080 !important;
    background-color: #808080 !important;
}

a.hypersett.focus {
    color: #808080 !important;
    background-color: #808080 !important;
    outline:5px solid red !important;
}

a.hypersett.hover {
    color: #808080 !important;
    background-color: #808080 !important;
}

a.hypersett.open {
    color: #808080 !important;
    background-color: #808080 !important;
}

a.hypersett.clicked {
    color: #808080 !important;
    background-color: #808080 !important;
}

a.hypersett.actionlink {
    color: #808080 !important;
    background-color: #808080 !important;
}



/* Radio buttons */

input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 25px;
    top: -1px;
    left: -5px;
    position: relative;
    background-color: var(--fsColMainLight);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--fsColMainHighlighted);
}

input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 25px;
    top: -1px;
    left: -5px;
    position: relative;
    background-color: var(--fsColMain);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--fsColMainDark);
}



/* Jumbotron settings */

.jumbotron {
    background-color: var(--fsColMainLight) !important;
    border-style: groove !important;
    /*border-color: var(--fsColMain) !important;*/
    border-width: 3px !important;
}


tr.noBorder td {
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

th.lessPadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
tr.lessPadding  td{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Pinned row to bottom of screen - call id="pinnedBar" in the div */
#pinnedBar {
    position: fixed !important;
    top: 50px;
    left: 0%;
    padding-top: 10px;
    height: 75px;
    width: 110% !important;
    background-color: var(--fsColMain) !important;
    background: var(--fsColMainMedium2) !important;
    opacity: 1;
    text-align: center;
    border-bottom: solid;
    border-radius: 0px;
    border-width: 2px;
    border-color: var(--fsColMainDark) !important;
    -webkit-backface-visibility: hidden;
}




/* rounded image with border */
.img-roundedBorder {
    border-radius: 6px;
    border: solid;
    border-color: var(--fsColMainDark) !important;
}



/* PagedList */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            color: var(--fsColMain);
            background-color: var(--fsColWhite);
            border: 1px solid var(--fsColMainMedium);
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: var(--fsColMainLight)/*var(--fsColMainHighlighted) /*#eeeeee*/;
            color: var(--fsColMainMedium2) /*#eeeeee*/;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: var(--fsColWhite);
        cursor: default;
        background-color: var(--fsColMainLight);
        border-color: var(--fsColMainMedium2);
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: var(--fsColMainMedium2);
        cursor: not-allowed;
        background-color: var(--fsColWhite);
        border-color: var(--fsColMainLight);
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: var(--fsColWhite);
            border: 1px solid var(--fsColMainLight);
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: var(--fsColMainMedium2);
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: var(--fsColMainMedium2);
        cursor: not-allowed;
        background-color: var(--fsColWhite);
    }





.nav-tabs {
    color: white;
    border-bottom: 1px solid var(--fsColMainLight);
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background-color: var(--fsColMainLight);
}

.nav-tabs > li > a {
    color: var(--fsColMain);
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid var(--fsColMainHighlighted);
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: var(--fsColMainHighlighted); /*#eee #eee #ddd;*/
    background-color: var(--fsColMainHighlighted);
    color: var(--fsColMainHighlightedLight);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: var(--fsColWhite);
    cursor: default;
    background-color: var(--fsColMain);
    border: 1px solid var(--fsColMainHighlighted);
    border-bottom-color: transparent;
}




.btn-primary {
    color: #ffffff;
    background-color: #424242;
    border-color: #000000;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #424242;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(100, 100, 100, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #919191;
    border-color: #919191;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #919191;
    background-image: none;
    border-color: #919191;
}




.panel-primary {
    border-color: var(--fsColMainDark);
    background-color: var(--fsColMainHighlightedLight);
}

.panel-primary > .panel-heading {
    color: var(--fsColWhite);
    background-color: var(--fsColMain);
    border-color: var(--fsColMainDark);
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: var(--fsColMainDark);
}

.panel-primary > .panel-heading .badge {
    color: var(--fsColMainLight);
    background-color: var(--fsColMainLight);
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: var(--fsColMainDark);
}