body {
    background-color: burlywood;
    padding-left: 3px;
}

.meteredusage {
    background-color: rgb(160, 151, 139);
    padding-left: 3px;
}

.featureusage {
    background-color: rgb(116, 219, 219);
    padding-left: 3px; 
}


.table {
    display: table;
    /*width:100%;*/
    /*height:100%;*/
}

.cell {
    display: table-cell;
    width: 200px;
}

.row {
    display: table-row;
}

.verticalgap {
    display: table-row;
    height: 20px;
}

.horizontalgap {
    display: table-cell;
    width: 20px;
    min-width: 20px;
}


/* For mobile phones: */

.summarycontainer {
    /* display: block; */
}

.firstsummary {
    /* width: 800px; */
}

.secondsummary {
    /* width: 800px; */
}

.summarydivider {
    height: 20px;
}


/* @media only screen and (min-width: 768px)  */

@media only screen and (min-width: 1400px) {
    /* For desktop: */
    .summarycontainer {
        display: flex;
    }
    .firstsummary {
        width: 400px;
    }
    .secondsummary {
        flex-grow: 1;
    }
    .summarydivider {
        width: 20px;
    }
}

.servercontainer {
    /* display: -webkit-flex; */
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    /* background-color: green;       */
}

.serverslot {
    background: blue;
    color: yellow;
    border: 4px solid black;
    padding: 5px;
    /* min-width: 65px; */
    width: 100px;
    font-size: large;
    text-align: center;
    /*width: 10px;*/
}

.serverdivider {
    width: 20px;
    height: 20px;
    background-color: red;
}

.servertime,
.servertype,
.servertemp {
    /*width: 100px;*/
    /*(border: 1px solid black;*/
    /*width: 200px;*/
    height: 30px;
    /*background-color: red;*/
    text-align: center;
}

.servertemp {
    font-size: large;
    height: 5px;
}

.serverheader {
    color: mintcream;
    background-color: blue;
    font-size: larger;
    /*height: 50px;*/
    line-height: 40px;
    /*border:1px solid  #666666;*/
    vertical-align: bottom;
    text-align: left;
}

.alertbackgrounderror {
    background-color: darkred;
}

.alertbackgroundok {
    background-color: green;
}

.serverdisplay {
    max-width: 960px;
}

.datetime {
    /*background-color: cornflowerblue;*/
    color: black;
    font-size: 30px;
    font-style: italic;
    width: 500px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.stamp {
    /*background-color: cornflowerblue;*/
    color: #339dc9;
    font-size: 15px;
    font-style: italic;
    width: 350px;
    text-align: left;
    margin-top: 10px;
}

.time {
    /*background-color: cornflowerblue;*/
    color: #ece312;
    font-size: 20px;
    width: 100%;
    text-align: right;
}


/*xbuses*/

.xbusgap {
    display: table-cell;
    width: 20px;
}

.xbusTable {
    display: table;
    width: 300px;
    background-color: black;
    border: 2px solid darkslateblue;
    border-spacing: 5px;
    /*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
    /*text-transform: uppercase;*/
    margin-right: 20px;
}

.divColumn {
    display: table-cell;
    width: auto;
    /*padding: 16px;*/
}

.divRow {
    display: table-row;
    width: auto;
    color: orange;
}

.xbusStop {
    display: table-row;
    width: auto;
    color: darkslateblue;
}

.divOrdinal,
.divxbus,
.divDestination,
.divWhen,
.divVehicleId {
    float: left;
    /*fix for  buggy browsers*/
    display: table-cell;
    width: auto;
    padding: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divOrdinal {
    width: 15px;
    text-align: right;
    padding-left: 5px;
}

.divxbus {
    width: 30px;
    text-align: left;
    /*padding-right: 10px;*/
}

.divDestination {
    width: 160px;
}

.divVehicleId {
    width: 100px;
}

.divWhen {
    width: 60px;
    text-align: right;
    text-transform: none;
}


/*summary info*/

.summaryrow {
    /*display: table-row;*/
    /*width:130px;*/
    /*height: 20px;*/
    width: auto;
    padding: 0;
    /*margin-left: 14px;*/
}

.summarylabel,
.summarystatus,
.summarystatusheader {
    display: table-cell;
    /*width:130px;*/
    color: white;
    vertical-align: middle;
    background-color: teal;
    padding: 5px;
    border: 1px solid darkslateblue;
}

.summarystatus {
    width: 100px;
    color: black;
    vertical-align: middle;
    background-color: lightyellow;
    padding: 5px;
}

.summarystatusheader {
    width: 100px;
    vertical-align: middle;
    padding: 5px;
}

.summarystatuswide {
    width: 160px;
}

.summarystatusxwide {
    width: 220px;
}

.summarystatus100wide {
    width: 100px;
}

.summarystatus150wide {
    width: 150px;
}

.summarystatus200wide {
    width: 200px;
}

.summarystatus250wide {
    width: 250px;
}

.summarystatus300wide {
    width: 300px;
}

.summarystatus350wide {
    width: 350px;
}

.summarystatus400wide {
    width: 400px;
}

.summarystatusxxwide {
    width: 400px;
}

.summarystatusverywide {
    width: 400px;
}

.summarystatus400wide {
    width: 500px;
}


.summarystatus500wide {
    width: 500px;
}

.summarystatus600wide {
    width: 500px;
}


.summarystatusshort {
    width: 50px;
}

.summaryissuereason {
    display: table-cell;
    width: auto;
    color: black;
    vertical-align: middle;
    background-color: gold;
    padding: 5px;
    border: 1px solid darkslateblue;
    font-size: small;
    /*line-height: 12px;*/
}

.summaryshort {
    width: 130px;
}


/* .ui-datepicker-calendar {
    display: none;
} */


.signout{
    text-align: right;
}

/* .signoutbutton{
    background-color: #4CAF50; Green 
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
} */
