﻿html, body, #mapDiv {
    padding: 0;
    margin: 0;
    height: 90%;
    width: 100%;
}

#mapDiv, .map.container {
    margin-top: 106px;
    height: 100%;
    width: 100%;
}

.row-offcanvas {
        margin-top: 20%;
    }
   
#mapDiv {
    position: absolute;
}

#info {
    background: #fff;
    box-shadow: 0 0 5px #888;
    left: 1em;
    padding: 0.5em;
    position: absolute;
    top: 1em;
    z-index: 40;
}

#countyTable {
    cursor: pointer;
}

.floatLeft {
    float: left;
}

.edit, .delete, .activeChk {
    cursor: pointer;
}

.displayChk {
    cursor: default !important;
}

.navigation {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu > li {
    cursor: pointer;
}

.serviceLink {
    cursor: pointer;
}

.row-offcanvas {
    margin-top: 10%;
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.row-offcanvas-right {
    right: 0;
}

.row-offcanvas-left {
    left: 5px;
}

.row-offcanvas-right .sidebar-offcanvas {
    right: -50%; /* 6 columns */
}

.row-offcanvas-left .sidebar-offcanvas {
    left: -320px; /* 6 columns */
}

.row-offcanvas-right.active {
    right: 50%; /* 6 columns */
}

.row-offcanvas-left.active {
    left: 320px; /* 6 columns */
}

.sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
}

#sideBarToggle:focus {
    outline: none;
}

.icon-bar {
    background: white;
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
    width: 100%;
}

.dropdown, .dropdown button {
    width: 100%;
}

#displayChooser {
    display: none;
}

#modal_row {
    border-top: 1px solid black !important;
}

.mobileFooter {
    min-height: 0px !important;
}

#sidebar .panel-body {
    max-height: 500px;
    overflow: auto;
    padding: 0px;
}

#sidebar .panel-heading {
    background-color: #7BAED4;
    padding: 0px;
}

    #sidebar .panel-title > a  span {
        color: white;
    }

#sidebar a {
    text-decoration: none;
    color: black;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space:nowrap;
    outline: none;
}

#sidebar .panel-title a {
    display: block;
    padding: 10px 10px 10px 70px;

}

 



#sidebar ul {
    padding: 0;
}

#sidebar li {
    list-style: none;
    line-height: 2;
}

    #sidebar li:hover {
        color: white;
        background-color: rgb(100,155,30);
        -webkit-transition: background-color .5s, color .5s;
        transition: background-color .5s, color .5s;       
    }
    #sidebar li:hover >a{
        color: white;
        -webkit-transition: color .5s;
        transition: color .5s;       
    }
#sidebar .dropdownSelector {
    margin-top: 0;
    border-color:#68A2CE
}

#displayChooser a:hover {
    background-color:transparent;
}

#countyModal .panel-heading {
    padding: 0px;
}

#countyModal .panel-title a {
    display: block;
     padding: 10px; 
}


#DescriptionHolder {
    /*height: 20px;*/
    overflow:hidden;
    padding-bottom:25px;
}

#DescriptionHolder.slide-up{
    -webkit-transition: height .5s; /* For Safari 3.1 to 6.0 */
    transition: height .5s;
    height: 100px;
}

#DescriptionHolder.slide-down{
    -webkit-transition: height .5s; /* For Safari 3.1 to 6.0 */
    transition: height .5s;
    height: 25px;
}
#DescriptionContainer {
        margin-bottom: 50px;
    }

.dropdownSelector i {
    float:right;
}

.navHeaderBar li > a {
    background-color: transparent !important;
}

.navHeaderBar li> a.menuItem:hover {
    background-color:#00953b !important;
}

#DescriptionDiv {
    overflow-y: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 1199px ) {
    .row-offcanvas {
        margin-top: 20%;
    }
    /*#mapDiv {
        margin-top: 20%;
    }*/

    #countySelector {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #countyTable {
        margin-bottom: 50px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none!important;
        }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }

    .collapsing {
        overflow: hidden!important;
    }
    #DescriptionContainer {
        margin-bottom: 20px;
    }
}

@media (max-width: 968px ) {
    /*.row-offcanvas {
        margin-top: 25%;
    }*/
     /*#mapDiv {
        margin-top: 25%;
    }*/

    #servicesDisplay {
        margin-top: 20px;
    }
}

@media (min-width: 1500px ) {
    #sideBarToggle {
        display: none;
    }
}

@media (max-width: 768px) {
    .row-offcanvas{
        margin-top: 15%;
    }

    #mapDiv {
        margin-top: 70px;
    }

    .modal-dialog {
        margin: 0px !important;
        width: 100% !important;
    }
}

@media (max-width: 675px) {

    /*#mapDiv {
        margin-top: 20%;
    }*/

    #countySelector {
        margin-top: 50px;
    }

    #displayModal {
        width: 100%;
        height: 100%;
    }

    #displayChooser {
        display: block;
    }
}

@media (max-width: 402px ) {
    /*#mapDiv {
        margin-top: 40%;
    }*/

    #countySelector {
        margin-top: 75px;
    }
}

@media (min-width: 768) {

    .modal-dialog {
        width: 60% !important;
    }
}

@media (min-width: 992px) {

    .modal-lg {
        width: 60% !important;
    }
}

@media (max-width:675px) and (orientation: landscape) {
    .row-offcanvas {
        margin-top: 15%;
    }

    /*#mapDiv {
        margin-top: 60px;
    }*/

    .dropdown-menu {
        max-height: 100px;
        overflow-y: scroll;
    }
}

@media (max-width:675px) and (orientation: portrait) {
    .row-offcanvas {
        margin-top: 25%;
    }

    /*#mapDiv {
        margin-top: 10px;
    }*/
}

@media (max-width:402px) and (orientation: portrait) {
    .row-offcanvas {
        margin-top: 25%;
    }

    /*#mapDiv {
        margin-top: 20px;
    }*/
}

@media (max-height: 850px) {
    #sidebar .panel-body {
        max-height: 100px;
    }
}
@media (max-height: 400px) {
    #sidebar .panel-body {
        max-height: 100px;
    }
}

 
 