.a-alim1{
	color: #ffbf00;
	top: 10px;
	left: 10px;
	position: absolute
}

.card-alim1{
	left: 10px;
	top: 10px;
}

.card-bl-alim1{
	padding: 7px;
	border: solid 1px #eee;
	border-radius: 10px;
}

.card-bl-alim1:hover{
	border: 0;
}

@font-face {
font-family: 'BMITRA';
src: url('/fonts/BMITRA.TTF') format('truetype'); /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+*/
}

@font-face {
font-family: 'BMITRA';
src: url('/fonts/BMITRABD.TTF') format('truetype'); /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+*/
font-weight: bold;
}
@font-face {
  font-family: Sahel;
  src: url('/fonts/Sahel.eot');
  src: url('/fonts/Sahel.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Sahel.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: Sahel;
  src: url('/fonts/SahelBold.eot');
  src: url('/fonts/SahelBold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/SahelBold.ttf') format('truetype');
  font-weight: bold;
}

body {
font-family: Sahel;
font-size: 15px;
color: #044759;
display: initial;
margin: 0
}
tbody {font-size:15px; }
div { line-height: 1.6;
font-size:15px;
}
table, th, td {border-collapse: collapse; }

.fron-input{
  height: 40px;
  border-bottom: dotted #ddd 1px;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  width: 95%;
  font-family: Sahel;
  font-size: 1em;
}
.fron-input:focus{
 border-bottom: solid #34a754 2px;
}
.form-item{
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  margin: 1em;
  padding: 1em;
  width: 520px;
  text-align: right;
  direction: rtl;
  font-family: Sahel;
  font-weight: bold
}
.form-item > div {
  font-family: Sahel
}
.form-txa{
  width: 430px;
  text-align: right;
  direction: rtl;
  padding: 1em;
  margin: 1em;
  font-family: Sahel;
  font-weight: 100
}
.submit-item{
  border: 0;
  margin: 1em;
  padding: 1em;
  width: 600px;
  text-align: center;
  direction: ltr;
  font-family: Serif;
  font-weight: bold
}

.head-table{
  width: 100%
}
@media only screen and (min-width: 960px) {
  body {
    width: 960px;
  }
  .head-table{
    width: 960px
  }
}
@media only screen and (max-width: 640px) {
  .form-item{
    width: 80%;
  }
  .form-txa{
    width: 80%
  }
  .submit-item{
    width: 80%;
  }
}
