/* 
    Created on : May 12, 2020, 11:31:09 AM
    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;
}

body#group main table {
    /* table-layout: fixed; */
    min-width: 100%;
}
body#group main table th {
    white-space: nowrap;
}

body#group main table td {
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}

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;
}

form#add-attendance fieldset:not([disabled]) .alert:not(.attention) {
    display: none;
}
form#add-attendance fieldset[disabled] .alert.attention {
    display: none;
}
form#add-attendance fieldset[disabled] .btn-action {
    display: none;
}

.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. */
}
/*
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}
*/
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    padding: 3px 1rem;
}

.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);
}

body#attendance table.participants {
    /*table-layout: fixed;*/
}

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

form.update-user {
    display: none;
}
form.update-user label.custom-control-label {
    line-height: 1.8;
}

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

.plyr iframe {
    transition: 0.25s filter linear;
}

.plyr__poster {
    top: -5px !important;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
}

.plyr.plyr--paused iframe {
    filter: blur(10rem);
} 

.plyr.plyr--paused .plyr__poster {
    opacity: 1;
}

.plyr iframe .ytp-chrome-top.ytp-show-cards-title {
    display: none;
}

.plyr iframe .ytp-pause-overlay.ytp-scroll-min {
    display: none;
}

.plyr iframe a.ytp-watermark.yt-uix-sessionlink {
    display: none;
}

.plyr--video .plyr__controls {
    padding: 5px;
    background: rgb(52 58 64 / 25%);
}

.embed-responsive {
    max-width: 768px;
    border: 1px solid #343a40;
}

#emergency-contact li.mb-4:last-child {
    margin-bottom: 0 !important;
}

body#attendance table.participants {
    table-layout: fixed;
}
body#attendance table.participants td:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body#attendance table.participants td, body#attendance table.participants th {
    vertical-align: middle;
}

.card img[src*="Guidelines"] {
    cursor: zoom-in;
}

body#group .card h6.card-subtitle:last-child {
    margin-bottom: 0 !important;
}

.modal-body #info label {
    color: rgba(33, 37, 41, 0.5);
    display: block;
    margin: 0;
    font-size: 13px;
}

.modal-body #info .value {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.modal-body #info .col-auto {
    max-width: 100%;
}

.modal-body #info .value a {
    color: inherit;
    white-space: normal;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-body #info > h5 {
    padding: 15px 16px 15px;
    margin: 10px -16px 16px;
    background: #f1f1f1;
}

body#attendance .card-body h6:last-child {
    margin-bottom: 0 !important;
}

body#attendance table.participants thead th:nth-child(3),
body#attendance table.participants thead th:nth-child(4),
body#attendance table.participants thead th:nth-child(5),
body#attendance table.participants thead th:nth-child(6),
body#attendance table.participants thead th:nth-child(7),
body#attendance table.participants thead th:nth-child(8) {
    background: #ff8b07;
}
body#attendance table.participants thead th:nth-child(9),
body#attendance table.participants thead th:nth-child(10),
body#attendance table.participants thead th:nth-child(11),
body#attendance table.participants thead th:nth-child(12),
body#attendance table.participants thead th:nth-child(13),
body#attendance table.participants thead th:nth-child(14),
body#attendance table.participants thead th:nth-child(15),
body#attendance table.participants thead th:nth-child(16) {
    background: #28a745;
}
body#attendance table.participants thead th:nth-child(17),
body#attendance table.participants thead th:nth-child(18),
body#attendance table.participants thead th:nth-child(19) {
    background: #ffd453;
}

body#attendance table.participants tr.no-attendance {
    background: rgb(255 0 0 / 10%);
    font-weight: 500;
}

body#attendance-create table.participants tr.no-attendance {
    background: rgb(255 0 0 / 10%);
}

.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;
}
.scrollable > * {
    /* table-layout: auto !important; */
}
.scrollable > table {
    /*     table-layout: fixed; */
    /* width: 100%; */
}
.scrollable table * {
    /* white-space: nowrap; */
}
body#attendance table.participants td:first-child,
body#attendance table.participants th:first-child {
    width: 250px !important;
}

