@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.ttf');
}


html, body {
    cursor: none !important;
    overflow: hidden;
}

.fullscr {
    height: 1080px;
    width: 1920px;
    background-color: #19365E;
    font-family: Montserrat-Regular;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bootstrapInfo {
    color: #55565b;
    text-align: center;
}

.logoImgDiv {
    height: 150px;
    line-height: 150px;
    text-align: right;
    margin-right: 50px;
}

.logoImg {
    height: 70%;
}

.lastCalledScreen {
    width: 1920px;
    height: 842px;
}

.lastCalled {
    width: 1536px;
    height: 692px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}

.lastCalled.ng-enter {
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
}

.lastCalled.ng-enter-active {
    opacity: 1;
}

.historyScreen {
    position: absolute;
    top: 842px;
    left: 0px;
    width: 1920px;
    height: 238px;
}

.videoHorizontalLine {
    position: absolute;
    height: 5px;
    width: 1728px;
    margin: 0px;
    border: none;
    margin-left: 96px;
    background-color: #4698CB;
}

.msg {
    height: 150px;
    margin-top: 50px;
    width: 1820px;
    margin-left: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 150px;
    color: rgba(70, 152, 203, 0.7);
}

.msg1 {
    font-style: italic;
    color: #4698CB;
}

.lastCalledTicketStation {
    width: 48%;
    height: 250px;
    float: left;
    text-align: center;
    display: table;
    font-size: 90px;
    line-height: 150px;
    color: #ffffff;
}

.lastCalledTicketAgente {
    color: #4698CB;
    font-size: 60px;
    width: 1536px;
    height: 200px;
    line-height: 200px;
    clear: both;
    text-align: center;
}

.agenteColor {
    color: #ffffff;
}

.blink {
    animation: blinker;
    animation-duration: 1s;
    animation-iteration-count: 5;
    animation-timing-function: linear;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.historyTicket {
    float: left;
    width: 384px;
    height: 218px;
    color: #a1a2a7;
    text-align: center;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.turnoTxt {
    font-size: 40px;
    padding-top: 5px;
    line-height: 40px;
}

.historyTicketNum {
    font-size: 60px;
    line-height: 60px;
}

.historyTicketStation {
    font-size: 40px;
    line-height: 40px;
    padding-top: 10px;
}

.historyVertLine {
    position: absolute;
    top: 70px;
    height: 120px;
    width: 5px;
    background-color: #4698CB;
    margin: 0px;
    border: none;
}

.lastCalledTicketMatricula {
    width: 48%;
    height: 250px;
    float: left;
    text-align: center;
    font-size: 150px;
    line-height: 250px;
    font-weight: 600;
    color: #ffffff;
}

.lastCalledTicketNum {
    width: 48%;
    height: 250px;
    float: left;
    text-align: center;
    font-size: 200px;
    line-height: 250px;
    font-weight: 600;
    color: #ffffff;
}
