﻿
.info-box {
    background-color: #eaeaea;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 150px !important;
    padding: .5rem;
    position: relative;
    border-radius: 10px;
    color: #6f6e6e;
}
    .info-box:hover {
        background-color: #6f6e6e;
        color: white;
    }

.PageTitle {
   font-size:20px !important;
}

.Counter-box {
    background-color: #1190c7;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    
    padding: .5rem;
    position: relative;
    border-radius: 25px;
    color: white;
}

    .Counter-box:hover {
        background-color: #6f6e6e;
        color: white;
    }


.Counter-box-active {
    background-color: #28a745;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 150px !important;
    padding: .5rem;
    position: relative;
    border-radius: 10px;
    color: white;
    text-align: center;
}
.CounterTileText {
    margin: auto !important;
    text-align: center !important;
    font-size: 18px !important;
}
.ServiceIcon {
    width:70px !important;
    text-align:center !important;
}
.UserName {
    font-size: 1.5rem !important;
    text-align: center;
}
.card-titleWaiting {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
}

.main-heading {
    font-size: 1.9vw;
    color: #048857;
}

.second-row {
    font-size: 1.9vw;
    color: #9c955f;
}


.title-bar {
    border: solid;
    border-width: 0.5vw;
    border-top-color: #9c955f;
    border-bottom-color: #9c955f;
    border-left: none;
    border-right: none;
    padding: 10px;
    box-shadow: 0 0 15px grey;
    margin-top: 15px;
    margin-bottom: 15px;
}

.h2-Ticket-No {
    font-size: 4rem;
    padding: 1.2vw;
    color: #048857;
}

.h3-Room-No {
    font-size: 2.7rem;
    color: white;
}

.div-whole-box {
    height: 222px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

.div-room-no {
    height: 110px;
    background-color: #048857;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.div-ticket-no {
    height: 110px;
}

.div-whole-box-main {
    height: 250px;
}

.NumberLabel {
    color:black;
    font-size: 3rem !important;
    background-color: #e3e1d4 !important;
    border-radius: 90px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.NumberLabelBlue {
    color: white;
    font-size: 2.5rem !important;
    background-color: #0083bc !important;
    border-radius: 90px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.NumberEnter {
    color: white;
    font-size: 3vw !important;
    background-color: #0083bc !important;
    border-radius: 90px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.TextAlignCenter {
    text-align:center !important;
}

.NumberEnterTextBox {
    min-height:50px !important;
    margin-bottom: 10px !important;
    color: white;
    font-size: 1.5rem !important;
    background-color: #0083bc !important;
    border-radius: 90px !important;
}

.NumberScrSubHead {
    font-size: 20px !important;
    color: #0083bc !important;
}

.PatientInfoFields {
    font-size: 14px !important;
    color: #0083bc !important;
}

.PatientInfoTbl {
    margin-bottom: 10px;
    width: 100%;
}
.PatientInfoTh {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background-color: #283484;
    border-style: solid;
    border-color: #6f6e6e;
    border-width: 1px;
}
.PatientInfoTd {
    font-size: 0.8rem;
    color: #283484;
    background-color: #f2f2f2;
    border-style: solid;
    border-color: #6f6e6e;
    border-width: 1px;
}
.PatientInfoMargin {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.MaxWidthPrint {
    margin-top:60px !important;
    max-width: 240px !important;
}

.MaxWidthService {
    max-width: 240px !important;
}

.PatientName {
    font-size: 12px !important;
    color: #0083bc !important;
}

.Prinitng-box {
    background-color: #e3e1d4;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 250px !important;
    padding: .5rem;
    position: relative;
    border-radius: 25px;
    color: #0083bc;
}

.PrintingText {
    margin: 25px !important;
    text-align: center !important;
    font-size: 18px !important;
}

.MaxWidthTicketNo {
    max-width: 200px !important;
}

.digit {
    font-size: 30px;
    color: #0083bc;
}

.txt {
    font-size: 10px;
    color: #0083bc;
}