html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*---------------------------------------------------------------------*/
/*--------------------- Custom Classes --------------------------------*/
/*---------------------------------------------------------------------*/

.light-gray {
    background-color: #ededed;
}

.light-graySiteColor {
    background-color: #f7f7f7;
}

.talbeltdpadding-5 {
    padding: 5px;
}

.headerSize {
    height: 100px;
}

.footerSize {
    height: 100px;
}

.JsHide {
    display: none
}

.JsShow {
    display: block !important;
}

.datepicker table tr td, .datepicker table tr th {
    width: 40px !important;
    height: 40px !important;
    padding: 8px;
    font-weight: 600;
    font-size: 1.5em;
}

.datepicker table {
    width: 260px;
}

.col-form-label {
    font-weight: 600;
}

.form-control[readonly] {
    background-color: transparent;
}

.form-control[disabled] {
    background-color: #ededed !important;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}

legend {
    float: none;
    width: auto;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    font-size: 18px !important;
    font-weight: 600;
}

.inputError {
    border: 1px solid red;
    background: #ff00000f !important;
}

input.error {
    border: 1px solid red;
    background: #ff00000f;
}

label.error {
    /*font-weight: 500;*/
    color: red;
    font-style: italic;
}

#FromDate-error, #ToDate-error, #ToDate-error-GreatedThen {
    margin-left: 2px;
    position: absolute;
    margin-top: 47px;
}

.card-info table tr td {
    padding: 8px 15px;
}

.card {
    border-radius: 5px;
}

    .card .card-header {
        padding: 15px;
    }

        .card .card-header h3 {
            font-size: 24px;
            margin: 0;
            color: #4e4c4c;
        }

.blockUI.blockMsg.blockPage {
    border: 0 !important;
    border-radius: 5px;
    height: 200px;
}

    .blockUI.blockMsg.blockPage h1 {
        font-size: 20px;
        font-weight: 200;
        line-height: 200px;
    }

        .blockUI.blockMsg.blockPage h1 img {
            height: 80px;
        }

.skeleton-loader:empty {
    width: 100%;
    height: 25px;
    display: block;
    background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), lightgray;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 1s infinite;
}

@keyframes shine {
    to {
        background-position: 100% 0;
    }
}

.prod--wrapper {
    display: none;
    width: 100%;
    margin: 15px 0;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 6px;
    padding: 15px;
}

    .prod--wrapper .prod--row {
        display: flex;
        flex-direction: row;
    }

    .prod--wrapper .prod--col {
        display: flex;
        flex-direction: column;
    }

    .prod--wrapper .prod--details {
        width: 100%;
    }

        .prod--wrapper .prod--details .prod--name {
            margin-bottom: 5px;
            display: block;
            max-width: 100%;
        }

/*------------ Alert Infomration Custom--------------*/

.alert-info-Custom {
    color: #747474;
    background-color: #e8f0fe;
    border-color: #e2e2e2;
}


/*------------ fa Cusotm --------------*/
.fa-2x-Cusotm {
    font-size: 2em;
    height: 2em;
    padding: inherit;
    padding-top: 8px;
}
/*------------ SideBar --------------*/

.bd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    display: block !important;
    height: calc(90vh - 6rem);
    padding-left: .25rem;
    margin-left: -.25rem;
    overflow-y: auto;
}

    .bd-sidebar.Max-Width {
        width: 100%;
    }

    .bd-sidebar .Min-Width {
        width: 280px;
    }

.cursor-pointer {
    cursor: pointer;
}

.EmployeePROImage {
    float: right;
    height: 145px;
    width: 125px;
}

.EmployeeImage {
    float: right;
    width: 170Px;
    height: 185px;
}

.ProTableTdWidth {
    min-width: 115px !important;
}

.EmployeeImagetd {
    width: 1%;
}

.molLogoHeight {
    height: 82px;
}

.StrikeThrough {
    text-decoration: line-through;
    background-color: #ff00003d;
}


.margintop3 {
    margin-top: 3px!important;
}
