﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.bg-dark {
    background-color: #000000 !important;
}

/*.navbar-nav .nav-link, .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}*/

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.link-large {
    font-size: 20px;
}

@media (max-width:575px) {
    .custom-mw-centrer-nav {
        justify-content: center !important;
    }

        .custom-mw-centrer-nav .navbar-brand {
            margin-right: 0 !important;
        }
}

body {
    padding-top: 70px;
}

th.prev a, th.next a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}


    th.prev a,
    th.prev a:hover,
    th.prev a:active,
    th.prev a:visited,
    th.prev a:focus {
        text-decoration: none !important;
        color: #212529 !important;
    }


    th.next a,
    th.next a:hover,
    th.next a:active,
    th.next a:visited,
    th.next a:focus {
        text-decoration: none !important;
        color: #212529 !important;
    }



.bootstrap-datetimepicker-widget table td a {
    display: block;
    padding: 5px;
}

    .bootstrap-datetimepicker-widget table td a,
    .bootstrap-datetimepicker-widget table td a:hover,
    .bootstrap-datetimepicker-widget table td a:active,
    .bootstrap-datetimepicker-widget table td a:visited,
    .bootstrap-datetimepicker-widget table td a:focus {
        text-decoration: none !important;
        color: #212529 !important;
    }


.bootstrap-datetimepicker-widget table td.future a,
.bootstrap-datetimepicker-widget table td.future a:hover,
.bootstrap-datetimepicker-widget table td.future a:active,
.bootstrap-datetimepicker-widget table td.future a:visited,
.bootstrap-datetimepicker-widget table td.future a:focus {
    color: #777777 !important;
}


.bootstrap-datetimepicker-widget table td.report-exists.check-info a,
.bootstrap-datetimepicker-widget table td.report-exists.check-info a:hover,
.bootstrap-datetimepicker-widget table td.report-exists.check-info a:active,
.bootstrap-datetimepicker-widget table td.report-exists.check-info a:visited,
.bootstrap-datetimepicker-widget table td.report-exists.check-info a:focus {
    text-decoration: none !important;
    color: #ffffff !important;
}


.bootstrap-datetimepicker-widget table td.report-exists.check-notfullyreadyyet a,
.bootstrap-datetimepicker-widget table td.report-exists.check-notfullyreadyyet a:hover,
.bootstrap-datetimepicker-widget table td.report-exists.check-notfullyreadyyet a:active,
.bootstrap-datetimepicker-widget table td.report-exists.check-notfullyreadyyet a:visited,
.bootstrap-datetimepicker-widget table td.report-exists.check-notfullyreadyyet a:focus {
    text-decoration: none !important;
    color: #ffffff !important;
}


.bootstrap-datetimepicker-widget table td.future {
    color: #777777;
    background-color: #ededed;
}

.bootstrap-datetimepicker-widget table td.report-exists.check-success {
    color: #ffffff;
    background-color: #28a745;
}

    .bootstrap-datetimepicker-widget table td.report-exists.check-success:hover {
        background-color: #6ed886;
    }

.bootstrap-datetimepicker-widget table td.report-exists.check-info {
    color: #ffffff;
    background-color: #007BFF;
}

    .bootstrap-datetimepicker-widget table td.report-exists.check-info:hover {
        background-color: #61adff;
    }

.bootstrap-datetimepicker-widget table td.report-exists.check-notfullyreadyyet {
    color: #ffffff;
    background-color: #90c5ff;
}

    .bootstrap-datetimepicker-widget table td.report-exists.check-notfullyreadyyet:hover {
        background-color: #b0d6ff;
    }



.bootstrap-datetimepicker-widget table {
    border-collapse: separate;
    border-spacing: 3px;
}

