﻿.prev, .next {
    height: 25px;
    width: 25px;
    cursor: pointer;
    color: gray;
}

.prev:hover, .next:hover {
    color: black;
    height: 25px;
    width: 25px;
}

.pager {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 2px;
    border: 1px solid #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .pager.activepage, .pager:hover {
        background-color: #717171;
    }

.prev.disabled,
.next.disabled {
    color: lightgray;
}

.disabledTitle {
    cursor: not-allowed !important;
}

.mandatory-label {
    color: var(--third-Color);
    text-underline-position: under;
    text-decoration: underline;
}

.invalid-input input::placeholder, .invalid-input textarea::placeholder {
    color: #dc3545;
    font-size: 0.8rem;
    font-weight: bold;
}

.invalid-input input, .invalid-input textarea {
    outline-color: #dc3545 !important;
    border-color: #dc3545 !important;
    animation: shake 300ms;
}

.invalid-input .vue-treeselect__placeholder {
    color: #dc3545 !important;
    font-size: 0.8rem !important;
    font-weight: bold;
}

.invalid-input .vue-treeselect__control {
    outline-color: #dc3545 !important;
    border-color: #dc3545 !important;
    animation: shake 300ms;
}

.invalid-input input:focus, .invalid-input textarea:focus {
    animation: shake 300ms;
}

@keyframes shake {
    25% {
        transform: translateX(4px)
    }

    50% {
        transform: translateX(-4px)
    }

    75% {
        transform: translateX(4px)
    }
}

.LoaderOverlay {
    height: 100%;
    width: 100%;
    visibility: hidden;
    transition-property: visibility;
    transition-delay: 0.3s;
    position: fixed;
    background-color: rgba(124,124,124,0.5);
    z-index: 999999;
}

.Loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Loading .LoaderOverlay {
    visibility: visible;
}

.Loader > div {
    background-size: 110%;
    background-position: center;
    background-image: url(../img/app_icon.jpg);
    background-repeat: no-repeat;
    text-align: right;
    background-color: white;
    border-radius: 50%;
    height: 200px;
}

.Loader .spinner-border {
    color: #04264c;
    width: 200px;
    height: 200px;
    border-width: 0.5em;
    text-align: right;
}

.vue-treeselect__multi-value-item-container > .vue-treeselect__multi-value-item {
    background: #eee;
    color: #000;
    font-size: 0.9rem;
}

.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
    border-color: var(--third-main-Color) !important;
}

.vue-treeselect__checkbox--checked, .vue-treeselect__checkbox--indeterminate, .vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked, .vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
    border-color: var(--third-main-Color) !important;
    background: var(--third-main-Color) !important;
}

input[type="radio"]::before {
    box-shadow: inset 1em 1em var(--third-main-Color) !important;
}


.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}

.form-control.hijri-date-input {
    height: 100%
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 60%
    }
}

.modal-header {
    background-color: var(--third-main-Color);
}

    .modal-header > .modal-title {
        margin-inline: auto;
        color: white
    }

    .modal-header > .modal-title {
        margin-inline: auto;
    }

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem -1rem;
        color: white;
        opacity: 1;
        font-size: 2rem;
    }

.hijri-box, .greg-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 9em;
    width: 100%;
    cursor: pointer;
    height: 100%
}

    .hijri-box.disabled-date, .greg-box.disabled-date {
        cursor: default;
    }

.time-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 6.5em;
    width: 100%;
    cursor: pointer;
    height: 100%
}

.hijri-box > input[type=text], .greg-box > input[type=text] {
    padding-inline-start: 1.3em !important;
    padding-inline-end: 1.2em !important;
    cursor: inherit
}

.time-box > input[type=time] {
    text-align: start;
    padding-inline-start: 1.8em;
    cursor: inherit
}


.hijri-box > i, .greg-box > i, .time-box > i {
    inset-inline-start: 0.4em;
    position: absolute;
    pointer-events: none;
    color: rgb(105, 103, 99);
}

.hijri-box:hover > i, .greg-box:hover > i, .time-box:hover > i {
    color: var(--Form-title-text);
}

.hijri-box:hover::after {
}

.hijri-box::after, .greg-box::after {
    inset-inline-end: 0.6em;
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
    color: #495057;
}

.hijri-box::after {
    content: 'هـ';
}

.greg-box::after {
    content: 'م';
}

.day-field {
    color: var(--third-main-Color);
    font-size: 0.9em
}

.DatePickerInput {
    display: inline-flex;
    gap: 1%;
    align-items: end;
    width: 100%;
    height: 100%
}

.form-field {
    width: 100%;
    height: 100%;
}

    .form-field > input, .form-field > textarea {
        width: 100%;
        height: 100%;
        border-radius: 3px;
        outline-color: rgb(177, 175, 175);
        border: 1px solid #ced4da;
        padding: 1%;
        border-radius: 3px;
        border: none !important;
        width: 100%;
        text-align: right;
        outline-color: rgb(177, 175, 175);
        direction: rtl
    }

