/* Base */
@font-face {
    font-family: 'icons-ks';
    src:  url('/fonts/icons-ks/icons-ks.eot?pjhce5');
    src:  url('/fonts/icons-ks/icons-ks.eot?pjhce5#iefix') format('embedded-opentype'),
    url('/fonts/icons-ks/icons-ks.ttf?pjhce5') format('truetype'),
    url('/fonts/icons-ks/icons-ks.woff?pjhce5') format('woff'),
    url('/fonts/icons-ks/icons-ks.svg?pjhce5#icons-ks') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('/fonts/Robotothin.woff2') format('woff2'), url('/fonts/Robotothin.woff') format('woff'), url('/fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('/fonts/Robotothinitalic.woff2') format('woff2'), url('/fonts/Robotothinitalic.woff') format('woff'), url('/fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/Robotolight.woff2') format('woff2'), url('/fonts/Robotolight.woff') format('woff'), url('/fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('/fonts/Robotolightitalic.woff2') format('woff2'), url('/fonts/Robotolightitalic.woff') format('woff'), url('/fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/fonts/Roboto.woff2') format('woff2'), url('/fonts/Roboto.woff') format('woff'), url('/fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('/fonts/Robotoitalic.woff2') format('woff2'), url('/fonts/Robotoitalic.woff') format('woff'), url('/fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/Robotomedium.woff2') format('woff2'), url('/fonts/Robotomedium.woff') format('woff'), url('/fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('/fonts/Robotomediumitalic.woff2') format('woff2'), url('/fonts/Robotomediumitalic.woff') format('woff'), url('/fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/Robotobold.woff2') format('woff2'), url('/fonts/Robotobold.woff') format('woff'), url('/fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/fonts/Robotobolditalic.woff2') format('woff2'), url('/fonts/Robotobolditalic.woff') format('woff'), url('/fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('/fonts/Robotoblack.woff2') format('woff2'), url('/fonts/Robotoblack.woff') format('woff'), url('/fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('/fonts/Robotoblackitalic.woff2') format('woff2'), url('/fonts/Robotoblackitalic.woff') format('woff'), url('/fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

.icon-ks {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons-ks' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ks-import:before {
    content: "\e900";
}
.icon-ks-config:before {
    content: "\e901";
}
.icon-ks-filter:before {
    content: "\e902";
}
.icon-ks-down:before {
    content: "\e903";
    font-size: 18px;
}
.icon-ks-up:before {
    content: "\e904";
    font-size: 18px;
}
.icon-ks-plus:before {
    content: "\e909";
    font-size: 10px;
}
.icon-ks-export:before {
    content: "\e90d";
}

.icon-ks-down-select:before {
    content: "\e903";
    position: absolute;
    right: 10px;
    top: 10px;
}
textarea {
  resize: none;
}
p,
ul,
ol,
blockquote {
    line-height: 1.4;
    text-align: left;
}

label{
    font-weight: normal;
}

a {
    color: #3869D4;
}

a img {
    border: none;
}

/* Typography */

h1 {
    color: #2F3133;
    font-size: 19px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

h2 {
    color: #2F3133;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

h3 {
    color: #2F3133;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

p, .agreement__text {
    color: #74787E;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 0;
    text-align: left;
}

p.sub {
    font-size: 12px;
}

img {
    max-width: 100%;
}

ul{
    list-style: none;
}

/* Layout */

.wrapper {
    background-color: #f5f8fa;
    margin: 0;
    padding: 0;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.content {
    margin: 0;
    padding: 0;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

/* Header */


.header {
    padding: 25px 0;
    text-align: center;
}

.header a {
    color: #bbbfc3;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
}

/* Body */

body{
    background: none;
    font-family: 'roboto', Arial, sans-serif;
}

.body {
    margin: 50px auto 15px auto;
    background: none;
    padding: 0;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.inner-body {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 570px;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 570px;
}

/* Subcopy */

.subcopy {
    border-top: 1px solid #EDEFF2;
    margin-top: 25px;
    padding-top: 25px;
}

.subcopy p {
    font-size: 12px;
}

/* Footer */

.footer {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 570px;
    margin-bottom: 5px;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 570px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer p {
    color: #AEAEAE;
    font-size: 12px;
    text-align: center;
}

/* Tables */

.table table {
    margin: 30px auto;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.table th {
    border-bottom: 1px solid #EDEFF2;
    padding-bottom: 8px;
}

.table td {
    color: #74787E;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
}

.content-cell {
    padding: 35px;
}

/* Buttons */

.action {
    margin: 30px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.button {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}

.button-blue {
    background-color: #3097D1;
    border-top: 10px solid #3097D1;
    border-right: 18px solid #3097D1;
    border-bottom: 10px solid #3097D1;
    border-left: 18px solid #3097D1;
}

.button-green {
    background-color: #2ab27b;
    border-top: 10px solid #2ab27b;
    border-right: 18px solid #2ab27b;
    border-bottom: 10px solid #2ab27b;
    border-left: 18px solid #2ab27b;
}

.button-red {
    background-color: #bf5329;
    border-top: 10px solid #bf5329;
    border-right: 18px solid #bf5329;
    border-bottom: 10px solid #bf5329;
    border-left: 18px solid #bf5329;
}

/* Panels */

.panel {
    margin: 0 0 21px;
}

.panel-content {
    background-color: #EDEFF2;
    padding: 16px;
}

.panel-item {
    padding: 0;
}

.panel-item p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Promotions */

.promotion {
    background-color: #FFFFFF;
    border: 2px dashed #9BA2AB;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 24px;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.promotion h1 {
    text-align: center;
}

.promotion p {
    font-size: 15px;
    text-align: center;
}

.row-cont{
    margin-bottom: 15px;
}

.border-left{
    border-left: 1px solid #000;
}

.border-right{
    border-right: 1px solid #000;
}

.separator-bottom{
    border-bottom: 2px solid #000;
}

.separator-top{
    padding-top: 10px;
    border-top: 2px solid #000;
}

th.actions-col{
    width: 100px;
}

table.table.dataTable{
    border-collapse:separate;

}

table.table.dataTable tr td,table.table.dataTable tr th{
    text-align: left;
    vertical-align: top !important;
    padding: 15px 17px 8px 10px;
    border-top: none;
    font-weight: 400;
}

table.table.dataTable tr th{
    font-weight: 500;
}

.dataTables_scrollBody td{
    white-space: nowrap;
}

table.table.dataTable thead .sorting, table.table.dataTable thead .sorting_asc,
table.table.dataTable thead .sorting_desc, table.table.dataTable thead .sorting_asc_disabled,
table.table.dataTable thead .sorting_desc_disabled{
    background-position-y: 15%;
}



table.table.dataTable thead tr,table.import-table thead tr{
    background-color: #9E56AA;
    color: white;
}

.row-red,tr.red{
    background-color: #f2b7b5 !important;
}

.row-green,tr.green{
    background-color: #9fe49f !important;
}

.row-yellow,tr.yellow{
    background-color: #ffffb8 !important;
}

tr.orange{
    background-color: #f4cd86 !important;
}

tr.gray{
    background-color: #b3b3b3 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu{
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.alert-block{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 400px;
    z-index: 1;
}

.alert-notif{
    width: 100%;
    position: relative;
    background-color: rgba(168,96,180, 0.70);
    padding: 15px 15px 10px 10px;
    border-radius: 10px;
    color: white;
    margin-top: 3px;
    font-size: 18px;
}

.alert-close{
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.btn{
    padding: 4px 17px;
}

.btn-id{
    font-size: 17px;
    text-decoration: underline;
    color: #9E56AA;
}


tr.form-group:after,tr.form-group:before{
    content: none !important;
}

span.help-block{
    margin-top: 0;
    margin-bottom: 0;
}

nav.navbar{
    font-size: 16px;
}

a.navbar-brand{
    margin-left: 10px;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2{
    width: 100% !important;
    text-align: left;
}

h2.text-center{
    margin-top: 5px;
}

.navbar-default{
    z-index: 10;
    /*box-shadow: 3px 9px 7px -3px #1e5f3e8c;*/
}

.loader{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000070;
    display: none;
    z-index: 5;
}

.sk-fading-circle {
    vertical-align: middle;
    margin: 0 auto;
    top: 50%;
    width: 80px;
    height: 80px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

.td-id{
    display: inline-flex;
    position: relative;
}

.history-control{
    margin-top: 15px;
    font-size: 17px;
}

.history-block{
    position: fixed;
    border: 2px solid #A860B4;
    background: white;
    color: #0c0c0c;
    z-index: 100;
    max-width: 600px;
    top: 50%;
    left: 50%;
    overflow-x: auto;
    margin-left: -250px;
    margin-top: -175px;
}

.history-block table{
    margin: 0 auto;
    width: 100%;
}

.history-block table thead th{
    border-bottom: none;
}

.history-block td,.history-block th{
    text-align: center;
    font-size: 15px;
    padding: 8px 10px;
    color: #74787E;
}

.history-block .history-close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 25px;
    font-size: 15px;
}

.history-tbody{
    border-top: 2px solid #A860B4;
    max-height: 320px;
    overflow-y: auto;
    display: block;
}


.history-row:not(:first-child){
    border-top: 2px solid #A860B4;
}

.dataTable tr.even{
    background-color: #ececec;
}

.dataTables_scrollBody{
    max-height: 70vh;
}

.DTFC_LeftHeadWrapper{
    background-color: white;

}

.DTFC_LeftBodyWrapper td{
    vertical-align: middle !important;
}

table.DTFC_Cloned.dataTable.no-footer{
    border-bottom: none;
}

.table-hidden-name{
    display: none;
}

.btn-long{
    width: 100%;
}

#serv_table tr:hover{
    background-color: #83c1e388;
}

select[multiple].form-control.select2{
    display:none;
}

.home-center{
    max-width: 1290px;
    margin: auto;
}

.home-row{
    margin-top: 10px;
    display: inline-flex;
}

.sub-column-driver{
    height: 100%;
    background: white;
}

.fleet-block{
    padding: 50px 20px;
    min-height: 250px;
    background-color: #A860B4;
}

.fleet-fio{
    font-size: 20px;
}

.fleet-block p{
    color: white;
    margin-bottom: 5px;
}

.fleet-block p a{
    color: white;
    text-decoration: underline;
}

.alert-driver{
    margin-top: 10px;
    text-align: center;
    color: red;
}

.menu-column{
    max-width: 940px;
}

a.block-url{
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #777;
    font-size: 25px;
}

.sub-block{
    display: flex;
    width: 100%;
    margin-top: 30%;
}

.block-url img{

}
.block-url span{
    width: 100%;
    text-align: center;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text,
.navbar-default .navbar-brand{
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
    color: white;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
    text-decoration: underline;
    background: #A860B4;
    color: white;
}

.btn-primary,.navbar-default{
    background: #A860B4;
    border: none;
}

.navbar-default.navbar-admin{
    background: #FFDB5E;
}

.navbar-default.navbar-admin .navbar-nav>li>a, .navbar-default.navbar-admin .navbar-text,
.navbar-default.navbar-admin .navbar-brand{
    color: #2F3133;
}

.navbar-default.navbar-admin .navbar-nav>.open>a, .navbar-default.navbar-admin .navbar-nav>.open>a:focus,
.navbar-default.navbar-admin .navbar-nav>.open>a:hover,
.navbar-default.navbar-admin .navbar-nav>li>a:focus, .navbar-default.navbar-admin .navbar-nav>li>a:hover,
.navbar-default.navbar-admin .navbar-brand:focus{
    color: #2F3133;
    background: #FFDB5E;
    text-decoration: underline;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover,.btn-primary.focus, .btn-primary:focus{
    background-color: #C663D7;
    border-color: #A860B4;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus,
.btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    background-color: #C663D7;
    border-color: #A860B4;
}

.pointer{
    cursor: pointer;
}

.sub-column-report{
    height: 100%;
    background: #FFDB5E;
    margin: 20% 10px 20px 10px;
    padding: 17px;
    font-size: 18px;
}

.menu-block,.chart-open-block{
    margin-left: 312px;
}

.menu-block-center{
    margin: 0 auto;
    width: 1350px;
}

.file-block{
    position: relative;
    background-color: white;
    min-height: 120px;
    width: 85%;
    max-width: 760px;
    margin: 22px auto 0;
    padding: 35px 2%;
    box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.3);
}

.file-data{
    width: 80%;
    display: inline-flex;
    vertical-align: middle;
}

.file-icon{
    align-self: center;
    flex: none;
    justify-content: center;
    width: 49px;
}

.file-text{
    margin-left: 5px;
    align-self: center;
    justify-content: center;
    font-size: 16px;
}

.file-download{
    display: inline-flex;
    align-self: center;
    justify-content: right;
    width: 15%;
}

.block{
    position: relative;
    background-color: white;
    height: 405px;
    width: 415px;
    margin: 20px 11px 0 11px;
    padding: 30px;
    display: inline-block;
    box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.3);
}

.block:not(.user-report-block) canvas{
    cursor: pointer;
}

.block>div{
    overflow: inherit !important;
}

.chart-only-digit-title,
.chart-only-digit-title-open{
    position: absolute;
    font-family: 'roboto', Arial;
    font-weight: bold;
    font-size: 18px;
    color: black;
    padding-left: 5px;
}

.chart-only-digit,
.chart-only-digit-open{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'roboto', Arial;
    font-weight: bold;
    font-size: 35px;
    margin-top: -45px;
    margin-left: -35%;
    padding-top: 5px;
    width: 70%;
    height: 90px;
    /*border-top: 10px solid #00AE88;
    border-bottom: 10px solid #00AE88;*/
    white-space: nowrap;
    text-align: center;
    color: black;
}

.chart-only-digit-addit,
.chart-only-digit-addit-open{
    position: absolute;
    bottom: 30px;
    padding: 3px;
    font-family: 'roboto', Arial;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
}


.chart-only-digit-open{
    font-size: 45px;
    margin-top: -75px;
    margin-left: -75px;
    padding-top: 30px;
    width: 150px;
    height: 150px;
}

.chart-open-block{
    position: relative;
    display: none;
    cursor: pointer;
    margin-right: 22px;
    margin-top: 20px;
    min-width: 640px;
}

.chart-open-block-width{
    overflow: auto;
    background-color: white;
    box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.3);
    height: 90vh;
}

.chart-open{
    padding: 30px 41px 52px 41px;
    height: 100%;
}

.chart-open-block-close{
    position: absolute;
    top: 27px;
    right: 5%;
    font-size: 23px;
}

.report-filters{
    position: relative;
    height: 100%;
}

#rep_selectors{
    display: none;
}

.body-gradient{
    background: #F1F1F1;
    max-width: 100%;
    min-width: 100%;
    min-height: 100vh;
}

@media screen and (max-width: 1700px) {
    .block{
        height: 380px;
        width: 387px;
        padding: 20px;
    }
    .menu-block-center{
        width: 1240px;
    }
}



@media screen and (max-width: 1400px) {
    .panel-menu li{
        width: 175px;
    }
    .block{
        height: 280px;
        width: 285px;
        padding: 15px;
        margin: 11px 6px 0 6px;
    }
    .menu-block-center{
        width: 930px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    .dropdown-menu .submenu{
        left: 100%;
    }
}

.dropdown-header, .dropdown-menu>li>a{
    padding: 3px 15px;
}

@media screen and (max-width: 980px) {
    .body{
        margin-top: 100px;
    }
    .container {
        width: auto;
    }
    nav#sidebar {
        width: 180px;
    }
    #sidebar .user-logo{
        margin-left: 20px;
    }
    #sidebar .sub-column-report{
        margin-left: 0;
        margin-right: 0;
    }
    .navbar .navbar-phone{
        margin-left: 180px;
    }
    .menu-block{
        margin-left: 182px;
    }
}

.border-animate{
    animation: 90s attention;
}

@keyframes attention {
    0% {
        /*background-color: #0f965e50;*/
        -webkit-box-shadow:inset 0px 0px 0px 5px #A860B4;
        -moz-box-shadow:inset 0px 0px 0px 5px #A860B4;
        box-shadow:inset 0px 0px 0px 5px #A860B4;
    }
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 304px;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    z-index: 15;
    background: #FFDB5E;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 10px 0 30px rgba(0,0,0,0.4);
}

.user-logo{
    margin-left: 60px;
}

#nav_sidebar_button{
    margin-top: 100px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.change-columns-list{
    width: 100%;
    height: 100%;
    background-color: #3c3c3c99;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}

.change-columns{
    position: fixed;
    top: 20%;
    left: 35%;
    width: 30%;
    height: 60%;
    min-height: 500px;
    background-color: white;
    z-index: 1;
    border: 1px solid gray;
    border-radius: 10px;
    min-width: 420px;
}

.head-change-columns{
    padding: 6px 0 0 40px;
    font-size: 20px;
    width: 100%;
    height: 10%;
    border-bottom: 1px solid gray;
}

.head-change-columns>label{
    padding-top: 4px;
}

.change-columns-buttons{
    float: right;
    margin-right: 40px;
}

.change-columns-buttons>button{
    min-width: 77px;
}

.change-columns-scroll{
    padding-top: 15px;
    width: 100%;
    overflow: auto;
    height: 90%;
    font-size: 17px;
}

.ch-column {
    margin-top: 15px;
    margin-left: 30px;
}

.ch-column>label{
    font-weight: normal;
}

.ch-head-column>div>input,.ch-column input{
    float: left;
}

.ch-head-column>div>label,.ch-column label{
    padding: 0 0 0 15px;
}

.relative{
    position: relative;
}

#modal_calendar{
    display: none;
    position: fixed;
    top: 30%;
    background: white;
    left: 40%;
    padding: 3px;
    border: 1px solid gray;
    z-index: 10;
}

#modal_calendar td.day{
    padding: 5px;
}

.dropdown-submenu .dropdown-menu{
    min-width: 180px;
}

.table-action-panel{
    border-radius: 10px;
    margin: 20px auto 0;
    display: flex;
}

.form-panel{
    margin: 0 auto;
    display: flex;
}

.filters-header,.filters-header>label{
    cursor: pointer;
    font-size: 20px;
}

.table-filters{
    width: 100%;
    padding: 15px;
    background-color: white;
    border: 1px solid transparent;
}

.table-fast-links{
    padding: 15px 0;
    background-color: #168b5e;
    color: white;
    display: flex;
}

.fast-links-panel{
    width: 100%;
}

.fast-links-header,.fast-links-a{
    padding-left: 32px;
    width: 100%;
}

.fast-links-a.active-link{
    background-color: #ffedaf;
    border-radius: 5px;
}

.fast-links-list a{
    margin-top: 10px;
    font-size: 18px;
    color: #474646;
    font-weight: bold;
}

.btn-primary{
    border-radius: 10px;
}

.btn-gray{
    border-radius: 10px;
    border: 1px solid gray;
    color: gray;
    margin-right: 5px;
}

.btn-white{
    border-radius: 10px;
    border: 1px solid white;
    color: white;
    margin-right: 5px;
}

.btn-white:hover,.btn-white:focus{
    color: white;
}

.btn-gray-fill{
    border-radius: 10px;
    background-color: #959595;
    color: white;
}

.btn-gray-fill:hover,.btn-gray-fill:focus{
    background-color: #898989;
    color: white;
}

.btn-empty{
    border: none;
    padding-right: 0;
    background: none;
    color: gray;
    vertical-align: middle;
    display: flex;
}

.btn-empty:hover,.btn-empty:focus,.btn-empty:active{
    background: none;
    color: gray;
    box-shadow: none;
}

.filter{
    width: 24.5%;
    min-width: 275px;
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    min-height: 36px;
    font-size: 14px;
    margin-bottom: 10px;
}

.filter>label{
    padding: 0 5px;
}

.filter>label:not(.text-left){
    text-align: right;
}

.filters-buttons{
    padding: 0 20px;
    float: right;
    width: 100%;
}

.filters-buttons-in{
    width: 100%;
    padding-top: 10px;
    text-align: right;
}

.table-panel,.std-panel{
    min-height: 100px;
    background-color: white;
    padding: 17px 32px;
    border-radius: 10px;
    margin-top: 30px;
}

.std-panel{
    max-width: 1200px;
    margin: 30px auto;
}

.logo-panel{
    max-width: 400px;
    display: flex;
    margin: 18vh auto 0 auto;
    padding: 0 2px;
}

.logo-panel label{
    margin-left: 19px;
    font-family: 'roboto', Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #323942;
    margin-bottom: 0;
    padding-top: 6px;
}
.std-panel.login{
    max-width: 400px;
    display: flex;
    margin-top: 7vh;
}

.create-button{
    background-color: #FFDB5E;
    color: #474646;
}

.create-button:hover,.create-button:active,.create-button:focus{
    background-color: #f5d25b !important;
    color: #474646 !important;;
}

div.import-parent{
    position: relative;
}

div.import-parent button,.create-button{
    margin-right: 20px;
}

div.import-parent .btn-gray{
    background: transparent;
}

div.import-block{
    display: none;
    background-color: white;
    padding: 7px;
    position: absolute;
    left: 0;
    width: 400px;
    z-index: 2;
    border: 1px solid gray;
    border-radius: 10px;
}
div.import-block .import-submit{
    padding-top: 7px;
    text-align: center;
    width: 100%;
}

.checkbox-label{
    position: relative;
    height: 23px;
    width: 23px;
    margin-bottom: 0px;
}

.checkbox-style{
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    transform: scale(1.5) !important;
    cursor: pointer;
}

.checkbox-style:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-style:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-label input:indeterminate ~ .checkbox-style:after{
    display: block;
    left: 4px;
    top: 4px;
    width: 5px;
    height: 5px;
    border: solid white 1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: white;
}

.checkbox-label input:indeterminate ~ .checkbox-style,
.checkbox-label input:checked ~ .checkbox-style {
    background-color: #641472;
    border: 1px solid #641472;
}

input[type=checkbox].form-control ~ .checkbox-style{
    margin-left: 5px;
}

.checkbox-label input:checked ~ .checkbox-style:after {
  display: block;
}

.checkbox-label input[type=checkbox]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-fields-block .checkbox-label{
    margin-top: 5px;
}

.text-right .checkbox-label{
    float: right;
}

.change-columns .checkbox-style,
.checkbox-cell .checkbox-style{
    top: 5px;
    left: 5px;
}

.checkbox-filters{
    padding: 0 5px;
    vertical-align: middle;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.filter label.for-checkbox-label{
    padding: 0px 15px;
    margin-top: 30px;
}

table.table.dataTable tr td.dataTables_empty{
    text-align: center;
}

.form-control:focus{
    box-shadow: none !important;
}

li.ch-column{
    display: none;
}

.filter-row{
    margin-top: 10px;
    padding: 0;
}

.checkbox-filters .checkbox-label{
    margin-top: 7px;
}

.table-action-buttons{
    position: fixed;
    bottom: 10px;
    left: 15%;
    display: none;
}

.table-action-buttons button{
    margin-right: 15px;
}

.selected-row{
    background-color: #F4E7FF !important;
}

.form-panel,.table-panel,.table-action-panel{
    /*box-shadow: 5px 5px 7px 2px #acacac;*/
}

.form-blocks-panel{
    padding: 55px 0 15px 3%;
    background-color: #168b5e;
    color: white;
    font-size: 20px;
}

.fixed-form-blocks{
    position: relative;
}

.history-control,.form-control-block{
    cursor: pointer;
    padding: 5px 0 5px 7px;
}

.fast-links-block>a{
    color: white;
    font-size: 20px;
}

.form-control-block.active-block{
    border: 1px solid white;
    background-color: white;
    color: grey;
    border-radius: 10px 0 0 10px;
}

.table-action-panel>div:last-child,.form-panel>div:last-child{
    border-radius: 0 10px 10px 0;
}

.table-action-panel>div:first-child,.form-panel>div:first-child{
    border-radius: 10px 0 0 10px;
}

.form-panel, div.table-filters.solo-filters,
div.col-xs-12.form-fields-panel{
    border-radius: 10px;
}


.form-fields-panel{
    background-color: white;
    padding: 0;
}

.form-fields-panel .control-label{
    font-weight: 500;
    font-size: 14px;
    color: #474646;
    padding-top: 0;
}


.form-fields-block{
    display: none;
    max-width: 1200px;
    margin: 0 auto;
}

.form-fields-block:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.form-fields-block.active-block,.form-fields-block.f-active-block{
    display: block;
}

.f-active-block{
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.panel-heading{
    padding: 11px 25px;
    box-shadow: 0 4px 7px -3px #c0c0c0;
}

.panel-heading label{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0;
}

.panel-body{
    height: calc(100vh - 140px);
    overflow: auto;
    width: 100%;
}

.table .dyn_row>tr>td{
    border-top: none;
    padding: 18px 0 8px;
}

.table>tbody.dyn_row{
    border-top: none;
    border-bottom: 3px solid #ddd;
}

.table>tbody.dyn_row:last-of-type{
    border-bottom: none;
}

.buttons-submit{
    float: right;
    text-align: right;
    padding: 30px 30px 0;
}

i.glyphicon-asterisk{
    color: #ca1111;
    font-size: 7px;
    vertical-align: top;
    padding-top: 7px;
}

.btn-in-table{
    background-color: transparent;
}

.btn-in-table>label{
    text-decoration: underline;
}

.wb-buttons>a{
    margin-top: 17px;
}
.wb-block {
    padding-top: 10px;
    border-top: 3px solid #ddd;
}
.wb-block .form-group{
    padding: 0 20px;
}

.wb-block-buttons{
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.wb-block-buttons a{
    margin: 0 10px;
}

.form-fields-block .col-xs-6 label, .form-group .col-xs-6 .control-label{
    text-align: left;
}

.login-header{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.login-body{
    margin-top: 20px;
}

.report-table table.table:not(.dataTable){
    display: none;
}

.start-fill{
    font-weight: bold;
}

.DTFC_LeftHeadWrapper tr.head-cols th,
.dataTables_scrollHead tr.head-cols th{
    border-top: 1px solid #111 !important;
}

.form-control[disabled], fieldset[disabled] .form-control{
    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: default;
    padding-left: 0;
}

.dataTables_paginate>span{
    display: inline-block;
    border: 2px solid #9E56AA;
    border-radius: 6px;
}

.dataTables_paginate a.paginate_button:first-child{
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button{
    border: 1px solid transparent;
    border-radius: 3px;
    color: #9E56AA !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:active{
    color: white !important;
    background: #9E56AA !important;
    border: 1px solid #9E56AA !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover{
    border: 1px solid transparent !important;
}

.reverse{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.td-wrap{
    min-width: 250px !important;
    white-space: normal !important;
}

.l-hidden{
    display: none;
}


.l-over {
    position: absolute;
    min-width: 260px;
    background-color: white;
    margin: 0 -10px;
    padding: 0 10px 10px;
}

.paginate_button.disabled i{
    display: none !important;
}

.datepicker:disabled ~ span.input-group-addon,
.timepicker:disabled ~ span.input-group-addon{
    display: none;
}

.html-bg{
    background: url('/images/taxi-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nav-logo{
    float:left;
    margin-right:10px;
    margin-top: 10px;
    height: 30px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


.request-block{
    position: relative;
    background-color: white;
    min-height: 120px;
    width: 85%;
    max-width: 760px;
    margin: 22px auto 0;
    padding: 20px 2%;
    border-radius: 5px;
    box-shadow: 0 0 14px rgba(100, 100, 100, 0.3);

}

.request-data{
    width: 80%;
    display: inline-flex;
    vertical-align: middle;
}

.request-icon{
    align-self: center;
    flex: none;
    justify-content: center;
    width: 49px;
}

.request-text{
    width: 100%;
    margin-left: 5px;
    align-self: center;
    justify-content: center;
    font-size: 16px;
}

.request-text>div{
    padding-top: 5px;
    padding-bottom: 5px;
}

.request-action{
    display: inline-flex;
    align-self: center;
    justify-content: right;
    width: 15%;
}

.request-action i,
.navbar-admin .navbar-nav>li>a.admin-user-fio{
    color: #9E56AA;
}

.request-block-url, .request-block-url:focus, .request-block-url:hover{
    color: #636b6f;
    text-decoration: none;
}

.request-status-row{
    padding-left: 0;
    padding-right: 0;
}

.request-status span{
    border-radius: 5px;
    padding: 3px 5px;
}

.status-id--1 span{
    background: #C51B1B;
    color: white;
}

.status-id-0 span{
    background: #C663D7;
    color: white;
}

.status-id-1 span{
    background: #FFDB5E;
    color: #474646;
}

.status-id-2 span{
    background: #DD923B;
    color: white;
}

.status-id-3 span{
    background: gray;
    color: white;
}

.request-id{
    padding: 0;
    font-weight: bold;
}

.body-taxi-bg{
    background: url('/images/taxi-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.user-heading-panel{
    margin-top: 40px;
}

.user-heading {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    padding: 7px 25px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}

.user-heading-active{
    padding-bottom: 20px;
    box-shadow: 0 15px 0 #fff;
    color: #A860B4;
}

.user-heading-full-row{
    width: 100%;
}

.user-form-panel{
    margin: 10px 0;
}

.navbar-phone{
    padding-top: 13px;
    margin-left: 300px;
    line-height: 12px;
}

.navbar-phone a{
    color: white;
    font-size: 20px;
}

.navbar-phone a label{
    font-size: 10px;
    margin: 0;
}

#user_table_row{
    display: none;
}

.user-form-block-label{
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.form-body{
    max-width: 1000px;
    min-width: 400px;
    margin: 0 auto;
}

.select2:disabled ~ span span.select2-selection{
    background-color: transparent;
    border: none;
    cursor: default;
    padding-left: 0;
}

.select2:disabled ~ span .select2-selection__arrow{
    display: none;
}

.text-header{
    margin-top: 25px;
    color: #A860B4;
    font-size: 20px;
}

.image-success,.success-buttons{
    margin-top: 25px;
    margin-bottom: 25px;
}

.taxi-href{
    color: #A860B4;
}

.success-buttons a{
    margin: 0 15px;
}

.address-line{
    padding-left: 35px;
    position: relative;
}

.address-line-top,.address-line-bottom{
    position: absolute;
    border-radius: 20px;
    padding: 4px;
    color: white;
    z-index: 2;
}

.address-line-top
{
    margin-top: 4px;
    left: 0;
    top: 0;
    background-color: #FFDB5E;
}

.address-line-bottom
{
    margin-bottom: 4px;
    left: 0;
    bottom: 0;
    top: auto;
    background-color: #A860B4;
}

.dashed-line{
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 13px;
    border-right: 2px dashed gray;
}

.text-gray{
    color: #8C8A8A;
}

.table-time{
    font-size: 18px;
}

#activate_signals{
    font-size: 33px;
    margin-bottom: 0;
    cursor: pointer;
}

#activate_signals i.glyphicon-volume-off{
    color: #8e8e8e;
}

#activate_signals i.glyphicon-volume-up{
    color: #252525;
}

.block-name-user-hidden{
    display: none;
}

.ui-widget-overlay{
    background:#000 !important;
    opacity:0.4 !important;
    -moz-opacity:0.4;
    filter:alpha(opacity=50) !important;
    left:0;
    position:fixed;
    top:0;
}

.excl-red{
    color: red;
    font-size: 25px;
}


.file-remove{
    color: red;
    cursor: pointer;
}

.user-fast-links{
    margin-top: 30%;
}

.user-fast-links .fast-links-a{
    margin-bottom: 10px;
}

.input-group .form-control{
    z-index: 1;
}

.negative-count{
    display: inline;
    margin-left: 10px;
    border: 3px solid #C663D7;
    border-radius: 23px;
    padding: 4px;
}

.ui-timepicker .ui-timepicker-table td a {
    width: 1.9em;
    padding-left: 0.2em;
}

.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active, a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #337ab7 !important;
    background: #337ab7 !important;
}

.ui-widget{
    font-family: 'Roboto',sans-serif !important;
}

.call-window{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    background: #FFDB5E;
    border-radius: 5px 5px 0 0;
    padding-bottom: 5px;
}

.call-window-head{
    padding: 5px 7px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    max-height: 25px;
}

.call-window-body{
    display: none;
    margin: 0 5px;
    background: #F1F1F1;
    max-height: 170px;
}

.call-row{
    cursor: pointer;
    padding: 8px 5px;
    margin: 3px 0;
    background: white;
    height: 33px;
}

.call-row i{
    float: right;
    font-size: 16px;
}

.stat-green{
    color: green;
}

.stat-gray{
    color: gray;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.call-row div{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 3px;
}

.call-fio{
    max-width: 55%;
}

.call-company{
    max-width: 35%;
}

.call-info{
    display: none;
}

.call-info-icon{
    display: inline-block;
    vertical-align: top;
}

.call-info-data{
    display: inline-block;
    padding-left: 3%;
}

.call-info-head{
    margin-bottom: 10px;
}

.call-info-dialog .ui-widget-header .ui-dialog-title{
    height: 17px;
}

.call-info-fio{
    font-weight: 600;
}

.call-info-requests{
    border: 1px solid gray;
    border-radius: 5px;
}

.call-info-requests table{
    width: 100%;
    margin-bottom: 5px;
}

.call-info-table-head{
    background: #FFDB5E;
}

.call-info-requests td,.call-info-requests th{
    padding: 3px;
}

.call-info.ui-widget-content a{
    color: #3869D4;
}

.call-info-url-all{
    font-size: 12px;
    color: gray;
    margin-left: 3px;
}

.call-info-row{
    cursor: pointer;
}

.change-import-type{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFDB5E;
    padding: 5px;
    border-radius: 0 10px;
    cursor: pointer;
}

#sidebar.client-report{
    z-index: 1;
    padding-top: 45px;
    background-color: #A860B4;
}

#sidebar.client-report .sub-column-report{
    background-color: #A860B4;
}

.client-report label{
    font-weight: 500;
    color: white;
}

.filters-block{
    min-height: 145px;
}

.filters-block .filter{
    min-width: 225px;
    width: 33%;
    padding: 0 5px;
}

.user-report-filters{
    margin-top: 50px;
}

.menu-block.user-report-menu-block{
    margin-left: 0 !important;
}

.form-control.datepicker{
    z-index: 0;
}

.help-text-header{
    font-weight: bold;
}

.user-help .text-header.help-text{
    font-size: 18px;
    margin-top: 3px;
    font-weight: bold;

}

.user-help .text-header.help-text-header{
    font-size: 20px;
}

.help-text-header,.help-text{
    color: #474646;
}

.help-text{
    margin: 0 5%;
    text-align: justify;
}

.user-help .form-fields-panel{
    padding-bottom: 15px;
}

.header-faq{
    cursor: pointer;
}

.text-faq{
    display: none;
}

.form-fields-panel .form-horizontal .control-label{
    text-align: left;
}

.license-modal{
    max-width: 1100px !important;
    width: 100% !important;
}

.license-modal .agreement__block {
    height: 100%;
    max-height: 55vh;
    overflow: auto;
    padding: 5px;
}