/* ATTENTION: Do not edit this file for no good reason!!!. This is a kernel file, and the performance of the entire system depends on its contents. */

/*:root {
    --main-color: #7BB247;
    --rec-color: red;
    --main-hover-color: #6c9e3d;
}*/

body a,body a:hover {
color:var(--main-color);
}

.button-font, .body button{
line-height:15px;
font-weight:500;
font-size: 12px;
color:white;
}

.maxwidth{
max-width:500px;
width:100%;
    min-width: 250px;
}
.bigmaxwidth{
max-width:1228px;
width:100%;
}
.d-flex {
    display: flex;
}

body{
background:lightgray;
font-family: 'Montserrat', sans-serif;
padding:0;
margin:0;
color: #676a6c;
}

input, button, textarea, select{
font-family: 'Montserrat', sans-serif;
    outline: none;
}

.common-font, body .body{
line-height:1;
font-weight:500;
font-size: 12px;
color:#222;
}

.header-font, h1{
font-weight:600;
font-size: 16px;
color:#676a6c;
}

.title-font, h2{
font-weight:600;
font-size: 16px;
color:#676a6c;
}

.menu-font, .global-menu ul li{
color:white;
font-size: 12px;
height:16px;
}

.body table{
    border-collapse: separate;
}

.input-font, .body input{
font-weight:500;
font-size: 13px;
color:#676a6c;
}

.select-font, .body select{
font-weight:500;
font-size: 13px;
color:#676a6c;
}

input{
height: 24px;
}

button.linkbutton {
    border: none;
    background: transparent;
    color: #000;
    cursor: pointer;
    padding-bottom: 5px;
    margin-right: 10px;
}

button.linkbutton:focus {
    outline: none;
}

button.linkbutton:hover {
    color: var(--main-color);
}

button.linkbutton.active {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
}

.profile-img {
    display: inline-block;
    background: url(modules/profile/profile_dev.svg) center no-repeat;
    background-size: contain;
}

label{
font-size: 13px;
font-weight:bold;
color: #676a6c;
}

input, select, textarea {
background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
box-sizing: border-box;
}
input, select{
    height: 34px;
}

input:disabled, select:disabled, textarea:disabled {
    background-color: #ededed;
}

.choosen-location.disabled {
    pointer-events: none;
    background-color: #e4e4e4;
}

.screens > div > h1{
margin-top:0px;
}

body.loginprocess .body{
display:none;
}
body.loginprocess .global-loader{
    background-color: rgb(244, 246, 250);
display:block!important;
}

.body{
font-family: 'Montserrat', sans-serif;

    height: 100%;
    width: 100%;
    position: fixed; 
    background-color: white;
    background-size: 100%;
    overflow: hidden;
user-select: none;
}

a {
    text-decoration: none;
}

.global-loader{
display: none;
    z-index: 99998;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
background: rgba(0, 0, 0, 1) url(loader.gif) center no-repeat;
}

.screen{
    height:100%;
    padding:0px;
    display:none;
    z-index: 10;
    position: relative;
}

.screen-content {
    padding-top: 30px;
    padding-left:30px;
    padding-right:30px;
}


body > .dialogs{
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-content: space-evenly;
    justify-content: space-evenly;
    flex-direction: column;
}
body > .dialogs > div{
    background: white;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid gray;
}
body > .dialogs > div h1,
body > .dialogs > div h2,
body > .dialogs > div h3,
body > .dialogs > div h4,
body > .dialogs > div h5,
body > .dialogs > div h6{
width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -15px;
    background-color: rgb(244, 246, 250);
    border-bottom: 1px solid lightgray;
    padding: 3px 15px 8px 15px;
}

body:not(.dialog) > .dialogs, body > .dialogs > div:not(.active){
display:none;
}

body .screens > div{
display:none;
}

.close-menu {
    position: absolute;
    background-color: var(--main-color);
    padding: 4px 11px;
    border: 2px solid var(--main-color);
    border-radius: 15px;
    font-size: 20px;
    top: 50vh;
    z-index: 1;
    color: white;
}

.close-menu.open {
    left: 181px;
}

.close-menu.closed {
    left: 81px;
}

