﻿body {
    background: #fbfbfb !important;
    /*font-family: system-ui;*/
    font-family: system-ui !important;
}

td {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

.c-shadow {
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*.modal-lg {
    width: 700px;
}
*/
hr.style1 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.create-customer-avatar {
    border-radius: 10%;
    border: 3px solid #fff;
    width: 4.5rem;
    height: 4.5rem;
    object-fit: cover
}

.customer-avatar {
    width: 45px;
    height: 45px;
    float: left;
    position: relative;
    top: -12px;
    border-radius: 5px;
    object-fit: cover;
}

.page-loader {
    width: 100%;
    position: fixed;
    /*height: 40vh;*/
    top: 50%;
    z-index: 11000;
    left: 0;
}


.k-font-bold {
    font-weight: 100 !important;
}

.page-loader-background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 50%;
    z-index: 10000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.fa-1_5x {
    font-size: 1.5em !important;
}

.vdp-datepicker {
    width: 88%;
    height: 34px;
}

    .vdp-datepicker input {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 13px;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        height: 32px;
    }

.d-contents {
    display: contents !important;
}

.cancel-button {
    /*    border: 1px solid #ced4da !important;*/
    border-right: 0px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 6px 6px 0px;
}


label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #0c0c0c;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
}


.form-control-alternative {
    /*    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;*/
    border: 1px solid #e6e6e6;
}

.modal-footer {
    border-top: 1px solid #e0e0e0 !important;
    padding-top: 17px !important;
}

.modal-header {
    border-bottom: 1px solid #e0e0e0 !important;
    padding-bottom: 17px !important;
}

.modal-content {
    border-radius: 10px !important;
}

.icon-shape {
    padding: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
}



.icon-shape-danger {
    color: #dc3545;
    background-color: #dc354550;
}

.icon-shape-success {
    color: #28a745;
    background-color: #28a74550;
}

.floatRightCollumn {
    background: white;
    position: sticky;
    right: -15px;
    width: 123px;
    height: 67px;
    cursor: pointer;
}

.columnStickyHeader {
    background-color: aliceblue !important;
    text-align: center;
    position: sticky;
    right: -15px;
    width: 123px;
    cursor: pointer;
}

.scroll-table {
    overflow-x: auto;
    white-space: nowrap;
}

.title-monitored {
    max-width: 10px;
    min-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CellWithComment {
    position: relative;
}

.CellComment {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 3px;
    padding: 3px;
    top: -14px;
    left: 40px;
}

.CellWithComment:hover span.CellComment {
    display: block;
    width: max-content;
}

.isEdit {
    border-color: yellowgreen;
}

.notEdit {
    border-color: black;
}

.blue-background {
    transition: 0.2s;
    /*border-bottom: 1px solid #7ebfff55;*/
    cursor: pointer;
}

    .blue-background:hover {
        transition: 0.2s;
        background: #7ebfff55;
    }

.currentService {
    background: #7ebfff55;
    padding: 15px 0px 0px 20px !important;
    /* color: white; */
}

.currentDevice {
    background: #7ebfff55;
    padding: 15px 0px 0px 20px !important;
    /* color: white; */
}

.cellWidth {
    width: 130px !important
}

.descriptionWidth {
    width: 240px !important
}

.slaCellWidth {
    width: 400px !important
}

.pointer {
    cursor: pointer
}

.btnColor {
    color: #17a2b8;
}

    .btnColor:hover {
        color: #128293;
    }

.btn-info-mod {
    background-color: #55a4f1;
    border-color: #3a86d0;
}

    .btn-info-mod:hover {
        background-color: #3a86d0;
    }

    .btn-info-mod:active {
        background-color: #3a86d0;
        color: #FFFFFF;
        border-color: #3a86d0;
    }

    .btn-info-mod:focus {
        background-color: #3a86d0;
        color: #FFFFFF;
        border-color: #3a86d0;
    }


.ticket-dot {
    font-size: 5px;
    vertical-align: middle;
    padding-right: 5px;
}

.newDevice-dot {
    font-size: 10px !important;
    vertical-align: middle;
    padding-right: 5px;
    color: forestgreen;
}

.background-newDevice {
    background-color: darkseagreen;
}

.fa-edit {
    color: #23aefff2;
    cursor: pointer;
    font-size: 15px !important;
}

/*.fa-edit:hover {
        color: #eff7fff2;
    }*/

.fa-trash-alt {
    color: #af2958b8;
    cursor: pointer;
    font-size: 15px !important;
}

/*.fa-trash-alt:hover {
        color: #eff7fff2;
    }*/

.fa-caret-down:hover {
    border-radius: 3px;
    background-color: #ced4da;
}

.fa-pen-square {
    font-size: 1.3em !important;
}


.warning-sla {
    background-color: antiquewhite;
}

.fa-exclamation-triangle {
    color: crimson;
    font-size: 23px;
}

.custom-btn {
    color: #55a4f1
}


.fa-check-square {
    font-size: 21px;
    color: #5a95f5;
    padding-right: 2px;
}

    .fa-check-square:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }

.fa-check-circle {
    color: #17a2b8;
}

    .fa-check-circle:hover {
        color: #1c7b8a;
    }

.fa-square {
    font-size: 21px;
    color: #5a95f5;
    padding-right: 2px;
}

    .fa-square:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }

