/*                             بسم الله الرحمن الرحيم وبه نستعين          */
/*                             --------------------------------         */

.MainHeader {
    width: 95%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    color: #009696;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.MainLogo {
    width: 95%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../images/mainLogo-07.svg?v=1.0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.SiteMainHeader {
    font-size: 30px;
}

.SiteMainLogo {
    background-size: 100px;
}

.Menu {
    width: 95%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    background-color: #ffffff;
}

.MenuItemSearch {
    background-color: rgb(0,0,0,0) !important;
    border: 0 !important;
}

.MenuItemSearchSeleced {
    background-color: rgb(0,0,0,0) !important;
    border: 2px solid #f4cb9265 !important;
    border-radius: 1rem;
}

.MenuItemGroupSearch {
    background-color: rgb(0,0,0,0) !important;
    border: 0 !important;
}

.MenuItem {
    width: 95%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #f4cb9265;
    border-radius: 1rem;
    color: #009696;
    background-color: beige;
    text-align: center;
    font-size: 25px;
    padding-bottom:5px;
}

    .MenuItem div {
        color: #009696;
    }

    .MenuItem .flex-column, .MenuItem .flex-row {
        margin: 0;
    }

.MenuItemImage {
    width: 70px;
    margin-top: 10px;
}

.loader {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    background: radial-gradient(farthest-side,#009696 94%,#0000) top/11.5px 11.5px no-repeat, conic-gradient(#0000 30%,#009696);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 11.5px),#000 0);
    animation: loader-c7wet2 1s infinite linear;
    display:none;
}

@keyframes loader-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

.info {
    display: none;
    width: 100%;
}

.infoCritical {
    color: red;
    font-size: 40px;
    text-align: center;
    width: 100%;
}

.infoInform {
    color: #009696;
    font-size: 30px;
    text-align: center;
    width: 100%;
}

.infoBasket {
    max-height: 500px;
    overflow: scroll;
}

    .divCol {
    display: inline-flex;
    color: #da7e54;
    font-size: 30px;
    line-height: 30px;
    margin: 0 !important;
    padding: 0 !important;
}

.divRow {
    display: flex;
    line-height: 30px;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    width: 100%;
}
.divColLabel {
    color: #da7e54 !important;
    text-align: left;
    justify-content: center;
}
.divColValue {
    color: #009696;
    text-align: right;
    margin-right: 5px !important;
    justify-content: center;
}

.dot {
    height: 30px;
    width: 30px;
    background-color: #009696;
    border: solid 0.5px #006a6a;
    border-radius: 50%;
    display: none;
    position: absolute;
    text-align: justify;
    justify-content: center;
    line-height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF;
}

.rowSelected {
    background-color: #f4cb9265;
    border: solid 1px #009696;
}

.rowSelectorEmpty {
    height: 30px;
    width: 30px;
    margin:0 auto;
    margin-bottom: 10px;
    border: solid 1px #009696;
    border-radius: 50%;
}

.rowSelectorFill {
    height: 30px;
    width: 30px;
    border: solid 1px #009696;
    border-radius: 50%;
    background-color: #f4cb9265;
}

.MainMenu-Button {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 150, 150, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.MainMenu-Button-02 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.Side-Button {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.labelControl {
    font-size:14px;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
.animBlink {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-animation: blink normal 2s infinite ease-in-out;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: blink normal 2s infinite ease-in-out;
}
.animZoom {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}