html,body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #004D66;
  background-color: #FFF;

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

a {
  text-decoration: none;
  color: #0d6efd;
}

a:hover {
  text-decoration: underline;
}

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;
}



.active_url{
  text-decoration: underline;
  font-weight: bold;
}

#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;
}

#navbarBrand{
  text-transform: uppercase;
  color:#a1bbcf;
  width: 240px;
}

.Lang_Icon img{
  height: 1.6em;
}

#navbarBrand img{
  height: 2em; position: absolute;
}
#navbarBrand #navbarBrandTitle{
  display: inline-block;
}

.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_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;
}

.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: .5rem;
}

.like_input_text {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  background-color: rgb(233, 233, 233);
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.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.40rem;
  border-top-right-radius: 0.40rem;
}

.tabNavigation li a {
  color: #888;
  border-top-left-radius: 0.40rem !important;
  border-top-right-radius: 0.40rem !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;
}