﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
}

/* 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;
}

.newwidget {
    cursor: pointer;
}

.PortalMessage {
    margin-bottom:-15px;
    padding-top:15px;
}

.PortalMessage a {
    padding-top: 10px;
    color:orangered;
}

.collapsepanel {
    cursor: pointer;
}

.hiddenblock {
    display: none;
}

.hide {
    visibility: hidden;
    display: block;
}

.errortext {
    font-size: 0.8em;
    font-weight: 400;
    display: block;
    color: red;
}

.successtext {
    font-size: 0.8em;
    font-weight: 400;
    display: block;
    color: blue;
}

.validation_warning {
     background: url('./Images/caution_small.png') no-repeat center right #fff !important;
    border: 1px solid #f39c12 !important;
    border-radius: 5px;
}

table.validation_warning {
    background: url('./Images/caution.png') no-repeat center right !important;
}

    table.validation_warning td {
        padding-right: 20px;
    }

.validation_error {
    background: url('./Images/danger_small.png') no-repeat center right #fff;
    border: 1px solid red !important;
    border-radius: 5px;
}

table.validation_error {
    background: url('./Images/danger_small.png') no-repeat center right;
}

    table.validation_error td {
        padding-right: 20px;
    }

.validation_success {
    background: url('./Images/apply_small.png') no-repeat center right #fff;
    border: 1px solid green;
    border-radius: 5px;
}

span.validation_success {
    background: url('./Images/apply_small.png') no-repeat center right;
    padding-right: 25px;
    border: none;
}

a.validation_success {
    background: url('./Images/apply_small.png') no-repeat center right;
    border: none;
    display: block;
}

table.validation_success {
    background: url('./Images/apply_small.png') no-repeat center right;
}

    table.validation_success td {
        padding-right: 20px;
    }

.slim-panel-body {
    padding: 2px;
}

.dialogiframe {
    border: 1px solid gray;
    overflow: scroll;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: white;
}

footer {
    display: none;
}

.firstcolbold tr td:first-child {
    font-weight: bold;
}

.firstcolnotbold tr td:first-child {
    font-weight: normal;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    font-size: smaller;
}

a.searchtitle, a.searchtitle:link, a.searchtitle:active, a.searchtitle:visited {
    text-decoration: none;
    cursor: pointer;
    color: #1a0dab;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}

    a.searchtitle:hover {
        text-decoration: underline;
    }

.searchlocation {
    color: #006621;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.searchlocationdescription {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.searchdescription {
    color: #545454;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    margin-bottom: 8px;
    word-wrap: break-word;
    width: 528px;
}

.leftblock {
    text-align: left !important;
    display: block;
}

.headerbar-controls {
    cursor: default;
    font-size: small;
    padding: 0;
}

.username {
    padding-left: 10px;
    padding-right: 10px;
}

.bold {
    font-weight: bold !important;
}

.full-width {
    width: 100% !important;
}

input.full-width {
    box-sizing: border-box;
    width: 100% !important;
}

.smaller {
    font-size: smaller;
}

.darkgreen {
    color: darkgreen;
}

.darkorange {
    color: darkorange;
}

.red {
    color: red;
}

.nowrap {
    white-space: nowrap;
}

table.nowrap td {
    white-space: nowrap;
}

tr.currentrow > td {
    background-color: #EEEFBD;
}

.nopadding {
    padding: 0 !important;
}

.inline {
    display: inline;
}

.small-control {
    padding: 0 5px;
    height: auto;
}

.notebubble {
    font-size: large;
    cursor: pointer;
}

#feedback {
    position: fixed;
    top: 75%;
    left: 0;
    height: 100px;
    width: 25px;
    z-index: 100;
    cursor: pointer;
    box-shadow: 0 0 7px black;
}

    #feedback > a {
        margin: 0;
        padding: 0;
    }

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.partialsave:after {
    content: "*";
    font-weight: bold;
    color: #3498db;
}

.sortabletable td {
    vertical-align: top;
}

.aligntop td {
    vertical-align: top;
}

.alignmiddle {
    vertical-align: middle !important;
}


.sortablewidgets {
    list-style-type: none;
    margin: 0;
    float: left;
    margin-right: 50px;
    background: #eee;
    padding: 15px;
    width: auto;
    min-width: 200px;
    min-height: 100px;
    border: 1px inset;
}

    .sortablewidgets li {
        width: auto;
        margin: 5px;
        padding: 10px;
        cursor: move;
        white-space: nowrap;
    }

.sortablefields, .sortablegroupbyfields {
    list-style-type: none;
    margin: 0;
    float: left;
    margin-right: 50px;
    background: #eee;
    padding: 15px;
    width: 645px;
    border: 1px inset;
}

    .sortablefields li, .sortablegroupbyfields li { 
        margin: 3px 3px 3px 0;
        padding: 1px;
        float: left;
        width: 200px;
        height: 28px;
        text-align: center;
        cursor: move;
    }

.selectedfields {
    width: 250px;
    min-height: 100px;
}

.groupbyfields {
    width: 250px;
    min-height: 100px;
}

.orderbyfields {
    width: 250px;
}

#close, .navbar, footer {
    display: none;
}

.forcebreak {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

table a.nounderline, .table a.nounderline {
    text-decoration: none;
}

.environmentheader {
    position: relative;
    top: 0px;
    height: 30px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    text-align: center;
    padding: 3px;
    background-color: #FBDE7E;
    color: #114884;
    font-size: larger;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.topenvironmentheader {
    position: fixed;
    top: 0px;
    height: 18px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    background-color: #FBDE7E;
    color: #114884;
    font-size: smaller;
    font-weight: bold;
    z-index: 9999;
}

.environmentfooter {
    position: fixed;
    bottom: 0px;
    height: 18px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    background-color: #FBDE7E;
    color: #114884;
    font-size: smaller;
    font-weight: bold;
    z-index: 9999;
}

.orderable {
    cursor: move;
}

.highlightedrow {
    background-color: lightblue !important;
}

.highlightedlocation {
    font-weight: bold;
    background-color: lightblue;
}

.liveupdatepaneltemplate {
    display: none;
}

.liveupdatepanel, .previewpanel {
    border: 1px solid black;
    padding: 5px;
    background: #ddd;
    width: 100%;
}

.preview-title {
    position: relative;
    top: -15px;
    background: #ccc;
    font-weight: bold;
    color: navy;
    border: 1px solid black;
    padding: 2px 5px;
}

.liveupdatehighlight {
    background-color: yellow !important;
}

.validationdescription {
    background-color: lightpink !important;
}

.DialogTitle, .DialogMapTitle {
    font-weight: bold;
    text-align: center;
}

#loader, #loader-main {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    text-align: center;
}

    #loader img, #loader-main img {
        padding-top: 70px;
        margin-left: -20px;
    }

#loader-main {
    display: none;
}

#loader-large, #loader-large-main {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    text-align: center;
}

    #loader-large img, #loader-large-main img {
        padding-top: 200px;
        margin-left: -20px;
    }

#zoomMessage {
    z-index: 999;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 170px;
    background-color: lightgray;
    opacity: 0.9;
    font-size: large;
    font-weight: bold;
}

.thinborder {
    border: 1px groove #aaa;
    padding: 5px;
    border-radius: 5px;
}

.helpbtn {
    cursor: pointer;
}

.color1 {
    background-color: #FAB900;
}

.color2 {
    background-color: #90BB23;
}

.color3 {
    background-color: #EE7008;
}

.color4 {
    background-color: #1AB39F;
}

.color5 {
    background-color: #BB78FF;
}

.gray {
    background-color: lightgray;
}

.specialconditions ul {
    display: block;
    list-style-type: disc;
}

.progresscontainer {
    background-color: #2c3e50;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    display: table;
}

.smallmargintop {
    margin-top: 5px;
}

.helplink-title {
    position: relative;
    top: -28px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.table-calendar td {
    width: 100px;
    height: 100px;
}

    .table-calendar td a {
        color: black;
    }

.current-agreement {
    background-color: lightblue;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 3px;
    font-size: small;
}

.potential-conflict {
    background-color: lightpink;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 3px;
    font-size: small;
}

.other-agreement {
    background-color: lightgreen;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 3px;
    font-size: small;
}

.month {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: larger;
}

.datepicker, .datepickerstart, .datepickerend, .datetimepicker, .datetimepickerstart, .datetimepickerend {
    background-image: url('./Images/calendar.png');
    background-position: right center;
    background-repeat: no-repeat; 

}

.HelpTextoverlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.HelpTextloading {
    position: absolute;
    top: 40%;
    left: 40%;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

/* BEGIN Bootstrap Overrides*/
.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-content {
    background-color: #99BEFF;
}

