﻿@charset "utf-8";
/* CSS Document */

body {
    display: block;
    background-color: #ffffff;
    font-family: 'Nunito', sans-serif !important;
    color: #4F4F4F;
    margin: 0;
    padding: 0;
    border: 0;
    zoom: 100%;
}


/*-- MISCELLANEOUS --*/
.round-corner {
    border-radius: 8px;
}

.bg-cl {
    background-color: #1DAFD7;
}


/*--- FONT ---*/
h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 1.2em;
}

/*---- MAIN ----*/
.wrapper {
    width: 98%;
    height: 500px;
    display: block;
    margin: 0 auto;
    padding: 1%;
}

.current-col {
    width: 68%;
    display: block;
    float: left;
    margin-right: 2%;
    font-size: larger;
}

.current-col2 {
    width: 98%;
    display: block;
    float: left;
    margin-right: 2%;
    font-size: larger;
}

    .current-col2 current-customer {
        height: 100px;
    }

.waiting-col {
    width: 30%;
    display: block;
    float: left;
}

/*---- CURRENT COL ------*/
.current-col {
}



.current-customer {
    text-align: center;
    color: #fff;
    padding: 3px 0px;
    margin-bottom: 12px;
    height: 200px;
}

    .current-customer h2 {
        margin-top: 0;
        transform: translateY(-30%);
    }

table.current-list, table.waiting-list {
    text-align: left;
    display: block;
    float: left;
    width: 100%;
    font-size: 30px;
}

table.current-list4 {
    text-align: left;
    display: block;
    float: left;
    width: 100%;
    font-size: 30px;
}

table.current-list2 {
    text-align: left;
    display: block;
    float: left;
    width: 100%;
    font-size: 30px;
}
    /*-- Table header ---*/
    table.current-list2 > thead {
        width: 100%;
        display: block;
        height: auto;
        color: #fff;
        line-height: 50px;
        float: left;
        padding: 4px 0;
    }

        table.current-list2 > thead > tr, table.waiting-list > thead > tr {
            width: 100%;
            display: block;
            float: left;
        }

            table.current-list2 > thead > tr > th:first-child {
                padding-left: 10px;
                width: 150px;
            }
    /*-- Table Body --*/
    table.current-list2 > tbody {
        width: 100%;
        display: block;
        color: #fff;
        line-height: 50px;
    }

        table.current-list2 > tbody > tr, table.waiting-list > tbody > tr {
            width: 100%;
            display: block;
            float: left;
            height: auto;
            color: #4f4f4f;
            padding: 4px 0;
            font-size: 50px;
        }

            table.current-list2 > tbody > tr > td:first-child {
                padding-left: 20px;
                width: 140px;
            }

            table.current-list2 > tbody > tr:nth-child(even) {
                background-color: #f2fbfe;
            }

/*-- Table header ---*/
table.current-list > table.waiting-list > thead, thead {
    width: 100%;
    display: block;
    height: auto;
    color: #fff;
    line-height: 50px;
    float: left;
    padding: 4px 0;
}

table.current-list4 > table.waiting-list > thead, thead {
    width: 100%;
    display: block;
    height: auto;
    color: #fff;
    line-height: 50px;
    float: left;
    padding: 4px 0;
}

table.current-list > thead > tr, table.waiting-list > thead > tr {
    width: 100%;
    display: block;
    float: left;
}

table.current-list4 > thead > tr, table.waiting-list > thead > tr {
    width: 100%;
    display: block;
    float: left;
}

table.current-list > thead > tr > th:first-child {
    padding-left: 10px;
    width: 150px;
}

table.current-list4 > thead > tr > th:first-child {
    padding-left: 10px;
    width: 100px;
}
/*-- Table Body --*/
table.current-list > tbody {
    width: 100%;
    display: block;
    color: #fff;
    line-height: 100px;
}

table.current-list4 > tbody {
    width: 100%;
    display: block;
    color: #fff;
    line-height: 50px;
}


table.current-list3 > tbody {
    line-height: 50px !important;
}


