@import "glyphicons.css";

/* FROM SITE.CSS */
a.asc:after, a.desc:after {
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
}
a.asc:after {
	content: '';
}
a.desc:after {
	content: '';
}
td {
    white-space: normal!important;
}
.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}
.form-select:focus {
	box-shadow: none!important;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* BREADCRUMB
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff!important;
} */

/* VALIDATION */
.has-error .form-control {
    border-color: #f06543;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .input-group-append .btn {
    background-color: #f06543;
    border-color: #f06543;
}
.has-success .form-control {
    border-color: #3ddc97;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .input-group-append .btn {
    background-color: #3ddc97;
    border-color: #3ddc97;
}
.input-group-append .btn {
    padding: .8rem!important;
}
.input-group-append .btn-color {
    padding: 0 .75rem;
}

/* RED ASTERISK */
form div.required label.control-label:after {
    content: " *";
    color: red;
}

/* TABLE */
.thead-default th {
    background-color: #ffffff!important;
}
td a .fas, td a .fab {
    font-size: 16px;
}
.table td, .table th {
    vertical-align: middle!important;
}
.thead-light th a {
    color: #495057!important;
}
.thead-light th a:hover {
    color: #7c8a96!important;
}
.table-responsive::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
.table-responsive {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
table.detailview th {
	width: 25%;
}
.btn-outline-gray {
    color: #505d69;
    border-color: #ced4da;
}
.btn-outline-gray:hover {
    color: #fff;
    background-color: #505d69;
    border-color: #ced4da;
}
.btn_group_icon {
    width: 35px;
    height: 29px;
}
.filters {
	background-color: #fff!important;
}

/* PAGINATION */
/* .page-link {
    padding: .75rem 1rem!important;
    margin-right: 2px!important;
    line-height: 1!important;
} */
.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 5px!important;
}
.pagination li a:hover {
    border-color: #7539FF!important;
}
.page-link:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

/* ALERT
.alert-success {
    color: #20724f;
    background-color: #d8f8ea;
    border-color: #c9f5e2;
}
.alert-info {
    color: #005775;
    background-color: #ccedf9;
    border-color: #b8e6f7;
}
.alert-warning {
    color: #776a1d;
    background-color: #faf5d7;
    border-color: #f7f1c7;
}
.alert-danger {
    color: #7d3523;
    background-color: #fce0d9;
    border-color: #fbd4ca;
} */

/* THUMBNAIL */
.img-thumbnail {
    background-color: #f9f9f9;
    max-height: calc(2.25rem + 2px);
}

.header-profile-user {
    background-color: transparent!important;
}

/* FORM */
.control-label {
    margin-bottom: 0.5rem;
    color: var(--pc-heading-color);
}
.form-group {
    margin-bottom: .7rem;
}
.form-group .btn-radio label {
    margin-right: .75rem;
    margin-bottom: 0;
}

/* SIDEBAR */
#sidebar-menu ul li a:hover i {
    color: inherit!important;
}
.waves-effect .icons-sm .fas {
    width: 28px;
}
.navbar-brand-box {
    padding: 0 15px;
}
.nav-link {
    padding: .5rem .75rem;
}

/* BODY */
.vertical-collpsed {
    min-height: 800px!important;
}

@media (max-width: 992px) {
    .vertical-collpsed .footer {
        left: 0;
    }
}

/* TIMELINE */
@media (min-width: 768px) {
    .timeline .time-show-btn {
        position: relative;
        left: 21px;
        text-align: right;
    }
}
.timeline .time-show-btn {
    margin-bottom: 0!important;
}
.timeline .bg-danger {
    color: #fff!important;
}

/* CHECKBOX */
.check {
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

/* SELECT2 */
.select2-container--krajee .select2-selection__clear {
    top: 0.225rem;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    margin: 8px 0 0 8px;
    padding: 0 4px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    top: 10px;
}

/* EXPORT MENU */
.page-title-box .dropdown-menu.show:before {
    display: none;
}
.kv-checkbox-list li:first-child {
    padding-top: 5px;
}
.export-full-html {
    padding-left: 10px;
}
.export-full-csv {
    padding-left: 10px;
}
.export-full-txt {
    padding-left: 10px;
}
.export-full-pdf {
    padding-left: 10px;
}
.export-full-xls {
    padding-left: 10px;
}
.export-full-xlsx {
    padding-left: 10px;
}
.float-right .btn-group {
    background-color: #ffffff;
    box-shadow: 0 0 0.25rem rgba(108, 118, 134, 0.1);
}

/* MODAL */
.modal-header h4 {
    margin-bottom: 0!important;
}
.modal-backdrop.show {
    opacity: 0.25;
}
.modal-content {
    border: 1px solid rgb(0 0 0 / 25%);
}

/* FILE INPUT */
/*
.file-caption-icon, .file-caption .file-caption-name {
    padding-top: 2px;
}
*/
.file-drop-zone {
    margin: 0;
}
.file-drop-zone-title {
    padding: 61px 0;
}
.krajee-default.file-preview-frame {
    width: 100%!important;
    margin: 0!important;
    padding: 5px!important;
}
.krajee-default.file-preview-frame .kv-file-content {
    width: auto!important;
    height: auto!important;
    background-color: #f8f9fa;
}
.btn-file {
    padding: 8px 0.75rem!important;
    border-radius: 0 0.375rem 0.375rem 0!important;
}
.kv-file-rotate, .kv-file-download, .kv-file-zoom {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x)!important;
}
.file-caption.icon-visible .file-caption-name {
	padding-left: 12px!important;
}
.kv-file-rotate, .kv-file-remove, .file-caption-icon, .file-drag-handle {
    display: none!important;
}

*[class^="expand-row-column"] {
    border-bottom: none!important;
}

/* LOADER */
.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #fff;
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    .fullpage-loader__logo {
        position: relative;
        &:after {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
            background: rgba(255,255,255,.8);
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
        }
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) skew(-30deg);
    }
    100% {
        transform: translateX(200%) skew(-30deg);
    }
}

.fullpage-loader--invisible {
    opacity: 0;
}

/* MAPS */
#map_canvas {
    width: 100%;
    height: 400px;
}

/* BG COLOR */
.bg-blue {
    background-color: #3051d3!important;
}
.bg-green {
    background-color: #2fa97c!important;
}
.bg-red {
    background-color: #f96565!important;
}
.bg-purple {
    background-color: #4527a0!important;
}

/* TURBO */
.turbo-progress-bar {
    height: 5px;
}

/* CARD */
.card-border-bottom {
    border-bottom: 1px solid #e7eaee!important;
}