body,html{
  /*-webkit-user-select:none;*/
}

body{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Times New Roman, Tahoma;
  /*background-color: #F4F4E1;*/
  background-color: #ffffff;
  font-size: 15px;
}

.pgContent{
  display: block;
}

.pgheader{
  height: 45px;
  /*background-color: #FDFDF6;*/
  background-color: #98D8FA;
  /*background-color: #71C9F8;*/
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 8px;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 2px 2px #DADCF1;
  display: block;
  top: 0px;
  border-top: 1px solid #DAE671;
}

.LogoAr{
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Times New Roman;
  /*text-shadow: 0px 1px #93988D;*/
  padding-top: 5px;
  float: right;
  vertical-align: middle;
  padding-right: 8px;
  padding-top: 10px;
}

.LogoEn{
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Times New Roman;
  /*text-shadow: 0px 1px #93988D;*/
  float: left;
  vertical-align: middle;
  padding-left: 8px;
  padding-top: 12px;
}


.pgcontainer{
  max-width: 750px;
  padding-top: 48px;
}


.cons-area{
  display: flex;
  margin: 15px;
  flex-direction: column;
  box-shadow: 0px 0px 3px #DBE3DB;
}

.cons-success{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px;
  text-align: right;
  font-size: 16px;
}

.cons-title{
  display: flex;
  font-size: 17px;
  font-weight: bold;
  color: #343534;
  padding: 7px 10px 15px 7px;
}

.cons-error{
  display: flex;
  flex-direction: column;
  border: 2px solid #E60013;
  margin: 5px 15px;
  justify-content: flex-start;
  background-color: rgba(255, 0, 0 ,0.05);
  border-radius: 5px;
}

.cons-err-title{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #E60013;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}

.cons-err-msg{
  display: flex;
  flex-direction: row;
  padding: 5px 15px 10px 15px;
  color: #E60013;
}

.cons-table{
  display: flex;
  flex-direction: column;
}

.cons-tab-row{
  display: flex;
  flex-direction: row;
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 0px;
}

.cons-tr-title{
  display: flex;
  flex: 4;
  order: 1;
  justify-content: flex-end;
}

.cons-tr-field{
  display: flex;
  flex: 10;
  order: 2;
  padding-right: 6px;
}

.cons-row-dec1{
  background-color: #F4FBF4;
}

.intext{
  width: 80%;
}

.endir{
  text-align: left;
}


.footer{
  font-size: 12px;
}
