:root {
    --page-bg-color: #F8F9FB;
    --main-bg-color: white;
    --header-bg-color: #FCFCFC;
    --header-end-color: #FCFCFC;
    --sec-bg-color: #F7F7F7;
    --main-font-color: #72777a;
    --sidebar-font-color: white;
    --sidebar-main-color: #292f34;
    --sidebar-sec-color: #33393e;
    --sidebar-hover-color: #2e3439;
    --sidebar-active-color: #292f34;
    --navbar-main-color: #242a2f;
    --main-input-color: #F7F7F7;
    --magenta-primary-color: #009999;
    --accent1: #1abc9c;
    --accent2: #9b59b6;
    --accent3: #3498db;
    --accent4: #EF476F;
    --accent5: #FFC044;
    --bs-primary: #007bff;
    --bs-secondary: #6c757d;
    --bs-success: #28a745;
    --bs-danger: #dc3545;
    --bs-warning: #ffc107;
    --bs-info: #17a2b8;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
    --sidebar-width: 50px;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    /*overflow:hidden;*/
    background-color: var(--page-bg-color);
    min-width: 300px;
    color: var(--main-font-color);
}

p {
    color: var(--main-font-color);
}

table td, table th {
    padding: 0.25rem !important;
}


/*Bootstrap overwrites*/
.h3, h3 {
    font-weight: 400;
}

.h4, h4 {
    font-weight: 400;
}

.h5, h5 {
    font-weight: 400;
}

.h6, h6 {
    font-size: 0.9rem;
}

.dropdown-toggle::after {
    display: none;
}

.share-list-group-item {
    padding: 5px 15px;
!important
}

.card {
    border: 1px solid rgba(0, 0, 0, .070);
    border-radius: .25rem;
}

.well {
    background-color: var(--sec-bg-color);
    color: var(--main-font-color);
    margin-bottom: 0;
    border: 1px solid var(--header-end-color);
}

.well-small {
    padding: 3px;
    margin-bottom: 0;
}


#well-overwrite {
    background-color: var(--sec-bg-color);
    color: var(--main-font-color);
    margin-bottom: 0;
    border: 1px solid var(--page-bg-color);
}

.panel-heading {
    color: var(--main-font-color);
    border: none;
    border-radius: 2px 2px 0 0;
}

.panel-default > .panel-heading + .panel-collapse {
    border: none;
}

.panel-heading-sm {
    padding: 5px 10px;
}

.panel-heading {
    color: var(--main-font-color);
}

.sl-header-failed {
    background-color: #C44B4B;
    color: white;
}

.sl-header-warning {
    background-color: #F2A61A;
    color: white;
}

.sl-header-healthy {
    background-color: #5bbf4e;
    color: white;
}

.sl-header-unknown {
    background-color: #a8a8a8;
    color: white;
}

.sl-header-disabled {
    /*background-image: linear-gradient(45deg, #333333 30%, #f2a61a 30%, #f2a61a 50%, #333333 50%, #333333 80%, #f2a61a 80%, #f2a61a 100%);
    background-size: 70.71px 70.71px;*/
    background-color: #333;
    color: #F2A61A;
}

.sl-header-notinstalled {
    background-color: #a8a8a8;
}

.sl-header-info {
    background-color: #377def;
}

.sl-panel-failed {
    border: solid 1px #C44B4B;
    border-radius: 0 0 3px 3px;
}

.sl-panel-warning {
    border: solid 1px #F2A61A;
    border-radius: 0 0 3px 3px;
}

.sl-panel-healthy {
    border: solid 1px #6ED162;
    border-radius: 0 0 3px 3px;
}

.sl-panel-unknown {
    border: solid 1px #a8a8a8;
    border-radius: 0 0 3px 3px;
}

.sl-panel-disabled {
    border: solid 1px #333;
    border-radius: 0 0 3px 3px;
}

.sl-panel-notinstalled {
    background-color: #a8a8a8;
}

.sl-panel-info {
    background-color: #377def;
}

.panel-body {
    border-top: none;
    background-color: var(--sec-bg-color);
    color: white;
}

