﻿a.command {
    cursor: pointer;
}


.command.in-progress {
    pointer-events: none;
}


.img-circle {
    min-height: 48px;
}

a[disabled] {
   pointer-events: none;
   cursor: default;
    color: dimgray;
}

.footer-toolbar {
    margin-top: 20px;
}
.tests {
    display: none;
}
.last-modified {
    font-style: italic;
    color: #222;
    font-size: 90%;
    text-align: right;
}
.cursor-pointer {
    cursor: pointer;
}
.white-background {
    background-color: white !important;
}
section div.container-wrapper{
    display:contents;
}
div.active-button-yellow{
    background-color: #b6babc !important;
}
button.clm-3-0-big-btn {
    height: 100px;
    width: 300px;
    background-color: white !important;
    border: none;
    border-radius: 5px;
}
button.clm-3-0-btn-red{
    height:50px;
    background-color:red;
    color:white;
    border:none;
}
button.clm-3-0-btn-orange {
    height: 50px;
    background-color: #fdb813;/*FFC90a   OG - fdb813 - OG*/
    color: white;
    border: none;
    border-radius: 6px;
    margin: 3px;
}
button.clm-3-0-btn-red {
    height: 50px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 6px;
    margin: 0 3px;
}
button.clm-3-0-btn-green {
    height: 50px;
    background-color: green;
    color: white;
    border: none;
}
button.clm-3-0-btn-darkrgey {
    height: 50px;
    background-color: darkgrey;
    color: white;
    border: none;
}
/*.clm-3-0-container{
    margin-top:-100px;
}*/

div.clm-3-0-container{
    width: fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    animation-name: goDown; 
    animation-duration: 1s;
    opacity:0;
}

/*.clm-3-0-container.clm-3-0-btn{
    opacity: 0;
}*/
/*div.clm-3-0-container.ng-hide:not(.ng-hide-animate){
    background-color:red;
    display:initial !important;
    visibility: visible !important;
}
    .fade-zero-transition
    display:initial !important;
*/
/*div.clm-3-0-container.ng-hide:not(.ng-hide-animate) {
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    visibility:initial !important;


  -webkit-transition: all linear 5s;
  transition: all linear 5s;
    }*/
div.clm-3-0-container.ng-hide {
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.fade-one-transition {
    opacity: 1 !important;
    transition: visibility 0s, opacity 0.5s linear;
}

@keyframes goDown {
  0%   {opacity:0;}
  25%  {opacity:0.5;}
  40%  {opacity:1;}
  from {margin-top: -10px;}
  to {margin-top: 10px;}
}
.img-statistics-logo{
    position: relative; 
    max-height: 75px; 
    max-width: 75px; 
    vertical-align: unset;
}
.h4-text-align{
    text-align: end; 
    margin-right: 30px;
}
.img-loadin-gears{
    width:100px;
    height:70px;
}
.font-24{
    font-size: 24px;
}
.div-programs-border{
    border-top: 1px solid #f4f4f4;
}
.align-vertical-flex{
    display:flex; 
    align-items:center;
}
.span-program-text{
    width: fit-content; 
    display:inline-block; 
    margin: 5px
}
.h4-adv-schedule-programs{
    font-size: 20px; 
    font-weight: 600;
}
.h4-program-enabled-green{
    color:forestgreen; 
    margin-bottom: 0px;
}
.h4-program-disabled-gray{
    color: gray; 
    opacity:0.8; 
    margin-bottom: 0px;
}
.div-programs-start{
    width:49%; 
    display:inline-block
}
.span-program-days-align{
    width:33%; 
    display:inline-block; 
    text-align: start; 
    vertical-align: bottom; 
    padding:0 0 0 30px;
}
.margin-5{
    margin: 5px;
}
.main-menu li.dropdown-holder{
    overflow:visible;
}
.main-menu li.dropdown-holder ul.dropdown-menu{
    padding:5px;
    min-width: 120%;
    box-shadow: 0 6px 12px rgba(0,0,0,.3);
}
.main-menu li.dropdown-holder .dropdown-item{
    padding: 0;  
    display:block;
}
.main-menu li.dropdown-holder .dropdown-item:not(:last-of-type) {  
    margin-bottom: 10px;
}
.dropdown-menu button.device-status-command{
    width:100%;
}
.nav-nar-icon-height{
    font-size: 30px; 
    padding: 10px;
}
.custom-progress-bar{
    width:100%; 
    border: solid 1px #303b42; 
    margin-top: 10px; 
    height: 17px; 
    position: relative;
}
.custom-progress-bar__tracker{
    width:0; 
    max-width: 100%; 
    height: 100%; 
    position: absolute; top: 0;
}
.custom-progress-bar__title {
    color: black; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    overflow: visible; 
    font-style: italic; 
    text-align:center; 
    position: relative;
}
.custom-progress-bar__tracker--green {
      background-color: #60af45; 
}
.custom-progress-bar__tracker--red {
      background-color: #ee3539; 
}
.custom-progress-bar__tracker--orange {
      background-color: #fdb813; 
}
.custom-progress-bar__tracker--gray {
      background-color: #9c9a9a; 
}

/**************************
 **                      **
 **  REDESIGN CSS BELOW  **
 **                      **
***************************/

/*****************************
        Default styles 
 ****************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    font-size: 10px;
    height: 100vh;
    background-color: #9E9E9E;
}

a { text-decoration: none; }

ul { list-style: none; }

img { vertical-align: middle; }

button[disabled], html input[disabled] {cursor: not-allowed;}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 1.5rem;
    height: .5rem;
    background: #000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 .6rem rgba(0,0,0, 1);
    border-radius: 1.5rem;
}

::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
    -webkit-box-shadow: inset 0 0 .6rem rgba(0,0,0,0.5);
    background-color: #ffcb06;
}

/* Placeholder styles */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffcb06;
    font-size: 1.2rem;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffcb06;
    font-size: 1.2rem;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffcb06;
    font-size: 1.2rem;
}

/********************************************************************** Default styles above*/

/*****************************
        Reusables 
 ****************************/

/* 
    Center content with absolute positioning
*/
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 
    Default loader styles
