﻿html,
body {
    overflow: hidden;
    position: relative;
    height: 100%;
}

/*ABOUT*/
#about-box .close-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

#about-box .modal-content {
    border-radius: 0;
}

#about-box .modal-body {
    padding: 0;
}

#about-box .modal-dialog {
    width: 500px;
    margin-top: 100px;
}

#confirmation-box {
}

    #confirmation-box .save-cancel-bar {
        background-color: transparent;
    }


#about-version {
    text-align: center;
    background: url('../images/about.jpg') center center no-repeat;
    height: 256px;
    width: 500px;
    padding-top: 130px;
}

/*PRINT*/
#map-print-underlay {
    background-color: #FF0000; /*(21, 21, 21, 0.99);*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -999;
}

#map-print-underlay-text {
    background-color: #0000FF; /*(21, 21, 21, 0.99);*/
    height: 100px;
    padding: 20px;
    position: absolute;
    top: 50%;
    margin: -50px auto 0px auto;
    width: 400px;
}

#print-map-container {
    background-color: white;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#print-overlay {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

#print-button-container {
    padding: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/*MAP CONTROLS*/

.map-dynamicDiv {
    width: auto;
    height: auto;
    border: solid 1px #c0c0c0;
    font-size: 11px;
    font-family: verdana;
    color: #000;
    margin: 7px;
    padding: 7px;
}

.buttonmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}

    .buttonmenu li a {
        text-align: center;
        font-size: 11px;
        padding-left: 2px;
        padding-right: 2px;
        color: black;
        display: block;
        width: 100%;
        text-decoration: none;
        border: 1px solid;
        border-color: #CACDD2 #93989C #93989C #CACDD2; /* top, right, bottom, left */
        background-color: #D9E0E6;
        text-decoration: none;
    }

        .buttonmenu li a:hover, .buttonmenu li a:active {
            background-color: #A0A0A0;
        }


.save-cancel-bar button {
    margin-left: 3px;
    height: 24px;
    width: 72px;
    background-image: none;
    color: white;
    border: none;
    font-size: 14px;
}

button.save {
    background-color: #226640;
}

    button.save:hover,
    button.save:focus {
        background-color: #4e8566;
        border: 1px solid black;
        box-shadow: gray .5px .5px;
    }


button.cancel {
    background-color: #fdc134;
}

    button.cancel:hover,
    button.cancel:focus {
        background-color: #fdcd5d;
        border: 1px solid black;
        box-shadow: gray .5px .5px;
    }

button.no {
    background-color: #9f2424;
}

    button.no:hover,
    button.no:focus {
        background-color: #ca2f2f;
        border: 1px solid black;
        box-shadow: gray .5px .5px;
    }

button:disabled {
    background-color: #c5c5c5 !important;
    border: none !important;
    box-shadow: none !important;
}


/*REPORT*/
#reportregion {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 32px;
    background: white;
    z-index: 10000000;
}

    #reportregion h1 {
        line-height: 40px;
        font-weight: bold;
        margin-left: 10px;
        margin-top: 10px;
    }

    #reportregion table {
        margin-bottom: 11px;
    }

    #reportregion label {
        margin-top: 6px;
        margin-left: 10px;
        margin-right: 5px;
        font-weight: normal;
    }

/*! jQuery UI - v1.9.0 - 2012-10-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 0em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    zoom: 1;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #fff;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff;
}

.noborder {
    border: none;
}


.menu-hr {
    margin: 0;
}

/* Print Styles */
@media print {

    .no-print {
        display: none;
    }

    #print-button-container {
        display: none !important;
    }

    #print-map-wrapper {
        width: 7in;
        height: 7in;
    }
}

#disclaimer {
    z-index: 99999;
}

    #disclaimer .modal-body {
        max-height: 400px;
        padding: 15px;
        overflow: auto;
        overflow-y: auto;
    }

#city-logo-img {
    max-width: 100%;
}




/* -- Beehive -- */
/*body
{
    height: 100%;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
}*/

.bee-content {
}

.bee-left {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: Yellow;
}


.bee-right {
    position: fixed;
    top: 50px;
    left: 300px; /*Set left value to WidthOfFrameDiv*/
    right: 0;
    bottom: 0;
    background-color: Red;
}

.bee-container-full {
    margin: 0 auto;
    width: 100%;
}

.bee-container {
    padding: 5px;
}

/* -- Debugging -- */
.debug-gray {
    background-color: gray;
}

.debug-lightblue {
    background-color: lightblue;
}

.debug-blue {
    background-color: blue;
}

.debug-dodgerblue {
    background-color: dodgerblue;
}

.debug-yellow {
    background-color: lightgreen;
}

.scroll-y {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
