@font-face {
    font-family: 'Dot-Matrix';
    src: url('../fonts/Dot-Matrix.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Dot-Matrix Bold';
    src: url('../fonts/Dot-Matrix Bold.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Dot-Matrix Normal';
    src: url('../fonts/Dot-Matrix Normal.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'LED Dot-Matrix';
    src: url('../fonts/LED Dot-Matrix.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Robo Dot-Matrix';
    src: url('../fonts/robotrondotmatrix.otf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

#app {
    overflow: hidden;
    user-select: none;
}

.top-row {
    background: url('../images/top-row-bg.bmp');
    background-size: contain;
    height: 120px;
    text-align: center;
}

.logo-container {
    padding-top: 19px;
    width: 333px;
    height: 120px;
    display: inline-block;
    background: url('../images/top-row-center.bmp') no-repeat;
    background-size: contain;
}

.logo-container img {
    width: 240px;
}

.timer-clock {
    position: relative;
    z-index: 1;
}

.timer-clock:after {
    display: block;
    clear: both;
    content: '';
    width: 500px;
    height: 500px;
    background: url('../images/srp-red.png') no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    top: calc((100% - 500px)/2);
    left: calc((100% - 500px)/2);
}

.main-row {
    background: #434343;
    height: calc(100vh - 120px - 88px);
    text-align: center;
}

.main-container {
    width: 100vw;
    height: 100%;
    display: inline-block;
    /*border-radius: 20px;
    background: url('../images/main-bg.png') no-repeat;
    background-size: 100% 101%;
    margin-top: -10px;*/
}

.main-block {
    width: calc(100vw - 12px);
    height: calc(100% - 10px);
    background: url('../images/main-block-bg.jpg') no-repeat;
    background-size: 105vw 100%;
    border-radius: 25px;
    margin-top: 5px;
    margin-left: 6px;
    margin-right: 6px;
    overflow: hidden;
}

.video-block {
    height: calc(100%);
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overall-info-container {
    height: 13vh;
}

.overall-info {
    padding-top: 15px;
}

.overall-info-left,
.overall-info-right {
    width: 14vw;
}

.overall-info-text {
    font-family: 'Robo Dot-Matrix';
    font-size: 3vh;
    text-transform: uppercase;
    color: white;
    line-height: 1;
}

.overall-info-digits {
    font-family: 'LED Dot-Matrix';
    font-size: 5vh;
    color: #ffcc00;
    line-height: 1;
    padding-top: 8px;
}

.current-blind-container {
    height: 18vh;
}

.current-blind {
    padding-top: 20px;
}

/*ToDo need to recount width*/
#blindsTime span {
    min-width: 84px;
    text-align: center;
}

#blindsTime span.divider,
#break span.divider,
#time span.divider,
#nextBlindsTime span.divider {
    min-width: auto;
    line-height: 0.76;
}

#break span,
#time span {
    min-width: 35px;
    text-align: center;
}

#nextBlindsTime span {
    min-width: 45px;
    text-align: center;
}


.current-blind-left .current-blind-digits {
    font-family: 'LED Dot-Matrix';
    font-size: 13vh;
    color: #ffcc00;
    line-height: 1;
}

.current-blind-round {
    border-radius: 50%;
    width: 6vw;
    height: 6vw;
    border: solid 3px #ffcc00;
    transform-style: preserve-3d;
    background: black;
}

.current-blind-left,
.current-blind-right {
    width: 30vw;
}

.current-blind-right-blinds-break {
    font-family: 'Robo Dot-Matrix';
    font-size: 10vh;
    color: #ffcc00;
    text-align: center;
    line-height: 1;
}

.current-blind-right-ante {
    padding-top: 15px;
}

.current-blind-text {
    font-family: 'Robo Dot-Matrix';
    font-size: 5vh;
    color: #ffcc00;
    text-align: left;
    line-height: 1;
}

.current-blind-digits {
    font-family: 'LED Dot-Matrix';
    font-size: 5vh;
    color: white;
    text-align: right;
    line-height: 1;
}

.current-blind-right .current-blind-digits span {
    font-family: 'Dot-Matrix';
    font-style: italic;
    padding-right: 7px;
    line-height: 1;
}

.next-blind-container {
    height: 13vh;
}

.next-blind {
    padding-top: 20px;
}

.next-blind-left .next-blind-digits {
    font-family: 'LED Dot-Matrix';
    font-size: 7vh;
    color: #ffcc00;
    line-height: 1;
}

.next-blind-right-ante {
    padding-top: 6px;
}

.next-blind-round {
    border-radius: 50%;
    width: 3.5vw;
    height: 3.5vw;
    border: solid 2px #ffcc00;
    background: black;
}

.next-blind-left,
.next-blind-right {
    width: 20vw;
}

.next-blind-text {
    font-family: 'Robo Dot-Matrix';
    font-size: 3vh;
    color: #ffcc00;
    text-align: left;
    line-height: 1;
}

.next-blind-digits {
    font-family: 'LED Dot-Matrix';
    font-size: 3vh;
    color: white;
    text-align: right;
    line-height: 1;
}

.next-blind-right .next-blind-digits span {
    font-family: 'Dot-Matrix';
    font-style: italic;
    padding-right: 7px;
    line-height: 1;
}

.cards-container {
    height: 28vh;
}

.cards {
    height: calc(100% - 30px);
    margin-top: 30px;
    color: black;
}

.cards-left,
.cards-right {
    height: 100%;
    width: 20vw;
    background: linear-gradient(180deg, #fee273, #ffac00);
    box-shadow: #d19004 1px 1px 1px;
    padding: 4px 20px;
    box-sizing: border-box;
    position: relative;
}

.cards-header {
    text-align: left;
    font-weight: bold;
    font-size: 3.5vh;
}

.cards-content-heading {
    font-weight: bold;
    font-size: 2.5vh;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cards-content-text {
    font-weight: bold;
    font-size: 19px;
}

.cards-content-text .uk-grid {
    padding-top: 5px;
}

.cards-right .uk-grid {
    /*padding-bottom: 15px;*/
}

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

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

.bottom-row {
    background: url('../images/bottom-row-bg.bmp');
    background-size: contain;
    padding-top: 2px;
    height: 86px;
}

.action-buttons-container {
    width: 800px;
    height: 87px;
    background: url('../images/bottom-row-center.bmp') no-repeat;
    background-size: contain;
    text-align: center;
}

.action-buttons-left,
.action-buttons-right {
    width: 35%;
    padding-top: 10px;
}

.action-buttons-center {
    width: 12%;
    padding-bottom: 1px;
}

.action-buttons-play-pause .action-buttons-pause,
.action-buttons-play-pause.played .action-buttons-play {
    display: none;
}

.action-buttons-play-pause.played .action-buttons-pause {
    display: block;
}

.action-buttons-play-pause {
    width: 72px;
    height: 72px;
    display: inline-block;
    background: url('../images/big-button-shadow.png') no-repeat;
    background-size: contain;
    padding: 9px;
    box-sizing: border-box;
    position: relative;
}

.action-buttons-play-pause:before {
    width: 54px;
    height: 54px;
    display: inline-block;
    /*background: url('../images/big-button-bg.png') no-repeat;
    background-size: contain;*/
    background: linear-gradient(180deg, #fee273, #ffac00);
    box-shadow: #d19004 1px 1px 1px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 9px;
    top: 9px;
}

.action-buttons-play-pause:hover:after {
    display: block;
}

.action-buttons-play-pause:after {
    display: none;
    width: 56px;
    height: 56px;
    /* background: url(../images/big-button-hover.png) no-repeat; */
    /* background-size: contain; */
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    border: solid 2.5px #ffc93d;
    border-radius: 50%;
}

.action-buttons-play {
    position: absolute;
    left: calc(50% - 17px/2);
    top: calc(50% - 30px/2);
}

.action-buttons-pause {
    position: absolute;
    left: calc(50% - 22px/2);
    top: calc(50% - 42px);
}


.action-buttons-buttons-minus,
.action-buttons-buttons-plus,
.action-buttons-buttons-empty {
    width: 33px;
    height: 33px;
    display: inline-block;
    position: relative;
}

.disabled {
    opacity: 0.5;
}

.action-buttons-buttons-minus:hover:after,
.action-buttons-buttons-plus:hover:after,
.action-buttons-buttons-empty:hover:after {
    display: block;
}

.action-buttons-buttons-minus.disabled:hover:after,
.action-buttons-buttons-plus.disabled:hover:after,
.action-buttons-buttons-empty.disabled:hover:after {
    display: none;
}

.action-buttons-buttons-minus:after,
.action-buttons-buttons-plus:after,
.action-buttons-buttons-empty:after {
    display: none;
    width: 18px;
    height: 18px;
    /* background: url(../images/big-button-hover.png) no-repeat; */
    /* background-size: contain; */
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    border: solid 2px #ffc93d;
    border-radius: 50%;
}

.action-buttons-buttons-minus img,
.action-buttons-buttons-plus img,
.action-buttons-buttons-empty img {
    position: absolute;
    left: calc(50% - 33px/2);
    top: calc(50% - 33px/2);
}

.action-buttons-title {
    font-family: 'Robo Dot-Matrix';
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 1px;
}

.info-block {
    height: 100%;
}

.settings-block {
    width: 750px;
    height: 350px;
    margin: 0 auto;
    align-self: center;
    background: black;
    border-radius: 10px;
    padding: 15px;
}

.settings-block .title-row {
    height: 10%;
    background: linear-gradient(#242424, #383838);
    border: solid 1px #1a1a1a;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #ffcc00;
    line-height: 1;
}

.title-row .title-row-content {
    align-self: center;
}

.settings-block .content-row {
    height: 75%;
    background: #7d7d7d;
    border: solid 1px #1a1a1a;
    border-radius: 4px;
    margin-top: 10px;
}

.settings-block .buttons-row {
    height: 13%;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.tour-list {
    width: 33%;
    height: 100%;
    background: #454545;
    margin-right: 15px;
    border-radius: 5px;
    padding: 7px;
    box-sizing: border-box;
}

.tour-edit {
    width: 67%;
    height: 100%;
    background: #454545;
    border-radius: 5px;
    padding: 7px;
    box-sizing: border-box;
}

.tour-list-table {
    padding: 1px;
}

#tour-list-table th,
#tour-list-table td {
    font-size: 10px;
    padding: 2px 5px;
    color: white;
}

#tour-list-table td {
    text-align: center;
}

#tour-list-table tbody tr:hover, #tour-list-table > tr:hover {
    background: #545454;
}

#tour-list-table tbody tr.selected:hover, #tour-list-table > tr.selected:hover {
    background: #ffcc00;
}

#tour-list-table tr.selected {
    background: #ffcc00;
}

#tour-list-table tr.selected td {
    color: black;
}

#tour-list-table .tour-list-tour-name {
    text-align: left;
}


