body, html {
    height: 100%;
    margin: 0;
}

body {
    padding-top: 50px;
    background: grey url('../img/background.jpg') repeat;
}

.navbar-logo {
    width: auto;
    height: 50px;
    max-height: 50px;
}

#quick-settings {
    color: white;
    text-decoration: none;
}

#quick-settings > .clock {
    font-size: 24px;
    margin: 0 auto;
}

.ticket {
    font-size: 4em;
    font-family: 'Droid Sans Mono';
}

.droid {
    font-family: 'Droid Sans Mono';
}

.ticket-called {
    margin-bottom: -20px;
    font-family: 'Droid Sans Mono';
    font-size: 96px;
    line-height: 96px;
}

.ticket-called-info {
    margin-top: -20px;
    padding-top: -30px;
    font-size: 32px;
    line-height: 32px;
}

.ticket-called-to-icon {
    font-size: 48px;
}

.align-left {
    text-align: left;
}

.align-center {
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.align-right {
    text-align: right;
}

.page-navbar {
    color: white;
    padding-left: 5%;
    padding-right: 5%;
}

.page-footer {
    left: 0;
    right: 0;
    color: white;
    width: 100%;
    bottom: 0;
    opacity: 0.8;
    height: 20px;
    position: fixed;
    text-align: center;
    padding-bottom: 20px;
    background: black url('../img/dark_backround.png');
}

.page-footer a {
    text-decoration: none;
    color: #00adee;
}

.page-footer a:hover {
    text-decoration: none;
    color: #9bd300;
}

.heading {
    font-size: 20px;
}

div[id*="_t_"] {
    background: #A9F5D0;
    border: 1px solid;
}

.big-heading {
    text-decoration: none;
    font-size: 32px;
    color: #190707;
}

.notification {
    font-size: 42px;
}

.flash {
    background: #F78181 !important;
    border: 1px solid !important;
}

#officeName {
    font-size: 26px;
    color: white;
}

#nameAndAddress {
    float: left;
}

pre.word-wrap {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

img.place-logo {
    max-height: 80px;
    width: auto;
}

.called-ticket-row:nth-child(odd) {
    padding-top: 5px;
    padding-bottom: 5px;
    background: var(--brand-grey-1);
}

.called-ticket-row:nth-child(even) {
    padding-top: 5px;
    padding-bottom: 5px;
    background: var(--light-grey);
}

.called-ticket-row .called-ticket-info {
    line-height: 1;
    font-size: 1.6em;
    font-family: 'Droid Sans Mono';
}

.called-ticket-info.queue-name {
    font-family: 'Poppins';
}

.called-ticket-row.new:nth-child(odd) {
    /*background-color: #d1eee1;*/
    background-color: #c8e6c9;
}

.called-ticket-row.new:nth-child(even) {
    /* background-color: #f1f9f6; */
    background-color: #e8f5e9;
}

.called-ticket-row.at-desk:nth-child(odd) {
    background-color: #bbdefb;
}

.called-ticket-row.at-desk:nth-child(even) {
    background-color: #e1f5fe;
}

#latestQueue {
    font-size: 1.6em;
    line-height: 1;
    font-family: 'Poppins';
    text-transform: uppercase;
}

#latestTicket {
    font-size: 5em;
    font-weight: bold;
    font-family: 'Droid Sans Mono';
    line-height: 1;
}

#latestCounter {
    font-size: 2em;
    line-height: 1;
    font-family: 'Droid Sans Mono';
}

.w-75 {
    width: 75%;
    margin: 0 auto;
}

.w-50 {
    width: 50%;
    margin: 0 auto;
}

.latest-ticket-details-1 {
    color: white;
    background-color: var(--logo-green);
}

.latest-ticket-details-2 {
    color: white;
    background-color: var(--logo-blue);
}

#bellNotificationArea {
    min-height: 200px;
}

#queueStatusList {
    min-height: 200px;
}

.queue-stats-row, .history-row {
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
}

