﻿/*
    index
    side-bar:820
    top-bar:800
    fixed-page:780
    alert-position 980
    lds-facebook 990
*/

html, body {
    display: flex;
    flex-direction: column;
    height: calc(100% - 0px);
    margin: 0px;
    padding: 0px;
    user-select: none;
    font-family: var(--mud-typography-default-family);
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100% - 0px);
}

.main-c {
    position: relative;
    margin-right: 213px;
    margin-top: 55px;
    transition: 0.5s;
    overflow-y: auto;
    padding: 19px;
}

#load {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba( 255,255,255,0.4);
    display: none;
}



.top-bar {
    position: fixed;
    z-index: 800;
    top: 0;
    right: 0px;
    left: 0px;
    height: 56px;
    margin-right: 182px;
    transition: 0.5s;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    align-items: center;
}

.side-bar {
    transition: 0.5s;
    position: fixed;
    z-index: 820;
    right: 0px;
    top: 0px;
    white-space: nowrap;
    overflow: hidden;
    background-image: linear-gradient(180deg, #00796B 0%, #11393c 70%);
}

.side-bar-left-open {
    height: 100%;
    width: 213px;
}

.side-bar-left-close {
    height: 100%;
    width: 80px;
}

.side-bar-top {
    left: 0px;
    height: 56px;
}

.side-bar-top-open {
    height: 650px;
    width: 100%;
}

.side-bar-top-close {
    height: 56px;
    width: 100%;
}

.menu-head {
    background-color: #11393c;
    border-bottom: 1px solid #757575;
    align-items: center;
    height: 56px;
}

.menu-item-button {
    text-decoration: none;
    margin-left: 17.5px;
    margin-right: 17.5px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-right: 20px;
    background-color: transparent;
    color: #ece8e0;
    border: 0px;
    border-radius: 4px;
    transition: 0.3s;
}

    .menu-item-button:hover {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .menu-item-button:active {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.item-active {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

#userBarSection {
    display: none;
}

#title {
    display: none;
}

d--none {
    display: none;
}



.menu-button {
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 13.5px;
}



.search-button {
    height: 31px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23f18354%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3C!--!%20Font%20Awesome%20Pro%206.1.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20(Commercial%20License)%20Copyright%202022%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M310.6%20361.4c12.5%2012.5%2012.5%2032.75%200%2045.25C304.4%20412.9%20296.2%20416%20288%20416s-16.38-3.125-22.62-9.375L160%20301.3L54.63%20406.6C48.38%20412.9%2040.19%20416%2032%20416S15.63%20412.9%209.375%20406.6c-12.5-12.5-12.5-32.75%200-45.25l105.4-105.4L9.375%20150.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200L160%20210.8l105.4-105.4c12.5-12.5%2032.75-12.5%2045.25%200s12.5%2032.75%200%2045.25l-105.4%20105.4L310.6%20361.4z%22%20%2F%3E%3C%2Fsvg%3E%0A");
    height: 1.3rem;
    width: 0.8rem;
    background-size: contain;
    cursor: pointer;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    /* pointer-events: all;*/
    cursor: pointer;
}

/*input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;*/
/*    background-image: url('../../images/logo.png');
*/ /*background-image: url('../../images/logo.png');*/
/*    //background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-x%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M4.646%204.646a.5.5%200%200%201%20.708%200L8%207.293l2.646-2.647a.5.5%200%200%201%20.708.708L8.707%208l2.647%202.646a.5.5%200%200%201-.708.708L8%208.707l-2.646%202.647a.5.5%200%200%201-.708-.708L7.293%208%204.646%205.354a.5.5%200%200%201%200-.708z%22%2F%3E%0A%3C%2Fsvg%3E");
*/
/*}*/

.btn-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
}

    .btn-icon:hover i {
        color: white;
    }

    .btn-icon i:hover {
        color: white;
    }

.btn-h-white {
}

    .btn-h-white:hover {
        color: white;
    }

.fs-7 {
    font-size: 0.75rem;
}

.fs-0-9 {
    font-size: 0.9rem;
}

.opacity-50 {
    opacity: 0.5;
}


.ui-spinner-input {
    width: 50px;
    /* Enter your own width above */
}

.fixed-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 780;
    padding: 19px;
}

.tilte-page {
    font-weight: bold;
    font-size: 1.1rem;
}


/*::-webkit-scrollbar {
    display: block;
    width: 1px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
    background: #11393c !important;
    border: 5px solid transparent !important;
    background-clip: content-box !important;
    border-radius: 25px !important;
}*/

/*
    mot work case using .rz ?!
&::-webkit-scrollbar-thumb {
    background-color: #11393c !important;
    border-right: none;
    border-left: none;
    border-radius: 10px;
}
*/

/*::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 3px;
}

::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 3px;
}*/


/* width */
::-webkit-scrollbar {
    display: block !important;
    width: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 9px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #11393c !important;
    border: 2px solid transparent !important;
    background-clip: content-box !important;
    border-radius: 25px !important;
}