*/
.default-loader-holder {
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background-color: #2f3d46;
    z-index: 10;
}
.default-loader__title {
    text-align: center;    
    text-transform: initial;
    margin: 0 0 1rem;
}
.default-loader__title--big {font-size: 2rem;} 
.default-loader__title--small {font-size: 1.2rem;}
.default-loader__title--white { color: #fff; }

.default-loader__img {
    display: block;
    margin: 0 auto;
}
.default-loader__img--big { width: 22rem; }
.default-loader__img--med { width: 15rem; }
.default-loader__img--small { width: 7.5rem; }

/* 
    Progress bar styles 
*/
.progress-bar {
    width: 100%;
    position: relative;
    background-color: #000;
    border: .1rem solid #000;
}

.progress-bar--narrow {
    height: .5rem;
    border-radius: .3rem;
}

.progress-bar--thick {
    height: .9rem;
    border-width: .2rem;
}

.progress-bar--thick .progress-bar__tracker { border-radius: 0 .3rem .3rem 0; }

.progress-bar__tracker {
    width: 0;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.progress-bar__tracker.scheme-all { background-color: #d0d0ce; }
.progress-bar__tracker.scheme-alarm { background-color: #ff1500; }
.progress-bar__tracker.scheme-alert { background-color: #fae200; }
.progress-bar__tracker.scheme-offline { background-color: #6b6e71; }
.progress-bar__tracker.scheme-ok { background-color: #47fe1e; }

/* 
    Search bar styles 
*/
.search-bar { margin: 0 0 0 5rem; }

.search-form {
    position: relative;
    display: inline-block;
}

.search-form input {
    border-radius: .3rem;
    border: .1rem solid #ffcb06;
    outline: none;
    padding: .5rem 3.6rem .5rem 1rem;
    background-color: #2f3d46;
    color: #ffcb06;
    text-align: center;
    font-family: Arial;
    height: 2.6rem;
    letter-spacing: 0.3px;
}

.search-form__icon {
    position: absolute;
    top: .1rem;
    bottom: .1rem;
    right: .1rem;
    width: 2.6rem;
    height: 2.4rem;
    border: none;
    outline: none;
    background-color: #ffcb06;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 
    Button 
*/
.btn {
    display: inline-block;
    padding: .6rem 1.2rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: normal;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .2s;
}

/* 
    Main button 
*/
.btn.btn__main {
    position: relative;
    background-color: #ffcb06;
    color: #fff;
    letter-spacing: .1rem;  
}

.btn.btn__main:hover { box-shadow: 0px .1rem 1rem #cdc5c5de; }

.btn.btn__main span { /* Loader */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffcb06;
}

.btn.btn__main img { width: 3.4rem; }

/* 
    Secondary button 
*/
.btn.btn__secondary {
    background: #2f3d46;
    border: .1rem solid #2f3d46;
    color: #caccd8;
}

    .btn.btn__secondary:hover {
        color: #2f3d46;
        background-color: #ffcb06;
        border: .1rem solid #ffcb06;
        box-shadow: 0px .1rem .7rem #00000078;
    }

/* 
    Link button 
*/
.btn.btn-link { color: #ffcb06 !important; }

/* 
    Retro button 
*/
.btn.btn__retro {
    position: relative;
    padding: .7rem 2rem .7rem 4rem;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .2s;
    background: #f5f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f6f6 0%, #dddfe3 57%, #b8bac6 100%, #dbdce2 100%, #f5f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f6f6 0%,#dddfe3 57%,#b8bac6 100%,#dbdce2 100%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f6f6 0%,#dddfe3 57%,#b8bac6 100%,#dbdce2 100%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn.btn__retro--narrow {
    height: 1.3rem;
    font-size: .7rem;
}

.btn.btn__retro:before {
    content: "";
    width: 3rem;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2rem 0 0 2rem;

     background: #ffd53f; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd53f 0%, #ffd760 0%, #ffcd2b 54%, #ffcd2b 54%, #fca82a 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd53f 0%,#ffd760 0%,#ffcd2b 54%,#ffcd2b 54%,#fca82a 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd53f 0%,#ffd760 0%,#ffcd2b 54%,#ffcd2b 54%,#fca82a 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn.btn__retro:hover { box-shadow: 0px 1px 7px #00000078; }

/* 
    Default table 
*/
.default-table {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-collapse: collapse;
    color: #000;
    z-index: 1;
}

.default-table th {
    padding: .5rem .5rem .3rem;
    height: 3rem;
    background-color: #b6babc;
    border: solid #000;
    border-width: 0 0 .2rem;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    font-size: 1.1rem;
    position: relative;
    cursor:pointer;
}

.default-table th:after {
    content: "";
    display: block;
    width: .1rem;
    height: 1.4rem;
    background-color: #000;
    position: absolute;
    right: -.1rem;
    top: .8rem;
    z-index: 1;
}

.default-table th:first-of-type { border-radius: .2rem 0 0 .6rem; }
.default-table th:last-of-type { border-radius: 0 .2rem .6rem 0; }

    .default-table th .table-header .icon-holder {
        width: 0.7rem;
        margin-left: 1rem;
        font-size: 1.2rem;
    }

.default-table tbody {
    cursor: pointer;
    border-radius: .3rem;
}

.default-table td {
    padding: .1rem .5rem;
    height: 3rem;
    transition: all .4s;
    border: solid #000;
    border-width: 0 .1rem .1rem 0;
    background-color: #d6d8d6;
    line-height: 1;    
}

.character-limit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.default-table td.icon {
    background-color: transparent;
    border: none;
}
.default-table td.icon:after {
    content: "";
}

.default-table__tooltip {
    position: absolute;
    height: 3rem;
    /*width: 100%;*/
    width: 25rem;
    top: 0;
    left: 0;
    background: #2f3d46;
    line-height: 3rem;
    color: transparent;
    opacity: 0;
    transition: all .5s;
}

td.icon:hover ~ .default-table__tooltip-holder .default-table__tooltip {
    opacity: 1;
    color: #fff;
}

.default-table tbody tr:hover td:not(:first-of-type),
.default-table tbody tr.active td:not(:first-of-type){ background-color: #fbfaf6;}

.default-table td:last-of-type { border-width: 0 0 .1rem 0; }
.default-table tbody tr:first-of-type td:last-of-type { border-radius: 0 .5rem 0 0; }

/* 
    Default form
*/
.default-form__form-row { position: relative; }

.default-form__input {
    display: block;
    padding: .5rem;
    width: 100%;
    border: none;
    border-radius: .3rem;
}
.default-form__input:focus {
    border-color: #ffcb06;
}

.default-form__label {
    display: block;
    margin-bottom: .5rem;
    color: #fff;
    font-weight: normal;
}

.default-form__btn-holder {
    margin: 3rem auto 0;
    text-align: center;
}

.default-form__btn-holder .btn { width: 40%; }

/*
    Custom checkbox styles 
*/
.custom-checkbox {
    position: relative;
    padding-left: 1.5rem;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: .2rem;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: #ccc;
}

/* On mouse-over, add a yellow background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ffcb06;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #ffcb06;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: .3rem;
    top: .1rem;
    width: .35rem;
    height: .6rem;
    border: solid #fff;
    border-width: 0 .2rem .2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*
    Custom select styles 
*/
/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #d0d3de;
    background-image: none;
}
/* Remove IE arrow */
select::-ms-expand { display: none; }

/* Custom Select */
.custom-select {
    position: relative;
    display: flex;
    width: 20rem;
    height: 3.3rem;
    line-height: 3.3rem;
    background: #d0d3de;
    overflow: hidden;
    border-radius: .25em;
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #2f3d46;
    cursor: pointer;
}
/* Arrow */
.custom-select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.5rem;
    font-size: 1.2rem;
    color: #d0d3de;
    background: #2f3d46;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Transition */
.custom-select:hover::after { color: #ffcb06; }

/*
    Custom dropdown   
*/
.custom-dropdown-holder { 
    width: 99%; 
    margin: 0;
}
.custom-dropdown-holder--narrow { width: 9rem; }

.custom-dropdown-holder__item {
    position: relative;
    /*z-index: 9999;*/
    height: 3.5rem;
    line-height: 2.9rem;
    text-align: center;
    text-transform: initial;
    background: #eee;
    border-radius: .3rem;
    padding: .3rem 3.5rem .3rem 0;
    cursor: pointer;
}
.custom-dropdown-holder__item--narrow {
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 2.5rem 0 0;
}
.custom-dropdown-holder__item--dark { background: #b6babc; }

.custom-dropdown-holder__item::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    background: #2f3d46;
    font-size: .9rem;
    color: #eee;
    cursor: pointer;
    pointer-events: none;
    transition: .4s all;
    border-radius: 0 .3rem .3rem 0;
}
.custom-dropdown-holder__item--narrow::after {
    width: 2.5rem;
    line-height: 2.2rem;
    font-size: .7rem;
}
.custom-dropdown-holder__item--dark::after {color: #bfc0c7;}
.custom-dropdown-holder__item:hover:after { color: #ffcb06; }

.custom-dropdown-holder__item a { color: #2f3d46; }

.custom-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.4s;
    left: 0;
    top: 95%;
    width: 100%;
    display: none;
    background: #eee;
    border-radius: 0 0 .3rem .3rem;
    padding: .7rem;
    box-shadow: 0 .7rem .7rem #00000078;
}
.custom-dropdown--dark { background: #b6babc;}

.custom-dropdown-holder__item:hover > .custom-dropdown,
.custom-dropdown-holder__item:focus-within > .custom-dropdown,
.custom-dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 1;
    transition: visibility 1s;
}

.custom-dropdown__item {
   clear: both;
   width: 100%;
   line-height: 1;
}
.custom-dropdown__item:not(:last-of-type) { margin-bottom: .5rem; }

.custom-dropdown__item .btn.btn__retro{
    height: 1.9rem;
    padding: .3rem .5rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3rem;
    text-transform: initial;
    border: .1rem solid #b6babc;
}
.custom-dropdown__item .btn.btn__retro:before {
    content: "";
    width: 0;
}

/*List dropdown*/
.custom-dropdown--list {
    padding: 0;
    border-top: .1rem solid #2f3d46;
    max-height: 21rem;
    overflow-x: hidden;
}

.custom-dropdown--list .custom-dropdown__item { 
    margin: 0; 
    /*border-bottom: 1px solid #2f3d46;*/
}

.custom-dropdown--list .custom-dropdown__item a {
    display: block;
    font-size: 1.4rem;
    color: #000;
    cursor: pointer;
    transition: all .4s;
    padding: .7rem;
}

.custom-dropdown--list .custom-dropdown__item a:hover {
    background: #2f3d46;
    color: #eee;
}

/* 
    Default background / dark
*/
.default-background {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #b6babcd9;
    border: .1rem solid #000;
    z-index: 0;
    border-radius: .5rem;
}

/* 
    Tooltip
*/
.custom-tooltip {
    position: relative;
    display: inline-block;
    color: #ffcb06;
    cursor: pointer;
}

.custom-tooltip__content {
    visibility: hidden;
    width: 12rem;
    background-color: #2f3d46;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    border-radius: .6rem;
    padding: .7rem;
    position: absolute;
    z-index: 1;
    transition: all .4s;
}

.custom-tooltip:hover .custom-tooltip__content { visibility: visible; }

/********************************************************************** Reusables styles above*/
/*****************************
    Login Page Styles Below
 *****************************/
.login-background {
    position: fixed;
    background: url(../../lib/admin-lte/img/login-background.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    filter: brightness(0.3);
    z-index: 100;
}

.login {
    position: relative;
    width: 30rem;
    background: #ffffffad;
    border-radius: .5rem;
    padding: 8.5rem 1rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.login__logo {
    position: absolute;
    top: -6rem;
    left: 0;
    right: 0;
    width: 25rem;
    margin: 0 auto;
}

.login__logo--shape {
    filter: drop-shadow(.4rem 0 0 #18232d) drop-shadow(0 .4rem 0 #18232d) drop-shadow(-.4rem -.1rem 0 #18232d);
}

.login__logo--text {
    top: 1rem;
    width: 20rem;
}

.login__title {
    margin: 1.5rem 0;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

.login-form__input-holder {
    position: relative;
    margin-bottom: 1.5rem;
}

.login-form__input-icon {
    position: relative;
    display: block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background-color: #ffcb06;
    position: absolute;
    top: -.2rem;
    left: 0;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form__input-icon:after { /*right arrow styles*/
    left: 98%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 203, 6, 0);
    border-left-color: #ffcb06;
    border-width: .6rem;
    margin-top: -.6rem;
}

.login-form__input {
    width: 100%;
    height: 3.5rem;
    padding-left: 5rem;
    border: none;
    outline: none;
}

.login-form__login-options {
    margin-bottom: 1rem;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
}

.login-form__label {
    cursor: pointer;
    font-weight: normal;
}

.login-form__link:link,
.login-form__link:visited {
    position: relative;
    color: #000;
}

.login-form__link:after {
    content: "";
    width: 0;
    height: .1rem;
    background-color: #ffcb06;
    position: absolute;
    left: -.2rem;
    bottom: -.6rem;
    transition: width .2s;
}

.login-form__link:hover:after { width: 100%; }

.login-form__loader img {
    height: 3.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form .btn__main {
    width: 100%;
    margin-top: 2.5rem;
}

/********************************************************************** Login page styles above*/

/*****************************
        Navigation styles 
 ****************************/
.main-navigation-holder {
    width: 15rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    transition: transform 400ms linear;
    will-change: transform;
}
.main-navigation {
    height: 100vh;
    background-color: #ffcb06;
    padding: 3rem 0;
    text-align: center;
}

.main-navigation__logo { width: 14rem; }

.user-info {
    display: flex;
    flex-direction: column;
    margin: 3rem 0;
}

.user-info__img {
    display: block;
    margin: 0 auto;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: .1rem solid #fff;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all .4s;
    background-color: #fff;
}

.user-info__img:hover {
    box-shadow: 0 .1rem .7rem #00000078;
}

.user-info__name {
    text-transform: uppercase;
}

.main-navigation__list {
    display: flex;
    flex-direction: column;
    align-items: center;    
}

.main-navigation__list li {
    position: relative;
    display: block;
    width: 100%;
}

.main-navigation__icon {
    width: 2.7rem;
    transition: all .4s;
    margin-bottom: .5rem;
}

.main-navigation__tooltip {
    font-size: 1rem;
    position: absolute;
    right: .5rem;
    background: #fff;
    border-radius: .3rem;
    padding: 0 .2rem;
    color: #2f3d46;
    width: 5rem;
    opacity: 0;
    transition: all .4s;
    transform: translate3d(0, 0, 0);
}

.nav-background {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #2f3d46;
    transition: all .4s;
    z-index: 0;
}

.main-navigation__list li:hover .nav-background,
.main-navigation__list li.active-item .nav-background { width : 100%; }

.main-navigation__list li a,
.main-navigation__list li button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem 0;
    color: #333333;
    font-size: 3rem;
    position: relative;
    z-index: 1;
    transition: all .4s;
    cursor: pointer;
}
.main-navigation__list li:hover a,
.main-navigation__list li.active-item a,
.main-navigation__list li:hover .logout-btn { color: #fff; }
.main-navigation__list li:hover .main-navigation__tooltip { opacity: 1; }
.main-navigation__list li:hover .main-navigation__icon,
.main-navigation__list li.active-item .main-navigation__icon {
    filter: invert(99%) sepia(47%) saturate(117%) hue-rotate(145deg) brightness(123%) contrast(100%);
}

.logout-btn {
    outline: 0;
    border: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 3.4rem;
    line-height: 1;
    padding: .9rem;
    z-index: 2;
    position: relative;
}

/*sidebar toggle*/
.toggle-sidebar__label {
    z-index: 20;
    position: absolute;
    top: 5.7rem;
    left: 15rem;
    width: 5rem;
    height: 3rem;
    margin: 0;
    text-align: center;
    line-height: 3rem;
    font-size: 1.7rem;
    color: #b6babc;
    cursor: pointer;
    transition: left 400ms linear;
}

.toggle-sidebar__check {display: none;}
.toggle-sidebar__check:checked ~ .main-content .main {
    left: 0;
    transition: left 400ms linear;
}
.toggle-sidebar__check:checked ~ .main-navigation-holder {    
	-webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 400ms linear;
}
.toggle-sidebar__check:checked ~ .toggle-sidebar__label {
    left: 0;
    transition: left 400ms linear;
}
.toggle-sidebar__label:hover .toggle-sidebar__icon {color:#ffcb04;}

/*visible color under sidebar while sliding in*/
body {
    background-color: #333333;
}

/********************************************************************** Navigation styles above*/
/*****************************
    Dashboard Page Styles Below
 *****************************/
/*****************************
        Main section styles 
 ****************************/
.main {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),url(../../lib/admin-lte/img/login-background.jpg) no-repeat;
    background-size: cover;
    padding: 3rem 1rem 1rem 0;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    position: relative;
    height: 100vh;
    z-index: 10;

    position: absolute;
    left: 150px;
    right: 0;
    transition: left 400ms linear;
}

.main-with-padding {padding: 5rem;}

.left,
.right {
    flex: 0 0 49.5%;
    display: grid;
}

.left {
    grid-template-rows: min-content min-content 1fr;
    grid-gap: .7rem;
    margin-right: 1.5rem;
}
.right {
    grid-template-rows: 8.5rem 1fr;
    grid-gap: .3rem;
}

/*****************************
        Statistics styles 
 ****************************/

.section-statistics {
    display: grid;
    grid-template-columns: repeat(5, minmax(13rem, 1fr));
    grid-gap: 1rem;
    justify-content: space-between;
    margin-left: 5rem;
}

.statistic-box {
    position: relative;
    padding: 1rem;
    background-color: #2f3d46;
    border-radius: .3rem;
    border: .2rem solid #2f3d46;
    cursor: pointer;
    transition: all .4s;
    display: flex;
    justify-content: space-between;
}

.statistic-box.active-item:before {
    content: "";
    width: 0;
    height: 0;
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-top: 1rem solid #ffcb06;
    position: absolute;
    top: -.6rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s;
}

.statistic-box.active-item:before { opacity: 1; }

.statistic-box:hover,
.statistic-box.active-item { border: .2rem solid #ffcb06; }

.statistic-box__info {
    flex: 0 0 35%;
    position: relative;
    text-align: center;
}

.statistic-box__info--all { color: #d0d0ce; }
.statistic-box__info--alarm { color: #ff1500; }
.statistic-box__info--alert { color: #fae200; }
.statistic-box__info--offline { color: #6b6e71; }
.statistic-box__info--ok { color: #47fe1e; }

.statistic-box__title {
    text-transform: uppercase;
    position: absolute;
    top: -.1rem;
    left: -.75rem;
    right: 0;
    font-size: 1rem;
    width: 140%;
}

.statistic-box__icon {
    display: inline-block;
    height: 4rem;
    width: 4rem;
    margin-top: 2rem;
}

.statistic-box__stats {
    flex: 0 0 60%;
    position: relative;
}

.statistic-box__stats .progress-bar {
    position: absolute;
    top: .2rem;
    width: 80%;
    margin-left: 10%;
}

.statistic-box__count {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 3.5rem;
    color: #fff;
    line-height: 1;
    text-align: center;
}

/***************************************
        Main dashboard table styles 
 **************************************/
.section-dashboard {
    position: relative;
    overflow-x: hidden;
}

.dashboard-default-background.default-background { width: calc(100% - 5rem); }

.dashboard-table-holder {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
@-moz-document url-prefix() { 
  .dashboard-table-holder {
    overflow-y:auto !important; /*with mozzila it should be this value*/
  }
}
.devicesStatus{
    position: relative; 
    overflow-y: hidden; 
    overflow-x: hidden;
}

@-moz-document url-prefix() { 
    .system-table-holder{
        overflow-y:auto !important; /*with mozzila it should be this value*/
    }
}
.dashboard-table th:first-child {
    background-color: transparent;
    border: none;
    width: 5rem;
    color: #b6babc;
    font-size: 1.3rem;
}
.dashboard-table th:first-child:after {
    content: "";
    display: none;
}

.dashboard-table th:nth-child(2) { border-radius: .4rem 0 0 .4rem; }

.dashboard-table tbody tr:first-of-type td:nth-child(2) { border-radius: .4rem 0 0 0; }
.dashboard-table tbody tr td:nth-child(2) { border-left: .1rem solid #000; }
.dashboard-table tbody tr:last-of-type td:nth-child(2) {
    border-radius: 0 0 0 .4rem;
    border-width: .1rem;
}

.dashboard-table td:not(.icon) {
    min-width: 9rem;
    max-width: 15rem;
    height: 2.5rem;
}

.dashboard-table td.icon img {
    width: 2rem;
    vertical-align: middle;
}

.dashboard-table td .date {
    margin-right: 1.5rem;
}

.no-results__img {
    width: 25rem;
    filter: brightness(0.5);
}

.no-results__title {
    text-align: center;
    text-transform: uppercase;
    margin: 1rem 0;
    font-size: 2.2rem;
    font-weight: 600;
}
/***************************************
        Location filtering styles 
 **************************************/
.location-filtering {
    width: 66.5rem;
    margin: 0 auto;
}

.location-filtering-box {
    position: relative;
    padding: .5rem;
    height: 8.5rem;
    margin: 0 1rem 0 0;
    background-color: #2f3d46;
    border-radius: .3rem;
    border: .2rem solid #2f3d46;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all .4s;
    display: flex;
    min-width: 12.7rem;
}

.location-filtering-box.active-item:before {
   content: "";
    width: 0;
    height: 0;
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-top: 1rem solid #ffcb06;
    position: absolute;
    top: -.6rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s;
}

.location-filtering-box:hover,
.location-filtering-box.active-item { border: .2rem solid #ffcb06; }

.location-filtering-box:hover:before,
.location-filtering-box.active-item:before {opacity: 1;}

.location-filtering-box__info {
    flex: 1;
    text-align: center;
    margin-right: .5rem;
    word-break: break-word;
    line-height: 1;
    position: relative;
}

.location-filtering-box__icon { /*temporary styles*/
    display: inline-block;
    width: 3.5rem;
    height: 4.2rem;
    margin-bottom: .5rem;
}

.location-filtering-box__title {
    position: absolute;
    bottom: .3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.1rem;
}

.location-filtering-box__stats ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.location-filtering-box__stats li {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
}

.location-filtering-box__stats li:before {
    content: "";
    display: inline-block;
    width: .6rem;
    height: .6rem;
    border: .1rem solid #000;
    border-radius: 50%;
    margin-right: .7rem;
}

.location-filtering-box__stats li.circle-alarm:before { background-color: #ff1500; }
.location-filtering-box__stats li.circle-alert:before { background-color: #fae200; }
.location-filtering-box__stats li.circle-offline:before { background-color: #6b6e71; }
.location-filtering-box__stats li.circle-ok:before { background-color: #47fe1e; }

/**************************************
        System overview styles 
 **************************************/
.resizable-holder { margin-top: 3.5rem; }

.section-system-overview {
    position: relative;
    height: 42vh;
    overflow: hidden;       
}

.section-system-overview .grid-holder {
    position: relative;
    display: grid;
    grid-template-rows: min-content 1fr min-content;
    grid-gap: .2rem;
    height: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~ Owner info */
.owner-info {
    position: relative;
    background-color: #b6babc;
    border-radius: .3rem;
    max-height: 6rem;
    padding: .7rem 1rem;
    font-family: Arial;
}

.owner-info .edit span {
    width: 2rem;
    height: 2rem;
    background-color: blueviolet;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

.owner-info__address,
.owner-info__phone,
.owner-info__email {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1;
}
.owner-info__phone { margin-right: 10rem; }
.owner-info__phone-number { 
    color: #2f3d46; 
    transition: all .4s;
}
.owner-info__phone-number:hover { color: #ffcb06; }

.owner-info__address {
    display: flex;
    margin-bottom: .6rem;
}
.owner-info__address span:after {
    content: "/";
    padding-left: .5rem;
}
.owner-info__address span:last-child:after,
.owner-info__address span:first-child:after { content: "";}
.owner-info__address .address-icon { 
    width: 1.8rem;
    filter: brightness(0.5);
}

.owner-info__icon { /* temporary styles */
    width: 2rem;
    margin-right: 1rem;
    text-align: center;
}
/*~~~~~~~~~~~~~~~~~~~~ System details table */
.system-table-holder {
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: .5rem;
}

.system-table-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../../lib/admin-lte/img/logo-dark.png) no-repeat;
    background-size: 30rem;
    background-position: center;
    background-color: #1e261c;
    opacity: .5;
}

.system-table-default-background.default-background { width: calc(100% - 3.8rem); }

.system-table { table-layout: fixed; max-height: 1vh; }

.system-table th:nth-child(1) { width: 3.5rem; }

.system-table th:nth-child(2),
.system-table th:nth-child(3) { width: 12.5rem; }

.system-table th:nth-child(4) { width: 5rem; }
.system-table th:nth-child(6),
.system-table th:nth-child(7),
.system-table th:nth-child(8),
.system-table th:nth-child(11) { width: 6.3rem; }

.system-table th:nth-child(5) { width: 8rem; }
.system-table th:nth-child(9) { width: 7.5rem; }
.system-table th:nth-child(10) { width: 10rem; }

.system-table tbody tr:first-of-type td:nth-child(2) { border-radius: .4rem 0 0 0; }
.system-table tbody tr:last-of-type td:nth-child(2) { border-radius: 0 0 0 .4rem; }
.system-table tbody tr:last-of-type td:last-of-type { border-radius: 0 0 .4rem; }

.system-table.default-table tbody tr:hover td:not(:first-of-type) { 
    background-color: #d6d8d6; 
    cursor: default;
}

.system-table td { padding: .3rem .5rem; }

.system-table td.icon img { /*temporary styles*/
    display: inline-block;
    vertical-align: middle;
    width: 2.5rem;
}

.system-table td.icon img.state-alert { filter: invert(27%) sepia(96%) saturate(6886%) hue-rotate(4deg) brightness(100%) contrast(109%); }
.system-table td.icon img.state-check { filter: brightness(0%) contrast(100%) invert(82%) sepia(56%) saturate(1140%) hue-rotate(2deg) brightness(107%) contrast(105%)}
.system-table td.icon img.state-offline { filter: invert(45%) sepia(3%) saturate(500%) hue-rotate(169deg) brightness(92%) contrast(84%); }
.system-table td.icon img.state-ok { filter: invert(60%) sepia(94%) saturate(500%) hue-rotate(60deg) brightness(115%) contrast(99%); }

.system-table .options {
    display: flex;
    justify-content: space-around;
}

.system-table .options a { /* Temporary class / styes */
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
    transition: all .4s;
}

/*.system-table .options a:hover { color: #c8c9c9; }*/

.system-table .options .test:nth-last-of-type(2) { margin: 0 .25rem; }

.system-table td.icon:hover ~ .default-table__tooltip-holder .default-table__tooltip {
    width: 28rem;
}

/*~~~~~~~~~~~~~~~~~~~~ Event handling */
.event-handling {
    position: relative;
    width: 100%;
    padding: 1rem;
    border-radius: .3rem;
    margin: .5rem 0;
}

.event-handling__actions-holder {
    position: relative;
    display: flex;
    align-items: center;
}

.event-handling__type {
    min-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 3.5rem;
    margin-right: 1rem;
    padding: .5rem 1.5rem;
    background: #b6babc;
    border-radius: .3rem;
    color: #2f3d46;
    font-size: 1.3rem;
    line-height: 2.5rem;
    cursor: default;
}

.event-handling__type span:first-child{
    letter-spacing: .5rem;
    font-size: 1.95rem;
    margin-right: 1rem;
}

.event-handling__type .water-leak ,
.event-handling__type .handling-alert{ color: #df0936; }
.event-handling__type .handling-warning { color: #dfc309; }

.event-handling__actions {
    display: flex;
    align-items: center;
    width: 100%;
}

.event-handling__step-button {
    padding: .5rem .2rem;
    border: none;
    outline: none;
    font-size: 1rem;
    border-radius: .3rem;
    min-height: 3rem;
    max-width: 9rem;
}

.event-handling__actions button:not(:last-of-type) { margin-right: .5rem; }

.event-handling__actions button:last-of-type { margin-left: auto; }

.event-handling__add-action {
    position: relative;
    margin-left: 1rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    align-self: center;
}

.event-handling__remarks {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.event-handling__remarks textarea { 
    margin: 0 1rem 0 0;
    padding: .5rem 1rem;
    background-color: #d0d3df;
    flex: 1;
    outline: none;
}

.event-handling__remarks textarea::-webkit-input-placeholder {
    color: #2f3d46;
    line-height: 2.2rem;
}

.event-handling-btn span {
    position: absolute;
    left: .8rem;
    top: .2rem;
    color: #fff;
    font-size: 1.8rem;
}

/*****************************
        Google maps styles 
 ****************************/
.google-maps {
    width: 100%;
    height: 100%;
    overflow:hidden;
    position:relative;
    background-color: #ffcb06;
}

/*****************************
       Schedule modal styles 
 ****************************/
.programs-holder {
    display: grid;
    padding: 0 20px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 18px;
}

.program-box {
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fff;
}

.program-box__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

.program-box__header h4 {
    font-size: 14px;
}

.program-box__header h4.h4-adv-schedule-programs {
    font-size: 17px;
    width: 150px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program-box__header h4,
.program-start h4 {
    margin: 0;
    font-size: 15px;
}

.program-box__body {
    padding: 15px;
}

.program-start {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .program-start h4 span {
        margin-right: 5px;
        font-weight: 600;
        font-size: 16px;
    }

.program-period__days {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 1% 2px;
    padding: 1.5% 0;
    border-radius: 20px;
    color: #fff;
    font-size: 80%;
    text-align: center;
}
/********************************************************************** Dashboard styles above*/

/*************************************
    UPDATE PROFILE Page Styles Below
 ************************************/
.update-profile-holder {
    width: 50rem;
    padding: 2rem 4rem;
    background-color: #777c7fd1;
    border-radius: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-permission-level { margin-top: 3rem; }
.user-permission-level span {
    display: block;
    margin-bottom: .5rem;
    font-size: 1.6rem;
    color: #fff;
}

.user-update-image-holder {
    margin: 0 auto 1.5rem;
    text-align: center;
}

.user-update-image { 
    position: relative; 
    display: inline-block;
}

.user-update-image img {
    background-color: #fff;
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    cursor: pointer;
    transition: all .4s;
}

.user-update-image img:hover { box-shadow: 0px 1px 10px #cdc5c5de; }

.user-update-image .custom-tooltip-holder {
    position: absolute;
    top: 0;
    right: -2rem;
    font-size: 1.6rem;
    cursor: pointer;
    color: #ffcb06;
}

/********************************************************************** Update profile styles above*/

/***************************************
        EVENT LOG PAGE  +
        EVENT HANDLING LOG PAGE BELOW
 **************************************/
.event-handling-log-holder,
.event-log-holder {
    max-width: 155rem;
    width: 100%;
    margin: 0 auto;
}

/*~~~~~~~~~~~~~~~~~~~~ Filters section */
.EHL-filters-holder,
.EL-filters-holder {
    margin-bottom: 3rem;
    min-width: 93rem;
}

.EHL-filters,
.EL-filters {
    background-color: #777c7fd1;
    border-radius: .5rem;
    padding: 2rem;
}

.EL-filters-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
}

.EHL-filters-content {
    display: flex;
    flex-direction: column;
}

.EHL-filters-content__top,
.EL-filters-content__mid,
.EHL-filters-content__datepickers {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.EHL-filter:not(:last-of-type) { margin-right: 2rem; }

.EHL-filter__title,
.EL-filter__title {
    display: block;
    margin-bottom: .5rem;
    color: #fff;
}

.EHL-filter__input,
.EL-filter__input {
    padding: .7rem;
    width: 100%;
    min-width: 16rem;
    border-radius: .5rem;
    border: .1rem solid #404539;
    background-color: #eee;
    outline: none;
}

.EHL-filter__input {  width: 28.1rem; }

.EHL-filter__input[disabled],
.EL-filter__input[disabled] { background-color: #c8c8ca; }

.EL-filters-content__left {
    display: flex;
    flex: 0 0 44%;
    justify-content: space-between;
    padding: 2rem;
    background-color: #b6babc;
    border-radius: .5rem;
    width: 50%;
}

.EL-filters-content__left .EL-filter:not(:last-of-type) { margin-bottom: 1.5rem; }

.EL-filters-content-devider {
    align-self: center;
    color: #fff;
    text-align: center;
}

.EL-filters-content__right {
    display: flex;
    justify-content: space-between;
    flex: 0 0 45%;
    padding: 1rem;
}

.EL-filters-content__dropdowns {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 0 0 27%;
    margin-right: 2rem;
}
.EL-filters-content__dropdowns .EL-filter:not(:last-of-type) { margin-bottom: 1rem; }

.EL-filters-content__datepickers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

/*~~~~~~~~~~~~~~~~~~~~ Datepickers */
.EHL-datepicker-input-holder,
.EL-datepicker-input-holder {
    display: flex;
    align-items: center;
    width: 100%;
}

.EHL-datepicker-input-group,
.EL-datepicker-input-group { 
    position: relative; 
    width: 70%;
}

.EHL-datepicker-input-group p,
.EL-datepicker-input-group p{
    position: absolute;
    top: -2.5rem;
    color: #fff;
}

.EHL-datepicker-input,
.EL-datepicker-input {
    display: flex;
    margin-right: 2rem;
}

.EHL-datepicker-input input,
.EL-datepicker-input input {
   width: 100%;
   min-width: 13.5rem;
   margin-right: -4rem;
   padding: .7rem;
   border-radius: .5rem;
   border: .1rem solid #404539;
   outline: none;
   cursor: pointer;
}
.EHL-datepicker-input input { width: 28.1rem; }

.EHL-datepicker-input__button,
.EL-datepicker-input__button {
    border: none;
    outline: none;
    width: 4rem;
    background-color: transparent;
}

/*Datepicker adjustments*/
.EHL-datepicker-input .uib-datepicker-popup,
.EL-datepicker-input .uib-datepicker-popup {
    min-width: 35rem;
    padding: 1rem;
}

.EHL-datepicker-input table,
.EL-datepicker-input table { width: 100%;}

.EHL-datepicker-input .uib-button-bar,
.EL-datepicker-input .uib-button-bar { min-width: 35rem; }
/*~~~~~~~~~~~~~~~~~~~~ Tables holder */
.EHL-content,
.EL-content {
    position: relative;
    height: 43.3vh;
}

.EHL-content .default-background,
.EL-content .default-background { width: 100%; }

/*~~~~~~~~~~~~~~~~~~~~ Tables */
.EHL-table-holder,
.EL-table-holder {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.EHL-table-main-row td,
.EL-table td { padding: .4rem .5rem; }

.EHL-table td.state-pending {
    background-color: #d52a33;
    color: #fff;
}
.EHL-table td.state-completed {
    background-color: #2fa05a;
    color: #fff;
}

.EHL-table td.state-inprogress {
    background-color: #ffcb06;
}

.default-table.EHL-table tr:hover td:not(:first-of-type) { background-color: #fbfaf6; }
.default-table.EHL-table .handle-operations-holder {
    background-color: transparent;
}
.default-table.EHL-table .handle-operations-holder:hover {cursor: default;
   
}

.default-table.EHL-table .handle-operations-holder tr:hover td { background-color: #777c7f; }

.EHL-nested-table-holder {
    position: relative;
    padding: 1.5rem;
}

.EHL-nested-table {
    border: .1rem solid black;
    border-radius: .5rem;
}

.EHL-nested-table td { padding: .5rem; }

/*~~~~~~~~~~~~~~~~~~~~ Event Log   Event info */
.EL-event-info {
    position: relative;
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: .5rem;
    background: #777c7fd1;
    color: #fff;
}

.EL-event { display: flex; }

.EL-event-content {
    min-width: 19vw;
    max-width: 35rem;
    background: #b6babc;
    border-radius: .5rem;
    padding: 1.5rem;
}
.EL-event-content:not(:last-of-type) {  margin-right: 2rem; }

.EL-event-content div span:first-child {
    color: #2f3d46;
}

/********************************************************************** Event handling log styles above*/

/*************************************
    SETTINGS PAGE STYLES BELOW
 ************************************/
.monitor-settings-holder {
    max-width: 155rem;
    width: 100%;
    height: 60vh;
    margin: 0 auto;
    padding: 0 2rem;
    background-color: #777c7fd1;
    border-radius: .5rem;
    padding: 2rem;
}

.monitor-settings {
    position: relative;
    display: flex;
    /*background: #b6babc;*/
    border-radius: .5rem;
    padding: 2rem;
    height: 100%;
}

.monitor-settings-list {
    width: 16.5rem;
    margin-right: 2rem;
}

.monitor-settings-list li a {
    display: block;
    padding: 1rem;
    color: white;
    text-align: center;
    background-color: #2f3d46;
    transition: all .4s;
}

.monitor-settings-list li a:hover,
.monitor-settings-list li.active-item a {
    background: #fff;
    color: #2f3d46;
    font-weight: bold;
}

.monitor-settings-body { flex: 1; }

/*~~~~~~~~~~~~~~~~~~~~ Settings table */
.settings-table {
    width: 100%;
    margin-bottom: 3rem;
}

.settings-table tr { background-color: #fff; }

.settings-table tr td { 
    padding: 1rem; 
    text-align: center;
    cursor: pointer;
    transition: all .4s;

}
.settings-table tr:hover td,
.settings-table--stripped tr:nth-child(even):hover td {
    background-color: #2f3d46;   
    color: #fff;
}

.settings-table--stripped tr:nth-child(even) td {
    background-color: #b6babc;
    color: #fff;
}

.settings-table--stripped tr th {
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #2f3d46;
    color: #fff;
    font-weight: normal;
}

.settings-table--stripped tr td {
    position: relative;
    min-height: 4.5rem;
    font-size: 1.5rem;
}

.btn.btn__main.btn-settings {
    padding: .6rem 3rem;
    background: #2f3d46
}

.btn.btn__main.btn-settings:hover { 
    background-color: #fff; 
    color: #2f3d46;
    box-shadow: none;
}

.btn.btn__main.btn-settings.btn-settings--absolute {
    position: absolute !important;
    right: 3rem;
    bottom: 3rem;
}
.btn.btn__main.btn-settings--absolute:hover { box-shadow: 0 .1rem .7rem #00000078; }

.btn.btn__main.btn-settings.btn-settings--top {
    margin: 0 0 1rem;
    align-items: center;
    padding: .6rem 1.6rem;
}
.btn.btn__main.btn-settings.btn-settings--top i {
    margin-right: .3rem;
}

/*~~~~~~~~~~~~~~~~~~~~ Priority */
.priority-table tr td {
    display: flex;
    justify-content: center;
    line-height: 2.2rem;
}
.priority-table__label { flex: 1; }

.settings-table.priority-table tr:not(:first-of-type) .priority-table__buttons,
.settings-table.priority-table tr:not(:last-of-type) .priority-table__buttons {
    position: absolute;
    top: 0;
    right: 1rem;
}

.priority-table__buttons { font-size: 1.3rem; }

/*~~~~~~~~~~~~~~~~~~~~ Notifications */
.notification-table tr td {
    display: flex;
    justify-content: center;
    line-height: 2.2rem;
}
.notification-table__label {
    flex: 1;
    font-weight: normal;
    font-size: 1.5rem;
    cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~ Screensaver */
.monitor-settings-screensaver {
    background-color: #fff;
    padding: 3rem;
    text-align: center;
    height: 31.7vh;
}

.monitor-settings-screensaver p {
    color: #2f3d46; 
    font-size: 1.7rem;
}

.monitor-settings-screensaver .custom-select {
    width: 21.7rem;
    margin: 0 auto;
}

/*~~~~~~~~~~~~~~~~~~~~ About */
.monitor-settings-about {
    background-color: #fff;
    padding: 3rem;
    text-align: center;
}

.monitor-settings-about__tittle {
    margin: 3rem 0;
    font-size: 3rem;
    font-weight: bold;
}

.monitor-settings-about__links a,
.monitor-settings-about__copy a {
    display: block;
    margin-bottom: .5rem;
    color: #2f3d46;
    font-weight: bold;
    transition: all .4s;
}
.monitor-settings-about__copy a { display: inline-block; }

.monitor-settings-about__links a:hover,
.monitor-settings-about__copy a:hover { letter-spacing: .1rem; }

.monitor-settings-about__logo { width: 16.5rem; }

/*~~~~~~~~~~~~~~~~~~~~ Users */
.monitor-settings-users {
    position: relative;
    height: 42vh;
    overflow-x: hidden;
}

.settings-user-table { margin: 0; }

.settings-user-table.settings-table--stripped tr:hover td {
    background-color: #fff;
    color: #2f3d46;
    cursor: default;
}

.settings-user-table.settings-table--stripped tr:nth-child(even):hover td {
    background-color: #b6babc;
    color: #fff;
    cursor: default;
}

.settings-user-table__buttons button {
    padding: 0 .5rem;
    font-size: 1.6rem;
    border: none;
    outline: none;
    color: #2f3d46;
    background-color: transparent;
    opacity: 0.8;
    transition: all .2s;
}

.settings-user-table__buttons button:hover {
    opacity: 1;
}

.settings-user-table__buttons button:not(:last-of-type) { margin-right: .5rem; }

/*~~~~~~~~~~~~~~~~~~~~ end new design styles */

.ui-icon-prev {
    content: url('../../icons/arrow-carousel-left.svg');
    height: 5rem;
}

.ui-icon-next {
    content: url('../../icons/arrow-carousel-right.svg');
    height: 5rem;
}

.center-content tr td{
    text-align:center;
} 
.center-content tr th{
    text-align:center;
} 
.vertical-content tr td{
    vertical-align:middle !important; 
}

.complete-handling {
    width: 100%;
    background-color: #777c7fd1;
    border: .1rem solid #000;
    z-index: 0;
    border-radius: .5rem;
}
/********************************************************************** Settings page styles above*/

.gutter.gutter-vertical {
    background: url(../../common/img/horizontal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2f3d46;
    padding: .5rem;
    cursor: n-resize;
    cursor: row-resize;
}
.form-group select {
    border: solid .1rem #d2d6de !important;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    appearance: menulist;
}
.marquee {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 5s linear infinite;
}
@keyframes marquee {
    0%   { text-indent: 1em }
    100% { text-indent: -10em }
}

/* -for future hebrew translation-
    .rtl-dir.marquee{
    animation: marquee 5s linear infinite reverse;
}*/
.swap-span-hover:hover span.swap-span-default{
    display:none;
}
.swap-span-hover:hover span.swap-span-replacement{
    display:inherit;
}

.display-none{
    display:none;
}
.overflow-hidden{
    overflow:hidden;
}
/*#SystemsStatusWrapper{
    overflow-y:hidden;
}*/
/*#SystemsStatusWrapper::-webkit-scrollbar {
    display:none;
}
*/

#SystemTableId:hover, #SystemTableId:active, #SystemTableId:focus ::-webkit-scrollbar {
    overflow-y: overlay !important;

}
#SystemsStatusWrapper:hover, #SystemsStatusWrapper:active, #SystemsStatusWrapper:focus ::-webkit-scrollbar {
    overflow-y: overlay !important;
}
@-moz-document url-prefix() /*mozila*/
{
    td.default-table__tooltip-holder{
        background-clip: padding-box;
    }
}
