/*

* Override Pages default styles or create your own styles here

*/

@media print {

    .no-print {
        display: none;
    }
}

p {
    font-size: 1rem;
}

.login-wrapper {
    background-color: #7c4882;
}

.login-wrapper .bg-pic>img {
    opacity: 0.5;
}

.page-sidebar {
    background-color: #7b4882;
}

.page-sidebar .sidebar-header {
    background-color: #7b4882;
    border-bottom: 1px solid #7b4882;
}

.page-sidebar .sidebar-menu .menu-items>li>a {
    font-size: 16px;
}

.page-sidebar .sidebar-menu .menu-items li a,
.page-sidebar a:visited,
.page-sidebar button,
.page-sidebar a,
.page-sidebar button,
.icon-thumbnail {
    color: #d2ab3f;
}

.page-sidebar .sidebar-menu .menu-items li:hover>a,
.page-sidebar .sidebar-menu .menu-items li.open>a,
.page-sidebar .sidebar-menu .menu-items li.active>a {
    color: #fbc63a !important;
}

.page-sidebar .sidebar-menu .menu-items li.active>a {
    font-weight: 400;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu>li:hover>.icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li:hover>.icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.open>.icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.active>.icon-thumbnail {
    color: #fbc63a;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu {
    background-color: #613967;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu>li>a {
    font-size: 14px;
}

.searchable-item {
    padding-left: 0px !important;
}

.h-500 {
    max-height: 500px;
}

img.sticker {
    transition-duration: 300ms;
}

img.sticker:hover {
    transform: scale(1.05);

}

ul.check {
    list-style: none;
    padding: 0px;
}

ul.check li:before {
    margin-right: 10px;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.timeline-profile {
    max-height: 300px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
}

.profile-img-circle {
    overflow: hidden;
    border-radius: 50%;
}

.profile-icon:first-of-type {
    margin-left: 0px;
}

.profile-icon {
    margin-left: 20px;
    margin-right: 10px;
}

.fs-18 {
    font-size: 18px !important;
}

.page-sidebar .sidebar-menu .menu-items>li:not(.has-sub)>a>.title {
    width: 100% !important;
}

.image-preview {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #5a5a5a0d;
}

.datepicker.dropdown-menu {
    z-index: 999999 !important;
}

.form-group-default.form-group-default-select2>label {
    z-index: 99999;
}

.default-descriptions-holder {
    padding: 10px;
    border: solid 1px #eee;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: 150px;
}

.default-descriptions {
    border: solid 1px #eee;
    padding: 10px;
    margin-bottom: 10px;
}

.default-descriptions:hover {
    background-color: #eee;
}

.wakeup-holder {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.wakeup-holder .student-name {
    line-height: 37px;
    padding-left: 10px;
}

.wakeup-holder .btn-wakeup {
    float: right;
    line-height: 26px;
}

.gallery-item {
    height: auto;
    width: 100%;
    cursor: cursor;
    padding: 10px;
    background-color: transparent;
}

.gallery {
    margin: 70px auto 0 auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}


.dialog--open .dialog__content {
    pointer-events: auto;
    opacity: 1;
}

.item-details .dialog__content .close {
    font-size: 29px;
}

.remove-image,
.add-image,
.remove-image {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
}

.gallery-item:hover {
    cursor: default;
}

.gallery-item:hover>img {
    opacity: 0.8;
}

#modal-bathroom .btn-group>.btn:not(.active) {
    opacity: 0.3;
}

#modal-bathroom .btn-warning:not(:disabled):not(.disabled).active,
#modal-bathroom .btn-warning:not(:disabled):not(.disabled):active,
#modal-bathroom .show>.btn-warning.dropdown-toggle {
    color: #fff;
}

.btn-group-list.btn-group {
    display: block;
}

.btn-group-list.btn-group>.btn {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

.btn-purple {
    color: #fff;
    background-color: #6800c6;
    border-color: #6800c6;
}

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #6800c6;
    border-color: #6800c6;
}

.chat-view .chat-time {
    position: relative;
    font-size: 0.7em;
    float: left;
    clear: both;
    margin: 0px 0 0 5px;
}

.chat-view .chat-time.from-me {
    position: relative;
    font-size: 0.7em;
    float: right;
    clear: both;
    margin: 0px 5px 0 0px;
}

.change-attendance-status {
    border: solid 1px #ddd;
    background: #fff;
    width: 100%;
    height: 25px;
}

.table tbody tr.bg-yellow td {
    /* background: #ff000f; */
    color: #956c00;
    border-color: #ffd462;
    background-color: #ffe59f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table tbody tr.bg-red td {
    /* background: #ff000f; */
    color: #6d0000;
    border-color: #ff6262;
    background-color: #ff9f9f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table tbody tr.bg-dark td {
    /* background: #ff000f; */
    color: #ffffff;
    border-color: #2d3243;
    background-color: #2d3243;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-controls .datepicker {
    padding: 8px 16px;
}


span.chat-bubble-actions {
    position: absolute;
    right: -41px;
    color: #c3c3c3;
    transition-duration: 1s;
    cursor: pointer;
}

.from-me span.chat-bubble-actions {
    left: -41px;
    right: 0px;
}

span.chat-bubble-actions i:hover {
    color: #696969;
}

.item-details .dialog__content .dialog__overview {
    max-height: 100%;
    height: auto;
}

.page-sidebar .sidebar-menu .menu-items>li>a>.arrow {
    padding-right: 0px;
}

.page-sidebar .sidebar-menu .menu-items>li>a>.title {
    width: 80%;
}


.grid {
    display: grid;
}

.grid.grid-3 {
    grid-template-columns: 33% 33% 33%;
}

.pending-notifications {
    background: #ffe8e8 !important;
    border: solid 1px #ffb8b8 !important;
}

.pending-notifications hr {
    border-color: #ffb8b8;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #f3f3f3;
    color: rgba(87, 87, 87, 0.61);
}