.panel-group .panel-heading > .panel-body {
    border-top: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-group .panel-body {
    /*border: 0 solid var(--header-end-color) !important;
    border-width: 1px 1px 1px 1px !important;*/

}

.panel-group .panel-heading a, .panel-group a.panel-heading {
    /*outline: 0;*/
}

.panel-group .panel + .panel {
    margin-top: 1px;
}

.panel {
    border: 0 solid var(--header-end-color) !important;
}

.panel-title {
    font-weight: 200;
    font-size: 14px;
    border-bottom: 0 solid var(--header-end-color);
}

.panel-title-sm {
    font-size: 13px;
}

.panel-title-xs {
    font-size: 10px;
}

.dropdown-menu {
    /*min-width: 250px;*/
    white-space: nowrap;
}

.dropdown-menu-right {
    /*min-width: 250px;*/
    white-space: nowrap;
}

.dropdown-menu li {
    white-space: nowrap;
}


.btn-default {
    background-color: var(--header-end-color);
}


.alert {
    margin-bottom: 0;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    width: 60px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

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

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #eee;
    outline: none;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #63c66f;
    cursor: pointer;
    border-radius: 34px;
    box-shadow: 0 0 1px #2196F3;
}

/*input[type=range]::-moz-range-thumb {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background: #63c66f;*/
/*    cursor: pointer;*/
/*    border-radius: 34px;*/
/*    box-shadow: 0 0 1px #2196F3;*/
/*}*/

.noUi-tooltip {
    display: none !important;
}

.noUi-active .noUi-tooltip {
    display: block !important;
}

.noUi-connect {
    background: #63c66f !important;
}

.enabled-scheduler-slider .noUi-connects {
    background: #ce5b5b !important;
}


[disabled] .noUi-connect {
    background: #cfcfcf !important;
}

.noUi-handle {
    /*-webkit-appearance: none;*/
    /*appearance: none !important;;*/
    /*width: 20px !important;;*/
    /*height: 20px !important;*/
    /*cursor: pointer;*/
    border-radius: 15px;
    /*content: none !important;*/
}

.noUi-handle:after, .noUi-handle:before {
    /*content: none !important;*/
}

.noUi-pips-horizontal {
    padding: 5px 0 30px 0;
    height: 5px;
}

.noUi-value-horizontal {
    /*padding-top: 2px;*/
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 2px;
    opacity: 50%;
}

.scheduler-slider {
    height: 10px;
}

.scheduler-slider-container {
    display: table;
    width: 100%;
}

.scheduler-slider-button-container, .scheduler-slider-inner-container {
    display: table-cell;
}

.scheduler-slider-inner-container {
    width: 100%;
}

.scheduler-slider-button-container {
    padding-right: 30px;
}

.slider-disabled {
    background-color: #e89b9b;
!important
}

input:checked + .slider {
    background-color: #63c66f;
}

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

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

input[type=checkbox][disabled] + .slider {
    background-color: #bee2c2;
}


.toggle-switch-container {
    display: table-cell;
    vertical-align: middle;
    height: 20px;
}

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

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

#retest-container {
    width: 100%;
    height: 500px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

/*End of bootstrap overwrites*/
#retest-sidebar {
    height: 500px;
    background-color: var(--bs-dark);
    /*background: url('/static/images/nas-dashboard-background-blur1.jpg') no-repeat center center fixed;*/
    width: 35%;
    float: left;
    border-radius: 5px 0 0 5px;
    position: relative;
}

#retest-sidebar-body {
    color: whitesmoke;
    padding: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}


#retest-sidebar-container {
    position: relative;
    height: calc(100% - 30px);
}


#retest-sidebar-footer {
    height: 30px;
    bottom: 0;
    position: absolute;
    width: 100%;
    color: whitesmoke;
    text-align: center;
}

#retest-sidebar-footer a {
    color: whitesmoke;
}

#retest-text-body {
    width: 100%;
    padding: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#retest-main-container {
    position: relative;
    width: 65%;
    float: right;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background-color: rgba(250, 250, 250, 1);
}


.retest-widget {
    padding: 15px;
    vertical-align: middle;
}

.retest-widget-container {
    width: 100%;
    height: 90px;
}

.retest-widget-icon-container {
    width: 70px;
    height: 100%;
    float: left;
    padding: 10px;
    position: relative;
}

.retest-widget-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
}

.retest-widget-text-container {
    width: calc(100% - 70px);
    height: 100%;
    float: right;
    padding: 10px;
    vertical-align: middle;
    color: #7f7f7f;
    position: relative;
}


.retest-widget-text-container p {
    color: #a8a8a8;
}