.fa-lock {
    color: #17a2b8
}

    .fa-lock:hover {
        color: #138496
    }

.fa-unlock {
    color: #7e87ba
}

    .fa-unlock:hover {
        color: #656a87
    }

.fa-minus-square {
    font-size: 21px;
    color: #5a95f5;
    padding-right: 2px;
}

    .fa-minus-square:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }

.fa-plus-square {
    color: #55a4f1;
    font-size: 2.1rem !important;
}

    .fa-plus-square:hover {
        color: #3a86d0;
    }

.hover {
    box-shadow: 0px 2px 14px 0px #bebebe
}

    .hover:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }

.add-button {
    padding: 0.27rem !important;
    /*    width: 45px;*/
    /* background-color: #138496 !important;
    border-color: #117a8b !important;*/
}


.border {
    border: 1px solid #ced4da !important;
}

@media only screen and (min-width:1024px) {
    .login-form {
        width: 35vw
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

.label-date {
    background-color: #29af804a;
    font-size: medium;
}

.checkboxes {
    font-size: 19px;
    color: #29AF80 !important
}

.checkboxes-denied {
    font-size: 19px;
    color: #55a4f1;
}

.alert-button {
    background-color: #195895;
}

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    position: fixed;
    top: 50%;
    z-index: 1070;
    left: 50%;
    background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
}



.xprice-widget {
    border: 1px solid #29AF80;
    border-radius: 5px;
    background: transparent;
    clear: both;
    margin-top: 0;
    padding: 0;
    transition: all .15s ease;
    cursor: pointer;
}

    .xprice-widget:hover {
        background: #29AF80;
    }

        .xprice-widget:hover .xprice-widget-title {
            color: white !important;
        }

        .xprice-widget:hover .xprice-widget-content {
            color: white !important;
        }


.active-widget > .xprice-widget-title {
    color: white !important;
}

.active-widget > .xprice-widget-content {
    color: white !important;
}

.active-widget {
    background: #29AF80 !important;
}


.xprice-widget {
    padding: 10px;
    min-width: 200px !important;
}


.xprice-widget-title {
    background: transparent;
    color: #29AF80;
    border: none;
    min-height: 48px;
    text-align: center;
    padding: 10px;
}


.xprice-widget-content {
    background: transparent;
    color: #29AF80;
    text-align: center;
    margin-top: -14px;
}



.multiselect-height > .multiselect > .multiselect__tags {
    height: 40px !important;
}

.multiselect-single-position > .multiselect > .multiselect__tags > .multiselect__single {
    padding-top: 5px;
}

.item-nav {
    color: #888888;
}

    .item-nav:hover {
        text-decoration: none !important;
        color: #29AF80 !important;
    }

.dropdown-menu-billing {
    transform: translate3d(-83px, 30px, 0px) !important;
}

/* R E B R A N D I N G */

.navbar-items-card {
    border-radius: 20px;
    background-color: #f7f9fc;
    max-height: 60px;
}

    .navbar-items-card .nav-item {
        padding-right: 50px;
    }

        .navbar-items-card .nav-item .nav-link {
            color: #c5c8ce !important;
        }

        .navbar-items-card .nav-item i {
            font-size: 20px !important;
            color: #c5c8ce;
        }

        .navbar-items-card .nav-item span {
            margin-left: 15px;
            color: #999999;
            font-family: system-ui;
            font-weight: 500;
        }

        .navbar-items-card .nav-item .dropdown-menu:after {
            border-bottom: 11px solid #f7f9fc !important;
        }

        .navbar-items-card .nav-item .dropdown-menu {
            background-color: #f7f9fc !important;
        }

/*.navbar-items-card .nav-item .dropdown-item {
            color: #8a8b8e !important;
            font-family: system-ui;
            font-weight: 500;
        }*/

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: #29af8024 !important;
    border-radius: 0px !important;
    cursor: pointer !important;
}