table.current-list > tbody > tr, table.waiting-list > tbody > tr {
    width: 100%;
    display: block;
    float: left;
    display: table;
    color: #4f4f4f;
    padding: 4px 0;
    font-size: 48px;
}

    table.current-list > tbody > tr > td:first-child {
        padding-left: 20px;
        width: 140px;
    }

    table.current-list > tbody > tr:nth-child(even) {
        background-color: #f2fbfe;
    }



table.current-list4 > tbody > tr {
    width: 100%;
    display: block;
    float: left;
    height: auto;
    color: #4f4f4f;
    padding: 4px 0;
    font-size: 22px;
    font-weight: bold;
}

    table.current-list4 > tbody > tr > td:first-child {
        /*padding-left: 20px;*/
        width: 100px;
    }

    table.current-list4 > tbody > tr:nth-child(even) {
        background-color: #f2fbfe;
    }



/*---- WAITING COL ------*/
.waiting-col .logo {
    width: 100%;
    /*height: 205px;*/
    height: 130px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    margin-bottom: 12px;
    background-image: url(../img/LogoHeli.png);
    background-position: center;
    /*background-size: 100%;*/
    background-size: contain;
}

.col-md-4 .logo {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    margin-bottom: 12px;
    background-image: url(../img/LogoHeli.png);
    background-position: center;
    background-size: contain;
}



table.waiting-list > thead > tr > th:first-child {
    padding-left: 20px;
    line-height: 50px;
}

/*table.waiting-list > tbody > tr > td:first-child {
    width: 72px;
    font-size: 15px;
}

table.waiting-list > tbody > tr:last-child {
    border-bottom: 1px solid #a5a5a5;
    font-size: 20px;
}*/

table.waiting-list > tbody > tr {
    font-size: 20px !important;
}



/*--- Pop-up ---*/
.pop-up {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(96,96,96,.8);
}

.pop-up-board {
    width: 100%;
    min-width: 800px;
    height: 350px;
    display: block;
    margin-top: 120px;
    background-color: #fff;
}

.alarm {
    width: 200px;
    height: 200px;
    display: block;
    float: left;
    background-image: url(../img/alarm-02.png);
    background-position: center;
    background-size: 80%;
}

.patient-call {
    width: 1080px;
    height: auto;
    display: block;
    float: center;
    margin-top: 120px;
}

    .patient-call h3 {
        font-size: 65px;
        margin-top: 80px;
        padding-top: 10px;
        font-style: center;
    }

    .patient-call p {
        font-size: 65px;
        line-height: 70px;
        font-style: center;
    }




.room-name {
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    display: block;
    height: auto;
    color: #fff;
    line-height: 50px;
    float: left;
    margin-bottom: 12px;
    padding: 7px 0;
    text-align: center;
}

    .room-name p {
        margin: 0;
    }

.background {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    background-image: url(../img/LCD.png);
    position: relative;
    background-color: #283891;
    background-size: 100% 100%;
}

.content {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 5%;
    right: 5%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    overflow: hidden;
}

.logo-col {
    width: 8%;
    height: 100%;
    float: left;
    padding: 0 3%;
}

    .logo-col > img {
        object-fit: contain;
        width: 100%;
    }

.content .content-col {
    height: 100%;
    width: 82%;
    position: relative;
    float: left;
}

.content-col table {
    width: 100%;
}

.content-col thead {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 36px;
    display: table-header-group;
    float: none;
}

.content-col tbody {
    font-size: 48px;
    margin: 0 auto;
}

.content-col tr th, .content-col tr td {
    text-align: center;
}

.content-col tbody tr {
    color: #283891;
    font-weight: 500;
}

    .content-col tbody tr:nth-child(n+6) {
        color: #4a4a4a;
        font-size: 40px;
    }

.content-col tr td {
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.blur-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(0, 0, 0, 0));
}

.fixed-top-right {
    position: fixed;
    top: 10px;
    right: 10px;
    margin: 0;
}
