.graphic-view-header {
    width: auto;
    height: auto;
    outline: 2px solid #333F4B;
    outline-offset: 0px;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: 2px;
    margin-left: 2px;
}

#utGraphicViewHeader, #utTableViewHeader {
    float: left;
}

#utGraphicViewBtn, #utTableViewBtn {
    border: none;
    font-size: 14px;
    width: 110px;
    text-align: left;
    outline: none;
}
.utCpuTemp{
    width:50px;
    text-align: center;
    float: left;
    margin-right:10px;
}
.utCpuTempDIMM{
    float: left;
    width:20px;
    height:30px;
    font-size: 12px;
    color: white;
    text-align: center;
    padding-top:3px;
}
.utViewHeaderBtnSelected {
    background-color: #333F4B;
    color: #FFF;
}

.utViewHeaderBtnSelected:hover {
    cursor: default;
}

.utViewHeaderSelected {
    background-color: #333F4B;
}

.utViewHeaderNonSelected {
    background-color: #FFF;
}

.utViewHeaderBtnNonSelected {
    background-color: #FFF;
    color: #333F4B;
}

.utViewHeaderBtnNonSelected:hover {
    font-weight: bold;
}

.utTableViewTemperNonThresTable {
    width: 45%;
}

.utTableViewTemperThresholdTable {
    width: 98%;
}

.utTableViewFanSpeedTable {
    width: 98%;
}
.centigrade:after {
    content: ' °C';
}

.fahrenheit:after {
    content: ' °F';
}

/*=====================*/
.ut_temper_checkbox {
    position: relative;
    display: inline-block;
}

.ut_temper_checkbox:after, .ut_temper_checkbox:before {
    font-family: 'Arial Regular', 'Arial';
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.ut_temper_checkbox label {
    width: 60px;
    height: 20px;
    background: #cccccc;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ut_temper_checkbox label:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 20px;
    border-radius: 100%;
    left: 0;
    /*top: -5px;*/
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ut_temper_checkbox input {
    position: absolute;
    left: 0;
    top: -34%;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.ut_temper_checkbox input:hover + label:after {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.ut_temper_checkbox input:checked + label:after {
    left: 30px;
}

.ut_temper_button .ut_temper_checkbox {
    width: 60px;
    height: 20px;
    border: 2px solid #333F4B;
    background: #333F4B;
    border-radius: 0px;
    overflow: hidden;
}

.ut_temper_button .ut_temper_checkbox:after, .ut_temper_button .ut_temper_checkbox label:before {
    content: '°C';
    position: absolute;
    left: 5px;
    top: -2px;
    font-family: 'Arial Regular', 'Arial';
    font-size: 10px;
    color: #fff;
}

.ut_temper_button .ut_temper_checkbox label:before {
    content: '°F';
    left: auto;
    top: -2px;
    right: 7px;
    z-index: 1;
}

.ut_temper_button .ut_temper_checkbox label {
    background: #333F4B;
    width: 60px;
    height: 20px;
    border-radius: 0px;
}
 .ut_temper_button .ut_temper_checkbox label:after {
    border-radius: 0px;
    box-shadow: none !important;
    /*top: 0;*/
    width: 30px;
    height: 20px;
    position: absolute;
    top: -2px;
    font-size: 10px;
    content: attr(data-content); /* '°F'*/
    text-align: center;
    color: #CCCCCC;
}

.ut_temper_button .ut_temper_checkbox input:checked + label {
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.ut_temper_button .ut_temper_checkbox input:checked + label:after {
    left: -2px;
}

/*=====================*/
.ut_power_checkbox {
    position: relative;
    display: inline-block;
}

.ut_power_checkbox:after, .ut_power_checkbox:before {
    font-family: 'Arial Regular', 'Arial';
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.ut_power_checkbox label {
    width: 60px;
    height: 20px;
    background: #cccccc;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ut_power_checkbox label:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 20px;
    border-radius: 100%;
    left: 0;
    /*top: -5px;*/
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ut_power_checkbox input {
    position: absolute;
    left: 0;
    top: -34%;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.ut_power_checkbox input:hover + label:after {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.ut_power_checkbox input:checked + label:after {
    left: 30px;
}

.ut_power_button .ut_power_checkbox {
    width: 80px;
    height: 20px;
    border: 2px solid #0096E7;
    background: #0096E7;
    border-radius: 0px;
    overflow: hidden;
}

.ut_power_button .ut_power_checkbox:after, .ut_power_button .ut_power_checkbox label:before {
    content: attr(data-content-dc);/*DC*/
    position: absolute;
    left: 0px;
    top: -3px;
    font-family: 'Arial Regular', 'Arial';
    font-size: 10px;
    color: #fff;
}

.ut_power_button .ut_power_checkbox label:before {
    content: attr(data-content-ac);/*'AC'*/
    left: auto;
    top: -3px;
    right: -12px;
    z-index: 1;
}

.ut_power_button .ut_power_checkbox label {
    background: #0096E7;
    width: 60px;
    height: 20px;
    border-radius: 0px;
}

.ut_power_button .ut_power_checkbox label:after {
    border-radius: 0px;
    box-shadow: none !important;
    /*top: 0;*/
    width: 40px;
    height: 20px;
    position: absolute;
    top: -3px;
    font-size: 10px;
    content: attr(data-content); /* 'AC' or 'DC'*/
    text-align: center;
    color: rgb(0, 150, 231);
}

.ut_power_button .ut_power_checkbox input:checked + label {
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.ut_power_button .ut_power_checkbox input:checked + label:after {
    left: 8px;
}

/*=====================*/
#temperatureUtilization {
    margin-top: 20px;
}

#powerUtilization {
    margin-top: 20px;
    margin-bottom: 10px;
}

#performanceUtilization {
    margin-top: 10px;
    margin-bottom: 10px;
}

#powerUtilization, #temperatureUtilization, #performanceUtilization, #fanSpeedUtilization, #utTableView {
    width: 100%;
    /* height: 100%; */
    padding-bottom: 20px;
}

#powerUtilizationTitle, #temperatureUtilizationTitle, #performanceUtilizationTitle, #fanSpeedUtilizationTitle, #utTableViewTitle {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #F2F2F2;
}

#utAmbientTemper {
    margin-left: 40px;
    height: 150px;
    width: 190px;
}

.temperatureComponents {
    height: 130px;
    width: 250px;
    margin-left: 10%;
}

#utilizationTemperatureHistory {
    width: 100%;
    min-height: 150px;
    margin-top: 10px;
}

#utilizationPowerConsumption {
    min-height: 150px;
    min-width: 130px;
}

#utilizationPowerHistory {
    min-height: 150px;
    width: 100%;
}

.voltageThresholds {
    height: 140px;
    width: 180px;
    margin: 0 20px;
}

#utGraphicPerformanceBar {
    min-height: 180px;
    width: 100%;
}

