@charset "utf-8";

body,
.ibcsWrapper, /* header banner */
.loc-searchView-dropdown, .loc-searchAdd-dropdown /* dropdowns */
{
    background-color: #005dab;
    color: white;
}

/* navigation links */
a:link:not(.pdu-control), a:active:not(.pdu-control), a:visited:not(.pdu-control), a:hover:not(.pdu-control)
{
    color: white;
}

/* Outlet Controls */
.pdu-control-on {
    color: #0885e8;
    border-color: #0885e8;
}

.pdu-control-off {
    color: #f10000;
    border-color: #f10000;
}

.pdu-control-cycle {
    color: #ff9b00;
    border-color: #ff9b00;
}

/* Outlets */
.power_on,
.pdu-outlet-on .pdu-outlet {
    background: #5caa60;
    background: -webkit-linear-gradient(#97f515, #388e3d);
    background: -o-linear-gradient(#97f515, #388e3d);
    background: -moz-linear-gradient(#97f515, #388e3d);
    background: linear-gradient(#97f515, #388e3d);
}

.power_off,
.pdu-outlet-off .pdu-outlet {
    background: #CCCCCC;
}

.power_cycle,
.pdu-outlet-cycle .pdu-outlet {
    background: #0000FF;
}

/* Status Indicators */

.stat-OK,
.stat-Open,
.staton {
    background: #5caa60;
    color: white;
}

.stat-Fail,
.statoff {
    background: #f10000;
    color: white;
}

.stat-Inactive,
.statdis {
    background: #CCCCCC;
    color: white;
}

.stat-Closed,
.statcl {
    background: orange;
    color: white;
}
