#specialViewNavbar .navbar-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

#specialViewNavbar .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#specialViewNavbar .btn-group-label {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 18px;
    color: #000000 !important;
}

#specialViewNavbar .btn {
    font-size: 18px;
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    padding: 4px 10px;
}

* {
    text-shadow: none !important;
}
.schema-white {
    background-color: white !important;
    color: black !important;
    background-image: none !important;
    border-color: black !important;
}
.schema-black {
    background-color: black !important;
    color: white !important;
    background-image: none !important;
    border-color:#fff !important;
}
.schema-blue {
    background-color: darkblue !important;
    color: yellow !important;
    background-image: none !important;
    border-color: yellow !important;
}
.img-gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /* ReSharper disable InvalidValue */
    -ms-filter: grayscale(100%);
    /* ReSharper restore InvalidValue */
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* ReSharper disable once InvalidValue */
    filter: gray; /* IE 6-9 */
}
.hidden {
    display: none !important;
}

.shadow-off  {
    box-shadow: none !important;
    text-shadow: none !important;
}

.small-font {
  background: #FFFFFF;
  font-size: 12px;
}

/**/

header.schema-white .logo-container, 
header.schema-black .logo-container, 
header.schema-blue .logo-container {
    height: auto;
}

.schema-white #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    background-color: white !important;
    border-color: black !important;
    color: black;
}
.schema-black #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    background-color: black !important;
    border-color: white !important;
    color: white;
}
.schema-blue #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    background-color: darkblue !important;
    border-color: yellow !important;
    color: yellow;
}