.vavt-anketa {
    background-color1: rgba(0, 61, 123, 0.8);
    color: #FFFFFF;
}

.upload-thumbnail{
    box-shadow: rgb(0, 0, 0) 2px 2px 4px;
}
.image-thumbnail{
    box-shadow: 2px 2px 4px #000000;
}

tr.del td {
    color: #FF0000;
    text-decoration: line-through;
}
tr.del2 td {
    color: #AAAAAA;
    /*text-decoration: line-through;*/
}
.divfix {
    top: 100px !important;
    right: 100px !important;
    position: fixed !important;
    z-index: 40000 !important;
    background: transparent;
    border: none;
}

button.manager {
    font-size: 55%;
    background: transparent;
    border: none;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

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

.rainbow-animated {
    background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: rainbow 5s ease infinite;
    animation: rainbow 5s ease infinite;
    font-size: 25px;
    line-height: 25px;
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.vavt-w {
    font-size: 55%;
    font-style: italic;
    padding-top: 0px;
    /*line-height: 0%;*/
    color: #777777;
}

.vavt-label {
    color: #ff00000;
}

tr.vavt {
    color: #ffffff;
    font-size1: 12pt;
}

th.vavt {
    color: #ffffff;
    font-size1: 14pt;
}

a.vavt {
    color: #30befb;
    text-decoration: underline;
}

a.vavt:visited {
    color: #30befb;
    text-decoration: underline;
}

a.vavt:active {
    color: #30befb;
    text-decoration: underline;
}

h1.vavt {
    font-size1: 14pt;
    color: #ffffff;
    text-align: center;
}

h2.vavt {
    color: #30befb;
    text-align: left;
    font-size1: 14pt;
}

hr.vavt {
    border: none; /* Убираем границу для браузера Firefox */
    color: #009edb; /* Цвет линии для остальных браузеров */
    background-color: #009edb; /* Цвет линии для браузера Firefox и Opera */
    height: 2px; /* Толщина линии */
}


.vavt-center {
    text-align: center;
    font-size1: 14pt;
    color: rgba(0, 61, 123, 1);
}

.vavt-right {
    color: rgba(0, 61, 123, 1);
    text-align: right;
    font-size1: 14pt;
}

.btn-lider {
    color: rgba(0, 61, 123, 1);
    background-color: #ffffff;
    border-color: #009edb;
}

.btn-lider2 {
    color: rgba(0, 61, 123, 1);
    background-color: #009edb !important;
    border-color: #009edb;
    font-weight: bold;
}

.btn-lider:not(:disabled):not(.disabled).active, .btn-lider:not(:disabled):not(.disabled):active, .show > .btn-lider.dropdown-toggle {
    color: rgba(0, 61, 123, 1);
    background-color: #009edb;
    border-color: #009edb;

}

.lpro {
    color: #f49c00;
}

.lproheader {
    background-color: rgba(0, 61, 123, 1);

}

.lprofooter {
    background-color: rgba(0, 61, 123, 1);

}

.big-checkbox {
    width: 20px;
    height: 20px;

}

pre.vavt {
    color: #00ff00;
}

.cbfocused {
    color: green !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.list-rectangle {
    list-style: none;
    margin: 0;
    padding: 1px;
}

.list-rectangle > li {
    position: relative;
    display: block;
    margin-bottom: .25rem;
    padding: .325rem .825rem .325rem 1.325rem;
    color: #fff;
    background: rgba(0, 61, 123, 1);
}

.list-rectangle > li > a {
    color: #fff;
}

.list-rectangle > li:last-child {
    margin-bottom: 0;
}

.list-rectangle > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    background: #30befb;
}

.vavt-debug {
    background-color: #FF0000;
}

/* Фикс для шаблона bitrix24 при использовании вместе с бутстрапом */

.menu-item-link:hover{
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.user-block .user-img{
    height: 38px;
    width: 38px;
    margin: 11px 15px 14px 0;
}
.header-title{
    color: #FFFFFF;
}
.star-required{
    color: #ff0000;
}
.single-page__main{
    background-color: #fff;
}
.vavt-header{
    background-color: rgba(0, 61, 123, 1);
}
.vavt-logo{
    max-width: 230px;
}
