﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*border-top: solid 1px gray;
    border-left: solid 1px gray;
    border-right: solid 1px gray;*/
    padding-top: 0px;
    padding-bottom: 0px;
}



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
    /*margin-top: 32px;*/
}





.main-menu {
    cursor: pointer;
    position: absolute;
    right: 60px;
    top: 20px;
    z-index: 1000;
    float: right;
    height: 30px;
    width: 30px;
    color: #000;
    opacity: 0.55;
    vertical-align: middle;
    background-image: url('../images/v1_aad35c85.png');
    background-repeat: no-repeat;
    background-position: 0 -894px;
    background-size: 92px 2835px;
    box-sizing: border-box;
}

.user-menu-2:hover {
    opacity: 0.85;
    /*background-color: lightgray;*/
}

.main-menu-close {
    cursor: pointer;
    width: 40px;
    height: 34px;
    background-image: url('../images/button/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px;
}

    .main-menu-close:hover {
        background-color: lightgray;
        border-bottom: solid 1px #808080;
    }

.main-menu-change-pass {
    cursor: pointer;
    width: 40px;
    height: 34px;
    background-image: url('../images/button/secrecy-icon-32.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px;
}

    .main-menu-change-pass:hover {
        background-color: lightgray;
        border-bottom: solid 1px #808080;
    }

.main-menu-sign-out {
    cursor: pointer;
    width: 40px;
    height: 34px;
    background-image: url('../images/button/apps-session-logout-icon-32.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px;
}

    .main-menu-sign-out:hover {
        background-color: lightgray;
        border-bottom: solid 1px #808080;
    }




.map-tool-zoomfull {
    background-image: url('../images/map/tools/zoomfull.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    margin-top: -2px;
}
.btnMapFind {
    background-image: url('../images/map/find.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}

.map-tool-button {
    height: 40px;
    width: 40px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px;
}

.map-tool-button-first {
    background-color: white;
    border: 1px outset gray;
    height: 34px;
    width: 34px;
    margin-right: 2px;
}

.map-tool-button-last {
    background-color: white;
    border: 1px outset gray;
    height: 34px;
    width: 34px;
    margin-left: 2px;
}






/*floating panel*/
.panel-float {
    z-index: 1001;
    border: 1px solid #808080;
    /*background-color: #202020;*/
    margin-left: 6px;
    margin-top: 70px;
    padding-bottom: 5px;
}

.panel-float-drag {
    height: 20px;
    cursor: move
}

.panel-float-drag-close {
    float: right;
    height: 22px;
    width: 30px;
    color: lightgray;
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
}

    .panel-float-drag-close:hover {
        color: white;
        cursor: pointer;
        background-color: red;
    }

.panel-float-content {
    padding: 8px 5px 0px 5px;
}











.ui-autocomplete {
    z-index: 10001;
}

input[type="radio"] {
    margin: 4px 4px 4px 4px;
}

input[type="checkbox"] {
    margin-right: 5px;
}


.form-z-index {
    z-index: 0;
}



.input-pad-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}






.logo_style {
    width: 70px;
    float: left;
    margin-right: 10px;
    margin-top: -25px;
}




.td-header {
    font-weight:bold;
    background-color:gray;
    color:black;
}

.td-col-left {  
    color: black;
    text-align:left;
}
.td-col-center {
    color: black;
    text-align: center;
}


#main-nav {
    padding: 15px 5px 15px 5px; /*15px 5px 0px 5px;*/ /*15px 0;*/
    border-bottom: 2px solid #00a80a;
    /*margin-bottom: 20px*/;
    background-color: #fefff2;
    /*background: url(images/banner2.jpg);*/
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    background-image: url('../images/banner3.jpg');
    /*left: 0;
    right: 0;*/
    background-repeat: no-repeat;
    background-size: cover;
}

    /*Affix*/
    #main-nav.affix {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: rgba(254,255,242,0.9);
        /*background-color: rgba(255,255,255,0.9);*/
        /*color: #fff;*/
        z-index: 10;
        -moz-box-shadow: 0 1px 2px #ebebeb;
        -webkit-box-shadow: 0 1px 2px #ebebeb;
        box-shadow: 0 5px 5px rgba(0,0,0,.15);
        transition: all 0.3s;
        opacity: 0.95;
    }

.navbar {
    margin: 0;
}

#main-nav .navbar-header a {
    background-color: none; /* #00a80a; #01b1d7; */
    color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
    background-color: #00a80a; /*#01b1d7*/
}

    #main-nav .navbar-toggle span {
        background-color: #fff;
    }

/*Main Menu*/
#main-nav .navbar-right {
    margin-top: 20px;
    /*margin-top: 10px;*/
}

    #main-nav .navbar-right li > a {
        font-family: 'Arial', Open Sans, sans-serif;
        /*font-family: 'Raleway', sans-serif;*/
        font-size: 15px;
        font-weight: 700;
        line-height: 30px;
        color: #555;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase;
    }

        #main-nav .navbar-right li > a:focus {
            color: #00a80a; /*#01b1d7;*/
            background: none;
            outline: none;
        }

