/* 
    Created on : October 02, 2020, 12:05:46 PM
    Author     : admin
*/

.tooltip.show {
    opacity: 1 !important;
} 


.text-muted a {
    color: inherit;
}

table.dataTable thead th {
    padding-left: 10px;
}
table.dataTable thead .sorting.no-sort {
    background: none;
    pointer-events: none;
}

form.small-centered {
    max-width: 300px;
}

.input-group-append.pass .input-group-text {
    background: none;
    border-left: none;
    padding: 0;
    cursor: pointer;
    width: 38px;
}

.input-group-append.pass i {
    margin: auto;
}

.pass.off i.icon-eye-off {
    display: none;
}
.pass.on i.icon-eye {
    display: none;
}
.pass.on i.icon-eye-off {
    display: block;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px; /* Space for fixed navbar */
    }
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

table.dataTable td {
    vertical-align: middle;
}

.font-monospace {
    font-family: monospace;
}

.scrollable {
    overflow: auto;
}
.scrollable.w-scrollbar {
    padding-bottom: 15px;
}
.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.scrollable::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}
.scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #98a0a9;
}

img[src*="logo"] {
    max-width: 250px;
}

form#recommendation .custom-control {
    margin-top: 8px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select>.dropdown-toggle {
    border: 1px solid #ced4da;
    background: transparent;
    color: #495057 !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
}

.horizontal-line {
    height: 1px;
    background: #212529;
}


.signature {
    
}

.signature-here {
    min-height: 150px;
    border-bottom: 1px solid #243977;
}

div.sign-area {
    background: rgb(223 223 223 / 0.5);
    padding: 10px;
    position: relative;
    overflow: hidden;
}
canvas.jSignature {
    background-color: white !important;
    border: 2px dashed #6f716d !important;
    cursor: url("../img/cursor-pen.cur"), auto;
}
div.sign-area img {
    display: none !important;
}
.secret-signature {
    position: absolute;
    top: 41px;
    z-index: -1;
    opacity: 0;
}

img.png-signature {
    pointer-events: none;
}

body#recommitment .sm-form-forced-centered form {
    max-width: 450px;
    margin-top: 30px;
}

.ui-menu.ui-autocomplete {
    background: white;
    border: 1px solid #ced4da;
    border-radius: 3px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: -1px;
    max-width: 300px;
}
.ui-menu.ui-autocomplete li {
    padding: 7px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-menu.ui-autocomplete li.focus,
.ui-menu.ui-autocomplete li:hover {
    background: #ced4da;
}

/** Attendance */
body#attendance > .d-flex {
    width: 500px;
    margin: 30px auto;
}
#cstm-attendance {
    width: 400px;
    margin: auto;
}
#cstm-attendance .repeat {
    border: 1px solid #ced4da;
    padding: 15px 23px 25px;
}
#cstm-attendance .repeat > label {
    font-weight: 500;
}
.slot {
    position: relative;
}
.slot .remove {
    color: #dc3545;
    position: absolute;
    top: -1px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    right: 6px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

#full-stars-example-two {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 500;
}
#full-stars-example-two.disabled {
    pointer-events: none;
}
#full-stars-example-two .rating-group {
    display: inline-flex;
    position: relative;
    top: 2px;
    left: 20px;
}
#full-stars-example-two .rating__icon {
    pointer-events: none;
}
#full-stars-example-two .rating__input {
    position: relative;
    top: 5px;
    left: -23.2px;
    opacity: 0;
    cursor: pointer;
}
#full-stars-example-two .rating__input--none {
    display: none;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0;
    font-size: 24px;
    line-height: 0;
    margin: 0 0 0 -15px;
    position: relative;
}

#info #full-stars-example-two .rating__label {
    font-size: 24px;
    margin: 0 0 0 -15px;
}
#full-stars-example-two .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#training-group-evaluations label {
    margin: 0;
    color: #6c757d;
}
#training-group-evaluations .inc > h5 {
    background: #f8f9fa;
    margin: 8px -30px 14px;
    padding: 10px 30px 13px;
}
#training-group-evaluations .inc .col-12 > p.h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.white-box {
    background: white;
    padding: 18px 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0;
    overflow: hidden;
}
.heading + .white-box {
    margin-top: 35px;
}
.white-box + .white-box {
    margin-top: 3em;
}
.white-box:last-child {
    margin-bottom: 25px;
}

body#training-group-evaluations {
    background: #f6f6f6;
}

/* 
    Created on : Nov 1, 2025 1:01 AM
    Author     : Jenn Junio
*/

body.wait-processing {
    position: relative;
    pointer-events: none;
    user-select: none;
}

body.wait-processing::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

body.wait-processing::after {
    content: "Processing...";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    z-index: 10000;
}

/* 
    Created on : November 7, 2025, 4:11 AM
    Author     : Jenn Junio
*/

#site-alert {
    border-radius: 0;
}