.dropdown-menu .dropdown-item, .dropdown-menu {
    color: #8a8b8e !important;
    font-family: system-ui;
    font-weight: 500;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #29af8080 !important;
    border-radius: 0px !important;
}

.navbar-height {
    max-height: 83px !important;
}

.pl-50px {
    padding-left: 50px;
}

.current-page-card {
    border-radius: 10px;
    /*background-color: #29AF80;*/
    background-image: linear-gradient(to right, #29AF80 15%, #3AD19C);
    padding-bottom: 0px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin-top: 9px !important;
    padding-top: 0px !important;
    /*box-shadow: 0 4px 2px -2px gray;*/
    box-shadow: 0 0px 12px #3ad19ca8 !important;
}

    .current-page-card span {
        color: #ffffffd1 !important;
    }

    .current-page-card i {
        color: #ffffffd1 !important;
    }

.page-title {
    margin-top: 40px;
    margin-left: 1px;
    margin-bottom: 20px;
}

/* CUSTOMIZED TABS */
.customized-tabs a {
    color: #ffffffd1;
    font-weight: 600;
}

    .customized-tabs a:hover {
        text-decoration: none
    }


.customized-tabs .nav-item {
    height: 50px;
    width: 172px;
    border-radius: 10px 30px 0px 0px;
    background-color: #f7f9fc;
    position: relative;
    /*left: 22px;*/
    margin-right: 20px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .customized-tabs .nav-item a:before {
        height: 50px;
        width: 35px;
        border-radius: 0px 18px 0px 0px;
        background-color: #f7f9fc;
        content: "";
        position: absolute;
        left: 150px;
        top: -1px;
        -webkit-transform: skewX( 40deg );
        transform: skewX( 40deg );
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }






.customized-tabs .active {
    background-color: white !important;
    border-radius: 10px 30px 0px 0px;
    width: 180px;
    top: 10px;
    /*left: 30px;*/
    color: #EEE;
    z-index: 1 !important;
}

.customized-tabs .nav-item .active:before {
    background-color: white !important;
    z-index: 1;
    border-bottom: 0px !important
}

.customized-tabs .nav-item span {
    position: relative;
    z-index: 2;
    /*color: #29AF80 ;*/
    /*  color: #c5c8ce;*/
    color: #999999;
    font-size: 14px;
}

.customized-tabs .nav-item .active span:first-child {
    color: #29AF80 !important;
}

.customized-tabs .nav-item .badge {
    border-radius: 40% !important;
    font-size: 13px !important;
    font-family: monospace;
}

.customized-tabs .nav-item .active .tabs-badge-custom {
    background-color: #29AF80;
}

.tabs-badge-custom {
    background-color: #c5c8ce;
}
/*.customized-tabs  .active:hover,
            .customized-tabs  .active:hover:before {
                background-color: #159;
                transition: 0.3s ease-out;
            }*/
.customized-tabs a {
    display: inline-block;
    width: 160px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    z-index: 3;
}

.z-index-3 {
    z-index: 3 !important;
}

button:focus {
    outline: none !important;
}

.create-btn {
    font-weight: 500;
    color: #ffffffd1;
    background-color: #29AF80 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

    .create-btn :hover {
        border: none !important;
        border-color: none !important;
    }

.circle-add {
    color: #29AF80 !important;
}

    .circle-add :hover {
        color: #246a51 !important;
    }

.sign-in-btn {
    font-weight: 500;
    color: #ffffffd1;
    background-color: #29AF80 !important;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
}

    .sign-in-btn :hover {
        border: none !important;
        border-color: none !important;
    }


.red-btn {
    font-weight: 500;
    color: #ffffffd1;
    background-color: #d81f1fd4 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

    .red-btn :hover {
        border: none !important;
        border-color: none !important;
    }



.edit-btn {
    font-weight: 500;
    color: #ffffffd1;
    background-color: #429ce9 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

    .edit-btn :hover {
        border: none !important;
        border-color: none !important;
    }

.blue-btn {
    font-weight: 500;
    color: #ffffffd1;
    background-color: #429ce9 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

    .blue-btn :hover {
        border: none !important;
        border-color: none !important;
    }

.save-changes-btn {
    font-weight: 500;
    color: #ffffffd1;
    background-color: #29AF80 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

    .save-changes-btn :hover {
        border: none !important;
        border-color: none !important;
    }

.table-back-btn {
    font-weight: 500;
    color: #ffffffd1;
    background-color: #29AF80 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    margin-bottom: 0px !important;
}

    .table-back-btn :hover {
        border: none !important;
        border-color: none !important;
    }

.table-edit-btn {
    color: #ffffffd1;
    background-color: #429ce9 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
    cursor: pointer;
}

    .table-edit-btn :hover {
        border: none !important;
        border-color: none !important;
    }

.table-delete-btn {
    color: #ffffffd1;
    background-color: #d81f1fd4 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
    cursor: pointer;
}

    .table-delete-btn :hover {
        border: none !important;
        border-color: none !important;
    }

.table-inactive-btn {
    color: #ffffffd1;
    background-color: #b7b7b7 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
    cursor: pointer;
}

    .table-inactive-btn :hover {
        border: none !important;
        border-color: none !important;
    }


.table-download-btn {
    color: #ffffffd1;
    background-color: #29AF80 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
    cursor: pointer;
}

    .table-download-btn :hover {
        border: none !important;
        border-color: none !important;
    }

.btn :hover {
    border: none;
    border-color: none !important;
}

thead {
    line-height: 30px !important;
}

.table > thead > tr > th {
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: capitalize;
}

thead th {
    background-color: #f7f9fc;
}

    thead th:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        display: block;
    }

tbody td:first-child {
    padding-left: 23px !important
}

thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* remove border from th... */
/* !important is only required in stack snippet, probably not in your production code */

.table > thead > tr > th {
    border: none !important;
}

/* remove border from first tbody row... */
.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th {
    border-top: none;
}

td, th {
    border: none !important;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.table {
    padding-bottom: 10px !important;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
}

    .table tbody td:last-child {
        display: table-cell !important;
    }

    .table > tbody > tr > td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

tr > td {
    text-align: center;
}

tr > th {
    text-align: center;
}


.green-background tr {
    transition: 0.2s;
    cursor: pointer;
}

    .green-background tr:hover {
        background-color: #3ad19c4d;
        transition: 0.2s;
    }

        .green-background tr:hover td:first-child {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .green-background tr:hover td:last-child {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }


.selected-item-green-background {
    transition: 0.2s;
    cursor: pointer;
}

    .selected-item-green-background div:hover {
        background-color: #3ad19c4d !important;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        transition: 0.2s;
    }

.simple-even-item-background:nth-child(even) {
    background-color: #eceff33d;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.selected-table-item {
    background-color: #3ad19c4d !important;
}

.selected-item {
    background-color: #3ad19c4d !important;
    background-color: #eceff33d;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pagination .page-item.active .page-link {
    background-color: #29AF80 !important;
}

.even-item-background td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.even-item-background td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.even-item-background:nth-child(even) {
    background-color: #eceff33d;
}

.action-title-align {
    text-align: right;
    padding-right: 35px !important;
}

.action-title-align-three-btn {
    text-align: right;
    padding-right: 59px !important;
}

.cursor-default {
    cursor: default !important;
}

.header-table-title {
    color: #9A9A9A;
    font-size: 20px;
    font-weight: 500;
    margin-top: 4px;
}

@media (min-width: 1350px) {
    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-none {
        display: none !important;
    }
}

@media (min-width: 1490px) {
    .d-xxxl-block {
        display: block !important;
    }

    .d-xxxl-none {
        display: none !important;
    }
}

@media (max-width: 1830px) {
    .hide-tabs-customer-details {
        display: none;
    }
}

@media (min-width: 1830px) {
    .border-top-customer-details-0 {
        border-top: 0px;
    }

    .hide-dropdown-tabs-customer-details {
        display: none;
    }
}

@media (min-width: 1350px) {
    .d-xxl-flex {
        display: flex !important;
    }
}

@media (min-width: 1350px) {
    .border-top-xxl-0 {
        border-top: 0px;
    }
}

@media (min-width: 1350px) {
    .d-xxl-table {
        display: table !important;
    }
}

.custom-search .form-control {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0px;
    height: 38px;
}

.custom-search .input-group-text {
    background-color: white !important;
    border-left: 0px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.custom-search i {
    color: #29AF80 !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mb-6px {
    margin-bottom: 6px;
}

.multiselect-with-clear-btn {
    display: inline-flex;
}

    .multiselect-with-clear-btn .multiselect {
        position: absolute;
        width: 100%;
        max-width: 83% !important;
        margin-left: 32px;
        width: -moz-available; /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }

    .multiselect-with-clear-btn .multiselect__single {
        overflow-x: auto;
        max-height: 20px !important;
    }

    .multiselect-with-clear-btn i {
        z-index: 3;
        background-color: white;
        border-right: 0px;
        border-top-right-radius: 0px;
        height: 32px;
        padding-top: 7px;
        border-bottom-right-radius: 0px;
    }

    .multiselect-with-clear-btn .multiselect__tags {
        border-left: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        max-height: 32px;
    }

.multiselect-without-clear-btn .multiselect {
    position: absolute;
    max-width: 90% !important;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.multiselect-without-clear-btn .multiselect__tags {
    border-left: 1px solid #ced4da !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    max-height: 32px;
}

.border-top-right-bottom {
    border: 1px solid #ced4da;
    border-left: 0px !important;
}

.badge-true-alert {
    display: inline-block;
    /* padding: .25em .4em; */
    padding: 8px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #dc3545;
    border-radius: 6px;
}

.badge-false-alert {
    display: inline-block;
    /* padding: .25em .4em; */
    padding: 8px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #29AF80;
    border-radius: 6px;
}

.alert-rule-icons .fa-check {
    font-size: 25px;
    color: #29AF80;
}

.alert-rule-icons .fa-times {
    font-size: 25px;
    color: #dc3545;
}

.fs20px {
    font-size: 20px;
}

.multiselect__tags {
    width: 100%;
}

.input-group-custom-gray-bg {
    background: #f7f9fc !important;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center !important;
    border-radius: 10px;
    position: relative
}

.multiselect-custom-gray-bg .multiselect__select {
    top: 5px !important
}

.multiselect-custom-gray-bg .multiselect__tags {
    background: #f7f9fc !important;
    border: none !important;
    cursor: pointer;
}

    .multiselect-custom-gray-bg .multiselect__tags .multiselect__single {
        background: #f7f9fc !important;
    }

.multiselect-custom-gray-bg .multiselect__content-wrapper {
    top: 40px;
    left: 0px;
}

.multiselect-custom-gray-bg .multiselect__tags > input {
    background: #f7f9fc !important;
}

.custom-select-gray-bg {
    padding-right: 10px;
    font-size: 15px !important;
}

    .custom-select-gray-bg .form-control {
        background-color: #f7f9fc !important;
        border: 0px !important;
        cursor: pointer;
    }

.custom-gray-bg-btn {
    background: #f7f9fc !important;
    padding: 12px;
    color: #9A9A9A !important;
    border-radius: 10px;
}

.custom-gray-bg {
    background: #f7f9fc !important;
    padding: 12px;
    /*    color: #9A9A9A !important;*/
    border-radius: 10px;
}

.multiselect__tags {
    cursor: pointer;
}

.font-weight-500 {
    font-weight: 500;
}

@media screen and (max-width: 2600px) {
    .responsive-table-raport-devices {
        width: 3000px;
        display: inline-table;
        overflow-y: auto;
    }

    .overflow-y-auto {
        overflow-y: hidden
    }
}

@media screen and (max-width: 1350px) {
    .responsive-table {
        width: 1350px;
        display: inline-table;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1850px) {
    .responsive-table-devices {
        width: 2650px;
        display: inline-table;
        overflow-y: auto;
    }
}

@media screen and (min-width: 1350px) {
    .responsive-table {
        width: 100%;
        display: inline-table;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1800px) {
    .responsive-table-offer-details {
        width: 1650px;
        display: inline-table;
        overflow-y: auto;
    }
}

@media screen and (min-width: 1350px) {
    .navbar-expand-xl {
        width: 100%;
        display: inline-table;
        overflow-y: auto;
    }
}

@media screen and (min-width: 1200px) {
    .border-xl-right {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media screen and (max-width: 1200px) {
    .border-till-xl-top {
        border-top: 1px solid #dee2e6 !important;
    }
}

@media screen and (min-width: 768px) {
    .border-md-top-0 {
        border-top: 0px !important;
    }
}

@media screen and (max-width: 992px) {
    .custom-align-buttons {
        padding-top: 1rem !important;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    .custom-align-buttons {
        float: right;
    }
}

@media screen and (min-width: 1200px) {
    .custom-border-for-expand-table {
        border-top: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .custom-border-for-expand-table {
        border: 0px;
    }
}

.text-success {
    color: #29AF80 !important;
}

    .text-success:hover {
        color: #3AD19C !important;
    }

fieldset {
    border: 1px solid #000;
}

.fs16px {
    font-size: 16px;
}

.custom-label {
    color: #9a9a9a;
    font-size: 14px;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.table-div-column-name {
    color: #9A9A9A;
    font-weight: 700;
    font-size: 0.75rem;
}

.modal-title {
    color: #9A9A9A;
    font-size: 20px;
    font-weight: 500
}

.login-custom-form .form-control {
    border: 0px;
}

.login-background {
    /*    background-image: url(https://i.postimg.cc/m2NrZLq8/Untitled-bg-pricing-2.png);*/
    /*    background-image: url(https://i.postimg.cc/Y2N7YX3S/Untitled-bg-pricing.png);*/
    background-image: url(/Images/login-bg-xpricing-v2.png);
    max-width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.text-black-30 {
    color: rgb(0 0 0 / 29%) !important;
}

.table-avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 20%;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.custom-pagination .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 0% !important;
    /*    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;*/
}

.custom-pagination .pagination .page-item .page-link {
    border-radius: 0% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 12px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 7px;
}

.custom-pagination .pagination .page-item.active .page-link {
    padding-bottom: 9px;
    padding-top: 12px !important;
}

.custom-pagination .pagination {
    cursor: pointer !important;
    display: inline-flex;
}

.border-right-radius-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active, .btn.btn-outline.active, .open > .btn.btn-outline.dropdown-toggle {
    background-color: #eee !important;
    color: #797979;
}

@media only screen and (min-width:1800px) {
    .p-xxl-100px {
        padding: 100px !important;
    }
}

@media only screen and (min-width:1200px) {
    .login-logo-width {
        max-width: 100%;
    }

    .h-xl-75 {
        height: 75% !important;
    }
}

@media only screen and (min-width:1800px) {
    .h-xxl-75 {
        height: 75% !important;
    }
}

@media only screen and (max-width:1200px) {
    .login-logo-width {
        max-width: 60%;
    }
}

a {
    color: #999999 !important;
}

.dropdown-menu-left-custom .dropdown-menu {
    left: -53px !important;
    top: 38px !important;
    transform: none !important;
}


@media (min-width: 1px) {
    .navbar-nav .nav-item .dropdown-menu:before {
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        left: 12px;
        top: -11px;
    }

    .navbar-nav .nav-item .dropdown-menu:after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        left: 12px;
        top: -10px;
    }
}

@media only screen and (min-width:950px) {
    .max-height-navbar-mobile {
        max-height: 85px !important;
    }

    .margin-top-navbar-mobile {
        margin-top: 0px;
    }
}

@media only screen and (max-width:950px) {
    .max-height-navbar-mobile {
        max-height: 120px;
    }

    .margin-top-navbar-mobile {
        margin-top: 40px;
    }
}

.multiselect--active {
    z-index: 10000000 !important
}


.multiselect-fix-index .multiselect__content-wrapper {
    max-height: 289.812px;
    position: fixed;
    max-width: 340px;
    overflow: auto !important;
    z-index: 1000;
}

.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip {
    opacity: 0;
    z-index: 99;
    color: white;
    width: 250px;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111;
    background: rgba(51,51,51,0.9);
    border: 1px solid rgba(34,34,34,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -120px;
    bottom: 40px;
}

    .tooltip:before, .tooltip:after {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(51,51,51,0.9);
        position: absolute;
        bottom: -10px;
        left: 43%;
    }

.tooltip-container:hover .tooltip {
    opacity: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.t-badge {
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 7px;
    font-size: 13px;
    text-align: center;
    padding-left: 8px;
}

.modal-xl-dialog {
    max-width: 1900px !important;
    margin: 135px auto !important;
}

.scroll-items {
    width: 100%;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sticky-device-details {
    margin: 40px 0px 56px;
    position: sticky;
    top: 17px;
    z-index: 1000;
}

.dropdown-menu .dropdown-active {
    background: white;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 -0.3rem 1rem rgb(0 0 0 / 6%) !important;
    position: relative;
    color: #17a2b8 !important;
}

.not-found-size {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    max-height: 470px;
    max-width: 470px;
    margin: auto;
}
.sticky-table-header {
    position: relative;
    z-index: 5000;
    /*display: none;*/
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 0px;
    background: white;
    top: -10px;
    opacity: 0;
    height: 0;
}

    .sticky-table-header .ibox-content-custom {
        overflow: hidden;
        padding: 0px 0px 0px 20px;
        height: 0px;
    }

.ibox-content-custom {
    overflow-x: scroll;
    width: 100%;
    cursor: grab;
}


@media only screen and (max-width: 709px) {
    .custom-table-width-devices {
        max-width: 270% !important;
    }   
    .custom-table-width-catalog {
        max-width: 270% !important;
    }
}

@media only screen and (min-width: 710px) and (max-width: 1200px) {
    .custom-table-width-devices {
        max-width: 220% !important;
    }
    .custom-table-width-catalog {
        max-width: 220% !important;
    }
}

@media only screen and (max-width: 1550px) {
    .custom-table-width-devices {
        max-width: 150%;
    }
    .custom-table-width-billing {
        max-width: 370% !important;
    }
    .custom-table-width-catalog {
        max-width: 215% !important;
    }
}

@media only screen and (min-width: 860px) and (max-width: 1080px) {
    .custom-table-width-billing {
        max-width: 470% !important;
    }
}

@media only screen and (max-width: 860px) {
    .custom-table-width-billing {
        max-width: 550% !important;
    }
}


@media only screen and (min-width: 1551px) {
    .custom-w101 {
        width: 100.4%;
    }
    .custom-table-width-billing {
        max-width: 256% !important;
    }
}

@media only screen and (min-width: 1780px) {
    .custom-table-width-billing {
        max-width: 220% !important;
    }
}

.text-decoration-underline{
    text-decoration: underline;
}
