﻿.close-aux {
    top: 10px;
    right: 5px;
    color: #707070 !important;
    position: absolute !important;
}

.div-header {
    z-index: 3;
    width: 100%;
    position: fixed;
    margin-top: 50px;
    margin-right: 0px;
    background-color: #f7f8f9;
    border-bottom: 1px solid #e8e8e8;
}

.div-footer {
    z-index: 1;
    width: 100%;
    bottom: 0px;
    height: 35px;
    position: fixed;
    background-color: #f7f8f9;
    border-top: 1px solid #e8e8e8;
}

.btn-options {
    width: 100%;
    color: #757575;
    height: 100% !important;
    padding: 7px 0px 1px 0px !important;
}

.lbl-Customer {
    float: left;
    color: #424242;
    font-size: 18px;
    margin-top: 6px;
    overflow: hidden;
    font-weight: 500;
    margin-left: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lbl-dateRange {
    float: right;
    color: #424242;
    font-size: 16px;
    margin-top: 6px;
    overflow: hidden;
    font-weight: 500;
    margin-right: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lbl-main-title {
    color: #424242;
    font-size: 19px;
    margin-top: 6px;
    overflow: hidden;
    margin-left: 46px;
    margin-bottom: -4px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lbl-main-title-aux {
    color: #424242;
    font-size: 20px;
    overflow: hidden;
    max-width: 190px;
    margin-top: 12px;
    margin-left: -9px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lbl-main-title-dashboard {
    color: #424242;
    font-size: 22px;
    margin-top: 13px;
    overflow: hidden;
    margin-left: 46px;
    margin-bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .lbl-main-title-dashboard.active {
        margin-left: -8px;
    }

.lbl-main-date {
    color: #424242;
    font-size: 14px;
    margin-top: 6px;
    overflow: hidden;
    margin-left: 46px;
    margin-bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container-options {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.panel-background {
    background-image: linear-gradient(to bottom,#fff 1%,#f7f8f9 100%) !important;
}

.active-tab {
    background-color: rgba(158,158,158,.2);
}

.btn-download {
    width: 57px;
    color: white !important;
    min-width: 40px !important;
    background: #f44336 !important;
}

    .btn-download > i {
        font-size: 30px;
        margin-left: -1px;
    }

.loader {
    width: 120px;
    height: 120px;
    margin-top: 20%;
    margin-left: 50%;
    border-radius: 50%;
    border: 16px solid #a2a2a2;
    border-top: 16px solid #3498db;
    animation: spin 2s linear infinite;
}

.divLoading {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    position: fixed;
    background: rgba(255, 255, 255, 0.3);
}

#msgSaved {
    right: 15px;
    bottom: 15px;
    color: white;
    z-index: 10001;
    padding: 16px;
    position: fixed;
    font-size: 17px;
    min-width: 250px;
    text-align: center;
    border-radius: 2px;
    visibility: hidden;
    margin-left: -125px;
    background-color: #37b400;
    border-color: #37b400;
}

    #msgSaved.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

        #msgSaved.show.fail {
            background-color: #f44336;
        }

.mbl-tabs__aux {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
}

.div-login {
    width: 25%;
    margin: 0 auto;
    padding: 240px 50px 0px 50px;
}

.install-item {
    font-size: 16px;
}

.install-div {
    padding: 10px;
    color: #666666;
}

    .install-div:hover {
        cursor: pointer;
        background: #d9edf7;
        color: #09c !important;
    }

.modal-install-body {
    max-height: 560px;
    overflow-y: scroll;
}

    .modal-install-body > div > .row {
        border-bottom: 1px solid lightgray;
    }

.highlighted {
    background-color: yellow;
}

#txtSearch {
    padding: 13px 0px 0px 0px !important;
}

.lbl-search {
    top: 9px !important;
}

.filter-button {
    top: -10px !important;
    height: 50px !important;
    color: #424242 !important;
    margin: 4px 1px !important;
    line-height: 61px !important;
    border-right: 1px solid #e8e8e8 !important;
}

    .filter-button:hover {
        background-color: rgba(158,158,158,.2);
    }

.home-button {
    top: -8px !important;
    height: 50px !important;
    color: #424242 !important;
    margin: 4px 1px !important;
    line-height: 61px !important;
    border-right: 1px solid #e8e8e8 !important;
}

    .home-button:hover {
        background-color: rgba(158,158,158,.2);
    }

.sidebar-menu {
    z-index: 2;
    width: 200px;
    height: 100%;
    overflow: auto;
    margin-top: 95px;
    margin-left: -151px;
    background-color: #f7f8f9;
    position: fixed !important;
    border-right: 1px solid #e8e8e8;
}

    .sidebar-menu::-webkit-scrollbar-track {
        background-color: #F5F5F5;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .sidebar-menu::-webkit-scrollbar {
        width: 4px;
        background-color: #F5F5F5;
    }

    .sidebar-menu::-webkit-scrollbar-thumb {
        background-color: rgb(86, 138, 183);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
    }

    .sidebar-menu > .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sidebar-menu.displayed {
        margin-left: 0px;
        position: relative;
        animation: animateleft 0.4s;
    }

.sidebar-item {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    text-align: left;
    white-space: normal;
    padding: 14px 1px 32px 18px;
    border-bottom: 1px solid #e8e8e8;
}

    .sidebar-item > h4 {
        float: left;
        color: #62686f;
        margin-top: 2px;
        font-size: 15px;
        overflow: hidden;
        max-width: 155px;
        margin-bottom: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sidebar-item:hover {
        cursor: pointer;
        background-color: rgba(158,158,158,.2);
    }

    .sidebar-item > .mdl-badge-opened-menu {
        float: left;
        margin-top: 12px;
        margin-left: -1px;
        margin-right: 16px !important;
    }

    .sidebar-item > .mdl-badge-closed-menu {
        right: 0;
        margin-top: 2px;
        position: absolute;
        margin-right: 30px !important;
    }

    .sidebar-item > .mdl-badge-closed-icon {
        float: right;
        margin-right: 9px !important;
    }

.sidebar-sub-item {
    left: 49px;
    height: 28px;
    color: white;
    display: none;
    position: fixed;
    font-size: 18px;
    margin-top: -15px;
    padding: 14px 19px 34px 19px;
    background: rgba(0, 0, 0, 0.82);
}

.sidebar-footer {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    white-space: normal;
    padding: 8px 0px 8px 160px;
    border-bottom: 1px solid #e8e8e8;
}

    .sidebar-footer:hover {
        cursor: pointer;
        background-color: rgba(158,158,158,.2);
    }

.filter-button-collapse {
    height: 26px !important;
    color: #424242 !important;
    margin: 1px 1px !important;
    position: relative !important;
    line-height: 26px !important;
}

.div-main {
    margin-left: 28px;
    padding: 9px 0px 5px 0px;
    transition: margin-left .2s;
}

    .div-main.displayed {
        margin-left: 180px;
    }

.div-content {
    top: 95px;
    width: 100%;
    /*height: 100%;*/
    position: absolute;
}

#btn-search-options {
    top: 9px;
    right: -10px;
    position: absolute;
}

.mdl-badge.mdl-badge--overlap-aux:after {
    right: 13px !important;
}

.mdl-badge--overlap-tab {
    font-size: 30px !important;
}

    .mdl-badge--overlap-tab:hover {
        opacity: .9;
        cursor: pointer;
    }

.mdl-ticket-aux {
    float: left;
    color: #5a5a5a;
    margin-top: 3px;
    margin-right: 2px;
    font-size: 16px !important;
}

    .mdl-ticket-aux:hover {
        color: #ffc107;
        cursor: pointer;
    }

.embed-responsive-16by12 {
    border: 2px solid #c5c7c8;
    height: calc(100vh - 480px) !important;
}

.lbl-font-weight {
    font-weight: 500;
}

.panel-aux {
    border-radius: 1px;
}

.bubble {
    width: 20px;
    color: #fff;
    height: 20px;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    border-radius: 50%;
    background: #4caf50;
    align-items: center;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

    .bubble.file {
        top: -4px;
        right: 52px;
    }

    .bubble.comment {
        top: -4px;
        right: 55px;
    }

    .bubble.subComment {
        top: -7px;
        right: -9px;
        padding-top: 1px;
        padding-left: 4px;
    }

.row-children {
    padding: 10px 0px 2px 0px;
    border-bottom: 1px solid #ddd;
}

    .row-children:hover {
        background-color: #f5f5f5;
    }

tr.ng-scope:hover {
    color: #4682b4;
    cursor: pointer;
}

tr.ng-scope.flagged {
    border-left: 3px solid #f44336;
}

.arrow-flagged {
    top: 1px;
    left: 2px;
    color: #f44336;
    position: absolute;
    transform: scale(-1, 1);
    font-size: 10px !important;
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

.panel-heading-aux {
    cursor: pointer;
    text-align: left;
    padding: 4px 0px 6px 8px;
    background-color: #f7f8f9 !important;
}

    .panel-heading-aux > h3 {
        color: #424242;
        font-size: 12px;
    }

        .panel-heading-aux > h3 > label {
            color: #424242;
            cursor: pointer;
            margin-left: 5px;
            font-size: 18px !important;
        }

.table-comments {
    margin-bottom: 0px;
}

    .table-comments tr {
        width: 100%;
        display: table;
        text-align: justify;
    }

    .table-comments tbody {
        overflow-y: auto;
        max-height: 300px;
    }

    .table-comments > tbody > tr > td {
        word-break: break-word;
    }

    .table-comments thead, .table-comments tbody {
        float: left;
        width: 100%;
    }

.padding-aux {
    color: #757575;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: -5px;
    text-overflow: ellipsis;
    padding: 18px 32px 14px 4px !important;
}

.modal-feedback {
    overflow-y: auto;
    max-height: 510px;
    overflow-x: hidden;
}

.spanComment {
    z-index: 1;
    margin-left: 9px;
    font-size: 24px !important;
}

    .spanComment:hover {
        color: #4682b4;
        cursor: pointer;
    }

.flow-comment-aux:hover {
    opacity: 0.9;
    cursor: pointer;
}

.flow-attachment-aux:hover {
    opacity: 0.9;
    cursor: pointer;
}

.row-header {
    background: rgb(70, 129, 179);
    border-bottom: 1px solid #d2cece;
}

.row-title {
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.gac-header {
    color: white;
    display: flex;
    background: #226A98;
}

    .gac-header > div {
        padding: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.gac-body {
    overflow-y: auto;
    border: 1px solid #c1c1c1;
    max-height: calc(100vh - 510px);
}

.poc-item {
    display: flex;
    border-bottom: 1px solid #c5c7c8;
}

    .poc-item > div {
        padding: 10px 5px;
    }

        .poc-item > div.thirty {
            width: 30%;
        }

        .poc-item > div > .test {
            width: 80%;
            float: left;
        }

        .poc-item > div > .comment {
            width: 42%;
            float: left;
        }

            .poc-item > div > .comment > .content {
                width: 25px;
                margin: 0 auto;
                cursor: pointer;
                position: relative;
                text-align: center;
            }

                .poc-item > div > .comment > .content .number {
                    width: 18px;
                    height: 18px;
                    color: white;
                    padding: 2px;
                    opacity: .94;
                    margin: 4% -1%;
                    font-size: 11px;
                    overflow: hidden;
                    font-weight: 400;
                    border-radius: 50%;
                    background: #5cb85c;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                    .poc-item > div > .comment > .content .number.blue {
                        margin: 4% 12%;
                        background-color: #197bc9;
                    }

                    .poc-item > div > .comment > .content .number.transp {
                        background: transparent !important;
                    }

                    .poc-item > div > .comment > .content .number > span.transp {
                        display: none;
                    }

                .poc-item > div > .comment > .content > .icon {
                    width: 100%;
                    margin: 0 auto;
                    font-size: 18px;
                    margin-top: -10px;
                }


                    .poc-item > div > .comment > .content > .icon.blue {
                        margin-left: 5px;
                    }

        .poc-item > div > img {
            width: 22px;
            height: 22px;
        }

        .poc-item > div > select {
            height: 28px;
            padding: 0px;
            font-size: 14px;
            background: white;
            border-radius: 0px;
        }

.tbl-sub-comments {
    width: 96.6%;
    float: right;
}

.sub-comment-bubble {
    float: left;
    opacity: 0.9;
    position: relative;
}

    .sub-comment-bubble:hover {
        opacity: 1;
        cursor: pointer;
    }

.div-sub-comment {
    float: right;
    width: 96.6%;
    margin-bottom: 4px;
}

.comment-label {
    color: #424242;
    margin-top: 5px;
    font-weight: 500;
    margin-left: 10px;
}

.mdl-icon-aux {
    color: white;
    font-size: 20px !important;
}

.mdl-button--detail {
    top: -4px;
    z-index: 1;
    position: absolute !important;
}

.mdl-button--icon-aux {
    top: -2px;
    left: -3px;
    position: absolute !important;
}



.event-side-button {
    z-index: 1;
    min-width: 95px;
    text-transform: uppercase;
    transform: rotate( -90deg );
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.event-side-cover {
    top: 95px;
    bottom: 0;
    left: 48px;
    z-index: 3;
    width: 100%;
    opacity: 0.2;
    display: none;
    position: fixed;
    background-color: black;
}

.icon-adjusted-highlight {
    padding: 12px 8px;
    text-align: center;
    background-color: #6cad44;
}

.divGroup {
    overflow: auto;
    max-height: 450px;
}

.group-container {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border: 2px solid rgba(51, 122, 183, 0.29);
}

.group-container-header {
    max-width: 70px;
    margin-left: 5px;
    background: white;
    padding-left: 6px;
    text-transform: uppercase;
    color: rgba(99, 99, 99, 0.71);
}

    .group-container-header.new {
        max-width: 70px;
    }

    .group-container-header.summary {
        max-width: 70px;
    }

    .group-container-header.current {
        max-width: 98px;
    }

    .group-container-header.aux {
        max-width: 42px;
    }

    .group-container-header > h6 {
        color: #424242;
        margin-top: -6px;
        margin-bottom: 0px;
    }

.group-container-body {
    width: 100%;
    padding: 10px;
}

.list-title {
    padding: 1px;
    color: #ffffff;
    max-width: 553px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .list-title.active {
        background-color: #60758b;
    }

    .list-title.inactive {
        background-color: #89a0ab;
    }

#lstActive, #lstInactive {
    margin: 0;
    width: 100%;
    padding: 5px;
    min-height: 40px;
    border: 1px solid #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.list-item {
    width: 100%;
    cursor: move;
    padding: 1px;
    color: #ffffff;
    max-width: 550px;
    font-weight: 500;
    font-size: large;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    list-style-type: none;
    margin: 2px 0px 6px 0px;
    background-color: #607d8b;
}

#lstActive .list-item {
    color: white;
    background-color: #16988c;
}

#lstInactive .list-item {
    color: #424242;
    background-color: #efefef;
}

#placeholder.list-item {
    color: white;
    background-color: #9e9e9e;
}

.container-info {
    float: left;
    width: 100%;
    height: auto;
    color: #424242;
    margin-top: 8px;
    margin-left: 5px;
    margin-bottom: 0px;
    border: 1px solid #e8e8e8;
    background-color: whitesmoke;
    box-shadow: 1px 0 4px #e4e4e4;
    -moz-box-shadow: 1px 0 4px #ededee;
    -webkit-box-shadow: 1px 0 4px #e4e4e4;
}

.tile-size {
    float: right;
    cursor: pointer;
    position: relative;
    padding: 28px 81px 23px 9px;
}

    .tile-size > label {
        position: fixed;
        margin-top: 9px;
        margin-bottom: 0px;
    }

    .tile-size > i.material-icons {
        position: absolute;
    }

.settings-list {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 22px;
    list-style: none;
}

    .settings-list > div {
        float: left;
        width: 140px;
        height: 100%;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        padding-top: 5px;
        line-height: 40px;
        margin: 0 1px 0 0;
        position: relative;
        text-align: center;
        color: rgba(0, 0, 0, 0.62);
    }

        .settings-list > div.active {
            border: 1px solid #eae5e5;
            border-top: 2px solid #3f51b5;
            background-color: transparent;
            border-bottom: 1px solid white;
        }

            .settings-list > div.active:hover {
                background-color: transparent !important;
            }

        .settings-list > div:hover {
            background-color: rgba(195, 190, 190, 0.25);
        }

.chart-header {
    width: 100%;
    color: white;
    text-align: center;
    padding: 5px 35px 0px 0px;
    background-color: #337ab7;
}

    .chart-header > .mdl-button {
        top: -3px;
        float: left;
    }

    .chart-header > .mdl-button-chart {
        top: -3px;
        float: left;
    }

    .chart-header > input {
        top: 9px;
        right: 24px;
        cursor: pointer;
        background: white;
        position: absolute;
    }

    .chart-header > label {
        font-size: 20px;
        font-weight: 500;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 0px !important;
    }

.chart-header-export {
    margin: 0 auto;
    color: black !important;
    width: 99.35% !important;
    padding-bottom: 0px !important;
    margin-bottom: -15px !important;
    background-color: white !important;
}

.chart-body {
    width: 100%;
    padding: 14px 2px 3px 2px;
}

.chart-container {
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.container-settings {
    z-index: 1;
    right: -289px;
    position: fixed;
    margin-top: -7px;
}

    .container-settings.active {
        right: 0px;
    }

    .container-settings > button {
        float: left;
        width: 34px !important;
        height: 34px !important;
        min-width: 16px !important;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .container-settings > button > i {
            font-size: 21px !important;
            margin-top: -3px !important;
            margin-left: -9px !important;
        }

.container-settings-data {
    float: left;
    width: 290px;
    background: #ffffff;
    padding: 15px 15px 10px 15px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.container-settings-footer {
    margin-top: 12px;
    padding-top: 8px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #e1e1e1;
}

.container-count {
    width: 100%;
    margin-bottom: 5px;
    background: #009688;
    padding: 12px 24px 12px 24px;
}

    .container-count.inactive {
        background: #9e9e9e;
    }

    .container-count:hover {
        opacity: 0.9;
        cursor: pointer;
    }

    .container-count > i {
        top: 15px;
        right: 26px;
        color: #4caf50;
        font-size: 32px;
        position: absolute;
    }

    .container-count > h4 {
        color: white;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.wrapper-multiselect {
    width: 100%;
    position: relative;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.queue-tab {
    float: left;
    line-height: 1.8;
    font-weight: 500;
    padding-left: 58px;
    color: #424242 !important;
    max-width: 170px !important;
}

.queue-tab-name {
    position: fixed;
    font-size: 16px;
    margin-top: 4px;
    overflow: hidden;
    max-width: 178px;
    margin-left: -6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.queue-tab-name-aux {
    position: fixed;
    font-size: 19px;
    margin-top: 8px;
    overflow: hidden;
    max-width: 150px;
    margin-left: -6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .queue-tab-name-aux:hover {
        color: #568ab7;
        cursor: pointer;
    }

.queue-tab-date {
    position: fixed;
    font-size: 13px;
    overflow: hidden;
    max-width: 178px;
    margin-top: 23px;
    margin-left: -6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.queue-tab-cover {
    /*z-index: 4;*/
    z-index: 0;
    height: 48px;
    position: fixed;
    margin-top: -4px;
    margin-left: 34px;
    width: 179px !important;
    border: 1px solid #e8e8e8;
    background-color: rgba(239, 228, 176, 0.56);
}

    .queue-tab-cover:hover {
        cursor: pointer;
        /*background-color: rgba(169, 164, 164, 0.28);*/
    }

.divFrame {
    width: 100%;
    border: 1px solid rgba(0,0,0,.12);
}

.divHeader {
    width: 100%;
    overflow-x: hidden;
    background: #f7f8f9;
    border-bottom: 1px solid rgba(128, 129, 131, 0.1803921568627451);
}

/*.divBody {
    overflow-x: auto;
    overflow-y: auto;
    background: white;
    max-height: calc(100vh - 220px);
}*/

    .divBody.in-modal {
        max-height: calc(100vh - 720px);
    }

.divFooter {
    width: 100%;
    padding: 8px 5px;
    overflow-x: hidden;
    background: #efefef;
    border-top: 1px solid rgba(128, 129, 131, 0.1803921568627451);
}

.header-span {
    float: left;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4e7ece !important;
    max-width: calc(100% - 20px);
}

.sort-direction {
    color: #337ab7;
}

#tblHeader {
    width: 100%;
    position: relative;
}

    #tblHeader > thead > tr > th {
        height: 45px;
        min-width: 170px;
        max-width: 170px;
        padding: 5px 0px 0px 17px;
    }

        #tblHeader > thead > tr > th:nth-child(0n + 1) {
            max-width: 50px;
            min-width: 50px;
            border-right: 1px solid #e4e4e5;
        }

        #tblHeader > thead > tr > th.absolute {
            position: fixed;
            background: #f7f8f9;
            padding: 14px 17px !important;
            border-right: 1px solid #e4e4e5;
        }

#tblBody {
    width: 100%;
    position: relative;
}

    #tblBody tbody tr {
        font-size: 13px;
        border-bottom: 1px solid #e4e4e5;
    }

        #tblBody tbody tr.is-selected {
            color: #408ecb;
            background: #efefef;
        }

            #tblBody tbody tr.is-selected > :nth-child(1) {
                background: #efefef;
                border-left: 2px solid #4285f4;
            }

    #tblBody > tbody > tr:hover {
        color: #408ecb;
        cursor: pointer;
        background: rgba(200, 200, 200, 0.17);
    }

        #tblBody > tbody > tr:hover > :nth-child(1) {
            background: #f6f6f6;
            border-left: 2px solid #4285f4;
        }

    #tblBody > tbody > tr > td {
        height: 33px;
        min-height: 33px;
        min-width: 170px;
        max-width: 170px;
        padding: 4px 0px 4px 17px;
    }

        #tblBody > tbody > tr > td:nth-child(0n + 1) {
            max-width: 50px;
            min-width: 50px;
            border-right: 1px solid #e4e4e5;
        }

        #tblBody > tbody > tr > td.absolute {
            background: white;
            position: absolute;
            padding: 14px 17px !important;
            border-right: 1px solid #e4e4e5;
            border-bottom: 1px solid #e4e4e5;
        }

            #tblBody > tbody > tr > td.absolute.padding {
                padding-top: 6px !important;
                padding-bottom: 0px !important;
            }

#tblFooter {
    width: 100%;
}

