.login-page {
    background-color: black;
    background-image: url('../img/bg.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}
.login-box {
    background: #0b3e6f;
    box-shadow: inset 0 1px 0 rgba(47,61,68,0.6), 0 22px 70px 4px rgba(0,0,0,0.56), 0 0 0 1px rgba(0, 0, 0, 0.0);
    overflow: hidden;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    width: 450px !important;
}
.login-box-body, .register-box-body {
    background: #0b3e6f;
}
.login-logo a, .register-logo a {
    color: #aaaaaa;
}
.login-logo {
    padding: 1em 0;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: white !important;
}
.login-logo, .register-logo {
    margin-bottom: 0 !important;
}
.login-logo {
    padding-bottom: 0 !important;
}
.topbar {
    text-align: center;
    font-size: 2em;
    color: white;
    padding-top: 2em;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}
.bottombar {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
}
.topbar img {
    height: 100px;
    width: auto;
}
.topbar p {
    margin: 0;
    padding: 0;
    color: #fff;
}
.bottombar p {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}
#login-form input[type="text"],
#login-form input[type="password"]{
    background: none;
    border: none;
    border-bottom: 1px solid #555599;
}

#login-form input, #login-form label {
    color: #999999;
}

.login-box-body span.glyphicon {
    color: white;
}
.login-box-footer {
    background: url("../img/login_footer.png") no-repeat;
    height: 106px;
}
.login-logo, .register-logo {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    color: yellow;
}
.login-logo p {
    margin-top: 10px;
}

#login-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaaaaa;
    opacity: 1; /* Firefox */
}

#login-form .captcha_img{
    text-align: center;
    background-color: #C5D3DA;
}

#login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4e555b;
}

#login-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #4e555b;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #191c24;
    border: none;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: #efefef;
}

.table > thead > tr > th {
    border-bottom: 1px solid #cacaca !important;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-weight: bold;
}

.kv-grid-table .btn {
    padding: 2px 4px;
}

.modal-header {
    border-bottom-color: #dadada !important;
}

.modal-footer {
    border-top-color: #dadada !important;
}
.close {
    color: #000000 !important;
    text-shadow: 0 1px 0 #000 !important;
}

.kv-loader-overlay {
    background: none !important;
    z-index: 900 !important;
}

.kv-loader {
    background: none !important;
    z-index: 900 !important;
}
.modal-content {
    box-shadow:inset 0 1px 0 rgba(47,61,68,0.6), 0 22px 70px 4px rgba(0,0,0,0.56), 0 0 0 1px rgba(0, 0, 0, 0.0) !important;
    border-radius: 10px !important;
}
input.form-control {
    transition: box-shadow 0.3s ease;
}
select.form-control {
    font-size: 100%;
    cursor: pointer;
    border-radius: 0;
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: box-shadow 0.3s ease;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

select:hover,
select:focus,
input:hover,
input:focus {
    box-shadow: 0 0 10px #0e90d2, 0 0 3px #000000 !important;
}

.detail-view td {
    word-break: break-all;
}
.login-box input {
    box-shadow: none !important;
}

.swal-message {
    display: block;
    font-size: 1.2em;
    margin-top: 40px;
    text-align: center;
}

.swal-message-error {
    display: block;
    margin-top: 40px;
    text-align: center;
}

.select-picker {
    border-width: 1px !important;
    border-style: solid !important;
}

fieldset {
    border: 1px solid green;
    padding: 10px !important;
    margin-bottom: 10px !important;
    font-size: 1.1em;
}

.val-header {
    font-size: 1.5em;
    font-weight: bold;
    color: #0c5460;
}

legend {
    padding: 0.2em 0.5em;
    border: 1px solid green;
    color: #0b3e6f;
    font-size: 95%;
    text-align: right;
    width: auto !important;
    margin-bottom: 0 !important;
    font-weight: bold;
    background-color: #eeeeee;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-bottom: 10px;
    }
}

.row.equal [class*="col-"] .box{
    height: 100%;
}

.led-red {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.5s infinite;
    -moz-animation: blinkRed 0.5s infinite;
    -ms-animation: blinkRed 0.5s infinite;
    -o-animation: blinkRed 0.5s infinite;
    animation: blinkRed 0.5s infinite;
}

@-webkit-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-o-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}

.led-green {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #0F0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #134413 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkGreen 0.5s infinite;
    -moz-animation: blinkGreen 0.5s infinite;
    -ms-animation: blinkGreen 0.5s infinite;
    -o-animation: blinkGreen 0.5s infinite;
    animation: blinkGreen 0.5s infinite;
}