@media (max-width: 767px) {
    #retest-sidebar {
        height: 350px;
        width: 100%;
        float: none;
        border-radius: 5px 5px 0 0;
    }

    .retest-widget-container {
        height: 160px;
    }

    #retest-sidebar-body img {
        height: 80px;
    }

    #retest-container {
        height: 1030px;
        margin: 0 15px 15px 15px;
        width: calc(100% - 30px);
    }

    #retest-main-container {
        height: calc(100% - 350px);
        width: 100%;
        float: none;
        border-radius: 0 0 5px 5px;
    }

    #retest-widget-text-container {
        width: 100%;
    }

    #retest-widget-text {
        /*position: relative;*/
    }

    #retest-text-body {
        position: relative;
        top: auto;
        transform: none;
    }
}

.bg-grey-translucent {
    padding: 15px;
    overflow: hidden;
    background-color: rgba(35, 35, 35, 1);
    border-radius: 5px;
}

.login-card {
    padding: 40px 15px;
    overflow: hidden;
    background-color: rgba(250, 250, 250, 1);
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);

    /*height: 400px;*/
}

#login-msgs {
    /*width: 600px;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    margin: -160px 0 0 -300px;
    padding: 15px;
}

#login-box-content {
    padding: 10px;
}

.login-fields {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 40px;
    line-height: 1.42857143;
    color: var(--main-font-color);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-align: left;
    margin: 10px 0;
}

.login-fields:focus {
    outline: none;
    background-color: #f7f7f7;
}

#login-remember-left {
    float: left;
    margin-left: 5px;
    width: 60px;
    margin-bottom: 20px;
}

#login-remember-right {
    float: right;
    width: calc(100% - 66px);
    font-size: 13px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 20px;
}

#login-logo {
    display: block;
    width: 250px;
    margin: 0 auto;
}

#login-logo-container {
    margin-bottom: 40px;
}

.form-signin .input-group .input-group-prepend .input-group-text,
.form-signin .form-control {
    background-color: #eee;
    border: None;
}


.topnav {
    background-color: #333;
    overflow: hidden;
    height: 50px;
}

.tab-content {
    margin-top: 10px;
}

/* Change the color of links on hover */
.topnav a:hover, a:active {
    color: #C2C5C6;
}

/* Add a color to the active/current link */
.topnav a.selected:link, a.selected:visited {
    display: block;
    background-color: #d2d2d2;
    color: #333;
}

.topnav a.selected:hover, a.selected:active {
    display: block;
    background-color: #d2d2d2;
    color: #333;
}

/* Button CSS */
.btn-group-nopadding {
    margin: 0;
    float: left; /* Float the buttons side by side */
}

.btn-group button {
    cursor: pointer; /* Pointer/hand icon */
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

.magenta-btn {
    color: var(--main-font-color);
    background-color: var(--magenta-primary-color);
    border-color: #D30A75;
}

.magenta-btn:hover {
    color: var(--main-font-color);
    background-color: #F541A1;
    border-color: #F32D97;
}

.magenta-btn:active {
    color: var(--main-font-color);
    background-color: #C30A6D;
    border-color: #AD0861;
}

.magenta-btn:focus {
    color: var(--main-font-color);
    background-color: #C30A6D;
    border-color: #AD0861;
}

.magenta-btn:active:focus {
    color: var(--main-font-color);
    background-color: #C30A6D;
    border-color: #AD0861;
}

#node-add-btn {
    width: 30%;
    min-width: 100px;
    margin: 10px 0 10px 35%;
}

#node-remove-btn {
    width: 30%;
    min-width: 100px;
    margin: 5px 0 5px 35%;
}

.overlay-2button {
    width: 20%;
}

.overlay-right-btn {
    margin-left: 15px;
}

/*.dropdown-menu > .active > a,*/
/*.dropdown-menu > .active > a:hover,*/
/*.dropdown-menu > .active > a:focus {*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*  outline: 0;*/
/*  !*background-color: var(--magenta-primary-color);*!*/
/*}*/

.dropdown-right {
    float: right;
}

#refresh-btn {
    display: inline-block;
    margin: 5px;
}

#chart-btn {
    display: inline-block;
    margin: 5px;
}

.share-btn {
    margin-top: 10px;
    margin-bottom: -5px;
    margin-right: 15px;
}

/* Text CSS */

.text {
    /*color: var(--main-font-color);*/
    font-size: 13px;
    font-weight: 200;
    text-align: left;
}

.share-item {
    color: var(--main-font-color);
    font-size: 11px;
    font-weight: 200;
    text-align: left;
}

.text-mainheader {
    color: var(--main-font-color);
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    text-shadow: none;
}