#utGraphicPerformanceHistory {
    min-height: 150px;
    width: 100%;
}

#utGraphicFanSpeed {
    width: 100%;
    min-height: 180px;
}

.utGraphicFanDev {
    width: 160px;
    min-height: 140px;
}

.utGraphicFanDes {
    position: absolute;
    z-index: 500;
    text-align: center;
    height: 140px;
    margin-top: -140px;
    line-height: 140px;
    width: 160px;
    font-size: 14px;
    font-weight: bold;
    pointer-events:none;
}

.utGraphicFanName {
    font-size: 13px;
    color: rgba(102, 102, 102, 0.87);
    text-align: center;
    line-height: 21px;
    margin-top: -5px;
}
.utGraphicVolName {
    font-size: 14px;
    color: rgba(102, 102, 102, 0.87);
    text-align: center;
    position: absolute;
    z-index: 100;
    margin: -43px 20px 0;
    width: 180px;
}

.utGraphicVolDetail {
    position: absolute;
    z-index: 2600;
    width: 240px;
    right: 0;
    margin: -40px -150px 0 0;
    border-radius: 5px;
    text-align: left;
    color: white;
    line-height: 16px;
    font-size: 12px;
    padding: 8px 12px;
    background-color: rgba(14, 14, 14, 0.75);

    transition: all 250ms linear 0s;
    -moz-transition: all 250ms linear 0s;
    -webkit-transition: all 250ms linear 0s;
    -o-transition: all 250ms linear 0s;
}

.utGraphicVolDetail .volDetail {
    line-height: 18px;
    height: 18px;
}

.utGraphicVolDetailBg {
    position: absolute;
    z-index: 2600;
    background-color: #0e0e0e;
    opacity: 0.75;
    width: 200px;
    min-height: 80px;
    right: 0;
    margin: -30px -140px 0 0;
    border-radius: 5px;
    text-align: left;
}

.cpu-temperature-0 {
    border: 1px solid #bababa;
    width: 100px;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0 0;
    float: left
}

.temp-out-border {
    border: 1px solid #ececec;
    padding: 20px 10px;
    min-width: 125px;
    display: block;
    position: absolute;
    margin: 15px 0 -5px;
    height: 112px;
}

.dimm-temperature-0 {
    float: left;
    padding: 0px 17px;
    color: #bababa;
    margin-top: -10px;
}

.dimm-list {
    width: 120px;
    transform: translateY(66px) translateX(-58px) rotate(-90deg);
}

.dimm-container {
    padding: 0 20px 0 0;height: 127px;
}
.dimm-container.even {
    margin-left: -30px
}
.dimm-container.odd {
    margin-left: 10px
}

.dimm-status {
    list-style-type: none;
    width: 7px;
    height: 54px;
    float: right;
    margin: 10px 0px 30px 5px;
    font-size: 12px;
}
.activeDimm:hover {
    outline: 2px solid #0096e7;
    outline-offset: -2px;
    /*cursor: pointer;*/
}
.inactiveDimm:hover,.inactiveDimm:focus {
    outline: 2px solid #E51C23;
    outline-offset: -2px;
    /*cursor: pointer;*/
}
.normal {
    background-color: rgb(107, 203, 1);
}
.waring {
    background-color: rgba(255, 193, 7, 1);
}
.critical {
    background-color: rgba(255, 0, 0, 1);
}
.unavailable {
    background-color: rgb(242, 242, 242);
}
.defaultBgColor {
    background-color: rgb(193, 193, 193);
}
.normal:hover {
    background-color: rgb(89, 173, 19);
}
.waring:hover {
    background-color: rgb(255, 155, 9);
}
.critical:hover {
    background-color: rgb(210, 17, 12);
}

.dimm-status.lg {
    margin-top: -26px;
}

.dimm-num {
    color: #444242;
    font-size: 10px;
    transform: rotate(90deg) scale(0.8);
    display: block;
    margin-top: -27px
}

.dimm-num.lg {
    margin-top: 50px;
}

.dimm-popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.dimm-popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.dimm-popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
}

.dimm-popover>.arrow {
    border-width: 11px;
}
.dimm-popover>.arrow, .dimm-popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.cpuCompTemper1 {
    padding-top: 10px;
}
.cpuCompTemper2 {
    padding-top: 40px;
}

.powerLegendNonIte{
    margin-top: 30px;
}
.powerLegendIte{
    margin-top: 39px;
}
.powerLegendIcon{
    width: 12px;
    height: 12px;
    float: left;
    margin: 5px 5px
}