@-webkit-keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #134413 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
    to { background-color: #0F0; }
}
@-moz-keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #134413 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
    to { background-color: #0F0; }
}
@-ms-keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #134413 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
    to { background-color: #0F0; }
}
@-o-keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #134413 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
    to { background-color: #0F0; }
}
@keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #134413 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
    to { background-color: #0F0; }
}

.no-icon .icon {
    border: none !important;
}

.na {
    position: absolute;
    z-index: 99;
    background-color: rgba(255,255,255,0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 15px;
}

.center-all {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-map {
    height: 78vh !important;
}

.dashboard-map-tracking {
    height: 68vh !important;
}

@media only screen and (max-width: 500px) {
    /* For mobile phones: */
    .dashboard-map {
        height: 57vh !important;
    }

    .dashboard-map-tracking {
        height: 37vh !important;
    }
}

.highlight {
    background-color: yellow !important;
}
.dropdown-menu > li > a:hover {
    background-color: #0b93d5 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0 !important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: none !important;
}
.select2-container--krajee .select2-selection__clear {
    top: 0.2rem !important;
}
[class*=" datetimepicker-dropdown"] {
    background-color: #fff !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.7) !important;
}
.disabled-dtp {
    pointer-events: none;
    cursor: not-allowed;
}

.disabled-dtp input[type="text"] {
    background-color: #eee !important;
}

.kv-editable-link {
    color: inherit !important;
}

.kv-editable-link:hover {
    color: cyan !important;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}

.kv-editable-popover {
    height: auto !important;
}

.skin-midnight .box-solid > .box-header a, .skin-midnight .box > .box-header a, .skin-midnight .box-solid > .box-header .btn, .skin-midnight .box > .box-header .btn {
    color: #000000 !important;
}

.skin-midnight .box > .box-header a.btn-success, .skin-midnight .box > .box-header .btn.btn-success {
    color: white !important;
    padding: 3px 6px;
}

.toggle-vis.btn {
    padding: 3px 6px;
}

#grafik {
    box-shadow: none;
    border: 1px solid #888;
}

.box.plain {
    box-shadow: none !important;
    border: 1px solid #aaa !important;
}

.total-data {
    background-color: #000;
    padding: 3px 10px;
    margin: 10px 0;
    border: 1px solid #333;
    border-radius: 2px;
    color: orange;
    font-size: 1.1em;
}

.bg-info2, .bg-info2 > a {
    color: #fff !important;
}
.bg-info2 {
    background-color: #17a2b8 !important;
}

.bg-success2, .bg-success2 > a {
    color: #fff !important;
}
.bg-success2 {
    background-color: #28a745 !important;
}

.badge-success2 {
    color: #fff;
    background-color: #28a745;
}
.badge-warning2 {
    color: #1f2d3d;
    background-color: #ffc107;
}
.badge2 {
    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 5px;
}

.portable-station {
    color: #fff;
    background-color: #28a745;
    display: block;
    padding: 1em;
    margin: 10px;
    font-size: 1.5em;
    text-align: center;
    border-radius: .25rem;
    box-sizing: border-box;
    font-weight: bold;
}

.portable-station span {
    font-size: 0.8em;
    display: block;
    margin: 0 10px;
    font-weight: normal;
}

.main-header .sidebar-title {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 0 15px 15px;
    color: yellow;
}

@media (max-width: 412px) {
    .main-header .sidebar-title {
        max-width: 270px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.box-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.box-secondary > .box-header, .box-secondary > .box-header a {
    color: #fff !important;
}
.box-secondary > .box-header {
    background-color: #6c757d !important;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.padding1 {
    padding: 1rem;
}

.info-box .box-title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    background-color: #006f21;
    color: white;
    border-radius: 3px;
}

.info-box .large-value, .ispu-box .large-value {
    font-size: 3rem;
    text-align: center;
    display: block;
}

.info-box .satuan {
    text-align: center;
    display: block;
    color: #999999;
    font-style: italic;
}

.ispu-box .satuan {
    text-align: center;
    display: block;
    font-style: italic;
}

.ispu-box .box-title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 3px;
}

.analisa-title {
    font-weight: bold;
    color: #0b3e6f;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.ispu-box {
    display: block;
    min-height: 90px;
    width: 100%;
    border: 1px solid rgba(255,255,255,.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-bottom: 15px;
}