﻿.AlignFa {
  text-align: left; }

.AlignEN {
  text-align: right; }

body {
  color: #d2ab67;
  background-color: #444444;
  font-family: IRANSans;
  font-size: 16px; }

a {
  color: white;
  font-weight: bold;
  text-decoration: none; }

a:hover {
  color: white;
  background-color: #d2ab67; }

input {
  color: #444444;
  background-color: #e4e4e6;
  border: 1px solid #adaeb0;
  border-radius: 8px;
  cursor: pointer;
  font-family: IRANSans;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  height: 30px;
  width: auto; }

button {
  color: #444444;
  font-family: IRANSans;
  font-size: 16px; }

lable {
  color: #444444;
  font-size: 16px; }

input[type=radio] {
  border: 2px solid white;
  box-shadow: 0 0 0 1px #d2ab67;
  appearance: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: white;
  transition: all ease-in 0.2s; }

input[type=radio]:checked {
  background-color: #d2ab67; }

input[type=checkbox] {
  border: 2px solid white;
  box-shadow: 0 0 0 1px #d2ab67;
  appearance: none;
  border-radius: 25%;
  width: 8px;
  height: 8px;
  background-color: white;
  transition: all ease-in 0.2s; }

input[type=checkbox]:checked {
  background-color: #d2ab67; }

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: .1em;
  /* this is a better value for different fonts! */ }

.TdNavFa {
  float: right;
  padding-left: 5px; }

.TdNavEn {
  float: left;
  padding-right: 5px; }

/*
    input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
*/
.Search .TdLogo {
  width: 10%; }
  .Search .TdLogo a:hover {
    background-color: transparent; }
  .Search .TdLogo img {
    width: 120px;
    height: 50px;
    border: 0px; }

.Search .TrMessages {
  font-size: 10px; }

.Search .TrCopyright {
  font-size: 10px; }

.modalDialog {
  position: fixed;
  /*font-family: Arial, Helvetica, sans-serif;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  -webkit-transition: opacity 4000ms ease-in;
  -moz-transition: opacity 4000ms ease-in;
  transition: opacity 4000ms ease-in; }

.modalDialog > div {
  width: 500px;
  position: relative;
  margin: 10% auto;
  margin-left: 20%;
  padding: 5px 20px 13px 20px;
  border: 2px solid #d2ab67;
  border-radius: 10px;
  background: #f5edda;
  background: -moz-linear-gradient(#f5edda, #f5edda);
  background: -webkit-linear-gradient(#f5edda, #e4c79b);
  background: -o-linear-gradient(#f5edda, #f5edda); }

.VerySimplePage .fieldVerySimple {
  border: none; }

.VerySimplePage .txtVerySimpleFa {
  color: black;
  background-color: white;
  font-family: IRANSans;
  font-size: 18px;
  Width: 470px;
  Height: 50px;
  float: right;
  border: 2px solid #e4c79b;
  border-radius: 50px;
  padding: 5px 20px 5px 40px;
  /* t r b l */ }

.VerySimplePage .txtVerySimpleEn {
  color: black;
  background-color: white;
  font-family: IRANSans;
  font-size: 18px;
  Width: 470px;
  Height: 50px;
  float: right;
  border: 2px solid #e4c79b;
  border-radius: 50px;
  padding: 5px 40px 5px 20px;
  /* t r b l */ }

.VerySimplePage .txtVerySimpleFa:focus, .VerySimplePage .txtVerySimpleEn:focus {
  background-color: #e4e4e6;
  outline: none;
  border-color: #d9b97e;
  box-shadow: 0 0 20px #d2ab67; }

.VerySimplePage .btnVerySimpleFa {
  background-color: transparent;
  position: relative;
  float: right;
  top: 8px;
  left: 45px; }

.VerySimplePage .btnVerySimpleEn {
  background-color: transparent;
  position: relative;
  float: right;
  top: 8px;
  left: 465px; }

.SimplePage {
  width: 100%; }
  .SimplePage .SimpleSearchStyles {
    color: #444444;
    background-color: transparent;
    width: auto;
    padding: 10px;
    border: none;
    text-align: center;
    margin: auto; }
  .SimplePage .TableSimple1 {
    width: 95%;
    color: #444444;
    background-color: #f5edda;
    padding: 10px;
    border: 2px solid #e4c79b;
    border-radius: 20px;
    border-spacing: 2px;
    margin: auto; }
    .SimplePage .TableSimple1 .Td1 {
      height: 30px;
      width: 12%; }
    .SimplePage .TableSimple1 .Td2 {
      width: 23%; }
    .SimplePage .TableSimple1 .Td3 {
      width: 25%; }
    .SimplePage .TableSimple1 .dropDownCheckList {
      color: #78787b;
      font-size: 14px; }
    .SimplePage .TableSimple1 .checklistM {
      background-color: #f5edda;
      border: 2px solid #d9b97e;
      padding: 4px;
      height: 410px;
      overflow: scroll;
      /*width:auto;*/ }
    .SimplePage .TableSimple1 .checklistC {
      background-color: #f5edda;
      border: 2px solid #d9b97e;
      padding: 4px;
      height: 375px;
      overflow: scroll; }
    .SimplePage .TableSimple1 .displayBox {
      border: 1px solid #adaeb0;
      cursor: pointer;
      width: 100%;
      border-radius: 8px; }
    .SimplePage .TableSimple1 .displayText {
      font-size: 12pt;
      color: #444444;
      cursor: pointer; }
  .SimplePage .TableSimple2 {
    width: auto;
    color: #444444;
    background-color: #f5edda;
    padding: 10px;
    border: 2px solid #e4c79b;
    border-radius: 20px;
    border-spacing: 2px;
    margin: auto; }
    .SimplePage .TableSimple2 input {
      width: 160px; }
    .SimplePage .TableSimple2 td {
      width: 20%;
      height: 50px; }
    .SimplePage .TableSimple2 td:first-child {
      width: 16%; }
    .SimplePage .TableSimple2 td:nth-child(3) {
      width: 17%; }
    .SimplePage .TableSimple2 td:nth-child(5) {
      width: 7%; }
    .SimplePage .TableSimple2 .DivButton {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 80px;
      margin: auto; }
      .SimplePage .TableSimple2 .DivButton input {
        Width: 100px;
        Height: 40px; }

.ResultPage .GridFieldsetStyle {
  width: 100%;
  border: 2px solid #e4c79b;
  border-radius: 2px;
  padding: 0;
  background-color: #eddab9; }
  .ResultPage .GridFieldsetStyle .DataGrid {
    font-family: IRANSans;
    font-size: 12px;
    background-color: #e4e4e6;
    border-color: #444444;
    width: 100%;
    border: none;
    border-collapse: collapse;
    padding: 0; }
    .ResultPage .GridFieldsetStyle .DataGrid .GridPaging {
      font-size: 16px;
      font-family: IRANSans;
      font-weight: bold;
      color: #d9b97e;
      background-color: #929395; }
      .ResultPage .GridFieldsetStyle .DataGrid .GridPaging a {
        color: white;
        background-color: #929395; }
        .ResultPage .GridFieldsetStyle .DataGrid .GridPaging a hover {
          color: #929395;
          background-color: #d9b97e; }
    .ResultPage .GridFieldsetStyle .DataGrid .GridHeader {
      font-size: 16px;
      font-family: IRANSans;
      font-weight: bold;
      color: white;
      background-color: #929395;
      border: none;
      border-color: #444444;
      text-align: center; }
    .ResultPage .GridFieldsetStyle .DataGrid .GridFooter {
      color: #444444;
      background-color: #d2ab67;
      font-size: 16px;
      border: none;
      border-color: #444444; }
    .ResultPage .GridFieldsetStyle .DataGrid .GridItem {
      color: #444444;
      background-color: #f5edda;
      font-size: 12px;
      border: none; }
    .ResultPage .GridFieldsetStyle .DataGrid .GridItemAlternative {
      color: #444444;
      background-color: #e4e4e6;
      font-size: 12px;
      border: none; }
  .ResultPage .GridFieldsetStyle a {
    color: #444444;
    cursor: pointer;
    font-size: 16px; }
  .ResultPage .GridFieldsetStyle div {
    color: #444444;
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .ResultPage .GridFieldsetStyle .Serial {
    Width: 40px;
    Height: 24px;
    cursor: pointer;
    font-size: 12px; }
  .ResultPage .GridFieldsetStyle .Appendix {
    Width: 24px;
    Height: 24px;
    cursor: pointer; }

.BookStatusPage {
  display: none;
  position: relative;
  font-family: IRANSans;
  font-size: small; }
  .BookStatusPage label {
    Border: 4px solid red;
    border-color: red; }
  .BookStatusPage table td, .BookStatusPage table th {
    border: 1px solid #adaeb0; }
  .BookStatusPage .StatusGrid {
    color: #444444;
    width: 100%;
    border: 2px solid #d2ab67;
    /*border-collapse:separate;*/ }
  .BookStatusPage .StatusHeader {
    color: white;
    background-color: #d2ab67;
    /*text-align: right;*/ }
  .BookStatusPage .StatusRow {
    background-color: #c9c9cb; }
  .BookStatusPage .StatusAlternat {
    background-color: #eddab9; }

.CardPage .ImgButton {
  background-color: transparent; }

.CardPage .ImgButton:disabled {
  cursor: default;
  opacity: .5; }

.CardPage .TxtBox {
  Width: 45px; }

.CardPage .TdCardShow {
  background-color: #ffffdd;
  border: 2px solid #e4c79b;
  border-radius: 10px;
  padding: 5px 5px 5px 5px; }
  .CardPage .TdCardShow div {
    height: 350px;
    overflow-y: auto; }

.WordCloud .ImgButton {
  background-color: transparent; }

.WordCloud .ImgButton:disabled {
  cursor: default;
  opacity: .5; }

.WordCloud .TxtBox {
  Width: 100px; }

.WordCloud .TdCloudShow {
  background-color: #ffffdd;
  border: 2px solid #e4c79b;
  border-radius: 10px;
  padding: 5px 5px 5px 5px; }
  .WordCloud .TdCloudShow div {
    height: 350px;
    overflow-y: auto; }

.panelWordCloud {
  color: #444444;
  background-color: #f5edda;
  border-radius: 10px;
  padding: 0 10px 10px 10px;
  border: 2px solid #d9b97e; }
  .panelWordCloud fieldset {
    height: 70px;
    border: 2px solid #eddab9;
    border-radius: 10px;
    padding: 10px 10px 0 10px; }
  .panelWordCloud legend {
    font-family: IRANSans;
    font-size: 16px; }
  .panelWordCloud div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .panelWordCloud .divMode {
    background-color: #f5edda;
    width: 300px; }
  .panelWordCloud .divNav {
    width: 300px; }
    .panelWordCloud .divNav .Hidden {
      display: none; }
    .panelWordCloud .divNav .TxtBox {
      width: 280px; }

.WordCloudOld t {
  width: auto;
  height: auto; }

.WordCloudOld .panelWordCloud {
  color: #444444;
  background-color: #f5edda;
  border-radius: 10px;
  padding: 0 10px 10px 10px;
  border: 2px solid #d9b97e;
  height: 70px;
  width: 70px; }
  .WordCloudOld .panelWordCloud div {
    background-color: #444444;
    border: 2px solid #e4c79b;
    width: 600px;
    height: 350px; }
  .WordCloudOld .panelWordCloud .Hidden {
    display: none;
    width: 100px; }
  .WordCloudOld .panelWordCloud .Hidden1 {
    width: 100px; }

.panelNavigator {
  color: #444444;
  background-color: #f5edda;
  border-radius: 10px;
  padding: 0 10px 10px 10px;
  border: 2px solid #d9b97e; }
  .panelNavigator fieldset {
    height: 70px;
    border: 2px solid #eddab9;
    border-radius: 10px;
    padding: 10px 10px 0 10px; }
  .panelNavigator legend {
    font-family: IRANSans;
    font-size: 16px; }
  .panelNavigator div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .panelNavigator .divMode {
    width: 140px; }

.panelAppendix {
  color: #444444;
  background-color: #f5edda;
  border-radius: 10px;
  padding: 0 10px 10px 10px;
  border: 2px solid #d9b97e; }
  .panelAppendix fieldset {
    height: auto;
    border: 2px solid #eddab9;
    border-radius: 10px;
    padding: 10px 10px 0 10px; }
  .panelAppendix legend {
    font-family: IRANSans;
    font-size: 16px; }
  .panelAppendix div {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.ShowInfo {
  width: 500px; }
  .ShowInfo tr td {
    color: black;
    height: 30px;
    font-size: 12px; }
  .ShowInfo tr td:first-child {
    width: 7%;
    font-weight: bold; }
  .ShowInfo tr td:nth-child(2) {
    width: 65%; }
  .ShowInfo tr td:nth-child(3) {
    width: 11%;
    font-weight: bold; }
  .ShowInfo tr td:last-child {
    width: 17%; }

.ResultPager1 {
  direction: rtl;
  text-align: center; }

.ResultPager2 {
  direction: ltr;
  text-align: center; }

.LoginPage span {
  color: #444444;
  font-size: 16px; }

.LoginPage .tbLogin td {
  height: 50px; }

.LoginPage .tbLogin input {
  width: 200px;
  direction: ltr; }

.LoginPage .tbLogin .TdLogo {
  width: 25%;
  /*height: 60px;*/ }
  .LoginPage .tbLogin .TdLogo img {
    /*width: 100px;
                height: 40px;
                border: 0px;*/
    width: 100%;
    height: 100%;
    display: block; }

.LoginPage .tbLogin .divBotton {
  /* t r b l  */
  padding: 15px 50px 15px 50px;
  margin: auto;
  width: 70%;
  border: none;
  border-top: 2px solid #e4c79b;
  border-bottom: 2px solid #e4c79b;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .LoginPage .tbLogin .divBotton input {
    Height: 40px;
    /*font-family: $Font;*/
    font-size: 16px;
    border: 1px solid #adaeb0;
    border-radius: 10px;
    border-spacing: 2px; }

.BtnLogin {
  height: auto;
  color: white;
  font-family: IRANSans;
  font-size: 16px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  font-weight: bold; }

.BtnLogin:hover {
  color: white;
  background-color: #d2ab67; }

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype"); }

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype"); }

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype"); }

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype"); }

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb.eot");
  src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype"); }
