body {
    font-family: roboto;
}

label {
    margin-bottom: 0px;
}

.main-header .sidebar-toggle {
    padding: 8px 13px;
}

.txt-capitalize {
    text-transform: capitalize;
}

.txt-uppercase {
    text-transform: uppercase;
}

.tab-btn-container {
    padding-left: 26px;
    padding-right: 26px;
}

.tab-btn {
    display: inline-block;
    padding: 8px 15px;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.tab-btn-active,
.tabBtnActive {
    border-bottom: 2px solid #4f91fc;
    color: #4f91fc;
}

.tab-content {
    padding: 30px;
}

.boxed-select {
    color: gray;
    width: 100%;
    outline: none;
    padding: 10px;
    border-radius: 2px;
    border: none;
    margin-right: 10px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(206, 205, 205);
    -moz-box-shadow: 0px 1px 2px 1px rgba(206, 205, 205);
    box-shadow: 0px 1px 2px 1px rgb(206, 205, 205);
}

.bg-content-wrapper-color {
    /* background: #F5F5F5; */
    background: #FFF;
}

.bg-color-primary {
    background: #4B4795 !important;
}

.bg-color-primary-light {
    background: #8792D6 !important;
}

.bg-color-primary-dark {
    background: #343172 !important;
}

.bg-color-green {
    background: #12ba42;
}

.bg-color-red {
    background: #e03f3f;
}

.bgColorRed {
    background: #e03f3f;
}

.bgColorMango {
    background: #FF9900 !important;
}

.bg-color-mango {
    background: #FF9900 !important;
}

.bg-color-impl {
    background: #398689;
}

.txt-color-primary {
    color: #4B4795 !important;
}

.txt-color-primary-light {
    color: #8792D6 !important;
}

.txt-color-primary-dark {
    color: #343172 !important;
}

.bg-color-purple {
    background: #996699;
}

.bg-color-navy-blue {
    background: #0F3B5F;
}

.bg-color-sec {}

.bg-color-sec {}

.brd-color-green {
    border-color: #12ba42;
}

.brd-color-skyblue {
    border-color: #40ae90;
}

.brd-color-orange {
    border-color: #ff9100;
}

.brd-color-yellow {
    border-color: #fef34c;
}

.brd-color-white {
    border-color: white;
}

.brd-color-navy-blue {
    border-color: #0c6b95;
}

.txt-lightgray {
    color: #949494;
}

.txt-light-red {
    color: #FF6767;
}

.txt-blue {
    color: #5092FD;
}

.txt-white {
    color: #ffffff;
}

.txt-green {
    color: #2FB716;
}

.txt-orange {
    color: #FF7017;
}

.txt-dark-gray {
    color: #303030;
}

.lbl {
    font-size: 14px;
}

.font-thin {
    font-weight: 400;
}

.font-bold {
    font-weight: 500;
}

.font-bold-ex {
    font-weight: 600;
}

.btn-blue {
    background: #3B86FF;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(206, 205, 205);
    -moz-box-shadow: 0px 1px 2px 1px rgba(206, 205, 205);
    box-shadow: 0px 1px 2px 1px rgb(206, 205, 205);
}

.section-heading {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
}

.dash-card {
    position: relative;
    border-radius: 2px;
    background: white;
    padding: 15px;
    -webkit-box-shadow: 0px 5px 18px 2px rgba(193, 193, 193);
    -moz-box-shadow: 0px 5px 18px 2px rgba(193, 193, 193);
    box-shadow: 0px 5px 18px 2px rgba(193, 193, 193);
}

.dash-card .title {
    width: 100%;
    font-weight: 500;
    font-size: 17px;
}

.dash-card .corner-img {
    position: absolute;
    top: 0px;
    width: 90px;
    right: 0px;
}

.dash-card .stat {
    font-size: 25px;
    color: #30303091;
    margin-top: 5px;
    margin-bottom: 12px;
}

.dash-card .lbl-status {
    color: #A5A5A5;
    font-weight: 400;
    margin-right: 8px;
}

.dash-card .data-status {
    font-weight: 400;
}

.graph-card {
    padding: 10px;
    background: white;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(208, 208, 208);
    -moz-box-shadow: 0px 0px 2px 1px rgba(208, 208, 208);
    box-shadow: 0px 0px 2px 1px rgba(208, 208, 208);
}

.graph-card .title {
    width: 100%;
    color: #53555D;
    font-weight: 500;
    font-size: 14px;
}

.sensor-indicator {
    margin-left: 5px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* top: 145px; */
}

.btn-timeline-round {
    background: #8791D6;
    padding: 3px 13px;
    height: 22px;
    border-radius: 15px;
    color: white;
    margin-right: 10px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 400;
}

.btnTimelineActive {
    background: #343172 !important;
}

.btn-timeline-round:hover {
    background: #4B4794 !important;
}

.btn-timeline-square {
    background: #8791D6;
    padding: 3px 13px;
    color: white;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}

.btn-timeline-square:hover {
    background: #4B4794;
}

.percent-bar-container {
    background: lightgray;
    border-radius: 4px;
}

.percent-bar-container .percent-indicator {
    background: #2FB716;
    border-radius: 4px;
}

.pbar-thin {
    height: 4px;
}

.bg-bar-red {
    background: #D11225;
}

.bg-bar-green {
    background: #33C771;
}

.bg-bar-yellow {
    background: #E5C212;
}

.loadingIndicatorContainer {
    padding: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
}

.loadingIndicatorContainer img {
    width: 55px;
}

.loadingIndicatorContainer .msg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.loadingIndicatorContainer ldng-ind-sm {
    width: 200px;
}

.loadingIndicatorContainer ldng-ind-lg {
    width: 300px;
}

.btn-file {
    position: relative;
    float: none;
    padding: 8px 16px;
    color: white;
    border-radius: 20px;
    background-color: #8792D6;
    width: 150px;
}

/*--------------------------------Colors--------------------------------*/

.txt-green {
    color: #33C771;
}

.txt-lightgray {
    color: #7E7E7E;
}

.txt-purpul {
    color: #C7338C;
}

.txt-pink {
    color: #ff62a6;
}

.txt-yellow {
    color: #E5C212;
}

.txt-blue {
    color: #8776F8;
}

.txt-blue1 {
    color: #288AEC;
}

.txt-darkgray {
    color: #377134;
}

.txt-red {
    color: #e21f32
}

.txt-darkgray-1 {
    color: #1f1f1f;
}

.txt-orange {
    color: #f68421;
}

.txt-capitalize {
    text-transform: capitalize;
}

.box-shadow {
    -webkit-box-shadow: -2px 4px 29px 0px rgba(168, 166, 168, 1);
    -moz-box-shadow: -2px 4px 29px 0px rgba(168, 166, 168, 1);
    box-shadow: -2px 4px 29px 0px rgba(168, 166, 168, 1);
}

.version-lbl {
    position: absolute;
    bottom: 3px;
    color: #ffffff;
    left: 5px;
    line-height: 1.3;
    font-size: 16px;
}

.btn-help {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #FF7017;
    display: table;
    cursor: pointer;
}

.btn-help i {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    color: #FF7017;
}

.btn-help-filter {
    margin-top: 13px;
    margin-right: 20px;
    margin-left: -8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgb(140, 140, 140);
    transition: box-shadow 0.2s ease-in-out;
}

.btn-help-filter:hover {
    box-shadow: 0px 0px 10px 0px rgb(140, 140, 140);
}

.help-modal .help-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #FF7017;
    display: table;
}

