html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.admin-wrapper::after {
    display: block;
    content: "";
    clear: both;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}
.button-verify{
    font-family: "Ubuntu", sans-serif;
    background-color: transparent;
    border: solid #CC1603 1px;
    border-radius: 30px;
    color: #CC1603;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    font-style: normal;
    cursor: pointer;
    position: absolute;
    margin-left: 15px;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.invalid-feedback {
    color: red;
    font-size: 80%;
    font-weight: normal;
}

.header-wrapper {
    height: 52px;
    background-color: #ffffff;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 6000;
    border-bottom: 1px solid #a9adb3;
    box-sizing: border-box;
}

span.logo {
    width: 200px;
    height: 52px;
    float: left;
    display: inline-block;
    background: transparent url(/images/logo.svg) no-repeat 34px 6px;
    background-size: initial;
}
.header-wrapper .title{
    /*display: none;*/
}
span.title {
    display: inline-block;
    line-height: 58px;
    font-size: 18px;
}

.side-menu-wrapper {
    height: calc(100vh - 52px);
    background-color: #4f5b6b;
    width: 300px;
    /*padding-top: 52px;*/
    float: left;
    z-index: 5999;
}

.content-wrapper {
    height: calc(100vh - 52px);
    /*padding-top: 52px;*/
    float: left;
    width: calc(100vw - 300px);
    overflow-x: hidden;
    overflow-y: auto;
    /*padding: 52px 17px 0 317px;*/
    /* background-image: url('/images/fon.jpg');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;*/
}

.content-wrapper p {
 margin: 17px;
}

.caption {
 text-align: center;
 font-family: Ubuntu;
 font-style: normal;
 font-weight: normal;
 font-size: 18px;
 line-height: 18px;
 margin: 2px;
 padding: 10px 17px;
 background: #EAF0F2;
 font-weight: bold;
}

#Fader {
 position: fixed;
 display: table;
 z-index: 9999;
 left: 0;
 top: 0;
 width: 100vw;
 height: 100vh;
 background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
 background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#bf000000', GradientType=1);
}

#ContentFader {
 position: fixed;
 z-index: 9999;
 left: 300px;
 top: 0;
 width: 100vw;
 height: 100vh;
 text-align: center;
 background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
 background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#bf000000', GradientType=1);
}


/************************************
ADMIN MENU
*/

ul.admin-menu {
    list-style: none;
    padding: 0;
    color: #d1d5dc;
    margin: 0;
}

ul.admin-menu li {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #6a7686;
    box-sizing: border-box;
}

ul.admin-menu li a:link,
ul.admin-menu li a:visited,
ul.admin-menu li a:active,
ul.admin-menu li a:focus {
    display: block;
    color: #d1d5dc;
    text-decoration: none;
    padding: 7px 17px 7px 70px;
    margin: 0px 0px 1px 0px;
    height: 36px;
    line-height: 36px;
}

ul.admin-menu li ul {
    list-style: none;
    padding: 0;
}

ul.admin-menu li:hover a,
ul.admin-menu li:active a,
ul.admin-menu li.active a {
    background-color: #CACED3;
    color: #4F5A6B;
}

/*  *** NEWS *** */
.news-article {
    border-bottom: 1px solid #424F60;
    margin: 17px 17px 17px 17px;
    padding: 0 0 17px 0;
}

.news-article::after {
    display: block;
    content: "";
    clear: both;
}

.news-article img {
    border: 4px solid #eaf0f2;
    border-radius: 2px;
    max-width: 300px;
    max-height: 300px;
    margin: 0 17px 17px 0;
}

.news-article h2 {

}

.news-article div {
    text-align: justify;
}


.about-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.about-list li {
    line-height: 30px;
}

.about-list li span {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-left: 70px;
    background-size: contain;
    width: 30px;
    height: 30px;
    font-size: 26px;
}

span.icon {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    padding-left: 30px;
}

form input {
    border: none;
    border-bottom: 1px solid #424F60;
    line-height: 24px;
    padding: 0 17px;
    font-style: italic;
    outline: none;
}

span.icon::before {
    content: "*";
    color: transparent;
}