/*  ::-webkit-scrollbar-thumb:hover {
        background: #178344;
        pointer-events: painted;
    }*/

::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 3px;
}

::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 3px;
}




.border-image {
    border: 2px;
    border-radius: 10px;
    border-color: gray;
    border-style: dashed;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
}

.center-image {
    display: block;
    margin: 0 auto;
    width: auto;
    background-color: rebeccapurple;
}


@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/



h5 {
    font-family: Quicksand;
}



.close {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    left: 15px;
    top: 15px;
    text-align: center;
    font-size: 1.6em;
    cursor: pointer;
}



.accordion-border {
    /*  border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 0px solid;
    border-color: #11393c;
    border-radius: 5px;*/
}

    .accordion-border h2 {
        border: 1px solid;
        border-color: #c6c9d0;
        border-radius: 2px;
    }

.content-rounded {
    border: 0.1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
    padding: 0px;
}


.view-info {
    font-weight: bold;
    color: #11393c;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
}



    .view-info:first-child {
        margin-right: 0rem;
    }

    .view-info:last-child {
        margin-left: 0rem;
    }

.view-info-mw {
    flex: 1;
    max-width: 70px;
}

.view-info p {
    color: #696969;
    font-size: 1rem;
    margin-bottom: 7px;
}

.vl {
    margin-top: 0 auto;
    margin-bottom: 0 auto;
    border-left: 0.13rem solid #D3D3D3;
    border-radius: 25px;
    height: 30px;
}

.vl-9 {
    margin-top: 0 auto;
    margin-bottom: 0 auto;
    border-left: 0.13rem solid #D3D3D3;
    border-radius: 25px;
    height: 100px;
}


.rz-tabview-top > .rz-tabview-nav li:hover:not(.rz-tabview-selected):not(.rz-state-disabled) {
    border-top-color: #ef743f !important;
}

.rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
    border-top-color: #ef743f !important;
}

.rz-tabview-top > .rz-tabview-nav li {
    border-bottom-color: whitesmoke !important;
    background-color: whitesmoke !important;
}

.rz-tabview-nav li a {
    color: #ef743f !important;
}

.rz-tabview-top > .rz-tabview-panels {
    border-radius: 6px 0 6px 6px !important;
    border: 0 !important;
}

.rz-tabs {
    margin: 30px auto;
}


.rz-tabview-panel {
    padding: 0px !important;
}

.card-multi-room {
    height: 101px;
    margin: 15px;
    text-align: center;
    transition: 5s;
    border-radius: 6px;
    border: 2px solid;
    border-color: lightgrey;
    padding: 0px;
}

.card-room-parent {
    width: 90px;
    height: 97px;
    text-align: center;
    transition: 5s;
    margin: 0px;
    padding: 0px;
    margin-left: 8px;
}

.card-sub-room {
    width: 90px;
    height: 80px;
    margin: 15px;
    text-align: center;
    transition: 5s;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: auto;
    margin-bottom: auto;
}


.card-room {
    width: 106px;
    height: 101px;
    margin: 15px;
    text-align: center;
    transition: 5s;
}


    .card-room div {
        transition: 0.25s;
    }


    .card-room :hover {
        background-color: rgba(255,255,255,0.25);
        background-color: whitesmoke;
        color: #ef743f;
    }

.card-month {
    width: 95px;
    height: 110px;
    margin: 15px;
    text-align: center;
    transition: 5s;
}

.card-month-active {
    background-color: rgba(255,255,255,0.7);
    background-color: whitesmoke;
}

.card-month div {
    transition: 0.25s;
}


.card-month :hover {
    background-color: rgba(255,255,255,0.25);
    background-color: whitesmoke;
    color: #ef743f;
}


.check-box-radio {
}

    .check-box-radio input[type="radio"] {
        appearance: none;
        border: 1px solid #d3d3d3;
        border-radius: 5px;
        width: 20px;
        height: 20px;
        content: none;
        outline: none;
        margin: 0;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        cursor: pointer;
    }

        .check-box-radio input[type="radio"]:checked {
            appearance: none;
            outline: none;
            padding: 0;
            content: none;
            border: none;
        }

            .check-box-radio input[type="radio"]:checked::before {
                position: absolute;
                color: #ef743f !important;
                content: "\00A0\2713\00A0" !important;
                border: 1px solid #ef743f;
                border-radius: 5px;
                font-weight: bolder;
                font-size: 15px;
                width: 20px !important;
                height: 21px !important;
            }


.text-justify {
    text-align: justify;
}

    .text-justify span {
        background-color: red;
        width: 100%;
        height: 1em;
        display: inline-block;
    }


.required {
    color: #a4160e;
    margin-right: 5px;
    font-size: 17px;
}

.rtl {
    direction: rtl;
    text-align: right;
}


.tr-less {
}

    .tr-less td {
        padding-top: 0px;
        padding-bottom: 0px;
    }


.float-start {
    float: right !important;
}

.float-end {
    float: left !important;
}
