﻿/*!
 * Start Bootstrap - SB Admin v5.0.2 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

@charset "UTF-8";

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    #wrapper #content-wrapper {
        overflow-x: hidden;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 45px;
    }

body.fixed-nav #content-wrapper {
    margin-top: 50px;
    padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0;
}

@media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px;
    }

    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px;
    }
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

a {
    color: #5b5b5b;
}

    a:active, a:focus, a:hover {
        color: #727272;
    }

.padding-50 {
    padding: 50px;
}

.bg-muted {
    background-color: #c5c7c6;
}

.bg-primary {
    background-color: #ffcc01 !important;
}

@media (max-width: 992px) {
    .hidden-md {
        display: none;
    }
}

@media (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
}

h1 {
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}

.f-s-20 {
    font-size: 20px;
}

.bg-img {
    background-image: url("../images/fabrica.jpg");
    position: relative;
}

table tbody tr td {
    background-color: #fff;
}

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.navbar {
    min-height: 66px;
}

.navbar-nav {
    float: right !important;
}

    .navbar-nav .form-inline .input-group {
        width: 100%;
    }

    .navbar-nav .nav-item.active .nav-link {
        color: #fff;
    }

    .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
        width: 1rem;
        text-align: center;
        float: right;
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
    }

    .navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
        content: '\f107';
    }

    .navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav .nav-item .nav-link:focus {
        outline: none;
    }

    .navbar-nav .nav-item .nav-link .badge {
        position: absolute;
        margin-left: 0.75rem;
        top: 0.3rem;
        font-weight: 400;
        font-size: 0.5rem;
    }

@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto;
    }
}

.sidebar {
    width: 90px !important;
    background-color: #5b5b5b;
    min-height: calc(100vh - 50px);
}

    .sidebar .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 90px;
    }

        .sidebar .nav-item .nav-link span {
            font-size: 0.65rem;
            display: block;
        }

    .sidebar .nav-item .dropdown-menu {
        position: absolute !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0;
    }

        .sidebar .nav-item .dropdown-menu.dropup {
            bottom: 0;
            top: auto !important;
        }

    .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }

    .sidebar .nav-item .nav-link {
        color: #fff;
    }

        .sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
            color: #fff;
            background-color: #727272;
        }

    .sidebar .nav-item.active {
        background-color: #727272 !important;
    }

    .sidebar .nav-item .dropdown-menu {
        border: none;
        background-color: #5b5b5b;
    }

    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }

    .sidebar .nav-item .dropdown-menu.sub-menu {
        padding: 0;
        margin: 0;
    }

        .sidebar .nav-item .dropdown-menu.sub-menu li {
            padding: 0px 20px;
            background-color: #4e4e4e;
        }

            .sidebar .nav-item .dropdown-menu.sub-menu li a.nav-link {
                display: block;
                width: 225px;
                text-align: left;
                padding: 10px;
                background-color: transparent;
                color: #fff;
            }

                .sidebar .nav-item .dropdown-menu.sub-menu li a.nav-link:hover {
                    text-decoration: none;
                }

            .sidebar .nav-item .dropdown-menu.sub-menu li.dropdown-item.active, .sidebar .nav-item .dropdown-menu.sub-menu li.dropdown-item:hover {
                background-color: #727272;
            }

@media (min-width: 768px) {
    .sidebar {
        width: 225px !important;
    }

        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 225px;
        }

            .sidebar .nav-item .nav-link span {
                font-size: 1rem;
                display: inline;
            }

        .sidebar .nav-item .dropdown-menu {
            position: static !important;
            margin: 0 1rem;
            top: 0;
        }

        .sidebar .nav-item.dropdown .dropdown-toggle::after {
            display: block;
        }

        .sidebar.toggled {
            overflow: visible;
            width: 90px !important;
        }

            .sidebar.toggled .nav-item:last-child {
                margin-bottom: 1rem;
            }

            .sidebar.toggled .nav-item .nav-link {
                text-align: center;
                padding: 0.75rem 1rem;
                width: 90px;
            }

                .sidebar.toggled .nav-item .nav-link span {
                    font-size: 0.65rem;
                    display: block;
                }

            .sidebar.toggled .nav-item .dropdown-menu {
                position: absolute !important;
                -webkit-transform: none !important;
                transform: none !important;
                left: calc(90px + 0.5rem) !important;
                margin: 0;
            }

                .sidebar.toggled .nav-item .dropdown-menu.dropup {
                    bottom: 0;
                    top: auto !important;
                }

            .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
                display: none;
            }
}

.dropdown-menu-settings {
    border-radius: 10px;
    -webkit-box-shadow: -1px 1px 3px rgba(114, 114, 114, 0.9) !important;
    box-shadow: -1px 1px 3px rgba(114, 114, 114, 0.9) !important;
}

    .dropdown-menu-settings a.dropdown-item {
        text-align: right;
        float: right;
    }

        .dropdown-menu-settings a.dropdown-item i {
            margin-left: 10px;
            color: #727272;
        }

.sidebar.fixed-top {
    top: 50px;
    height: calc(100vh - 50px);
    overflow-y: auto;
}

@media (min-width: 768px) {
    footer.sticky-footer {
        width: 100% !important;
        padding-left: 225px;
    }
}

.sticky-footer {
    color: #5b5b5b;
}

.nav-pills-tabs .nav-item {
    padding: 10px 0;
    margin-top: -1rem;
    background-color: #e9ecef;
    border-left: 2px solid #b2b4b3;
    border-bottom: 1px solid #b2b4b3;
}

    .nav-pills-tabs .nav-item:first-child {
        border-left: none;
    }

    .nav-pills-tabs .nav-item.active {
        background-color: #fff;
        font-weight: bold;
    }

    .nav-pills-tabs .nav-item:hover {
        background-color: #cbd3da;
    }

.navbar-brand-left {
    width: 500px;
}

@media (max-width: 830px) {
    .navbar-brand-left {
        width: 300px;
    }
}

.breadcrumb-nav {
    color: #000;
    background-color: inherit;
    padding: 13px 0;
    margin-bottom: 0;
    margin-left: 50px;
}

    .breadcrumb-nav .breadcrumb-item a, .breadcrumb-nav .breadcrumb-item a:hover, .breadcrumb-nav .breadcrumb-item a:focus {
        color: #000;
        font-weight: 500;
    }

    .breadcrumb-nav .breadcrumb-item.active {
        color: #000;
        font-weight: bold;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: #000 !important;
    font-weight: normal !important;
}

.nav-buttons-right {
    background-color: #fab404;
    padding-top: 10px;
    margin-top: -21px;
    margin-bottom: -20px;
    padding-bottom: 7px;
}

    .nav-buttons-right.first {
        margin-left: 15px;
    }

    .nav-buttons-right.second {
        margin-right: -15px;
    }

    .nav-buttons-right .nav-link {
        padding-left: 10px;
    }

@media (max-width: 768px) {
    .navbar-brand {
        display: none;
    }
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 90px);
    height: 45px;
    background-color: #e9ecef;
}

    footer.sticky-footer .copyright {
        line-height: 1;
        font-size: 0.8rem;
    }

@media (min-width: 768px) {
    footer.sticky-footer {
        width: calc(100% - 225px);
    }
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

@media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-footer {
        width: calc(100% - 90px);
    }
}

.modal-primary .modal-content {
    border: 6px solid #adb5bd;
    border-radius: 20px;
}

    .modal-primary .modal-content .modal-header {
        padding: 10px 20px;
        background-color: #ffcc01;
        border-radius: 14px 14px 0 0;
    }

        .modal-primary .modal-content .modal-header .modal-title, .modal-primary .modal-content .modal-header a {
            color: #000;
        }

        .modal-primary .modal-content .modal-header a {
            margin-left: 5px;
        }

            .modal-primary .modal-content .modal-header a:hover {
                text-decoration: none;
                color: #5b5b5b;
            }

    .modal-primary .modal-content .modal-footer.show-columns {
        display: block;
    }

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #28a745;
    }

        .option-input:checked::before {
            height: 25px;
            width: 30px;
            position: absolute;
            font-family: FontAwesome !important;
            content: '✔';
            display: inline-block;
            font-size: 20px;
            text-align: center;
            line-height: 30px;
        }

        .option-input:checked::after {
            background: #28a745;
            font-family: 'Font Awesome 5 Free';
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.card .card-footer .btn.btn-default {
    border-color: #727272;
}

    .card .card-footer .btn.btn-default:hover {
        background-color: #c5c7c6;
    }

.btn-outline-primary, .btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    border-color: #ffcc01 !important;
    color: #5b5b5b !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus:hover,
    .btn-outline-primary:not(:disabled):not(.disabled):active:hover {
        background-color: #ffcc01 !important;
        border-color: #ffcc01 !important;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
    .btn-outline-primary:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #fff !important;
    }

.btn.sort-link:not(:disabled):not(.disabled):active:focus,
.btn.sort-link:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.height-10 {
    height: 10px;
}

.height-30 {
    height: 30px;
}

.height-50 {
    height: 50px;
}

.btn.btn-primary {
    color: #5b5b5b;
    background-color: #ffcc01;
    border-color: #ffcc01;
}

    .btn.btn-primary:hover {
        background-color: #fab404 !important;
        border-color: #fab404 !important;
    }

    .btn.btn-danger:focus, .btn.btn-danger:not(:disabled):not(.disabled):active:focus,
    .btn.btn-info:focus,
    .btn.btn-info:not(:disabled):not(.disabled):active:focus,
    .btn.btn-success:focus,
    .btn.btn-success:not(:disabled):not(.disabled):active:focus,
    .btn.btn-primary:focus,
    .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

table.tabel-monitoring.table-bordered th,
table.tabel-monitoring.table-bordered td {
    border: 1px solid #adb5bd !important;
}

table.tabel-monitoring thead,
table.tabel-monitoring tbody {
    text-align: center;
}

table.tabel-monitoring thead {
    background-color: #ffcc01;
    color: #5b5b5b;
}

table.tabel-monitoring tbody tr.danger {
    background-color: #e31e25;
}

table.tabel-monitoring tbody tr.success {
    background-color: #dbe285;
}

table.tabel-monitoring tbody tr.muted {
    background-color: #868e96;
}

#serach-form {
    padding: 15px 10px 5px;
    color: #5b5b5b;
    background-color: #dee2e6;
    margin: 20px -15px 0 -15px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    background: #e9ecef;
    z-index: 1510 !important;
    float: left;
    list-style: none;
    display: none;
    max-height: 200px !important;
    overflow-y: auto !important;
}

    .ui-autocomplete li.ui-menu-item:hover {
        background: #dee2e6;
    }

.ui-helper-hidden-accessible {
    display: none;
}

.ui-datepicker {
    width: 100%;
}

.logout-button {
    color: #dc3545;
}

    .logout-button:hover {
        color: #a71d2a;
    }

@media (max-width: 720px) {
    .hidden-sm {
        display: none;
    }
}

.ui-menu-item div.ui-state-active {
    font-weight: bold;
}

.card-login {
    max-width: 25rem;
}

.table thead th.th-sortable {
    vertical-align: middle;
    padding: 0;
}

    .table thead th.th-sortable:hover {
        background: #fab404;
    }

    .table thead th.th-sortable:hover, .table thead th.th-sortable.active {
        background: #fab404;
    }

.btn.sort-link {
    color: #000;
    font-weight: 500;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    background-color: transparent;
    white-space: unset !important;
}

    .btn.sort-link:hover {
        text-decoration: none;
        background-color: transparent;
        border: 0;
    }

.lable-checkbox {
    margin-top: -.5rem;
}

@media (min-width: 1300px) {
    .xl-max-w-300 {
        max-width: 300px;
    }
}

.modal-footer .btn.btn-success {
    color: #fff !important;
}

.pagination-custom .page-link {
    color: #5b5b5b;
    border: 0;
}

    .pagination-custom .page-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.pagination-custom .page-item.active .page-link {
    background-color: #727272;
    color: #fff;
}

.select, .custom-select {
    -webkit-appearance: none !important;
}

.card .card-header {
    font-weight: bold;
    color: #5b5b5b;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
}

#loading-img {
    position: absolute;
    background: url(/Content/images/preloader.gif) center center no-repeat;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.display-block {
    display: block;
}

.span-nowrap {
    white-space: nowrap;
}