.help-modal .help-icon i {
    font-size: 38px;
    display: table-cell;
    vertical-align: middle;
    color: #FF7017;
}

.help-modal .modal-title {
    font-size: 18px;
    padding: 11px;
    font-weight: 500;
    margin-left: 10px;
}

.help-modal .help-text {
    font-weight: 500;
    color: #5f5f5f;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
}

.help-modal .help-desc {
    margin-top: 3px;
    color: #5f5f5f;
    line-height: 1.3;
}

.help-modal .btn-ok {
    border: 2px solid #4b4795;
    width: 70px;
    padding: 5px 8px;
    text-align: center;
    color: #4b4795;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

.help-modal .btn-ok:hover {
    background: #4b4795;
    color: white;
}


#statusMessageModal .modal-dialog {
    top: 60px;
    width: 500px;
}

#statusMessageModal .modal-body .ic-popup {
    position: unset;
    font-size: 50px;
    display: unset;
}

#statusMessageModal .modal-body .msg {
    font-weight: 500;
    color: #525252;
    font-size: 16px;
    font-family: roboto;
    text-align: left;
    line-height: 1.3;
    margin-top: 20px;
}

#statusMessageModal .modal-body .btn-ok {
    width: 70px;
    padding: 6px;
    background: #343172;
    margin: 0 auto;
    margin-top: 40px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

#statusMessageModal .modal-body .btn-ok:hover {
    background: #252476;
}