@font-face {
  font-family: 'Yekan';
  font-weight: normal;
  src: url('../fonts/yekan-regular.woff') format('woff');
}
@font-face {
  font-family: 'Yekan';
  font-weight: bold;
  src: url('../fonts/yekan-bold.woff') format('woff');
}
body {
  font-family: Yekan, Tahoma, Arial, Helvetica, sans-serif;
  direction: rtl;
}
dt,
dd {
  height: 30px;
  line-height: 2.5;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h2 {
  margin-top: 0px;
}
.top-row {
  height: 150px;
}
.middle-row {
  height: 350px;
}
.user-profile .side {
  border-left: 1px solid #ddd;
}
.user-profile h4,
.user-profile h5 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.user-profile h4 {
  line-height: 1.5;
}
.user-profile h5 {
  line-height: 1.2;
}
.form-control {
  height: auto;
}
.request-form h4 {
  margin-top: 5px;
}
.request-form dl {
  margin-bottom: 0;
}
.input-group-btn .btn {
  font-size: 21px;
}
.number {
  font-family: Tahoma, Arial, Verdana, sans-serif;
}
.rotate-parent {
  position: relative;
}
.rotate {
  -webkit-transform: rotate(-90deg);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  transform: rotate(-90deg);
  /* Firefox 16+, IE 10+, Opera */
  zoom: 1;
  display: inline-block;
  margin: 0;
  width: 0px;
  position: absolute;
  top: 50%;
  text-wrap: none;
}
th {
  text-align: center;
}
.banks .col-lg-1,
.banks .col-lg-2,
.banks .col-lg-3,
.banks .col-lg-4,
.banks .col-lg-5,
.banks .col-lg-6,
.banks .col-lg-7,
.banks .col-lg-8,
.banks .col-lg-9,
.banks .col-lg-10,
.banks .col-lg-11,
.banks .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .top-row {
    height: auto;
  }
  .middle-row {
    height: auto;
  }
}