label.required::before,
span.required::before {
    content: "*";
    color: red;
}

label.required::before {
    content: "* ";
    color: red;
}

form strong,
form p {
    font-style: italic;
}

form a {
    text-decoration-line: underline;
    color: #2F2F2D;
    font-size: 14px;
}

form a.link {
    text-decoration: none;
    color: #5fc6eb;
}

form input[type="submit"] {
    font-family: "Ubuntu", sans-serif;
    background-color: transparent;
    border: solid #CC1603 1px;
    border-radius: 30px;
    color: #CC1603;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    font-style: normal;
    cursor: pointer;
}

.popup {
    display: table-cell;
    vertical-align: middle;
}

.popup .wrapper {
    width: 500px;
    max-height: 70vh;
    min-height: 100px;
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px #111;
}

.danger {
    color: red;
}

h2.danger {
    text-transform: uppercase;
}

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

#statisticsWrapper {
    min-height: 200px;
    height: 40vh;
    width: 91%;
    margin: 0 auto;
    margin-top: 50px;
}

/* **** DS GRAPH **** */
.dsg {
}

.dsg::after {
    display: block;
    content: "";
    clear: both;
}

.dsg .ordinate {
    height: 100%;
    width: 50px;
    float: left;
    border-right: 1px solid grey;
    box-sizing: border-box;
}

.dsg .ordinate .bottom {
    border-top: 1px solid grey;
}

.dsg .ordinate .line .step {
    text-align: right;
    font-size: 12px;
}

.dsg .ordinate .line .step .rule {
    border-top: 1px solid grey;
    width: 10px;
    box-sizing: border-box;
    float: right;
}

.dsg .viewport {
    height: 100%;
    overflow: hidden;
    float: left;
    cursor: col-resize;
}

.dsg .inner-wrapper {
    height: 100%;
}

.dsg .inner-wrapper::after {
    display: block;
    content: "";
    clear: both;
}

.dsg .inner-wrapper .container {
    /*position: relative;*/
    float: left;
    margin: 0;
    /*width: 80px;*/
    height: 100%;
    bottom: 0;
}

.dsg .inner-wrapper .container .column {
    position: relative;
    width: 220px;
}

.dsg .inner-wrapper .container .caption {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-top: 1px solid grey;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.dsg .inner-wrapper .container::after {
    display: block;
    content: "";
    clear: both;
}

.dsg .inner-wrapper .container .column .award,
.dsg .inner-wrapper .container .column .spend {
    position: absolute;
    height: 100%;
    bottom: 0;
}

.dsg .inner-wrapper .container .award,
.dsg .inner-wrapper .container .spend {
    min-height: 2px;
}

.dsg .inner-wrapper .container .award {
    background-color: #cc1603;
    left: 0;
}

.dsg .inner-wrapper .container .spend {
    background-color: #a2a0a0;
    /*left: 50%;*/
}

/* ******************* */
.export-panel,
.filter-panel {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-bottom: 1px solid grey;
    padding: 0 17px;
}
@media screen and (max-width: 895px){
    .filter-panel {
        height: 100px;
    }
    #getTrBtn {
        float: left!important;
    }
}
    .magic-button {
    font-family: "Ubuntu", sans-serif;
    background-color: transparent;
    border: solid #CC1603 1px;
    border-radius: 30px;
    color: #CC1603;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    font-style: normal;
    cursor: pointer;
    margin: 0 17px;
}

.right {
    float: right;
}

.filter-panel input.date-filter {
    width: 100px;
    padding: 3px 10px;
    background-image: url("/images/calendar-icon.png");
    background-position: 100px 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}


table#statisticsTable {
    width: 91%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}

table#statisticsTable tr:nth-child(even) {
    background: #EAF0F2;
}
table#statisticsTable tr:nth-child(odd) {
    /*background: #CCC*/
}

#transTableHeader,
#pollsTable,
#transTable,
#requestsTable {
    width: 100%;
    border: 1px solid grey;
    border-collapse: collapse;
    text-align: center;
    box-sizing: border-box;
}

#statisticsTable thead,
#pollsTable thead,
#requestsTable thead,
#transTableHeader thead,
#transTable thead {
    background-color: #EAF0F2;
}

