@import url(font.css);
@import url(fa5/css/all.min.css);


html {
    font-size: 14px;
}

body .configuration-body {
    min-height: 100%;
    height: 100%;
    font-family: "Inter","Helvetica","Arial",sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #231f20;
    background: url(../images/blk-node-with-logo.svg) bottom right fixed;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

/* Global Scroolbars styling */
/*IE*/
body {
    /*-ms-scrollbar-base-color: dimgray;
    -ms-scrollbar-track-color: grey;*/
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #F4F5F5;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5714285714285714;
    font-weight: 400;
    letter-spacing: 0.01071em;
    font-family: "Inter","Helvetica","Arial",sans-serif;
    margin-bottom: 0.45em;
}
/*Chrome / Safari / Oera (Not FireFox)*/
/*::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: rgba(130,130,130,1);
}

::-webkit-scrollbar-thumb {
    background: rgba(105,105,105,1);
}*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

#headerOrgName {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(36, 41, 46, 0.75);
}

    #headerOrgName span {
        padding-left: 4px;
    }

.ui-widget {
    font-family: "Inter","Poppins","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.grid-style {
    border: 1px solid rgba(36, 41, 46, 0.12);
    min-height: 250px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.org-structure-menu {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    border: 0px solid transparent;
    float: right;
}

    /* Show the dropdown content when the dropdown is hovered over */
    .org-structure-menu:has(.org-structure-content:hover) {
        text-decoration: none;
        background: #00c2d1;
        border: 0px solid #00c2d1;
        color: #fff;
    }

    .org-structure-menu > .btn {
        background: none;
        border: 1px solid transparent;
        padding: 2px 8px;
    }

.org-structure-content {
    display: none;
    position: absolute;
    right: 0px;
    background-color: #f9f9f9;
    min-width: 170px;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 1;
    border-radius: 2px;
}

    /* Style the checkboxes */
    .org-structure-content label {
        display: flex;
        align-items: center;
        color: black;
        font-weight: normal;
        padding: 2px 13px;
    }

        .org-structure-content label input {
            vertical-align: text-bottom;
            margin: 0 6px 0 0;
        }


    .org-structure-content .btn {
        margin-top: 4px;
        width: 100%;
        text-align: left;
    }
/* Show the dropdown content when the dropdown is hovered over */
.org-structure-menu:hover .org-structure-content {
    display: block;
    transition: all 0.5s;
}

/*LOADING ANIMATION*/

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }




#loadingSvg {
    transform: scale(0.15);
    margin-top: -15%;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    transform: scale(0.15);
    pointer-events: none;
    animation: animateDash 4s linear 1s infinite;
}

@keyframes animateDash {
    to {
        stroke-dashoffset: 0;
    }
}

#loadingText {
    margin-top: -200px;
    margin-left: -14px;
    font-size: 18px;
    box-shadow: 1px -100px 100px 200px rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.5);
}

    #loadingText:after {
        position: absolute;
        overflow: hidden;
        display: inline-block;
        vertical-align: bottom;
        -webkit-animation: ellipsis steps(4,end) 1500ms infinite;
        animation: ellipsis steps(4,end) 1500ms infinite;
        content: "\2026"; /* ascii code for the ellipsis character */
        width: 0px;
    }

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}



/* OLD LOADING ANIMATION */

/*.loadingGif {
    background: url(../Images//grafana_icon.svg) no-repeat 50% 40%;
    background-size: 100px;
    width: 100px;
    height: 100px;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 100px, 0);
    }
}*/
/* Prefix Support */

/*.loadingGif {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier( .5, 0.05, 1, .5);
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}*/

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
    padding-right: 70px; /* Make room for the "Show more" button */
}

    .text-truncate.expanded {
        white-space: normal;
        overflow: visible;
    }

.loadingInModal {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 30000;
    background-color: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(1px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loading {
    display: flex;
}

.loading-container {
    position: relative;
}

.preloader {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader__enter {
    opacity: 0;
    animation-name: preloader-fade-in;
    animation-iteration-count: 1;
    animation-duration: 0.9s;
    animation-delay: 1.35s;
    animation-fill-mode: forwards;
}

.preloader__bounce {
    text-align: center;
    animation-name: preloader-bounce;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
}

.preloader__logo {
    display: inline-block;
    animation-name: preloader-squash;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/grafana_icon.svg');
}

.user-details {
    margin-top: 50px;
}

.k-top {
    font-size: 12px;
}

.k-in {
    font-size: 12px;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 1px;
    padding-bottom: 0;
    padding-top: 0;
}

.k-sprite {
    font-size: inherit; /*otherwise tree view sprite icons are not visible when set to font awesome icons with dataSpriteCssClassField*/
}

.k-treeview .k-in {
    font-size: 12px;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 1px;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar {
    padding: 0 20px;
}

a:hover {
    cursor: pointer;
}

input {
    font-size: 14px;
    padding: 4px;
}

.code-coverage {
    color: #fff;
    font-weight: 700;
    float: right;
    padding: 10px;
}

.modal {
    display: block;
}

.pad {
    padding: 25px;
}

.modal-dialog {
    min-height: 360px;
    min-width: 640px;
    padding: 1px;
}

.navbar-brand {
    /*width: 100px;*/
    height: 40px;
    /*position: absolute;*/
    margin-left: -15px;
    left: 15px;
    padding: 0px 12px 0 16px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.breadcrumb-header {
    position: fixed;
    top: 40px;
    width: 100%;
    background: white;
    height: 39px;
    border-top: 1px solid;
    z-index: 999;
    border-color: rgba(36, 41, 46, 0.12);
    display: flex;
    align-items: center;
    padding-right: 32px;
    padding-left: 4px;
    box-shadow: 0px 6px 4px -4px rgba(24, 26, 27, 0.10);
}

    .breadcrumb-header .btn {
        /*color: rgba(36, 41, 46, 0.75);*/


        border-radius: 2px;
        background: transparent;
        color: rgba(36, 41, 46, 1);
        border: 1px solid transparent;
        height: 24px;
    }

        .breadcrumb-header .btn:hover {
            /* color: rgba(36, 41, 46, 1);
    background: #F4F5F5;
    box-shadow: 0px 1px 2px rgba(24, 26, 27, 0.2);*/

            color: rgba(36, 41, 46, 1);
            box-shadow: 0px 1px 2px rgba(24, 26, 27, 0.2);
            background: #F4F5F5;
            border: 1px solid transparent;
            height: 24px;
        }


#logo2Img {
    height: 24px;
    padding: 0 4px 0 12px;
}

#menu-btn {
    width: 32px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(36, 41, 46, 1);
    cursor: pointer;
}

    #menu-btn:hover {
        background: rgb(228, 229, 230);
    }

#breadcrumb-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.breadcrumb-separator {
    display: flex;
}

.chosen-container {
    width: 100%;
}

.navbar .container-fluid {
    width: 100%;
}

.container-fluid, .container {
    width: 100%;
}

.wizard-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

    .wizard-title .wizard-close-btn {
        background: transparent;
        color: black;
        border: none;
    }

        .wizard-title .wizard-close-btn:hover {
            text-decoration: none;
            background: #00c2d1;
            color: #fff;
            transition: all 0.5s;
        }

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.smartWizardContainer .k-numerictextbox {
    width: 100%;
    height: 30px;
}

.smartWizardContainer .k-numeric-wrap {
    height: 100%;
}

    .smartWizardContainer .k-numeric-wrap .k-input {
        height: 100%;
    }

.smartWizardContainer .alert {
    padding: 8px 15px;
}

.wizard-bar-btn {
    padding: 5px;
    font-size: 15px;
}

.smartWizardContainer .alert.short-label {
    display: inline-block;
}

a.k-button:has(.wizard-grid-btn) {
    float: right;
    background: none;
    color: black;
    border: 1px solid transparent;
}

    a.k-button:has(.wizard-grid-btn):hover, a.k-button:has(.wizard-grid-btn):active {
        background: rgba(36, 41, 46, 0.15);
    }

.row.card-container {
    margin-top: 15px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
    padding-bottom: 15px;
}

    .row.card-container h6 {
        font-size: 14px;
    }

    .row.card-container .btn-tertiary {
        background: none;
        border: none;
        color: black;
    }

        .row.card-container .btn-tertiary:hover {
            background: #F4F5F5;
            box-shadow: 0px 1px 2px rgba(24, 26, 27, 0.2);
        }

.row .col-tight:is(:first-child) {
    padding-right: 5px;
}

.row .col-tight:not(:first-child) {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row-tight {
    margin-top: 10px;
}

.sw .toolbar > .sw-btn.sw-btn-prev {
    background-color: white;
    color: rgba(36, 41, 46, 1);
    border-color: rgba(36, 41, 46, 0.5);
    float: left;
}

    .sw .toolbar > .sw-btn.sw-btn-prev:hover, .sw .toolbar > .sw-btn.sw-btn-prev:active {
        background-color: rgb(247, 247, 247);
    }

    .sw .toolbar > .sw-btn.sw-btn-prev.disabled {
        border-color: rgba(36, 41, 46, 0.75);
    }

.sw .toolbar > .sw-btn.next:hover, .sw .toolbar > .sw-btn.next:active {
    background-color: #00c2d1;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1c4e9e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1c4e9e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.client-name {
    color: #fff;
    float: left;
    width: 250px;
}

    .client-name strong {
        display: block;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 1.1em;
        padding-top: 10px;
    }

    .client-name span {
        display: block;
        font-style: italic;
        font-size: 12px;
    }

.btn-icon {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.ribbon {
    padding: 5px;
    margin-bottom: 5px;
    background-color: white;
    border-radius: 2px;
    border: 1px solid rgba(36, 41, 46, 0.12);
}

.btn, button, .btn[disabled]:hover, button[disabled]:hover {
    border-right: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
    border-top: 1px solid #231f20;
    border-left: 1px solid #231f20;
    padding: 2px 13px;
    background: #231f20;
    color: #fff;
    padding-bottom: 3px;
}

    .btn.btnribbon {
        font-size: 10px !important;
        text-align: center !important;
    }

        .btn.btnribbon > i {
            font-size: 22px;
            margin: 0px;
            display: block;
        }

    .btn:hover, button:hover, .btn:focus, button:focus, .dasheditcommand .btn-icon:hover, .k-window-titlebar .k-window-action:hover {
        text-decoration: none;
        background: #00c2d1;
        border: 1px solid #00c2d1;
        color: #fff;
        transition: all 0.5s;
    }

    .btn[disabled]:hover, button[disabled]:hover {
        cursor: not-allowed;
    }

    .btn[disabled], button[disabled] {
        opacity: .6;
    }

.k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .k-button, .k-primary, .k-progressbar, .k-draghandle, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item, .km-pane-wrapper > .km-pane > .km-view > .km-content,
.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default, .navbar-toggle, .mainContentUnderlay h5 {
    /*background: #717171;
    background: -moz-linear-gradient(top, #717171 0%, #373737 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717171), color-stop(100%,#373737));
    background: -webkit-linear-gradient(top, #717171 0%,#373737 100%);
    background: -o-linear-gradient(top, #717171 0%,#373737 100%);
    background: -ms-linear-gradient(top, #717171 0%,#373737 100%);
    background: linear-gradient(to bottom, #717171 0%,#373737 100%);*/
}

    .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused {
        background-image: none;
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-right-color: #161b1c;
        border-bottom-color: #161b1c;
        border-top-color: #4c5153;
        border-left-color: #4c5153;
    }


.form-control:focus, input[type="text"]:focus, input[type="password"]:focus {
    border-color: #1c4e9e;
    -webkit-box-shadow: 0 0 0 2px #F4F5F5, 0 0 0px 4px #1c4e9e; /*#3871DC*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,67,255,.6);*/
    box-shadow: 0 0 0 2px #F4F5F5, 0 0 0px 4px #1c4e9e;
}

input.noOutline {
    border: 0px;
    outline-width: 0;
}

    input.noOutline:focus {
        outline-width: 0;
        box-shadow: none;
    }

.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-dropdown .k-dropdown-wrap {
    background-image: none;
    padding: 2px 5px;
    height: auto;
    border-color: #ccc;
    border-bottom-width: 1px;
}

.k-edit-cell .k-dropdown .k-dropdown-wrap {
    padding: 0px 5px;
}

input[type="file"] {
    height: 32px;
    padding: 3px 3px;
}

.btn-header {
    background-color: #889bb1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 3px 6px;
    font-size: 12px;
}

    .btn-header:hover, .btn-header:focus {
        color: #fff;
        background-color: #889bb1;
    }

header #dropdownMenu1 {
    margin-right: 10px;
}

.header-dropdown {
    border: 1px solid rgba(36, 41, 46, 0.12);
    border-radius: 0;
    left: auto;
    right: 9px;
    z-index: 101;
}

    .header-dropdown > li > a, .header-dropdown > li {
        padding: 3px 10px;
        color: #7a7c88;
        cursor: pointer;
    }

        .header-dropdown > li:hover {
            background-color: #e0e6ea;
        }

.dropdown-menu.header-dropdown .divider {
    padding: 0;
}

.dropdown-menu .divider {
    margin: 5px 0;
    background-color: #545454;
}

.logo-container, .carousel-container {
    float: left;
}

.header-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

div.k-window-content {
    padding: 10px 0 0 0;
}

.k-window-titlebar, .k-block > .k-header, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-link, .k-calendar-container.k-state-border-down, .k-list-container.k-state-border-down, .k-autocomplete.k-state-border-down, .k-multiselect.k-state-border-down, .k-dropdown-wrap.k-state-border-down, .k-picker-wrap.k-state-border-down, .k-numeric-wrap.k-state-border-down {
    border-radius: 0;
}

.k-calendar-container.k-state-border-up, .k-list-container.k-state-border-up, .k-autocomplete.k-state-border-up, .k-multiselect.k-state-border-up, .k-dropdown-wrap.k-state-border-up, .k-picker-wrap.k-state-border-up, .k-numeric-wrap.k-state-border-up, .k-window-content, .k-filter-menu {
    border-radius: 0 !important;
}

.k-block, .k-button, .k-primary, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    border-radius: 2px !important;
}

.modal-footer {
    padding: 10px;
    border-top: 1px solid transparent;
}

.k-dropdown-wrap {
    padding: 4px 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #161b1c;
    border-bottom: 1px solid #161b1c;
    border-top: 1px solid #4c5153;
    border-left: 1px solid #4c5153;
    border-radius: 2px !important;
}

.k-window-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #231f20;
    left: 10px;
    padding-top: 3px;
}

