@font-face {
  font-family: "iransans";
  src: url('../fonts/IRANSans-web.eot');
  src: url('../fonts/IRANSans-web.eot#iefix') format('embedded-opentype'),
  url('../fonts/IRANSans-web.ttf') format('truetype'),
  url('../fonts/IRANSans-web.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

body, * {
  font-family: "iransans";
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "iransans";
}
label.required:after {
  content: " *";
  color:red;
  font-size: 13px;
  font-weight: bold;
}
.table th {
  padding: 10px !important;
  vertical-align: middle !important;
  font-size: 13px;
  font-weight: bold !important;
}

.table td {
  padding: 3px !important;
  vertical-align: middle !important;
}

.table tr {
  cursor: default !important;
}

.card-body {
  font-size: 12px !important;
}

.jq-toast-single {
  font-family: iransans !important;
}

.jq-toast-single h2 {
  margin-top: 10px;
  font-family: iransans !important;
  text-align: right !important;
}

.dropdown-item {
  text-align: right;
}

.tooltip, .popover {
  font-family: "iransans";
}

#topcontrol {
  z-index: 999999999;
  background: #515151 url(../imgs/separate.png) no-repeat center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  position: fixed;
  bottom: -100px;
  left: 25px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  overflow: auto;
}

#topcontrol:hover {
  background-color: #000;
}

.inputs-auto-text-align.auto-dir[dir="auto"] {
  direction: rtl;
}

.inputs-auto-text-align[dir="auto"]::placeholder {
  text-align: right;
}

.pagination {
  margin-top: 10px !important;
}

.navigation li {
  font-size: 12px !important;
}

.flag-icon-en {
  background-image: url(../../assets/fonts/flag-icon-css/flags/4x3/us.svg);
}

.flag-icon-fa {
  background-image: url(../../assets/fonts/flag-icon-css/flags/4x3/fa.svg);
}

.form-group {
  margin-bottom: 20px;
}


.preloader {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  background: rgba(1, 1, 1, 0.8);
  opacity: 0.7;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px)
}

.loader, .loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.loader {
  overflow: visible;
}

.loader__figure {
  background-image: url("loading3.gif");
  background-size: 128px 128px;
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  /*box-sizing: border-box;*/
  /*border: 0 solid #1976d2;*/
  /*border-radius: 50%;*/
  /*-webkit-animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);*/
  /*-moz-animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);*/
  /*animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1)*/
}

.loader__label {
  float: left;
  width: 200px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 145px 0 0 50%;
  font-size: .875em;
  letter-spacing: .1em;
  line-height: 1.5em;
  color: #1976d2;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1)
}