#index-text-01 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.sub-heading-1 {
    text-align: left;
    color: var(--main-font-color);
    font-weight: 500;
    font-size: 15px;
}

/* Notification CSS */

.message-div {
    text-align: center;
}

.message-div:empty {
    display: none;
}

#login-error-box {
    margin-top: 15px;
    background-color: #ad2d2d;
    outline: none;
    border: 1px solid #f23e3e;
    border-radius: 5px;
    padding: 5px;
    color: var(--main-font-color);
    text-align: center;
}

.login-error-box-title {
    color: var(--main-font-color);
    margin: 0;
    text-align: center;
}

#error-box {
    background-color: #fff8f7;
    outline: none;
    border: 1px solid #d04437;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
}

.error-box-title {
    color: #d04437;
    margin: 0;
    text-align: center;
}

#notice-box {
    background-color: #fcfcfc;
    outline: none;
    border: 1px solid #aab8c6;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
}

.notice-box-title {
    color: #779EC5;
    margin: 0;
    text-align: center;
}

#success-box {
    background-color: #f3f9f4;
    outline: none;
    border: 1px solid #91c89c;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
}

.success-box-title {
    color: #61AD70;
    margin: 0;
    text-align: center;
}

#warning-box {
    background-color: #F0E7BA;
    outline: none;
    border: 1px solid #B6B266;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
}

.warning-box-title {
    color: #CAB737;
    margin: 0;
    text-align: center;
}

#licence-warning-box {
    background-color: #F0E7BA;
    outline: none;
    border: 1px solid #B6B266;
    border-radius: 3px;
    text-align: left;;
    padding: 5px;
    margin-bottom: 25px;
}

#login-success-box {
    margin-top: 15px;
    background-color: #507B3D;
    outline: none;
    border: 1px solid #19691A;
    border-radius: 5px;
    padding: 5px;
    color: var(--main-font-color);
    text-align: center;
}

.login-success-box-title {
    color: var(--main-font-color);
    margin: 0;
    text-align: center;
}

/* Forms CSS */
.form-error {
    color: red;
    font-weight: bold;
}

.form-msg {
    color: green;
    font-weight: bold;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
    color: var(--main-font-color);
    padding-left: 30px;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
}


.instance-form {
    float: left;
    margin: 2px;
    clear: right;
}

/* Containers CSS */

.fullwidth-block {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;

}

.container {
    padding: 15px 0;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.floating-box-footer {
    margin: auto;
    color: var(--main-font-color);
    background: var(--header-bg-color);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px 2px 0 0;
    border-collapse: collapse;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    display: block;
    min-height: 30px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#dashboard-table-container {
    display: block;
    clear: both;
}

.table-hover {
    background-color: var(--main-bg-color);
}

#rm-edit-status-table .bootstrap-table .fixed-table-container .fixed-table-body {
    overflow-x: visible;
    overflow-y: visible;
}

.two-col-container {
    display: block;
    height: 470px;
    clear: both;
}

.sectionheader {
    width: 100%;
    margin-bottom: 30px;
}

.input-textbox {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--main-font-color);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}

#support-description-box {
    width: 100%;
    height: 100px;
    resize: none;
}

.input-textbox:focus {
    outline: none;
    background-color: #f7f7f7;
}

.input-number {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--main-font-color);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-number:focus {
    outline: none;
    background-color: #f7f7f7;
}

.input-list {
    width: 100%;
    padding: 2px 5px;
    margin: 1px 0 15px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    background: var(--main-input-color) None;
    color: var(--main-font-color);
}

.input-dropdown {
    width: 100%;
    padding: 2px 5px;
    margin: 1px 0 15px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: var(--main-input-color);
    color: var(--main-font-color);
}


.input-list:focus {
    outline: none;
    background-color: var(--main-input-color);
}

/*input {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 34px;*/
/*    padding: 6px 12px;*/
/*    font-size: 14px;*/
/*    line-height: 1.42857143;*/
/*    color: #555;*/
/*    background-color: #fff;*/
/*    background-image: none;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*}*/

select. {
    outline: none;
    border-bottom: 1px solid var(--magenta-primary-color);
    border-radius: 0;
    background-color: var(--main-input-color);
}

option:checked, option:hover {
    color: white;
    background: var(--magenta-primary-color);
    border-radius: 2px;
}

select.form-control {
    -webkit-appearance: menulist;
}

/* Column CSS */

.div-col-left-class {
    width: 49%;
    float: left;
}

.div-col-right-class {
    width: 49%;
    margin-left: 51%;
}

