﻿#body {
}

#body.FullScreen {
  margin: 0 0 0 0;
  width: 100%;
  height:100%;
  overflow:hidden;
}

#body.FullScreen form {
   height:100%;
}

#header {
  margin:auto; /* center in viewport */
  width: 970px; /* fix page width */
}

#pageTitle {
  margin:auto; /* center in viewport */
  width: 970px; /* fix page width */
}

#footer {
  margin:auto; /* center in viewport */
  width: 970px; /* fix page width */
  text-align: left;
  font-size: 0.75em;
  margin-top: 50px;
  padding-bottom: 50px;
}

#content {
  margin:auto; /* center in viewport */
  width: 970px; /* fix page width */
  min-height: 500px;
}

#contentFullWidth {
  padding-left:20px;
  padding-right:20px;
  min-height: 500px;
}

#contentFullWidth .NormalWidth {
  margin:auto; /* center in viewport */
  width: 970px; /* fix page width */
}

#contentFullWidth .RadGridAutoSize {
  text-align: initial;
}

#contentFullScreen {
  height:100%;
}

#logoPanel {
  position:absolute;
  margin-top:2px;
}

#userPanel {
  position:absolute;
  margin-left:500px;
  width:200px;
  margin-top:10px;
  text-align:right;
}

#organisationPanel {
  position:absolute;
  margin-left:710px;
  width:260px;
  margin-top:10px;
  text-align:right;
}

#menuBar {
    margin:auto; /* center in viewport */
    width: 970px; /* fix page width */
}

.MapDeviceName {
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    padding: 1px 4px 1px 2px;
    border: 1px solid #ffffff;
    border-left: 1px solid #000000;
}

.BingMapDeviceName {
}

    .BingMapDeviceName img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .BingMapDeviceName div {
        font-size: 10px !important;
        color: #ffffff !important;
        white-space: nowrap !important;
        text-align: left !important;
        background-color: #000000 !important;
        background: rgba(0,0,0,0.75) !important;
        display: inline !important;
        padding: 1px 2px 1px 2px;
        width: auto !important;
        font-weight: normal !important;
    }

.LanguageSelector {
    clear: both;
    padding: 5px 5px 5px 5px;
    border: 1px solid transparent;
}

.LanguageSelectorSelected {
    clear: both;
    padding: 5px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
}

.RadCalendarFastNavPopup {
    z-index: 12100 !important;
}

.RadTabStrip_Default .rtsLevel .rtsLast .rtsOut {
    background-repeat: no-repeat;
}

.WeightOK {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    display: block;
    border: solid 1px transparent;
}

.WeightOff {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    display: block;
    color: #ffffff;
    background-color: #cccccc;
    border: solid 1px transparent;
}

.WeightError {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    display: block;
    background-color: #cc3333;
    color: #ffffff;
    border: solid 1px transparent;
}

.WeightOverload {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    display: block;
    background-color: #000000;
    color: #ffffff;
    border: solid 1px transparent;
    font-weight: bold;
}

.WeightMoving {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    display: block;
    border: solid 1px #cccccc;
}