.tblGroup tr th {
    width: 170px;
    height: 35px;
    font-size: 14px;
    min-width: 170px;
    line-height: 7px;
}

.tblGroup tr td {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    white-space: normal;
}

    .tblGroup tr td a {
        color: inherit;
        cursor: none;
    }

        .tblGroup tr td a:hover {
            text-decoration: none;
        }

.tblGroup > thead a {
    border: none !important;
    color: #4e7ece !important;
    font-weight: 500 !important;
}

/*Thin scroll bar*/
.scroll-customed::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.scroll-customed::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #6398f1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.scroll-customed.gold::-webkit-scrollbar-thumb {
    background-color: #e6af1c;
}

.scroll-customed.gray::-webkit-scrollbar-thumb {
    background-color: #909090;
}

.scroll-customed::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #b1adad;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.scroll-customed.gray::-webkit-scrollbar-track {
    background-color: #d9d9d9;
}

.scroll-customed.gold::-webkit-scrollbar-track {
    background-color: #c5c5c5;
}

.container-attachment {
    float: left;
    width: 35px;
    margin-right: 10px;
}

    .container-attachment > .file-remove {
        z-index: 2;
        padding: 3px;
        color: white;
        margin-top: -6px;
        margin-left: 18px;
        position: absolute;
        border-radius: 50%;
        background-color: teal;
        font-size: 14px !important;
    }

        .container-attachment > .file-remove:hover {
            color: #616161;
            cursor: pointer;
            font-weight: 600;
            background: #ececec;
        }

    .container-attachment > .file-attached {
        position: relative;
        font-size: 32px !important;
    }


