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

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

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

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

.plyr__video-wrapper {
    padding-bottom: 56.5%;
}

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

:root {
    /*--plyr-color-main: #4e8868;*/
}

.plyr--video .plyr__controls {
    /*    background: var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgb(77, 135, 103)));
    padding-top: 15px;*/
    padding: 5px;
    /* background: #272b30; */
    background: rgb(52 58 64 / 25%);
    }

.plyr--video {
    /* border: 1px solid #343a40; */
}

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

body#user span.text-muted {
    position: relative;
    margin-top: 3px;
}

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

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

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

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

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

#upload-payment.card {
    background: rgb(40 167 69 / 20%);
    border-color: #28a745;
    padding: 20px;
}
#upload-payment.card .btn[type="submit"] {
    padding: 6px 50px;
}

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

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

#surprise-blk.card {
    background: rgb(0 123 255 / 25%);
    margin-bottom: -20px;
}
#surprise-blk p span {
    font-weight: 700;
    font-style: oblique;
    color: #007bff;
}
#surprise-blk .card-footer {
    background: #007bff;
}
#surprise-blk .btn-outline-primary {
    background: white;
    color: #007bff;
    border-color: white;
    font-weight: 700;
    width: 100%;
    display: block !important;
}