@font-face {
    font-family: fontawesome;
    src: url('/lib/webfonts/fa-solid-900.woff2');
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin: 0px;
}

#menu-list .navbar-nav {
    flex-direction: row;
}

    #menu-list .navbar-nav .nav-item {
        margin-right: 20px;
    }

        #menu-list .navbar-nav .nav-item .nav-link {
            color: #fff;
        }

#top-bar {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: fixed;
    background-color: #232324;
    width: 100%;
    z-index: 3;
}

#btn-current-user, #btn-current-lang {
    color: #fff;
}

.breadcrumb {
    font-size: 1.2rem;
    margin: 10px 0rem 5px 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'fontawesome';
    content: var(--bs-breadcrumb-divider, "\f105");
}


/*loading start*/
.loading-panel {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 100000;
    opacity: 0.6;
    display: none;
}

.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: 30%;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
/*loading end*/

/* pager start */
.form-pages-content {
    margin: 15px 0;
}

    .form-pages-content button {
        border-radius: 0;
    }

.ddlPageSize {
    width: auto;
    margin-right: 10px;
    display: none;
}

th.sorting:after {
    content: "\f0dc";
    float: right;
    font-family: 'fontawesome';
}

th.sorting_asc:after {
    content: "\f884";
    float: right;
    font-family: 'fontawesome';
}

th.sorting_desc:after {
    content: "\f160";
    float: right;
    font-family: 'fontawesome';
}
/* pager end */

/* toolbar start */
#tool-bar {
    background-color: #e5e5e5;
    padding: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

    #tool-bar button {
        height: 38px;
    }
/* toolbar start */

.form-control:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}


.modify-form {
    background-color: #fff;
    color: #000;
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
}

    .modify-form .form-head {
        border-bottom: 1px solid #000;
        font-size: 2rem;
        font-weight: 600;
    }

    .modify-form .form-group, .modal-body .form-group {
        margin-top: 15px;
    }

    .modify-form .inline, .modal-body .inline {
        display: flex;
        align-items: center;
    }

    .modify-form .col {
        width: 100%;
    }

    .modify-form .control-label, .modal-body .control-label {
        min-width: 166px;
        font-weight: 600;
    }

    .modify-form .div-buttons {
        text-align: center;
        margin-top: 15px;
    }

    .modify-form .form-check-input {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.LIST-SOURCE th, .LIST-SOURCE td {
    white-space: nowrap;
}

.LIST-SOURCE .table.table-light {
    margin: 0;
}

.LIST-SOURCE img {
    width: 100%;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

.mx-w-100 {
    max-width: 100px;
}

.mx-800 {
    max-width: 800px;
}

.mx-1000 {
    max-width: 1000px;
}

.hasDatepicker {
    background-color: #fff !important;
}

#tool-bar .search-input {
    width: 300px;
    flex: initial;
}

#tool-bar #search-DateStart, #tool-bar #search-DateEnd {
    width: 135px;
    flex: initial;
}

.m-select-div {
    display: flex;
    flex-wrap: wrap;
}

    .m-select-div span {
        border: 1px solid;
        border-radius: 5px;
        padding: 5px;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

.autoGen .hide {
    display: none;
}


#content-page .modal-header {
    display: flex;
    flex-direction: row-reverse;
}

#content-page .modal-footer {
    padding: 10px 0;
}

#content-page .close-btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    color: #999;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}


/* Switch Start*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 6px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 20px;
    }

input:checked + .slider {
    background-color: #4CAF50;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* Switch End*/

.LIST-SOURCE table tr.active td {
    background-color: #bd3158;
    color: #fff;
}

.hv-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.v-gap5 {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