#cluster-left-col {
    width: 49%;
}

#cluster-right-col {
    width: 50%;
    margin-left: 50%;
}

#licence-btn-group1 {
    padding-top: 15px;
}

.node-add-left {
    width: 200px;
    float: left;
}

.node-add-right {
    width: 500px;
}

#remove-node-div {
    width: 100%;
    padding: 0 15px 0 15px;
}

#add-node-div {
    width: 100%;
    height: 100%;
    padding: 0 15px 0 15px;
}


.mr-auto {
    margin-right: 0 !important;
}

/* Table CSS */

.table-center {
    text-align: center;
    vertical-align: middle;
}

.table-fill {
    /*table-layout: fixed;
      border-radius:3px;
      border-collapse: collapse;
      margin: auto;*/
    width: 100%;
}

th {
    border: none;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

tr {
    border: none;
}

.table {
    padding: 0;
    width: 100%;

}


/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {*/
/*    padding: 2px;*/
/*}*/

.table th {
    border-top: none;
    color: var(--main-font-color);
    font-size: 0.75rem;
    font-weight: 500;
}

.table td {
    color: var(--main-font-color);
    font-size: 0.75rem;
    font-weight: 200;
}

th:first-child {
    border-top-left-radius: 3px;
    padding: 15px;
}

th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

/*td {*/
/*    padding: 2px;*/
/*    text-align: left;*/
/*    white-space: normal;*/
/*    color: var(--main-font-color);*/
/*}*/

td:last-child {
    border-right: 0;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

.host-tr {
    border-bottom: 0 solid var(--magenta-primary-color);
    border-top: 0 solid var(--magenta-primary-color);
    font-size: 16px;
}

.node-tr {
    width: 100%;
    min-height: 30px;
    clear: both;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 13px;
    white-space: normal;
    color: var(--main-font-color);
}

.node-tr:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.td-node {
    font-weight: 400;
    font-size: 15px;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    float: left;
    padding-right: 5px;
    overflow: hidden;
}

.td-edit-node-label {
    font-weight: 400;
    height: 100%;
    width: 170px;
    font-size: 15px;
    padding: 0;
}

.event-tbl-time {
    width: 100px;
}

.event-tbl {
    font-size: 13px;
}

#events-tbl td {
    padding: 0.2rem;
}

.event-tbl > tbody > tr > td, .event-tbl > tbody > tr > th, .event-tbl > tfoot > tr > td, .event-tbl > tfoot > tr > th, .event-tbl > thead > tr > td, .event-tbl > thead > tr > th {
    font-size: 13px;
    padding: 7px 0 7px 0;
}

.th-service, .td-service {
    width: 30%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    float: left;
}

.td-vol-graph {
    width: 50%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 13px;
) color: var(--main-font-color);
}

.td-status {
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    float: left;
}

.th-message, .td-message {
    width: auto;
    margin: auto;
    height: 100%;
    padding-right: 15px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 13px;
    white-space: normal;
    color: var(--main-font-color);
}


.td-licence-label {
    width: 300px;
    padding: 0;
}

.td-add-node-input {
    padding: 1px;
}

.td-task-name {
    width: 25%;
}

.td-task-status {
    width: 35%;
}

.td-left {
    text-align: left;
    vertical-align: middle;
    width: 1px;
    white-space: nowrap;
    padding-right: 10px;
}


.sl-failed {
    color: #C44B4B;
}

.sl-warning {
    color: #F2A61A;
}

.sl-healthy {
    color: #6ED162;
}

.sl-unknown {
    color: #a8a8a8;
}

.sl-disabled {
    color: #a8a8a8;
}

.sl-notinstalled {
    color: #a8a8a8;
}

.sl-info {
    color: #377def;
}

.sl-running {
    color: #37d0ef;
}

.icon-image {
    height: 100%;
    max-width: 100%;
    display: block;
    margin: auto 5% auto auto;
}

@media (max-width: 991px) {
    .icon-image {
        margin-right: 5%;
    }
}


.svgicon-small {
    height: 150px;
    width: auto;
}

.svgicon-medium {
    height: 300px;
    width: auto;
}

.graph_container {
    position: relative;
}

.graph-box {
    margin: auto;
    width: 100%;
    color: #FFF;
    background: #1b1e24;
    border-bottom: 4px solid var(--magenta-primary-color);
    border-right: 0 solid #343a45;
    border-radius: 3px;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 100;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#du-container {
    padding: 5px 15px 15px 5px;
}

#volume-table {
    padding-bottom: 5px;
}

