﻿html {
    background-color: #66CCFF;
    background-image: url('/images/background.gif');
    background-attachment: fixed;
    background-repeat: repeat-x;
}

body {
    font-size: small;
    color: #000000;
    font-family: Tahoma;
}

h1 {
    border: 1px solid #000000;
    padding: 3px;
    font-family: 'Trebuchet MS';
    font-size: medium;
    font-weight: bold;
    color: white;
    background-image: url('/images/h1.jpg');
    background-repeat: repeat-x;
}

input {
    border-right: #a52a2a 1px solid;
    border-top: #a52a2a 1px solid;
    font-size: 12px;
    border-left: #a52a2a 1px solid;
    border-bottom: #a52a2a 1px solid;
    font-family: Verdana;
    height: 20px;
    background-image: url('/images/textbg.gif');
    background-repeat: repeat-x;
    border-color: #3399FF;
}

    input.button {
        border-right: black 1px solid;
        border-top: black 1px solid;
        background-image: url('/images/buttonbg.gif');
        border-left: black 1px solid;
        border-bottom: black 1px solid;
        height: 30px;
        background-repeat: repeat-x;
        font-weight: bold;
        color: white;
        font-family: Arial;
    }

fieldset {
    background-image: url('/images/fieldsetbg.gif');
    background-repeat: repeat-x;
    background-color: #fff;
    -moz-border-radius: 10px;
    border: 1px solid #828282;
    margin: 10px 0;
    padding: 15px 10px;
}

legend {
    background-image: url('/images/subcommandbar.gif');
    background-repeat: repeat-x;
    -moz-border-radius: 7px;
    border: 1px solid #3399FF;
    padding: 3px 5px;
    font-family: 'Trebuchet MS';
    font-size: small;
}

.sublegend {
    background-image: none;
}

.spanshinygreen {
    border: 1px solid #000000;
    padding: 3px;
    font-family: 'Trebuchet MS';
    font-size: medium;
    font-weight: bold;
    color: white;
    background-image: url('/images/h1.jpg');
    background-repeat: repeat-x;
}

.collapseheader {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #70C272;
    padding: 3px;
    font-family: 'Trebuchet MS';
    font-size: medium;
    font-weight: bold;
    color: white;
    background-image: url('/images/collapseheader.gif');
    background-repeat: repeat-x;
}

.collapsecontent {
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #494949;
    background-color: White;
}

.collapseheader a {
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    color: #494949;
    position: relative;
    left: 10px;
}

div.pagebody {
    padding: 10px;
    width: 95%;
    height: 100%;
    margin: 30px 5px 30px 15px;
    background-color: #C9E9FF;
    border: 1px solid #4486BB;
    position: relative;
    top: -20px;
    min-height: 250px;
}

div.subcommandbar {
    border: 1px solid #4079BF;
    background-image: url('/images/subcommandbar.gif');
    background-repeat: repeat-x;
    float: left;
    padding: 8px 5px;
}

div.secondcommandbar {
    background-image: url('/images/collapseheader.gif');
    background-repeat: repeat-x;
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #70C272;
    float: left;
    padding: 8px 5px;
    margin-left: 10px;
}

fieldset.addDocument {
    margin: 0;
    padding: 0;
    background-image: none;
    border: 1px solid #828282;
    width: 400px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 15px 10px;
}

legend.addDocument {
    background-image: none;
    -moz-border-radius: 7px;
    border: solid 1px #70C272;
    padding: 3px 5px;
    font-size: 12px;
}

div.infobar {
    border: 1px solid #00B000;
    background-color: #BBFFBD;
    width: 100%;
}

div.errorbar {
    background-color: #FFB0B0;
    border: 1px solid #FF5B5B;
}

div.selectcolour {
    width: 1000px;
    height: 100px;
    border: 1px solid #000000;
}

/* Layout */

.clear {
    clear: both;
}

.hidden {
    display: none;
}

/***********************/
/***    TABLES     *****/
/***********************/

table.data {
    background: #fff;
    border: 1px solid #000000;
    border-right: 0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}

th {
    background: #f2f2f2;
    border: 1px solid #bbb;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
}

    th a {
        background: #f2f2f2;
        display: block;
        padding: 2px 4px;
        text-decoration: none;
    }

        th a:hover {
            background: #000000;
            color: #333;
            text-decoration: none;
        }