.white {
    background-color: white !important;
}

.regular-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 15px;
}

.container-fluid {
    margin-bottom: 10px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
    z-index: 1030;
}

.dropdown-menu li, .dropdown-menu li a {
    text-align: left;
    color: black;
}

.close {
    opacity: 1.0;
}

.well {
    background-color: #DCEBF9;
    border: 1px outset black;
}

    .well table {
        background: white;
    }

.modal-dialog {
    margin: 20px auto;
}

.span-button {
    cursor: pointer;
}

.dropdown-menu > li > a {
    cursor: pointer;
}

.progress {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .progress .progress-bar {
        font-size: 14px;
        line-height: 20px;
    }

.panel-body input[type=text], .panel-body textarea {
    border: 2px solid #aaa;
    border-radius: 5px;
}

.navbar-fixed-top {
    min-width: 1045px;
}

.navbar-form {
    box-shadow: none;
}

.noclipping {
    overflow: visible !important;
}

.modal {
    padding-right: 0 !important;
}

.nav-tabs > li.active > a {
    background-color: #95a5a6;
}

.nav-tabs > li.active > a:hover {
    color: black;
    background-color: #798D8F;
}

.setspecialconditions .nav-tabs > li.active > a, .setspecialconditions .nav-tabs > li.active > a:hover, .setspecialconditions .nav-tabs > li.active > a:focus {
    border-color: black black transparent;
    font-weight: bold;
}

.setspecialconditions .nav-tabs > li > a {
    border: 1px solid lightgray;
    border-bottom: 1px solid black;
}

.setspecialconditions .nav-tabs {
    border-bottom: 1px solid black;
}

/* Fix for Esri map tooltips */
#mapDiv > .tooltip {
    opacity: 1;
}