.vue-treeselect {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    outline-color: rgb(177, 175, 175);
    border: 1px solid #ced4da;
    padding-inline: 0;
    border-radius: 3px;
    border: none !important;
    width: 100%;
    text-align: right;
    outline-color: rgb(177, 175, 175);
}

.formField {
    direction: rtl;
}

    .formField > input, .form-field > textarea {
    }

.formTitle {
    margin-top: 1em !important;
    margin-bottom: 0.2em !important;
}

.vue-treeselect .vue-treeselect__input {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box
}

.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
    padding-top: 0 !important;
}

.vue-treeselect--multi .vue-treeselect__input {
    padding-top: 0 !important;
}

.hijri-box, .greg-box {
    max-width: 100%;
}

.ContentFrame {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .ContentFrame.Show {
        display: block;
        z-index: 2;
    }

body {
    font-weight: bold;
}

.vue-treeselect--has-value .vue-treeselect__multi-value {
    margin-bottom: 0 !important;
}

.dashedLine {
    border-top: 1px dashed rgb(185, 185, 185);
    margin: 1% 0 0.5% 0;
}

.notesSection {
    padding-top: 1%;
    border-top: 1px dashed rgb(168, 168, 168);
}

.notes {
    margin-top: 0.1%;
    height: 100%;
    padding-bottom: 0.1rem;
    padding-top: 0;
}

.noteTitle {
    width: 11.1%;
}

    .noteTitle p {
        margin: 0;
    }

.noteTitle2 {
    margin-right: 0.7%;
    width: 11%;
}

.noteTitle div {
    background-color: rgb(224, 221, 216);
    padding: 5%;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    color: var(--Dark-Grey-text);
    border-radius: 3px;
    margin: 0 1% 0 1%;
}

.noteTitle2 div {
    background-color: rgb(224, 221, 216);
    padding: 5%;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    color: var(--Dark-Grey-text);
    border-radius: 3px;
    margin: 0 1% 0 1%;
    padding-right: 5%;
}

.noteContent2 p {
    color: rgb(81, 78, 73);
    padding: 0
}

.noteContentBox {
    width: 88.9%;
    background-color: rgb(241, 239, 234);
    border-radius: 3px;
}

.noteContent {
    width: 88.9%;
}

    .noteContent textarea {
        padding-inline: 0.2rem;
        padding-block: 0.2rem;
        height: 100%;
        width: 100%;
        border-radius: 4px;
        border: 1px solid rgb(204, 204, 204);
        outline-color: rgb(185, 185, 185);
    }

input[type=radio]:not(:disabled) {
    cursor: pointer
}

.grayBox {
    color: var(--Dark-Gray-text) !important;
}

.noteContent2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 88%;
    background-color: rgb(243, 239, 234);
    text-align: right;
}

.deletBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .deletBox div {
        width: 60%;
        display: flex;
        justify-content: center;
        background-color: rgb(229, 119, 118);
        height: 90%;
        border-radius: 3px;
        cursor: pointer;
        padding-block: 0.3rem;
        max-width: 44px;
    }

        .deletBox div:hover {
            background-color: rgb(199, 89, 87);
        }

        .deletBox div img {
            width: 60%;
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(102%) contrast(104%);
            max-width: 44px;
        }

.skip-col-8 {
    margin-inline-start: 66.666666%;
}

.skip-col-4 {
    margin-inline-start: 33.333333%;
}

.skip-col-3 {
    margin-inline-start: 13.333333%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: 033130;
}

::-webkit-scrollbar-thumb {
    background: rgb(173, 173, 173);
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: gray;
    }

.row div select, .row div input:not([type=radio]):not([type=checkbox]):not(.vue-treeselect__input):not(.timepicker) {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    outline-color: rgb(185, 185, 185);
}

.col-8 div input:not([type=radio]), .col-8 select, .col-4 div input:not([type=radio]), .col-4 select {
    height: 100%;
}

.col-12.col-sm-12.col-md-6.col-lg-4.col-xl-4 .row .col-8 {
    padding: 0;
}

    .col-12.col-sm-12.col-md-6.col-lg-4.col-xl-4 .row .col-8 > div:not(.dropdown-menu) {
        height: 100%;
    }