.editable {
    cursor: pointer;
    line-height: 20px;
}

.editable:hover {
    cursor: pointer;
    line-height: 20px;
    text-decoration: underline;
}

table.columns-2 td:last-child {
    padding: 0 17px;
}

.finished,
.hidden {
    display: none;
}

.request-popup-btn,
.request-delete-btn {
    border: none;
    font-size: 14px;
    padding: 6px 12px;
}

.request-delete-btn {
    background: #ff6b6b;
    background-image: -webkit-linear-gradient(top, #ff6b6b, #ff0000);
    background-image: -moz-linear-gradient(top, #ff6b6b, #ff0000);
    background-image: -ms-linear-gradient(top, #ff6b6b, #ff0000);
    background-image: -o-linear-gradient(top, #ff6b6b, #ff0000);
    background-image: linear-gradient(to bottom, #ff6b6b, #ff0000);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.request-delete-btn:hover {
    background: #fc3c3c;
    background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
    background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
    text-decoration: none;
}

.request-popup-btn {
    background: #048504;
    background-image: -webkit-linear-gradient(top, #048504, #003807);
    background-image: -moz-linear-gradient(top, #048504, #003807);
    background-image: -ms-linear-gradient(top, #048504, #003807);
    background-image: -o-linear-gradient(top, #048504, #003807);
    background-image: linear-gradient(to bottom, #048504, #003807);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
    cursoe: pointer;
}

.request-popup-btn:hover {
    background: #134a19;
    background-image: -webkit-linear-gradient(top, #134a19, #225e18);
    background-image: -moz-linear-gradient(top, #134a19, #225e18);
    background-image: -ms-linear-gradient(top, #134a19, #225e18);
    background-image: -o-linear-gradient(top, #134a19, #225e18);
    background-image: linear-gradient(to bottom, #134a19, #225e18);
    text-decoration: none;
}

.popup-request-table {
    width: 100%;
    padding: 17px 0;
}

.popup-request-table tr {

}

.popup-request-table tr td {
    padding: 3px 17px;
}

.popup-request-table tr td:nth-child(1) {
    text-align: right;
}

.popup-request-table tr td:nth-child(2) {
    text-align: left;
}


.card-content {
    flex: 5;
    box-sizing: border-box;
    /*border-right: 1px solid #a9adb3;*/
    height: inherit;
}

.app-content {
    flex: 2;
    text-align: center;
    position: relative;
}

/*
POLLS
 */

.poll-header {
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 17px;
    background: #EAF0F2;
    font-weight: bold;
    border-bottom: 1px solid #a9adb3;
}

.question-container {
    display: flex;
    min-height: 100px;
    margin: 17px;
}

.poll-footer .hidden,
.question-container.hidden {
    display: none;
}

.poll-footer {
    margin: 17px;
    padding-bottom: 17px;
    display: flex;
}

.poll-footer .prev-button,
.poll-footer .next-button {
    flex: 2;
}

.poll-footer .position {
    flex: 1;
    line-height: 27px;
}

.poll-footer span {
    color: red;
}

.question {
    flex: 1;
}

.answers {
    flex: 2;
}
.cookie__layout {
    z-index: 444;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #eaf0f2;
    text-align: center;
}
.cookie__ul{
    margin: 10px 0;
}
.cookie__ul li{
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    list-style-type: none;
}

.cookie__active {
    display: block;
}
.cookie__buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.cookie__text {
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    max-width: 1000px;
    margin: 0 auto;
}
.cookie__apply, .cookie__reject{
    font-family: "Ubuntu", sans-serif;
    background-color: transparent;
    border: solid #CC1603 1px;
    border-radius: 30px;
    color: #CC1603;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    font-style: normal;
    cursor: pointer;
    margin: 0 5px;
}
.cookie__read {
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    max-width: 1000px;
    margin: 0 auto;
}

.no-js{
    position: fixed;
    z-index: 333;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    flex-direction: column;
}
.no-js .container-text{
    background: #cd1502;
    padding: 20px 30px;
    text-align: center;
    color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 19px black;
}
