html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #8b6c67;
  background-color: #fff;

  line-height: 1.7;
  font-family: "Noto Kufi Arabic";
  /* font-family: 'Al-Jazeera'; */
  /* font-family: 'Cairo'; */
}

:root {
  --bs-primary: #87002A;
  --bs-primary-rgb: 139, 0, 0;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
  background-color: #87002A !important;
  border-color: #87002A !important;
}

a {
  text-decoration: none;
  color: #87002A;
}

a:hover {
  text-decoration: underline;
  color: #87002A;
}
h1,h2,h3,h4,h5,h6{
  color: #87002A;
}
p {
  text-align: justify;
}

select {
  text-align-last: center;
}

tr:hover td {
  background-color: rgba(0, 61, 123, 0.2);
}

tr:hover th {
  background-color: rgba(0, 61, 123, 0.3);
}

input[type="text"],
textarea,
.form-select,
.form-control {
  background-color: #f5f5f5;
}

input[type="text"].readonly,
textarea.readonly,
.form-select.readonly {
  background-color: #ddd !important;
  background-image: url("../imgs/icon/Lock.svg");
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: left;
  padding-left: 30px;
}

.bg-primary {
  background-color: #87002a !important;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  /* Height of the footer element */
  padding-bottom: 60px;
}

.MandatoryField {
  color: #ff0000;
}

.AlertText {
  color: #ff0000;
}

#footer {
  width: 100%;
  /* Height of the footer element */
  height: 60px;
  line-height: 50px;
}
.Lang_Icon img {
  height: 1.6em;
}

#navbarBrand img {
  height: 57px;
  position: absolute;
}
#navbarBrand #navbarBrandTitle {
  display: inline-block;
  width: 65px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f3c0c0;
}

.navbar-dark .navbar-nav .active_url {
  color: #ffffff !important;
  border-bottom: 2px solid #f8e4e4;
}

.container {
  margin-bottom: 10px;
}
.carousel-item {
  height: 70vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

p {
  text-align: justify;
}

.on_print {
  display: none;
}

@media print {
  body {
    margin: 20px;
  }

  .no_print {
    display: none;
  }

  .on_print {
    display: block;
  }
}

.radio_table label {
  margin: 0;
}

.radio_table td {
  padding: 0 5px;
}

#header_on_print {
  color: #000;
  padding: 20px;
  border-bottom: 1px solid #000;
  font-size: 14px;
}

#header_on_print #logo_img {
  max-height: 120px;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: rgba(26, 35, 91, 0.2);
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-dark {
  background-color: #151c24 !important;
}

.navbar {
  margin-bottom: 10px;
}

.formTitle {
  font-size: 1.5em;
  margin: 0.5em;
  padding: 0.5em;
  background-color: rgb(224, 247, 239);
}

/* message */
.message_error,
.message_ok,
.message_info {
  margin: 10px;
  padding: 10px 20px 10px 45px;
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 5px;
  background-size: 2em;
}

.message_error_feild,
.message_ok_feild,
.message_info_feild {
  margin: 0;
  padding: 5px 10px 5px 30px;
  font-size: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 5px;
  background-size: 1.6em;
}

.message_error,
.message_error_feild {
  color: #ff0000;
  border: #fee65e 1px solid;
  background-color: #faf5dc;
  background-image: url("../imgs/icon/message_error.svg");
}

.message_ok,
.message_ok_feild {
  color: #008f21;
  border: #01ab3f 1px solid;
  background-color: #aefbb1;
  background-image: url("../imgs/icon/message_ok.svg");
}

.message_info,
.message_info_feild {
  color: #504b9e;
  border: #a699ec 1px solid;
  background-color: #dfd1fa;
  background-image: url("../imgs/icon/message_info.svg");
}

/*  */

.MyDataTable {
  text-align: left;
  direction: ltr;
  padding-bottom: 15px;
}

.MyDataTable th {
  text-align: center;
  font-size: 1.1em;
}

.PaginationTable th {
  text-align: center;
  font-size: 1.1em;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #161c24;
}

.img_icon {
  height: 1.3em;
}

.img_icon_larg {
  height: 2.5em;
}

.img_icon_Xlarg {
  height: 5em;
}

.number {
  display: inline-block;
  direction: ltr;
  text-align: left;
}

.txt_link {
  /* background-image: url("../imgs/icon/link.svg");
  background-size: 0.6em;
  background-repeat: no-repeat; */
}

.txt_link_clear {
  background-image: none;
  background-color: #fff !important;
  color: #0d6efd;
}

.img_link img {
  position: relative;
  top: -2px;
}

.not_in_site_map {
  color: #f00;
  background-color: rgba(255, 0, 0, 0.438);
}

.dropdown-item {
  padding-left: 20px !important;
  background-position: 5px center !important;
}

.date_picker div {
  display: inline-block;
  max-width: 33%;
  text-align: center;
}

.date_picker span {
  font-size: 0.8em;

  color: #004d669a;
}

.date_picker p {
  display: inline;
  margin: 0;
  font-weight: bold;
  padding: 0 10px;
}

#NotActiveRow {
  background-color: rgb(173, 173, 173);
}
#NotActiveRow td {
  color: #ccc;
}
#NotActiveRow td a {
  color: rgb(123, 119, 157);
}

.page_Header {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5em;
  margin: 15px;
}

.page_header2 {
  background-image: url("../imgs/SoledColor.svg");
  font-size: 2em;
  background-repeat: repeat-y;
  background-size: 20px auto;
  /*background-position: right;*/
  font-weight: bold;
  line-height: 1.5em;
  margin: 10px -20px;
  padding: 0 30px;
}