.IconBoxs {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 6% !important;
    margin: 5% !important;
    border-radius: 3px !important;
    cursor: pointer !important;
}

    .IconBoxs img {
        width: 100%;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(102%) contrast(104%);
    }

    .IconBoxs:nth-child(2) {
        background-color: rgb(241, 137, 135) !important;
    }

    .IconBoxs:nth-child(1) {
        background-color: rgb(127, 196, 48) !important;
    }

    .IconBoxs:nth-child(3) {
        background-color: rgb(65, 151, 208) !important;
    }

    .IconBoxs:nth-child(2):hover {
        background-color: rgb(192, 64, 62) !important;
    }

    .IconBoxs:nth-child(1):hover {
        background-color: rgb(94, 146, 35) !important;
    }

    .IconBoxs:nth-child(3):hover {
        background-color: rgb(50, 115, 158) !important;
    }

.saveIcon {
    display: flex;
    justify-content: center;
    max-width: 14%;
    padding: 12px;
    margin-right: 10px;
    background-color: rgb(241, 137, 135);
    border-radius: 5px;
}

    .saveIcon img {
        width: 100%;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(102%) contrast(104%);
    }

.PersonList .row .col-9, .tap4List .row .col-9 {
    background-color: rgb(231, 231, 231);
    padding: 0.3%;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.PersonList .row .col-9, .tap4List .row .col-9 {
    background-color: rgb(231, 231, 231);
    padding: 0.3%;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

    .PersonList .row .col-9 p, .tap4List .row .col-9 p {
        margin: 0;
        padding-right: 1%;
    }

.tap4List .row .col-3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

    .tap4List .row .col-3 div {
        margin-right: 5%;
    }

.SeizedList .secondaryColor.mainColor {
    background-color: var(--secondary-Color);
    aspect-ratio: 1/1;
    margin: 0.1em;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 2rem;
}

.PersonList .secondaryColor.mainColor {
    background-color: var(--secondary-Color);
    aspect-ratio: 1/1;
    margin: 0.1em;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 2rem;
}

.PersonList .row .col-3 img, .tap4List .row .col-3 img {
    width: 50%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(273deg) brightness(108%) contrast(101%);
}

.tap4List .row .col-4 div {
    background-color: rgb(224, 221, 216);
    padding: 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--Dark-Gray-text);
    border-radius: 3px;
    margin: 0 1% 0 1%;
    text-align: right;
    font-size: 1em;
}

.tap4List .col-12 .row .col-8 {
    background-color: rgb(243, 239, 234);
    padding: 1%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgb(81, 78, 73);
    border-radius: 3px;
    text-align: right;
    font-size: 1em;
}

.tap4List .col-12 {
    padding: 0;
}

.tap4List .row .col-3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.sticky {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1;
}

.toast-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.darken-button:hover {
    filter: brightness(0.9)
}

.field-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .field-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .field-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .field-box {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .field-box {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.field-box > .row > .col-4 {
    padding: 0
}

.field-box > .row > .col-8 {
    padding: 0
}

.field-box p {
    margin: 0
}

.field-box > div:first-child > div:first-child > div {
    background-color: rgb(224, 221, 216);
    padding: 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--Dark-Gray-text);
    border-radius: 3px;
    margin: 0 1% 0 1%;
    text-align: right;
    font-size: 1em;
}

.field-box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.saveCloseSection p {
    margin: 0
}

.modal-body {
    display: flex;
    justify-content: right;
}

.modal-footer {
    display: flex;
    justify-content: center;
}

.cancel-button {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.cancel-button:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.SideViewContainer #Study {
    height: 82.4vh;
    overflow-y: auto;
}

.Loading.Closeable .LoaderOverlay .CloseLoader {
    display: block;
}

.LoaderOverlay .CloseLoader {
    width: 2.25rem;
    right: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.2s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    transform: translateY(20px);
    opacity: 0;
}

.actionCancelBtn, .actionSaveBtn, .actionPdfBtn {
    padding: 0.3%;
    border-radius: 5px;
    width: 4%;
    color: white;
    border: none;
}

.actionSaveBtn {
    background-color: rgb(161, 208, 106);
}

.actionPdfBtn {
    background-color: gray;
}

.actionCancelBtn {
    background-color: rgb(241, 136, 135);
}

.datepicker {
    font-weight: bold
}

    .datepicker .table-condensed td {
        border: 1px solid black;
        border-radius: 0;
    }


    .datepicker .table-condensed tbody tr > td.day.today, .datepicker .table-condensed tbody tr > td.day.active {
        background-color: var(--secondary-Color) !important;
    }

table.data-table > tbody > tr > td {
    background-color: #f5f5f5;
    border: 1px solid lightgrey;
    text-align: center;
}

table.data-table > thead > tr > th {
    background-color: #a9a9a9;
    border: 1px solid lightgrey;
    text-align: center
}

.col-12.tap4List.SeizedList .fa.fa-eye {
    color: #ffffff;
}

.bgSecondColor {
    background-color: var(--secondary-Color);
}

.radioInput {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    height: 100%;
    width: 100%;
}

    .radioInput > div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        text-align: center
    }

.radioLabel {
    border: 1px solid white;
    font-size: 1em;
}