.queue-stats-row:nth-child(odd), .history-row:nth-child(odd) {
    background: var(--light-grey);
}

.queue-stats-row:nth-child(even), .history-row:nth-child(even) {
    background: var(--brand-grey-1);
}

.kiosk-queue {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.kiosk-queue:nth-child(odd) {
    background: var(--light-grey);
}

.kiosk-queue:nth-child(even) {
    background: var(--brand-grey-1);
}

.kiosk-queue.not-active {
    background: var(--brand-red-3);
}

.kiosk-queue.not-open {
    background: var(--brand-red-1);
}

.kiosk-queue.not-serving {
    background: var(--brand-yellow-1);
}

#pageContent {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
    margin-top: 25px;
    margin-bottom: 25px;
}

#kiosk-ui {
    /* overflow: auto; */
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
}

#kiosk-ui > #place-details {
    margin-top: -36px;
}

#kiosk-ui > #role-display {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

#kiosk-ui > #role-display > #display-row {
    flex: 1;
    display: flex;
}

/* #kiosk-ui > #role-display > #display-row {
} */

#kiosk-ui > #status-area {
    flex-shrink: 0;
    font-size: small;
}

#ticketHistoryContainer {
    min-height: 200px;
}

.notification-item, .history-row {
    font-family: 'Droid Sans Mono';
}

.notification-item .queue-name {
    padding-top: 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 1;
}

.notification-item .legend {
    text-transform: lowercase;
    font-weight: bold;
    line-height: 1;
}

.notification-item .ticket-text {
    font-weight: bolder;
    line-height: 1;
}

.notification-item .counter-name {
    font-weight: bolder;
    line-height: 1;
}

.notification-item.col-3 .queue-name {
    font-size: 1.0rem;
}

.notification-item.col-4 .queue-name {
    font-size: 1.6rem;
}

.notification-item.col-6 .queue-name {
    font-size: 2.0rem;
}

.notification-item.col-3 .legend {
    font-size: 0.8rem;
}

.notification-item.col-4 .legend {
    font-size: 1.0rem;
}

.notification-item.col-6 .legend {
    font-size: 1.2rem;
}

.notification-item.col-3 .ticket-text {
    font-size: 2.4rem;
    min-width: 180px;
}

.notification-item.col-4 .ticket-text {
    font-size: 4rem;
    min-width: 300px;
}

.notification-item.col-6 .ticket-text {
    font-size: 6rem;
    min-width: 350px;
}

.notification-item.col-3 .counter-name {
    font-size: 2.0rem;
}

.notification-item.col-4 .counter-name {
    font-size: 3.0rem;
}

.notification-item.col-6 .counter-name {
    font-size: 3.5rem;
}

.notification-item.col-3 .called-ticket-details {
    font-size: 2.4rem;
    font-weight: bold;
}

.notification-item.col-4 .called-ticket-details {
    font-size: 4rem;
    font-weight: bold;
}

.notification-item.col-6 .called-ticket-details {
    font-size: 6rem;
    font-weight: bold;
}

.notification-item .alert-success.new-ticket {
    background-color: #c3e6cb;
    border-color: #74dd8c;
}

.notification-item .alert-success.new-ticket-1 {
    background-color: #ff6666;
    border-color: #ff6666;
}

.notification-item .alert-success.new-ticket-2 {
    background-color: #ff9999;
    border-color: #ff9999;
}

.notification-item .alert-success.new-ticket-3 {
    background-color: #ffcccc;
    border-color: #ffcccc;
}

.notification-item .alert-success.recalled-ticket-1 {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.notification-item .alert-success.recalled-ticket-2 {
    background-color: #ffe066;
    border-color: #ffe066;
}

.notification-item .alert-success.recalled-ticket-3 {
    background-color: #fff8b3;
    border-color: #fff8b3;
}

.history-row .badge {
    font-size: 1.4em;
}

.bg-accessible-dark-green {
    background-color: #285828;
}