@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans BoldItalic';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans ExtraBoldItalic';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Italic';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans LightItalic';
    src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2'), url('../fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Medium';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans MediumItalic';
    src: url('../fonts/OpenSans-MediumItalic.woff2') format('woff2'), url('../fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiBoldItalic';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

body.index-page {
    background-color: #454d55!important;
}

body.summaryPage .font-open-sans-Bold {
    font-family: 'Open Sans Bold';
    font-weight: bold;
    font-style: normal;
}

.font-open-sans-BoldItalic {
    font-family: 'Open Sans BoldItalic';
    font-weight: bold;
    font-style: italic;
}

.font-open-sans-Regular {
    font-family: 'Open Sans Regular';
    font-weight: normal;
    font-style: normal;
}

.font-open-sans-Medium {
    font-family: 'Open Sans Medium';
    font-weight: 500;
    font-style: normal;
}

html,
body,
.content-wrapper {
    min-height: 100vh;
}

.filter-icon {
    filter: invert(100%) sepia(0%) saturate(347%) hue-rotate(282deg) brightness(113%) contrast(101%);
}

.bg-color-6 {
    background-color: #EA2121;
}

.bg-danger {
    background-color: #EA2121 !important;
}


/* for navbar */

.main-sidebar {
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    width: 250px;
    background-color: #343a40;
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9;
    /* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}

ul.sub-reg-list {
    max-height: 200px;
    overflow: auto;
    font-size: 15px;
}

.sub-reg-list.sub-data {
    padding: 5px 20px;
}

.custom-navlink {
    padding: 10px 5px;
}

.form-control-sidebar {
    background-color: #3f474e;
    border: 1px solid #56606a !important;
    color: #fff !important;
}

.btn-sidebar,
.form-control-sidebar {
    background-color: #3f474e;
    border: 1px solid #56606a;
    color: #fff;
}

.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 9px;
}

.dropdown-footer,
.dropdown-header {
    display: block;
    font-size: .875rem;
    padding: 0.5rem 1rem;
    text-align: center;
}

.dropdown-menu {
    background-color: #343a40;
    color: #fff !important;
}

.dropdown-menu a,
span {
    color: #fff !important;
}

.dropdown-menu-lg .dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-menu-lg {
    max-width: 300px;
    min-width: 280px;
    padding: 0;
}

#wrapper.sidebar-open #sidebar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.text-gray {
    color: #696969;
}

#wrapper.sidebar-open {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

#sidebar-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* .sidebar-dark-primary .brand-link {
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: width .3s ease-in-out;
    width: 250px;
    z-index: 1035;
} */

.sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #343a40;
}

.elevation4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)!important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.dark-mode .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #3f6791;
    color: #fff;
}

.text-red {
    color: #EA2121;
}

.main-header {
    margin-left: 250px;
}

.nav-pills .nav-link {
    color: rgba(255, 255, 255, .75);
}

.nav-sidebar {
    position: relative;
}


/* .fas.fa-angle-left {
    position: absolute;
    top: 16%;
    right: 8px;
} */

.font15 {
    font-size: 15px;
}

.nav-sidebar .nav-link p {
    display: inline;
    margin: 0;
    white-space: normal;
}

.brand-image {
    /* float: left; */
    line-height: .8;
    margin: 0 auto;
    width: 160px;
}

.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 15px;
    transition: width .3s ease-in-out;
    white-space: nowrap;
    color: rgba(255, 255, 255, .75);
    border-bottom: 1px solid #4b545c;
}

a.brand-link:hover,
a.brand-link:focus {
    color: rgba(255, 255, 255, .75);
    text-decoration: none !important;
}

.nav-sidebar>.nav-item.menu-open>.nav-link,
.nav-sidebar>.nav-item:hover>.nav-link,
.nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #3f6791;
    color: #fff;
}

.nav-item .nav-link {
    margin-bottom: 5px;
}

.img-circle {
    border-radius: 50%;
}

.sidebar {
    padding: 0 10px;
}

.user-panel {
    border-bottom: 1px solid #4b545c;
}

.sidebar .user-panel .info a {
    color: rgba(255, 255, 255, .75) !important;
}

@media screen and (max-width:480px) {
    .main-sidebar {
        display: none !important;
    }
    .content-wrapper {
        margin-left: 0 !important;
    }
    .main-header {
        margin-left: 0px;
    }
    .iconNavbar {
        flex-direction: row;
    }
    .main-footer {
        bottom: unset !important;
    }
    .iconNavbar .nav-item {
        padding: 0 14px;
    }
}

