#informationPanel {
    -moz-box-shadow: 3px 1px 17px #c4c4c4;
    z-index: 1;
    position: absolute;
}

.collapsible,
.page_collapsible {
    width: 186px;
    height: 28px;
    background-color: rgb(0,63,95);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 7px 7px 7px 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.collapse-open {
    border-radius: 0px;
}

.collapse-close {
    background-color: rgb(0,63,95);
    opacity: 0.75;
}

.title {
    color: white;
    float: left;
    margin-left: 6px;
    max-width: 235px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
}

.collapse-open .collapse-icon {
    /*background: url("../img/arrow_collapsed.png") no-repeat center;*/
    height: 16px;
    width: 16px;
    float: right;
}

.collapse-close .collapse-icon {
    /*background: url("../img/arrow_expanded.png") no-repeat center;*/
    height: 16px;
    width: 16px;
    float: right;
}

.map-panel {
    width: 206px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0,63,95);
    color: grey;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
}

.alertpanel {
    width: 200px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0,63,95);
    color: grey;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
}

.menupanel {
    position: absolute;
    width: 300px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0,63,95);
    color: grey;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 14px;
}

.panelText {
    font-size: 12px;
}

.panelSpace {
    height: 5px;
}

.panelList {
    color: grey;
    font-weight: normal;
    margin-bottom: 0px;
    width: 150px;
}

.panelTextBlue {
    color: #4D80D9;
    font-weight: normal;
    margin-bottom: 0px;
}

#station {
    color: white;
    border: 1px Solid Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #003F5F;
    white-space: nowrap;
    width: auto;
    cursor: pointer;
}

#appliance {
    border: 1px Solid Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px 2px 0px 2px;
    white-space: nowrap;
    margin-bottom: 5px;
    width: auto;
    cursor: pointer;
}

#applianceOff {
    background-color: red;
    color: White;
    border: 1px Solid Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px 2px 0px 2px;
    white-space: nowrap;
    margin-right: 1px;
    margin-bottom: 5px;
    width: auto;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.applianceHolder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
    margin-right: 2px;
    margin-bottom: 5px;
    width: auto;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#pnlStatusChanges {
    z-index: 503;
}

.expandCollapse {
    cursor: pointer;
}

.legend {
}

.ui-icon {
    background-image: url("../../../images/ui-icons_cd0a0a_256x240.png");
    height: 16px;
    width: 16px;
}

.panelHeader {
    width: auto;
    min-width: 450px;
    height: 30px;
    line-height: 30px;
    background-color: #003F5F;
    color: White;
    cursor: move;
}

.menupanelHeader {
    width: auto;
    min-width: 450px;
    height: 30px;
    line-height: 30px;
    background-color: #003F5F;
    color: White;
}

.panelContent {
    padding: 5px 5px 5px 10px;
}

.ui-widget-header {
    background-color: Grey;
}

.issue {
    color: Red;
}

.testBG {
    background-color: White;
}

body {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.focusedLocation {
    border: 1px Solid Red !important;
}

.appliance {
    box-shadow: 5px 5px 5px #888888;
    float: left;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    border: 1px Solid Black;
    white-space: nowrap;
    margin-right: 2px;
    margin-bottom: 5px;
    width: auto;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #888888;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #FBF9EE;
    border: 1px solid Grey;
    color: #363636;
    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
}
/*Added class to override the use of page-footer class in gartan-default.css so that map canvas border may extend to 100%*/
.page-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0px;
}

#page-content-wrapper .container-fluid #mainContainer {
    height: calc(100vh - 68px) !important;
}

.pnlStationMenu {
    display: none;
    width: 323px;
    float: left;
    margin-right: .3em;
    z-index: 501;
    padding: 0px;
    position: absolute;
}

.pnlStationMenuCtrls {
    width: 144px;
}

.panel-heading {
    padding: 5px;
}
