.flask-state-elem div,
.flask-state-elem span,
.flask-state-elem button,
.flask-state-elem h4,
.flask-state-elem ul,
.flask-state-elem li,
.flask-state-elem svg {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fs-background {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 2001;
    background: rgba(255, 255, 255, .6);
}

.fs-background::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 10px;
}

.fs-container-width {
    display: none;
    width: 75%;
}

.fs-container {
    position: relative;
    z-index: 2002;
    display: block;
    margin: 30px auto;
    padding: 0 15px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    border-radius: 3px;
    box-shadow: 0 0 5px #ccc;
}

.fs-select-container {
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 64px;
}

.fs-select-arrow {
    position: absolute;
    display: flex;
    top: 0;
    left: 12px;
    padding-left: 8px;
    align-items: center;
    pointer-events: none;
}

.fs-select-days {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding: 0 20px 0 5px;
    border-radius: 3px;
    line-height: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.fs-days {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 17px;
    text-transform: capitalize;
}

.fs-close {
    z-index: 2;
    position: absolute;
    top: 6px;
    right: 15px;
    padding: 0;
    line-height: 1;
    background: 0 0;
    border: 0;
    cursor: pointer;
}

.fs-h4-style {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 15px;
}

#fs-host-status > div,
#fs-redis-status > div {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 18px;
}

.fs-badge-intro {
    display: inline-block;
    padding: 3px 5px;
    line-height: 20px;
    color: #fff !important;
}

.fs-badge-content {
    display: inline-block;
    height: 26px;
    padding: 0 8px;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}

.fs-users-fill {
    position: absolute;
    height: 3px;
    width: 89px;
}

.fs-users-hover {
    display: none;
    position: absolute;
    z-index: 2000;
    padding: 8px;
    margin-top: 3px;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
}

.console-info-line-style {
    margin: -6px -15px 6px -15px;
    border-top: 1px solid #ddd;
}

.fs-ul-tabs {
    padding-left: 0;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #f4f4f4;
    list-style: none;
}

.fs-ul-tabs:after {
    clear: both;
    display: table;
    content: ' ';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fs-ul-tabs > li {
    float: left;
    margin: 0 5px -2px 0;
    border-top: 3px solid transparent;
}

.fs-ul-tabs > li.active {
    border-top-color: #3c8dbc;
}

.fs-ul-tabs > li > a {
    display: block;
    padding: 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.fs-ul-tabs > li.active > a {
    border-color: #f4f4f4;
}

.fs-mChart-box {
    display: none;
}

.fs-mChart-box > div {
    max-height: 250px;
    overflow-y: auto;
}

.fs-show {
    display: block !important;
}

.fs-chart-style {
    margin-top: 10px;
    height: 320px;
}

.fs-chart-content {
    margin-top: 10px;
    width: 100%;
    max-height: 710px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fs-chart-content::-webkit-scrollbar {
    padding-left: 5px;
    width: 5px;
}

.fs-chart-content::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 10px;
}

.fs-charts-width {
    float: left;
    width: 50%;
}

.fs-charts-box {
    position: relative;
    margin-bottom: 20px;
    border-top: 3px solid #00c0ef;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.fs-border {
    border-right: 1px solid #d2d6de;
}

.fs-circular {
    z-index: 2000;
    position: fixed;
    right: 15px;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    cursor: pointer;
}

.fs-circular-animation {
    transition: .3s;
}

.fs-circular-out {
    transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: .3s;
}

@media (max-width: 768px) {
    .fs-charts-width {
        float: left;
        width: 100%;
    }

    .fs-container-width {
        display: none;
        width: 91.66666667%;
    }
}

@media (max-width: 992px) {
    .fs-border {
        border: 0;
    }
}

.background-green {
    background-color: #00a65a !important;
}

.background-red {
    background-color: #dd4b39 !important;
}

.background-orange {
    background-color: #ff851b !important;
}

.b-0079cc {
    background-color: #0079cc !important;
}

.b-007dc8 {
    background-color: #007dc8 !important;
}

.b-0051b9 {
    background-color: #0051b9 !important;
}

.b-534c6d {
    background-color: #534c6d !important;
}

.b-99cb3d {
    background-color: #99cb3d !important;
}

.b-564970 {
    background-color: #564970 !important;
}