﻿:root {
    --queue-stat-padding: 25%;
    --queue-name-padding: 25%;
    --queue-row-height: 100%;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200
}
h3 {
    font-family: 'Roboto', sans-serif;
}

.btn{
    border-radius: 0px;
}
#btnShowSettings {
    background: rgba(255,255,255, 0);
    color: #fff;
    border: 0px;
}

#containerWallboardSettings, #containerShowWallboardSettings {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}
#containerShowWallboardSettings{
    height: 40px;
    width: 40px;
}
#containerSelectWallboard {
    background: #f1f1f1;
    padding: 10px;
}
#containerSelectWallboard h4{
    padding-left: 0px;
}



#containerLoader {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
}

#containerLoader h5{
    color: #fff;
}

.col-sm-2{
    height: 100%;
    border: 2px solid #222;
}

.row-odd {
    background: #577399;
    color: #222;
}
.row-even {
    background: #2e3192;
    color: #222;
}
.agent-count {
  color: #fff;
  font-family: 'Roboto';
  font-weight: 200;
}
.queue-row {
  height: var(--queue-row-height);
}
.queue-stat {
    padding-top: var(--queue-stat-padding);
    font-size: 32px;
}
.queue-name{
    font-weight: 500;
    font-size: 38px;
    padding-top: var(--queue-name-padding);
}

/*.row-odd .col-sm-2:first-of-type h4, .row-even .col-sm-2:first-of-type h4 {
    padding-top: 35%;
}*/

.row-odd h3, .row-odd h4, .row-even h3, .row-even h4{
    color: #fff;
}

h3, h4{
    white-space: normal;
    word-wrap: break-word;
}

.h3-small{
    font-size: 70px;
}

.alert-animate {
    -webkit-animation: flash-colour 1s ease-in-out 0s infinite normal;
    -moz-animation: flash-colour 1s ease-in-out 0s infinite normal;
    -ms-animation: flash-colour 1s ease-in-out 0s infinite normal;
    animation: flash-colour 1s ease-in-out 0s infinite normal;
}

@-webkit-keyframes flash-colour {
    0% {
        background: #cf000f;
    }

    50% {
        background: #FFA400;
    }

    100% {
        background: #cf000f;
    }
}

@keyframes flash-colour {
    0% {
        background: #cf000f;
    }

    50% {
        background: #FFA400;
    }

    100% {
        background: #cf000f;
    }
}



/*****************************   Wallboard V2  ********************************/
.container{
    max-width: 80%;
}

.card {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
    box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
    border-radius: 1rem;
    padding: 15px;
    margin: 15px;
    border: 1px solid #e2e2e2;
}

.config-header{
    margin-bottom: 20px;
}

.config-header h4{
    font-weight: 500;
}

.queue-selector {
    background: #ebf2ff;
    margin: 5px 0 5px 0;
    padding: 10px;
    border-radius: 0.5rem;
}

.queue-selector.neutral{
    background: #fbfbfb;
}

.queue-selector.selected, .queue-selector.neutral.selected{
    background: #a8efb7;
}

#btnSaveConfig, #btnAddCluster {
  margin-top: 20px;
}

#availableQueues, #availableSkills {
  max-height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

#primaryLoadingIndicator, #secondaryLoadingIndicator, #configScreenLinkContainer {
    position: fixed;
    bottom: 0;
}

#primaryLoadingIndicator {
    left: 5px;
    color: #52fb78;
}

#secondaryLoadingIndicator {
    left: 30px;
    color: #f9be11;
}

#configScreenLinkContainer{
    right: 0;
    padding: 20px;
    min-height: 90px;
    min-width: 90px;
}

#configScreenLinkContainer a{
    border-radius: 50%;
    font-size: 2.5rem;
}

.col-no-border{
    border: none!important;
}

.modal-dialog {
  width: 1200px!important;
}

.padding-10{
  padding: 10px!important;
}

.margin-top-10{
  margin-top: 10px!important;
}

/*****************************   Customised Wallboards  ********************************/
.vh50 {
  height: 50vh;
}

#techCentreCustomWalboard .vh50 .col-xs-4 {
    height: 100%;
    border: 1px solid #dcdcdc;
}

#techCentreCustomWalboard .vh50:nth-child(even) .col-xs-4:nth-child(odd), #techCentreCustomWalboard .vh50:nth-child(odd) .col-xs-4:nth-child(even) {
    background: #f9f9f9;
}


#techCentreCustomWalboard h2 {
    font-size: 5rem;
    padding-top: 35px;
    color: rgb(0,32,96);
}

#techCentreCustomWalboard h3 {
    font-size: 3.5rem;
    font-weight: 200;
    padding-top: 50px;
    color: rgb(0,102,153);
}

#techCentreCustomWalboard h4 {
    font-size: 4.3rem;
    font-weight: 400;
    padding-top: 15px;
    color: rgb(0,128,128);
}

.refresh-indicator {
    position: fixed;
    bottom: 5px;
    left: 10px;
}