.nav > li > a {
    padding: 7px 15px;
}

/* END Bootstrap Overrides*/


/* BEGIN DataTables Overrides*/
.dataTables_filter input {
    border: 1px solid gray;
}
/* END DataTables Overrides*/


/* BEGIN JQuery UI Overrides*/
.ui-dialog > * {
    font-size: small;
}

.ui-widget > * {
    font-size: small;
}

.ui-dialog-content a{
    text-decoration:underline;
    color:dodgerblue;
}
/* END JQuery UI Overrides*/

/* BEGIN Mini-Notification Styles */

#mini-notification {
    left: 0;
    display: none;
    position: fixed;
    cursor: pointer;
    width: 100%;
    background: black;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid black;
    z-index: 99999;
    padding: 5px;
    color: white;
    font-weight: bold;
    -moz-box-shadow: 0 0em 0.5em rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0em 0.5em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0em 0.5em rgba(0, 0, 0, 0.3);
}

    #mini-notification .inner {
        position: relative;
        width: 800px;
        margin: 0 auto;
        padding-right: 60px;
    }


    #mini-notification .close {
        position: absolute;
        color: #000;
        top: 10px;
        right: 0;
    }

    #mini-notification a.close:hover {
        text-decoration: underline;
    }

/* END Mini-Notification Styles */





/* BEGIN Custom Progress Bar Styles */
/* http://ericheikes.com/creating-a-progress-bar-with-css/ */