.active-combo {
    color: #1d1b1b;
    background-color: rgba(39, 177, 22, 0.35) !important;
}

.mdl-button-page {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    box-shadow: none !important;
    background: none !important;
}

    .mdl-button-page:hover {
        background: rgba(128, 128, 128, 0.16) !important;
    }

.div-paging {
    width: 100%;
    padding-left: 0px !important;
}

    .div-paging > button {
        float: left;
        margin-right: 8px;
        width: 38px !important;
        height: 32px !important;
        min-width: 38px !important;
    }

        .div-paging > button > i {
            margin-top: -4px;
            margin-left: -9px;
        }

    .div-paging > a {
        padding: 0;
        color: #444;
        float: left;
        height: 1.5em;
        min-width: 1.429em;
        line-height: 1.5em;
    }

        .div-paging > a:hover {
            outline: none;
            color: #3f51b5;
            cursor: pointer;
            text-decoration: none;
        }

.k-pager-numbers {
    margin: 0 2px;
}

    .k-pager-numbers .k-link {
        line-height: 2em;
        border-width: 1px;
        margin-right: 1px;
        text-align: center;
        border: transparent;
        border-style: solid;
        vertical-align: top;
        display: inline-block;
        text-decoration: none;
        border-radius: 1.0833em;
    }

    .k-pager-numbers > li {
        float: left;
        list-style: none !important;
    }

        .k-pager-numbers > li > .k-link-customed {
            font-size: 13px;
            font-weight: 500;
            margin-right: 7px;
            border-radius: 50%;
            height: 2.4em !important;
            min-width: 2.4em !important;
            line-height: .7em !important;
        }

            .k-pager-numbers > li > .k-link-customed:hover {
                color: white;
                cursor: pointer;
                background: rgb(51, 122, 183);
            }

            .k-pager-numbers > li > .k-link-customed.selected {
                color: white;
                background: rgb(51, 122, 183);
            }