#notices {
    padding: 0 15px 10px;
}

.spacer-sm {
    margin-bottom: 8px;
}

.spacer-md {
    margin-bottom: 15px;
}

.spacer-lg {
    margin-bottom: 25px;
}

#notify-box {
    float: left;
}

#cluster-box {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#cluster-box-content {
    padding: 10px;
}

#throughput-box {
    width: 100%;
    margin-bottom: 20px;
}

#status-table {
    width: 100%;
    padding: 0 10px 0 10px;
    height: auto;
    overflow: hidden;
    position: relative;
}

#accordion {
    height: auto;
}

.node_info {
    background-color: #ededed;
}

#status-panel-body {
    padding-top: 0;
    padding-bottom: 3px;
}

#node-status-box {
    height: auto;
}

#edit-node-config-list {
    margin-bottom: 10px;
}

.text-normal {
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    font-size: 13px;
}

.text-bold1 {
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 20px;
}

.conflicts-body {
    vertical-align: middle;
    padding: 15px;
}

.div_scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%; /*modify to suit*/
    height: 700px; /*modify to suit*/
    padding: 3px;
}

.div_columns {
    margin: auto;
    direction: ltr; /*column direction ltr or rtl - modify to suit*/
    column-count: auto;
    column-width: 350px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%; /*width of columns div has to be specified - modify to suit*/
    /* do not specify height parameter as it has to be unrestricted*/
    column-gap: 60px;
    text-align: justify;
}

.label-primary {
    color: var(--main-font-color);
    background-color: #9B59B6;
}

.label-default {
    color: var(--main-font-color);
    background-color: #3498db;
}

#smb_edit_share {
    color: var(--main-font-color);
}

.scrollable {
    overflow-y: auto !important;
}

.input-wide {
    width: 100%;
}

#host-id-readonly {
    width: 100%;
    padding: 2px 5px;
    background-color: var(--sec-bg-color);
    color: grey;
    margin: 1px 0 0;
    border: 1px solid var(--page-bg-color);
    border-radius: 0;
    cursor: not-allowed;
}

.event-table {
    width: 100%;
    font-weight: 200;
    font-size: 11px;
    list-style-type: none;
    text-align: left;
}

.row:before, .row:after {
    display: none !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fill-height {
    height: 100%;
}

#share-well {
    padding: 0;
    height: 100%;
}

#share-listgroup {
    margin: 0;
    height: 100%;
}

#share-well-list-container {
    height: calc(100% - 30px);
}

.list-group > .list-group-item {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.list-group > .list-group-item:nth-child(odd):not(.active) {
    background: #ededed;
}

.list-group > .list-group-item:last-child {
    border: none;
}

.list-group > .list-group-item:hover:not(.active) {
    background-color: #d6d6d6;
    color: white;
}

#share-well-options {
    width: 100%;
}


hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #f2f2f2;
    height: 1px;
}

.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animate-pluse {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.invalid-field {
    border-color: #e96666;
    background-color: #e9666647;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.invalid-field:focus {
    border-color: #e96666;
    background-color: #e9666647;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.invalid-field-text {
    font-weight: 200;
    font-size: 13px;
    color: #e96666;
}

.event-tbl-icon-td {
    min-width: 20px;
}

.btm-spacer-sm {
    margin-bottom: 5px;
}

#remember {
    margin-bottom: 10px;
}

.alerts_body:empty {
    display: none;
}

.alert {
    margin-top: 7px;
}

.modal-content-full {
    height: 100%;
    border-radius: 6px;
}

.modal-dialog-full {
    margin: 2.5% auto auto;
    width: 95%;
    height: 90%;
    padding: 0;
}

.modal-body-full {
    width: 95%;
    height: 90%;
}

#bw-canvas {
    width: 100%;
    height: 100%;
}

.progress {
    width: 150px;
    position: relative;
}

.progress span {
    /*position: absolute;*/
    /*display: block;*/
    /*width: 100%;*/
    font-weight: 400;
    font-size: 10px;
    /*color: var(--main-font-color);*/
}

.light-text {
    color: white;
}

.dark-text {
    color: var(--main-font-color);
}

.td-icon {
    width: 30px;
}

.td-btn {
    width: 160px;
    margin-right: 0;
}

#quota-chart {
    height: 250px;
}

.status-footer-txt {
    font-weight: 200;
    font-size: 11px;
    color: var(--main-font-color);
}