.tour-buttons-create,
.tour-buttons-edit,
.tour-buttons-delete,
.tour-buttons-save {
    margin-right: 15px;
}

.tour-blind-add {
    margin-right: 5px;
}

.tour-buttons-create,
.tour-buttons-copy,
.tour-buttons-edit,
.tour-buttons-delete,
.tour-blind-add,
.tour-blind-delete {
    width: 70px;
    height: 18px;
    border: solid 2px #363636;
    border-radius: 4px;
    background: url('../images/tour-button.png') no-repeat;
    background-size: cover;
}
.tour-blind-add,
.tour-blind-delete {
    box-sizing: border-box;
}


.tour-buttons-start,
.tour-buttons-save,
.tour-buttons-cancel {
    width: 70px;
    height: 18px;
    border: solid 2px #363636;
    border-radius: 4px;
    background: linear-gradient(180deg, #fee273, #ffac00);
    color: black
}

.tour-buttons-start:hover,
.tour-buttons-save:hover,
.tour-buttons-cancel:hover,
.tour-blind-add:hover,
.tour-blind-delete:hover,
.tour-buttons-create:hover,
.tour-buttons-copy:hover,
.tour-buttons-edit:hover,
.tour-buttons-delete:hover {
    border: solid 2px white;
}

.tour-buttons {
    font-size: 10px;
    font-weight: bold;
    color: white;
    line-height: 1;
    text-transform: uppercase;
    align-self: end;
}

.tour-buttons-content {
    align-self: center;
}

.settings-block .tour-edit .content-row {
    padding: 5px;
    text-align: left;
    box-sizing: border-box;
}

.tour-edit .content-row .uk-form-small:not(textarea):not([multiple]):not([size]) {
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    color: black;
}
.tour-edit .uk-input:disabled, .tour-edit .uk-select:disabled, .tour-edit .uk-textarea:disabled {
    background-color: #7d7d7d;
    color: white!important;
    border-color: #e5e5e5;
}


#tour-edit-blinds-table th,
#tour-edit-blinds-table td {
    font-size: 10px;
    padding: 2px 5px;
    color: white;
}

#tour-edit-blinds-table tbody tr:hover, #tour-edit-blinds-table > tr:hover {
    background: #545454;
}

#tour-edit-blinds-table tbody tr.selected:hover, #tour-edit-blinds-table > tr.selected:hover {
    background: #ffcc00;
}

#tour-edit-blinds-table tr.selected {
    background: #ffcc00;
}

#tour-edit-blinds-table tr.selected td {
    color: black;
}




.size-14 {
    font-size: 14px;
}
.size-16 {
    font-size: 16px;
}
.size-18 {
    font-size: 18px;
}
.size-20 {
    font-size: 20px;
}
.size-22 {
    font-size: 22px;
}
.size-24 {
    font-size: 24px;
}




