﻿/* #region Region_Name */
/* #endregion */
@font-face {
  font-family: Almarai;
  src: url(../fonts/Almarai-Regular.ttf) format("truetype");
}
@font-face {
  font-family: droid;
  src: url(../fonts/DroidKufi-Regular.ttf) format("truetype");
}
@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans.ttf) format("truetype");
}
/* #region Constant */
.mb_10 {
  margin-bottom: 10px !important;
}

.W_60 {
  width: 60px !important;
}

.W_80 {
  width: 80px !important;
  min-width: 80px !important;
}

.W_100 {
  width: 100px !important;
}

.W_120 {
  width: 120px !important;
}

.W_150 {
  width: 150px !important;
}

.W_200 {
  width: 200px !important;
  max-width: 90vw;
}

.MinW_200 {
  min-width: 200px !important;
}

.W_300 {
  width: 300px !important;
  max-width: 90vw;
}

.H_Full {
  height: 100% !important;
}

.Color_DarkBlue {
  color: darkblue !important;
}

.Color_DarkRed {
  color: darkred !important;
}

.Color_Danger {
  color: #dc3545 !important;
}

.Color_Canceled {
  color: gainsboro;
}

.PmtFlag_OK {
  /*background-color:yellow;*/
  text-align: center;
}
.PmtFlag_OK i {
  font-size: 1.3rem !important;
  color: forestgreen;
}

.Pos_Color2 {
  color: Blue;
}

.Pos_Color3 {
  color: yellow;
}

.Pos_Color4 {
  color: Brown;
}

.Pos_Color5 {
  color: Black;
}

.Pos_Color6 {
  color: Red;
}

.Pos_Color7 {
  color: Green;
}

.BColor_Yellow {
  background-color: yellow;
}

.BColor_Teal {
  background-color: #d2f4ea;
}

.fs_d8 {
  font-size: 0.8rem !important;
}

.fs_1 {
  font-size: 1rem !important;
}
.fs_1 i {
  font-size: 1rem !important;
}

