div.scrollarea {
	overflow: auto;
	max-height: 500px;
}

#details-popup {
    padding: 1px;
}

#details-popup li {
    font-size: inherit !important;
}

#outage-detail-view {
	line-height: normal;
	font-family: verdana,arial,sans-serif;
	font-size: 0.75em;
	margin: auto;
	background-color: #ffffff;
}

div.outage-details {
	border: 2px solid #4a4a4a;
	height: 244px;
	padding: 4px 0px 0px 4px;
	margin-top: 5px;
    margin-bottom: 5px;
	overflow-y: auto;
}

.row .outage-details {
    width: 100%;
}

h4.details-title {
	margin: 0px 0px 5px 0px;
	font-size: 0.875em;
}

table.details-data  {
	border-collapse: separate;
	border-spacing: 2px;
	margin-right: 5px;
    margin: 0 !important;
}

td.details-label {
	padding: 3px 6px 3px 3px !important;
	text-align: right;
	width: 120px;
	white-space: nowrap;
    border: 0 !important;
}

td.details-value {
	border: 1px solid #909090;
	padding: 2px !important;
	margin: 0px;
}

#details-remarks {
	margin-right: 5px;
	height: 210px;
	overflow: auto;
	border: 1px solid #909090;
}

#streets {
	display: block;
    margin-bottom: 10px !important;
    width: 100%;
    overflow-y: auto;
}

table.searchable-table {
	border-collapse: collapse;
}

table.searchable-table th {
	font-weight: bold;
	background-color: #e0e0e0;
}

table.searchable-table td, table.searchable-table th {
	white-space: nowrap;
	padding: 4px;
	border: 1px solid #808080;
}

table.searchable-table tr:nth-child(odd) {
	background-color: #f0f4ff;
}

table.searchable-table tr:hover {
	background-color: #f4fff6;
}

form.navigation-search-form {
	border: 1px solid #000000;
	background-color: #ffffff;
}

input.navigation-search-invert,input.navigation-hide-restored {
	position: relative;
	top: 2px;
}

span.navigation-status {
	float: right;
	margin-top: 6px;
	margin-right: 4px;
}

.report-outage-form {
    padding: 5px;
}
/*
** Use of this software constitutes your agreement to the following terms of use:
** This application is protected under the same restrictions and terms of use and
** conditions as included in the product license. Consistent with these terms,
** you may not: 1) sublicense, resell, rent, lease, redistribute, assign or 
** otherwise transfer user rights to the Software in any manner, and 2) use the 
** Software for timesharing, service bureau or other such purposes, or otherwise
** host the Software for commercial gain and/or for the benefit of a third party.
** Use of the Software may be subject to applicable fees, and any use of the 
** Software prior to paying any such applicable fees is strictly prohibited.
** IMPORTANT: Milsoft’s warranty, support and maintenance for this application is
** limited solely to the original code as provided. Any changes, modifications or
** customization to the code performed by the user or any party other than
** Milsoft will not be supported or maintained, and such changes may be lost to
** the user at the time of application upgrade, update or patch installation.
** Milsoft expressly disclaims any / all liability for such losses. You do not
** have the right to remove Milsoft Utility Solutions, Inc. copyrights from the
** source code or user interface. All copies of the Covered Code must include the
** Milsoft Utility Solutions, Inc. copyright notice in the same form as it appears
** in this distribution. 
** 
** Copyright (C) 2010 Milsoft Utility Solutions, Inc.; All Rights Reserved.
*/

#key-list li div {
	display:inline;
}

#ie7-hist-compat {
	position: relative;
	top: 1px;
}

#historical-pos-val {
	position: absolute;
	width: 190px;
}

#key-list li div{display:inline}#ie7-hist-compat{position:relative;top:1px}#historical-pos-val{position:absolute;width:190px}
/*
** Use of this software constitutes your agreement to the following terms of use:
** This application is protected under the same restrictions and terms of use and
** conditions as included in the product license. Consistent with these terms,
** you may not: 1) sublicense, resell, rent, lease, redistribute, assign or 
** otherwise transfer user rights to the Software in any manner, and 2) use the 
** Software for timesharing, service bureau or other such purposes, or otherwise
** host the Software for commercial gain and/or for the benefit of a third party.
** Use of the Software may be subject to applicable fees, and any use of the 
** Software prior to paying any such applicable fees is strictly prohibited.
** IMPORTANT: Milsoft’s warranty, support and maintenance for this application is
** limited solely to the original code as provided. Any changes, modifications or
** customization to the code performed by the user or any party other than
** Milsoft will not be supported or maintained, and such changes may be lost to
** the user at the time of application upgrade, update or patch installation.
** Milsoft expressly disclaims any / all liability for such losses. You do not
** have the right to remove Milsoft Utility Solutions, Inc. copyrights from the
** source code or user interface. All copies of the Covered Code must include the
** Milsoft Utility Solutions, Inc. copyright notice in the same form as it appears
** in this distribution. 
** 
** Copyright (C) 2010 Milsoft Utility Solutions, Inc.; All Rights Reserved.
*/
body.main, html.main {
    overflow: hidden;
}

