html, body {
    font-size: 16px;
}
body {
    margin: 0;
    overflow-x: hidden;
    background: #1E1E20;
}
#chartWrapper {
    height: 0px;
    max-height: 650px;
    background: white;
    overflow: hidden;
}
#realTimeChart {
    width: 1080px;
    height: 540px;
}
#sizeConstrainer {
    max-width: 1080px;
    height: 540px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px;
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}
.inputs {
    margin: 0 auto;
    text-align: center;
    background: #fcfcfc;
    height: 430px;
    border: 1px solid #f2f2f2;
    padding-top: 30px;
    width: 380px;
}
img.profile_picture {
    width: 175px;
    height: 175px;
    border-radius: 87.5px;
}
.inputs input {
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 5px;
    height: 35px;
    padding-left: 10px;
    position: relative;
}
#login {
    width: 75%;
    background: #d93132;
    border: none;
    color: white;
    height: 45px;
    margin-top: 25px;
    font-weight: bold;
}
.logo-container {
    position: relative;
    width: 100%;
    padding: 40px 0 70px 0;
    text-align: center;
}
.logo-container img {
    width: 130px;
}
.disabled {
    pointer-events: none;
    transition: 0.5s;
    moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    opacity: 0.5;
}
.error {
    background: #d93132;
    height: 50px;
    position: absolute;
    top: -50px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align: center;
    z-index:200;
    padding-top: 15px;
}
#wrapper {
    width: 100%;
    height: 100%;
}
#customer-banner {
    background: #15436C;
    height: 180px;
    background: url('../../../public/img/bannerImage.jpg');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
#reports {
    max-height: calc(100% - 180px);
    height: auto;
    background: #1E1E20;
    color: white;
    padding: 15px 30px;
}
#latestTest {
    background: #2A2B2C;
}
#profile-image {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
    top: 30px;
    left: 30px;
    z-index: 2;
    display: inline-block;
}
#profile-image img {
    height: 120px;
    width: auto;
}
#black-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    z-index: 1;
}
#searchbar input {
    height: 50px;
    background: none;
    border: none;
    width: 90%;
    margin-top: 5px;
    outline: none;
    margin-left: 6px;
    font-size: 18px;
}
#customer-details {
    display: inline-block;
    position: relative;
    left: 65px;
    z-index: 2;
    color: white;
    top: 12px;
}
#customerName {
    font-size: 2em;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
#customerType {
    margin: 0;
    font-size: 1.2em;
}
#settings-button {
    display: inline-block;
    background: rgba(0,0,0,0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    width: 130px;
    height: 38px;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    margin-left: -6px;
    font-weight: bold;
    margin-right: 10px;
    margin-top:5px;
}
#settings-button i {
    margin-left: -4px;
    padding-right: 4px;
}
#stream-button {
    display: inline-block;
    background: rgba(214, 8, 22, 0.80);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    width: 130px;
    height: 38px;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    margin-left: -6px;
    font-weight: bold;
    display: none;
    opacity: 0.0;
}
#stream-button i {
    margin-left: -4px;
    padding-right: 4px;
}
#stream-button.visible {
    display: inline-block;
}
#stream-button:hover {
    cursor: pointer;
}
#toolbar {
    height: 60px;
}
#buttons .button {
    display: inline-block;
    padding-left: 30px;
    text-align: center;
    margin-top: 10px;
}
#button-container {
    float: right;
}
.button span.top {
    font-weight: bold;
    display: block;
    font-size: 1.6em;
}
.button span.bottom {
    display: block;
    font-size: 0.8em;
    margin-top: -2px;
}
.latestWrapper div,
.latestDetail p {
    display: inline-block;
    position: relative;
}
.latestWrapper {
    background: #2A2B2C;
    width: 105%;
}
.latestWrapper .imageContainer {

}
.latestWrapper .imageContainer img {
    width: 80px;
    height: 80px;
    background: white;
}
.latestDetail {
    top: -8px;
}
.latestDetail p:nth-child(1) {
    left: 28px;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-top: 0px;
    left: 20px;
    top: 20px;
    margin-bottom: 0px;
}
.latestDetail p:nth-child(1) span {
    font-weight: normal;
    font-size: 0.8em;
    left: 20px;
    opacity: 0.6;
}
.latestDetail p:nth-child(2) {
     left: 20px;
     display: block;
     margin-top: 0px;
     top: 20px;
     margin-bottom: 0px;
 }
.addButton {
    float: right;
    left: -10%;
    top: 28px;
    font-size: 1.4em;
}
.testLabel {
    font-size: 0.95em;
    font-weight: bold;
}
#reportListWrapper {
    padding-top: 40px;
}
#reportList {
    font-size: 0.9em !important;
}
#reportList tr,
#reportList td {
    color: white;
    text-align: left;
}
#reportList tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#reportList tbody tr:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#reportList td {
    width: auto !important;
    padding-left: 20px;
}
#reportList td:last-child {
    width: 30% !important;
    padding-right: 70px;
}
#reportList td.gutter {
    width: 60px !important;
    background: #2A2B2C !important;
    border: 1px solid #2A2B2C !important;
}
#reportList tbody tr:hover {
    background: #2A2B2C;
}

@media(max-width: 990px) {
    #searchbar {
        background: white;
        color: black;
        padding-bottom: 7px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #buttons {
        text-align: center;
        height: 80px;
    }
    #button-container {
        float: left !important;
        margin-top: 15px !important;
    }
    #button-container .button:first-child {
        padding-left: 10px;
    }
    #reports {
        padding: 0px;
    }
    #toolbar {
        height: 160px;
    }
    #reportsWrapper {
        margin-left: 30px;
        overflow: hidden;
    }
}
@media(max-width: 600px) {
    #customer-banner {
        text-align: center;
        height: 340px;
    }
    #customer-details {
        top: 50px;
    }
    #customerName {
        padding-bottom: 10px;
    }
    #profile-image,
    #customer-details {
        left: 0;
    }
}