#main-nav .navbar-nav > li > a:hover {
    color: #00a80a;
    background: none;
    /*text-shadow: 0px 1px 1px rgba(0, 225, 0, 0.83);*/
}

#main-nav .navbar-nav > li.active > a {
    color: #00a80a;
    background: none;
    text-shadow: 0px 1px 1px rgba(0, 225, 0, 0.83);
    /*border-bottom: 3px solid #67c922;*/
}




a {
    text-decoration: none;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}





.nav > li {
    /*background-color:#e8e8e8;*/
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}




    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-menu > li:hover a {
    background-color: #7ac97e;
}

.dropdown-menu > li:active a {
    background-color: #7ac97e !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active a:active {
    background-color: #7ac97e !important;
}

/* Menu-Sub Menu Styles */

.headings_decoration {
    text-decoration: underline solid #00a80a;
    /*margin-bottom: 20px;*/
}







/*for info window*/
.myul > li > a {
    padding: 3px 5px 3px 5px;
}

.divLayer {
    padding: 5px;
    background-color: #b5c7de;
}

.divLayerCheckBox {
    padding: 5px;
    display: block;
}

    .divLayerCheckBox:hover {
        background-color: #284E98;
        cursor: pointer;
    }

.map-zoom-full {
    background-image: url('../images/map/tools/zoomfull.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}

.map-zoom-plus {
    background-image: url('../images/map/tools/zoomplus.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}

.map-zoom-minus {
    background-image: url('../images/map/tools/zoomminus.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}
.map-base-gr {
    background-image: url('../images/map/googleroad.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}

.map-base-gh {
    background-image: url('../images/map/googlehybrid.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}

.map-base-gs {
    background-image: url('../images/map/googlesatellite.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}

.map-base-os {
    background-image: url('../images/map/osm.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}

.map-base-none {
    /*background-image: url('../images/map/osm.jpg');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}


.btn-grid-edit {
    padding: 5px 8px;
}

.btn-grid-update {
    padding: 5px 8px;
}

.btn-grid-cancel {
    padding: 5px 8px;
    color: red;
}

.btn-grid-delete {
    padding: 5px 8px;
    color: white;
}

.span-45 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 45px;
    min-width: 45px;
    font-weight: bold;
    font-size: 90%;
}

.span-50 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 50px;
    min-width: 50px;
    font-weight: bold;
    font-size: 90%;
}

.span-55 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 55px;
    min-width: 55px;
    font-weight: bold;
    font-size: 90%;
}

.span-60 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 60px;
    min-width: 60px;
    font-weight: bold;
    font-size: 90%;
}

.span-65 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 65px;
    min-width: 65px;
    font-weight: bold;
    font-size: 90%;
}

.span-70 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 70px;
    min-width: 70px;
    font-weight: bold;
    font-size: 90%;
}

.span-80 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 80px;
    min-width: 80px;
    font-weight: bold;
    font-size: 90%;
}

.span-90 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 90px;
    min-width: 90px;
    font-weight: bold;
    font-size: 90%;
}

.span-95 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 95px;
    min-width: 95px;
    font-weight: bold;
    font-size: 90%;
}

.span-100 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 100px;
    min-width: 100px;
    font-weight: bold;
    font-size: 90%;
}

.span-110 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 110px;
    min-width: 110px;
    font-weight: bold;
    font-size: 90%;
}

.span-115 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 115px;
    min-width: 115px;
    font-weight: bold;
    font-size: 90%;
}

.span-120 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 120px;
    min-width: 120px;
    font-weight: bold;
    font-size: 90%;
}

.span-125 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 125px;
    min-width: 125px;
    font-weight: bold;
    font-size: 90%;
}

.span-130 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 130px;
    min-width: 130px;
    font-weight: bold;
    font-size: 90%;
}

.span-140 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 140px;
    min-width: 140px;
    font-weight: bold;
    font-size: 90%;
}

.span-150 {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    width: 150px;
    min-width: 150px;
    font-weight: bold;
    font-size: 90%;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*gridview paging*/
.gridpage table tbody tr td a,
.gridpage table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.gridpage table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #37A84A;
    border-color: #337ab7;
}

.gridpage table > tbody > tr > td:first-child > a,
.gridpage table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.gridpage table > tbody > tr > td:last-child > a,
.gridpage table > tbody > tr > td:last-child > span {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.gridpage table > tbody > tr > td > a:hover,
.gridpage table > tbody > tr > td > span:hover,
.gridpage table > tbody > tr > td > a:focus,
.gridpage table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview */
fieldset {
    border: 1px solid #37A84A;
    width: auto;
    height: auto;
    margin: 3px 0 0 0;
    padding: 13px 20px 7px 20px;
    color: #072328;
    /*font: normal 9.25pt/1.5 Verdana, Helvetica, Arial, sans-serif;*/
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px #ddd inset;
    -moz-box-shadow: 0 0 8px #ddd inset;
    -o-box-shadow: 0 0 8px #ddd inset;
    box-shadow: 0 0 8px #ddd inset;
}

    fieldset legend {
        border: 1px none #37A84A;
        margin: 0 0 0 10px;
        padding: 5px 10px 6px 10px;
        color: #fafafa;
        font-weight: bold;
        /*font: bold 9.5pt/17px "Droid Serif",Georgia,"Courier New",Courier,monospace,serif;*/
        background: #37A84A;
        background-size: 100%;
        font-size: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#37A84A), to(#37A84A));
        background: -webkit-linear-gradient(center top, #39AB4C, #39AB4C);
        background: -moz-linear-gradient(center top, #39AB4C, #39AB4C);
        background: -ms-linear-gradient(center top, #43b5d7, #13a3d5);
        background: -o-linear-gradient(center top, #43b5d7, #13a3d5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.07) inset;
        -moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.07) inset;
        -o-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.07) inset;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.07) inset;
        -webkit-text-shadow: 0 1px 0 rgba(0, 13, 23, 0.43);
        -moz-text-shadow: 0 1px 0 rgba(0, 13, 23, 0.43);
        -o-text-shadow: 0 1px 0 rgba(0, 13, 23, 0.43);
        text-shadow: 0 1px 0 rgba(0, 13, 23, 0.43);
    }

legend {
    width: auto;
}


.btn-link-image {
    margin-top: -2px;
}

/* for progress background */
.ProgressBackground {
    background-color: #6D7B8D; /* Blue Slate Gray */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    /*
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #C0C0C0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
    */
}

.ProgressBackground {
    /* Above everything else, except an UpdateProgressPanel */
    z-index: 9999 !important;
}

.ProgressProcess {
    /* UpdateProgressPanel is above EVERYTHING ELSE, even other modal popups */
    z-index: 99999999;
    background-color: #fff;
    color: #000000;
    width: 150px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 50%;
    left: 45%;
    padding: 5px;
    border: solid 2px #5D7B9D; /*
    position: fixed;
    top: 50%;
    left: 43%;
    padding: 10px;
    width: 150px;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    */
}


/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/