.k-window, .k-content {
    background-color: #fff;
    border-radius: 2px !important;
    color: #231f20;
}

.k-header {
    background: transparent;
    border-color: transparent;
}

/*.k-list-container ul{
    scrollbar-width: none;
}

.k-list-container ul::-webkit-scrollbar {
    display: none;*/ /* Safari and Chrome */
/*}*/

.k-item {
    /*position: relative;*/
    overflow: visible; /* Ensure overflow is visible to display the sublist */
}

.sublist {
    display: none;
    position: absolute;
    left: calc(100% - 21px);
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.has-sublist {
    display: flex;
    align-items: center;
}

    .has-sublist:hover .sublist {
        display: block;
    }

.sublist a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .sublist a:hover {
        background-color: #ddd;
    }

.sublist div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .sublist div:hover {
        background-color: #ddd;
    }



.table > thead > tr > th {
    color: #597087;
    border-bottom: 0 solid transparent;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0 solid transparent;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eee;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e0e6ea;
}

.table-responsive {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    margin-bottom: 10px;
}

#headerContent {
    height: 40px;
    z-index: 9999;
    position: fixed;
}

.configuration .navbar-default {
    border-bottom: none;
    /*border-bottom: 1px solid #231f20;*/
    background: white;
    /*background: linear-gradient(0deg, rgba(0,67,255,1) 0%, rgba(0,128,220,1) 100%);*/
}

.configuration .navbar {
    margin-bottom: 0;
    /*    padding-left: 80px;*/
    padding: 0 30px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    min-height: 40px;
    z-index: 998;
}

.configuration .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: rgb(36, 41, 46);
    height: 100%;
    line-height: 50%;
}

.configuration .navbar-nav > li > div.dropdown > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 14px;
}

#notificationContainer {
    position: relative;
    display: inline-block !important;
}

.nav .open > #notificationContainer {
    color: black;
    background-color: #F4F5F5;
    box-shadow: 0px 1px 2px rgba(24, 26, 27, 0.2);
}


#notifDropdownContainer .dropdown-menu > li > a:hover, #notifDropdownContainer .dropdown-menu > li > a:focus {
    background: #f2f2f2;
    background-color: #f2f2f2;
    color: rgb(36, 41, 46);
}

#notificationBadge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 14px;
    height: 14px;
    padding: 0 1px;
    border-radius: 18px;
    background-color: #e60323;
    color: rgb(36, 41, 46);
    font-size: 9px;
    text-align: center;
    line-height: 14px;
}

#addOrgDropdown {
}

.configuration .navbar-nav > li > div.dropdown > a:hover, .configuration .navbar-nav > li > div.dropdown > a:hover {
    color: rgb(36, 41, 46);
    background: #F4F5F5;
}

.configuration .navbar-nav > li > a:hover {
    background: #F4F5F5;
    box-shadow: 0px 1px 2px rgba(24, 26, 27, 0.2);
    transition: all 0.5s;
    height: 100%;
    line-height: 50%;
}

.configuration .navbar-nav > li > a:focus {
    color: black;
}

.configuration .navbar-brand > img {
    display: block;
    top: 0;
    height: 28px;
    background: white;
    /*background: linear-gradient(0deg, rgba(0,67,255,1) 0%, rgba(0,128,220,1) 100%);*/
}

.configuration-container {
    /*overflow: auto;*/
    height: calc(100% - 80px);
    position: relative;
    padding-top: 80px;
}

    .configuration-container .dashview {
        overflow: visible;
        background-color: transparent;
        border-radius: 10px;
    }

    .configuration-container .dashviewitem h5, .configuration-container .dashedititem h5 {
        margin-top: 0;
        font-weight: 700;
        font-size: 12px;
        color: #676767;
        padding-left: 5px;
        border-bottom: 1px solid #85c224;
        padding-bottom: 5px;
        margin-bottom: 3px;
    }

    .configuration-container .dashedititem h5 {
        margin-top: 5px;
    }

    .configuration-container .ng-view-content {
        height: 100%;
    }

.configuration .chosen-container .chosen-results li.highlighted {
    background-color: #85c224;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#85c224),color-stop(90%,#006b0e));
    background-image: -webkit-linear-gradient(#85c224 20%,#006b0e 90%);
    background-image: -moz-linear-gradient(#85c224 20%,#006b0e 90%);
    background-image: -o-linear-gradient(#85c224 20%,#006b0e 90%);
    background-image: linear-gradient(#85c224 20%,#006b0e 90%);
}

.table-grid table {
    width: 100%;
}

    .table-grid table td {
        padding: 10px;
        vertical-align: top;
    }

        .table-grid table td > div {
            height: 100%;
            width: 100%;
            display: inline-block;
        }

.table-grid .dashviewitembody {
    height: 100%;
    width: 100%;
    display: block;
    border: 1px solid rgba(36, 41, 46, 0.12);
    background-color: #fff;
    min-height: 100px;
}

.table-grid-mobile > div {
    margin-bottom: 20px;
    display: block;
    height: auto;
}

.table-grid-mobile {
    padding: 0 10px;
}

.k-popup.k-list-container {
    background-color: white;
    padding: 0;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    /*background: rgb(0,67,255);*/
    /*background: linear-gradient(0deg, rgba(0,67,255,1) 0%, rgba(0,128,220,1) 100%);*/
    background: #e6854c;
    color: black;
    border: 1px solid transparent;
    /*border-color: #006b0e;*/
}

.title-config {
    /*margin-top: 20px;*/
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 27px 0px 7px;
}

    .title-config h2 {
        float: left;
        margin: 0px;
        font-size: 20px;
    }

    .title-config div {
        float: right;
    }

    .title-config span {
        font-weight: 900;
    }

    .title-config .btn-fa {
        font-size: 20px;
        margin-left: 6px;
    }

.ui-tabs.ui-widget-content {
    background-image: none;
    background-color: transparent;
    border: none;
    padding: 0px;
    margin-top: -1px;
}

.ui-tabs-nav.ui-widget-header, ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background-image: none;
    border: none;
    background-color: transparent;
    overflow: hidden;
    padding: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ui-tabs-panel.ui-widget-content {
    background-color: #fff;
}

.ui-tabs .ui-tabs-panel {
    border-radius: 2px;
    min-height: 200px;
    padding: 10px;
    border: 1px solid rgba(36, 41, 46, 0.12);
    border-top-width: 0px;
}

.ui-tabs-hidden {
    display: none !important;
}

.ui-tabs-visible {
    display: block !important;
}

.ui-tabs .ui-tabs-panel:hover {
    /* box-shadow: 2px 3px 6px 1px #acacac; */
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .5em 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}

.ui-tabs #treeView {
    border: 1px solid rgba(36, 41, 46, 0.12) !important;
    background-color: #e4e4e4;
    min-height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
}

.treeViewBackground {
    border: 1px solid rgba(36, 41, 46, 0.12) !important;
    background-color: #fff;
    border-radius: 2px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: rgb(36, 41, 46);
    background-color: rgba(36, 41, 46, 0.12);
}

.dropdown-menu {
    background-color: #fff !important;
}

.k-picker-wrap .k-input {
    border-radius: 0 !important;
    height: 22px;
    padding: 3px 0;
}

.smartWizardContainer .k-picker-wrap .k-input {
    height: 28px;
}

.k-datetimepicker .k-picker-wrap {
    border-radius: 2px !important;
}

.k-datepicker .k-picker-wrap {
    border-radius: 2px !important;
}

.k-color-value {
    background-color: #313a43;
}

.k-window {
    box-shadow: 0 0 10px rgba(0,0,0,.6);
}

.ui-tabs .ui-tabs .ui-tabs-panel {
    border-radius: 2px;
    background-color: #fff;
    color: #231f20;
}

.dropdown-menu > li > a {
    padding: 3px 14px;
    font-weight: 600;
    width: 100%;
    display: block !important;
    line-height: 30px;
    min-width: 100px;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: rgb(36, 41, 46);
        background: rgba(36, 41, 46, 0.12);
        /*background: linear-gradient(0deg, rgba(0,67,255,1) 0%, rgba(0,128,220,1) 100%);*/
    }

.dashboard-name {
    width: 300px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}

.dashboard-name-input {
    width: 300px;
    margin-top: 10px;
    display: inline-block;
}

.k-window-titlebar .k-window-action {
    padding: 1px 2px;
    border-radius: 2px !important;
}

/*.k-window-content .form-control, .k-window-content input[type="text"], .k-window-content input[type="password"], .k-window-content input[type="number"], select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.navbar-default .navbar-toggle {
    border-right: 1px solid #161b1c;
    border-bottom: 1px solid #161b1c;
    border-top: 1px solid #4c5153;
    border-left: 1px solid #4c5153;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #C7C7C7;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
    height: 40px !important;
    background-color: white;
}


.k-window-content .k-datetimepicker input[type="text"] {
}

.ui-datepicker {
    background-color: #5A5A5A;
    background-image: none;
    border-radius: 2px !important;
    box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}

.btn .fa, .btn .fas {
    /*font-size: 14px;*/
    margin-right: 4px;
    /*position: relative;*/
}

.mainContentUnderlay h5 {
    margin: 0;
    padding: 7px 9px;
    color: #fff;
    background: #1c4e9e;
    /*background: linear-gradient(0deg, rgba(0,67,255,1) 0%, rgba(0,128,220,1) 100%);*/
    line-height: 18px;
}

.mainContentUnderlay {
    padding: 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid rgba(36, 41, 46, 0.12);
    display: block flow-root;
}

    .mainContentUnderlay #treeView {
        max-height: 600px;
        overflow: auto;
    }

.mainContentUnderlay-btns {
    margin: 10px 0 0 0;
}

    .mainContentUnderlay-btns button, .mainContentUnderlay-btns .btn {
        margin-right: 5px;
    }

#DCServersGrid, #AnalysisServersGrid, #NotificationServersGrid {
    max-height: 700px;
    overflow: auto;
}

    #DCServersGrid table, #AnalysisServersGrid table, #NotificationServersGrid table {
        overflow: hidden;
    }

