.left-panel {
    background-color: #00408C;
}
.right-panel {
    background-image: linear-gradient(-90deg, #00408C, #00408C); 
}

.resource-display-header {
    font-weight: 700;
    font-size: 1.1em;
    color: #FFF8E7;
    height: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 15px;
    background-color: #00408C;
}

.resource-display-footer {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #00408C;
}

.resource-display-qr {
    align-self: flex-end;
    margin-bottom: 14px;
    display: none;
}

#page-resource-display-resource {
    background-image: linear-gradient(-90deg,#00408C,#00408C);
}

.resource-display .time, .resource-display .date {
    color: white; 
    font-weight: bold;
    font-size: 2em;
    text-align: right;
}

.resource-display .resource-display-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    color: white; 
}

.resource-display .date {
    font-size: 1.5em;
    color: white; 
}

.resource-display-reservation, .resource-display-none {
    color: white;
    font-size: 2.0em; 
}

.resource-display-name, .resource-display-date {
    font-size: 2.5em;
    font-weight: bold;
    color: white; 
}

.resource-display-available {
    background-color: #00aa00;
    border: solid 1px darkgreen;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 20px 0;
    font-weight: bold;
    line-height: 26px;
    width: 60%;
    font-size: 2.0em;
    height: 50px;
    padding: 10px;
}

.resource-display-unavailable {
    background-color: #cc0000;
    border: solid 1px darkred;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 20px 0;
    font-weight: bold;
    line-height: 26px;
    width: 60%;
    font-size: 2.0em;
    height: 50px;
    padding: 10px;
}

.resource-display .upcoming-separator {
    height: 2px; 
    padding: 0;
    margin: 15px 0; 
    border: 0;
    background-color: white; 
}

.resource-display-action {
    line-height: 60px;
    font-size: 2em;
    text-transform: uppercase;
    border: solid 1px #353432;
    background-color: #FFF8E7;
    margin: 20px 0;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: auto;
    display: none;
    padding: 0 20px;
}

.footer {
    text-align: center;
    border-top: solid 1px #3e3d3b;
    color: #fff;
    font-size: 0.8em;
    background: #585754;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #72716d), color-stop(1, #585754));
    background: -ms-linear-gradient(bottom, #72716d, #585754);
    background: -moz-linear-gradient(center bottom, #72716d 0%, #585754 100%);
    background: -o-linear-gradient(#585754, #72716d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#585754', endColorstr='#72716d', GradientType=0);
    margin-bottom: 0;
    flex-shrink: 0;
	display: none;
}