ol.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    cursor: default;
    counter-reset: li;
}

    ol.steps li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        text-align: center;
        color: #3a3a3a;
        background: #dae4eb;
        position: relative;
        margin-left: 43px;
    }

        ol.steps li:after {
            position: absolute;
            top: 50%;
            left: 100%;
            content: " ";
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid transparent;
            border-left-color: #dae4eb;
            border-width: 19px;
            margin-top: -19px;
        }

        ol.steps li:first-child {
            margin-left: 0;
        }

            ol.steps li:first-child span.step {
                padding: 9px;
            }

                ol.steps li:first-child span.step:after {
                    border: none;
                }

        ol.steps li:last-child:after {
            border-width: 0;
        }

        ol.steps li span.step {
            display: block;
            padding: 9px 9px 9px 0px;
        }

            ol.steps li span.step:after {
                position: absolute;
                top: 50%;
                right: 100%;
                content: " ";
                height: 0;
                width: 0;
                pointer-events: none;
                border: solid #dae4eb;
                border-left-color: transparent;
                border-width: 19px;
                margin-top: -19px;
            }

            ol.steps li span.step:before {
                content: counter(li) ") ";
                counter-increment: li;
            }

    ol.steps > li {
        float: left;
    }

    ol.steps li.current {
        color: #fff;
        background: #7b7b7b;
    }

        ol.steps li.current:after {
            border-left-color: #7b7b7b;
        }

        ol.steps li.current span.step:after {
            border-color: #7b7b7b;
            border-left-color: transparent;
        }

    ol.steps li.step1 {
        z-index: 9;
    }

    ol.steps li.step2 {
        z-index: 8;
    }

    ol.steps li.step3 {
        z-index: 7;
    }

    ol.steps li.step4 {
        z-index: 6;
    }

    ol.steps li.step5 {
        z-index: 5;
    }

    ol.steps li.step6 {
        z-index: 4;
    }

    ol.steps li.step7 {
        z-index: 3;
    }

    ol.steps li.step8 {
        z-index: 2;
    }

    ol.steps li.step9 {
        z-index: 1;
    }

    ol.steps li.step10 {
        z-index: 0;
    }

/* END Custom Progress Bar Styles */


/* BEGIN Map Gallery Styles */

.ContextItem {
        background-color: white;
        color: black;
        font-weight: normal;
        padding: 1px 5px;
        text-decoration: none !important;
    }

        .ContextItem:hover {
            background-color: #0066FF;
            color: white;
        }

    .ContextItemLink {
        text-decoration: none !important;
        color: black;
    }

    .contextMenu {
        border-radius: 4px;
        border: 1px solid #808080;
        cursor: default;
        background-color: white;
        display: none;
        z-index: 100;
    }

    .detailItem {
        background: transparent;
    }

    .MapMenu li {
        border: 1px solid transparent;
    }

        .MapMenu li:hover {
            border: 1px solid #444;
        }

    .thinNavBar > li > a {
        padding: 0 5px !important;
    }

    .gridActionsContainer {
        position: relative;
    }

    .gridActions {
        position: absolute;
        top: -6px;
        z-index: 1000;
        background: #eee;
        padding: 1px;
        border-radius: 4px;
        border: 1px solid gray;
    }

    .map-button {
        position: relative;
        max-width: 220px;
        padding: 5px;
        border-radius: 4px;
        border: 1px solid transparent;
    }

        .map-button:hover {
            background-color: #ddd;
            text-decoration: underline;
            border-radius: 4px;
            border: 1px solid #444;
        }

    .map-open {
        cursor: pointer;
    }

    .select-button {
        cursor: pointer;
        position: absolute;
        left: 0px;
        margin: 4px;
        background-color: #EFEFEF;
        border-radius: 4px;
        border: 1px solid #D0D0D0;
        overflow: hidden;
        float: left;
        visibility: hidden;
    }

        .select-button:hover {
            background: white;
        }

        .select-button label {
            float: left;
            margin-bottom: 0;
        }

            .select-button label span {
                text-align: center;
                padding: 3px;
                display: block;
                font-size: 20px;
                color: gray;
            }

            .select-button label input {
                position: absolute;
                top: -20px;
            }

        .select-button input:checked + span {
            background-color: #EFEFEF;
            color: black;
        }

/* END Map Gallery Styles */


.barrel_roll {
    -webkit-transition: -webkit-transform 4s ease;
    -webkit-transform: rotate(360deg);
    -moz-transition: -moz-transform 4s ease;
    -moz-transform: rotate(360deg);
    -o-transition: -o-transform 4s ease;
    -o-transform: rotate(360deg);
    transition: transform 4s ease;
    transform: rotate(360deg);
}
