﻿/*!
	* Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
	* Copyright 2013-2016 Start Bootstrap
	* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/proximanova-regular-webfont.eot") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-Bold";
    src: url("../fonts/proximanova-bold-webfont.eot") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-SemiBold";
    src: url("../fonts/proximanova-semibold-webfont.eot") format("embedded-opentype"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("../fonts/proximanova-semibold-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-Light";
    src: url("../fonts/proximanova-light-webfont.eot") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: rgba(160, 160, 160, 0.5) 1px 1px 1px 0px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    height: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}


    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            /*color: #999999;*/
        }

            .sidebar-nav > .sidebar-brand a:hover {
                /*color: #fff;
	background: none;*/
            }

/*Home page styles*/
body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}


#horizontal {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.pane-content {
    padding: 5px 5px;
    margin: 0 auto;
    background-color: #08437F;
    border: 0;
}


#map-pinfo,
#layer-info,
#plot-info,
#map-data-layer-info {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 5px;
    width: 450px;
    max-height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    overflow-y: scroll;
}

    #map-pinfo th,
    #map-data-layer-info th,
    #map-pinfo td,
    #map-data-layer-info td {
        width: 50%;
    }

#map-pinfo-h,
#dmap-pinfo-h,
#layer-info-h,
#dlayer-info-h,
#plot-info-h,
#dplot-info-h {
    padding: 5px 10px;
    flex: 0 1 auto;
    background-color: #f0f8ff;
    color: #4d4d4d;
    font-family: ProximaNova-SemiBold;
    font-size: 15px;
}

#map-pinfo-b,
#dmap-pinfo-b,
#layer-info-b,
#dlayer-info-b,
#plot-info-b,
#dplot-info-b {
    flex: 1;
    overflow: auto;
}

#layer-info-title,
#dlayer-info-title,
#plot-info-title,
#dplot-info-title {
    font-size: 20px;
    padding: 5px;
}

#layer-info-b,
#dlayer-info-b {
    padding: 10px 15px;
}

#map-pinfo-f,
#dmap-pinfo-f {
    padding: 5px 10px;
    text-align: center;
    flex: 0 1 auto;
    border-top: 1px solid #eee;
}

#pinfo-x,
#layer-info-x,
#dlayer-info-x,
#plot-info-x {
    position: absolute;
    top: 5px;
    right: 8px;
}

#map-p-info th,
#dmap-p-info th,
#map-p-info td,
#dmap-p-info td,
#map-plot-info th,
#map-plot-info td {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 0px 1px 11px;
    font-family: ProximaNova;
    vertical-align: middle;
}

#map-p-info td {
    background-color: #f9f9f9;
}

#map-p-info th,
#map-plot-info th {
    font-family: ProximaNova-SemiBold;
}

.logo {
    position: fixed;
    padding: 5px;
    height: auto;
    font-family: 'Calibri Light';
    font-size: x-small;
    bottom: 15px;
    left: 70px;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pageTitle {
    position: absolute;
    padding: 5px;
    height: auto;
    font-family: 'Calibri Light';
    font-size: 18px;
    top: 13px;
    left:50px;
    background-color: rgba(0,68,133,0.65);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 400px;
    margin: 0;
    z-index:99;
}

.parcel-type {
    margin-top: 10px;
    margin-right:20px;
    color: black;
    font-weight:normal; 
    font-family: Calibri; 
    font-size: 14px;
}

/*FIX GOOGLE MAP ZOOM CTRL PADDING
.gmnoprint.gm-bundled-control{
    left: 3px !important;
    top: 40px !important;
}*/
#MZLD {
    padding: 3px 5px;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 3px -1px;
    display: block;
    position: absolute;
    width: 70px;
    height: auto;
    bottom: 24px;
    right: 60px;
    margin-left: 0px;
    background: white;
    background-clip: padding-box;
    font-family: 'Roboto', Arial, sans-serif;
}

.MZL {
    padding: 5px;
    background-color: white;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    float: left;
}

.tmaps {
    position: fixed;
    padding: 5px;
    height: auto;
    display: block;
    font-family: 'Calibri';
    font-weight: bold;
    font-size: small;
    top: 0px;
    left: 100%;
    margin-left: -280px;
    width: 250px;
    text-align: center;
}

.avm {
    position: fixed;
    padding: 5px;
    height: auto;
    display: none;
    font-family: 'Calibri';
    font-weight: bold;
    font-size: small;
    top: 35px;
    left: 100%;
    margin-left: -280px;
    width: 250px;
    text-align: center;
}

.scfg {
    position: fixed;
    padding: 5px;
    height: auto;
    display: none;
    font-family: 'Calibri';
    font-weight: bold;
    font-size: small;
    top: 100%;
    margin-top: -70px;
    left: 100%;
    margin-left: -350px;
    width: 150px;
    text-align: center;
}

.treeview-back {
    float: left;
    margin: 0 0 2em;
    padding: 20px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.45),inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.45),inset 0 0 30px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.45),inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

a#menu-toggle {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    font-size: 1em;
    line-height: 1em;
    padding: 10px;
    z-index: 999;
    color: red;
}

span.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border: 0;
    background-color: #222;
    margin: 6px;
}

.no-borders {
    border: none !important;
}

#parcel-info {
    font-size: 1em;
    color: #333;
}

    #parcel-info tr th {
        font-family: ProximaNova-SemiBold;
        padding: 0 15px 1px 15px;
    }

    #parcel-info tr td {
        font-size: 1em;
        padding: 0;
    }
#close-info {
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
#quick-search-container{
    position: absolute;
    top: 13px;
    left: 48px;
    display: block;
    width: 500px;
    padding: 0px;
}
#qq{
    /*padding: 10px 15px;
    font-size: 14px;
        */
    line-height: 22px;
}


.loading {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        /*padding: 20px;
		position: relative;*/
    }

    #wrapper.toggled #page-content-wrapper {
        /*position: relative;*/
        margin-right: 0;
    }
}

@media(max-width:768px) {
    #map-pinfo {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 9999;
        height: 40%;
        top: auto;
        margin: 0;
        overflow: auto;
        border-radius: 0;
        width: 100%;
    }

    .logo {
        position: fixed;
        padding: 10px;
        height: auto;
        font-family: 'Calibri Light';
        font-size: small;
        bottom: 0px;
        right: 0;
        background-color: rgba(0,68,133,0.46);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 120px;
        margin: 0;
    }
    .pageTitle {
        position: absolute;
        padding: 5px;
        height: auto;
        font-family: 'Calibri Light';
        font-size: 18px;
        top: 13px;
        left: 50px;
        background-color: rgba(0,68,133,0.65);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: calc(100vw - 60px);
        margin: 0;
        z-index: 99;
    }
        .logo img {
            max-width: 100%;
        }
}