i.right.fas.fa-angle-right {
    position: absolute;
    right: 9px;
    margin-top: 5px;
}

#contentPanel .table tr td {
    padding: 10px 12px !important;
}


/* for index page */

.page-wrapper {
    background-color: #454d55;
    color: #fff;
    position: relative;
    min-height: 100vh;
}

.content-wrapper {
    transition: margin-left .3s ease-in-out;
    margin-left: 250px;
    background-color: #454d55;
    color: #fff;
    position: relative;
    min-height: 100vh !important;
}

.info-box {
    background-color: #343a40 !important;
    color: #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 8px 10px;
    position: relative;
    width: 100%;
}

.info-box .info-box-icon {
    border-radius: 0.25rem !important;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.card {
    background-color: #343a40;
    color: #fff;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 2rem;
}

.card.region-card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 5px !important;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}

.border-transparent {
    border-color: transparent!important;
}

.font13 {
    font-size: 13px;
}

.table thead th {
    border-bottom-color: #6c757d;
}

.table tbody tr {
    border-top: 1px solid #6c757d !important;
}

.table tbody tr td a {
    color: white !important;
}

.table tbody tr td a:hover {
    text-decoration: none !important;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    padding: 12px 10px;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 15px;
}

#contentPanel .card-header {
    padding: 12px 12px;
}

.table {
    font-size: 15px;
}

.table td,
.table th {
    border-top-color: #6c757d;
}

.card-title {
    float: left;
    font-size: 18px;
    font-weight: 400;
}

.table {
    color: white !important
}


/* .card-header>.card-tools {
    float: right;
    margin-right: -0.625rem;
} */

#menu .nav-item.top-list-li a {
    color: white;
    text-decoration: none !important;
}

.btn.btn-tool {
    background-color: transparent !important;
    color: #adb5bd;
    font-size: .875rem;
    margin: -0.75rem 0;
    padding: 0.25rem 0.5rem;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.progress {
    background: #454d55;
}

.progress-sm {
    height: 10px;
}

.progress {
    box-shadow: none;
    border-radius: 1px;
}

.bg-success {
    background-color: #00bc8c !important;
}

.bg-primary {
    background-color: #3f6791 !important;
}

.bg-warning,
.bg-color-warning {
    background-color: #F16724 !important;
}

.bg-danger {
    background-color: #EA2121 !important;
}

.main-footer {
    background-color: #343a40 !important;
    border-color: #4b545c !important;
    padding: 1rem;
}

body .main-footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099 !important;
    padding: 1rem;
    position: absolute;
    bottom: -50px !important;
    width: 100%;
}

.main-footer span {
    color: #869099 !important;
}

.main-footer a.footer-link {
    color: white !important;
}

.main-footer a.footer-link:hover {
    text-decoration: none !important;
}

.isActive {
    color: black;
    background-color: white;
}

.isActive span {
    color: black !important;
}

.text-orange {
    color: #F16724;
}

.text-green {
    color: #00A65A;
}

.mapcontainer {
    max-width: 1300px;
    margin: auto;
}

.nav-treeview .nav-item .nav-link.active {
    background-color: #3f6791 !important;
    color: #fff !important;
}


/* Specific mapael css class are below
 * 'mapael' class is added by plugin
*/

.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: black;
    /* moz-opacity: 0.70; */
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #343434;
}

.map svg {
    left: 0px !important;
}

body.summaryPage .info-box-number {
    font-size: 14px;
}


/* .nav-treeview {
    display: block !important;
} */

.nav-item.maxheight {
    max-height: 50px;
}

.sub-reg-list {
    list-style: none;
}

.text-warning,
.text-color-warning {
    color: #F16724;
}

.text-color-healthy,
.text-success {
    color: #00A65A !important;
}

.bg-success {
    background-color: #00A65A !important;
}

.bg-color-healthy {
    background-color: #00A65A;
}

.bg-color-fault {
    background-color: #EA2121;
}

.text-color-fault,
.text-danger {
    color: #EA2121;
}

.text-color-maintenance,
.text-primary {
    color: #00C0EF;
}

.bg-color-maintenance {
    background-color: #00C0EF;
}

.text-grey {
    color: #4F555E;
}

