html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
}

.navigation {
    padding: .5rem 0;
}

    .navigation .navigation-link {
        padding: .5rem;
        color: rgba(0,0,0,.5);
    }

        .navigation .navigation-link:hover {
            text-decoration: none;
        }

    .navigation .dispatcher-door {
        background-color: #ff7454;
        color: #fff;
    }

.raspisanie-index .main-block {
    background-color: #D4E4FE;
    margin-bottom: 6rem;
    max-width: 60em;
}

.raspisanie-index .today-info {
    max-width: 60em;
}

@media only screen and (max-width: 1200px) {
    .raspisanie-result .search-form-container {
        order: 3;
        margin-top: .5rem !important;
    }
}

.input-search-form {
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

    .input-search-form:focus {
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    }

    .input-search-form::placeholder {
        font-size: 1.1rem;
        color: #aaa;
        font-style: italic;
    }

#GoSearch {
    cursor: pointer;
    color: #fff;
}

.drop-help-block {
    position: relative;
    width: 100%;
}

.drop-help {
    position: absolute;
    width: 100%;
}

.weeks-modal-footer {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.vk-text-color {
    color: #4680C2;
}

.vk-bg-color {
    background-color: #4680C2;
}


.drop-help {
    top: inherit;
    left: inherit;
    text-align: left;
}

.dropdown-menu .ActivList a {
    color: #FFFFFF;
}

.dropdown-menu a {
    padding: 6px 20px;
}

.dropdown-menu > li {
    clear: both;
    line-height: 20px;
}

.ActivList {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0088cc;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.weeks-searchedraspisanie .week-nav {
    display: inline-block;
}

.raspisanie-result .table .thead-light th, .raspisanie-result .table-bordered th, .raspisanie-result .table-bordered td {
    border-color: #828486;
}

.week-down {
    cursor: pointer;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.flip {
    transform: rotate(-180deg);
}
