﻿
.myRtl {
    direction: rtl;
    text-align: right;
}
    .myRtl.app-sidebar {
        left: auto;
        right: 0;
    }
    .myLtr {
        direction: ltr;
        text-align: left;
    }
.bottomDiv {
    position: sticky;
    bottom: 0px;
    border-top: 1px solid #007D71;
    background-color: #222d32;
    padding-top:10px;
}
.borderslineRed {
    border: 1px solid red;
}
.borderslineYellow {
    border: 1px solid Yellow;
}
.pb-60{
    padding-bottom:60px;
}
.hideOverFlow {
    overflow: hidden
}
.clearBoth{
    clear:both;
}
.gold-bg {
    background-image: linear-gradient( to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
}
.gold-text {
    background-image: linear-gradient( to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
    color: transparent;
    -webkit-background-clip:border-box;
}
.form-label{
    font-size:0.975rem;
}
.font-ar {
    font-family: 'Segoe UI';
}

.font-en {
    font-family: Ubuntu;
}
.font-ar-larg {
    font-family: STC;
}

.font-en-larg {
    font-family: Ubuntu;
}

.form-check-label{
    padding-right:50px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}
.btn-light {
    background-color: #ebf3ff;
    border: none;
    border-bottom: 0.5px solid #e5e5e5;
    color: #435ebe;
    font-weight: 400;
}
.field-validation-error{
    color:red;
}
.input-validation-error{
    border:1px solid red;
}

.min-w-100{
    min-width:100px;
}

.pt20 {
    padding-top: 20px;
}
.pt50 {
    padding-top: 50px;
}
.pp10 {
    padding-bottom: 10px;
}
.mylabel {
    float: left;
}
.br-10 {
    border-radius: 10px;
}
.br-r-10{
    border-radius:0 10px 0 0;
}

.br-l-10 {
    border-radius: 10px 0 0 0;
}
.iFrame_1 {
    width: 100%;
    height: 94%;
    border-radius:10px;
}
.centrAlign {
    align-content: center;
}

.popupSrchFrm {
    width: 95vw;
    height: 90vh;
}
.popupFrm, .popupSrchFrm {
    background-color: var(--lColor);
    /*    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
 padding-top: 5px;
    padding-left: 10px;*/
    border-radius: 10px;
    padding:3px;
}

.popupFrm {
    width: 95vw;
    height: 95vh;
}
.hide {
    display: none;
}
.fx-h-85 {
    height: 85vh
}
.mx-h-85 {
    max-height: 85vh
}
.mx-h-100 {
    max-height: 100vh
}
.bg-sky{
    background-color:var(--lSky);
}
.p-bottom-5{
    padding-bottom:5px;
}

.line label {
    display: inline;
    padding: 3px;
    font-size: 1em;
    font-weight: normal;
}

.line input[type="radio"] {
    width: auto;
}
.f-l-font{
    font-family:STC;
}
.f-ar-font {
    font-family: "Segoe UI";
}
.f-en-font {
    font-family: Ubuntu;
}

.p-lr-3 {
    padding:0 3px 0 3px;
}
.app-header {
    background-color: var(--blue);
}
.app-content {
    background-color: var(--white);
}
.body {
    font-family: 'Cairo';
}
.app-header__logo {
    font-family: 'Cairo';
    font-size: 18px;
}
.card-body .codereader {
    border-radius: 10px;
    padding-bottom: 15px;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
    /*    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
*/
}
.card-body .summary {
    border-radius: 10px;
    padding-bottom: 15px;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*    -webkit-box-shadow: 1px 5px #435ebe, 0 0 5px #435ebe;
    box-shadow: 1px 5px #435ebe, 0 0 5px #435ebe;
*/ opacity: 1;
}
.font24{
    font-size:24pt;
}
.circle {
    border-radius: 50%;
    background-color:var(--blue);
    color:var(--white);
    height:100px;
    width:100px;
    text-align:center !important;
    margin:10px 0 5px 0;
    align-content:center;
}
.lbBlue{
    color:var(--blue);
}
.lbGreen{
    color:var(--lGreen);
}
.tx-center {
    text-align: center !important;
    position:relative;
}
.myflex {
    margin-top:5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:0 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.material-half-bg .cover {
    background-color:var(--blue);
}