.page_header2 span {
  font-weight: normal;
  font-size: 0.6em;
  padding: 0 10px;
}

.page_header3 {
  font-size: 1.5em;
  background-image: url("../imgs/SoledColor.svg");
  background-repeat: repeat-y;
  background-size: 10px auto;
  margin: 10px 0px;
  padding: 0 20px;
  /* border-bottom: 2px solid #004D66; */
}

.page_header3 span {
  font-weight: normal;
  font-size: 0.6em;
  padding: 0 10px;
}

.page_header4 {
  font-size: 1.3em;
  background-image: url("../imgs/SoledColor.svg");
  background-repeat: repeat-y;
  background-size: 10px auto;
  margin: 10px 0px;
  padding: 0 20px;
}

.pageHeadr {
  font-size: 2em;
  margin: 0 20px;
  color: #555;
}

.pageHeadr span {
  font-size: 0.6em;
  padding: 0 10px;
  color: #888;
}

.pageNavigationBar {
  background-color: rgba(200, 255, 255, 0.3);
  min-height: 30px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-bottom: solid;
  border-top: solid;
  border-color: rgba(100, 150, 150, 0.5);
  border-width: 2px;
}

.pageNavigationBar a {
  margin: 0 10px;
  line-height: 30px;
  color: #004d66;
}

.like_label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.like_input_text {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  background-color: rgb(233, 233, 233);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-image: url("../Assets/imgs/icon/Lock.svg");
  background-repeat: no-repeat;
  background-size: 25px;
}

.pagination_navBar {
  margin: 10px 0 10px 0;
}

.pagination_navBar form {
  display: inline;
}

.pagination_navBar input {
  text-align: center;
  padding: 0;
  line-height: 1em;
  width: 50px;
  border-color: #ddd;
  background-color: #fff;
}

.pagination_navBar a {
  padding: 0 10px;
  color: #ccc;
}

.pagination_navBar .active {
  color: #000;
  font-weight: bold;
  background-color: #ddd;
}

.HomeTite {
  margin-top: 15px;
  font-size: 2em;
  text-align: center;
  padding: 10px;
  background-color: #004d66;
  color: #fff;
}

.MyCard {
  text-align: center;
}

.MyCard img {
  width: 60%;
}

.MyCard p {
  text-align: center;
}

.MyCard img:hover {
  background-color: #e9f5fd;
}

.input_4_number {
  width: 85px;
}

.input_2_number {
  width: 65px;
}

#input_date {
  width: 110px;
}

.form-group {
  margin-right: 20px;
  margin-top: 10px;
}

.form-inline label {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-group {
  direction: ltr;
  text-align: left;
  margin-bottom: 2px;
}

#DataTable_filter {
  text-align: right;
}

/*  */

.listAsTree li .main_block {
  padding: 3px 0;
  display: block;
  position: relative;
}

.listAsTree li .main_block:hover {
  background-color: #eee;
}

.listAsTree li .go_right {
  display: inline-block;
  position: absolute;
}

/*  */

#WorkFlow {
  margin: 0;
  font-size: 14px;
}

#WorkFlow .row {
  margin: 0;
  padding: 0;
}

#WorkFlow :focus {
  outline: 1px dashed #999;
}

#WorkFlow #WorkFlowControler {
  background: rgba(240, 240, 240, 0.6);
  border: 1px solid #eee;
}

#WorkFlow #Templates {
}

#WorkFlow #Stage {
}

#WorkFlow form {
  text-align: center;
}

#WorkFlow button {
  vertical-align: top;
  padding: 0 5px;
  height: 22px;
  line-height: 20px;
  border: none;
  background: none;
}

#WorkFlow select {
  vertical-align: top;
  padding: 0 10px;
  height: 22px;
  line-height: 20px;
  border: none;
  background-color: #ddd;
}

#WorkFlow #history {
  background-color: #eee;
  padding: 3px 0;
  margin: 0;
}

#WorkFlow #history a {
  font-size: 0.9em;
  padding: 0 10px 0 0;
  display: inline-block;
  background-image: url("../imgs/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
}

#WorkFlow #history a #StageNumber {
  background-color: #bbcece;
  padding: 0 5px;
}

.tabNavigation {
  padding-left: 20px;
  margin-top: 10px;
}

.tabNavigation li {
  background-color: #ddd;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.tabNavigation li a {
  color: #888;
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}

.noDecoration {
  background-image: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.noDecoration:hover {
  text-decoration: none;
}

.formOrderBy select {
  border: 1px solid #1a81e7;
}
.formOrderBy label {
  color: #1a81e7;
}

.accordion-button {
  background-color: #cff4fc;
  color: #004d66;
}
.accordion-button:not(.collapsed) {
  background-color: #31d2f2;
  color: #004d66;
}
.accordion-header {
  direction: ltr;
}

/*  */
.ActiveTabs_bar {
  line-height: normal;
  padding: 10px 10px 0 10px;
  background-color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.25rem 0.25rem 0 0;
}

.ActiveTabs_item {
  line-height: normal;
  padding: 0 10px 0 10px;
  cursor: pointer;
  color: #888;
}

.ActiveTabs_active {
  background-color: #fff;
  color: #004d66;
  border: 1px solid #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}

.MyActiveTab {
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
  border-radius: 0 0 0.25rem 0.25rem;
}
/*  */