table.data tr td {
    background: #fff;
    border-right: 1px solid #000000;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}

table.data tr.altrow td {
    background: #f4f4f4;
}

td.actions {
    text-align: center;
    white-space: nowrap;
}

    td.actions a {
        margin: 0px 6px;
    }

/**													Div table layout														**/
/** =====================================================================================================================   **/

.datarow {
}

.rendergroup {
    display: inline-block;
}

.datasection {
    overflow: visible;
    display: block;
    font-size: x-small;
}

    .datasection .datablock {
        float: left;
        padding-bottom: 3px;
    }

    .datasection .lefttitle {
        float: left;
        width: 100px;
        clear: right;
        color: #535353;
    }

    .datasection .datablock .leftdata {
        float: left;
        width: 230px;
    }

    .datasection .datablock .middletitle {
        float: left;
        width: 100px;
        color: #535353;
    }

    .datasection .datablock .middledata {
        float: left;
        width: 230px;
    }

    .datasection .datablock .righttitle {
        float: left;
        width: 100px;
        color: #535353;
    }

    .datasection .datablock .rightdata {
        float: left;
    }

.renderleft {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

    .renderleft .dataholder {
        display: inline-block;
        float: left;
        margin-right: 30px;
    }

    .renderleft .title {
        display: inline-block;
    }

    .renderleft .data {
        display: inline-block;
        font-weight: bold;
    }

.renderright {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

    .renderright .dataholder {
        display: inline-block;
        float: left;
        margin-right: 30px;
    }

    .renderright .title {
        display: inline-block;
    }

    .renderright .data {
        display: inline-block;
        font-weight: bold;
    }

.contactentry {
    display: block;
    clear: both;
}

/* Header details */
.header {
    display: flex;
}

.header__home {
    width: 100px;
    height: 100px;
    display: inline-block;
}

    .header__home img {
        width: 100%
    }

    .header__home a {
        display: block;
        height: 100%;
    }

.header__banner {
    width: 34rem;
    height: 100px;
    display: inline-block;
}

    .header__banner img {
        width: 100%
    }

.header__search {
    width: 22rem;
    height: 100px;
    display: inline-block;
    margin-left: 1rem
}

    .header__search .navroundedfg {
        background: #FFFFFF;
        padding: 0.2rem 0.5rem;
        border-radius: 5px
    }

/* to be implemented elsewhere */
div.opaque {
    width: 100%;
    height: 100%;
    margin: 30px 50px;
    background-color: #ffffff;
    border: 1px solid black; /* for IE */
    filter: alpha(opacity=60); /* CSS3 standard */
    opacity: 0.6;
}

a {
    text-decoration: underline;
    color: #377d9f;
}

    a:hover {
        color: #003d4c;
        text-decoration: none;
    }

    a img {
        border: none;
    }

div.icon {
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    div.icon a {
        display: block;
        float: left;
        height: 50px;
        width: 80px;
        color: #666;
        vertical-align: middle;
        text-decoration: none;
    }

.hidden {
    display: none;
}

.linkbutton {
    border-right: black 1px solid;
    border-top: black 1px solid;
    background-image: url('/images/buttonbg.gif');
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 30px;
    background-repeat: repeat-x;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 5px;
}

#defaultMap {
    height: calc(100vh - 18rem);
}

.hover_icon {
    position: fixed;
    top: 260px;
}

.ajax__tab_default .ajax__tab_tab {
    overflow: unset !important;
}

body {
    background-color: unset !important;
}

.plotMap {
    height: 40vh;
    width: 100%;
}

.plotMap__label {
    padding: 0;
    font-size: 8pt;
}

    .plotMap__label::before {
        display: none;
    }

    .plotMap__label.leaflet-tooltip-right {
        margin-left: 0;
    }

    .plotMap__label.left {
        margin-right: 0;
    }

.mapPlots {
    height: 71vh;
    width: 100%;
}

.mapPlots__fullHeight {
    height: calc(100vh - 30px) !important;
}

.publicMap_legend {
 height:30px;
 padding: 5px;
 background-color: #fff;
}

.mapCustomButton {
    background-color: #fff;
    padding: 5px;
    border: 3px solid #efefef;
}

    .mapCustomButton .fas, .fa-solid {
        font-size: 20pt;
    }

    .mapCustomButton:hover {
        background-color: #efefef;
    }

.googleMap__filter {
    background-color: #fff;
    position: fixed;
    display: none;
    width: 700px;
    font-size: 10px;
    z-index: 99999999;
    top: 100px;
    left: calc(50% - 350px);
    padding: 25px;
    border: 1px solid #333;
    z-index: 2147483647;
}

.googleMap__heading--title {
    font-size: 20px;
    font-weight: bold;
}

.googleMap__filter-hide {
    text-decoration: none;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
}

    .googleMap__filter-hide:hover {
        text-decoration: none;
    }

.googleMap__body h3 {
    color: #58585A;
    font-weight: normal;
    font-size: 2em;
}

.legend {
    display: flex;
    min-height: 1rem;
    justify-items: center;
    justify-content: center;
}

.legend--item {
    width: 10rem;
    display: inline-flex;
}

.legend--item__color {
    display: block;
    width: 1.5rem;
    margin-right: 0.3rem
}