.text-skyblue {
    color: #00C0EF;
}

.text-yellow {
    color: #FFC107;
}

.bg-color-yellow {
    background-color: #FFC107;
}

.donughChart {
    width: 150px !important;
    height: 150px !important;
}

.knob:focus {
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
}


/* body .server-summary .main-footer {
    bottom: unset !important;
} */


/* ul.sub-reg-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #343a40;
} */


/* ul.sub-reg-list::-webkit-scrollbar {
    width: 3px;
    background-color: #343a40;
}
 */


/* ul.sub-reg-list::-webkit-scrollbar-thumb {
    background-color: #454d55;
} */

.logout {
    border: none !important;
    box-shadow: none !important;
    background-color: #343a40 !important;
    color: #FFFFFF !important;
}

button.clickme {
    color: #fff;
    border: none !important;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #3f6791 !important;
    font-weight: bold;
    transition: ease-out 0.4s;
}

button.clickme:hover {
    box-shadow: inset 0 0 0 50px #343a40;
    color: #fff;
}

.dropdown-item:hover {
    color: #000 !important;
    text-decoration: none;
    background-color: #FFFFFF !important;
}

.dropdown-item:hover span.dropdownCon {
    color: #000 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -10px;
}

.dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #454d55;
}

.dropdown-menu-lg {
    max-width: 150x;
    min-width: 150px;
    padding: 0;
}

.dropdown-menu a,
span.dropdownCon {
    color: #FFFFFF !important;
}

.box {
    margin-bottom: 5px;
    overflow: hidden;
}

.iconImages {
    height: 47px !important;
    filter: brightness(0) invert(1);
}

.yellow {
    background: yellow;
}

.add-server-box {
    background-color: #343a40;
    border-radius: 10px;
}

.custom-select-menu:focus-visible {
    outline: none !important;
}

.maintenance-mode .card {
    width: 570px;
    background-color: #454d55 !important;
    box-shadow: none !important;
}

#region-list {
    max-height: 415px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px;
    list-style: none !important;
    margin-bottom: 0px !important;
    background-color: #343a40 !important;
    cursor: pointer;
}

#users-list {
    padding: 0px;
    list-style: none !important;
    /* overflow-y: scroll;
    overflow-x: hidden; */
    margin-bottom: 0px !important;
    background-color: #343a40 !important;
    cursor: pointer;
}

#users-list.customHeight {
    max-height: 415px;
    overflow-y: scroll;
    overflow-x: hidden;
}

li#repoFolder {
    padding: 7px 20px;
}

.region-listing,
.users-listing,
.server-listing {
    border: 1px solid #FFFFFF !important;
    background-color: #343a40 !important;
}

.users-listing,
.region-listing,
.server-listing {
    list-style: none !important;
    border: 1px solid #FFFFFF !important;
    padding: 0px;
    cursor: pointer;
}

.users-listing #SearchBox {
    background-color: #343a40 !important;
    border-bottom: none !important;
    border: none !important;
}

.users-listing #SearchBox:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-sidebar {
    background-color: #343a40 !important;
    border-radius: 0px !important;
    border-left: none !important;
    border-bottom: none !important;
    border: none !important;
}

.btn-sidebar:hover {
    color: #FFFFFF !important;
}

#servers-list {
    max-height: 469px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0px;
    list-style: none !important;
    margin-bottom: 0px !important;
    background-color: #343a40 !important;
    border: none !important;
    border-bottom: 1px solid #FFFFFF !important;
    border-top: 1px solid #FFFFFF !important;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 30px;
    height: 15px;
}

.main-sidebar input[type="search"] {
    background-color: #343a40 !important;
    border: none !important;
}

.iconSvg {
    width: 17px;
    height: 15px;
    filter: brightness(0) invert(1);
}

.sideBar {
    border: 1px solid #454d55 !important;
}

.main-sidebar .input-group-append button.btn.btn-sidebar {
    border: none !important;
}

.main-sidebar input[type="search"]:focus {
    outline: 0 !important;
    box-shadow: none !important;
    background-color: #343a40 !important;
}

.region-listing,
.server-listing {
    background-color: #343a40 !important;
}

.region-listing #SearchBox,
.server-listing #SearchBox {
    background-color: #343a40 !important;
    border-bottom: none !important;
    border: none !important;
}

.region-listing,
.users-listing,
.server-listing {
    max-width: 400px;
}