.close-menu:hover {
    cursor: pointer;
    background-color: #333333;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

body .body .leftblock{
width:200px;
height:100%;
float:left;
display: flex;
    flex-direction: column;
}


body .body .rightblock{
width:auto;
height:100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
background-color: rgb(244, 246, 250);
}


body .body .rightblock > table{
width:100%;
height:100%;
border-spacing:0;
padding:0;
}
body .body .rightblock > table td{
padding:0;
}

body .body .rightblock > table td .header-center{
padding: 15px 25px 15px 0;
white-space: nowrap;
}
body .body .rightblock > table td .header-search{
width:100%;
}

body .body .rightblock > table td .header-right{
padding-right: 25px;
white-space: nowrap;
}

body .body .rightblock .header-wrapper table{
border-spacing: 0;
width:100%;
}

body .body .rightblock .header-wrapper table td:first-child{
padding-left: 25px;
width: 1px;
}

body .body .rightblock .header-wrapper table td:last-child{
text-align:right;
}

body .body .rightblock .header-wrapper{
    justify-content: flex-end;
    align-items: center;
    height: 91px;
    padding: 20px 25px;
    display: flex;
}

body .body .rightblock .screens-wrapper{
vertical-align:top;
}
body .body .rightblock .screens-wrapper.screens{
height:100%;
overflow-y: auto;
overflow-x: hidden;
padding: 24px;
background-color: rgb(244, 246, 250);
    flex: 50 50 100%;
}

body.mobile .body .rightblock .screens-wrapper.screens{
padding-left:0;
    margin-right: 0px;
margin-top: 0px;
}

.header-left {
    display: none;
}


body .body .leftblock{
overflow-x:hidden;
overflow-y:auto;
}

body .body .leftblock > table{
width:100%;
height:calc(100% - 115px);;
border-spacing:0;
padding:0;
}

body .body .leftblock > table td{
padding:0;
}

body .body .leftblock > table tr:nth-child(1){
height:0px; 
}
body .body .leftblock > table tr:nth-child(2) td{
vertical-align:top;
}
body .body .leftblock > table tr:nth-child(3){
height:0px; 
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: lightgray;
}
::-moz-placeholder { /* Firefox 19+ */
  color: lightgray;
}
:-ms-input-placeholder { /* IE 10+ */
  color: lightgray;
}
:-moz-placeholder { /* Firefox 18- */
  color: lightgray;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
width: 29px;
}
body.mobile ::-webkit-scrollbar:vertical {
width: 8px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}

::-webkit-scrollbar-thumb {
    border-right: 4px solid var(--main-color);
}
body:not(.mobile) ::-webkit-scrollbar-thumb {
    border-left: 24px solid #00000000;
}

::-webkit-scrollbar-track {
background: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 26px, #e0e0e0 26px, rgba(0, 0, 0, 0) 28px, rgba(0, 0, 0, 0) 28px );
}

.leftblock .global-menu ul{
    list-style-type: none;
    padding: 0;
    cursor:pointer;
margin:0 12px;
}
.leftblock .global-menu ul li{
    box-sizing: initial;
    padding:15px 0px 15px 25px;
    display: flex;
    align-items: center;
}

.leftblock .global-menu ul li:hover{
    background-color:#ddd;
}

body.mobile .leftblock .global-menu{
    max-width: 200px;
    margin: 0 auto;
}

.global-menu ul li img{
width:18px;
height:18px;
    float: left;
    margin: -2px 16px 0 0;
}
.global-menu ul li.active img:nth-child(1){
display:none;
}
.global-menu ul li:not(.active) img:nth-child(2){
display:none;
}

.leftblock{
background-color:#333333;
}

.global-menu ul li.active{
background: #222222;
}

.global-menu ul li:hover{
background-color: #222 !important;
}



body.mobile .rightblock{
margin-left:0;
}
body:not(.mobile) #mobile-menu-btn{
display:none;
}
#mobile-menu-btn{
position:absolute;
right:0;
top:-100px;
width: 0px;
    z-index: 1002;
}

#mobile-menu-btn:after{
    cursor: pointer;
    content: " ";
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDIwIDE4IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMCAxSDIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMSIvPjxwYXRoIGQ9Ik0wIDlIMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4xIi8+PHBhdGggZD0iTTAgMTdIMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4xIi8+PC9zdmc+) no-repeat;
    position: absolute;
    right: 11px;
    top: 119px;
    width: 20px;
    height: 18px;
    color: black;
    text-align: center;
}
#mobile-menu-btn:checked:after, #mobile-menu-btn:hover{
}

