﻿:root {
    --mud-drawer-width-left: 300px !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.text-normal {
    font-weight: normal !important;
}

.text-bold,
.font-bold {
    font-weight: bold !important;
}

.text-italic {
    font-style: italic !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-underline {
    text-decoration: underline !important;
}

.color-primary {
    color: var(--mud-palette-primary) !important;
}

.color-error {
    color: var(--mud-palette-error) !important;
}

.color-white {
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.bg-primary {
    background: var(--mud-palette-primary) !important;
}

.border-1-dotted-black {
    border-bottom: 1px dotted black !important
}

.bg-error {
    background: var(--mud-palette-error) !important;
}

/**
    START :: Side-menu
*/
.lms-side-menu {
    overflow: hidden !important;
}

    .lms-side-menu .mud-chip.mud-chip-size-small {
        font-size: 0.625rem;
        height: 1.125rem;
    }

.lms-main-sidebar {
    overflow: auto !important;
}

.lms-draw-header-sticky {
    min-height: unset !important;
    background: white;
    z-index: 9999 !important;
}

/**
    END :: Side-menu
*/

.lms-dialog-custom .mud-dialog-content {
    padding: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 15px !important;
    overflow: hidden !important;
}

.lms-dialog-custom .mud-dialog-actions {
    padding-top: 0 !important;
    padding-right: 12px !important;
}

.lms-dialog-scroll-custom .mud-dialog-content {
    padding: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 15px !important;
    overflow: scroll !important;
}

.lms-table-multi-checked tr:first-child > th:first-child,
.lms-table-multi-checked tr > td:first-child {
    padding: 6px 20px 6px 24px !important;
}

.lms-toolbar-select-filter .mud-input.mud-input-outlined.mud-input-adorned-end {
    margin-top: 12.5px !important;
}
.lms-toolbar-select-filter .mud-select-input .mud-input-slot {
    height: 36px !important;
    padding: 0 !important;
    padding-left: 15px !important;
    margin-bottom: -10px !important;
    margin-top: 11px !important;
}

.lms-mudmemu-button-custom {
    width: 100% !important;
}

    .lms-mudmemu-button-custom .mud-ripple {
        width: 100% !important;
    }

.lms-mudmenu-custom .mud-list-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
    .lms-mudmenu-custom .mud-list-item-icon {
        min-width: 35px !important;
    }
    .lms-mudmenu-custom .mud-list-item-text .mud-typography {
        font-size: var(--mud-typography-default-size) !important;
    }

.text-oneline .mud-table-sort-label,
.text-oneline .mud-typography {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lms-nav-link-actived {
    border-right: 4px solid var(--mud-palette-primary) !important;
    background-color: var(--mud-palette-primary-hover) !important;
}
    .lms-nav-link-actived .mud-nav-link-icon {
        color: var(--mud-palette-primary) !important;
    }

    .lms-nav-link-actived .mud-nav-link-text {
        color: var(--mud-palette-primary) !important;
    }

.selected {
    background: var(--mud-palette-action-default-hover) !important;
}

    .selected > td {
        color: var(--mud-palette-primary) !important;
    }

        .selected > td .mud-input {
            color: var(--mud-palette-primary) !important;
        }

.selected-second {
    background: #FBE19C !important;
}

    .selected-second > td {
        color: var(--mud-palette-primary) !important;
    }

        .selected-second > td .mud-input {
            color: var(--mud-palette-primary) !important;
        }

.lms-iconbutton-newitem {
    width: 50px !important;
    height: 50px !important;
    margin-top: 7px !important;
}

.lms-subtable-pt-0 .mud-table-root {
    padding-top: 0 !important;
}

.lms-subtable-pt-0 .mud-table-container {
    margin-top: 0px !important;
}

.lms-subtable-pt-0 .mud-table-root .mud-table-head * .mud-table-cell {
    background-color: #cfd8dc !important;
}

.lms-numberic-returnbook {
    width: calc(100% - 90px) !important
}

/* START :: Print preview */
.TablePrint,
.TablePrint th,
.TablePrint td {
    border: 1px solid black !important;
}

.TablePrint {
    border-collapse: collapse;
}
    .TablePrint .mud-table-container {
        margin-top: 0px !important;
    }
/* END :: Print preview */

.lms-table-stt .mud-table-toolbar {
    height: fit-content !important;
}

    .lms-table-stt .mud-table-toolbar .mud-grid-item {
        padding-left: 5px !important;
        padding-top: 10px !important;
        padding-right: 5px !important;
    }

        .lms-table-stt .mud-table-toolbar .mud-grid-item-xs-12,
        .lms-table-stt .mud-table-toolbar .mud-grid-item:last-child,
        .lms-table-stt .mud-table-toolbar .mud-grid-item:first-child {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }