
main {
    padding-left: 200px;
}

#w-side-nav {
    top: 64px;
    width: 200px;
}

#w-top-nav a {
    /*white-space: nowrap;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*height: 100%;*/
}

.sidenav li > a > i {
    margin: 0 10px 0 0!important;
}

#preloader-container{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    /*height: 100vh;*/
    background: #ffffff8a;
}

.border-top-dashed {
    border-top: 1px dashed rgba(0, 0, 0, 0.12) !important
}
.border-bottom-dashed {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12) !important
}
.border-left-dashed {
    border-left: 1px dashed rgba(0, 0, 0, 0.12) !important
}
.border-right-dashed {
    border-right: 1px dashed rgba(0, 0, 0, 0.12) !important
}

@media only screen and (max-width: 992px) {
    main {
        padding-left: 0;
    }

    #w-side-nav {
        top: 0;
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.64);
    }

    table.responsive-table tbody tr:not(:last-child) {
        vertical-align: top;
        border-right: 1px dashed rgba(0, 0, 0, 0.12) !important;
    }
}

.breadcrumb::before {
    content: '\203A';
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

#toast-container {
    /*top: 15% !important;*/
}

.modal {
    z-index: 9999!important;
}

.modal.small {
    width: 30% !important;
}


table.no-border tr{
    border: none!important;
}

table.responsive-table th {
    padding: 10px 5px;
}

table.responsive-table td {
    padding: 10px 5px;
}

table.responsive-table td input {
    margin: 0 !important;
    height: 2em !important;
}
table.responsive-table .btn {
    padding: 0 10px;
}
table.responsive-table td .select-wrapper input.select-dropdown {
    height: 2em;
    line-height: 2em;
}

table.compact td {
    padding: 2px 2px;
}

.text-small {
    font-size: .8em;

}

.row.flex {
    display: flex!important;
    flex-wrap: wrap!important;
}

.required:after {
    content: "  *" !important;
    color: red!important;
    opacity: unset!important;
    display: unset!important;
    position: unset!important;
    font-size: .725em;
}

.table-responsive{
    overflow-x: auto;
}

.dataTable thead th {
    white-space: nowrap;
}

footer{
    border-top: 1px solid #ced4da;
    padding: .625rem 0;
    font-size: .75rem;
    display: flex;
    flex-direction: column;
}

footer ul{
    list-style-type: none;
    margin: 0 1em;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

footer ul>*:not(:last-child) {
    margin-right: 1rem;
}

.btn-block{
    width: 100%;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

select.browser-default {
    display: block;
    padding-left: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #9e9e9e;
}

.input-field {
    margin-bottom: 1.8rem!important;
}

.select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #aaa;
}

.select2-selection.select2-selection--single {
    border-top: none;
    border-left: none;
    border-right: none;
}

[type="checkbox"].browser-default,
[type="checkbox"].browser-default:checked,
[type="checkbox"].browser-default:not(checked) {
    opacity: 1;
    position: relative;
    pointer-events: all!important;
}

[type="checkbox"].browser-default+span::before,
[type="checkbox"].browser-default+span::after,
[type="checkbox"].browser-default:checked+span::before,
[type="checkbox"].browser-default:checked+span::after {
    display: none;
}

[type="checkbox"].browser-default+span:not(.lever) {
    padding-left: 10px;
}