body.mobile #mobile-menu-btn:not(:checked) ~ .leftblock{
top:-100%;
   transition-property: top;transition-duration: .3s;
}
body.mobile .leftblock{
position:absolute;
width:100%;
height:100%;
    z-index: 1001;
top:0;
   transition-property: top;transition-duration: .3s;
}


mody.mobile .main-button{
}

.main-button{
    justify-content: center;
    padding: 0px 7px;
    color: var(--main-color);
    cursor: pointer;
    border: 1px solid var(--main-color);
    outline: none!important;
    height: 40px;
    display: inline-flex;
    flex-direction: row;
    place-items: center;
    line-height: 16px;
    border-radius: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
text-align:center;
}

.body .transparent-button{
    justify-content: center;
    padding: 0px 10px;
    color: var(--main-color);
    cursor: pointer;
    outline: none!important;
    height: 40px;
    display: inline-flex;
    flex-direction: row;
    place-items: center;
    line-height: 16px;
    border-radius: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
text-align:center;
border:none;
    background: none;
}
body.mobile .headerBlock .body .transparent-button{
    padding: 0px 12px;
}
.main-button.active{
background-color: var(--main-color);
color:white;
}


.vxgbutton{
background-color: var(--main-color);
border-radius: 3px;
padding:6px 12px;
color:white;
border:1px solid var(--main-color);
outline:none!important;
}

body a.vxgbutton{
display: inline-block;
    padding-top: 9px;
    width: max-content;
    text-decoration: none;
}

.vxgbutton:disabled {
    color: gray;
    border-color: gray;
    background-color: #e2e2e2;
}

.vxgbutton.active {
background-color:var(--main-color);
color:white;
}

.dialogbtn {
    font-weight: 300;
}

.spinner{
background: url(spinner.gif) center center no-repeat!important;
}

.loader{
background: url(loader.gif) center center no-repeat!important;
background-size: 50px 50px;
background-position: 50% 50%;
}

.screens >div.loader{
width:100%;
height:100%;
}

.screens >div.loader > *{
display:none;
}

.form-group{
    width: 100%;
}
.form-group label{
line-height:29px;
margin-bottom:8px;
}

.form-container {
    display: flex;
    justify-content: space-between;
}

.header-form {
    margin-bottom: 13px;
}

.form-label {
    margin: 21px 0 10px 0;
    width: 100%;
    border-bottom: thin solid #979a9c;
}

.headerBlock {
height: 88px;
    padding: 24px 25px;
    display: flex;
    box-sizing: border-box;
flex: 1 1 88px;
background: white;
}

body.mobile .headerBlock{
padding: 0px 12px;
flex: 1 1 60px;
}

