@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; --- Faizal : induvidually use if require disabling as 30% of extra cpu usage */
}

body{
    margin: 0;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    height: auto;
    }

.header{
    display:flex;
    justify-content: space-between;
    background: rgba(96, 98, 111, 1.0);
    background: -webkit-linear-gradient(bottom right, rgba(96, 98, 111, 1.0), rgba(38, 41, 51, 1.0));
    background: -moz-linear-gradient(bottom right, rgba(96, 98, 111, 1.0), rgba(38, 41, 51, 1.0));
    background: linear-gradient(to top left, rgba(96, 98, 111, 1.0), rgba(38, 41, 51, 1.0));
    position:fixed;
    z-index: 9;
    width: 100%;
    height: 60px;
    background-blend-mode: hue;
    
}

.logo {
    width: -webkit-fill-available;
    height: 100%;
    padding-left: 15px;
    max-width: 200px;
}
.logo-image{
    height: 24px;
    width: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.header-data {
    width: 756PX;
    padding-top: 2px;
}
.tkn-time {
    font-size: 32px;
    padding: 0 20px;
    border-left: 1px solid;
    border-right: 1px solid;
}
.user{
    width: -webkit-fill-available;
    height: 100%;
    text-align: right;

}
.text-user{
    width: 100%;
    height: 50%;
}

.dp-image{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-self: center;
    background-color: rgb(162, 175, 175);
    margin-right: 10px;
}

.label{
    margin: 0;
    padding: 5px 15px 0 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.label2{
    margin: 0;
    padding: 0px 15px 8px 0;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.main{
    height: 100%;
    width: 100%;
    margin-top: 60px;
    position: absolute;
    background-color: aqua;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:black;
    color: white;
    height: 24px;
 }
.footer-block1{
    text-align: right;
    padding-right: 15px;
    height: 100%;
    position:relative;
    font-size: 10px;
    font-weight: 300;
}
.footer-text{
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*------------------ Container -----------------*/
.container {
    width: 100%;
    background-color: beige;
    height: calc(100% - 60px);
    display: block;
    position: absolute;
    top: 60px;
}
.side-panel {
    height: calc(100% - 84px);
    background-color: darkgrey;
    width: 200px;
    display: flex;
    flex-direction: column;
    position: fixed;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.side-toggle {
    transition: auto .3s ease-in-out;
    width: 100%;
    height: 30px;
    background-color: gainsboro;
    position: absolute;
    top: calc(100% - 30px);
}
.nav-topbox {
    width: 100%;
    height: 160px;
    background-color: gainsboro;
}
/*------------------ Dialog Screen -----------------*/
.lock-screen {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    margin: 0;
    padding: 0;
}
.dialog-container {
    width: 76%;
    margin: auto;
    height: auto;
    border-radius: 15px;
    background-color: lightsteelblue;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 60vh;
    overflow: scroll;
}
.dialog-header {
    height: 17vw;
    background-color: #1192a7;
    border-radius: 15px 15px 0 0;
    display: grid;
    align-items: center;
    padding: 0 20px;
}
.dialog-button {
    height: 20vw;
    display: grid;
    justify-content: space-evenly;
    align-content: center;
    grid-auto-flow: column;
}
.dialog-text{
    height: 10vw;
}
.apple{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
button#diaclose {
    height: 9vw;
}

/* ----------------Login Section---------------- */

.login-split{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.login-screen{
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    background: rgba(123, 125, 136, 1.0);
    background: -webkit-linear-gradient(top, rgba(123, 125, 136, 1.0), rgba(38, 41, 51, 1.0));
    background: -moz-linear-gradient(top, rgba(123, 125, 136, 1.0), rgba(38, 41, 51, 1.0));
    background: linear-gradient(to bottom, rgba(123, 125, 136, 1.0), rgba(38, 41, 51, 1.0));
}
.login-img-user {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-evenly;
    padding: 3vw;
}
.img-login-usr{
    height: 95px;
    border-radius: 50%;
}
img.gclogo {
    opacity: 20%;
    width: 70%;
}
.login-block{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.login-button{
    width: 20%;
    height: 40px;
    font-size: medium;
    margin-top: 20px;
}
.loginfield{
    height: 30px;
    width: 60%;
    margin: 0 0 20px;
    padding: 5px;
    text-align: center;
    background-color: inherit;
    border: 0;
    border-bottom: 1px solid;
    font-size: large;
}
#loginmessage {
    height: 30px;
    margin-bottom: 20px;
}
.user-data {
    display: flex;
    width: -webkit-fill-available;
    justify-content: flex-end;
    max-width: 340px;
}

.userblock {
    position: fixed;
    height: 100%;
    background-color: #e2e4e4;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.logout {
    padding: 100px 30px 40px 32px;
}


.tok-heading {
    border: 1px solid;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tokenblock{
    display: flex;
    width: 256px;
    height: 100vh;
    right: 0;
    background-color: rgba(96, 98, 111, 1.0);
    align-self: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    padding-top: 60px;
}
.tocall{
    width: 97%;
    height: calc(50% - 149px);
    border-style: inset;
    overflow: scroll;
    -ms-overflow-style: none;
}
.skipped{
    height: calc(50% - 149px);
}
.tok-optionblock{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 20px 0;
}
.ttc {
    height: 30px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    background-color: #dcd9d9;
    margin: 2px;
    border-radius: 5px;
}
.tokens {
    height: 46px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    background-color: #dcd9d9;
    margin: 2px;
    border-radius: 5px;
    width: calc(100% - 4px);
}
.tkn-no {
    font-size: 28px;
    text-align: center;
    width: 50%;
    border-left: 15px solid;
    max-width: 120px;
    margin-top: -3px;
}
p.token-header {
    padding-top: 5px;
    width: 97%;
    text-align: center;
    border-style: outset;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    height: 25px;
    background-color: black;
    color: white;
}
p.tkn-slots {
    margin: 0;
    text-align: center;
}
.btn-call{
    display: inline;
    width: 114px;
    height: 100%;
    border-radius: 5px;
    font-size: 16px;
}
.div-btn-call {
    width: 30%;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
}
.div-btn-display {
    width: 360px;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
}
.div-slots {
    width: 50%;
    border-left: 1px solid black;
    font-size: small;
    max-width: 100px;
    border-right: 15px solid;
}
.tok-option{
    align-self: flex-start;
}
.tok-select{
    width: 100px;
    border-radius: 5px;
    padding-left: 5px;}
label{
    display: block;
}

@media only screen and (max-width: 600px) {

    .login-screen {
        width: 100%;
        height: 100%;
        position: fixed;
        display: flex;
        background: rgba(123, 125, 136, 1.0);
        background: -webkit-linear-gradient(top, rgba(123, 125, 136, 1.0), rgba(38, 41, 51, 1.0));
        background: -moz-linear-gradient(top, rgba(123, 125, 136, 1.0), rgba(38, 41, 51, 1.0));
        background: linear-gradient(to bottom, rgba(123, 125, 136, 1.0), rgba(38, 41, 51, 1.0));
        flex-direction: column-reverse;
    }

    .login-split {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

}