@import url(../fonts.css);
/* css reset */
.contributors_detail .mdc-text-field--filled {
  width: 100% !important; }

.form-check {
  display: flex;
  align-items: center; }

.mdc-form-field {
  font-family: "IRANSans", "Arial" !important; }

#contributors_detail .demo-width-class {
  width: 100% !important; }

.mdc-button--outlined {
  background-color: white; }

.mdc-dialog--fullscreen .mdc-dialog__header {
  padding: 12px 24px 9px; }

.mdc-dialog__surface {
  border-radius: 1.25rem !important; }
  .mdc-dialog__surface .mdc-dialog__header {
    justify-content: center !important; }
  .mdc-dialog__surface .mdc-dialog__title::before {
    height: 0 !important; }
  .mdc-dialog__surface .mdc-dialog .mdc-dialog__content {
    padding: 1rem 1.5rem !important; }

.mdc-button {
  border-radius: 1.25rem !important; }

.mdc-data-table {
  border-radius: 1.25rem !important;
  border: none !important; }

.mdc-dialog-scroll-lock {
  overflow: unset !important; }

#mdc-dialog .mdc-dialog__surface {
  overflow-y: hidden; }

#mdc-dialog .mdc-dialog__header {
  background-color: #19A7CE;
  height: 5.188rem; }

#dialog-body {
  position: relative;
  min-height: 450px; }

@media screen and (min-width: 500px) {
  .mdc-data-table {
    padding: 1rem 1rem 1.25rem 1rem;
    box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.15); } }

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: #ffffff; }

.mdc-list li {
  float: unset !important; }

.mdc-list-item {
  float: unset !important;
  display: flex !important; }

.mdc-select__dropdown-icon {
  width: 10px !important; }

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #151515 !important;
  font-family: "IRANSans", "Arial" !important; }

.mdc-menu {
  z-index: 99999; }

:root {
  --mdc-theme-primary: #19A7CE !important;
  --mdc-theme-secondary: #19A7CE !important; }

.persian-font {
  font-family: "IRANSans", "Arial" !important; }
  .persian-font * {
    font-family: "IRANSans", "Arial" !important; }

.english-font {
  font-family: "Tahoma" !important; }
  .english-font * {
    font-family: "Tahoma" !important; }

.bg-danger {
  background: #da5855; }

.bg-warning {
  background: #fdd835; }

.button_outline_primary {
  border: 1px solid #19A7CE !important;
  background: #ffffff !important;
  border-radius: 1.25rem !important;
  color: #151515; }

.button_primary {
  background: #19A7CE !important;
  border-radius: 1.25rem !important;
  color: #ffffff;
  font-size: 0.938rem;
  border: none !important; }

.button_danger {
  border: 2px solid #da5855 !important;
  color: #ffffff !important;
  background-color: #da5855 !important;
  border-radius: 1.25rem !important; }

.button_darkgrey {
  border: none !important;
  background: #68686861 !important;
  color: #da5855 !important; }

.grey_background {
  background: #f8f8f8 !important;
  border: none !important;
  box-shadow: none !important; }

.datepicker-plot-area {
  border-radius: 1.25rem !important;
  border: none  !important; }

/* width */
::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #19A7CE;
  border-radius: 1.25rem; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #19A7CE; }

.mdc-select__anchor {
  border-radius: 1.25rem !important; }

.uk-dropdown {
  min-width: max-content !important; }

.mdc-button {
  box-shadow: 1px 2px 4px 0 rgba(253, 191, 112, 0.15) !important;
  height: 3.5rem; }

.uk-input, .uk-select, .mdc-select__anchor {
  box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.2);
  border: none !important;
  height: 40px !important;
  border-radius: 1.25rem !important; }

.uk-padding-small {
  padding: 14px !important; }

#filter_div .uk-input, #filter_div .mdc-select {
  width: 100% !important; }

#filter_div .uk-grid > * {
  padding: 0 1.5rem !important; }

#filter_div .uk-form-label {
  display: block !important;
  color: #151515;
  white-space: break-spaces;
  font-weight: bold;
  padding: 0.313rem 0;
  font-size: 1rem !important;
  margin-left: 16px; }

#filter_div .uk-inline {
  width: 100%; }

#filter_div input[type="text"], #filter_div input[type="number"] {
  width: 100% !important; }

.mdc-select__dropdown-icon {
  top: 50%;
  transform: translateY(-50%); }

.mdc-checkbox .mdc-checkbox__background {
  border-radius: 7px !important; }

.mdc-checkbox .mdc-checkbox__native-control:not([disabled]) ~ .mdc-checkbox__background {
  border-color: #19A7CE !important; }

.mdc-checkbox__checkmark {
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-15%, -50%); }

@media (min-width: 640px) {
  .date-filter-flex {
    width: calc(100% * 1 / 2.001/2); } }

@media (min-width: 924px) {
  .date-filter-flex {
    width: calc(25%/2); } }

.cg-autocomplete {
  border: none !important;
  z-index: 99999;
  background: #ffffff;
  direction: ltr;
  border-radius: 1.25rem; }
  .cg-autocomplete .ui-state-default, .cg-autocomplete .ui-widget-content .ui-state-default, .cg-autocomplete .ui-widget-header .ui-state-default {
    background: #f1f1f1 !important;
    border: none !important;
    border-radius: 1.25rem; }
  .cg-autocomplete #cg-divHeader {
    height: 27px !important;
    border-radius: 1.25rem; }
  .cg-autocomplete .cg-colHeader {
    font-size: 1rem !important;
    font-family: "IRANSans", "Arial" !important; }
  .cg-autocomplete .cg-navTable {
    color: #151515 !important; }
    .cg-autocomplete .cg-navTable select, .cg-autocomplete .cg-navTable input {
      display: none !important; }
  .cg-autocomplete .ui-widget {
    border: none !important;
    box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.15);
    direction: ltr !important; }
  .cg-autocomplete .ui-state-hover {
    color: #151515 !important;
    background: #f8f8f8 !important;
    border: none !important; }
  .cg-autocomplete .cg-DivItem {
    font-size: 1rem !important; }
  .cg-autocomplete .cg-comboItem {
    height: auto; }
    .cg-autocomplete .cg-comboItem * div {
      height: auto !important; }