body#attendance table.participants td:last-child,
body#attendance table.participants th:last-child {
    width: 75px;
}

body#attendance table.participants td:not(:first-child):not(:last-child),
body#attendance table.participants th:not(:first-child):not(:last-child) {
    width: 50px;
}

body#group main table.participants th:nth-child(1) {
/*     width: 250px; */
}

body#group main table.participants th:nth-child(3) {
/*     width: 150px !important; */
}

body#group main table.participants th:nth-child(4) {
/*     width: 300px; */
}

body#group main table.participants th:last-child {
/*     width: 250px; */
}

body#reports table.reports {
    table-layout: fixed;
}
table.reports th.small {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}
table.reports th:first-child {
    width: 380px !important;
}

table.reports th:not(:first-child) {
    width: 65px !important;
}

table.reports thead th:nth-child(3),
table.reports thead th:nth-child(4),
table.reports thead th:nth-child(5),
table.reports thead th:nth-child(6),
table.reports thead th:nth-child(7),
table.reports thead th:nth-child(8) {
    background: #ff8b07;
}
table.reports thead th:nth-child(9),
table.reports thead th:nth-child(10),
table.reports thead th:nth-child(11),
table.reports thead th:nth-child(12),
table.reports thead th:nth-child(13),
table.reports thead th:nth-child(14),
table.reports thead th:nth-child(15),
table.reports thead th:nth-child(16) {
    background: #28a745;
}
table.reports thead th:nth-child(17),
table.reports thead th:nth-child(18),
table.reports thead th:nth-child(19) {
    background: #ffd453;
}

table.reports.groups td:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body#reports table.reports.certificate th {
    background: #dee2e6;
}
body#reports table.reports.certificate th:not(:first-child) {
    width: 100px !important;
}
body#reports table.reports.certificate td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#video-display p.lead:not(:last-child) {
    margin-bottom: 0;
}

p.video-note {
    font-size: 14px;
}

form#change-pass {
    max-width: 256px;
}

.avatar.fullsize-cover {
    border: 2px solid #dee2e6;
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.avatar.fullsize-cover.popup {
    width: 100px;
    height: 100px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

body#attendance form .bootstrap-select {
    width: 300px;
}

#full-stars-example-two {
}
#full-stars-example-two .rating-group {
    display: inline-flex;
    position: relative;
    top: 2px;
    left: -5px;
}
#full-stars-example-two .rating__icon {
    pointer-events: none;
    line-height: 0;
}
#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
    display: none;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0;
    font-size: 1.5rem;
    margin: 0;
    line-height: 0;
}
#full-stars-example-two .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example-two.disabled {
    pointer-events: none;
}

div#info #full-stars-example-two .rating-group {
    top: 2px;
    left: 0px;
}
div#info #full-stars-example-two .rating-group label.rating__label {
    font-size: 22px;
    margin: 0 -3px;
}

.modal-body #next-prev {
    position: fixed;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
}
.modal-body #next-prev .btn {
    width: 50px;
    padding: 0;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    background: none;
    border: 3px solid white;
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
}
.modal-body #next-prev .btn:hover {
    background: white;
    color: #333;
}
.modal-body #next-prev .btn.prev {
    left: -70px;
}
.modal-body #next-prev .btn.next {
    right: -70px;
}


#eval-blk p.done a {
    color: inherit;
    font-weight: 400;
}

#accordionBriefing {
    margin-bottom: 3em;
}
#accordionBriefing h2.mb-0 {
    line-height: 0;
}
#accordionBriefing .btn.btn-link {
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}
#accordionBriefing .download-link {
    position: relative;
    margin-bottom: 17px;
}
#accordionBriefing .download-link i {
    margin: 0 0 0 -4px;
}


ul.dlcs-list.lead form {
    display: none;
}
ul.dlcs-list.lead li:hover form {
    display: -webkit-inline-box;
}
ul.dlcs-list.lead form button {
    padding: 0;
    border: none;
    background: none;
    outline: none !important;
}