.mdl-badge[data-badge].active:after {
    background: #ff4081 !important;
}

.mdl-badge[data-badge].font:after {
    font-size: 7.5px;
}

.triangle-topright {
    width: 0;
    height: 0;
    display: none;
    color: #e91c63;
    border-top: 100px solid red;
    border-left: 100px solid transparent;
}

.missing-value {
    border: 2px solid #f44336;
}

.iframe-report {
    width: 100%;
}

.sort-direction {
    color: #337ab7;
    margin-left: 6px;
}

.k-colorpicker {
    float: right !important;
}

.k-selected-color {
    width: 130px !important;
}

.modal-max {
    display: none;
}

.tb-left {
    width: 41%;
    float: left;
    font-size: 14px;
    background: #faf9f8;
}

    .tb-left > .tb-body {
        font-size: 13px;
        overflow-y: auto;
        max-height: 421px;
        min-height: 421px;
        padding: 15px 12px;
        border-right: 1px solid #e1e1e1;
    }

.tb-right {
    width: 59%;
    float: left;
    min-height: 422px;
    position: relative;
    padding: 45px 65px;
    background-color: #eeeeee;
}

.tb-body > div {
    width: 100%;
}

.tb-footer {
    width: 100%;
    float: left;
    text-align: right;
    background: #ececec;
    border-top: 1px solid #e1e1e1;
}