.mdc-menu {
  border-radius: 1.25rem !important; }
  .mdc-menu li {
    padding: 0.313rem; }
  .mdc-menu .mdc-list-item__text, .mdc-menu .form-check-label {
    color: #151515; }
  .mdc-menu * {
    font-family: "IRANSans", "Arial" !important; }

.datepicker-container {
  z-index: 99999 !important; }

.uk-card {
  border-radius: 1.25rem !important;
  box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.15) !important; }

:root {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box; }

html {
  direction: rtl;
  font-size: 12px !important; }

body {
  font-family: "IRANSans", "Arial" !important; }
  body * {
    font-family: "IRANSans", "Arial" !important; }

html[dir="ltr"] body, html[dir="ltr"] h1, html[dir="ltr"] h2, html[dir="ltr"] h3, html[dir="ltr"] h4, html[dir="ltr"] h5, html[dir="ltr"] h6, html[dir="ltr"] p, html[dir="ltr"] a, html[dir="ltr"] span, html[dir="ltr"] select, html[dir="ltr"] input, html[dir="ltr"] button {
  font-family: "Arial" !important; }

.md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-4dp {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.headerPage {
  height: 6.938rem; }

#arsh-header .arsh-tehranuni-logo {
  width: 84px;
  height: 84px; }

#arsh-header .arsh-arsh-logo img {
  width: 100px;
  max-width: 100px;
  margin: 0 0.313rem;
  display: inline-block;
  background-size: 109px 109px; }

#arsh-header .arsh-arsh-logo-smallsize {
  width: 84px;
  height: 84px;
  background: url(../images/apple-touch-icon.png) no-repeat;
  background-size: 70px 70px; }

#arsh-header .arsh-samane-faname img {
  width: 17.438rem;
  height: 2.5rem; }

#arsh-header .arsh-site-address {
  width: 276px;
  height: 16px;
  background: url(../images/login/site-address.png) no-repeat center 3px;
  border-top: 1px solid #e6e7e8; }

#arsh-header .arsh-samane-enname {
  width: 17.5rem;
  height: 0.75rem;
  margin-top: 0.313rem; }

.uk-offcanvas-bar li a {
  color: #999999; }
  .uk-offcanvas-bar li a:hover {
    color: #151515; }

.mainPage {
  position: relative;
  min-height: 100vh;
  padding-bottom: 3.75rem; }

a {
  text-decoration: none !important; }

header {
  background: linear-gradient(90deg, #1a91d2 35%, #2bc6e2 100%); }
  header img {
    height: 100px;
    padding: 0.625rem 0; }
  header h1 {
    font-size: 1.5rem;
    padding-right: 0.625rem;
    color: white; }

.search_container form .form-field__bar {
  border-bottom: 2px solid #FF722B;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: all 0.4s;
  width: 1%; }

.search_container form .form-field__bar-error {
  border-bottom: 2px solid #ca0d09;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  width: 100%; }

.search_container form .mdc-text-field__input {
  width: 216px !important;
  border-radius: 4px !important; }
  .search_container form .mdc-text-field__input:-ms-input-placeholder ~ .form-field__label {
    font-size: 14px;
    transform: translateY(0); }
  .search_container form .mdc-text-field__input:placeholder-shown ~ .form-field__label {
    font-size: 14px;
    transform: translateY(0); }
  .search_container form .mdc-text-field__input:focus ~ .form-field__label {
    color: #FF722B;
    font-size: 12px;
    transform: translateY(-14px); }
  .search_container form .mdc-text-field__input:focus ~ .form-field__bar {
    border-bottom: 2px solid #FF722B;
    transform: scaleX(150); }

.search_container form .mdc-button__label {
  letter-spacing: 0; }

.search_container form .form-field {
  display: block;
  padding: 0 20px; }

.search_container form select {
  border: 0;
  height: 52px;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 20px;
  background-position: 3% 50% !important;
  background-size: 10px !important;
  background-image: url("./../../images/crud/down-arrow.svg") !important; }

.search_container form select:focus {
  background-image: url("./../../images/crud/up-arrow.svg") !important; }

.search_container form option {
  background: white; }

.search_container form button {
  background: #19A7CE !important;
  padding: 1.25rem;
  border-radius: 1.25rem;
  width: 200px;
  margin: 0 1.25rem; }

.professors-board {
  display: flex !important;
  margin-top: 1.25rem; }
  .professors-board .uk-card {
    padding: 1.25rem;
    border-radius: 1.25rem; }
  .professors-board img {
    height: 130px;
    width: 130px;
    border-radius: 1.25rem; }
  .professors-board p {
    font-size: 1rem;
    margin-top: 16px; }
  .professors-board .professor-description {
    font-size: 0.875rem;
    background: #f8f8f8;
    padding: 0.313rem 0.625rem;
    display: inline-block;
    border-radius: 1.25rem; }
  .professors-board .professor img, .professors-board .professor h2 {
    cursor: pointer; }

.pagination-numbers {
  text-align: center;
  margin-top: 20px;
  color: #151515;
  font-family: "IRANSans", "Arial"; }

.uk-pagination {
  justify-content: center !important; }
