﻿:root {
    --lime: #c8d219;
    --green: #00463c;
    --white: #ffffff;
    --off-white: #eeeeea;
    --black: #0f0f0f;
    --ink: #2b3a36; /* soft green-tinted body text */

    --lime-faint: rgba(200, 210, 25, 0.12);
    --green-faint: rgba(0, 70, 60, 0.02);
    --green-mid: rgba(0, 70, 60, 0.05);
    --grid-minor: 1.04vw; /* 20px @ 1920 */
    --grid-major: 5.2vw; /* 100px @ 1920 */
    /* Bottom clearance so content never tucks under the protruding tabs.
       The rem floor keeps a safe gap on smaller/shorter monitors where vw
       shrinks. */
    --tabs-clear: max(4.5vw, 3.25rem);
    /* Shared fade-in/out timing for page content, corner badge and gallery */
    --fade: 0.45s;
    --fade-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --font-header: 'Barlow Condensed', sans-serif; /* major titles            */
    --font-topic: 'Barlow', sans-serif; /* secondary titles        */
    --font-text: 'Calibri', 'Calibri Regular', sans-serif; /* body text   */
    --font-mono: 'DM Mono', monospace; /* technical / labels      */
    /* Legacy aliases */
    --font-main: var(--font-text);
    --font-display: var(--font-header);
}



body {
    margin: 0;
    background-color: #c2c2c2;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: small;
}

#wrapper {
    padding: 0;
    width: 100%;
    margin: 0;
}
/* Header Section */
#headerWrapper {
    width: 100%;
    background-color: #339933;
    height: 80px;
    border: 0;
    padding: 0;
    margin: 0;
}

.breadcrumb > span > span > li, .breadcrumb > span > span, .breadcrumb > span {
    display: inline-block;
    border-radius: 4px;
    margin-top: 0;
    font-size: small;
    padding: 0;
}

.breadcrumb, .breadcrumb a, .breadcrumb ul, .breadcrumb ul:hover, .breadcrumb li, .breadcrumb li:hover {
    margin: 0 5px;
    float: right;
    color: white;
    padding: 0 !important;
    background: none !important;
}

    .breadcrumb a:hover {
        text-decoration: underline;
        background: none;
    }

#header {
    margin: 0 auto 0 auto;
}

.logo {
    position: relative;
    display: block;
    overflow: visible;
    width: 173px;
    height: 80px;
    z-index: auto;
    visibility: visible;
    float: left;
    vertical-align: central;
    background-color: white;
}

.login {
    float: right;
    font-size: small;
    height: 25px;
    text-align: right;
    color: white;
}

    .login a, a:visited {
        color: white;
    }


/* Main Content */

#contentWrapper {
    border-style: none;
    border-width: 0;
    margin: 0;
    background-color: #c2c2c2;
    position: relative;
    padding: 0;
}

#content {
    margin: 0 auto 0 auto;
    border-style: hidden;
    border-width: 0;
    /*background-color: #2BAC2B;*/
    min-height: 705px;
}
#content {
    background-color: var(--white);
    background-image: linear-gradient(var(--green-mid) 1px, transparent 1px), linear-gradient(90deg, var(--green-mid) 1px, transparent 1px), linear-gradient(var(--green-faint) 1px, transparent 1px), linear-gradient(90deg, var(--green-faint) 1px, transparent 1px);
    background-size: var(--grid-major) var(--grid-major), var(--grid-major) var(--grid-major), var(--grid-minor) var(--grid-minor), var(--grid-minor) var(--grid-minor);
    background-position: center center;
    color: var(--green);
}
h1 {
    font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

#content p {
    text-align: left;
    font-size: 100%;
    line-height: 1.6em;
}

#content ul {
    font-size: 90%;
    line-height: 1.6em;
}

#footerWrapper {
    background-color: var(--green);
    margin: 0;
    padding: 0;
}

#footer {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}



.orange {
    width: 100px;
    height: auto;
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}

    .orange p {
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
    }

    .orange:hover {
        background: #f47c20;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        background: -moz-linear-gradient(top, #f88e11, #f06015);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }

    .orange:active {
        color: #fcd3a5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
        background: -moz-linear-gradient(top, #f47a20, #faa51a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    }

#RoleCheckBoxListWrapper {
    width: 200px;
    text-align: left;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


.DisplayDesc {
    width: 350px;
    text-align: left;
}

.DisplayDiv {
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
}

.gridtext {
    white-space: nowrap;
}

    .gridtext table {
        white-space: nowrap;
    }

    .gridtext tr {
        white-space: nowrap;
    }

    .gridtext td {
        white-space: nowrap;
    }

    .gridtext th {
        white-space: nowrap;
    }

.TBcontainer {
    display: table;
    min-width: 550px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.TBrow {
    display: table-row;
    width: auto;
}

.TBleft, .TBright, .TBmiddle, .TBmiddleSpace, .TBmiddle50 {
    display: table-cell;
    min-height: 17px;
    padding: 1px;
}

.tbspan {
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding: 1px 1px;
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    background: -ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    text-shadow: 1px 1px 0 #ffffff;
    -webkit-box-shadow: inset 1px 1px 0 0 #ffffff;
    -moz-box-shadow: inset 1px 1px 0 0 #ffffff;
    box-shadow: inset 1px 1px 0 0 #ffffff;
    min-width: 15px;
    min-height: 15px;
}

.TBmiddle {
    min-width: 200px;
    width: 200px;
}

.TBmiddleSpace {
    max-width: 10px;
}

.TBmiddle50 {
    max-width: 50px;
    min-width: 40px;
}

.TBright {
    text-align: right;
    min-width: 150px;
}

.TBleft {
    text-align: left;
    min-width: 150px;
    padding-left: 3px;
}

.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.ajax-loader {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}
/*Fix Bootstrap*/
form .row > [class*="col-"] {
    margin-bottom: 0.3%;
}

.form-group {
    margin-bottom: 1% !important;
}

.form-inline .form-control {
    margin-bottom: 1%;
}

/*Fix Choosen height*/
.chosen-container {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.chosen-single {
    height: 30px !important;
}
.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }

.checkbox label input[type="checkbox"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }
@media (min-width: 1400px) {
    .container {
        width: 1352px;
    }
}