﻿:root {
    --icon-font-family: 'Font Awesome 5 Free'
}


.wrapper {
    padding-left: 1%;
    padding-right: 1%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-align: center;
}

.navbar-nav-link {
    padding-top: 0.825rem;
    padding-bottom: 0.825rem;
}

.dropdown-user .navbar-nav-link, .dropdown-user .navbar-nav-link > span {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.btn {
    padding: .35rem 1rem;
}

.page-link {
    padding: .35rem .75rem;
}

.dataTables_paginate .paginate_button {
    padding: 0.25rem;
}

/* For DataTables */

.dataTables_wrapper .dataTables_length select.form-select {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.dataTable thead .sorting:not(.sorting_desc):before, .dataTable thead .sorting_asc_disabled:before {
    font-family: var(--icon-font-family);
    font-weight: 900;
    content: "\f077";
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
    content: "\f077";
    font-family: var(--icon-font-family);
    font-weight: 900;
}

.dataTable thead .sorting:not(.sorting_asc):after, .dataTable thead .sorting_desc_disabled:after {
    font-family: var(--icon-font-family);
    content: "\f078";
    font-weight: 900;
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    font-family: var(--icon-font-family);
    content: "\f078";
    font-weight: 900;
}

a.datatable-row-action, span.datatable-row-action {
    cursor: pointer;
    color: rgba(0, 0, 0);
}


.is-loading {
    position: fixed;
    z-index: 5000;
    height: 100vh;
    width: 100vw;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .is-loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

.spinner-border {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.required-symbol::after {
    content: " *";
    color: red;
}

.toast {
    min-width: 350px;
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.dataTables_wrapper div:not(.additional-buttons) .btn {
    text-transform: none;
}

.dt-button-collection:not(.fixed) .dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
}

.dt-button-collection .dropdown-menu {
    display: block;
    z-index: 1051;
    position: relative;
}

.dt-button-collection {
    padding: 0;
    background: none;
    box-shadow: none;
}


.content-wrapper {
    justify-content: space-between;
}
.nav-tabs-solid .nav-item.show .nav-link.active, .nav-tabs-solid .nav-link.active {
    background-color: var(--primary);
}

.nav-tabs-solid .nav-link {
    background-color: #fafafa;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control[type=file] {
    --form-file-button-color: var(--body-color);
    --form-file-button-bg: var(--gray-200);
    --form-file-button-hover-bg: var(--gray-300);
    overflow: hidden;
}

.dropzone {
    justify-content: center;
}

.swal2-title {
    color: #545454
}

/* For Page Header */

.page-header-light.has-cover {
    background: url(/image/backgrounds/seamless-header-bg.png) !important;
}

/* DataTable - Filter Pane */
.dataTables_wrapper .dtsp-panesContainer {
    border: solid 1px #acacad;
    padding: 2%;
    /*margin-top: 5%;*/
}