.region-listing .input-group,
.server-listing .input-group,
.users-listing .input-group {
    min-width: 367px;
}

.region-listing #SearchBox:focus,
.server-listing #SearchBox:focus {
    outline: 0 !important;
    box-shadow: none !important;
    background-color: #343a40 !important;
}

.region-listing ul,
.server-listing ul,
.users-listing ul {
    border-bottom: 1px solid #FFFFFF !important;
    border-top: 1px solid #FFFFFF !important;
}

.region-listing .btn-sidebar,
.server-listing .btn-sidebar,
.users-listing .btn-sidebar {
    background-color: #343a40 !important;
    border-radius: 0px !important;
    border-left: none !important;
    border-bottom: none !important;
    border: none !important;
}

.btn-sidebar:hover {
    color: #FFFFFF !important;
}

button.show-add-region,
button.show-add-user,
button.show-add-server {
    background-color: transparent !important;
    border: none !important;
    text-align: center;
    color: #FFFFFF !important;
    padding: 10px;
}


/* .add-user-show,
.update-user-show,
.delete-user-show {
    background-color: #343a40 !important;
    border: 1px solid grey !important;
    color: #FFFFFF !important;
    padding: 10px;
} */

button.add-region,
.update-region,
.remove-region,
button.add-server,
button.add-user,
.update-server,
.remove-server,
.update-user,
.remove-user {
    background-color: #3f6791;
    box-shadow: none !important;
    border: none !important;
    border-radius: 7px !important;
    text-align: center;
    color: #FFFFFF !important;
    padding: 10px 15px;
}

.form-control-plaintext {
    width: 280px !important;
    color: #FFFFFF !important;
    padding: 5px 13px;
    background-color: #454d55 !important;
    border-radius: 5px;
}

.form-control-plaintext:focus {
    outline: none !important;
    border-radius: none !important;
}

.custom-select-menu {
    width: 280px !important;
    color: #FFFFFF !important;
    padding: 5px 13px;
    background-color: #454d55 !important;
    border-radius: 5px;
    border: none !important;
}


/* 
#region-list::-webkit-scrollbar-track,
#servers-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #343a40 !important;
    background-color: #cccccc;
}

#region-list::-webkit-scrollbar,
#servers-list::-webkit-scrollbar {
    width: 3px;
    background-color: #cccccc;
}

#region-list::-webkit-scrollbar-thumb,
#servers-list::-webkit-scrollbar-thumb {
    background-color: #343a40;
} */

.ui-datepicker-title {
    background-color: #343a40 !important;
}

.custom-datePicker {
    width: 280px !important;
    color: #FFFFFF !important;
    padding: 5px 13px;
    background-color: #343a40 !important;
    border-radius: 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border: 1px solid #343a40 !important;
    background: #343a40 !important;
    color: #FFFFFF !important;
}

.calender-input {
    position: relative;
}

.calender-input i {
    position: absolute;
    left: 249px;
    top: 48px;
    pointer-events: none;
    font-size: 15px;
}

.ui-state-default {
    color: #000 !important;
}

.popup {
    width: 200px;
    background-color: #FFFFFF;
    padding: 20px;
    text-align: center;
    margin: 10px auto;
}

.hassubmenu {
    position: relative;
}

.hassubmenu .iconSvg.downArrow {
    position: absolute;
    right: 9px;
    top: 14px;
    width: 20px !important;
}

.serverdownCon {
    font-weight: 800;
    /* color: #000; */
}

@media screen and (max-width:479px) {
    .region-listing .input-group,
    .server-listing .input-group,
    .users-listing .input-group {
        min-width: auto;
    }
}

@media screen and (min-width: 576px) and (max-width:1850px) {
    /* .main-sidebar {
        display: none;
    }
    .navbar {
        margin-left: 0px;
    }
    .content-wrapper {
        margin-left: 0px;
    }
    .navbar-toggler {
        display: block;
        border: 1px solid #fff;
        color: #fff;
    } */
    .region-listing .input-group,
    .server-listing .input-group,
    .users-listing .input-group {
        min-width: auto;
    }
}

.cursor-pointer {
    cursor: pointer;
}

p.dropdown-toggle {
    font-size: 17px !important;
}

.navbar-expand-lg .navbar-nav .profileDropdown .dropdown-menu {
    right: -8px !important;
    left: unset !important;
}

.dropdown-item:hover img {
    filter: brightness(1) invert(0);
}