@media print {
    body.modalprinter * {
        visibility: hidden;
    }

    body.modalprinter .modal-dialog.focused {
        position: absolute;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

    body.modalprinter .modal-dialog.focused .modal-content {
        border-width: 0;
    }

    body.modalprinter .modal-dialog.focused .modal-content .modal-header .modal-title,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body * {
        visibility: visible;
    }

    body.modalprinter .modal-dialog.focused .modal-content .modal-header,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body {
        padding: 0;
    }

    body.modalprinter .modal-dialog.focused .modal-content .modal-header .modal-title {
        margin-bottom: 20px;
    }
}

select {
    width: 100% !important;
}

select.kt-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.kt-select::-ms-expand {
    display: none;

}

.kt-fixed-left {
    position: fixed;
    margin-top: 80px;
    top: 0px;
    height: 100vh;
    z-index: 9999;
    background-color: bisque;
}

.kt-top-bar {
    position: fixed;
    top: 0px;
    height: 80px;
    z-index: 9999;
}

.kt-menu-bar-collapsed {
    width: 15px;
}


.kt-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.kt-box-shadow {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(105, 114, 130, 0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(105, 114, 130, 0.3);
    box-shadow: 4px 4px 5px 0px rgba(105, 114, 130, 0.3);
}

.kt-box-shadow-tab {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(105, 114, 130, 0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(105, 114, 130, 0.3);
    box-shadow: 4px 4px 5px 0px rgba(105, 114, 130, 0.3);
}

.kt-nobar {
    overflow-x: hidden;
}

.kt-hidden {
    opacity: 0;
}

.icon-inside {
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    pointer-events: none;
    font-size: 16px;
    font-size: 1.125rem;
    color: #c4c3c3;
    z-index: 3;
}

.list-group-item.active,
.list-group-item.active:hover {
    background-color: #DAEEFD;
}

.hidden {
    display: none;
}