﻿body, html, #main {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #C0CC97;
}
.required:after {
    content: " *";
    color: red;
}


a {
    color: #22542F;
}

    a:focus,
    a:hover,
    a:active {
        color: #22542F;
        text-decoration: underline;
    }

/*navbar starts here*/
.navbar-inverse {
    background-image: url('../Images/iRow_Header_bg.png');
    background-repeat: repeat;
    width: 100%;
    margin-bottom: 0;
}

.navbar-brand {
    top: -9px;
    left: 0px;
    position: absolute;
}

.navbar-inverse .navbar-nav > li {
    display: block;
}

    .navbar-inverse .navbar-nav > li > a {
        font-weight: bold;
        color: #fff !important;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff !important;
            background-color: #22542F;
        }

/*ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}*/

/*ul.nav li.dropdown:hover div.dropdown-menu {
    display: block;
}*/
/*navbar ends here*/

/*login panel starts here*/
#login-panel {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
}

    #login-panel .help-block {
        font-size: 12px;
    }

    #login-panel .bottom {
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-panel .form-group {
        margin-bottom: 10px;
    }

@media(max-width:768px) {
    #login-panel {
        background-color: inherit;
        color: #fff;
    }

        #login-panel .bottom {
            background-color: inherit;
            border-top: 0 none;
        }
}

/*login panel ends here*/

/*btn-primary starts here*/
.btn-primary {
    color: #fff;
    background-color: #5D8F6A;
    border-color: #5D8F6A;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #22542F;
        border-color: #22542F;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #22542F;
        border-color: #22542F;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #22542F;
        border-color: #22542F;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #22542F;
            border-color: #22542F;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }
/*btn-primary ends here*/

/*panel-primary ends here*/
.panel-primary {
    border-color: #5D8F6A;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #5D8F6A;
        border-color: #5D8F6A;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #5D8F6A;
        }

        .panel-primary > .panel-heading .badge {
            color: #5D8F6A;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #5D8F6A;
    }
/*panel-primary ends here*/

#map {
    padding: 0;
    border: solid 1px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bootstrap-switch {
    margin-right: 4px;
}

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
        color: #fff;
        background: #22542F;
    }

.error {
    color: #a94442;
}

.drop {
    padding: 15px;
    border: 3px #f1f1f1 dashed;
    border-radius: 5px;
    line-height: 34px;
}

    .drop.drag-over {
        background: #5CB85C;
        color: #fff;
    }

.ats-switch.switch-primary span.switch-left {
    color: #fff;
    background: #5D8F6A;
}

.ats-switch:hover {
    border-color: #5D8F6A;
}

.alert-msg {
    position: fixed;
    bottom: 0;
    right: 0;
}

.nav-tabs > li > a {
    border: 1px solid #000;
}


.nav-tabs > li.active > a:hover {
    background-color: #5D8F6A;
    border-color: #5D8F6A;
    color: #fff;
}

.nav-tabs > li.active > a {
    background-color: #5D8F6A !important;
    border-color: #5D8F6A !important;
    color: #fff !important;
    border-bottom: none;
}

.nav-tabs > li > a:hover {
    background-color: #5D8F6A;
    border-color: #5D8F6A;
    color: #fff;
}


.stay-open {
    display: block !important;
}

#loadImg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    background: black;
    opacity: .7;
    z-index: 2;
}

#loadingGIF {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 3;
}

/*Loading Symbol*/
#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}



@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}
/*Loading symbol ends*/

/*ui-dialog*/
.ui-widget-header {
    border: 1px solid #5D8F6A;
    background: #5D8F6A url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-dialog button.ui-dialog-titlebar-close {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -1px;
    background: none;
    color: #fff !important;
}
/*end ui-dialog*/

/*Maps Styles*/
.toc {
    top: 115px;
    position:relative;
    width: 300px;
}

    .toc .panel-heading,
    .toc .layer-group,
    .toc .tocLayerIcon,
    .toc .layer-expand-toggle,
    .toc .minimize,
    .left-pane-heading {
        display: none;
    }

    .toc .left-pane {
        top:115px;
        width: 300px;
        position:relative;
        background-color: #ffffff;
    }

    .toc .form-control {
        box-shadow: none !important;
    }

/*#map_zoom_slider {
    left: 95% !important;
}*/

#map {
    margin-top: 50px;
}
/*End Maps Styles*/

/*Plans Table Styles*/
#plans {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: auto;
}

    #plans H3 {
        font-size: 12px;
        font-family: Arial;
        color: #FFFFFF;
        background: #555669 !important;
        border-color: #555669;
    }

#plancontent {
    width: auto;
    height: 205px !important;
    width: 100%;
    background: #E5EDC7;
    overflow: auto !important;
}

.PlansDetailTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .PlansDetailTable table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .PlansDetailTable tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .PlansDetailTable table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .PlansDetailTable table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .PlansDetailTable tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .PlansDetailTable tr:hover td {
    }

    .PlansDetailTable tr:nth-child(odd) {
        background-color: #e5edc7;
    }

    .PlansDetailTable tr:nth-child(even) {
        background-color: #ffffff;
    }

    .PlansDetailTable td {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 7px;
        font-size: 10px;
        font-family: Arial;
        font-weight: bold;
        color: #000000;
    }

    .PlansDetailTable tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .PlansDetailTable tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .PlansDetailTable tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .PlansDetailTable tr:first-child td {
        background: -o-linear-gradient(bottom, #555669 5%, #e5edc7 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555669), color-stop(1, #e5edc7) );
        background: -moz-linear-gradient( center top, #555669 5%, #e5edc7 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#555669", endColorstr="#e5edc7");
        background: -o-linear-gradient(top,#555669,e5edc7);
        background-color: #555669;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .PlansDetailTable tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #555669 5%, #e5edc7 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555669), color-stop(1, #e5edc7) );
        background: -moz-linear-gradient( center top, #555669 5%, #e5edc7 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#555669", endColorstr="#e5edc7");
        background: -o-linear-gradient(top,#555669,e5edc7);
        background-color: #555669;
    }

    .PlansDetailTable tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .PlansDetailTable tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

    .PlansDetailTable .planmessage {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding: 7px;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        color: red;
    }

    .PlansDetailTable tr td {
        font-size: 12px;
        text-align: center !important;
    }

/*End Plans Table Styles*/

.linkDisabled {
    cursor: not-allowed;
    pointer-events: none;
    color: grey !important;
}

 
#layers {
    display: none;
}

#maps {
    display: none;
}

.search #results {
    right: 0px;
}

/*End Search button in omni box*/

.basemap-gallery-container {
    right: 10px;
    position: absolute;
    bottom: 44px;
    top: inherit;
}

.mc-btn-primary {
    color: #fff;
    background-color: #5D8F6A;
    border-color: #5D8F6A;
}

    .mc-btn-primary:hover {
        color: #fff;
        background-color: #22542F;
        border-color: #22542F;
    }

    .mc-btn-primary:active,
    .mc-btn-primary:focus {
        color: #FFF;
    }


.mc-btn-default {
    color: #fff !important;
    background-color: #5D8F6A;
    border-color: #5D8F6A;
}

    .mc-btn-default:hover {
        color: #fff;
        background-color: #22542F;
        border-color: #22542F;
    }

    .mc-btn-default:active,
    .mc-btn-default:focus {
        color: #FFF;
    }

/*Search button in omni box*/
.btn-search {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-left: -5px;
}

    .btn-search:focus,
    .btn-search.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-search:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-search:active,
    .btn-search.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-search:active:hover,
        .btn-search.active:hover,
        .open > .dropdown-toggle.btn-search:hover,
        .btn-search:active:focus,
        .btn-search.active:focus,
        .open > .dropdown-toggle.btn-search:focus,
        .btn-search:active.focus,
        .btn-search.active.focus,
        .open > .dropdown-toggle.btn-search.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

 
.ui-dialog-title {
    font-size: 20px;
}

 
/* ===== Style Toggle ===== */

.theme-color, .theme-pattern {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.2);
    margin: 5px 0 -5px 5px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

#theme-setting {
    position: fixed;
    top: 200px;
    right: -302px;
    color: #777;
    z-index: 100;
    display: inline-block;
    width: 300px;
    padding-bottom: 0px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

    #theme-setting.open {
        right: 0;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    #theme-setting .title {
        padding: 5px;
        color: #F8F8F8;
        text-align: center;
        background-color: #5D8F6A;
        border-bottom: none;
    }

    #theme-setting strong {
        display: block;
        margin-bottom: 15px;
    }

    #theme-setting hr {
        margin: 0;
        border-top-color: #f1f5fc;
        border-bottom: 1px solid #fff;
    }

    #theme-setting .theme-box {
        padding: 10px 20px;
    }

    #theme-setting a {
        cursor: pointer;
    }

    #theme-setting input {
        height: auto;
        width: 100%;
        background: #fff;
        color: #626262;
    }

#theme-setting-icon {
    position: fixed;
    display: inline-block;
    top: 350px;
    right: -105px;
    font-size: 18px;
    color: #777;
    z-index: 40;
    cursor: pointer;
    padding: 11px;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    background: #fff;
    border: none;
    border-width: 1px 0 1px 1px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: #5D8F6A;
    color: #FFFFFF;
}

    #theme-setting-icon:focus, #theme-setting-icon:hover {
        text-decoration: none;
        color: #FFFFFF;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    #theme-setting-icon.open {
        z-index: 101;
        right: 195px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

#overlay {
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: -100px;
    position: fixed;
    z-index: 9999;
    opacity: 1;
}

.no-margin {
    margin: 0 !important;
}

.vertical-text {
    transform: rotate(270deg);
    transform-origin: left top 0;
}

/*End Style Toggle*/

.table-striped > tr:nth-child(odd) {
    background-color: inherit;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: inherit;
}

.modal-header {
    background-color: inherit;
}

.modal-title {
    color: black;
}

.modal-footer {
    background: inherit;
    margin: inherit;
}

.btn-group-vertical {
    position: fixed;
}

.map-zoom-container {
    top: 150px;
}

/*Deep Link starts here*/
.deepLinkSection {
    padding-left: 40px;
}

    .deepLinkSection h4 {
        margin-left: -20px;
    }

.highlight {
    background-color: yellow;
    padding: 5px;
}

.form-group .col-sm-12 {
     height:inherit !important;
} 

.mc-bg-primary {
    background-color: #5D8F6A;
    color: white;
}

.simpleInfoWindow {
   border: 1px solid #666666;
 }
.simpleInfoWindow .title {
    background: #87C68A;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #519854;
    padding-left: 8px;
    height: 30px;
}

#mcMap {
    height: calc(100vh - 52px);
}

#mcLegend {
    position: absolute;
    top: 250px;
    left: -15px;
    background-color: #fff;
    width: 300px;
}
#videolog-container {
    position: relative;
    height: 347px;
}