/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*
html, body {
    height: 100%;
}

body {
    color: #fff;
    background-color: #222222;
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1.3 !important;
}

.col-xs-9 {
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
}

.col-xs-0 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.epg-container {
    min-height: 100%; /*overflow: hidden;*//*
}

.bg-body {
    background-color: #222222;
}

.bg-header {
    background-color: #333333;
    padding: 5px;
}

.bg-label {
    background-color: #444444;
    padding-top: 4px;
}

    .bg-label p {
        font-size: 12px;
        color: #c6c6c6;
    }

.bg-available {
    background-color: #164F85;
}

.bg-booked {
    background-color: #E98300;
}

.bg-closed {
    background-color: #CD202C;
}

.bg-loading {
    background-color: #333333;
    padding-top: 34px;
}



.row-epg div:not(.noborder) {
    border-right: 4px solid #222222;
    border-bottom: 4px solid #222222;
    /*border:none;*//*
}

.noborder {
    border: none;
}

.row-epg h2 {
    font-weight: 600;
    margin-bottom: 0px;
}

    .row-epg h2 span {
        font-size: 14px;
    }

.row-epg h3 {
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 14px !important;
}

.row-epg div:last-of-type {
    border-right: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

p {
    margin-bottom: 20px;
}

.epg-container {
    position: relative;
    /*border: 1px solid red;*//*
    min-height: 100% !important;
    /*overflow:hidden;*//*
}

.current-time {
    border: 1px solid #ccc;
    position: absolute;
    top: 15px;
    left: 600px;
    /*height: 1747px;*//*
    height: 1380px;
    z-index: 100;
}

textarea, input {
    color: #000;
}


div.row-h-85, div.row-h-85 div {
    height: 85px;
    max-height: 85px;
}

div.row-h-100, div.row-h-100 div {
    height: 100px;
    max-height: 100px;
}


.lab-name, .lab-free {
    font-size: 24px;
    font-weight: 400;
}

.lab-total {
    font-weight: 600;
}


.lab-opening {
    font-size: 0.9em;
    font-weight: 300;
    color: #eee;
}

#findComputerLabel {
    padding-left: 15px;
}

#libcol_Name {
    font-size: 22px;
    font-weight: 600;
}

.lab-name {
    max-width: 170px;
    float: left;
}

#osa_Name {
    font-size: 19px;
    /*font-weight: 600;*//*
}

#sequiet_Name.lab-name-large, #fidesk_Name, #gbidesk_Name.lab-name-large {
    font-size: 26px;
    /*font-weight: 600;*//*
}


#silberrad_Name {
    font-size: 15px;
    font-weight: 600;
    max-width: 120px; /* try to get the contents to wrap *//*
    float: left;
}

.fa-print {
    font-size: 20px;
}

.top-heading {
    font-weight: 600;
    font-size: 5.2em;
    text-align: justify;
    width: 100%;
}


.lab-heading, .lab-heading2, .lab-heading3 {
    padding: 0px 20px;
    text-align: center;
}

.lab-heading {
    font-size: 6em;
    font-weight: 600;
}

.lab-heading2 {
    font-size: 300px;*/ /*22em;*/ /*
    font-weight: 700;
    line-height: 1;
}

#labFree {
}

#labTotal {
    font-size: 42px;
}

.lab-heading3 {
    font-size: 38px;
    padding-bottom: 20px;
}

#lab-heading-text {
    font-size: 68px;
}

#lab-heading-location {
    font-size: 34px;
}

#singleLab {
    position: relative;
}

#lab-heading-booked-module {
    font-size: 180px;
    font-weight: 600;
}

#lab-heading-booked-notes {
    font-size: 100px;
    font-size: 6vw;
    font-weight: 600;
} 

.top-heading-time {
    font-weight: 600;
    font-size: 60px;
    float: right;
    padding: 3px;
}

.lab-name-large {
    font-size: 30px;
    font-weight: 600;
}

canvas { margin:0; padding:0;
}

#singleLab, #singleRoom { display:none;
}

*/