#ttpPreview {
    display: block;
    min-width: 65px;
    max-width: 255px;
}

.md-modal {
    left: 30%;
    top: 170px;
    width: 650px;
    display: none;
    z-index: 99999;
    position: fixed !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-teal {
    background-color: #00796b !important;
}

.bg-amber {
    background-color: #ffa000 !important;
}

.position-absolute {
    position: absolute;
}

.rounded-circle {
    border-radius: 50% !important;
}

.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-0 {
    padding-top: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 2.25rem !important;
}

.ml-0 {
    margin-left: 0px;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-0 {
    margin-right: 0px;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-bold {
    font-weight: 500;
}

.text-white {
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.d-none {
    display: none !important;
}

.disabled {
    color: #757575 !important;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.font-bold {
    font-weight: 500;
}

.font-500 {
    font-weight: 500 !important;
}

.font-16 {
    font-size: 16px !important;
}


.special-color {
    background-color: #37474F !important;
}

.ui-tooltip {
    opacity: .9;
    width: auto;
    color: #fff;
    border: none;
    display: none;
    text-align: center;
    background: #191919;
    z-index: 4 !important;
    border-radius: .25rem;
    background-color: #000;
    padding: 2px 10px !important;
}

.ui-tooltip-content {
    font-size: 12px;
    font-weight: 400;
    padding: 2px 0px;
    position: relative;
}

.ui-tooltip-arrow {
    position: absolute;
}

.top .ui-tooltip-arrow {
    top: -8px;
    left: calc(50% - 8px);
    border-bottom: 8px solid #191919;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.ui-tooltip-trash {
    top: -12px;
    left: -12px;
    width: 14px;
    height: 15px;
    display: none;
    font-size: 8px;
    padding-top: 1px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7215686274509804);
}

    .ui-tooltip-trash:hover {
        display: block;
        background-color: black;
    }

    .ui-tooltip-trash.active {
        display: block;
    }

.right .ui-tooltip-arrow {
    right: -8px;
    top: calc(50% - 8px);
    border-left: 8px solid #191919;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.bottom .ui-tooltip-arrow {
    bottom: -8px;
    left: calc(50% - 8px);
    border-top: 8px solid #1a1a1a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.left .ui-tooltip-arrow {
    left: -8px;
    top: calc(50% - 8px);
    border-right: 8px solid #191919;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.tt-edit {
    color: #37474f;
    font-size: 13px !important;
    font-weight: 500 !important;
    max-height: 22px !important;
    padding: 2px 5px !important;
    background: white !important;
    width: calc(100% - 8px) !important;
}

#trash-can {
    width: 55px;
    height: 55px;
    right: 10px;
    bottom: 10px;
    font-size: 28px;
    padding-top: 5px;
}

/*Floating Options*/
.fixed-action-btn {
    right: 5px;
    z-index: 5;
    bottom: 15px;
    display: none;
    position: fixed;
    padding-top: 15px;
    pointer-events: none;
}

    .fixed-action-btn.active {
        padding-top: 70px;
    }

    .fixed-action-btn.in-active {
        z-index: 0;
    }

    .fixed-action-btn > a {
        pointer-events: initial;
    }

    .fixed-action-btn ul {
        position: absolute;
        bottom: 64px;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .fixed-action-btn ul li {
            margin-bottom: 15px;
            outline: none !important;
        }

        .fixed-action-btn ul a.btn-floating {
            opacity: 0;
            transform: scaleY(0.4) scaleX(0.4) translateY(40px) translateX(0px);
        }

            .fixed-action-btn ul a.btn-floating.active {
                transform: none;
                opacity: 1 !important;
            }

.btn-floating {
    z-index: 1;
    padding: 0 !important;
    width: 47px;
    height: 47px;
    margin: 10px;
    cursor: pointer !important;
    border-radius: 50% !important;
    -o-transition: all .2s ease-in-out;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

    .btn-floating i {
        display: inline-block;
        width: inherit;
        text-align: center;
        color: #fff;
    }

    .btn-floating i {
        font-size: 1.2rem;
        line-height: 47px;
    }

    .btn-floating.btn-lg {
        width: 61.1px;
        height: 61.1px;
    }

        .btn-floating.btn-lg i {
            font-size: 1.6rem;
            line-height: 61.1px;
        }

    .btn-floating.btn-sm {
        width: 20px;
        height: 20px;
    }

        .btn-floating.btn-sm i {
            font-size: 1.6rem;
            line-height: 61.1px;
        }

#liAnnotations {
    opacity: 0;
    display: block;
    cursor: pointer;
    background-color: #4284f3;
    transform: scaleY(0.4) scaleX(0.4) translateY(40px) translateX(0px);
}

    #liAnnotations.active {
        transform: none;
        display: inline-block;
        opacity: 1 !important;
    }

#liDownload {
    background-color: #e91e63;
}

    #liDownload.up {
        top: -66px;
        transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        transition-duration: .35s;
        -o-transition-duration: .35s;
        -webkit-transition-duration: .35s;
        transition-property: top;
        -o-transition-property: top;
        -webkit-transition-property: top;
    }