.left-top .username{
padding-top: 0px;
    line-height: 1.3em;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 140px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

body.mobile .rightblock .headerBlock {
padding-right:56px;
}

.leftblock .left-top {
    position: relative;
flex:0;
}
.leftblock .left-middle {
    position: relative;
flex:20;
}
.leftblock .left-middle table{
width:100%;
}
.leftblock .left-bottom {
    position: relative;
flex:0;
}

.rightblock .headerBlock {
    justify-content: flex-end;
    align-items: center;
}

.leftblock .left-top img {
    display: block;
    margin: auto;
}

body:not(.mobile) .rightblock .headerBlock .header-right > *{
margin-left:20px;
}

.rightblock .headerBlock > div:not(.header-center):not(.header-search) {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

body.mobile .header-center{
display:none;
}
.rightblock .headerBlock > .header-center {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #212227;
    margin-right: 20px;
    flex: 50 1 200px;
}
.rightblock .headerBlock > .header-search {
max-width:200px;
min-width:44px;
    flex: 1 1 200px;
}
body.mobile .rightblock .headerBlock > .header-search {
max-width:100%;
flex: 50 50 200px;
}
/*.rightblock .headerBlock > .header-right{
    flex: 2 1;
}*/

.rightblock .headerBlock > .header-search .mainsearch {
    position: relative;
}
body.mobile .rightblock .headerBlock > .header-search .mainsearch {
/*    display:none;*/
}

.rightblock .headerBlock > .header-search .mainsearchafter{
position:fixed;
left:0;
top:0;
width:100%;
height:55px;
background:white;
z-index: 9999;
}

body:not(.mobile) .rightblock .headerBlock > .header-search .mainsearch .mainsearchafter, 
.rightblock .headerBlock > .header-search .mainsearch input:not(:focus) ~ .mainsearchafter{
display:none;
}
body.mobile .rightblock .headerBlock > .header-search .mainsearch input:focus ~ .searchicon{
left: 22px;
    top: 23px;
    z-index: 1000000;
position: fixed;
}

.rightblock .headerBlock > .header-search .mainsearch .searchicon {
    position: absolute;
    left: 10px;
    top: 14px;
}

.rightblock .headerBlock > .header-search .mainsearch input {
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    padding-left: 30px;
height: 40px;
    margin-right: 20px;
    background-position: 10px center;
background-size: 17px;
}

body.mobile .rightblock .headerBlock > .header-search .mainsearch input:focus{
    position: fixed;
    left: 12px;
    top: 10px;
    width: calc(100% - 20px);
z-index: 10000;
}

.rightblock .headerBlock > .header-search .mainsearch input::placeholder {
    font-size: 13px;
    color: #676A6C;
}




input.password:after{
    content: '';
    background: url(password-hide.svg) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
}
input.password.openpassword:after{
    content: '';
    background: url(password-hide.svg) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
}

.hide-password{
    position: absolute;
    right: 0px;
    margin-top: -25px;
    background: url(password-hide.svg) no-repeat;
    width: 24px;
    height: 24px;
cursor:pointer;
}
.show-password{
    position: absolute;
    right:0px;
    margin-top: -25px;
    background: url(password-show.svg) no-repeat;
    width: 24px;
    height: 24px;
cursor:pointer;
}

.inline-svg-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: #212227;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.signout {
    cursor: pointer;
}

.signout .inline-svg-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    margin: -3px 0px 0 -21px;
}

.signout:hover {
    color: var(--main-color);
}

.signout:hover .inline-svg-icon {
fill: var(--main-color);
stroke: var(--main-color);
}

.userbtn .inline-svg-icon {
    width: 24px;
    height: 24px;
    fill: #B3B3B3;
    stroke: #B3B3B3;
}

.userbtn .inline-svg-icon:hover {
    fill: var(--main-color);
    stroke: var(--main-color);
}
.inline-svg-icon.icon-action {
    width: 20px;
    height: 4px;
    fill: #B3B3B3;
    margin: 0;
}
.inline-svg-icon.icon-action:hover {
    fill: var(--main-color);
}

.rightblock .headerBlock .signout:after {
    /*background: transparent url("/img/signout.svg") no-repeat;*/
/*background: transparent url(pathto/yoga.svg) no-repeat;*/
}

.rightblock .headerBlock .signout:before {
    /*background: url("/img/signout.svg#mouseout") no-repeat;*/
}

.rightblock .headerBlock .signout:hover:before {
    /*background: url("/img/signout.svg#mouseover") no-repeat;*/
}

.rightblock .headerBlock .signout {
    margin-left: 48px;
min-height: 10px;
}

body.mobile .rightblock .headerBlock .signout span{
display:none;
}

.menu {
    position:relative;
    display:inline-block;
    z-index:2;
    padding:0;
    margin:0;
    outline:0;
    text-align:left;
    color: var(--main-color);
    cursor: pointer;
}

.header-right div.menu:before {
    content: "Grid";
    padding: 5px 2px 5px 10px;
    background: #ffffff;
}

/* .menu:after {
    content: url("/img/dropdown.svg");
    padding: 0;
    display: inline-block;
} */

.VXGActivityFilterPersonSolution.menu,
.VXGActivityFilterCarSolution.menu {
    text-align: center;
}

.VXGChart.menu:after, .VXGActivityFilterPersonSolution.menu:after, .VXGActivityFilterCarSolution.menu:after {
    margin-left: 10px;
}

.VXGChart.menu {
    font-size: 12px;
}

