﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
.badge {
    font-size: 15px;
}

html, body {
    height: 100%;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
}

h1 {
    font-size: 2em;
}

h2 {
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    overflow: hidden;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

input[type="text"] {
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.Banner {
    width: 100%;
    height: 55px;
}

.TopLeftPanel {
    width: 20%;
    padding-left: 10px;
}

.TDPT {
    color: rgb(239, 239, 239);
    font-size: 14pt;
    text-align: left;
    font-weight: bold;
    width: 200px;
    border: solid 0px #80a8c1;
    margin-top: 6px;
}

.Menu {
    padding-bottom: 0px;
    overflow: visible;
    margin: 0;
    padding-left: 10px;
}

    .Menu ul {
        list-style-type: none;
    }

    .Menu .liDesign {
        display: inline;
        margin: 0px;
        padding: 0 10 0 10;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        float: left;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .Menu .NoRightMenuLine {
        display: inline;
        margin: 0px;
        padding: 0 0 0 0;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        float: left;
        background-image: none;
        background-repeat: no-repeat;
    }

    .Menu .Selected {
        background-image: url(images/menuback.jpg);
        background-repeat: repeat-x;
    }

    .Menu li a {
        margin-top: 30px;
        color: White;
        display: block;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    .Menu ul.SubMenu {
        position: relative;
        width: 154px;
        display: none;
        left: -10px;
        padding: 10px;
        z-index: 90;
    }

    .Menu .liDesign:hover ul.SubMenu {
        display: block;
    }

    .Menu ul.SubMenu li {
        text-align: left;
        height: 31px;
        background-image: url(images/subMenu_back.png);
        background-repeat: no-repeat;
    }

        .Menu ul.SubMenu li a {
            position: relative;
            top: 7px;
            margin-top: 0px;
            margin-left: 5px;
            height: 24px;
            color: White;
            display: block;
            text-decoration: none;
            font-size: 13px;
            font-weight: bold;
        }

    .Menu ul.SubMenu .SubMenuItem:hover {
        background-image: url(images/subMenu_back_hover.png);
        background-repeat: no-repeat;
    }

    .Menu ul.SubMenu li:hover a {
        color: #FFFE8F;
    }

    .Menu ul.SubMenu .SubMenuTop {
        height: 16px;
        background-image: url(images/subMenu_Top.png);
        background-repeat: no-repeat;
    }

    .Menu ul.SubMenu .SubMenuSeparator {
        height: 2px;
        background-image: url(images/subMenu_sep.png);
        background-repeat: no-repeat;
    }

    .Menu ul.SubMenu .SubMenuBottom {
        height: 5px;
        background-image: url(images/subMenu_Bottom.png);
        background-repeat: no-repeat;
    }

.FileOverlay {
    top: 100px;
    background-color: White;
    width: 25%;
}

.filetreenode {
    background-image: url(images/actionicons/more.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    text-indent: -10000px;
}

.GreenForm {
    top: 100px;
}

    .GreenForm .Title {
        font-weight: bold;
        font-size: 18px;
        color: White;
        text-shadow: #000000 1px -1px 2px;
        top: 25px;
        left: 40px;
        position: absolute;
    }

    .GreenForm .LeftBorder {
        background-image: url(images/topleft.png);
        background-repeat: no-repeat;
        background-position: left top;
        height: 71px;
        width: 10px;
        float: left;
    }

    .GreenForm .RightBorder {
        background-image: url(images/topright.png);
        background-repeat: no-repeat;
        background-position: right top;
        height: 71px;
        width: 10px;
        float: left;
    }

    .GreenForm .MiddleTop {
        height: 71px;
        width: 1180px;
        background-image: url(images/topmiddle.png);
        background-repeat: repeat-x;
        float: left;
    }

.WhiteBackForm {
    background: none no-repeat scroll 0 0 #fff;
    border: solid 1px #cccccc;
    padding-left: 1%;
    overflow: auto;
    height: 100%;
}

.SideBarShown {
    background: none no-repeat scroll 0 0;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.GreenForm .BottomLeftBorder {
    background-image: url(images/bottomleft.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 9px;
    float: left;
}

.GreenForm .BottomRightBorder {
    background-image: url(images/bottomright.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 20px;
    width: 9px;
    float: left;
}

.GreenForm .BottomMiddle {
    height: 20px;
    width: 98%;
    background-image: url(images/bottommiddle.png);
    background-repeat: repeat-x;
    margin-left: 1%;
    padding-right: 1%;
}

.Disclaimer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: Black;
    text-align: center;
    height: 3vh;
}

    .Disclaimer a {
        color: #336633;
        text-decoration: none;
    }



.SiteBox {
    padding-top: 10px;
    width: 98%;
}

    .SiteBox .BoxTitle {
        background-image: url('images/gridtopback.jpg');
        background-repeat: repeat-x;
        height: 36px;
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        color: White;
        text-shadow: #000000 1px -1px 2px;
    }

        .SiteBox .BoxTitle .TitleText {
            top: 10px;
            left: 15px;
            position: relative;
        }

    .SiteBox .BoxBody {
        border-left: solid 1px #D5D5D5;
        border-right: solid 1px #D5D5D5;
        height: auto;
        min-height: 50px;
        position: relative;
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .SiteBox .Small {
        width: 122px !important;
    }

    .SiteBox .Large {
        width: 450px !important;
    }

    .SiteBox .Medium {
        width: 178px;
    }

    .SiteBox .BoxBody .TextFieldExtra {
        height: 22px;
        width: 100%;
        position: relative;
    }

    .SiteBox .BoxBody .TextField {
        height: 22px;
        width: 262px;
        position: relative;
    }

        .SiteBox .BoxBody .TextField input {
            font-size: 12px;
            font-weight: bold;
            color: Black;
            height: 100%;
            width: 100%;
            position: absolute;
            vertical-align: middle;
            top: 0px;
            bottom: 0px;
            right: 0px;
            left: 0px;
        }

    .SiteBox .BoxBody .TextFieldSmall {
        height: 22px;
        width: 62px;
        position: relative;
    }

        .SiteBox .BoxBody .TextFieldSmall input {
            font-size: 12px;
            font-weight: bold;
            color: Black;
            height: 100%;
            width: 100%;
            position: absolute;
            vertical-align: middle;
            top: 0px;
            bottom: 0px;
            right: 0px;
            left: 0px;
        }

    .SiteBox .BoxBody .Label {
        font-size: 12px;
        font-weight: bold;
        color: #7e7e7e;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .SiteBox .BoxBody .Content {
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }

    .SiteBox .BorderLeft {
        width: 1px;
        height: 1px;
        background-color: White;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .SiteBox .BorderRight {
        width: 1px;
        height: 1px;
        background-color: White;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .SiteBox .BoxBottom {
        position: relative;
        height: 11px;
        width: 100%;
        display: table;
    }

        .SiteBox .BoxBottom .Left {
            background-image: url(images/gridbottomleft.png);
            width: 9px;
            height: 11px;
            background-repeat: no-repeat;
            display: table-cell;
            float: left;
        }

        .SiteBox .BoxBottom .Middle {
            background-image: url(images/gridbottomback.png);
            height: 100%;
            background-repeat: repeat-x;
            display: block;
            width: 100%;
            display: table-cell;
        }

        .SiteBox .BoxBottom .Right {
            background-image: url(images/gridbottomright.png);
            width: 9px;
            height: 11px;
            background-repeat: no-repeat;
            display: table-cell;
            float: right;
        }

    .SiteBox .BoxBottomSmaller {
        position: relative;
        height: 11px;
        width: 100%;
        display: table;
    }

        .SiteBox .BoxBottomSmaller .LeftSmaller {
            background-image: url(images/gridbottomleft.png);
            width: 9px;
            height: 11px;
            background-repeat: no-repeat;
            display: table-cell;
            float: left;
        }

        .SiteBox .BoxBottomSmaller .MiddleSmaller {
            background-image: url(images/gridbottomback.png);
            height: 100%;
            background-repeat: repeat-x;
            display: block;
            width: 100%;
            display: table-cell;
        }

        .SiteBox .BoxBottomSmaller .RightSmaller {
            background-image: url(images/gridbottomright.png);
            width: 9px;
            height: 11px;
            background-repeat: no-repeat;
            display: table-cell;
            float: right;
        }

.PagingHeaderDiv {
    position: relative;
    right: 20px;
    cursor: pointer;
    float: right;
}

.PagingTitle {
    position: relative;
    bottom: 4px;
    font-size: 12px;
    cursor: auto;
}

.DashboardSummary {
    position: relative;
    float: left;
    cursor: pointer;
}

.DashboardSummaryTitle {
    position: relative;
    cursor: auto;
    margin-right: 5px;
}

.DashboardSummaryArrow {
    width: 16px;
    height: 14px;
}

.DashboardViewsMenu {
    width: 155px;
    position: absolute;
    top: 26px;
    left: -15px;
    display: none;
    font-size: 12px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #2c2c2c;
    text-align: center;
    z-index: 99;
}

.DashboardViewItemDiv {
    width: 100%;
    height: 30px;
    cursor: pointer;
}

.DashboardViewItemDivSelected {
    width: 100%;
    height: 30px;
    background-image: url(images/SubPage/tablinkhoverback.jpg);
    background-repeat: repeat-x;
    color: #fffe8f;
    cursor: pointer;
}

.DashboardViewItemDivText {
    position: relative;
    top: 5px;
}

.DashboardViewItemDiv:hover {
    background-image: url(images/SubPage/tablinkhoverback.jpg);
    background-repeat: repeat-x;
    color: #fffe8f;
    cursor: pointer;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.PagingPanelDiv {
    height: 120px;
    width: 140px;
    position: absolute;
    top: 25px;
    right: -5px;
    display: none;
    font-size: 12px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background-color: black;
    text-align: center;
    z-index: 105;
}

.PageItemDiv {
    width: 100%;
    cursor: pointer;
}

    .PageItemDiv:hover {
        color: #FFFE8F;
    }

/*Default CSS for pan containers*/
.pancontainer {
    position: relative; /*keep this intact*/
    overflow: hidden; /*keep this intact*/
    width: 300px;
    height: 300px;
    border: 1px solid black;
}

.tdNoBorder {
    border: 0;
}

.highlight {
    background-color: #DFDFDF;
}

/*---dragable list stylings--*/
#AvailableFields, #ChosenFields {
    overflow: auto;
    max-height: 600px;
    width: 380px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 2px;
    float: left;
}

    #AvailableFields li, #ChosenFields li {
        margin: 0 2px 2px 2px;
        padding: 2px;
        font-size: 10pt;
        width: 350px;
    }

/*--- Land Allocation Module ---*/
.deleteIcon {
    background-image: url(images/delete.png);
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-style: none;
    cursor: pointer;
}


.FilePlotText {
    color: gray;
}

.FilePlotTextFocus {
    color: Black;
    border: 2px solid #AA88FF;
}

.DefaultValueStyle {
    color: Gray;
    font-style: italic;
    width: 150px;
}

.SearchButton {
    border-style: none;
    width: 70px;
    height: 30px;
}

.testtable {
    width: 100%;
}
/*--- table hover a row ---*/
.table-hover tbody tr:hover td {
    background-color: #eeeeaa;
}

select option:disabled {
    color: Gray;
    font-style: italic;
    width: 150px;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 1em 1em 1em 1em;
    border-radius: 5px;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left;
    width: auto;
    margin-bottom: 0px;
    border-bottom: 0px;
}
/*----------------------*/
/*--- Navigation Menu Design ---*/
.liDesign {
    font-size: larger;
    font-weight: bold;
}
/*orange NavBar*/
.navbar-orange {
    background-color: #9C9A40;
    color: #757330;
    border-radius: 0;
}

    .navbar-orange .navbar-nav > li > a {
        color: #ecf0f1;
    }

        .navbar-orange .navbar-nav > li > a:hover, .navbar-orange .navbar-nav > .active > a:hover, .navbar-orange .navbar-nav > .active > a:focus, .navbar-orange .navbar-nav > .active > a, .navbar-orange .navbar-nav > li > a:focus {
            text-decoration: none;
            color: #ecf0f1;
            background-color: #757330;
        }

    .navbar-orange .navbar-nav > .open > a {
        text-decoration: none;
        color: #ecf0f1;
        background-color: #9C9A40;
    }

    .navbar-orange .navbar-nav .open .dropdown-menu > li > a {
        color: #ecf0f1;
        background-color: #9C9A40;
        border-color: transparent;
    }

        .navbar-orange .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-orange .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ecf0f1;
            background-color: #757330;
            border-color: transparent;
        }

    .navbar-orange .navbar-nav .open .dropdown-menu {
        border: 1px solid black;
        background-color: #9C9A40;
    }

    .navbar-orange .navbar-brand {
        color: #ecf0f1;
    }

    .navbar-orange .navbar-toggle {
        background-color: #757330;
    }

    .navbar-orange .icon-bar {
        background-color: #ecf0f1;
    }
/*inverse nav bar */
.navbar-inverse .navbar-nav .open .dropdown-menu {
    border: 2px solid black;
}
/*red NavBar*/
.navbar-red {
    background-color: #e86507;
    color: #d2691e;
    border-radius: 0;
}

    .navbar-red .navbar-nav > li > a {
        color: #ecf0f1;
    }

        .navbar-red .navbar-nav > li > a:hover, .navbar-red .navbar-nav > .active > a:hover, .navbar-red .navbar-nav > .active > a:focus, .navbar-red .navbar-nav > .active > a, .navbar-red .navbar-nav > li > a:focus {
            text-decoration: none;
            color: #ecf0f1;
            background-color: #d2691e;
        }

    .navbar-red .navbar-nav > .open > a {
        text-decoration: none;
        color: #ecf0f1;
        background-color: #e86507;
    }

    .navbar-red .navbar-nav .open .dropdown-menu > li > a {
        color: #ecf0f1;
        background-color: #e86507;
        border-color: transparent;
    }

        .navbar-red .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-red .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ecf0f1;
            background-color: #d2691e;
            border-color: transparent;
        }

    .navbar-red .navbar-nav .open .dropdown-menu {
        border: 1px solid black;
        background-color: #e86507;
    }

    .navbar-red .navbar-brand {
        color: #ecf0f1;
    }

    .navbar-red .navbar-toggle {
        background-color: #d2691e;
    }

    .navbar-red .icon-bar {
        background-color: #ecf0f1;
    }

.btn-secondary {
    background-color: #BCBCBE;
    border-color: #7d7e80;
    color: black;
}

.btn-light {
    border-color: #7d7e80;
}

.btn-lightgray {
    border-color: #c0c0c0;
    background-color: #e0e0e0;
}

.btn-secondary:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    color: #ccc;
}

.btn-light:disabled {
    border-color: #7d7e80;
    cursor: not-allowed;
    opacity: 0.65;
    color: #000;
}

button:disabled, input:disabled {
    cursor: not-allowed;
}

.fa-2x {
    font-size: 1.35rem;
}

.dropdown-toggle {
    border-color: #ced4da;
}

.form-control *, .form-control > *, .form-control, .ckbxcontainer {
    font-size: 0.9rem;
}

.table td {
    padding: .4rem;
}

.table > *, table > * {
    font-size: 0.85rem;
}

#waitingModal {
    z-index: 1000000000;
}

td.alert-success {
    color: Black;
}

caption.featureInfo {
    display: none;
}

.tutorialImage {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dashboardSquare {
    margin-right: 8px;
    font-size: 15px;
    width: 18px;
    line-height: 1.471;
}

.dashboardSquareSpan {
    font-size: 0.8rem;
    line-height: 28px;
}
/*  Map Viewer  */
.legendLabel {
    display: block;
    padding-left: 15px;
    text-indent: 0px;
}

.legendCkbx {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
}

.custom-select {
    cursor: pointer;
}

.btnIcon {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0.45rem;
    padding-left: 0.7rem;
}

.labelText {
    font-size: 14px;
}

.ol-scale-line {
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    bottom: 8px;
    left: 8px;
    padding: 2px;
    position: absolute;
}

.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}

#scale-bar-container {
    width: 10cm;
    height: 1cm;
    text-align: left;
    position: absolute;
    left: 2%;
    bottom: 2%;
    z-index: 10;
}

#ScaleBar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px black solid;
    border-right-width: 0px;
    transition: width 0.25s ease-in-out;
}

#ScaleLabel {
    transition: width 0.25s ease-in-out;
}

.scale-step {
    border-right: 1px black solid;
    height: 7px;
    width: 25%;
}

#scale-bar-label {
    text-align: center;
    float: right;
    font-size: 13px;
}

#scale-bar-label:after {
    content: 'm';
    margin-left: 5px;
    position: absolute;
}

#scale-bar-label-0 {
    text-align: left;
    float: left;
    font-size: 13px;
}
@media print {
	@page {
 		size: 99012 Large Address;
 	} 
}