.pr-0 {
    padding-right: 0 !important;
}

.k-chart {
    height: 400px;
}

.mdl-menu[for="navbarWhatsNew"] {
    width: 370px;
    min-height: 300px;
    left: 0 !important;
}

    .mdl-menu[for="navbarWhatsNew"] > li {
        height: auto !important;
        padding: 0px 10px !important;
    }

    .mdl-menu[for="navbarWhatsNew"] > .mdl-menu__item:hover {
        background-color: inherit !important;
    }

.dropdown-info {
    width: 350px;
    max-height: 400px;
}

    .dropdown-info > iframe {
        width: 100%;
        border: none;
        min-height: 350px;
        max-height: 400px;
    }

    .dropdown-info.show::after {
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 2.5em;
        content: "";
        position: absolute;
        pointer-events: none;
        background-image: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
    }

.popover-custom {
    position: relative;
}

    .popover-custom > button {
        box-shadow: none !important;
        background-color: #ffffff !important;
    }

        .popover-custom > button:hover {
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
        }

        .popover-custom > button.active {
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
        }

.popover-toggle {
    left: 0;
    top: -64px;
    z-index: 1;
    display: none;
    text-align: left;
    position: absolute;
    border-radius: 4px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

    .popover-toggle.active {
        display: block;
    }

    .popover-toggle > .arrow.top:after {
        width: 0;
        height: 0;
        left: 16px;
        bottom: 1px;
        content: " ";
        bottom: -11px;
        display: block;
        position: absolute;
        border-width: 10px;
        margin-left: -11px;
        border-style: solid;
        border-bottom-width: 0;
        border-color: transparent;
        border-top-color: rgba(0, 0, 0, 0.25);
    }

.popover-custom-content {
    overflow-y: auto;
    padding: 9px 14px;
}

.file-trigger {
    cursor: pointer;
    margin-top: 8.5px;
}

.row-check:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.row-check .font-library:hover {
    cursor: pointer;
}

.font-library {
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
}

.k-multiselect-wrap span.k-icon.k-clear-value.k-i-close {
    color: black !important;
    display: block !important;
}

.k-multiselect-wrap:hover span.k-icon.k-clear-value.k-i-close {
    display: block !important;
}

/*----------------------------Dark Mode Landing Page--------------------------------*/

#main-layout.DarkMode {
    background: #000 !important;
}

#main-layout.DarkMode .divToolBox {
    background: #000 !important;
    color: #D4D4D4 !important;
    border-left: 1px solid rgba(240,240,240,.40);
    border-right: 1px solid rgba(240,240,240,.40);
    border-top: 1px solid rgba(240,240,240,.40);
}


#main-layout.DarkMode .divHeader {
    background: #000 !important;
    color: #FFF !important;
}

#main-layout.DarkMode .db-body {
    background: #171717 !important;
    color: #FFF !important;
}

#main-layout.DarkMode #tblBody {
    background: #171717;
    color: #FFF;
}

#main-layout.DarkMode #tblBody tbody {
    border-left: 1px solid rgba(240,240,240,.40);
    border-right: 1px solid rgba(240,240,240,.40);
    border-bottom: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #dh-main {
    border: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #tblBody tbody tr {
    border-bottom: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #tblBody tbody tr td.check {
    border-right: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #tblHeader thead tr th.check {
    border-right: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #tblBody tbody tr td div.color{
    color: #000;
}

.divFooter.DarkMode {
    background: #000;
    color: #D4D4D4;
    border: 1px solid rgba(240,240,240,.40);
}

.divFooter.DarkMode #pageSizeDropdown{
    background: #000;
    color: #D4D4D4;
}

#sideNavMenu.DarkMode {
    background: #000;
    border-right: 1px solid rgba(240,240,240,.40);
}

#sideNavMenu.DarkMode div.queue {
    color: #D4D4D4;
}

#sideNavMenu.DarkMode .fa-angle-double-left {
    color: #D4D4D4;
}

#sideNavMenu.DarkMode .fa-angle-double-right {
    color: #D4D4D4;
}

#header.DarkMode {
    background: #000;
    border-bottom: 1px solid rgba(240,240,240,.40);
    color: #D4D4D4;
}

#header.DarkMode div > label {
    color: #D4D4D4;
}

#header.DarkMode #txtStart {
    background: #000;
    color: #D4D4D4;
}

#header.DarkMode #txtEnd {
    background: #000;
    color: #D4D4D4;
}

#header.DarkMode #defaultMenu > span > span > span > span {
    background: #000;
    color: #D4D4D4;
}

#ocuMain.DarkMode #txtStart_dateview .k-header {
    background: #000;
}

#ocuMain.DarkMode #txtStart_dateview .k-header a {
    color: #FFF;
}

#ocuMain.DarkMode #txtEnd_dateview .k-header {
    background: #000;
}

#ocuMain.DarkMode #txtEnd_dateview .k-header a {
    color: #FFF;
}

#ocuMain.DarkMode #txtEnd_dateview div table {
    background: #000;
    color: #FFF;
}