.VXGChartDropmenu {
    margin-bottom: 20px;
    margin-top: 10px;
}
.VXGChart.menu + ul, .VXGActivityFilterPersonSolution.menu + ul, .VXGActivityFilterCarSolution.menu + ul {
    display: none;
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    z-index: 10;
    width: 170px;
}

.VXGActivityFilterPersonSolution.menu + ul,
.VXGActivityFilterCarSolution.menu + ul {
    width: 50px;
}

.VXGChart.menu ul  li:first-child {
    margin-bottom: 10px;
}

.VXGChart.menu ul span, .VXGActivityFilterPersonSolution.menu + ul span, .VXGActivityFilterCarSolution.menu + ul span {
    padding: 0.25rem 2.5rem 1.25em 0;
    line-height: 20px;
    font-size: 12px;
}

.VXGActivityDropMenu ul {
    position: absolute;

}

.VXGActivityFilterPersonSolution.menu + ul span,
.VXGActivityFilterCarSolution.menu + ul span  {
    font-size: 14px;
    padding: 0;
}

.VXGChart.menu + ul li, .VXGActivityFilterPersonSolution.menu + ul li, .VXGActivityFilterCarSolution.menu + ul li  {
    cursor: pointer;

}

.VXGActivityFilterPersonSolution.menu + ul li, .VXGActivityFilterCarSolution.menu + ul li {
    text-align: center;
}

.VXGChart.menu + ul li:hover span, .VXGActivityFilterPersonSolution.menu + ul li:hover span, .VXGActivityFilterCarSolution.menu + ul li:hover span {
    color: var(--main-color);
}

.VXGChart.menu:focus ul, .VXGActivityFilterPersonSolution.menu:focus  ul, .VXGActivityFilterCarSolution.menu:focus ul {
    opacity: 1;
    visibility: visible;
}

.VXGChart.menu ul {
    width: 150px;
}

.VXGChart.menu .menu-dropdown {
    padding: 10px 0 0;
}

.menu-dropdown {
    width: 70px;
    margin: 3px 0 0 0;
    padding: 10px 0;
    border-radius:3px;
    pointer-events: auto;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s;
    background: #ffffff;
    list-style: none;
top:23px;
}

.menu-dropdown li:hover a {
    color: var(--main-color);
}

.rightblock .headerBlock .menu-dropdown li {
    margin: 0;
}

.menu-dropdown a, .menu-dropdown a:hover, .menu-dropdown span {
    background:transparent;
    border:none;
    outline:0;
    display:block;
    color:#676a6c;
    text-decoration:none;
    width:160px;
    padding:5px;
}

.VXGActivityFilterPersonSolution.menu .menu-dropdown span, .VXGActivityFilterCarSolution.menu .menu-dropdown span {
    width: 50px;
}

.block-additional-control span {
    color: var(--main-color);
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.addfilter {
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.addfilter:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E6E6E6;
    margin-right: 5px;
}

.addfilter.active:before {
    background-color: var(--main-color);
}

.userlist {
    background: #ffffff;
}

.action-icons .userbtn {
    padding: 0;
}

.action-icons .userbtn:focus {
    outline: none;
}
.userlist table {
    border-collapse: collapse;
}
.userlist th, .userlist td {
    font-size: 13px;
}
.label-primary, .badge-primary {
    height: 25px;
    border-radius: 90px;
    text-align: center;
    display: inline-block;
}

.block-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #212227;
    font-weight: normal;
}

body .vxgbutton-transparent, body .vxgbutton-rounded, body .vxgbutton{
    background: var(--main-color);
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 90px;
    font-size: 13px;
    padding: 1px 24px;
    color: white;
    height: 32px;
    display: inline-flex;
    align-items: center;
justify-content: center;
outline: none!important;
white-space: nowrap;
}

body .vxgbutton-transparent:not([disabled]), body .vxgbutton-rounded:not([disabled]), body .vxgbutton:not([disabled]){
    cursor: pointer;
}

body a.vxgbutton:hover{
text-decoration: none;
    color: var(--main-color);
}

body .vxgbutton:not([disabled]):hover, body .vxgbutton-transparent{
    background: transparent;
    color: var(--main-color);
}

body .vxgbutton-transparent, body .vxgbutton-rounded{
}

body .vxgbutton-rounded {
    background-color: var(--main-color);
    color: #ffffff;
}