.k-treeview .k-image {
    margin-right: 10px;
}

.k-window-titlebar .k-window-actions {
    top: 3px;
    right: 7px;
}

.dashview {
    position: relative;
}

#userDataMenu {
    height: 100%;
}

.dash-user-label {
    margin-left: 10px;
    display: flex !important;
    align-items: center;
    height: 100%;
}

    .dash-user-label span {
        font-size: 14px;
        color: rgb(36, 41, 46);
        margin-left: 6px;
        display: inline-block;
        margin-top: 8px;
        margin-right: 2px;
    }

    .dash-user-label div {
        display: inline-block;
        font-size: 11px;
        color: rgb(36, 41, 46);
    }

    .dash-user-label a {
        display: inline !important;
    }

    .dash-user-label .fa-user {
        color: rgb(36, 41, 46);
        font-size: 14px;
    }

.hide-on-start {
    display: none;
}

.cardView {
    margin: 0px auto;
    border: 0;
    background: none;
}

    .cardView .k-widget {
        background-color: transparent;
    }

#listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
    border: 0;
}

.product {
    float: left;
    position: relative;
    width: 200px;
    height: 210px;
    margin: 3px;
    cursor: pointer;
    border: 1px solid rgba(36, 41, 46, 0.12);
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
}

    .product:hover {
        box-shadow: 2px 3px 6px 1px #acacac;
    }

    .product > div {
        display: table-cell;
        width: 200px;
        height: 180px;
        vertical-align: middle;
        position: relative;
    }

    .product img {
        max-width: 180px;
        max-height: 180px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .product .fas {
        color: #1c4e9e;
    }

    .product h3 {
        margin: 0;
        padding: 10px 5px 0 0;
        overflow: hidden;
        line-height: 1.1em;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color: #231f20;
        text-align: center;
    }

    .product p {
        visibility: hidden;
    }

    .product:hover p {
        visibility: visible;
        position: absolute;
        width: 110px;
        height: 110px;
        top: 0;
        margin: 0;
        padding: 0;
        line-height: 110px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear,color .2s linear;
        -moz-transition: background .2s linear,color .2s linear;
        -webkit-transition: background .2s linear,color .2s linear;
        -o-transition: background .2s linear,color .2s linear;
    }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.k-treeview {
    margin-top: 5px;
    color: #231f20;
}

    .k-treeview .k-in {
        margin-top: 5px;
        font-size: 14px;
        display: inline-block;
        padding: 2px 6px 2px 4px;
    }

    .k-treeview .k-image {
        width: 18px;
        height: 18px;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255,0.5) url(../Images//loading2.gif) 50% 50% no-repeat;
}

.k-window div.k-window-content {
    overflow: hidden;
}

.pb-widget-container {
    height: 36px;
    border-radius: 20px;
    padding: 5px 5px;
    border-radius: 20px;
    background: -moz-linear-gradient(top, #161b1c 0%, #4c5253 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161b1c), color-stop(100%,#4c5253));
    background: -webkit-linear-gradient(top, #161b1c 0%,#4c5253 100%);
    background: -o-linear-gradient(top, #161b1c 0%,#4c5253 100%);
    background: -ms-linear-gradient(top, #161b1c 0%,#4c5253 100%);
    background: linear-gradient(to bottom, #161b1c 0%,#4c5253 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181b1d', endColorstr='#4c5253',GradientType=0 );
}

.progress-bar-widget {
    height: 26px;
    padding: 0;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    background: #373736;
    background: -moz-linear-gradient(top, #373736 0%, #4a4a4a 50%, #2e2e2d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #373736), color-stop(50%, #4a4a4a), color-stop(100%, #2e2e2d));
    background: -webkit-linear-gradient(top, #373736 0%, #4a4a4a 50%, #2e2e2d 100%);
    background: -o-linear-gradient(top, #373736 0%, #4a4a4a 50%, #2e2e2d 100%);
    background: -ms-linear-gradient(top, #373736 0%, #4a4a4a 50%, #2e2e2d 100%);
    background: linear-gradient(to bottom, #373736 0%, #4a4a4a 50%, #2e2e2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373736', endColorstr='#2e2e2d', GradientType=0 );
}

    .progress-bar-widget span {
        display: inline-block;
        height: 100%;
        border-radius: 15px 15px 15px 15px;
        transition: width .1s ease-in-out;
        text-align: center;
        font-size: 14px;
        line-height: 27px;
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
    }

.blue span {
    background: #009fca;
    background: -moz-linear-gradient(top, #009fca 0%, #03596f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009fca), color-stop(100%,#03596f));
    background: -webkit-linear-gradient(top, #009fca 0%,#03596f 100%);
    background: -o-linear-gradient(top, #009fca 0%,#03596f 100%);
    background: -ms-linear-gradient(top, #009fca 0%,#03596f 100%);
    background: linear-gradient(to bottom, #009fca 0%,#03596f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fca', endColorstr='#03596f',GradientType=0 );
}

.orange span {
    background: #e8db12;
    background: -moz-linear-gradient(top, #e8db12 0%, #bea20c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8db12), color-stop(100%,#bea20c));
    background: -webkit-linear-gradient(top, #e8db12 0%,#bea20c 100%);
    background: -o-linear-gradient(top, #e8db12 0%,#bea20c 100%);
    background: -ms-linear-gradient(top, #e8db12 0%,#bea20c 100%);
    background: linear-gradient(to bottom, #e8db12 0%,#bea20c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8db12', endColorstr='#bea20c',GradientType=0 );
}

.green span {
    background: #2cdb12;
    background: -moz-linear-gradient(top, #2cdb12 0%, #1ca00c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cdb12), color-stop(100%,#1ca00c));
    background: -webkit-linear-gradient(top, #2cdb12 0%,#1ca00c 100%);
    background: -o-linear-gradient(top, #2cdb12 0%,#1ca00c 100%);
    background: -ms-linear-gradient(top, #2cdb12 0%,#1ca00c 100%);
    background: linear-gradient(to bottom, #2cdb12 0%,#1ca00c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cdb12', endColorstr='#1ca00c',GradientType=0 );
}

.red span {
    background: #F04240;
    background: -moz-linear-gradient(top, #F04240 0%, #D80C0C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F04240), color-stop(100%,#D80C0C));
    background: -webkit-linear-gradient(top, #F04240 0%,#D80C0C 100%);
    background: -o-linear-gradient(top, #F04240 0%,#D80C0C 100%);
    background: -ms-linear-gradient(top, #F04240 0%,#D80C0C 100%);
    background: linear-gradient(to bottom, #F04240 0%,#D80C0C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F04240', endColorstr='#D80C0C',GradientType=0 );
}

.glow span {
    box-shadow: 0 5px 5px rgba(255,255,255,.5) inset,0 -5px 5px rgba(255,255,255,.5) inset;
    animation: animate-glow 1s ease-out infinite;
}

@keyframes animate-glow {
    0% {
        box-shadow: 0 5px 5px rgba(255,255,255,.5) inset,0 -5px 5px rgba(255,255,255,.5) inset;
    }

    50% {
        box-shadow: 0 5px 5px rgba(255,255,255,.2) inset,0 -5px 5px rgba(255,255,255,.2) inset;
    }

    100% {
        box-shadow: 0 5px 5px rgba(255,255,255,.5) inset,0 -5px 5px rgba(255,255,255,.5) inset;
    }
}

.progress-bar-header {
    padding: 0 10px;
    margin-top: 30px;
}

    .progress-bar-header .progress-min {
        float: left;
    }

    .progress-bar-header .progress-max {
        float: right;
    }

.status-text {
    background-color: #242424;
    border-radius: 10px;
    height: 80px;
    overflow-y: auto;
    padding: 10px;
    color: #909090;
}

    .status-text p {
        margin-bottom: 3px;
        white-space: pre-wrap;
    }


.si-left, .si-right {
    position: relative;
    z-index: 1;
}

.si-left, .si-center, .si-right {
    display: inline-block;
    vertical-align: middle;
}

.si-center {
    background-color: #212121;
    padding: 10px 70px 20px 70px;
    margin: 20px -60px 0 -60px;
    border-top: 15px solid #1c2020;
    border-bottom: 15px solid #31393a;
    width: 40%;
    border-radius: 70px;
}

.alert-msg-container {
    display: inline-block;
    text-align: center;
}

.alert-msg {
    color: #7B7B7B;
    padding: 3px 7px;
    border: 1px solid rgba(36, 41, 46, 0.12);
    background-color: #272727;
    display: inline-block;
    margin: 3px 5px;
    vertical-align: middle;
}

    .alert-msg i {
        margin-right: 10px;
    }

    .alert-msg.red i {
        color: #ce2917;
    }

    .alert-msg.green i {
        color: #6aa60c;
    }

.gauge-small-container {
    text-align: center;
    margin: -120px auto 30px auto;
}

.gauge-small {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 15px;
}

    .gauge-small div {
        position: relative;
        width: 126px;
        height: 126px;
        border-radius: 50%;
        background: #191d1e;
        background: -moz-linear-gradient(top, #191d1e 0%, #555b5c 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #191d1e), color-stop(100%, #555b5c));
        background: -webkit-linear-gradient(top, #191d1e 0%, #555b5c 100%);
        background: -o-linear-gradient(top, #191d1e 0%, #555b5c 100%);
        background: -ms-linear-gradient(top, #191d1e 0%, #555b5c 100%);
        background: linear-gradient(to bottom, #191d1e 0%, #555b5c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191d1e', endColorstr='#555b5c', GradientType=0 );
    }

        .gauge-small div:before {
            content: "";
            display: block;
            width: 118px;
            height: 118px;
            border-radius: 50%;
            position: absolute;
            top: 4px;
            left: 4px;
            background-color: #727272;
        }

        .gauge-small div:after {
            content: "";
            display: block;
            width: 118px;
            height: 118px;
            border-radius: 50%;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 2px solid #616b6d;
            z-index: 2;
        }

        .gauge-small div canvas {
            width: 232px;
            height: 119px;
            display: block;
            margin: 0 auto;
            position: absolute;
            top: 4px;
            left: -53px;
        }

        .gauge-small div p {
            width: 88px;
            height: 88px;
            position: absolute;
            top: 19px;
            left: 19px;
            color: #3C3C3C;
            font-size: 25px;
            z-index: 1;
            border-radius: 50%;
            border: 2px solid #616161;
            padding-top: 25px;
            background: #e7e7e7;
            background: -moz-linear-gradient(top, #C7C7C7 0%, #656565 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, #C7C7C7), color-stop(100%, #656565));
            background: -webkit-linear-gradient(top, #C7C7C7 0%, #656565 100%);
            background: -o-linear-gradient(top, #C7C7C7 0%, #656565 100%);
            background: -ms-linear-gradient(top, #e7e7e7 0%, #656565 100%);
            background: linear-gradient(to bottom, #C7C7C7 0%, #656565 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7C7C7', endColorstr='#656565', GradientType=0 );
        }

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.status-icons ul li.animated:before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
}

.circle-frame div {
    position: absolute;
}

#justGauge1 {
    top: -20px;
    left: 20px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#justGauge2 {
    top: 150px;
    left: -80px;
    -moz-transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

#justGauge3 {
    top: 141px;
    right: -87px;
    -moz-transform: rotate(-245deg);
    -webkit-transform: rotate(-245deg);
    -o-transform: rotate(-245deg);
    -ms-transform: rotate(-245deg);
    transform: rotate(-245deg);
}

#justGauge1Title {
    top: 118px;
    left: 141px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#justGauge2Title {
    top: 185px;
    left: 107px;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

#justGauge3Title {
    top: 180px;
    left: 184px;
    -moz-transform: rotate(-65deg);
    -webkit-transform: rotate(-65deg);
    -o-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
}

.hexagon-btns-container {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 30px;
}

.hexagon-btns {
    position: relative;
    text-align: left;
    float: left;
    width: 220px;
}

.btn-hexagon {
    width: 100px;
    height: 55px;
    background: #85c224;
    position: relative;
    cursor: pointer;
    margin: 5px 2px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

    .btn-hexagon:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #85c224;
    }

    .btn-hexagon:after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #85c224;
    }

    .btn-hexagon i {
        width: 96px;
        height: 51px;
        background: #2e3638;
        position: absolute;
        display: block;
        top: 2px;
        left: 2px;
        z-index: 1;
    }

        .btn-hexagon i:before {
            content: "";
            position: absolute;
            top: -25px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 48px solid transparent;
            border-right: 48px solid transparent;
            border-bottom: 25px solid #2e3638;
            z-index: 1;
        }

        .btn-hexagon i:after {
            content: "";
            position: absolute;
            bottom: -25px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 48px solid transparent;
            border-right: 48px solid transparent;
            border-top: 25px solid #2e3638;
            z-index: 1;
        }

    .btn-hexagon span {
        display: block;
        position: relative;
        z-index: 2;
        text-transform: uppercase;
        text-align: center;
        padding-top: 20px;
        font-size: 14px;
    }

    .btn-hexagon:hover i {
        background: #85c224;
    }

        .btn-hexagon:hover i:before {
            border-bottom-color: #85c224;
        }

        .btn-hexagon:hover i:after {
            border-top-color: #85c224;
        }

    .btn-hexagon:nth-child(3n+3) {
        top: 20px;
        margin-left: 56px;
    }

.hexagon-btns.right {
    float: right;
}

    .hexagon-btns.right .btn-hexagon {
        float: right;
    }

.linechart {
    min-height: 100px;
}

@media (max-width: 767px) {

    .title-config {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .dash-user-label {
        justify-content: flex-end;
    }

    .navbar-collapse.in, .navbar-collapse.collapsing {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .logo-link {
        display: none;
    }

    .client-name strong {
        padding-top: 0;
    }

    .carousel-container {
        margin: 0 auto;
    }

    .logo-container, .carousel-container {
        float: none;
    }

    .row-table {
        display: block;
    }

        .row-table > div {
            display: block;
            padding-right: 0;
        }

            .row-table > div > .btn {
                display: inline-block;
            }

    .control-label {
        margin-top: 10px;
    }

    .status-text-back {
        width: 400px;
        top: 20px;
        margin-bottom: 40px;
    }

    .si-left, .si-center, .si-right {
        display: block;
        margin-bottom: 20px;
    }

    .si-center {
        margin: 0 auto 20px auto;
        width: 80%;
    }

    .gaudge-big-row {
        margin-top: 40px;
    }

    .gauge-small-container {
        margin-top: 0px;
    }

    .status-text-back {
        width: 90%;
        top: 20px;
        margin-bottom: 40px;
    }

    .si-left, .si-center, .si-right {
        display: block;
        margin-bottom: 20px;
    }

    .si-center {
        margin: 0 auto 20px auto;
        width: 90%;
    }

    .gaudge-big-row {
        margin-top: 40px;
    }

    .gauge-small-container {
        margin-top: 0px;
    }

    .hexagon-btns-container {
        position: static;
        padding: 40px 20px;
    }

    .hexagon-btns, .hexagon-btns.right {
        width: auto;
    }

        .hexagon-btns.right {
            top: 22px;
            margin-bottom: 20px;
        }

    .btn-hexagon:nth-child(3n+3) {
        margin-left: 2px;
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-link img {
        width: 50px;
    }

    .client-name strong {
        padding-top: 0;
    }

    .carousel-container {
        margin: 0 auto;
    }

    .logo-container, .carousel-container {
        float: none;
    }

    .status-text-back {
        width: 80%;
        top: 20px;
        margin-bottom: 40px;
    }

    .si-left, .si-center, .si-right {
        display: block;
        margin-bottom: 20px;
    }

    .si-center {
        margin: 0 auto 20px auto;
        width: 80%;
    }

    .gaudge-big-row {
        margin-top: 40px;
    }

    .gauge-small-container {
        margin-top: 0px;
    }

    .hexagon-btns-container {
        position: static;
        padding: 40px 20px;
    }

    .hexagon-btns, .hexagon-btns.right {
        width: auto;
    }

    .btn-hexagon:nth-child(3n+3) {
        margin-left: 2px;
        top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-link img {
        width: 50px;
    }

    .status-text-back {
        width: 400px;
        top: 20px;
        margin-bottom: 40px;
    }

    .si-left, .si-center, .si-right {
        display: block;
        margin-bottom: 20px;
    }

    .si-center {
        margin: 0 auto 20px auto;
        width: 80%;
    }

    .gaudge-big-row {
        margin-top: 40px;
    }

    .gauge-small-container {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .carousel-container {
        margin-left: 0;
    }

    .status-text-back {
        width: 400px;
        top: 90px;
    }

    .gaudge-big-row {
        margin-top: 110px;
    }

    .gauge-small-container {
        margin-top: -70px;
    }

    .si-center {
        width: 38%;
    }
}

.validation-msg {
    color: #F99E37;
    margin-right: 5px;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.error-msg {
    color: #DC143C;
    margin-right: 5px;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.k-grid {
    /*border:none;*/
}

.k-grid-header th.k-header > .k-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.k-pager-wrap.k-grid-pager {
    background: white;
}

.fixedGrid .k-grid table {
    table-layout: fixed;
}

/* Kendo Grid - removes the scrollbar (and its column) when not used.*/
.k-grid .k-grid-content {
    overflow: auto;
    /*position: static;*/
}

.k-grid .k-grid-header {
    padding-right: 0px !important;
    background: white;
    border-bottom: 1px solid rgb(197, 197, 197);
}


.k-grid td {
    height: auto;
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.fade-in {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.display-flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    /*display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*### Resizable window classes ###*/
/*BODY*/
.resizable-window {
    height: 100%;
}

    .resizable-window .ui-tabs {
        height: 100%;
    }

    .resizable-window .ui-tabs-panel {
        height: -moz-calc(100% - 105px);
        height: -webkit-calc(100% - 105px);
        height: calc(100% - 105px);
    }

/*FOOTER*/
.resizable-footer {
    height: 50px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

.calc-width-10 {
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
}

.calc-height-60 {
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
}


.grid-cell-overlay-bg {
    background-color: rgba(164, 162, 165, 0.2);
}

    .grid-cell-overlay-bg.k-state-selected {
        background-color: #85c224;
    }


/*vertical jquery tabs*/
.ui-tabs.ui-tabs-vertical {
    padding: 0;
    min-width: 700px;
    /*width: 91em;*/
}

    .ui-tabs.ui-tabs-vertical .ui-widget-header {
        border: none;
    }

    .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        float: left;
        width: 14em;
        background: #CCC;
        border-radius: 2px 0 0 2px;
    }

        .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            margin: 0.2em 0;
            /*border: 1px solid gray;*/
            /*border-width: 1px 0 1px 1px;*/
            border-radius: 2px 0 0 2px;
            overflow: hidden;
            position: relative;
            right: -2px;
            z-index: 2;
        }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
                width: 100%;
                padding: 0.6em 1em;
            }

                .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
                    cursor: pointer;
                }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:hover {
                border-right: 0px solid #85c224;
            }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: 0.2em;
                padding-bottom: 0;
                border-right: 2px solid #85c224;
            }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
                margin-bottom: 10px;
            }

    .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
        float: left;
        width: calc(100% - 16em);
        border-left: 1px solid gray;
        position: relative;
        left: -1px;
        min-height: 63em;
        min-width: 400px;
    }

.padded-table td {
    padding: 4px;
}


/*fix for color picker size*/
.colorsTable .k-colorpicker .k-selected-color {
    width: 63px;
}

/*dropdown sub-menu*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 2px 2px 2px;
        -moz-border-radius: 0 2px 2px;
        border-radius: 0 2px 2px 2px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 2px 0 2px 2px;
            -moz-border-radius: 2px 0 2px 2px;
            border-radius: 2px 0 2px 2px;
        }

.grid-header-wrapped .k-header .k-link {
    height: auto;
}

.grid-header-wrapped .k-header {
    white-space: normal !important;
}

.btn .fa.no-text-btn {
    margin-right: 0px;
}

div.universalForm.container {
    position: absolute;
    border: 1px solid black;
}

div.universalForm div.labelItem {
    width: 80px;
    height: 18px;
    border: 1px solid white;
    background-color: gray;
}

div.universalForm div.buttonItem {
    width: 100px;
    height: 50px;
    border: 1px solid white;
    background-color: gray;
}

div.universalForm div.textboxItem {
    width: 80px;
    height: 18px;
    border: 1px solid white;
    background-color: gray;
}

div.universalForm div.movable {
    cursor: move;
}

div.universalForm div.selectedItem {
    border-color: blue;
    background: lightgray;
}

div.propertiesWindow td {
    padding: 2px;
}

div.propertiesWindow .k-colorpicker .k-selected-color {
    width: 157px;
}



/*background for multiselect and ddl list*/
.k-multiselect-wrap,
.k-dropdown-wrap.k-state-default {
    background-color: white;
}
/*.k-dropdown-wrap.k-state-default.k-state-hover {
    color: black;
}
.k-dropdown.k-state-hover.k-input {
    color: black;
}*/

.navbar-button {
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-top: 12px;
}


.data-range-popup {
    padding: 5px;
    background-color: rgba(90,90,90, 1);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

.dr-popup-container {
    z-index: 2;
    position: absolute;
    top: 12px;
    right: 26px;
    height: 0;
    width: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}

    .dr-popup-container label {
        width: 40px;
        padding-right: 5px;
        text-align: right;
    }

    .dr-popup-container .k-datepicker {
        width: 120px;
        margin-bottom: 5px;
    }

    .dr-popup-container div {
        width: 180px;
    }

.show-dr-popup {
    height: 90px;
    width: 180px;
}

/*Machine Status operation progress bar*/

.pb-operation-container {
    text-align: left;
    padding: 5px 10px;
}

.progress-bar-operation {
    height: 30px;
    padding: 0;
    margin: 0 auto;
    border-radius: 0px;
    position: relative;
    background: #373736;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373736', endColorstr='#2e2e2d', GradientType=0 );
}

    .progress-bar-operation span {
        display: inline-block;
        height: 100%;
        border-radius: 0px;
        transition: width .1s ease-in-out;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        white-space: nowrap;
        text-shadow: 1px 1px 0 #363636, -1px -1px 0 #363636, 1px -1px 0 #363636, -1px 1px 0 #525252, 1px 1px 0 #525252;
    }

.green-operation span {
    background: #2cdb12;
    background: -moz-linear-gradient(top, #2cdb12 0%, #1ca00c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cdb12), color-stop(100%,#1ca00c));
    background: -webkit-linear-gradient(top, #2cdb12 0%,#1ca00c 100%);
    background: -o-linear-gradient(top, #2cdb12 0%,#1ca00c 100%);
    background: -ms-linear-gradient(top, #2cdb12 0%,#1ca00c 100%);
    background: linear-gradient(to bottom, #2cdb12 0%,#1ca00c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cdb12', endColorstr='#1ca00c',GradientType=0 );
}


.operation-timer {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: -5px;
    text-shadow: 1px 1px 0 #363636, -1px -1px 0 #363636, 1px -1px 0 #363636, -1px 1px 0 #525252, 1px 1px 0 #525252;
}

.operaionInfoLabels {
    border: 1px solid white;
    padding: 5px;
    margin-top: 10px;
}

    /*.operaionInfoLabels span{
   padding:px;
}*/

    .operaionInfoLabels span:nth-child(2n) {
        float: right;
    }

    .operaionInfoLabels span:nth-child(1n) {
        display: inline-block;
    }


svg.multistate.checkbox {
    width: 15px;
    height: 15px;
}

    svg.multistate.checkbox .back {
        fill: white;
    }

    svg.multistate.checkbox .tick {
        fill-opacity: 0;
    }

    svg.multistate.checkbox .stop {
        fill: white;
        fill-opacity: 0;
        stroke-opacity: 0;
    }

    svg.multistate.checkbox.checked .tick {
        fill-opacity: 1;
        stroke-opacity: 1;
    }

    svg.multistate.checkbox.blocked .stop {
        stroke-opacity: 1;
        stroke: #ff0000;
        stroke-width: 70;
        fill-opacity: 1;
    }

    svg.multistate.checkbox.disabled rect {
        fill: gray;
    }

/*nobr text overflow, instead show ellipsis*/
.no-txt-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.opv-point-docs .k-button.k-upload-button {
    min-width: 20px !important;
    margin-bottom: 20px;
    margin-left: 10px;
}

.opv-point-docs-a .fa-file {
    font-size: 20px;
}

.opv-point-docs .k-widget.k-upload {
    display: inline-block;
}

.opv-point-docs-a:hover .fa-file {
    color: #82C040;
}

.opv-point-docs button {
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 1px;
    height: 16px;
    margin-left: 10px;
    margin-bottom: 7px;
}


.calendar-group-container {
    /*width: 100%;*/
    max-width: 900px;
    overflow: hidden;
    margin-top: 2px;
    padding: 4px;
    border-radius: 2px;
    border: solid 1px grey;
    max-height: 500px;
    transition: max-height 0.7s;
    -webkit-transition: max-height 0.7s;
}

    .calendar-group-container.collapsed-group {
        max-height: 22px;
    }

.calendar-timepicker {
    width: 100px;
    display: block;
    padding: 0px;
    margin-bottom: 10px;
    margin-right: 2px;
}

.notification-timepicker {
    width: 120px;
    display: block;
    padding: 2px;
}

.requiredLabel {
}

    .requiredLabel::after {
        content: ' *';
        color: red;
    }

.sectionTitle {
    text-transform: uppercase;
    font-weight: bold;
}

.shift-entry {
    border-width: 0px 0px 1px 0px;
}

    .shift-entry:last-of-type {
        border-width: 0px;
    }

.calendar-tab-icon {
    margin-right: 5px;
    font-size: 16px
}

    .calendar-tab-icon.good {
        color: #85c224;
    }

    .calendar-tab-icon.bad {
        color: #DE5448;
    }

    .calendar-tab-icon.medium {
        color: #489ADD;
    }

.calendar-stats {
    border: 1px solid #2b2b2b;
    padding: 5px;
    margin-top: 5px;
    width: 500px;
    height: 130px;
    background-color: #fff;
}


.shift-templates .btn {
    margin-top: 5px;
    margin-right: 5px;
}

.week-days-selector {
    width: 444px;
}

    .week-days-selector .week-day {
        display: inline-block;
        margin: 4px;
        text-align: center;
        cursor: pointer;
        width: 55px;
        box-shadow: 0px 0px 1px #222;
        height: 26px;
    }

.week-day .selected {
    font-weight: bold;
    background-color: #fff;
    padding: 0px;
    color: #000;
}

.week-day .unselected {
    background: rgb(0,67,255);
    background: #1c4e9e;
    padding: 0px;
    color: #fff;
}

.shift-days {
    /* height: 620px; */
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 1px;
    width: 460px;
}

.shift-in-use {
    /*color: #85c224 !important;*/
}

.shift-not-used {
    color: #C3C3C3 !important;
}

.shift-day-in-use {
    border-bottom: 2px solid #00c2d1;
}

.shift-day-not-used {
    border-bottom: 2px solid #C3C3C3;
}

/*DIV table*/
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 0px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}
/*DIV table*/

/*Tabs theme*/
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 2px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 2px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
    background: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*background: rgb(0,67,255);*/
    background: #1c4e9e;
    border: 1px solid rgba(36, 41, 46, 0.12);
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #fff;
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: default;
    color: #231f20;
}

.ui-tabs .ui-state-hover {
    background: rgb(44, 90, 176);
    transition: all 0.5s;
}

.k-state-hover, .k-state-hover:hover {
    /*background: rgb(0,67,255);
    background: linear-gradient(0deg, rgba(0,67,255,1) 0%, rgba(0,128,220,1) 100%);*/
    /*-webkit-box-shadow: inset 0px 0px 5px 5px rgba(0,128,220,1);
    -moz-box-shadow: inset 0px 0px 5px 5px rgba(0,128,220,1);
    box-shadow: inset 0px 0px 5px 5px rgba(0,128,220,1);
    color: #fff;*/
    background: rgba(36, 41, 46, 0.12);
    cursor: pointer;
    border: 1px solid transparent;
}

.k-list-filter {
    position: relative;
    padding: 3px;
    display: block;
}

    .k-list-filter > .k-icon {
        right: 8px;
        top: 9px;
    }

.k-state-focused.k-state-selected {
    box-shadow: none;
}

.ui-widget-content {
    color: #000;
}


/* Style the tab */
.tab {
    float: left;
    background-color: #f1f1f1;
    width: 250px;
    height: 100%;
    padding-top: 64px;
    background: #fff;
    margin-right: 20px;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        display: block;
        position: relative;
        background-color: inherit;
        color: rgba(36, 41, 46, 0.75);
        padding: 14px 8px 14px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 500;
        font-size: 14px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            /*   background-color: #ddd;
            background: linear-gradient(-45deg, transparent 1.2em, #ddd 1em) bottom, linear-gradient(-135deg, transparent 1.2em, #ddd 1em) top;
            background-repeat: no-repeat;
            background-size: 100% 52%;
            transition: 0s;*/

            background: rgb(247, 247, 247);
            color: rgba(36, 41, 46, 1);
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            /*        background: linear-gradient(-45deg, transparent 1.2em, #00c2d1 1em) bottom, linear-gradient(-135deg, transparent 1.2em, #00c2d1 1em) top;
            background-repeat: no-repeat;
            background-size: 100% 52%;
            color: white;*/
            transition: 0s;
            background: rgb(247, 247, 247);
            /* -webkit-text-decoration: underline;
            text-d*/ ecoration: underline;
            color: rgba(36, 41, 46, 1);
        }


/* Style the tab content */
.sidebarTabContent {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border-left: none;
}

.tablinks i {
    margin-right: 10px;
    margin-left: 4px;
    font-size: 18px;
}

.tabgroup {
    white-space: normal;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

    .tabgroup i {
        font-size: 18px;
    }

    .tabgroup > i.fa {
        margin-right: 0px;
        margin-left: 4px;
        font-size: 18px;
    }

.tablinks.active:before {
    display: block;
    content: " ";
    height: 28px;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    border-radius: 2px;
    background-image: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.07%);
}

.ui-tabs-anchor i {
    margin-right: 8px;
}

.treeViewIcon {
    font-size: inherit !important;
}

@media screen and (max-width: 1280px) {
    .sidebarTabContent {
        float: none;
    }

    .mainContentUnderlay {
        width: auto;
    }
}

.year-calendar .ui-datepicker-calendar, .year-calendar .ui-datepicker-month, .year-calendar .ui-datepicker-prev.ui-corner-all, .year-calendar .ui-datepicker-next.ui-corner-all {
    display: none;
}

.year-calendar div {
    box-shadow: none;
    background: #D2D2D2;
    border: 1px solid rgba(36, 41, 46, 0.12);
    padding: 0px !important;
    width: 176px;
    margin: 0px !important;
}

.year-calendar select {
    color: black;
}

.year-calendar .ui-datepicker-title {
    width: 170px;
}

span.required {
    margin: 5px;
    color: red;
    font-size: 13px;
}

.collapse-btn {
    /* position: absolute;
    width: 14px !important;
    right: 2px;
    top: 16px;
    background: none !important;*/
    height: 35px;
    padding: 0px 14px !important;
    margin: 0px;
    transition: 0.5s !important;
    text-align: right !important;
    position: fixed;
    width: 280px !important;
    bottom: 0;
    box-shadow: 0px -2px 0px rgb(0 0 0 / 3%);
}

.collapse-btn-active {
    /*top: 2px;*/
    transition: 0.5s;
    width: 50px !important;
}

.collapse-btn i {
    text-align: center;
    font-size: 18px;
    width: 30px;
    line-height: 24px;
    /*float: right;*/
}

.sidebar,
.sidebar-active {
    height: calc(100% - 85px);
    width: 0px;
    position: fixed;
    z-index: 1;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    padding-top: 0px;
}

    .sidebar::-webkit-scrollbar,
    .sidebar-active::-webkit-scrollbar {
        width: 0px;
    }

.sidebar-active {
    width: 280px;
    padding-top: 0px;
    padding-right: 8px;
    box-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
    z-index: 1001;
}

.sidebar,
.sidebar-active {
    scrollbar-width: none; /*firefox*/
}

    .sidebar button {
        font-size: 0px;
    }

    .sidebar > .collapse-btn:hover,
    .sidebar-active > .collapse-btn:hover {
        background: #ddd;
    }

.sidebar-tabs,
.sidebar-tabs-active {
    margin-left: 50px;
    padding: 16px;
    transition: margin-left 0.5s, width 0.5s;
    width: calc(100% - 50px);
}

    .sidebar-tabs > .sidebarTabContent,
    .sidebar-tabs-active > .sidebarTabContent {
        /* width: 100%; */
    }

.sidebar-tabs-active {
    margin-left: 280px;
    width: calc(100% - 280px);
}

.sidebar-dropdown-container {
    display: none;
    transition: margin-left 0.5s;
}

.sidebar-active .sidebar-dropdown-container {
    margin-left: 12px;
}

.sidebar-dropdown-active {
    display: block;
}

.logo-sidebar-animation {
    transition: height 0.5s, width 0.5s;
}

.sidebarMainItemIconWrapper {
    float: left;
}


.tabgroup:hover {
    background: rgb(247, 247, 247);
}

.tablinks > .fa,
.tablinks > .fas,
.tablinks > .fab,
.tabgroup .fa,
.tabgroup .fas,
.tabgroup .fab {
    width: 30px;
    text-align: center;
    margin: 0px;
    margin-right: 0px;
    vertical-align: middle;
    margin-right: 12px;
    color: rgba(36, 41, 46, 0.75);
}

    .tabgroup .fa path {
        fill: rgba(36, 41, 46, 0.75);
    }

.tablinks > .fa,
.tablinks > .fas,
.tablinks > .fab,
.tabgroup .fa,
.tabgroup .fas,
.tabgroup .fab {
    position: relative;
    top: -2px;
}

.tabgroup > .fa-angle-down,
.tabgroup > .fa-angle-up {
    float: right;
    padding-right: 0px;
    transition: padding-left 0.5s, padding-right 0.5s;
}

.tabgroup > .fa-center {
    padding-right: 0px;
    padding-left: 16px;
    left: 5px;
    top: 15px;
}

.invisible-scroll::-webkit-scrollbar {
    width: 0px;
}

#addFunctionWindow, #editTagsWindow {
    overflow: auto;
}

#mediaTypesTable {
    table-layout: fixed;
    width: 100%;
}

.invite-user-form {
    margin-bottom: 40px;
    display: flex;
}

    .invite-user-form button {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

        .invite-user-form button.help {
            right: 10px;
            left: auto;
        }

            .invite-user-form button.help i {
                margin-right: 0px;
            }

    .invite-user-form > div {
        display: inline-block;
        margin-right: 10px;
    }

    .invite-user-form input[type=text], .invite-user-form input[type=password] {
        width: 280px;
    }

    .invite-user-form select {
        width: 280px;
    }


.groups-manage-form {
    margin-bottom: 40px;
    display: flex;
}

    .groups-manage-form button {
        margin-left: 10px;
    }

        .groups-manage-form button.help {
            right: 10px;
            left: auto;
            position: absolute;
            bottom: 10px;
            margin-left: 0px;
        }

    .groups-manage-form label {
        width: 110px;
    }

    .groups-manage-form button.help i {
        margin-right: 0px;
    }

    .groups-manage-form input {
        width: 280px;
        display: inline-block;
    }

    .groups-manage-form select {
        width: 280px;
        display: inline-block;
    }

@media only screen and (max-width: 1600px) {
    #SearchMangedTagsBtn {
        margin-top: 25px;
        margin-left: 15px;
    }

    #FilterManagedTags {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 1601px) {
    #SearchMangedTagsBtn {
        margin-top: 5px;
    }
}

#tagTypesTable {
    margin: 5px;
    width: 100%;
}

.shortWidth {
    width: 22%;
}

.icon-info {
    top: 0;
    left: 0px;
}

.icon-edit {
    position: absolute;
    top: 0;
    right: 0px;
    cursor: pointer;
}

#textTemplate {
    position: relative;
}

.externalSourceTypesPropOneLine li {
    display: inline;
    list-style-type: none
}

.externalSourceInfoTable {
    width: 100%;
}

    .externalSourceInfoTable td {
        padding: 5px 5px 5px 0px;
        vertical-align: top;
    }

    .externalSourceInfoTable th {
        font-weight: 200;
    }

.externalSourcePropTable th {
    font-weight: 200;
}

.externalSourcePropTable td {
    padding: 5px 5px 5px 0px;
}


.lang-menu {
    width: 70px;
    margin-left: 6px;
    margin-right: 6px;
    height: 40px;
    line-height: 40px;
}

    .lang-menu:hover {
        background: #F4F5F5;
        box-shadow: 0px 1px 2px rgba(24, 26, 27, 0.2);
        cursor: pointer;
    }

        .lang-menu:hover i {
            color: black !important;
        }
    /*.lang-menu a:hover {
        cursor: pointer;
    }*/

    .lang-menu ul {
        margin-top: 3px;
        padding: 0;
        background-color: #fff;
        position: absolute;
        /*height: 100%;*/
        right: 46px;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 2px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .lang-menu ul li {
            list-style: none;
            display: flex;
            justify-content: space-between;
            padding: 3px 3px 3px 0px;
            line-height: 30px;
        }

            .lang-menu ul li a {
                width: 150px;
                display: block;
                padding: 5px 10px;
                text-decoration: none;
                font-size: 13px;
            }

            .lang-menu ul li:hover {
                background-color: #f2f2f2;
                cursor: pointer;
            }


.tool-props-table {
    display: inline-block;
    /*max-width: 1000px;*/
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.tool-props-area {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
}

    .tool-props-area input {
        margin-bottom: 5px;
        max-width: 300px;
    }

    .tool-props-area .btn {
        margin-top: 5px;
    }

.tool-props-drawing {
    display: inline-block;
    max-width: 300px;
    max-height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 2px;
    padding: 2px;
    object-fit: contain;
}

.tool-props-instances {
    display: inline-block;
    width: 355px;
    height: 300px;
    border: 1px solid rgba(36, 41, 46, 0.12);
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
    overflow: auto;
    border-radius: 2px;
    padding: 2px;
}

#OrgItemHeadTable td {
    padding-right: 20px;
}

#OrgItemHeadTable tr {
    margin-top: 10px;
}

.scanningHeadList {
    width: 300px;
}

#addHeadToMachineTable {
    margin: 5px;
    width: 90%;
}

    #addHeadToMachineTable td {
        padding-bottom: 10px;
    }

#ScanningHeadsGrid .k-grid-header .k-header, #OrgTagsGrid .k-grid-header .k-header, #commonToolTypeGrid .k-grid-header .k-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

/*GANTT*/
.gantt-current-date-line {
    z-index: 999;
}

.k-task-single, .k-task-summary {
    background: #606060;
    color: white;
}

    .k-task-single.k-state-selected {
        background-color: #1c4e9e;
    }

.k-task-complete, .k-task-summary-complete {
    background-color: #00c2d1;
}

.k-line {
    background-color: #000;
    z-index: 1;
}

.k-state-selected .k-line {
    background-color: rgb(0,67,255);
}

.k-state-selected .k-arrow-e, .k-state-selected .k-arrow-w {
    color: rgb(0,67,255);
}

.k-task-dot::before {
    background-color: #424242;
    content: "";
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
    display: none;
}

.k-task-dot:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin-left: 4px;
}

.k-task-single + .k-task-dot, .k-task-single + .k-task-dot + .k-task-dot {
    top: .3em;
}



.inlineCellBtn,
.inlineCellBtn:hover {
    float: right;
    background-color: transparent;
    border: none;
    color: black;
    padding: 0px;
    margin: 5px;
}

.inlineCellBtnExt,
.inlineCellBtnExt:hover {
    padding: 3px 5px;
}

.drop-target-hint {
    display: none;
    position: absolute;
    background: white;
    border: 4px dotted #04f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    line-height: 60px;
    font-size: medium;
    color: #04f;
    opacity: .7;
    font-weight: bold;
}

    .drop-target-hint.active {
        display: block;
    }

.gantt-row-selected {
    color: white;
    font-weight: bold;
}


#AssistantTable td {
    padding: 5px;
}

#assistantMachines {
    margin-top: 15px;
    width: 25%;
    display: inline-block;
}

.content-wrapper {
    background-color: #ffff;
    width: 100%;
    margin-top: 20px;
}

#cuttingToolsHeader {
    text-align: center;
}

    #cuttingToolsHeader img {
        margin-left: 40px;
    }

.reportTitle {
    font-size: 20px;
}

#container {
    margin-left: 40px;
    margin-top: 20px;
}

#reportInfo {
    margin-left: 55%;
    border-style: solid;
    border-width: 1px;
    width: 25%;
    font-size: 15px;
}

.boldItems {
    font-weight: bold;
}

.onTheSameLine {
    display: inline-block;
}

#workOrderInfoTable td {
    border: 1px solid black;
    padding: 5px;
}

#workOrderInfoTable {
    float: left;
    font-size: 15px;
    max-width: 550px;
}

    #workOrderInfoTable tr {
        border: 1px solid black;
    }


#reportInfo td {
    padding: 3px;
}
/*#mainContent table {
    float: left;
    margin-top: 30px;
}*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    margin-left: 40px;
}

#cuttngToolsForMachineTable tr {
    border: 1px solid black;
}

#cuttngToolsForMachineTable td {
    border: 1px solid black;
    padding: 3px;
}

#cuttngToolsForMachineTable th {
    border: 1px solid black;
    padding: 10px;
}

#productItemsTable tr {
    border: 1px solid black;
}

#productItemsTable td {
    border: 1px solid black;
    padding: 3px;
}

#productItemsTable th {
    border: 1px solid black;
    padding: 10px;
}


.assistantOrderStatusTable {
    margin-top: 10px;
    float: right;
}

    /*#assistantOrderStatusTable tr {
        border: 1px solid black;
    }*/

    .assistantOrderStatusTable td {
        /*border: 1px solid black;*/
        padding: 3px;
        text-align: center;
    }

    .assistantOrderStatusTable th {
        padding: 10px;
        text-align: center;
    }

.text-style {
    font-size: 13px;
    font-weight: bold;
}


#progressTable td {
    border: 0px;
}

#downArrow {
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: 15px;
    margin-right: 5px;
}

#registerProgressTable td {
    padding: 3px;
}

#registerProgressData {
    margin-top: 15px;
    margin-right: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.detailBtn {
    margin-top: 10px;
}

#addOperationDetailTable {
    margin: 15px;
}

    #addOperationDetailTable td {
        /*border: 1px solid black;*/
        padding: 3px;
    }

#syncedStatusTable {
    margin: 5px;
}

    #syncedStatusTable td {
        padding: 3px;
    }

.k-colorpicker {
    width: 210px;
    margin-left: 5px;
}

    .k-colorpicker .k-selected-color {
        width: 180px;
    }

.k-color-value {
    background-color: #ffff;
}

.chooseColor {
    width: 250px;
}


.highlight {
    background-color: gold;
}

.descriptionStyle {
    max-width: 30rem;
    display: block;
}

.assistantInRowBtn {
    color: #2d5e89;
}

.gantt-tree-handle-button {
    color: rgba(0,67,255,1);
    background-color: transparent;
    border: none;
}

.gantt-tree-header {
    width: 10rem;
}

a.gantt-tree-expanded[disabled='disabled'] {
    display: none !important;
}

.dateCheckbox {
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}


.mixedFilterRow span.k-datepicker,
.mixedFilterRow input.form-control,
.mixedFilterRow select.form-control,
.mixedFilterRow button.btn {
    height: 31px;
}

.mixedFilterRow span.k-dropdown-wrap {
    height: 25px;
}

.mixedFilterRow .mixedFilterRowFloatingSection {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.ui-widget {
    font-size: 14px;
}

.hideUiTree {
    display: none;
}

.showUiTree {
    display: block;
}

.gantt-task {
    border: 2px solid #9FC35F;
    border-radius: 5px;
    cursor: pointer !important;
}

.gantt-task-working {
    border: 2px dashed darkgreen;
}

.gantt-task-not-approved {
    border-color: red;
}

.gantt-task-sections {
    left: -2px !important; /*because of the task border*/
}

.gantt-task-section.section-white {
    background-color: white;
    opacity: 0.8;
}

.gantt-task-section.section-red {
    background-color: red;
    opacity: 0.5;
}

.gantt-task-section.section-black {
    background-color: black;
    opacity: 0.5;
}

.gantt-plan-overview-task {
    background-color: transparent;
    z-index: 999;
    border-left: 3px solid #6388cd;
    border-right: 3px solid #6388cd;
    border-top: 7px solid #6388cd;
    border-bottom: 5px solid transparent;
    border-radius: 0px;
    height: 12px !important;
}

.calendar-period-hidden {
    visibility: hidden !important;
}

.calendar-period-working {
    background: white;
    border: none;
    border-radius: 0px;
}

.calendar-period-stop {
    background-color: #DADADA;
    border: none;
    border-radius: 0px;
}

.calendar-period-downtime {
    background-color: #af00ff50;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #af00ff50;
    border-radius: 0px;
    z-index: 997 !important;
}

.calendar-period-maintenance {
    background-color: #388DFF50;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #388DFF50;
    border-radius: 0px;
}

.calendar-period-maintenance-reactive {
    background-color: #388DFF80;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #388DFF80;
    border-radius: 0px;
}

.gantt-plan-overview-task .gantt-task-content span {
    display: none;
}

.calendar-period-working .gantt-task-content,
.calendar-period-stop .gantt-task-content,
.calendar-period-downtime .gantt-task-content,
.calendar-period-maintenance .gantt-task-content,
.calendar-period-maintenance-reactive .gantt-task-content {
    display: none;
}

.gantt-plan-overview-task .gantt-task-foreground,
.calendar-period-working .gantt-task-foreground,
.calendar-period-stop .gantt-task-foreground,
.calendar-period-downtime .gantt-task-foreground,
.calendar-period-maintenance .gantt-task-foreground,
.calendar-period-maintenance-reactive .gantt-task-foreground {
    display: none;
}

.gantt-plan-overview-task .gantt-task-background,
.calendar-period-working .gantt-task-background,
.calendar-period-stop .gantt-task-background,
.calendar-period-downtime .gantt-task-background,
.calendar-period-maintenance .gantt-task-background,
.calendar-period-maintenance-reactive .gantt-task-background {
    display: none;
}

.gantt-custom-progress {
    z-index: 999;
    height: 4px !important;
    background-color: #88b504;
}

/*.gantt-custom-progress.in-progress {
        background: linear-gradient(90deg, #CAE1B2, #CAE1B2 17%, #6BC443 34%, #5CAD37 51%, #CAE1B2 68%, #CAE1B2 85%, #6BC443);
        background-size: 300% 100%;
        -webkit-animation: progress-animation 2s linear infinite;
        animation: progress-animation 2s linear infinite;
    }*/

@-webkit-keyframes progress-animation {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

@keyframes progress-animation {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0;
    }
}

.gantt-task-truncated-left {
    color: #9FC35F !important;
    z-index: 990;
}

.gantt-task-truncated-right {
    color: #9FC35F !important;
    z-index: 990;
}

.gantt-task-content {
    z-index: 995;
}

.grid-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

#setItemTagTable {
    width: 100%;
    padding: 8px;
    display: block;
    box-sizing: border-box;
}

    #setItemTagTable tr {
        padding: 5px;
    }

#controllerInfo td {
    padding: 5px;
}

.td-label {
    margin: auto;
    margin-right: 5px;
    margin-top: 12px;
    width: 220px;
    font-weight:normal;
}

.td-checkbox {
    margin-top: 12px;
}   

.circle {
    text-align: center;
    border: solid 1px black;
    border-radius: 50%;
}

.gantt-task-highlighted {
    border-color: rgb(0, 67, 255);
}

.collapsed-heading {
    position: relative;
    border: 1px solid rgba(36, 41, 46, 0.12);
    padding: 5px 5px 5px 20px;
    /*background: rgb(0,67,255);*/
    background: #1c4e9e;
    color: white !important;
    font-style: italic;
}

    .collapsed-heading .expand-collapse-toggler {
        color: white !important;
    }

        .collapsed-heading .expand-collapse-toggler:hover {
            color: #d9d9d9 !important;
        }

.expanded-heading {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
}

.expand-collapse-toggler {
    float: right;
}


/*date range control*/
.date-range-container {
    display: inline-block;
    border-radius: 2px;
    position: relative;
    margin-right: 5px;
    border: 1px solid #ddd;
    background-color: #dddddd33;
    height: 31px;
    width: 425px;
}

.data-range-max-selector {
    width: 85px;
    border: 1px solid #ddd;
    border-radius: 2px 0px 0px 2px;
    background-color: white;
    height: 31px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.date-range-move-container {
    display: inline-block;
    color: black !important;
    position: absolute;
    right: -1px;
    top: -1px;
}

.date-range-check-wrapper {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

    .date-range-check-wrapper.from {
        left: 90px;
    }

    .date-range-check-wrapper.to {
        left: 228px;
    }

.date-range-move-container .move {
    border: solid 1px #ddd;
    border-radius: 0px 2px 2px 0px;
    width: 31px;
    height: 31px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .date-range-move-container .move.backward {
        right: 30px;
        border-radius: 2px 0px 0px 2px;
    }

    .date-range-move-container .move i {
        position: absolute;
        left: 12px;
        top: 8px;
    }

.settings-container {
    height: 31px;
 /*   width: 129px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .settings-container .interval,
    .settings-container .refresh-btn,
    .settings-container .settings-btn {
        border: solid 1px #ddd;
        display: inline-block;
   /*     position: absolute;
        height: 31px;
        top: 0px;*/
    }

    .settings-container .settings-btn {
        border-radius: 0px 2px 2px 0px;
        right: 0px;
        width: 31px;
    }

    .settings-container .interval {
        border-radius: 0px 0px 0px 0px;
        background-color: white;
        width: 65px;
        right: 34px;
    }

    .settings-container .refresh-btn {
        border-radius: 2px 0px 0px 2px;
        width: 31px;
        right: 98px;
    }

    .settings-container i.btn-icon {
        /* position: absolute;
        left: 8px;
        top: 8px;*/ 
        top: 4px;
        margin-left: 6px;
    }

.opening .k-overlay {
    opacity: 0.5 !important;
}

.plan-capacity-heatmap {
    margin-top: 10px;
    overflow: auto;
}

    .plan-capacity-heatmap table {
        margin-bottom: 70px;
    }

    .plan-capacity-heatmap tr {
        border-bottom: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-left: 1px solid lightgrey;
    }

.heatmap-machine-title {
    font-weight: bold;
    width: 70px;
    border-top: 1px solid lightgrey;
}

.heatmap-machine {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 4px;
    font-weight: bold;
    border-right: 1px solid lightgray;
    width: 70px;
    background-color: rgb(247, 247, 247);
}

.heatmap-day {
    text-align: center;
    width: 45px;
}

.heatmap-day-title {
    text-align: center;
    font-weight: bold;
    padding: 0px 2px;
    height: 35px;
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
}

    .heatmap-day-title span {
        color: grey;
        font-weight: normal;
    }

.heatmap-legend {
    border: 1px solid rgba(36, 41, 46, 0.12);
    display: inline-flex;
    margin-left: 4px;
}

    .heatmap-legend div {
        width: 20px;
        height: 10px;
    }

.plan-capacity-chart {
    border: 1px solid rgba(36, 41, 46, 0.12);
}

.hm-tooltip {
    position: relative;
    /*display: inline-block;*/
    border-bottom: 1px dotted black;
}

    .hm-tooltip .hm-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 110%;
    }

        .hm-tooltip .hm-tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent black transparent transparent;
        }

    .hm-tooltip:hover .hm-tooltiptext {
        visibility: visible;
    }

.flex-tile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-tile {
    width: 4em;
    height: 4em;
    justify-content: center;
    font-weight: 500;
    padding: 0 8px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    background-color: #231f20;
    color: #fff;
    border: 1px solid #4d4d4d;
    margin-left: 4px;
    white-space: nowrap;
    font-size: 4em;
    transition: 0.5s;
    margin-top: 20px;
    text-align: center;
    border-radius: 2px;
    position: relative;
    cursor: default;
}

    .flex-tile:hover {
        cursor: pointer;
    }

.flex-tile-clickable:hover {
    background-color: #33a2e5;
}

.flex-tile-selected {
    background-color: #33a2e5;
}

.status-unplanned {
}

.status-schedule {
}

.status-schedule-due-today {
}

.status-in-progress {
}

.status-delayed {
}

.status-completed-delay {
}

.status-completed {
}

.status-cell {
    height: 100% !important;
    width: 100% !important;
}

.img-list-container {
    width: 100%;
    overflow: auto;
    margin: 10px 0px;
    padding: 10px 0px;
}

.img-list-horizontal-scroll {
    padding: 0;
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

    .img-list-horizontal-scroll div.img {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: auto;
        margin-right: 10px;
    }

    .img-list-horizontal-scroll div.imageBtnWrapper {
        position: relative;
    }

    .img-list-horizontal-scroll div.img:hover {
        cursor: pointer;
    }

    .img-list-horizontal-scroll span.img-btn {
        position: absolute;
        right: 5px;
        display: none;
    }

span.img-btn:has(i.fa-trash):hover {
    cursor: pointer;
}

.img-list-horizontal-scroll span.img-btn i {
    filter: drop-shadow(1px 1px 1px white);
}

.img-list-horizontal-scroll span.img-btn a {
    text-decoration: none;
}

.img-list-horizontal-scroll div.imageBtnWrapper:hover span.img-btn {
    cursor: pointer;
    display: inline;
}

.black-text {
    color: black !important;
    font-size: 11px;
}

.label-elipsis {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.vertical-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #a81d2b;
}

.day-month {
    white-space: nowrap;
}

.gray-text {
    color: #dbdbdb !important;
}

.mms-filters-container {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 6px;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #1c4e9e;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.img:hover {
    filter: brightness(50%); /* Adjust the percentage to control darkness */
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.options-container {
    position: relative;
    padding-bottom: 10px; /* Adjust as needed */
    transition: max-height 0.5s ease;
}

.options-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

    .options-text::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95%;
        border-bottom: 1px solid #ccc;
    }

.options-text-table {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

    .options-text-table::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95%;
        border-bottom: 1px solid #ccc;
    }

.options-table-container {
    position: relative;
    padding-bottom: 5px; /* Adjust as needed */
    transition: max-height 0.5s ease;
    padding-left: 10px;
}

.task-dialog-label {
    padding-top: 7px;
}

.transition-container {
    overflow: hidden;
    transition: max-height 1.5s ease;
    max-height: 0;
}

    .transition-container.expanded {
        max-height: 1000px;
    }

.invalid-drop-target {
    color: grey;
    font-weight: normal;
}

.valid-drop-target {
    color: green;
    font-weight: bold;
}

.order-task-container {
    border-left: 3px solid;
    padding: 10px 10px 10px 5px;
    position: relative;
}

.modal-body.mobile-fullscreen .order-task-container {
    border-left: none;
    background: white;
    padding: 14px;
}


.modal-body.mobile-fullscreen {
    position: absolute;
    /*height: 100vh;*/
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 0;
    margin: 0;
    overflow: hidden auto;
    font-size: 2rem;
    margin-top: -20px;
    background-color: #F4F5F5;
}




.modal-body .modal-mobile-header {
    color: white;
    background: #1c4e9e;
    padding: 32px 24px 14px 24px;
    position: relative;
}

.modal-body.mobile-fullscreen .modal-mobile-header .close {
    float: none;
    position: absolute;
    right: 4%;
    top: 33%;
    padding: 12px;
    color: white;
    opacity: 1;
    font-size: 34px;
    border: 1px solid transparent;
}


    .modal-body.mobile-fullscreen .modal-mobile-header .close:hover, .modal-body.mobile-fullscreen .modal-mobile-header .close:active {
        background: #00c2d1;
        cursor: pointer;
    }

.task-menu {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    border: 0px solid transparent;
    float: right;
}

    .task-menu:hover, .task-menu:active {
        background: rgb(44, 90, 176);
        color: white;
        cursor: pointer;
    }

        .task-menu:hover svg, .task-menu:active svg {
            fill: white;
        }


    /* Show the dropdown content when the dropdown is hovered over */
    .task-menu:has(.task-menu-content:hover) {
        text-decoration: none;
        background: #00c2d1;
        border: 0px solid #00c2d1;
        color: #fff;
    }

.task-menu-content {
    display: none;
    position: absolute;
    right: 0px;
    background-color: none;
    min-width: 150px;
    border: none;
    padding-top: 10px;
    z-index: 1;
    border-radius: 2px;
}

/* Show the dropdown content when the dropdown is hovered over */
.task-menu:hover .task-menu-content {
    display: flex;
    transition: all 0.5s;
}

.mobile-fullscreen .task-expand-ribbon {
    box-sizing: content-box;
    height: 32px;
    line-height: 26px;
    text-align: right;
    padding-right: 6px;
    margin-top: 16px;
    border-top: 1px solid rgba(36, 41, 46, 0.12);
    padding-top: 10px;
}

    .mobile-fullscreen .task-expand-ribbon:focus, .mobile-fullscreen .task-expand-ribbon:active, .mobile-fullscreen .task-expand-ribbon:hover {
        background: #F4F5F5;
        cursor: pointer;
    }

.modal-body.mobile-fullscreen #OrderWizard {
    padding: 0 16px;
}

    .modal-body.mobile-fullscreen #OrderWizard input[type='checkbox'], .modal-body.mobile-fullscreen #OrderWizard input[type='radio'] {
        width: 25px;
        height: 25px;
    }

    .modal-body.mobile-fullscreen #OrderWizard label {
        font-weight: 600;
    }



.task-details-container {
    /*display: none;*/
    overflow: hidden;
}

.task-details-expand-contract {
    margin-top: -1500px;
    transition: all 1s;
}

    .task-details-expand-contract.expanded {
        margin-top: 0;
    }

.mobile-fullscreen #start-order-container {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10010;
    background: rgba(36, 41, 46, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 100%;
}

    .mobile-fullscreen #start-order-container #btnMobileStartOrder {
        font-size: 3rem;
        position: fixed;
        bottom: 10%;
        background: rgb(44, 90, 176);
    }

        .mobile-fullscreen #start-order-container #btnMobileStartOrder:hover, .mobile-fullscreen #start-order-container #btnMobileStartOrder:active {
            background: #00c2d1;
        }

.modal-body.mobile-fullscreen input, .modal-body.mobile-fullscreen textarea {
    background-color: #F4F5F5;
    font-size: 2rem;
}

.modal-body.mobile-fullscreen .form-control {
    height: 45px;
}

.modal-body.mobile-fullscreen #mobile-action-button-container {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: white;
    border-top: 1px solid rgba(36, 41, 46, 0.12);
}

.task-menu-content button {
    background: rgb(28, 78, 158);
}

    .task-menu-content button:active, .task-menu-content button:active:hover {
        background: rgb(44, 90, 176);
    }

.modal-body.mobile-fullscreen #mobile-action-button-container button {
    font-size: 3rem;
    background: rgb(28, 78, 158);
    width: 60%;
}

    .modal-body.mobile-fullscreen #mobile-action-button-container button:hover, .modal-body.mobile-fullscreen #mobile-action-button-container button:active {
        background: #00c2d1;
    }

.modal-body.mobile-fullscreen .sw-theme-basic > .nav {
    box-shadow: none !important;
}

.modal-body.mobile-fullscreen .sw > .nav .nav-link > .num {
    display: none;
}

.modal-body.mobile-fullscreen .sw-theme-basic > .nav .nav-link::after {
    background: rgb(36, 41, 46) !important;
    width: 60%;
    left: 20%;
}

.modal-body.mobile-fullscreen .sw-theme-basic > .nav .nav-link.done::after {
    background: none !important;
}

.modal-body.mobile-fullscreen .sw-theme-basic > .nav .nav-link {
    color: rgba(36, 41, 46, 0.45) !important;
    font-size: 2.25rem;
}

    .modal-body.mobile-fullscreen .sw-theme-basic > .nav .nav-link.active {
        color: rgb(36, 41, 46) !important;
        background: none;
    }

.mobile-fullscreen .tasks-container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 0px;
}

/* Desktop and larger screens */
@media (min-width: 1025px) {
    .modal-body.mobile-fullscreen {
        font-size: 1.1rem;
    }

    .mobile-fullscreen #step-0 > div {
        width: 80%;
        margin-left: 10%;
    }

    .mobile-fullscreen #start-order-container #btnMobileStartOrder {
        font-size: 1.5rem;
    }

    .modal-body.mobile-fullscreen input, .modal-body.mobile-fullscreen textarea {
        font-size: 1.1rem;
    }

    .task-menu-content button {
        font-size: 1.1rem !important;
    }

    .modal-body.mobile-fullscreen #mobile-action-button-container {
        justify-content: right;
        padding: 12px 24px;
    }

        .modal-body.mobile-fullscreen #mobile-action-button-container button {
            font-size: 1.4rem;
            width: auto;
            margin-right: 10%;
        }

    .modal-body.mobile-fullscreen .sw-theme-basic > .nav .nav-link {
        font-size: 1.4rem !important;
    }

    .modal-body.mobile-fullscreen .sw-theme-basic > .nav {
        width: 60%;
        margin: 0 auto;
    }

    .tasks-container {
        float: none;
        width: 84% !important;
        margin-left: 8%;
    }

    .mobile-fullscreen .modal-mobile-header {
        padding: 24px 24px 4px 24px !important;
    }

        .mobile-fullscreen .modal-mobile-header img {
            height: 32px !important;
        }

    .mobile-fullscreen h2 {
        font-size: 1.4rem;
        margin-top: 14px;
    }

    .mobile-fullscreen h4 {
        font-size: 1.1rem;
        margin: 8px 0;
    }
}

/* Tablets — includes iPads, Android tablets, Kindle Fire, etc. */
@media (min-width: 600px) and (max-width: 1024px),
(min-width: 600px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 600px) and (max-width: 1024px) and (min-resolution: 192dpi), (min-width: 600px) and (max-width: 1024px) and (min-resolution: 2dppx) {
    .modal-body.mobile-fullscreen {
        font-size: 1.5rem;
    }

    .mobile-fullscreen #step-0 > div {
        width: 80%;
        margin-left: 10%;
    }

    .mobile-fullscreen #start-order-container #btnMobileStartOrder {
        font-size: 2.2rem;
    }

    .modal-body.mobile-fullscreen input, .modal-body.mobile-fullscreen textarea {
        font-size: 1.5rem;
    }

    .task-menu-content button {
        font-size: 2.2rem !important;
    }

    .modal-body.mobile-fullscreen #mobile-action-button-container {
        justify-content: right;
    }

        .modal-body.mobile-fullscreen #mobile-action-button-container button {
            font-size: 2.2rem;
            width: auto;
            margin-right: 10%;
        }

    .modal-body.mobile-fullscreen .sw-theme-basic > .nav .nav-link {
        font-size: 2.2rem !important;
    }

    .modal-body.mobile-fullscreen .sw-theme-basic > .nav {
        width: 60%;
        margin: 0 auto;
    }

    .tasks-container {
        float: none;
        width: 80% !important;
        margin-left: 10%;
    }

    .mobile-fullscreen .modal-mobile-header {
        padding: 24px 24px 4px 24px !important;
    }

        .mobile-fullscreen .modal-mobile-header img {
            height: 35px !important;
        }

    .mobile-fullscreen h2 {
        font-size: 32px;
    }

    .mobile-fullscreen h4 {
        font-size: 24px;
    }
}

@media only screen and (min-device-width: 768px) and (-webkit-max-device-pixel-ratio: 1) {
   
}

@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
   
}

.relation-selection-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-height: 45px;
}