/* #endregion */
/* #region Login_Page */
.LoginBody {
  overflow: hidden;
  background: url(../img/appbg.png) top center no-repeat;
  background-size: 100vw 100vh;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.LoginBody .LoginForm {
  /*background-color: yellow;*/
  height: 180px;
  width: 300px;
  margin-top: 20vh;
}
.LoginBody .LoginForm .Row1 {
  text-align: center;
  /*padding-right: 5px;*/
  margin-bottom: 2vh;
}
.LoginBody .LoginForm .Row1 img {
  height: 3rem;
  height: 3.5rem;
  width: auto;
}
.LoginBody .LoginForm .Row2 {
  /*background-color: cyan;*/
  height: 170px;
  padding: 0 40px;
}
.LoginBody .LoginForm .Row2 .form-input {
  border: none;
  border-radius: 0;
  margin: 5px 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  background: transparent;
}
.LoginBody .LoginForm .Row2 .BtnRow {
  /*background-color: yellow;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.LoginBody .LoginForm .Row2 .BtnRow .TxtBtn {
  height: 45px;
  /*font-size: 1.2rem;*/
  font-family: Arial;
}
.LoginBody .LoginForm .Row2 .BtnRow .BtnG {
  font-size: 1.2rem;
  padding-top: 8px;
  color: darkblue;
}
.LoginBody .LoginForm .LoginMsg {
  /*background-color: cyan;*/
  text-align: center;
}
.LoginBody .LoginForm .LoginMsg ul {
  list-style-type: none !important;
  padding: 0 !important;
}
.LoginBody .PoweredBy {
  position: absolute;
  top: calc(100vh - 60px);
  left: calc(100vw - 140px);
  font-family: Arial;
  font-size: 10px;
  /*background-color: yellow;*/
}
.LoginBody .PoweredBy div:first-child {
  position: relative;
  top: 10px;
  padding-left: 2px;
}
.LoginBody .PoweredBy img {
  height: 25px;
  width: auto;
}
.LoginBody .PoweredBy:hover {
  cursor: pointer;
}

/* #endregion */
body {
  background: #f6f9ff;
}
body .form-control:focus {
  box-shadow: 0 0 0 0.05rem rgba(13, 110, 253, 0.25);
}
body .AppHeader {
  height: 60px;
  width: 100%;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
body .AppHeader td {
  padding: 0;
}
body .AppHeader .AppLogo {
  /*background-color: yellow;*/
  height: 60px;
  width: 1%;
  white-space: nowrap;
  padding: 0 10px;
}
body .AppHeader .AppLogo img {
  height: 2rem;
  width: auto;
  /*margin-left: 0.5rem;*/
}
body .AppHeader .AppName {
  /*background-color: yellow;*/
  padding-right: 20px;
}
body .AppHeader .AppName img {
  height: 1.7rem;
  width: auto;
}
body .AppHeader .StnCard {
  /*background-color: cyan;*/
  padding: 0 10px;
  width: 1%;
  white-space: nowrap;
  font-size: 0.8rem;
  text-align: right;
  font-family: OpenSans;
  color: #012970;
}
body .AppHeader .StnCard .Lbl {
  font-weight: bold;
  /*font-size: 0.8rem;*/
}
body .AppHeader .StnCard .RegionName_000 {
  font-family: Arial;
  text-align: left;
  color: #012970;
  font-size: 1.2rem;
}
body .AppHeader .StnCard .RegionName_000:hover {
  color: Blue;
}
body .AppHeader .StnCard:hover {
  cursor: pointer;
  color: Blue;
  background: #f6f9ff;
}
body .AppHeader .Guest_StnCard {
  padding: 0 10px;
  width: 1%;
  white-space: nowrap;
  font-size: 0.8rem;
  text-align: right;
  font-family: OpenSans;
  color: #012970;
}
body .AppHeader .Guest_StnCard .Lbl {
  font-weight: bold;
  /*font-size: 0.8rem;*/
}
body .AppHeader .Mobil_StnCard {
  padding: 0 10px;
  width: 1%;
  white-space: nowrap;
  font-size: 0.8rem;
  text-align: right;
  font-family: OpenSans;
  color: #012970;
}
body .AppHeader .Mobil_StnCard i {
  font-size: 1.8rem;
}
body .AppHeader .Mobil_StnCard:hover {
  cursor: pointer;
  color: Blue;
  background: #f6f9ff;
}
body .AppHeader .ExitAppBtn {
  width: 60px;
  text-align: center;
}
body .AppHeader .ExitAppBtn i {
  font-size: 1.8rem;
}
body .AppHeader .ExitAppBtn:hover {
  color: #bc2424;
  background-color: #fff8f8;
}
body .AppHeader .ExitAppBtn:hover i, body .AppHeader .ExitAppBtn:hover span {
  color: #bc2424;
}
body .AppHeader .BorderTD {
  /*background-color: yellow;*/
  width: 1.5rem;
}
body .AppMenu_000 {
  width: 250px;
  max-width: 90vw;
  /*max-height: 70vh;*/
  overflow: auto;
}
body .AppMenu_000 table td {
  height: 40px;
  padding-left: 0px;
  /*background-color: cyan;*/
}
body .AppMenu_000 table .AM_Item:hover {
  cursor: pointer;
  background-color: #f6f9ff;
}
body .AppMenu_000 table .AM_Item:hover i, body .AppMenu_000 table .AM_Item:hover span {
  color: blue;
}
body .AppMenu_000 table .AM_Icon {
  padding: 0 10px 0 15px;
  color: #012970;
}
body .AppMenu_000 table .AM_Icon i {
  font-size: 1rem;
}
body .AppMenu_000 table .AM_Label {
  font-size: 1.2rem;
  font-size: 1rem;
  width: 250px;
  max-width: 90vw;
  text-align: left;
  /*background-color: yellow;*/
  font-size: 15px;
  font-weight: 600;
  color: #012970;
}
body .AppMenu_000 table .Menu_Sep td {
  height: 20px;
}
body .AppMenu_000 table .Menu_Sep hr {
  color: #b4b4b4;
  height: 0.2px;
  margin: 10px;
}
body .AppMenu_000 table .ExitAppBtn:hover {
  color: #bc2424;
  background-color: #fff8f8;
}
body .AppMenu_000 table .ExitAppBtn:hover i, body .AppMenu_000 table .ExitAppBtn:hover span {
  color: #bc2424;
}
body .AppMenu_000 table .Selected_AppMenuItem i, body .AppMenu_000 table .Selected_AppMenuItem span {
  color: blue !important;
}
body .dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  /*box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);*/
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
body .WaitingDiv {
  display: none;
  position: absolute;
  top: 200px;
  left: calc(50vw - 20px);
  width: 40px;
  height: 40px;
  color: #0B610B;
  z-index: 9000;
}
body .FormWaitingDiv {
  display: none;
  position: absolute;
  top: 200px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  color: #0B610B;
  z-index: 9000;
}
body input[type=date], body input[type=datetime-local] {
  /*text-align: right;
  cursor: pointer;
  font-family: Arial;
  padding-right: .75rem;*/
}
body input[type=date]::-webkit-calendar-picker-indicator, body input[type=datetime-local]::-webkit-calendar-picker-indicator {
  display: none;
}
body span_mnd {
  /*font-weight:600;*/
}
body span_mnd:after {
  content: " *";
  color: red;
  /*font-weight: bold;*/
}
body .form-floating {
  /*font-family: Almarai;*/
  /*font-family: biensport;*/
  /*font-family: droid;*/
  position: relative;
  margin-bottom: 5px;
  color: darkblue;
}
body .form-floating .form-control, body .form-floating .form-control-plaintext, body .form-floating .form-select {
  min-height: 65px !important;
  line-height: 1.8;
}
body .form-floating .Text_Area {
  line-height: 1.2;
  height: 140px;
}
body .form-floating .form-select {
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
}
body .form-floating label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body .form-floating .form-control:focus ~ label,
body .form-floating .form-control:not(:placeholder-shown) ~ label,
body .form-floating .form-control-plaintext ~ label,
body .form-floating .form-select ~ label {
  /*opacity: 0.65;*/
  opacity: 1;
  transform: scale(1) translateY(-0.8rem) translateX(0) !important;
}
body .form-floating input:-webkit-autofill,
body .form-floating input:-webkit-autofill:hover,
body .form-floating input:-webkit-autofill:focus,
body .form-floating input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 35px white inset !important;
}
body .Form_Foating_Ar {
  /*color: red;*/
}
body .Form_Foating_Ar .form-control:focus ~ label,
body .Form_Foating_Ar .form-control:not(:placeholder-shown) ~ label,
body .Form_Foating_Ar .form-control-plaintext ~ label,
body .Form_Foating_Ar .form-select ~ label {
  text-align: right;
}
body .Form_Foating_Ar label {
  text-align: right;
}
body .Form_Foating_Ar span_mnd:after {
  content: "";
}
body .Form_Foating_Ar span_mnd:before {
  content: "* ";
  color: red;
  /*font-weight: bold;*/
}
body .Form_Foating_Ar span, body .Form_Foating_Ar span_mnd {
  font-family: Almarai;
}
body .form-control:disabled {
  /*background-color: white;*/
}
body .FrmFloating_ReadOnly .form-control:disabled {
  background-color: white;
}
body .StnCell input, body .StnCell select {
  direction: rtl;
}
body .DivMultiCol {
  padding: 0;
}
body .DivMultiCol .row {
  padding: 0;
  margin: 0;
}
body .DivMultiCol .row .col-md {
  margin: 0 5px 0 0;
}
body .DivMultiCol .row .col-md:last-child {
  margin: 0;
}
body .DivMultiCol .row > * {
  padding: 0;
  padding-right: 5px;
  min-height: 45px;
}
body .DivMultiCol textarea {
  height: 120px;
  resize: none;
}
body .Numeric {
  font-family: Arial !important;
}
body .Ar {
  font-family: Almarai;
}
body .Ar_Input {
  font-family: droid;
  text-align: right;
}
body .BL_Input {
  font-family: droid;
}
body .DivDate .T {
  padding-left: 10px;
  color: darkblue;
}
body span_ar {
  font-family: Almarai;
}
body .Txt_ArEN {
  font-family: droid;
}
body .is_invalid {
  border: 2px solid #dc3545;
  color: red;
}
body .Color_1 {
  color: red;
}
body .Color_2 {
  color: orange;
}
body .Color_3 {
  /*color: yellow;*/
  color: #eded00;
}
body .Color_4 {
  color: green;
}
body .Color_5 {
  color: blue;
}
body .Color_6 {
  color: indigo;
}
body .Color_7 {
  color: violet;
}
body .BC_1 {
  background-color: yellow;
}
body .ProEdition_Card {
  /*background-color:yellow;*/
  color: darkblue;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
}
body .ProEdition_Card .Row2 {
  font-size: 2rem;
}
body .ProEdition_Card .Row2 p {
  display: inline-block;
}
body .ProEdition_Card .Row2 p span:nth-child(1) {
  color: #bf9000;
}
body .ProEdition_Card .Row2 .Txt1 {
  font-weight: 800;
  margin-right: 10px;
  font-size: 2.2rem;
  font-family: Arial;
}
body .ProEdition_Card .Row2 .Txt2 {
  font-weight: 600;
}
body .ProEdition_Card .Row3 {
  font-size: 1.5rem;
  text-align: center;
}
body .ProEdition_Card .Row3 p {
  font-weight: 700;
}
body .ProEdition_Card .Sale_Offer {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 2rem 0;
}

.TD_Auto {
  width: 1%;
  white-space: nowrap;
}

.HVR:hover {
  cursor: pointer;
}

/* #region Region_Component */
.Cmp_HMenu {
  /*background-color:yellow;*/
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.Cmp_HMenu .Selected_MenuItem {
  color: #0025d0;
}

.Cmp_Finder .bi-eraser-fill {
  color: #7564bf;
}

/* #endregion */
/* #region Region_Btn */
.Btn {
  font-family: Almarai;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  border-radius: 0.25rem;
  /*transition: 0.5s;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  height: 50px;
  min-width: 150px;
}
.Btn:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.TxtBtn {
  display: inline-block;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 4px;
  min-width: 100px;
  font-size: 1rem;
  font-family: Calibri;
  padding: 5px 10pX;
}
.TxtBtn:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.TxtBtn:active {
  color: black;
  font-size: 0.99rem;
  box-shadow: none;
}

.ImgBtn {
  display: inline-block;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 4px;
  /*font-size: 2.2rem;*/
  font-size: 2rem;
  padding: 5px 10pX;
  min-width: 120px !important;
  /*width: 100px;*/
}
.ImgBtn:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.ImgBtn:active {
  color: black;
  font-size: 1.9rem;
  box-shadow: none;
}

.BtnBody {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.Card_Btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 60px;
  border-radius: 5px;
  font-size: 1.4rem;
  /*padding-top: 3px;*/
}
.Card_Btn:hover {
  background-color: #f8fafd;
  cursor: pointer;
  color: blue;
}
.Card_Btn:active {
  font-size: 1.35rem;
  background-color: #f1f5f9;
}

.Card_TxtBtn {
  min-width: 100px;
  justify-content: flex-start;
  padding: 0 10px;
}
.Card_TxtBtn span {
  font-size: 1rem;
  margin-left: 10px;
}

.Card_EmptyBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 60px;
  border-radius: 5px;
  font-size: 1.4rem;
  /*padding-top: 3px;*/
}

.CardBtn_Container {
  /*background-color: yellow;*/
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* #endregion */
/* #region offcanvas */
.offcanvas .offcanvas-title {
  font-family: Arial;
  /*color: $ColorDarkBlue;*/
  font-size: 1rem;
  font-weight: 600;
}
.offcanvas .DivClose {
  width: 30px;
  text-align: center;
}
.offcanvas .DivClose:hover {
  cursor: pointer;
  color: darkred;
}

.offcanvas-start, .offcanvas-end {
  /*width: 300px;*/
  width: 400px;
}

.FilterDiv {
  /*background-color: yellow;*/
}
.FilterDiv .offcanvas-body {
  padding: 0 1rem;
}
.FilterDiv .Filter_Container {
  margin-bottom: 5px;
}
.FilterDiv .RangeFilter_Container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
.FilterDiv .RangeFilter_Container .FC_DivL, .FilterDiv .RangeFilter_Container .FC_DivR {
  display: inline-block;
  width: 49%;
}

/* #endregion */
/* #region Region_Pages */
.Page_TZone {
  overflow: auto;
  /*background-color: yellow;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 10px !important;
}
.Page_TZone .Left_Zone {
  /*background-color: lime;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.Page_TZone .Right_Zone {
  /*background-color: aquamarine;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: flex-end;
  align-items: center;
}
.Page_TZone .Right_Zone .Title_Card {
  /*background-color:yellow;*/
  margin-right: 1rem;
  text-align: right;
  color: #012970;
}
.Page_TZone .Right_Zone .Title_Card .Nav_Adr {
  font-weight: 700;
  font-size: 0.9rem;
}
.Page_TZone .Right_Zone .Title_Card .Obj_Data {
  font-size: 0.8rem;
}
.Page_TZone .Cmp_HMenu {
  /*background-color: yellow;*/
}
.Page_TZone .Cmp_HMenu .Card_Btn {
  justify-content: flex-start;
  /*min-width: 140px;*/
  padding-left: 10px;
  padding-right: 10px;
  color: #888dad;
  font-size: 1.5rem;
  border-radius: 0;
}
.Page_TZone .Cmp_HMenu .Card_Btn span {
  font-size: 1rem;
  margin-left: 10px;
}
.Page_TZone .Cmp_HMenu .Card_Btn:active {
  font-size: 1.474rem;
  background-color: #f1f5f9;
}
.Page_TZone .Cmp_HMenu .Card_Btn:active span {
  font-size: 0.98rem;
}
.Page_TZone .Cmp_HMenu .Selected_MenuItem {
  /*border-bottom: 5px solid #0025d0;*/
}
.Page_TZone .Card_EmptyBtn {
  color: blue;
}
.Page_TZone .Icon_HMenu .Card_Btn {
  justify-content: center;
  align-items: center;
  min-width: 60px !important;
  border-radius: 5px;
}

.Page_CZone {
  /*overflow: auto;*/
  /*width: 100%;*/
}

.Page_BodyHeader {
  /*background-color: azure;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  overflow: auto;
}

.Selected_MenuItem {
  /*color: #0025d0 !important;*/
  color: blue !important;
  font-weight: 600;
}

.card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 6px;
  padding: 10px;
  padding: 0px;
  margin-bottom: 14px;
}
.card .card-body {
  padding: 0 10px 10px 10px;
}
.card .BC_1Z {
  /*background-color: orange;*/
  height: calc(100vh - 95px);
}
.card .BC_2Z {
  /*background-color: yellow;*/
  height: calc(100vh - 165px);
}
.card .BC_Full {
  height: 100%;
  /*background-color: cyan;*/
  padding-top: 10px;
}
.card .BC_Reduced {
  height: calc(100% - 60px);
  /*background-color: aliceblue;*/
}
.card .BC_WS {
  overflow: auto;
}
.card .Card_LabVal {
  width: 100%;
}
.card .Card_LabVal td {
  height: 35px;
  height: 30px;
}
.card .Card_LabVal .Lab_Cell {
  width: 150px;
  /*min-width: 120px;*/
  max-width: 300px;
  color: darkblue;
  /*font-weight: 600;*/
  vertical-align: top;
}
.card .Card_LabVal .BiCol_Cell span {
  display: inline-block;
}
.card .Card_LabVal .BiCol_Cell .Val1 {
  width: 240px;
}
.card .Card_LabVal .BiCol_Cell .Lab2 {
  color: darkblue;
  width: 100px;
}

.Card_Container {
  /*background-color: yellow;*/
  width: 99%;
}
.Card_Container .card {
  margin-left: 15px;
  margin-bottom: 15px;
}
.Card_Container .Card_Header table {
  width: 100%;
  /*width: 99%;*/
  margin-top: 5px;
  /*background-color: yellow;*/
}
.Card_Container .Card_Header table td {
  height: 40px;
}
.Card_Container .Card_Header table td:nth-child(2) {
  width: 60px;
  padding-right: 10px;
}
.Card_Container .Card_Header table .CrdHdr_Title {
  font-weight: 600;
  color: darkblue;
  font-size: 1.2rem;
  padding-left: 10px;
}
.Card_Container .Card_Body {
  /*background-color: cyan;*/
  height: calc(100% - 60px);
  padding: 0px 10px;
  overflow: auto;
}
.Card_Container .Card_Body .TxtBtn {
  font-size: 1.1rem;
}
.Card_Container .Card_Body .TxtBtn:active {
  font-size: 1.09rem;
}
.Card_Container .Card_Body .BtnBody {
  height: 35px;
}
.Card_Container .Card_Body .Card_DLContainer {
  /*background-color:lawngreen;*/
  margin-top: -5px;
}
.Card_Container .Card_Body .Card_DLContainer .DataList th {
  top: -5px;
  height: 45px;
}
.Card_Container .Card_BodyOnly {
  /*background-color: orange;*/
  height: 100%;
  padding: 5px 10px;
  overflow: auto;
}
.Card_Container .Card_LabVal {
  width: 100%;
}
.Card_Container .Card_LabVal td {
  height: 35px;
  height: 30px;
}
.Card_Container .Card_LabVal .Lab_Cell {
  width: 120px;
  min-width: 120px;
  color: darkblue;
  /*font-weight: 600;*/
  vertical-align: top;
}
.Card_Container .Card_LabVal .BiCol_Cell span {
  display: inline-block;
}
.Card_Container .Card_LabVal .BiCol_Cell .Val1 {
  width: 240px;
}
.Card_Container .Card_LabVal .BiCol_Cell .Lab2 {
  color: darkblue;
  width: 100px;
}

.Chart_Row {
  padding-left: 12px;
}
.Chart_Row .Chart_Header {
  /*background-color: yellow;*/
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.Chart_Row .Chart_Header div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.Chart_Row .Chart_Header .CH_Title {
  /*background-color: yellow;*/
  color: #012970;
}
.Chart_Row .Chart_Header .CH_Title h5 {
  margin-bottom: 0;
}
.Chart_Row .Chart_Header .CH_Btn {
  /*background-color: yellow;*/
  border-radius: 4px;
  font-size: 1.4rem;
  min-width: 40px !important;
  width: 40px;
}
.Chart_Row .Chart_Header .CH_Btn:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.Chart_Row .echart {
  /*background-color: yellow;*/
  margin-top: 20px;
}
.Chart_Row .card-body {
  height: inherit;
}
.Chart_Row .DB_5_6 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-family: Arial;
  font-weight: 700;
  margin-bottom: 1rem;
}

.row > * {
  padding-left: 0;
}

.DosProfil_Card {
  /*background-color: yellow;*/
  height: calc(100vh - 165px);
}
.DosProfil_Card .DosProfil_Entry {
  /*background-color: yellow;*/
  width: 100%;
}
.DosProfil_Card .DosProfil_Entry td {
  /*height: 40px;*/
  height: 30px;
  border-bottom: 0.2px solid Gainsboro;
  padding: 1px 0;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  font-size: 0.8rem;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body i {
  /*font-size: 1.4rem;*/
  font-size: 1.2rem;
  margin-left: 10px;
  color: darkblue;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body .Left_Icon {
  margin-right: 10px;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body .Skill_Level_1 {
  color: #FF6347 !important;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body .Skill_Level_2 {
  color: #FFA500 !important;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body .Skill_Level_3 {
  color: #32CD32 !important;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body .Skill_Level_4 {
  /*color: #008080 !important;*/
  color: #1E90FF !important;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body .Skill_Level_5 {
  color: #1E90FF !important;
}
.DosProfil_Card .DosProfil_Entry td .TD_Body .Inf_Label {
  font-weight: 600;
  margin-right: 10px;
  color: darkblue;
}
.DosProfil_Card .DosProfil_Entry .Disabled_Row {
  color: silver;
}
.DosProfil_Card .Cell_Btn {
  width: 60px;
}
.DosProfil_Card .Div_Btn {
  width: 60px;
  text-align: center;
  /*font-size: 1.4rem;*/
  font-size: 1.2rem;
}
.DosProfil_Card .Div_Btn:hover {
  cursor: pointer;
  color: blue;
  background-color: #f6f9ff;
  border-radius: 5px;
}

.ShowRoom_Card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 10px;
}
.ShowRoom_Card .ShowRoom_Item {
  width: 100%;
  text-align: center;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
}
.ShowRoom_Card .ShowRoom_Item .Div_Cover {
  width: 100%;
  height: 140px;
  height: 60px;
  background-color: #e9f2f9;
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-size: 2rem;*/
  font-size: 1.5rem;
  font-weight: 800;
}
.ShowRoom_Card .ShowRoom_Item .Div_Name {
  text-align: left;
  font-weight: 700;
  padding: 7px 0 2px 0;
}
.ShowRoom_Card .ShowRoom_Item .Div_Info {
  text-align: left;
  font-size: 0.8rem;
}
.ShowRoom_Card .ShowRoom_Item:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ShowRoom_Card .ShowRoom_Item:hover .Div_Cover {
  /*font-size: 2.1rem;*/
  font-size: 1.6rem;
  color: darkblue;
  background-color: #b8defb;
}

.Product_Card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.Product_Card .Div_Media {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
}
.Product_Card .Div_Media .Div_Img {
  /*background-color: cyan;*/
  max-width: 39vw;
  min-width: 300px;
}
.Product_Card .Div_Media .Div_Img img {
  width: 100%;
  height: auto;
}
.Product_Card .Div_Media .Div_Video {
  /*background-color: orange;*/
  max-width: 45vw;
  min-width: 300px;
}
.Product_Card .Div_Media .Div_Video iframe {
  width: 100%;
  width: 45vw;
  min-width: 300px;
  height: 370px;
  max-height: 45vw;
}
.Product_Card .Div_Media .Div_Video iframe video {
  width: 100%;
  height: auto;
  display: block;
}
.Product_Card .Div_Txt {
  /*background-color: yellow;*/
  width: 100%;
  padding: 10px;
}
.Product_Card .Div_Txt .Prd_Name {
  width: 100%;
  height: 140px;
  height: 60px;
  background-color: #e9f2f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 800;
}
.Product_Card .Div_Txt .Prd_Info {
  padding: 5px 10px;
  font-weight: 600;
  /*font-size: 1.2rem;*/
}
.Product_Card .Div_Txt .Prd_Dsc {
  /*padding: 5px 10px;*/
  padding: 10px;
}
.Product_Card .Div_Txt .Prd_Details {
  padding: 5px 10px 5px 20px;
}

.HomePost_RowCard .Title {
  padding-top: 5px;
}
.HomePost_RowCard .Title i {
  font-size: 1rem;
}
.HomePost_RowCard .Owner {
  text-align: right;
  font-size: 0.8rem;
}

.Proposal_List {
  /*background-color: yellow;*/
  height: calc(100vh - 290px);
  overflow: auto;
  margin-bottom: 5px;
}

.Pwd_Info_Card {
  margin-top: 1rem;
  /*font-size:0.8rem;*/
}

/* #endregion */
/* #region Region_AForm */
.FormTopCard {
  /*background-color: yellow;*/
  width: 100%;
}
.FormTopCard td {
  height: 36px;
  border-radius: 5px;
}
.FormTopCard td i {
  font-size: 1.4rem;
}
.FormTopCard .Title {
  /*background-color: yellow;*/
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.FormTopCard .Title i {
  /*background-color: orange;*/
  width: 30px;
}
.FormTopCard .Title i:hover {
  cursor: pointer;
  color: darkred;
}
.FormTopCard .Title_NoMenu {
  padding-left: 10px;
}
.FormTopCard .Btn {
  width: 50px;
  text-align: center;
  color: #899bbd;
}
.FormTopCard .Btn:hover {
  cursor: pointer;
  color: blue;
  /*background-color: #e7effb;*/
}
.FormTopCard .MenuBtn {
  color: black;
  background-color: white;
  /*background-color: yellow;*/
}
.FormTopCard .MenuBtn a {
  width: 100%;
  display: block;
}
.FormTopCard .MenuBtn .AppMenu {
  width: 250px;
  max-width: 90vw;
  max-height: 70vh;
  overflow: auto;
}
.FormTopCard .MenuBtn .AppMenu table td {
  height: 40px;
  padding-left: 0px;
}
.FormTopCard .MenuBtn .AppMenu table .PageMenu_Item:hover {
  color: blue;
  background-color: #f6f9ff;
}
.FormTopCard .MenuBtn .AppMenu table .AM_Icon {
  font-size: 1.5rem;
  padding: 0 10px 0 15px;
}
.FormTopCard .MenuBtn .AppMenu table .AM_Label {
  font-size: 1.2rem;
  font-size: 1rem;
  width: 250px;
  max-width: 90vw;
  text-align: left;
  /*background-color: yellow;*/
}
.FormTopCard .MenuBtn .AppMenu table .Menu_Sep td {
  height: 20px;
}
.FormTopCard .MenuBtn .AppMenu table .Menu_Sep hr {
  color: #b4b4b4;
  height: 0.2px;
  margin: 10px;
}
.FormTopCard .Td_Close {
  width: 50px;
  text-align: center;
}
.FormTopCard .Td_Close:hover {
  cursor: pointer;
  color: darkred;
}

.modal-dialog {
  margin: 0;
}

.modal-header {
  padding: 0;
  margin: 0;
}
.modal-header .close {
  padding: 5px 10px;
  margin: 0;
}

.AFormWS {
  max-width: 100vw;
}

.modal-body {
  /*padding: 10px; // 10px 0px 5px 0px;*/
  padding: 10px 10px 2px 10px;
}

.AFormS {
  max-width: 90vw;
  margin: 40px auto;
  width: 500px;
  height: calc(100vh - 80px);
}

.AFormES {
  max-width: 90vw;
  margin: 40px auto;
  width: 700px;
  height: calc(100vh - 80px);
}

.AFormM {
  max-width: 90vw;
  margin: 20px auto;
  width: 1200px;
  height: calc(100vh - 80px);
}

.AFormEM {
  max-width: 95vw;
  margin: 40px auto;
  width: 1300px;
  height: calc(100vh - 80px);
}

.AFormL {
  max-width: 95vw;
  margin: 20px auto;
  width: 1500px;
  height: calc(100vh - 40px);
}

.AFormEL {
  max-width: 98vw;
  margin: 10px auto;
  width: 1500px;
  height: calc(100vh - 20px);
}
.AFormEL .Container_3Zone {
  height: calc(100vh - 70px);
  overflow: auto;
}
.AFormEL .Container_3Zone .Body_Zone {
  height: calc(100vh - 160px);
  overflow: auto;
  padding: 10px;
}

.Form_SmalContainer {
  /*background-color: cyan;*/
  height: calc(100vh - 150px);
  overflow: auto;
}
.Form_SmalContainer .FC_Header {
  /*background-color: khaki;*/
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 2px;
}
.Form_SmalContainer .FC_1Z {
  /*background-color: cyan;*/
  height: calc(100vh - 165px);
  overflow: auto;
  margin-top: 5px;
}
.Form_SmalContainer .FC_2Z {
  /*background-color: springgreen;*/
  height: calc(100vh - 215px);
  overflow: auto;
  margin-top: 10px;
}

.Form_Container {
  /*background-color: yellow;*/
  height: calc(100vh - 120px);
  overflow: auto;
}
.Form_Container .FC_Header {
  /*background-color: khaki;*/
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 2px;
}
.Form_Container .FC_1Z {
  /*background-color: cyan;*/
  height: calc(100vh - 130px);
  overflow: auto;
  margin-top: 5px;
}
.Form_Container .FC_2Z {
  /*background-color: springgreen;*/
  height: calc(100vh - 175px);
  overflow: auto;
  margin-top: 10px;
}
.Form_Container .FC_2Z .DL_WithHeader {
  /*background-color: springgreen;*/
  height: calc(100vh - 240px);
  overflow: auto;
  margin-top: 10px;
}

.Form_Footer {
  /*background-color: turquoise;*/
  text-align: center;
  height: 35px;
}
.Form_Footer h6 {
  margin: 0;
}

.AFormBody_Profile_About .Text_Area {
  /*height: 140px;*/
  height: 400px !important;
}

/* #endregion */
/* #region Lite_Form_Card */
.LiteForm {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(196, 208, 255, 0.05);
}
.LiteForm .LFormWS .LFormContainer {
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-width: 90vw;
  margin: 35px auto;
}
.LiteForm .LFormWS .LFormContainer .LFormBox {
  /*background-color: orange;*/
  height: calc(100vh - 65px);
}
.LiteForm .LFormWS .LFormContainer .LFormBox .LFormBody {
  /*background-color: yellow;*/
  height: calc(100vh - 140px);
  overflow: auto;
  padding: 10px 10px 0 10px;
}
.LiteForm .LFormWS .LFormS {
  /*background-color: orange;*/
  width: 600px;
}
.LiteForm .LFormWS .LFormS .Left_Area, .LiteForm .LFormWS .LFormS .Right_Area {
  min-width: 200px;
}
.LiteForm .LFormWS .LFormES {
  /*background-color: orange;*/
  width: 800px;
}
.LiteForm .LFormWS .LFormM {
  width: 1000px;
}
.LiteForm .LFormWS .LFormEM {
  width: 1100px;
}

.LF_Hidden {
  display: none;
}

.SLForm .SLF_Body_Line2 {
  /*background-color: cyan;*/
  margin-top: 5px;
  height: calc(100vh - 205px);
  overflow: auto;
}
.SLForm .SLF_Body_Line3 {
  /*background-color: cyan;*/
  margin-top: 5px;
  height: calc(100vh - 245px);
  overflow: auto;
}

.DialogueBox {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(196, 208, 255, 0.05);
  z-index: 4000;
}
.DialogueBox .DialogueContainer {
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-width: 90vw;
  margin: 30vh auto;
  width: 700px;
}
.DialogueBox .DialogueContainer .DialogueBody {
  height: 200px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.DialogueBox .DialogueContainer .DialogueBody .alert {
  width: 100%;
}
.DialogueBox .DialogueContainer .DialogueBody .btn-danger:hover {
  color: white;
}

.Flex_Center {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: auto;
  /*background-color: yellow;*/
}

/* #endregion */
/* #region Region_Private */
/* #endregion */
/* #region Region_DataList */
.Selected {
  background-color: #20d8f5 !important;
}

.Cell_Header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  background-color: #d7e2f0;
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 5px solid white;
}
.Cell_Header .Lbl_Btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Cell_Header .Lbl_Btn .Div_Lbl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.Cell_Header .Lbl_Btn .Div_Btn {
  width: 60px;
  text-align: center;
  font-size: 1.4rem;
}
.Cell_Header .Lbl_Btn .Div_Btn:hover {
  cursor: pointer;
  background-color: #9ec5fe;
}

.DataList {
  width: 100%;
  font-size: 14px;
}
.DataList tr:hover {
  cursor: pointer;
  background-color: #f6f9ff;
}
.DataList th {
  position: sticky;
  top: 0px;
  font-weight: normal;
  height: 40px;
  background-color: #d7e2f0;
  padding: 0 10px;
  border-bottom: 2px solid white;
}
.DataList th.Count_Cell {
  /*background-color: yellow;*/
  font-family: Arial;
  width: 80px;
  font-family: Arial;
  text-align: center;
  font-weight: 700;
  color: #012970;
}
.DataList td {
  height: 35px;
  padding: 0 10px;
  border-bottom: 0.2px solid Gainsboro;
}
.DataList td i {
  font-size: 1.4rem;
}
.DataList .BtnTH, .DataList .BtnTD {
  text-align: center;
  font-size: 22px;
}
.DataList .BtnTH:hover, .DataList .BtnTD:hover {
  cursor: pointer;
  background-color: #9ec5fe;
}

.DL_XDOS td:nth-child(1) {
  /*width: 1%;
  white-space: nowrap;
  padding-right: 1.5rem;*/
}
.DL_XDOS td:nth-child(2) {
  width: 1%;
  white-space: nowrap;
  padding-right: 1.5rem;
}
.DL_XDOS td:last-child {
  /*background-color: yellow;*/
  /*width: 60px;*/
  text-align: center;
}

.DL_Auto_1 td:nth-child(1) {
  width: 1%;
  white-space: nowrap;
  padding-right: 1.5rem;
}
.DL_Auto_1 td:last-child {
  /*background-color: yellow;*/
  /*width: 60px;*/
  text-align: center;
}

.DL_Auto_2 td:nth-child(1), .DL_Auto_2 td:nth-child(2) {
  width: 1%;
  white-space: nowrap;
  padding-right: 1.5rem;
}

.DL_Auto_3 td:nth-child(1), .DL_Auto_3 td:nth-child(2), .DL_Auto_3 td:nth-child(3) {
  width: 1%;
  white-space: nowrap;
  padding-right: 1.5rem;
}

.DL_Auto_4 td:nth-child(1), .DL_Auto_4 td:nth-child(2), .DL_Auto_4 td:nth-child(3), .DL_Auto_4 td:nth-child(4) {
  width: 1%;
  white-space: nowrap;
  padding-right: 1.5rem;
}

.DL_Auto_1_3 td:nth-child(1), .DL_Auto_1_3 td:nth-child(3) {
  width: 1%;
  white-space: nowrap;
  padding-right: 1.5rem;
}

.DataList_NoHover {
  width: 100%;
  /* font-family: "Segoe UI";
  font-size: 12px;*/
  font-family: Almarai;
  font-size: 14px;
}
.DataList_NoHover th:nth-child(1), .DataList_NoHover td:nth-child(1) {
  display: none;
}
.DataList_NoHover th {
  position: sticky;
  top: 0px;
  font-weight: 600;
  height: 40px;
  background-color: #d7e2f0;
  padding: 0 10px;
  border-bottom: 2px solid white;
  font-size: 14px;
}
.DataList_NoHover th:last-child {
  width: 80px;
  text-align: center;
  font-family: Arial;
}
.DataList_NoHover td {
  height: 35px;
  padding: 0 10px;
  border-bottom: 0.2px solid Gainsboro;
}
.DataList_NoHover td:last-child {
  text-align: center;
}
.DataList_NoHover .Count_Cell {
  padding: 0;
  text-align: left;
}
.DataList_NoHover .Count_Cell div {
  width: 80px;
  height: 40px;
  background-color: #9ec5fe;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.DL_DB_Table th {
  font-size: 0.8rem;
  height: 30px;
}
.DL_DB_Table th:last-child {
  /*background-color:yellow;*/
}
.DL_DB_Table td {
  width: 1%;
  white-space: nowrap;
  font-size: 0.8rem;
  height: 30px;
  /*padding-right: 1.5rem;*/
}
.DL_DB_Table tr:hover {
  cursor: default;
}

.DL_2Col td:nth-child(2) {
  min-width: 300px;
}
.DL_2Col td:nth-child(3) {
  min-width: 150px;
  width: 150px;
}

.DL_DPOST th {
  display: none;
}
.DL_DPOST tr:hover {
  cursor: default;
  background-color: white;
}
.DL_DPOST td {
  height: 40px;
  padding: 5px 0;
  /*border-bottom: none;*/
}
.DL_DPOST td i {
  /*font-size: 1rem;*/
}

.RowStatus_Off {
  font-style: italic;
}
.RowStatus_Off td {
  /*color: #cd2b2b;*/
  background-color: #f1f1f1;
}
.RowStatus_Off td:last-child {
  /*background-color: #f1f1f1;*/
}

.EditBtn_Row td:last-child {
  /*background-color: yellow;*/
  width: 60px;
  text-align: center;
}
.EditBtn_Row td:last-child:hover {
  cursor: pointer;
  background-color: #cbe0fe;
}

.TCS_L_C td:last-child {
  text-align: center !important;
}

.TCS_L_Auto td:last-child {
  width: 1%;
  white-space: nowrap;
}

.TCS_2_Auto td:nth-child(2) {
  width: 1%;
  white-space: nowrap;
}

/* #endregion  */
/* #region Region_Name */
/* #endregion */
/*######################################################################################################## Last Bloc : Media*/
@media (min-width: 200px) {
  .StnCard, .Guest_StnCard {
    display: none;
  }
  .Mobil_StnCard {
    display: table-cell;
  }
  .UserCard {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .LoginBody .PoweredBy {
    display: none;
  }
  .LoginBody .LoginPage .LZone {
    display: none;
  }
  .container {
    max-width: 100vw;
  }
}
@media only screen and (min-width: 600px) {
  .container {
    max-width: 99vw;
  }
  .StnCard, .Guest_StnCard {
    display: table-cell;
  }
  .Mobil_StnCard {
    display: none;
  }
  .UserCard {
    display: table-cell;
  }
}
@media only screen and (max-width: 900px) {
  .Page_TZone .Cmp_HMenu .Card_Btn {
    min-width: 50px;
  }
  .Page_TZone .Cmp_HMenu .Card_Btn span {
    display: none;
  }
  .Page_TZone .Title_Card {
    display: none;
  }
  .Card_Container {
    /* width: 99%;*/
  }
  .Card_Container .row {
    /*max-width: 100%;*/
    max-width: 99%;
  }
}
@media only screen and (min-width: 901px) {
  .Page_TZone .Cmp_HMenu .Card_Btn {
    min-width: 140px;
  }
  .Page_TZone .Cmp_HMenu .Card_Btn span {
    display: inline-block;
  }
  .Page_TZone .Title_Card {
    display: block;
  }
  .Card_Container {
    /*width: 99%;*/
  }
  .Card_Container .row {
    /*max-width: 100%;*/
    /*max-width: 99%;*/
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .LoginBody .PoweredBy {
    display: none;
  }
  .LoginBody .LoginPage .LZone {
    display: none;
  }
  .LoginBody .LoginPage .RZone {
    justify-content: center;
    align-items: start;
  }
  .LoginBody .LoginPage .RZone .LogoDiv {
    display: none;
  }
  .LoginBody .LoginPage .RZone .LoginForm {
    margin-top: 2rem;
  }
}