.CarrierDefrostCell {
    background-image: url(../images/Carrier/Defrost.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 12px !important;
}

.CarrierProbeAlarmCell {
    background-image: url(../images/Carrier/ProbeAlarm.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 12px !important;
}

.google-delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}

    .google-delete-menu:hover {
        background: #eee;
    }

.RadGrid_Metro .white-row {
    background-color: #ffffff !important;
}

    .RadGrid_Metro .white-row td {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important;
        border-bottom-color: #e5e5e5 !important;
    }

.RadGrid_Metro td.moving-cell {
    background-color: #e6f2de !important;
}

.TempProbeOK {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    display: block;
}

.TempProbeError {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    display: block;
    background-color: #cc3333;
    color: #ffffff;
}

.CompOn {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    background-color: #0099cc;
    color: #ffffff;
    border: 1px solid #0099cc;
}

.CompOff {
    padding: 3px 3px 3px 3px;
    line-height: 0.95em;
    background-color: #ffffff;
    border: 1px solid #0099cc;
}

.NoComp {
    text-align: center;
}

.AlarmPanel {
    font-size: 0.8em;
    padding: 3px 3px 3px 3px;
    background-color: #cc3333;
    color: #ffffff;
    line-height: 0.95em;
    text-align: center;
    margin-top: 5px;
    display: block;
}

.WarningPanel {
    font-size: 0.8em;
    padding: 3px 3px 3px 3px;
    background-color: #ff9933;
    color: #ffffff;
    line-height: 0.95em;
    text-align: center;
    margin-top: 5px;
    display: block;
}

.tp-c1-on {
    background-image: url(../Images/Carrier/C1On.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.tp-c1-off {
    background-image: url(../Images/Carrier/C1Off.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.tp-c2-on {
    background-image: url(../Images/Carrier/C2On.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.tp-c2-off {
    background-image: url(../Images/Carrier/C2Off.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.tp-c3-on {
    background-image: url(../Images/Carrier/C3On.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.tp-c3-off {
    background-image: url(../Images/Carrier/C3Off.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.refrigeration-table {
    border: solid 1px #e0e0e0;
    font: normal 12px "Segoe UI",Arial,Helvetica,sans-serif;
}

    .refrigeration-table tr {
    }

    .refrigeration-table th, .refrigeration-table td {
        border: solid 1px #e0e0e0;
        padding: 3px 3px 3px 3px;
    }

    .refrigeration-table th {
        font-weight: bold;
    }

.RadWindow ul.Buttons, .RadWindow ul.selection-list {
    float: none !important;
}

table.CameraDetails {
}

table.CameraDetails th {
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

table.CameraDetails td {
    padding: 5px 5px 5px 5px;
}

.LiveCamera-Container {
    display: inline-block;
    width: 380px;
    margin-right: 5px;
}

.LiveCamera {
    background-color: #e8e8e8;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../Images/VideoCamera.png');
    height: 285px;
    width: 380px;
    position: relative;
}
.LiveCamera-Container-Large {
    display: inline-block;
    width: 485px;
    margin-right: 5px;
}
.LiveCamera-Large {
    background-color: #e8e8e8;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../Images/VideoCamera.png');
    height: 364px;
    width: 485px;
    position: relative;
}
.LiveCamera img, .LiveCamera-Large img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
ul.Bullets {
    margin-bottom: 1em;
}
ul.Bullets li {
    margin-left: 20px;
    list-style: square;
}
.UploadOk {
    color: #00cc00;
}
.UploadNg {
    color: #ff0000;
}
.FixedWidthFont {
    font-family:Consolas,'Courier New',Courier,monospace;
    white-space:pre;
}
.EventCameras {
    height:750px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.SharingDashboardCategory {
    margin-top: 15px;
    margin-bottom: 15px;
}
.SharingDashboardItem {
    float: left;
    width:184px;
    margin-right:10px;
    margin-bottom:10px;
    padding:0px 0px 0px 0px;
}
.SharingDashboardHeader {
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    font-size: 1.2em;
    padding:5px 5px 5px 5px;
}
.SharingDashboardContent {
    text-align:center;
    padding:0px 0px 0px 0px;
}
.SharingDashboardValue {
    color:#000000;
    font-size: 2.5em;
    text-align:center;
    padding:5px 5px 5px 5px;
}
.SharingDashboardPercentageBarBackground {
    height:5px;
}
.SharingDashboardPercentageBar {
    height:5px;
}
.SharingDashboardPercentage {
    font-size: 1em;
    font-weight:bold;
    text-align:center;
    padding:2px 2px 2px 2px;
}
.SharingDashboardContent a, .SharingDashboardItem a:link, .SharingDashboardItem a:visited {
    color:#000000;
}
.SharingDashboardItem a:hover, .SharingDashboardItem a:active {
    color:#666666;
}
.BatteryLevel_None {
    color:#999999;
}
.BatteryLevel_20 {
    color:#D14F4B;
    font-weight:bold;
}
.BatteryLevel_40 {
    color:#DD9145;
    font-weight:bold;
}
.BatteryLevel_60 {
    color:#E9D23E;
    font-weight:bold;
}
.BatteryLevel_80 {
    color:#ABC341;
    font-weight:bold;
}
.BatteryLevel_100 {
    color:#6DB444;
    font-weight:bold;
}
.ChargingState_None {
    color:#999999;

}
.ChargingState_0 {
    color:#999999;
}
.ChargingState_1 {
    color:#6DB444;
    font-weight:bold;
}
.InUseState_None {
    color:#999999;
}
.InUseState_0 {
    color:#999999;
}
.InUseState_1 {
    color:#6DB444;
    font-weight:bold;
}
.ActionResponse {
    font-family:Consolas,'Courier New',Courier,monospace;
    white-space: pre;
}

table.CustomTable {
    font: normal 12px "Segoe UI",Arial,Helvetica,sans-serif;
    margin-bottom:1em;
}
table.CustomTable th {
    border: solid 1px #e6e6e6;
    font-weight:bold;
    padding: 4px 7px 3px 7px;
}
table.CustomTable td {
    border: solid 1px #e6e6e6;
    padding: 4px 7px 3px 7px;
}
table.CustomTable th.SumColumn {
    border-left: solid 1px #ccc;
    background-color: #f8f8f8;
    font-weight:bold;
}
table.CustomTable td.SumColumn {
    border-left: solid 1px #ccc;
    background-color: #f8f8f8;
    font-weight:bold;
}
table.CustomTable td.SumRow {
    border-top: solid 1px #ccc;
    background-color: #f8f8f8;
    font-weight:bold;
}