/*This styles are overided because of navbar to stay on one row when screen is small*/
@media (min-width: 0px) {
    .navbar-right {
        float: right !important;
    }
}

@media (min-width: 0px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 78px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

@media (min-width: 0px) {
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 0px) {
    .navbar-collapse.collapse {
        display: block !important;
        /*height: auto !important;*/
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width: 0px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.label-primary {
    background-color: #1c4e9e !important;
}

.rzslider .rz-pointer {
    background-color: #1c4e9e !important;
    width: 20px !important;
    height: 20px !important;
    top: -9px !important;
}

.rzslider .rz-selection {
    background: #1c4e9e !important;
}

.rzslider .rz-pointer:after {
    background: transparent !important
}

.material-switch > label::after {
    height: 18px !important;
    width: 18px !important;
    top: -3px !important;
}

.material-switch > label::before {
    height: 12px !important;
    width: 35px !important;
}

.mms-comment-overdue {
    color: red;
    font-weight: bold;
}

.form-control, .btn {
    border-radius: 2px;
}

.device-row {
    background-color: rgba(0, 67, 255, 0.1); /* Light blue for Device */
}

.sensor-row {
    background-color: rgba(0, 255, 0, 0.1); /* Light green for Sensor */
}

.system-row {
    background-color: rgba(169, 169, 169, 0.2); /* Light gray for System */
}

.maintenance-row {
    background-color: rgba(255, 165, 0, 0.2); /* Light orange/red for Maintenance */
}

.hoverable-cell:hover {
    text-decoration: underline;
}

.hoverable-cell {
    text-decoration: none;
}

.mms-status-btn {
    width: 100%;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgb(140, 140, 140);
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .mms-status-btn:hover {
        /*transform: scale(1.1);*/
        filter: brightness(1.2);
    }


.current-workflow {
    stroke: #313A43;
    stroke-width: .2em;
    stroke-linejoin: bevel;
}

@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}


.available-status-div {
    cursor: pointer !important;
}

.available-workflow {
    stroke: #A5A5A5;
    stroke-width: .2em;
    stroke-dasharray: 5, 5;
    animation: dash 1.5s linear infinite;
    stroke-linejoin: bevel;
}

.available-status-div:hover .available-workflow {
    stroke: #313A43;
}

.workflow-comment {
    display: block;
    resize: none;
    color: black;
}

.selected-worflow .available-workflow {
    stroke: red;
    stroke-width: .2em;
    stroke-dasharray: none;
    animation: none;
    stroke-linejoin: bevel;
    filter: none;
}

.availability-status-box {
    padding: 1px 6px;
    border: 1px solid grey;
    border-radius: 3px;
}

#graphviz_svg_div g.node {
    filter: opacity(0.5);
    cursor: default;
}

#graphviz_svg_div g.edge {
    filter: opacity(0.3);
}

.name-column {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: normal;
}

#itemChildListGrid .k-loading-mask {
    display: none !important;
}

