body {
    font-family: Arial, sans-serif;
    direction: rtl;
}

.shForm {
    max-width: 900px;
    margin: 0 auto;
}
.shForm h3{
  font-size: 18px;
  text-align: center !important;
  margin-bottom: 60px;
  color:#006da4;
  font-weight: bold;
}

.in{
    margin-right: 15px;
    height: 30px;
    padding: 10px;
    border: 2px solid #00527a96;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    background-color: #f5f5f5;
    width: 150px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin-bottom: -20px;

}
.form-row{
    display:flex;
}
.form-row label{
    font-size: 15px;
  margin-top: 14px;
  font-weight: bold;
}
.btn{
    width:150px;
    height: 40px;
    outline: none;
    color: #fff !important;
    background-color: #006da4;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6);
border-radius: 14px;
    font-size: 14px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align:center;
    cursor: pointer;
    margin:auto

}
.in:focus {
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    border: 1px solid black;
}


.shForm {
    position:relative;
    max-width: 900px;
    margin: 0 auto;
border: 4px ridge #1b3f91;
}

.form-row{
    height: 50px;
    color:black;
    padding: 10px 4px;
    border-bottom: 1px solid #34508f;}
.buttons{
    display:flex;
    width:100%;
    margin:auto;
    margin-bottom: 20px;
}
.dxgvGroupPanel {
  white-space: nowrap;
  font-size: 12px;
  background-color: #6998ab ;
  color: white;
  border-bottom: Solid 1px black ;
  padding: 7px 4px 8px 6px;
  text-align: center;
  font-weight: bold;
}

.dxgvTitlePanel, .dxgvTable caption {
  font-size: 15px;
  font-weight: normal;
  padding: 3px 3px 5px;
  text-align: center;
  background-color: #90e0ef;
  color: white;
  border-bottom: Solid 1px black;
}
.dxgvHeader {
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 6px 5px;
  border: Solid 1px #000;
    border-top-width: 1px;
    border-left-width: 1px;
  background-color: #F2F2F2;
  overflow: hidden;
  font-weight: normal;
  text-align: left;
}
.dxgvControl, .dxgvDisabled {
  border: Solid 1px black;
  font-size:12px;
  background-color: #F2F2F2;
  color: Black;
  cursor: default;
}
.dxgvFilterRow {
  background-color: #F2F2F2;
}
.dxgvFilterRow td.dxgv {
  border-bottom: Solid 1px #000;
  border-right: Solid 1px #000;
}
.dxgvDataRowAlt {
  background-color: #eefcff;
}
.dxgvFocusedRow {
  background-color: #6998ab;
  color: White;
}
.dxgvFooter {
  background-color: #eefcff;
    white-space: nowrap;
}
.dxgvFilterBar {
  border-top: solid 1px #DFDFDF;
  background: #fff;
}
.dxgvDataRow:hover{
    background-color:#ade8f4;
} 
.dxeTextBox_DevEx .dxeEditArea_DevEx {
  font-size: 14px !important;
}
.dxgvControl{
    margin-bottom: 20px !important;
}
.contain {
    width: 700px !important;
    height: auto !important;
    border: 6px groove #006da4 !important;
    margin:auto;


  /*border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 700px;
  width: 90%;
  box-sizing: border-box;*/
}
}
.containPrint {
    width: 700px !important;
    height: 500px !important;
    border: 6px groove #006da4 !important;
    margin-right: 300px !important;
    padding: 20px !important;
}
.info {
    padding: 0 30px !important;
}
.form-rowS {
  color: #000000 !important;
  margin-top: 45px !important;
  border-bottom: 1px solid #004e7a !important;
}
h3{
      text-align: center !important;
  margin-bottom: 20px !important;
}
p{
    font-size: medium !important;
}
.start{
    width: 50%;
}
.date{
    width: 90% !important;
    padding: 8px;
    border: 1px solid #000001;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 10px;
    transition: border-color 0.3s;
    height: 45px;
    background: white;
}
.rowdesign{
    margin:20px 0;
    font-size: medium;
    display: flex;
    width: 100%;
}
.end{
    width: 50%;
}
.datelable{
        display: block;
padding: 0 10px 4px 0;
    width: 90%;
}
.numberlable{
            display: block;
padding: 0 10px 4px 0;
    width: 45%;
        font-size:medium;

}
.number{
        width: 45% !important;
    padding: 8px;
    border: 1px solid #000001;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 10px;
    transition: border-color 0.3s;
    height: 45px;
    background: white;
}
.villatypelable{
                display: block;
padding: 0 10px 4px 0;
    width: 45%;
    font-size:medium;
}
.villatype{
            width: 45% !important;
    padding: 8px;
    border: 1px solid #000001;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 10px;
    transition: border-color 0.3s;
    height: 45px;
    background: white;
}
.btnendview{
    width:45%;
    height: 40px;
    outline: none;
    color: #fff !important;
    background-color: #006da4;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6);
border-radius: 14px;
    font-size: 14px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align:center;
    cursor: pointer;
}
.ResultPanel{
        margin-top: 20px;
    padding: 15px;
    border: 1px solid #00486d;
    border-radius: 8px;
    background-color: #f9f9f9;
}
.dxeTextBox_DevEx, .dxeMemo_DevEx{
    border-color: white !important;
}
.hamsar{
    width:800px;

}