.ws-po-arrow {
    width: auto !important;
    height: auto !important;
}

.collapsible {
}

.loggedin, .loggedout, .streetsLevel, .allLevel, .outageDetailsLevel {
    display: none;
}

.details-content {
    height: 550px !important;
    overflow-y: auto !important;
}

.toggle-menu {
    position: fixed;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3001;
}

    .toggle-menu .show-menu {
        display: block;
    }

    .toggle-menu .hide-menu {
        display: none;
    }

.no-menu {
    display: none !important;
}

#alertContainer {
    z-index: 2000 !important;
    position: absolute;
    top: 5px;
}

#viewer-map {
    position: fixed;
    z-index: inherit !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#OpenLayers_Map_2_OpenLayers_Container {
    z-index: inherit !important;
}

#viewer-menu-parent {
    position: fixed;
    z-index: 999;
    padding: 5px;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0;
}

.viewerMenu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

#viewer-menu {
    overflow: auto;
}

    #viewer-menu hr {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    #viewer-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 10px 0 0 10px;
    }

    #viewer-menu a {
        text-decoration: underline;
    }

    #viewer-menu h1 {
        font-size: 1em;
        display: inline;
    }

    #viewer-menu h2 {
        font-size: 0.875em;
        display: inline;
    }

    #viewer-menu p, #viewer-menu .pg {
        font-size: 0.625em;
    }

#menu-description {
    padding-top: 8px;
}

.key-box {
    display: inline-block !important;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    opacity: 1.0;
    position: relative;
    top: 2px;
}

.key-type-predicted {
    background: #0007FF;
}

.key-type-restored {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #0007FF;
    border-top: 0;
    margin-left: -2px;
}

.key-type-verified {
    position: relative;
    margin-left: 14px;
    top: 4px;
}

.key-type-crew {
    margin-left: 14px;
    display: inline-block;
    position: relative;
    top: 3px;
}

#outage-list {
    background-color: #ffffff;
    color: #000000;
    font-size: 0.75em;
    width: 100%;
    margin-bottom: 10px;
}

    #outage-list td {
        padding: 4px;
    }

    #outage-list th {
        height: 16px;
    }

    #outage-list tbody tr:nth-child(odd) {
        background-color: #f0f4ff;
    }

    #outage-list tbody tr:hover, #outage-list th:hover {
        background-color: #f4fff6;
        cursor: pointer;
    }

    #outage-list tbody tr.selected {
        background-color: #fcfc00;
    }

.ui-datepicker {
    font-size: 0.75em;
}

.ui-slider {
    font-size: 0.625em;
    margin: 10px;
}

.olMap, .olPopup, #OpenLayers\.Map_2_events, #OpenLayers\.Map_2_OpenLayers_Container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.olPopup {
    color: #505050;
    background-color: #ffffff;
    width: 320px !important;
    height: auto !important;
    padding: 10px 12px 15px 12px;
    z-index: 1000 !important;
    border: 1px solid #000000 !important;
    -ms-box-shadow: 3px 3px 8px #333333;
    box-shadow: 3px 3px 8px #333333;
    -moz-box-shadow: 3px 3px 8px #333333;
    -webkit-box-shadow: 3px 3px 8px #333333;
}

    .olPopup li, .olPopup a {
        margin-top: 5px;
        font-size: 0.75em;
    }

        .olPopup li b {
            font-weight: bold;
        }

.olControlAttribution {
    bottom: 12px !important;
    left: 12px !important;
    z-index: 998 !important;
}

#reportwrapper {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.menu-toggle {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 25px;
    background-color: #f0f4ff;
}

@media (max-width: 998px) {

    #viewer-menu-parent {
        right: -226px;
        width: 226px !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        float: right;
    }

        #viewer-menu-parent:target {
            right: 0;
        }

    .toggle-menu {
        z-index: 1001 !important;
    }

    #viewer-menu-parent:target + .toggle-menu .show-menu {
        display: none;
    }

    #viewer-menu-parent:target + .toggle-menu .hide-menu {
        display: block;
    }

    #viewer-menu-parent:target + .toggle-menu {
        right: 226px;
    }

    #viewer-menu-parent:target + .menu-toggle {
        padding-right: 5px;
    }
}
