﻿
#header {
    width: 100%;
    z-index: 2;
    background-color: #00405C;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 11.5px;
}

#small-logo {
    height: 40px;
    width: auto;
    position: absolute;
    left: 11.5px;
    cursor: pointer;
}

#large-logo {
    height: 40px;
    width: auto;
    position: absolute;
    left: 11.5px;
    cursor: pointer;
}

#header-title {
    flex: 1;
    text-align: right;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    padding-right: 11.5px;
}

#mymap {
    position: absolute;
    bottom: 0;
    top: 60px;
    width: 100%;
    z-index: 2;
}

#legend {
   bottom: 8px;
    left: 8px;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    width: 170px;
}

#legend-1-2 {
    background-color: #38A800;
}

#legend-3-50 {
    background-color: #8BD100;
}

#legend-51-100 {
    background-color: #FFFF00;
}

#legend-101-500 {
    background-color: #FF8000;
}

#legend-500-plus {
    background-color: #FF0000;
}

#footer {
    bottom: 0px; 
    right: 0px;position:absolute; 
    background-color: white; 
    z-index:100;
}


/* Rounded edges on divs*/
.roundcorners {
    border-radius:5px !important;
}

/*Padding 15px to the top*/
.padding-top15{
    padding-top:15px !important;
}
/*Padding 15px to the bottom*/
.padding-bottom15{
    padding-bottom: 15px !important;
}

.home_button_location_desktop {
    top: 23px;
    left: 75px;
    padding: 0px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border: 2px solid rgba(255,255,255,.4);
}

.home_button_location_mobile {
    top: 23px;
    right: 37px;
    padding: 0px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border: 2px solid rgba(255,255,255,.4);

}

.home_button_centered {
    vertical-align: middle;
    align-content:center;
}

.home_button_size {
    height: 32px;
    width: 32px;
}


.home_button_colors {
    color: white;
    background-color: rgba(0,60,136,.5);
    border: 0px;
}

.home_button_colors:hover {
    background: #4A74A8;
}

.middlediv_size {
    min-height: 475px !important;
    max-height: 550px !important;
}

.heading{
    color:white;
}

.primary_color_background {
    background-color: #274a96 !important;
}

.disclaimer {
    background-color: #eceeef;
    width: 100%;
    height:auto;
}

.table_legend {
    height: auto;
    position: absolute;
    bottom: 15px;
    left: 30px;
    padding: 15px;
    width: 125px;
    display: inline-block;
    z-index: 100;
    text-align: center;
    background: white;
    padding-bottom:0px;
}

.settings_legend>tbody>tr>td{
    padding:5px;
}

span.nobr {
    white-space: nowrap;
}

.table_outage {
    position: absolute;
    right: 8px;
    top: 8px;
    background: white;
    width: 420px;
    overflow: auto;
    z-index:100;
    text-align:center;
}

#table {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    table-layout: fixed;
    width: 100%;
}

#tableheader {
    text-align: center;
}

#totalTable {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    bottom: 0;
}

.square {
    height: 10px;
    width: 10px;
    border: 1px solid black;
}

/* Bootrap Button Group used start*/

.custom_button {
    background-color: white;
    color: black;
    font-weight: bold;
    border:2px solid #274a96;
}
.btn-group-justified .btn {
    float: float;
    display: inline-block;
    width: auto;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group > .btn {
    width: 100%;
}
/*End of Bootstrap Button group*/

/*END*/

span.nobr {
    white-space: nowrap;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#draggableMeasureWidget {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 2025;
}

#ajax-response{
    padding-top:5px;
    padding-left:10px;
    padding-bottom:5px;
}
/*#draggableSearchWidget {
    position: absolute;
    top: 25px;
    right: 10px;
}*/
#draggableLayerWidget {
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 2020;
}

#draggableLegendWidget {
    position: absolute;
    top: 120px;
    right: 10px;
    z-index: 2015;
}

.draggable {
    width: 200px;
    height: 50px;
    z-index: 2000;
}

.widgetTop {
    position: absolute;
    top: 7px;
    left: 50px;
    width: 100%;
    z-index: 200;
}


.btn-widget {
    color: #ffffff;
    background-color: rgb(0,60,136);
    background-color: rgba(0,60,136,.5);
    border: 2px solid rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, .6);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 4px;
    z-index: 2000;
}

    .btn-widget:hover,
    .btn-widget:focus,
    .btn-widget:active,
    .btn-widget.active,
    .open .dropdown-toggle.btn-widget {
        color: #ffffff;
        background-color: rgb(0,60,136);
        background-color: rgba(0,60,136,.7);
        border: 2px solid rgb(255, 255, 255);
        border: 2px solid rgba(255, 255, 255, .6);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
        border-radius: 4px;
        z-index: 2000;
    }

.btn-widget-info {
    color: #ffffff;
    background-color: #5bc0de;
    border: 2px solid rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, .6);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 4px;
    z-index: 2000;
}

    .btn-widget-info:hover,
    .btn-widget-info:focus,
    .btn-widget-info:active,
    .btn-widget-info.active,
    .open .dropdown-toggle.btn-widget {
        color: #ffffff;
        background-color: #39b3d7;
        border: 2px solid rgb(255, 255, 255);
        border: 2px solid rgba(255, 255, 255, .6);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
        border-radius: 4px;
        z-index: 2000;
    }


.btn-widget-success {
    color: #ffffff;
    background-color: #5cb85c;
    border: 2px solid rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, .6);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 4px;
    z-index: 2000;
}

    .btn-widget-success:hover,
    .btn-widget-success:focus,
    .btn-widget-success:active,
    .btn-widget-success.active,
    .open .dropdown-toggle.btn-widget {
        color: #ffffff;
        background-color: #5cb85c;
        border: 2px solid rgb(255, 255, 255);
        border: 2px solid rgba(255, 255, 255, .6);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
        border-radius: 4px;
        z-index: 2000;
    }



.btn-widget-danger {
    color: #ffffff;
    background-color: #d9534f;
    border: 2px solid rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, .6);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 4px;
    z-index: 2000;
}

    .btn-widget-danger:hover,
    .btn-widget-danger:focus,
    .btn-widget-danger:active,
    .btn-widget-danger.active,
    .open .dropdown-toggle.btn-widget {
        color: #ffffff;
        background-color: #d2322d;
        border: 2px solid rgb(255, 255, 255);
        border: 2px solid rgba(255, 255, 255, .6);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
        border-radius: 4px;
        z-index: 2000;
    }


#accordion{
    z-index: 2020;
}

#containment-wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

h3 {
    clear: left;
}