.storage_buttons {
    display: flex;
    justify-content: space-between;
}

.remove_storage {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
}

.remove_storage:hover {
    background: #ffffff !important;
    color: #dc3545 !important;
}

.chart-tools {
    align-items: center;
    font-size: 12px;
}

.table-row {
    display: flex;
}

.home {
    height: 100%;
}

.w-100 {
    width: 100%!important;
}

.header-search {
    display: flex;
}

.header-right > .camerafilterContainer,
.header-right > .activityfilterContainer,
.header-right > .reportsfilterContainer {
    display: none;
}
.header-right > .opreportsfilterContainer {
    display: none;
}

body:not(.profile) .header-right .signout{
display:none;
}
.bottom-global-menu {
    text-align: center;
}

.global-menu .menu-icon {
    margin-right: 25px;
    font-size: 18px;
}


.headerBlock .header-left .mainbackbtn{
/* font-size: 27px; */
    /* font-family: monospace; */
    /* padding: 1px 7px; */
    margin-right: 10px;
    display: none;
    /* width: 24px; */
    /* height: 24px; */
    /* color: var(--main-color); */
/*background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIyLjQiIHk9IjIuNCIgd2lkdGg9IjE5LjIiIGhlaWdodD0iMTkuMiIgcng9IjkuNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48cGF0aCBkPSJNMTMgOUwxMC4xNzE2IDExLjgyODRMMTMgMTQuNjU2OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjgiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat;*/
cursor:pointer;
}

.headerBlock .header-left .mainbackbtn .back-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: monospace;
    width: 27px;
    height: 27px;
    color: white;
    background-color: var(--main-color);
    border-radius: 100px;
}

.headerBlock .header-left .mainbackbtn:hover .back-icon-container {
    color: var(--main-color);
    background-color: transparent;
    border: 2px solid var(--main-color);
}

body .body .hide{
display:none;
}

.svgbtn,.svgbtnbefore:before,.svgbtnafter:after,.svgbtnbeforehover:hover:before,.svgbtnhover:hover
{filter: brightness(0.498) sepia(.73) hue-rotate(-328deg) saturate(9)!important;}
.svgbtn[disabled],.svgbtnbefore[disabled]:before,.svgbtnafter[disabled]:after,.svgbtnbeforehover[disabled]:hover:before,.svgbtnhover[disabled]:hover
{filter: brightness(0.498) sepia(.0) hue-rotate(-328deg) saturate(9)!important;}


.svgbtnhover{filter: brightness(0.598) sepia(.73) hue-rotate(-328deg) saturate(0)!important;}


body.mobile .global-menu .home,
body.mobile .global-menu .users
{display:none;}

/*
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
*/

.infodialog{
position: fixed;
    right: 10px;
    bottom: 10px;
    background: white;
    padding: 16px 16px 16px 73px;
box-shadow: 0px 4px 15px rgba(121, 121, 121, 0.1);
}

.infodialog .infowrapper {
    display: flex;
    align-items: flex-end;
}

.infowrapper i{
    font-size: 30px;
    color: var(--main-color);
    margin-right: 5px;
}
/*.infodialog:before{
content:"";
position:absolute;
    width: 40px;
    height: 40px;
left: 17px;
    top: 50%;
    margin-top: -18px;
background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTM2LjY2NzMgMTguNDY2NlYxOS45OTk5QzM2LjY2NTMgMjMuNTk0IDM1LjUwMTUgMjcuMDkxMSAzMy4zNDk1IDI5Ljk2OTZDMzEuMTk3NiAzMi44NDgyIDI4LjE3MjggMzQuOTU0MSAyNC43MjYyIDM1Ljk3MzFDMjEuMjc5NyAzNi45OTIxIDE3LjU5NjEgMzYuODY5OCAxNC4yMjQ4IDM1LjYyNDJDMTAuODUzNSAzNC4zNzg3IDcuOTc1MDggMzIuMDc2OCA2LjAxODkyIDI5LjA2MTdDNC4wNjI3NiAyNi4wNDY3IDMuMTMzNjQgMjIuNDggMy4zNzAxMSAxOC44OTM4QzMuNjA2NTkgMTUuMzA3NSA0Ljk5NiAxMS44OTM4IDcuMzMxMTIgOS4xNjE3M0M5LjY2NjI0IDYuNDI5NjQgMTIuODIyIDQuNTI1NTcgMTYuMzI3NiAzLjczMzUxQzE5LjgzMzMgMi45NDE0NSAyMy41MDExIDMuMzAzODMgMjYuNzg0IDQuNzY2NiIgc3Ryb2tlPSIjN0JCMjQ3IiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNi42NjY3IDYuNjY2NzVMMjAgMjMuMzUwMUwxNSAxOC4zNTAxIiBzdHJva2U9IiM3QkIyNDciIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+) no-repeat;
}*/