.status-footer-title {
    font-weight: 300;
    font-size: 11px;
    color: var(--main-font-color);
}

.hr-small {
    margin-top: 0;
    margin-bottom: 0;
}

.carousel-indicators {
    position: unset;
    bottom: 10px;
    left: 50%;
    margin-left: 20%;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e0e0e0;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #cecece;
}

.dropdown-item {
    font-size: 0.75rem;
}

.dropdown-menu li a {
    white-space: normal;
}

.hiddenRow {
    padding: 0 !important;
}

label {
    max-width: 100%;
}

.label-xs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 200;
}

.label-sm {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*font-weight: 300;*/
}

.label-md {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.label-lg {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.small-xs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 8px;
    font-weight: 300;
}

.small-sm {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 300;
}

.small-md {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.small-lg {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

textarea {
    height: 150px;
    resize: none;
}

.whatschanged-container {
    padding: 15px;
}

.whatschanged-icon {
    height: 150px;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.whatschanged-iconcont {
    text-align: center;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.page-header {
    margin-top: 0;
}

datalist {
    width: 100%;
}

.user-card-icon {
    padding: 0 20px 20px 20px;
    background-color: #aab8c6;
    color: white;
    text-align: center;
    font-size: 10vw;
}

.user-card-btn {
    background-color: #aab8c6;
    padding-right: 5px;
    padding-top: 5px;
}

.user-card-container {
    margin-bottom: 25px;
}

small {
    color: #878b8e;
    font-size: 60% !important;
}

/*Validation CSS*/
.has-success .form-control-feedback {
    color: #04b215;
    width: 15px;
    margin: -25px 10px;
    float: right;
}

.has-success .form-control {
    border-color: #04b215;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control-feedback {
    color: #c42d2d;
    width: 15px;
    margin: -25px 10px;
    float: right;
}

.has-error .form-control {
    border-color: #c42d2d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #c42d2d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.has-feedback label ~ .form-control-feedback {
    top: 35px;
}

.btn-group .btn-full-width {
    display: flex;
}

.btn-full-width .btn {
    flex: 1
}

#aws_usrdata_tbox {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    height: 400px;
}


#remote-edit-tbl td,
#ldap_group_mapping_body td {
    padding: 0.2rem 0.75rem;
    vertical-align: middle;
}

#remote-edit-tbl .bs-checkbox {
    line-height: 0;
}

.fixed-table-pagination .page-list .btn-group {
    margin-right: 5px;
}

.fixed-table-pagination .page-list .btn-group button {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}

#remote-edit-tbl .bs-checkbox label span {
    display: none;
}

.fixed-table-toolbar .search {
    height: 30px;
}

.alert {
    position: relative;
}

.alert-icon {
    width: 30px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    float: left;
}

.alert-msg {
    height: 100%;
    width: calc(100% - 30px);
    float: right;

}

.w-icon {
    width: 1%;
}

.w-99 {
    width: 99%;
}

.w-5 {
    width: 5%
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.mt-6 {
    margin-top: 2rem !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-card {
    background-color: #fff;
}

.bg-success-gradient {
    background: linear-gradient(to bottom right, #28a745 25%, #33cc33 100%);
}

input:disabled {

    cursor: not-allowed;
}

.prog_bar_text {
    font-weight: 400;
    font-size: 11px;
    color: var(--main-font-color);
}

.desktop-status-card {
    min-height: 40vh;
}

.gutter-2.row {
    margin: -5px;
}

.gutter-2 > [class^="col-"], .gutter-2 > [class^=" col-"] {
    padding: 5px;
}

.sorthandle {
    color: #e3e3e3;
    cursor: move;
}

.sortable-highlight {
    background-color: #dddddd;
    border-radius: 5px;
    border: #CDCDCD dashed 2px;
    transition: .4s;
    min-height: 200px;
}


.widget-list {
    height: 100%;
    min-height: 200px;
    list-style-type: none;
    padding-inline-start: 0;
}

.widget-list li {
}

.instance-list {
    height: 100%;
    min-height: 50px;
    list-style-type: none;
    padding-inline-start: 0;
    width: 100%;
}

.instance-list li {
    margin: 3px 3px 3px 0;
    padding: 5px;
    float: left;
    width: 190px;
}

.startup-group-dropzone-highlight {
    background-color: #cbcbcb !important;
    border: var(--bs-secondary) dashed 2px !important;
}

#startup-instance-list {
    position: relative;
}

#startup-groups-container {
    padding: 10px 20px 20px 20px ;
}

.startup-instance-helptext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #dedede;
}

.draggable-item{
    background: #eee;
    border-radius: 5px;
    cursor: grab;
}

.draggable-item:active {
    background: var(--bs-info) !important;
    color: whitesmoke;
    border-radius: 5px;
}

.ui-draggable-dragging {
    /*background-color: var("--accent1");*/
    box-shadow: 0 0 2px #000;
}

.widget-subtitle {
    font-weight: 500;
}

.widget-text-small {
    font-size: 0.55rem;
    font-weight: 500;
    vertical-align: text-top;
}

.widget-oneline-only {
    white-space: nowrap;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-icon {
    font-size: 4em;
    vertical-align: middle;
    margin: auto;
}

.status-check-widget-icon {
    font-size: 4em;
    color: rgba(255, 255, 255, 0.5);
}

.widget-icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.widget-media {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.widget-container {
    min-height: 120px;
    height: 100%;
}

#aws-cost-graph-text {
    height: 50px;
    top: 50px;
}

.graph-text-overlay {
    position: absolute;
    right: 20px;
    color: var(--main-font-color);
    font-size: 10px;
    text-align: right;
    opacity: 0.7;
}
/*.widget-icon {*/
/*    vertical-align: middle;*/
/*    font-size: 2em;*/
/*}*/

/*.widget-icon-container {*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    margin: 1em 0 1em 0;*/
/*}*/

#card-button-panel {
    border-radius: 0.2rem;
}

#button-panel-status-container {
    height: 100%;
    width: 100%;
}