#ocuMain.DarkMode #txtEnd_dateview div table thead tr th {
    background: #000;
    color: #FFF;
}

#ocuMain.DarkMode #txtStart_dateview div table {
    background: #000;
    color: #FFF;
}

#ocuMain.DarkMode #txtStart_dateview div table thead tr th {
    background: #000;
    color: #FFF;
}

#ocuMain.DarkMode .k-animation-container .k-footer a {
    background: #000;
    color: #FFF;
    border-top: 1px solid rgba(240,240,240,.40);
}

#ocuMain.DarkMode .k-animation-container > div {
    background: #000;
}

#header.DarkMode #dropDateRange {
    background: #000;
}

#header.DarkMode #dropDateRange a {
    color: #D4D4D4;
}

#header.DarkMode #dropDateRange a:hover {
    color: #000;
    background: #949191;
}

#header.DarkMode #dropDateRange::after {
    background-image: none;
}

#ocuMain.DarkMode #divSelected {
    background: #000;
}

#ocuMain.DarkMode #divSelected ul li a {
    color: #D4D4D4;
}

#ocuMain.DarkMode #divSelected ul li a:hover {
    color: #000;
    background: #949191;
}

#ocuMain.DarkMode .popover > .arrow::after {
    border-right-color: #000;
}

#main-layout.DarkMode #tblBody > tbody > tr.is-selected {
    background: #949191;
}

#main-layout.DarkMode #tblBody tbody tr.is-selected td.check {
    background: #949191;
}

#main-layout.DarkMode #tblBody > tbody > tr.is-selected td{
    color: #000;
}

#ocuMain.DarkMode .dropdown-menu-right {
    background: #000;
}

#ocuMain.DarkMode .dropdown-menu-right a{
    color: #FFF;
}

#ocuMain.DarkMode .dropdown-menu-right a:hover{
    background: #949191;
}

#ocuMain.DarkMode .dropdown-menu-right::after {
    background-image: none;
}

#ocuMain.DarkMode .modal-body {
    background: #000;
}

#ocuMain.DarkMode .modal-body div {
    color: #D4D4D4;
}

#ocuMain.DarkMode #myModalInstallations .modal-body div:hover {
    color: #000;
    background: #949191;
}

#ocuMain.DarkMode .modal-header {
    background: #000;
    color: #FFF;
    border-bottom: 1px solid rgba(240,240,240,.40);
}

#ocuMain.DarkMode .modal-header > button > span {
    color: #FFF;
}

#ocuMain.DarkMode #myModalGroupEdit div select {
    color: #D4D4D4;
}

#ocuMain.DarkMode #myModalGroupEdit div select:focus {
    color: #000;
    background: #949191;
}

#ocuMain.DarkMode #tblGroupHeader tr th {
    background: #000;
}

#ocuMain.DarkMode #tblGroupBody tr {
    background: #171717;
}

#ocuMain.DarkMode #tblGroupBody td div.color {
    color: #000;
}

#ocuMain.DarkMode #containerForGroupEditUpload .k-dropzone {
    background: #171717;
}

#ocuMain.DarkMode #containerForGroupEditUpload .k-upload-button {
    background : #000;
}

#ocuMain.DarkMode #myModalGroupEdit .modal-footer {
    background: #171717;
}

/*----------------Opened Incident Dark Mode------------------------------------------*/
#main-layout.DarkMode .tile-content {
    background: #171717;
    color: #D4D4D4;
    border: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #openedCallsContainer .lighten-4 {
    background: #000 !important;
    border: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #openedCallsContainer .mt-2.bg-white {
    background: #171717 !important;
    color: #D4D4D4 !important;
    border-left: 1px solid rgba(240,240,240,.40);
    border-right: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #openedCallsContainer div.mt-3 > div > select {
    color: #D4D4D4;
}

#main-layout.DarkMode #openedCallsContainer div.mt-3 > div > select:focus {
    color: #000;
    background: #949191;
}

#main-layout.DarkMode #openedCallsContainer .grey.lighten-3.border {
    background-color: #000 !important;
    border: 1px solid rgba(240,240,240,.40) !important;
}

#main-layout.DarkMode .chat-tab {
    background: #000;
}

#main-layout.DarkMode .chat-tab.active {
    color: #E91E63;
}

#main-layout.DarkMode .chat-body {
    background: #171717;
}

#main-layout.DarkMode .chat {
    background-color: #171717 !important;
    border: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode .chat-footer {
    background-color: #000 !important;
    color: #D4D4D4;
}

#main-layout.DarkMode .chat-footer textarea {
    background-color: #171717;
    color: #FFF;
}

#main-layout.DarkMode .chat-footer .k-dropzone {
    background: #000;
}

#main-layout.DarkMode .chat-body[for='history'] table thead tr th label {
    color: #D4D4D4;
}

#main-layout.DarkMode .side-panel-content .content {
    background-color: #000  !important;
    color: #D4D4D4;
}


#main-layout.DarkMode .side-panel-content .content > div {
    border-bottom: 1px solid rgba(240,240,240,.40);
}

#main-layout.DarkMode #txtSearch:focus {
    background: #949191;
    color: #000;
}

#main-layout.DarkMode .div-check {
    border: 2px solid #0EA5E9;
}

#main-layout.DarkMode .div-check.active {
    border-right: 2px solid #0EA5E9;
    border-bottom: 2px solid #0EA5E9;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
}