.custom-checkbox input:checked ~ .checkmark {
    background-color: var(--main-color);
}

#plans-title, #admin-title {
    background-color: transparent;
    padding-top: 7px;
    font-size: 18px;
    text-align: center;
    border-bottom: none;
    margin-bottom: 10px;
    color: #5c5c5c;
}

#plans-title {
    margin-bottom: 0 !important;
}

.currentPlan {
    text-align: center;
    display: block;
}

.ncssclipbuttons .transparent-button i {
    margin-right: 7px;
}

.add-icon {
    font-size: 24px;
    margin-right: 7px;
}

.listmenu-item {
    color: #474747;
}

.listmenu-item i {
    font-size: 20px !important;
    margin-left: -27px;
    width: 24px;
}

.sd-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 200;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.sd-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: thin solid #a7a7a7;
    border-radius: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sd-label input:checked ~ .checkmark:after {
    display: block;
}

.sd-label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rete_sd {
    margin-top: 7px;
}

.enable-disable-sdcard {
    display: none; 
}

body:not(.recorders) .header-right .adddvr {
    display: none;
}

body:not(.gateway) .header-right .addgateway,
body:not(.gateway) .header-right .gateway-download {
    display: none;
}

body:not(.gateway_cams) .header-right .addgatewaycams {
    display: none;
}

.grid-stack-item-content { background-color: black; }
.font-bg {
    font-size: 16px !important;
}
.font-md {
    font-size: 13px !important;
}
.font-sm {
    font-size: 10px !important;
}
.text-cap {
    text-transform: capitalize !important;
}
.text-upp {
    text-transform: uppercase !important;
}
.pagination-info {
    font-size: 10px;
}
.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: top !important;
}
.bootstrap-table .fixed-table-container .table thead th select {
    margin-top: 0 !important;
}
.fixed-table-pagination * {
    font-size: 10px !important;
}
.bootstrap-table .fixed-table-container .table thead th .desc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAD9QTFRFAAAAMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNdnNUQAAABV0Uk5TAOH/6mf8/ZfYwmjuhYz684e/q4R3Hhg0NwAAAEVJREFUeJxjZMAEjENWjBEqxfgXIcYC4bAw/kTSy/ELRLJ/RzaPixHIZWH7gmIHL+MXXsYPaPYKfhR4h+4W4fdCb0h0MwBXow0UM8XrnQAAAABJRU5ErkJggg==) !important;
}
.bootstrap-table .fixed-table-container .table thead th .asc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAD9QTFRFAAAAMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNdnNUQAAABV0Uk5TAIT/d7+rjPrzh2ju/YXYwmf8l+Hq6yk5kQAAAEdJREFUeJxjZMAEjPjEGBkZ/6KLsfxj/o0mxsb4m43xO4oYF4jPxfgZWYzvC4jk/YgkJsAI5nGxvUOICb+HKBd6Q9B9Q0gMAHshDRQ5FVJyAAAAAElFTkSuQmCC) !important;
}
.bootstrap-table .fixed-table-pagination .page-item .page-link {
    color: var(--main-color);
}
.bootstrap-table .fixed-table-pagination .page-item.active .page-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: white;
}
.bootstrap-table .fixed-table-pagination .dropdown-item:active,
.bootstrap-table .fixed-table-pagination .dropdown-item.active {
    background-color: var(--main-color);
}
.vxgfilterbtn {
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 90px;
    font-size: 13px;
    padding: 1px 24px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    white-space: nowrap;
}
.vxgfilterbtn.set {
    background: var(--main-color);
    color: white;
}
.vxgfilterbtn.unset {
    background-color: white;
    color: var(--main-color);
}