@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Karla:700|Nunito+Sans:600,700');
/* =============
  == Core List==

   - Common
   - Helper classes
   - Extra
   - Bootstrap Custom
   - Waves effect
   - Print (Invoice css)
   - Demo Css (Demo purpose only)

============= */
/* =============
   Common
============= */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    color: #797979;
    font-size: 14px;
    background-color: #f1f1f1;
}

html {
    position: relative;
    min-height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666f7b;
    font-family: 'Nunito Sans', sans-serif;
    margin: 10px 0;
    font-weight: 700;
}

h5 {
    font-size: 15px;
}

p {
    line-height: 1.6;
}

* {
    outline: none !important;
}

b,
strong {
    font-family: 'Nunito Sans', sans-serif;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.container {
    width: auto;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#wrapper {
    height: 100%;
    width: 100%;
}
/* =============
   Helper classes
============= */
.p-0 {
    padding: 0 !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-6 {
    padding-top: 6px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-0 {
    margin: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.center-page {
    float: none !important;
    margin: 0 auto !important;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.font-secondary {
    font-family: 'Nunito Sans', sans-serif;
}

.font-600 {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.wrapper-md {
    padding: 20px;
}

.pull-in {
    margin-left: -20px;
    margin-right: -20px;
}

.b-0 {
    border: none !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.bx-shadow {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.bx-shadow-none {
    box-shadow: none !important;
}

.mx-box {
    max-height: 380px;
    min-height: 380px;
}

.thumb-sm {
    height: 36px;
    width: 36px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.thumb-xl {
    height: 120px;
    width: 120px;
}

.bg-transparent {
    background-color: transparent !important;
}

.slimScrollDiv {
    height: auto !important;
}
/* =============
   Extras
============= */
/* Table type box */
.table-box {
    display: table;
    height: 100%;
    width: 100%;
}

    .table-box .table-detail {
        display: table-cell;
        vertical-align: middle;
    }
/* Card Box */
.card-box {
    padding: 20px;
    webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
    box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.48);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}
/* =============
   Bootstrap-custom
============= */
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
}

    .breadcrumb a {
        color: #98a6ad;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
    }

.media {
    margin-top: 25px;
}
/* Dropdown */
.dropdown-menu {
    padding: 4px 0;
    box-shadow: 0 1px 3px rgba(49, 58, 70, 0.2);
    border: 1px solid rgba(152, 166, 173, 0.15);
}

    .dropdown-menu > li > a {
        padding: 7px 20px;
        font-size: 14px;
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover,
        .dropdown-menu > .active > a,
        .dropdown-menu > .active > a:hover,
        .dropdown-menu > .active > a:focus {
            background-color: #f3f3f3 !important;
            color: #313a46 !important;
        }

.dropdown-lg {
    width: 260px;
}
/* Background colors */
.bg-custom {
    background-color: #64c5b1 !important;
}

.bg-primary {
    background-color: #4489e4 !important;
}

.bg-success {
    background-color: #32c861 !important;
}

.bg-info {
    background-color: #34d3eb !important;
}
/*.bg-warning {
  background-color: #ffa91c !important;
}*/
.bg-warning {
    background-color: orange !important;
}

.bg-danger {
    background-color: #f96a74 !important;
}

.bg-muted {
    background-color: #797979 !important;
}

.bg-inverse {
    background-color: #36404c !important;
}

.bg-purple {
    background-color: #5553ce !important;
}

.bg-pink {
    background-color: #ec6794 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #313a46 !important;
}
/* Text colors */
.text-custom {
    color: #64c5b1 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #f96a74 !important;
}

.text-muted {
    color: #98a6ad !important;
}

.text-primary {
    color: #4489e4 !important;
}

.text-warning {
    color: #ffa91c !important;
}

.text-success {
    color: #32c861 !important;
}

.text-info {
    color: #34d3eb !important;
}

.text-inverse {
    color: #36404c !important;
}

.text-pink {
    color: #ec6794 !important;
}

.text-purple {
    color: #5553ce !important;
}

.text-dark {
    color: #313a46 !important;
}
/* Labels */
.label {
    padding: 0.3em .6em;
    font-family: 'Nunito Sans', sans-serif;
}

.label-white {
    background-color: rgba(255, 255, 255, 0.7);
    color: #313a46 !important;
}

.label-default {
    background-color: #64c5b1;
}

.label-primary {
    background-color: #4489e4;
}

.label-success {
    background-color: #32c861;
}

.label-info {
    background-color: #34d3eb;
}

.label-warning {
    background-color: #ffa91c;
}

.label-danger {
    background-color: #f96a74;
}

.label-purple {
    background-color: #5553ce;
}

.label-pink {
    background-color: #ec6794;
}

.label-inverse {
    background-color: #36404c;
}

.label-muted {
    background-color: #98a6ad;
}
/* Badge */
.badge {
    text-transform: uppercase;
    padding: 3px 5px;
    margin-top: 1px;
    background-color: #64c5b1;
    font-family: 'Nunito Sans', sans-serif;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs,
.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-white {
    background-color: rgba(255, 255, 255, 0.7);
    color: #313a46 !important;
}

.badge-primary {
    background-color: #4489e4;
}

.badge-success {
    background-color: #32c861;
}

.badge-info {
    background-color: #34d3eb;
}

.badge-warning {
    background-color: #ffa91c;
}

.badge-danger {
    background-color: #f96a74;
}

.badge-purple {
    background-color: #5553ce;
}

.badge-pink {
    background-color: #ec6794;
}

.badge-inverse {
    background-color: #36404c;
}
/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    color: #313a46;
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        background-color: #e2e2e2;
    }

.pagination-split li {
    margin-left: 5px;
    /*display: inline-block;*/
    float: left;
}

    .pagination-split li:first-child {
        margin-left: 0;
    }

    .pagination-split li a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #64c5b1;
    border-color: #64c5b1;
}

.pager li > a,
.pager li > span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #313a46;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #64c5b1;
    border-color: #64c5b1;
}

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text {
        color: rgba(255, 255, 255, 0.7);
    }
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-custom .waves-ripple {
    background-color: rgba(100, 197, 177, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(68, 137, 228, 0.4);
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(50, 200, 97, 0.4);
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(52, 211, 235, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(255, 169, 28, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(249, 106, 116, 0.4);
}

.waves-effect.waves-pink .waves-ripple {
    background-color: rgba(236, 103, 148, 0.4);
}

.waves-effect.purple .waves-ripple {
    background-color: rgba(85, 83, 206, 0.2);
}

.waves-effect.waves-inverse .waves-ripple {
    background-color: rgba(54, 64, 76, 0.4);
}
/* =============
   Print css
============= */
@media print {
    .page-title-box,
    .topbar-left,
    .hidden-print,
    .breadcrumb,
    .page-title,
    .footer {
        display: none;
        margin: 0;
        padding: 0;
    }

    .left,
    .right-bar {
        display: none;
    }

    .content {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .content-page {
        margin-left: 0;
        margin-top: 0;
    }

    .card-box,
    body {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
}
/* =============
   Demo Css
============= */
.demo-box {
    padding: 10px 15px;
}
/* Button demo */
.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

    .button-list .btn {
        margin-bottom: 12px;
        margin-left: 8px;
    }
/* Popover */
.demo-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
    z-index: 9;
}
/* Tooltips */
.demo-tooltip .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}
/* Grid page */
.grid-structure .grid-container {
    background-color: #f3f3f3;
    margin-bottom: 18px;
    padding: 12px 20px;
    font-family: 'Nunito Sans', sans-serif;
}
/* Demo Animation */
.demo-animation {
    text-align: center;
}

    .demo-animation img {
        position: relative;
        width: 120px;
        display: block;
        margin: 0 auto 40px auto;
        z-index: 1;
        border-radius: 2px;
    }
/* Demo only */
.icon-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

    .icon-list-demo div p {
        margin-bottom: 0;
        line-height: inherit;
    }

.icon-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(49, 58, 70, 0.7);
    border-radius: 3px;
    display: inline-block;
    transition: all 0.2s;
}

.icon-list-demo [class^="pe-7s-"],
.icon-list-demo [class*=" pe-7s-"] {
    font-weight: 600;
}

.icon-list-demo .col-md-4 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
}

    .icon-list-demo .col-md-4:hover i {
        color: #ffffff;
        background-color: #4489e4;
    }
/* Switchery demo */
.switchery-demo {
    margin-bottom: -10px;
}

    .switchery-demo .switchery {
        margin-bottom: 10px;
        margin-right: 5px;
    }
/* Icon colored demo */
.icon-colored {
    height: 48px;
    width: 48px;
    margin: 2rem;
}

.icon-colored-lg {
    height: 64px;
    width: 64px;
    margin: 2.2rem;
}

.dashboard .panel-heading {
    padding: 5px 20px 5px 10px !important;
}

    .dashboard .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        content: "\e260"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: #98a6ad; /*adjust as needed*/
    }

    .dashboard .panel-heading .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\e259"; /* adjust as needed, taken from bootstrap.css */
    }

.dashboard .panel-group .panel {
    border-radius: 0; /* margin-top:2px !important; */
}

.dashboard .panel-group .panel-default {
    border: none;
    background: none;
}

.dashboard .panel-group .panel .panel-heading {
    border-radius: 0;
    color: #ffffff;
    font-weight: normal;
}

    .dashboard .panel-group .panel .panel-heading .panel-title a {
        display: block;
    }

.dashboard .panel-group .panel .panel-body {
    background-color: transparent;
    padding: 0;
    border-top-color: #b1b2b4 !important;
    color: #222222;
}

    .dashboard .panel-group .panel .panel-body table thead {
        background-color: #d0d0d3;
    }

        .dashboard .panel-group .panel .panel-body table thead > tr > th {
            border-bottom: 1px solid #b8b9bb;
        }

    .dashboard .panel-group .panel .panel-body table {
        padding: 12px;
        border-bottom: 1px solid #b8b9bb;
    }

        .dashboard .panel-group .panel .panel-body table tbody tr:hover {
            background: #d0d0d3;
        }

        .dashboard .panel-group .panel .panel-body table tbody > tr > td {
            border-bottom: 2px solid #e9ecef;
            vertical-align: middle;
        }

        .dashboard .panel-group .panel .panel-body table tbody > tr.red > td {
            background: #ff3e49;
        }

        .dashboard .panel-group .panel .panel-body table tbody > tr.gray > td {
            background: #888;
            color: #bbb;
        }

.dashboard .panel-group .table-responsive {
    border: 1px solid #d0cfd4;
    margin-bottom: 10px;
}

.dashboard .panel-group {
    margin-bottom: 0;
}

    .dashboard .panel-group .panel .panel-body table tbody .fas {
        font-size: 18px;
        background: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
    }




.alert-color {
    color: #ec272e;
}

.success-color {
    color: #8bb640;
}

.sensorH {
    margin: 0;
}

.sensorSplH {
    margin: 0;
    position: fixed;
    z-index: 100;
    top: 70px;
    width: 100%;
    background: #fff;
    padding: 20px 20px 0 20px;
}

.titleSplH {
    margin: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

table.splTable tr > th {
    font-weight: normal !important;
}

table.splTable tbody > tr > td {
    border: 1px solid #ededed !important;
    vertical-align: middle;
}

.danger-status {
    background-color: #de7272;
    min-height: 72px;
    padding: 23px;
    text-align: center;
    color: #ffffff;
    border: solid 1px #c95555;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 0 15px 0;
}

.working-status {
    background-color: #b1ce7e;
    border: solid 1px #97b366;
    min-height: 72px;
    padding: 23px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 0 15px 0;
}

.openAlarm {
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    display: inline-block;
    padding: 4px 10px;
    color: #222222;
    font-size: 12px;
}

.danger-status-spl {
    min-height: 1px;
    padding: 5px 25px;
}

.working-status-spl {
    min-height: 1px;
    padding: 5px 22px;
}

.splPD5 {
    display: inline-block;
    padding: 5px;
}

.dpinBlk {
    display: inline-block !important;
}

.fLeft {
    float: left;
}

.fMLeft {
    float: left;
}

.fRight {
    float: right;
}

.widAuto {
    width: auto !important;
}

.p10 {
    padding: 10px !important;
}

.mt8 {
    margin-top: 8px
}

.commonBtn {
    background: #0a8ac7; /* Old browsers */
    background: -moz-linear-gradient(top, #0a8ac7 0%, #006697 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0a8ac7 0%,#006697 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0a8ac7 0%,#006697 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #00517c;
    padding: 6px 12px;
    text-align: center;
    margin-top: 5px;
}

    .commonBtn:hover {
        background: #006697; /* Old browsers */
        background: -moz-linear-gradient(top, #006697 0%, #124e6a 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #006697 0%,#124e6a 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #006697 0%,#124e6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-color: #013152;
    }

.commonBtnColor {
    color: #0a8ac7;
}

.btnBlueColor {
    background-color: #0a8ac7 !important;
}

    .btnBlueColor:hover {
        background-color: #124e6a !important;
    }

.btnRedColor {
    background-color: #d94242 !important;
}

    .btnRedColor:hover {
        background-color: #c13434 !important;
    }

.btnOrangeColor {
    background-color: #e67f20 !important;
}

    .btnOrangeColor:hover {
        background-color: #c96e1a !important;
    }

.form-control-custom {
    width: 280px;
    background: #f5f5f5;
    border: none;
    color: #000;
    padding: 6px 10px 7px;
    font-size: 15px;
}

.colorBlack {
    color: #000 !important;
}

.textStyle {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}

.panel {
    border: solid 1px #dfdede !important;
    border-left: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-bottom: none !important;
}

.SensorPanel {
    border: solid 1px #dfdede !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.panel-group:last-child > .panel {
    border-bottom: solid 1px #dfdede !important;
}



.mb0 {
    margin-bottom: 0 !important;
}

.table-responsive {
    font-size: 13px !important;
}

.scrolDivH {
    height: 500px;
    overflow-y: scroll;
}

.searchH {
    float: left;
    margin: 0 5px 10px 0;
    text-align: center;
}

.default-bg, .default-bg.bgGray {
    border-left: solid 3px #7ace09 !important;
    background: #cdcdcc !important;
}

    .default-bg a, .default-bg.bgGray a {
        color: #000;
        font-size: 14px;
    }

.main-panel .bg-primary, .alert-bg, .alert-bg.bgGray {
    border-left: solid 3px #ee1c24 !important;
    /* background: #cdcdcc !important; */
}

.bg-info, .bg-info.bgGray {
    border-left: solid 3px orange !important;
    /* background: #cdcdcc !important; */
}

.bg-removed {
    border-left: solid 3px grey !important;
}

.bg-warning, .bg-warning.bgGray {
    border-left: solid 3px orange !important;
}

.main-panel .bg-primary a, .alert-bg a, .alert-bg.bgGray a {
    color: #000;
    font-size: 14px;
}

.alert {
    padding: 5px !important;
}

.roundBox {
    font-size: 12px;
    color: #000;
    padding: 1px 8px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: solid 1px #98a6ad;
    margin: 1px 3px 1px 0;
    background: #fff;
    display: inline-block;
}

.red {
    color: red;
}

.green {
    color: green;
}

.firstSection {
    width: 75%;
    display: inline-block;
    color: #000;
    font-size: 14px;
}

.secondSection {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.sysGroupDiv {
    background: #fff !important;
}

.divisionDiv {
    background: #f6f6f6 !important;
}

.groupDiv {
    background: #ededee !important;
}

.sensorFrDiv {
    background: #DCE6EC !important;
}

.sensorChildrenFrDiv {
    background: #ffffff !important;
}

.sendorSubDiv {
    background: #dadad9 !important;
}

.objectInactiveDiv {
    background: #EBE9E9 !important;
}

.objectInactiveText {
    color: #999;
}

/* login page */
.loginHolder {
    display: table;
    width: 100%;
    height: 100vh;
    /*background: #637fa7;*/
    background: url('../images/rapidslogin.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
}

.loginContainer {
    display: table-cell;
    vertical-align: middle;
}

    .loginContainer h4 {
        margin: 0;
        padding-bottom: 22px;
    }

.login {
    padding: 49px 30px 55px;
    background: #ffffff;
    max-width: 459px;
    margin: 0 auto;
    border: 1px solid #d0cfd4;
    border-radius: 2px;
}

.loginLogo {
    padding-bottom: 10px;
}

.loginformholder {
    padding: 0;
}

    .loginformholder li {
        padding-bottom: 27px;
        list-style: none;
    }

        .loginformholder li:last-child {
            padding-bottom: 0;
        }

    .loginformholder label {
        display: block;
        padding-bottom: 3px;
        margin: 0;
        color: #000000;
    }

    .loginformholder li input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #d0cfd4;
        border-radius: 2px;
    }

    .loginformholder button {
        color: #ffffff;
        background: #4489e4;
        display: block;
        padding: 8px 10px;
        width: 100%;
        border-radius: 2px;
        font-size: 14px;
        font-weight: bold;
    }

        .loginformholder button:hover {
            color: #ffffff;
            background-color: #3d7fd6;
        }

        .loginformholder input[type="submit"] + a, .loginformholder button + a {
            color: #4489e4;
            padding-top: 15px;
            font-size: 15px;
            font-family: 'Nunito Sans', sans-serif;
            display: inline-block;
        }

            .loginformholder input[type="submit"] + a, .loginformholder button + a:hover {
                text-decoration: underline;
            }

.signup {
    padding-top: 45px;
}

    .signup a {
        color: #4489e4;
        font-weight: bold;
        font-size: 14px;
    }

        .signup a:hover {
            text-decoration: underline;
        }

.p0 {
    padding: 0 !important;
}

    .p0.enlarged {
        min-height: 1px !important;
    }
/* login page end*/

.btn-default {
    background-color: #4489e4;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    border: none;
}

    .btn-default:hover {
        background-color: #3d7fd6;
        color: #ffffff;
    }

.btn-create {
    background-color: #3da415;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    border: none;
}

    .btn-create:hover {
        background-color: #2f8e09;
        color: #ffffff;
    }

.btn-delete {
    background-color: #e21919;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    border: none;
}

    .btn-delete:hover {
        background-color: #c20b0b;
        color: #ffffff;
    }

.deleteHldr .control-label {
    padding-top: 0 !important;
}

.usersTable {
    margin-bottom: 0 !important;
}

a.delete {
    font-size: 0;
    background-color: transparent !important;
    display: inline-block;
}

    a.delete:after {
        content: "\f1f8";
        font-size: 18px !important;
        font: normal normal 900 14px/1 "Font Awesome 5 Pro";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

a.restore {
    font-size: 0;
    background-color: transparent !important;
    display: inline-block;
}

    a.restore:after {
        content: "\f0e2";
        font-size: 18px !important;
        font: normal normal 900 14px/1 "Font Awesome 5 Pro";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

a.notInUse:after {
    content: "\f056";
    font-size: 18px !important;
    font: normal normal 900 14px/1 "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.actionButton {
    font-size: 0;
    background-color: transparent !important;
    cursor: pointer;
    display: inline-block;
    padding: 0px 4px;
}

    a.actionButton:after {
        font-size: 18px !important;
        font: normal normal 900 14px/1 "Font Awesome 5 Pro";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

a.sendEmail:after {
    content: "\f0e0";
}

a.sendSms:after {
    content: "\f27a";
}

a.forgotPassword {
    background: url(images/forgotPassword.png) no-repeat !important;
    display: inline-block;
    height: 18px;
    width: 20px;
    cursor: pointer;
}

.usersTable a.edit {
    background-color: #4489e4;
    border-radius: 4px;
    color: #316993;
    display: inline-block;
    padding: 2px 6px;
    margin: 4px 4px 4px 0;
}

    .usersTable a.edit:hover {
        background-color: #3d7fd6;
        color: #ffffff;
    }

.usersTable a.actionButton {
    background-color: #e21919;
    border-radius: 4px;
    color: #316993;
    display: inline-block;
    padding: 2px 6px;
    margin: 4px 4px 4px 0;
}

    .usersTable a.actionButton:hover {
        background-color: #c20b0b;
        color: #ffffff;
    }

td.text-center {
    text-align: left;
}

.ptb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-t-b-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-t-b-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.deleteHldr .form-horizontal > .row {
    text-align: center;
}

    .deleteHldr .form-horizontal > .row > .form-group:first-child {
        width: 40%;
        display: inline-block !important;
    }

.custumCheck {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

    .custumCheck input[type=checkbox] {
        opacity: 0;
        position: absolute;
        top: -5px;
        z-index: 999;
        left: 0;
        margin: 0;
        width: 100%;
        height: 20px;
    }

    .custumCheck label {
        position: absolute;
        top: 0px;
        border-radius: 3px;
        padding: 0;
        min-height: 1px;
        width: 17px !important;
        height: 17px !important;
        border: 1px solid #316993;
        background: rgba(49, 105, 147, 0);
    }

    .custumCheck input[type=checkbox]:checked + label {
        background: rgba(49, 105, 147, 0.95);
        border: none;
    }

        .custumCheck input[type=checkbox]:checked + label:after {
            content: '';
            position: absolute;
            left: 3px;
            top: 7px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .custumCheck input[type=checkbox]:disabled + label {
        background: rgba(49, 105, 147, 0.35);
        border: none;
    }

.treeMenu2 > ul li {
    position: relative;
    padding-bottom: 5px;
}

.treeMenu2 > ul ul li {
    padding-left: 35px !important;
}

.treeMenu2 > ul > li > span {
    background: #0884c4;
    display: block;
    color: #fff;
    padding: 10px 40px;
    margin-bottom: 10px;
}

    .treeMenu2 > ul > li > span.collapsible {
        position: absolute;
        padding: 0;
        top: 13px;
        left: 10px;
    }

.overflowX {
    overflow-x: auto !important;
}

.field-validation-error {
    position: absolute;
    font-size: 12px;
}

.page-title-box .page-title:not(:only-child) {
    padding-top: 8px;
}

.bx-none {
    box-shadow: none !important;
}

.alert-success .fas {
    font-size: 24px;
}

.alert-danger .fas {
    font-size: 24px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}



.fsWidth {
    max-width: 400px !important;
    width: 400px;
}

/*#alarmLegendList, #sensorLegendList{
    list-style-type : none !important;
} 
        
#alarmLegendList > li > div, #sensorLegendList > li > div{
    display : inline-block;
    margin-right:10px !important;
    height:10px;
    width:10px;
}

#alarmLegendList > li > span, #sensorLegendList > li > span {
    font-size: 10px;
    font-weight: bold;
    font-family: tahoma;
}*/

.sensorWidth {
    width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.legendsDiv {
    display: block !important;
}

.chartLegendsHeader {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-family: tahoma !important;
}

.p-l-r-5 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-l-83 {
    margin-left: 83px;
}

@media only screen and (max-width: 1200px) {
    .titleSplH, .sensorSplH {
        margin: 0;
        position: relative;
        z-index: -1;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .form-control-custom {
        width: auto;
    }

    .button-menu-mobile {
        color: #333 !important;
    }
}


@media only screen and (max-width: 600px) {
    .widAuto {
        width: 100% !important;
    }

    .fMLeft {
        float: right;
    }

    .form-control-custom {
        width: 100% !important;
    }

    .sensorWidth {
        width: 100%;
    }

    .firstSection {
        width: 100%;
    }
}

.marginR {
    margin-right: 5px !important;
}

.panel .iconHldr {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 6px 0 0;
}

    .panel .iconHldr img {
        width: 100%;
        fill: #98a6ad;
    }

.tblIconHldr {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 6px 0 0;
}

    .tblIconHldr img {
        width: 100%;
        fill: #98a6ad;
    }

.tblIcontreeL {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: -6px 3px 0 9px;
}

    .tblIcontreeL img {
        width: 100%;
        fill: #98a6ad;
    }


.objectPanel {
    border: solid 1px #dfdede !important;
    padding: 15px;
    margin: 10px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.w33 {
    width: 33%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}

.backgroundBlue {
    background-color: lightblue;
}

#CustomerNumber {
    top: 4px;
    left: 40px;
}

#customerNumberLabel {
    top: -15px;
    padding-left: 3px;
    font-size: 13px;
}

.iti__selected-flag {
    top: 10px;
    left: -3px;
    background-color: transparent !important;
}

@media screen and (max-width: 768px) {
    .surveillanceNotes {
        display: none;
    }
}

.reportCalibrationHeaderTable {
    width: 100%;
    max-width: 100%;
}

    .reportCalibrationHeaderTable td {
        padding-top: 5px;
        font-size: 14px;
        padding-bottom: 15px;
        padding-left: 5px;
        column-width: auto;
    }

    .reportCalibrationHeaderTable th {
        vertical-align: top;
        padding-top: 5px;
        text-align: left;
        padding-right: 15px;
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
    }

    .reportCalibrationHeaderTable h1 {
        font-weight: 700;
    }

.reportCalibrationFilterTable {
    word-wrap: break-word;
}

    .reportCalibrationFilterTable td {
        font-size: 14px;
    }

    .reportCalibrationFilterTable th {
        font-size: 12px;
    }


.bg-disabled {
    background-color: lightgray;
}

.color-blue {
    color: blue;
}

.color-gray {
    color: gray;
}

.color-bluishgray {
    color: #2e6eae;
}

.color-green {
    color: #7ace09;
}

.color-transport {
    color: #003cb3;
}

.color-transport-virutal {
    color: #52830f;
}

.bg-white {
    background: white;
}

.headerSplH {
    margin: auto;
    position: fixed;
    top: 70px;
    z-index: 100;
    display: block;
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
}

.popover {
    max-width: 500px;
}

.sensorTabAlarmGroup {
    border: 1px solid #cac3c3;
    margin: 0px 3px 3px 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.m2 {    
    margin: 2px;
}

.topBorderRadius10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.borderRadius10 {
    border-radius: 10px;
}

.IconGrey {
    filter: invert(50%)
}

.IconBlue {
    filter: invert(15%) sepia(60%) saturate(6234%) hue-rotate(246deg) brightness(87%) contrast(156%);
}

.sensor-color-Active {
    color: #1895f5;
}

.sensor-color-Inactive {
    color: #b3b3b3;
}

.notes-overflow {
    display: block;
    white-space: nowrap;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .notes-overflow:hover {
        overflow: visible;
        white-space: normal;
        height: auto;
    }

.dropdownDiv {
    position: relative;
    display: inline-block;
}

.dropdownDiv-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: 300px;
    overflow: auto;
}

    .dropdownDiv-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdownDiv-content a:hover {
            background-color: #0884c4
        }

.object-icon-style {
    padding-right: 5px;
    width: 20px;
    height: 20px;
}

.fill-opacity-grey {
    color: #000;
    opacity: 0.6
}

.hasTooltip .tooltipText {
    visibility: hidden;
    background-color: steelblue;
    color: #fff;
    border-radius: 6px;
    padding: 4px;
    position: absolute;
    margin: -30px;
    font-size: 12px
}

.hasTooltip:hover .tooltipText {
    visibility: visible;
}

.sensorClickClass:hover {
    text-decoration:underline;
    cursor:pointer;
}

.tableFixed {
    width: 100%;
    table-layout: fixed;
}

    .tableFixed td {
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

.user-search-icon.disabled {
    pointer-events: none;
    opacity: 0.6;
}

#btnShowAllUsers.active-toggle {
    background: green;
}

.h4Heading h4{
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.btn-document-action:hover {
    background-color: #0081c0 !important;
    border-color: #0081c0 !important;
    color: white !important;
    transition: all 0.2s ease-in-out;
}

/* Default (desktop) */
.time-col {
    width: 100px;
    min-width: 60px;
    max-width: 120px;
    white-space: nowrap;
}

/* Responsive: on small screens, let Bootstrap handle the width */
@media (max-width: 768px) {
    .time-col {
        width: auto;
        min-width: 0;
        max-width: none;
    }
}

.rounded-div {
    background-color: #4489e4;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
    margin: 1px;
}

.escalation-container {
    display: inline-block;
    white-space: nowrap;
}