#button-panel-status-body {
    font-weight: 500;
    font-size: 13px;
    padding: 1px 10px 1px 10px;
    color: #7e7e7e;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.statusbar-widget {
    margin: 0 10px 0 10px;
    vertical-align: middle;
}

.statusbar-widget .text-link {
    cursor: pointer;
}

.statusbar-icon-container {
    height: 20px;
    width: 20px;
    padding: 10px;
    border-radius: 50%;
}

.text-link:hover {
    text-decoration: underline;
}

.text-fs-12 {
    font-size: 12px;
}

.codeblock {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.toast-hr {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 8px;
}

.toast-hr-dark {
    background-color: rgba(0, 0, 0, 0.1);
}

.toast-hr-light {
    background-color: rgba(255, 255, 255, 0.1);
}

.toast {
    min-width: 175px;
}

.toast-title {
    font-size: 0.9rem;
    font-weight: 500;
}

.toast-body {
    padding-top: 0 !important;
    background-color: rgba(255, 255, 255, 0.0);
    font-size: 12px;
}

.toast-container {
    position: relative;
    right: 15px;
    z-index: 1500;
}

#alerts_container {
    position: fixed;
    top: 110px;
    right: 15px;
}

.cin-1 {
    padding-top: 1px;
}

.filter-select-border {
    border-color: #dcdcdc !important;
}

.editable-label {
    background: none;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: var(--main-font-color);
    display: block;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.editable-label:focus {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #80bdff;
    border-radius: .25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

[data-toggle="collapse"] #aws-policy-json-icon.fa:before {
  content: "\f139";
}

[data-toggle="collapse"].collapsed #aws-policy-json-icon.fa:before {
  content: "\f13a";
}

.copy-btn {
    position: absolute;
    right: 20px;
}

/*Billing table css*/
th.billing-tbl-col-main-text {
    font-size: 0.9rem;
    /*font-weight: 400;*/
    color: whitesmoke;
}

th.billing-tbl-col-main,
.th-inner > .billing-tbl-col-main {
    background-color: #bebebe;
    border-bottom: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

th.billing-tbl-col-main.billing-tbl-rounded-l {
    border-top-left-radius: 3px !important;
}
th.billing-tbl-col-main.billing-tbl-rounded-r {
    border-top-right-radius: 3px !important;
}

.billing-tbl-col-breakdown {
    background-color: #e7e7e7;
    border-bottom: none !important;
    border-top-left-radius: 0 !important;
}

.billing-tbl-col-stor {
    background-color: #eeeeee;
    border-bottom: none !important;
    border-top-left-radius: 0 !important;
}

.billing-tbl-col-ec2 {
    background-color: #f6f6f6;
    border-bottom: none !important;
    border-top-left-radius: 0 !important;
}

.billing-tbl-col-other {
    background-color: #fcfcfc;
    border-bottom: none !important;
    border-top-left-radius: 0 !important;
}