select[multiple] option:checked {
    background-color: #007bff !important; /* Bootstrap's primary blue */
    color: white !important;
}
/*----------------------------------------------------------------------------------*/
@keyframes spin {
    0% {
    transform: rotate(0deg);
}

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animateleft {
    0% {
        left: -300px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@media(max-width: 640px) {

    .sidebar-item {
        padding: 10px 1px 25px 16px;
    }

        .sidebar-item > h4 {
            margin-top: 0px;
        }

        .sidebar-item > .mdl-badge-opened-menu {
            margin-top: 8px;
        }

        .sidebar-item > .mdl-badge-closed-menu {
            right: 0;
            margin-top: 2px;
            position: absolute;
            margin-right: 32px !important;
        }

        .sidebar-item > .mdl-badge-closed-icon {
            float: right;
            font-size: 20px;
            margin-right: 13px !important;
        }

    .sidebar-sub-item {
        left: 49px;
        margin-top: -10.5px;
        padding: 6px 19px 30px 19px;
    }

    .sidebar-footer {
        padding: 2px 0px 2px 160px;
    }

    .filter-button-collapse {
        height: 28px !important;
        line-height: 28px !important;
    }

    .mdl-badge.mdl-badge--overlap-aux:after {
        top: -8px !important;
        right: 11px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .chart-header > label {
        font-size: 20px;
        max-width: 750px !important;
    }

    .modal-feedback {
        max-height: 220px !important;
    }
}

@media(min-width: 641px) and (max-width: 800px) {

    .sidebar-item {
        padding: 10px 1px 25px 16px;
    }

        .sidebar-item > h4 {
            margin-top: 0px;
        }

        .sidebar-item > .mdl-badge-opened-menu {
            margin-top: 8px;
        }

        .sidebar-item > .mdl-badge-closed-menu {
            right: 0;
            margin-top: 2px;
            position: absolute;
            margin-right: 32px !important;
        }

        .sidebar-item > .mdl-badge-closed-icon {
            float: right;
            font-size: 20px;
            margin-right: 13px !important;
        }

    .sidebar-sub-item {
        left: 49px;
        margin-top: -10.5px;
        padding: 6px 19px 30px 19px;
    }

    .sidebar-footer {
        padding: 2px 0px 2px 160px;
    }

    .filter-button-collapse {
        height: 28px !important;
        line-height: 28px !important;
    }

    .mdl-badge.mdl-badge--overlap-aux:after {
        top: -8px !important;
        right: 11px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .chart-header > label {
        font-size: 20px;
        max-width: 750px !important;
    }

    .modal-feedback {
        max-height: 380px !important;
    }
}

@media(min-width: 801px) and (max-width: 1024px) {

    .sidebar-item {
        padding: 10px 1px 25px 16px;
    }

        .sidebar-item > h4 {
            margin-top: 0px;
        }

        .sidebar-item > .mdl-badge-opened-menu {
            margin-top: 8px;
        }

        .sidebar-item > .mdl-badge-closed-menu {
            right: 0;
            margin-top: 2px;
            position: absolute;
            margin-right: 32px !important;
        }

        .sidebar-item > .mdl-badge-closed-icon {
            float: right;
            font-size: 20px;
            margin-right: 13px !important;
        }

    .sidebar-sub-item {
        left: 49px;
        margin-top: -10.5px;
        padding: 6px 19px 30px 19px;
    }

    .sidebar-footer {
        padding: 2px 0px 2px 160px;
    }

    .filter-button-collapse {
        height: 28px !important;
        line-height: 28px !important;
    }

    .mdl-badge.mdl-badge--overlap-aux:after {
        top: -8px !important;
        right: 11px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .chart-header > label {
        font-size: 20px;
        max-width: 750px !important;
    }

    .modal-feedback {
        max-height: 295px !important;
    }
}

@media(min-width: 1025px) and (max-width: 1284px) {

    .sidebar-item {
        padding: 11px 1px 26px 17px;
    }

        .sidebar-item > h4 {
            margin-top: 0px;
        }

        .sidebar-item > .mdl-badge-opened-menu {
            margin-top: 8px;
        }

    .sidebar-sub-item {
        left: 49px;
        margin-top: -12.5px;
        padding: 8px 19px 31px 19px;
    }

    .sidebar-footer {
        padding: 2px 0px 2px 160px;
    }

    .filter-button-collapse {
        height: 28px !important;
        line-height: 28px !important;
    }

    .mdl-badge.mdl-badge--overlap-aux:after {
        top: -8px !important;
        right: 11px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .chart-header > label {
        font-size: 20px;
        max-width: 290px !important;
    }

    .modal-feedback {
        max-height: 420px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1900px) {

    .chart-header > label {
        font-size: 20px;
        max-width: 320px !important;
    }
}

@media (min-width: 1901px) {

    .chart-header > label {
        font-size: 20px;
        max-width: 500px !important;
    }
}

@media(max-width: 991px) {

    .bubble.file {
        right: 195px !important;
    }

    .bubble.comment {
        right: 196px !important;
    }
}

@media(max-width: 1284px) {

    .div-footer {
        height: 30px;
    }

    .lbl-Customer {
        margin-top: 3px;
    }

    .lbl-dateRange {
        margin-top: 3px;
    }

    .div-login {
        width: 40%;
        padding: 135px 50px 0px 50px;
    }

    .modal-install-body {
        max-height: 420px;
    }

    .mdl-layout__drawer_filters {
        max-height: 92% !important;
    }

    .btn-grid-display {
        margin-top: 0px;
    }

    .btn-options {
        font-size: 11px !important;
    }

    .pto.protocol {
        width: 134px;
        padding-right: 5px;
    }

    .pto.filter {
        width: 134px;
        padding-right: 5px;
    }

    .pto.date {
        width: 242px;
        padding-right: 5px;
    }

    .pto.refresh {
        width: 114px;
    }

    .bubble.file {
        right: 24px;
    }

    .bubble.comment {
        right: 22px;
    }
}
/* Dropdown Button - Wrapper */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .custom-select-wrapper:hover {
        border-color: #66afe9;
    }

    .custom-select-wrapper select.form-control {
        display: none !important;
    }

.selected-display {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-select-wrapper::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.checkbox-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
}

    .checkbox-dropdown li {
        padding: 5px 10px;
        list-style: none;
    }

    .checkbox-dropdown label {
        display: block;
        margin: 0;
        cursor: pointer;
    }

    .checkbox-dropdown input[type='checkbox'] {
        margin-right: 5px;
    }

/* Ensure standard <select> arrow */
.custom-dropdown-btn {
    position: relative;
    background-color: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    text-align: left;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
    /* Standard downward arrow (⌄) instead of a triangle */
    .custom-dropdown-btn::after {
        content: "▼"; /* Standard downward arrow */
        font-size: 12px;
        color: #777;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
/* Dropdown Menu Styling */
.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Ensure dropdown starts right below the button */
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0; /* Remove padding that causes extra space */
    margin: 0; /* Remove margin that pushes dropdown away */
}

/* Dropdown Items */
.custom-dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

    .custom-dropdown-item:hover {
        background: #f8f9fa;
    }

/* Make text inside button shrink instead of expanding */
.custom-dropdown-btn {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}