#assetListGrid .k-loading-mask {
    display: none !important;
}

.mar-top15 {
    margin-top: 15px;
}

.min-width400 {
    min-width: 400px;
}

.modbus-tags .mb-3 {
    margin-bottom: 15px !important;
}

.modbus-tags .mv-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.modbus-tags .card {
    box-shadow: dimgray 2px 2px 6px 2px;
    padding: 10px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
}

.modbus-tags .btns-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modbus-tags .section-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modbus-tags .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.modbus-tags .list-group-item {
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 10px;
}

.modbus-tags .register-box {
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 4px;
    background-color: #fafafa;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.modbus-tags .register-box input[type="checkbox"] {
    margin-bottom: 5px;
}

.modbus-tags .modal-footer {
    display: flex;
    align-items: center;
    padding: 5px 1px 10px 1px;
    border-top: 1px solid transparent;
}

.modbus-tags .modal-footer > .btn.btn-secondary {
    margin-left: auto;
}

.modbus-tags .modbus-tags-content {
    min-height: calc(100vh - 320px);
    max-height: calc(100vh - 320px);
    overflow-y: auto;
    overflow-x: hidden;
}

@keyframes erp-sync-status-pulse {
    0%, 100% {
        box-shadow: 0 0 2px transparent;
    }

    50% {
        box-shadow: 0 0 4px currentColor;
    }
}

.erp-sync-status {
    min-width: 50px;
    border: 1px solid grey;
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    height: 31px;
    max-height: 31px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    font-size: 80%;
    justify-content: space-around
}

.erp-sync-status .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    animation: erp-sync-status-pulse 1.5s infinite;
}

.erp-sync-status .green {
    background-color: #3ac47d;
    box-shadow: 0 0 6px #3ac47d80;
}

.erp-sync-status .orange {
    background-color: #ffa500;
    box-shadow: 0 0 6px #ffa50080;
}

.erp-sync-status .red {
    background-color: #e74c3c;
    box-shadow: 0 0 6px #e74c3c80;
}

.erp-sync-status .grey {
    background-color: #b0b0b0;
    box-shadow: 0 0 6px #b0b0b080;
}