.main-part {
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    overflow: auto;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width:575px) {
    .width-adaptive-mod {
        width: 1px;
    }

    .hour_counter_adaptive:nth-of-type(2n) {
        font-size: 0;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .width-adaptive-mod {
        width: 2px;
    }
}

@media (min-width:992px) and (max-width:1991px) {
    .width-adaptive-mod {
        width: 3px;
    }
}

@media (min-width:1200px) {
    .width-adaptive-mod {
        width: 4px;
    }
}

.width-adaptive-mod {
    height: 32px;
}

.check-fill {
    background-color: rgba(244,228,0,0.72);
}

.check-nofill {
    background-color: transparent;
}


.check-fill.check-selected {
    background-color: rgba(92, 244, 0, 0.72);
}

.table-bar.animationon {
    animation-name: fadeanim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0;
}

@keyframes fadeanim {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.class1 {
    display: none;
    pointer-events: none;
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 222;
}

.class2 {
    display: none;
    pointer-events: none;
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 555;
}

.class3 {
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    align-items: center;
}

.class4 {
    display: flex;
    flex-direction: column;
}

.class5 {
    font-size: 11px;
    text-align: center;
}

.class55 {
    font-size: 20px;
    text-align: center;
}

.class6 {
    margin-bottom: 20px;
    width: 300px;
    height: 168.75px;
    position: relative;
    z-index: 111;
}

.class7 {
    pointer-events: none;
    width: 300px;
    height: 168.75px;
    position: static;
    top: unset;
    left: unset;
}

.class8 {
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
}

.class9 {
    pointer-events: none;
    font-size: 11px;
    position: relative;
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
}

.class10 {
    display: inline-block;
    font-size: 11px;
    width: 20px;
}

.class11 {
    pointer-events: auto;
    display: block;
    background-color: transparent;
    overflow-x: visible;
}

.class12 {
    pointer-events: none;
    display: block;
    background-color: transparent;
}

.class14 {
    font-size: 0;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.class15 {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    width: 20px;
}

.class16 {
    display: inline-block;
}

.class17 {
    font-size: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.class18 {
    pointer-events: none;
    font-size: 0;
    position: relative;
    top: 0;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px
}

.class19 {
    display: inline-block;
    font-size: 11px;
    width: 20px;
}

.class20 {
    pointer-events: auto;
    position: relative;
    z-index: 105;
    overflow-x: visible;
    font-size: 11px;
    display: block;
}

.delimeter-1, .delimeter-2 {
    position: relative;
    margin-top: -4999px;
    height: 9999px !important;
    background-color: transparent;
    z-index: 55;
    pointer-events: none;
    box-sizing: content-box;
    transform: scaleY(2);
}

.check-selected .delimeter-1 {
    border-left: 2px solid rgba(255, 0, 0, 0.50);
}

.check-selected .delimeter-2 {
    border-right: 2px solid rgba(255, 0, 0, 0.50);
}

.class21 {
    pointer-events: auto;
    display: block;
}

.class22 {
    pointer-events: none;
    display: block;
}

@media (max-width:575px) {
    .small-font-adaptive {
        font-size: 10px;
    }
}

.virazh-navbar-logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 8px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.minichev-logo-text {
    font-family: 'GFS Didot', serif;
    font-size: 1.3rem;
    margin-bottom: 2px;
}

.minichev-logo-work-text {
    font-size: 1.3rem;
    margin-left: 6px;
}

.minichev-logo-work-text {
    margin-bottom: 3px;
}

@media (max-width:767px) {
    .virazh-navbar-logo-icon {
        width: 32px;
        height: 32px;
    }

    .minichev-logo-text {
        margin-bottom: 0;
    }

    .minichev-logo-work-text {
        margin-left: 4px;
        margin-bottom: 0;
    }
}


@media (max-width:575px) {
    .minichev-logo-work-text {
        margin-bottom: 0;
    }
}

@supports not (-webkit-touch-callout: none) {
    @media (max-width:767px) {
        .minichev-logo-work-text {
            margin-left: 4px;
            margin-bottom: 4px;
        }
    }

    @media (max-width:575px) {
        .minichev-logo-work-text {
            margin-bottom: 3px;
        }
    }
}

.shadow-5 {
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
}
