@charset "utf-8";
@font-face {
  font-family: 'Icon';
  src: url('../font/icon.eot');
  src: local('#FontAwesome'), url('../font/icon.woff2') format('woff2'), url('../font/icon.woff') format('woff'), url('../font/icon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  font: normal 16px IRANSans, B Yekan, Segoe UI, Tahoma;

  font-smooth: always;
  text-rendering: optimizeLegibility;

  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;

  margin: 0;
  padding: 0;
  color: #484848;
  background-color: #f9f9f9;
  text-align: right;
}

#body {
  /*padding: 0 15px;*/
  margin: 0 auto;
  width: 100%
}

html[dir="ltr"] body {
  text-align: left;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: bold;
}

body * {
  box-sizing: border-box;
}

[lang=en] {
  text-align: left;
  direction: ltr;
}

[hidden] {
  display: none;
}

.dropdown-item.active a, .dropdown-item:active a {
  color: #fff;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  border-width: 0;
  transition: all .3s ease;
}

a:hover {
  color: #8D0303;
}

a:hover,
a:visited:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
  filter: brightness(120%);
}

::-moz-selection {
  background-color: #e06c1f;
  color: #fff;
}

::-moz-progress-bar {
  background-color: #090;
}

::selection {
  background-color: #e06c1f;
  color: #fff;
}

img {
  max-width: 100%;
}

form {
  height: auto;
  margin: 0;
  padding: 0;
  border-width: 0;
  display: block;
}

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0;
  padding: 4px;
  color: #555;

  display: inline-block;
  font: normal 12px/18px IRANSans, Tahoma;
  transition: all .2s linear;
}

input[type="text"][required], input[type="password"][required], input[type="number"][required], input[type="url"][required], input[type="tel"][required], textarea[required], input[type="captcha"], input[type="tel"]:required, input[type="date"]:required, input[type="time"][required], input[type="time-prv"][required], input[type="date-prv"][required], input[type="file"][required], textarea[required], div.require, span.require {
  background: url("../img/red_asterisk.png") no-repeat scroll 5px center #FFFFFF;

}

html[dir="rtl"] div.require {
  padding-left: 20px;
}

html[dir="ltr"] div.require {
  padding-right: 20px;
}

html[dir="ltr"] input[type="text"]:required, html[dir="ltr"] input[type="password"], html[dir="ltr"] input[type="number"]:required, input[type="email"]:required, html[dir="ltr"] input[type="url"]:required, html[dir="ltr"] input[type="tel"]:required, html[dir="ltr"] textarea:required, input[type="captcha"]:required {
  background: url("../img/red_asterisk.png") no-repeat scroll 100% center #FFF
}

input[disabled]:required, textarea[disabled]:required, select[disabled]:required {
  background: #EEE
}

html[dir="rtl"] input[type="password"], html[dir="rtl"] input[type="number"]:required, html[dir="rtl"] input[type="text"][lang="en"]:required, html[dir="rtl"] input[type="url"]:required, html[dir="rtl"] input[type="tel"]:required, html[dir="rtl"] input[type="date"]:required, html[dir="rtl"] input[type="time"]:required, html[dir="rtl"] input[type="time-prv"]:required, html[dir="rtl"] input[type="date-prv"]:required {
  padding-left: 25px;
}

​
body .ui-widget, body .ui-widget select {
  font-family: IRANSans;
}

input[type=button],
input[type=submit],
a.button,
button {
  cursor: pointer;
  padding: 1px 10px 4px 10px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: white;
  border: 1px solid var(--theme-gradient-light-color);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  background-color: var(--theme-gradient-light-color);
  background-image: linear-gradient(top, #fff, #e6e6e6);

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  height: auto;
  overflow: auto;
  vertical-align: top;
}

input:focus,
textarea:focus,
select:focus,
option:focus {
  background-color: #ffe;
  border: 1px solid #3987cc;
  outline: 0;
}

input:hover,
textarea:hover {
  color: #f30;
  background-color: #ffe;
}

a.button:focus,
a.button:active,
input[type=button]:focus,
input[type=submit]:focus,
  /*button:focus,*/
button:active {
  background-color: #e6e6e6;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  outline: 0;
}

a.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  background-color: var(--theme-gradient-ultradark-color);
  border: 1px solid var(--theme-gradient-ultradark-color);
}

input[type=radio],
input[type=checkbox],
label {
  cursor: pointer;
  border-width: 0;
  background: transparent none;
  padding: 2px;
}

input[type=radio],
input[type=checkbox] {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 0;
  outline: 1px dotted rgba(0, 0, 0, 0);
  outline-offset: 20px;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=range] {
  border-width: 0;
}

input:checked {
  outline-color: rgba(0, 0, 0, 1);
  outline-width: 0;
  outline-offset: 0;
}

label {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input:read-only {
  color: #a0937f;
}

input:disabled,
input:disabled:hover {
  cursor: default;
  color: #c0c0c0;
  background-color: #eee;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  box-shadow: none;
  border: 1px solid #ccc;
}

#m_msg {
  display: inline-block !important;
  position: fixed !important;
  bottom: -100px;
  transition: all 0.2s;
  top: auto;
}

#m_msg.show {
  bottom: 30px;
}

#m_msg:hover * {
  cursor: pointer
}

#m_msg:hover .close_msg {
  background: #FFF;
  border-radius: 3px
}
#m_msg span{
  padding: 10px;
}

.r {
  text-align: right;
}

.l {
  text-align: left;
  justify-content: flex-end;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.span5 {
  width: 30%;
  float: right;
}

.span2 {
  width: 20%;
  float: right;
}

.span3 {
  width: 33.33%;
  float: right;
}

.row-fluid {
  width: 100%;
  clear: both;
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.nobr {
  white-space: nowrap;
}

.w100 {
  width: 100% !important;
}

.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

noscript,
#ieWarning {
  position: fixed;
  z-index: 2000;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 50px 100px;
  border-width: 0;
  background-color: #0081C4;
  color: #fff;
  cursor: default;

  text-shadow: 0 0 1px rgba(0, 0, 0, .5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#ieWarning a {
  color: #fff;
}

.summary, .stitr {
  vertical-align: middle;
  overflow: hidden;
  display: block;
  text-align: justify;
  padding: 10px;
  margin: 10px;
  border: 1px solid #c0c1ca;
  background-color: #fff;
  border-radius: 4px;
}

/*lock-screen*/
#lock {
  position: fixed;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .7);
}

#loading div {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 3px solid #eee;
  border-top-color: #f90;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3);

  -webkit-animation: loading 1s linear infinite;
  -moz-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*loading*/
#loading {
  position: fixed;
  z-index: 1000;
  display: none;
  top: 0;
  left: 45%;
  right: 45%;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(153, 0, 0, .8);
  text-shadow: 0 0 2px rgba(0, 0, 0, .75);
  box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  border-radius: 0 0 4px 4px;
  color: #fff;
  direction: ltr;
}

/*progress-bar-screen*/
#progressBar {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: none;
  border: 1px solid #000;
  border-width: 1px 0 1px 0;
  background-color: #000;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 5px;
  overflow: hidden;
}

#progressBar div {
  background-color: #fff;
  border-top: 3px solid #f90;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  text-align: center;
  color: #fff;
}


/*icons-font*/
.icon,
.icon_small {
  font: normal 15px/30px 'Icon';

  unicode-bidi: embed;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}

.icon_small {
  font-size: 14px;
  line-height: 24px;
}

.icon-bar .icon {
  padding: 1px;
  margin: 1px 2px;
}

button.icon,
input[type=button].icon,
input[type=submit].icon {
  padding-top: 5px;
  font-size: 14px;
  line-height: 14px;
}


.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  justify-content: center;
}

.flex_c {
  flex-direction: column;
}

.flex_r {
  flex-direction: row;
}

.flex > * {
  flex: 0 1 auto;
  padding: 0;
}

header#_header {
  position: relative;
}

header#_header:before {
  background-color: #fdfdfc;
  background-image: url(../img/custom/header_bg.png);
  background-repeat: repeat-x;
  border-bottom: 4px solid #098986;
  filter: grayscale(1);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}


header#_header > table {
  width: 100%;
  height: 145px;
  border: 0 solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  z-index: 1;
}

header#_header > table td {
  border: 0 solid #000;
  padding: 0;
  white-space: nowrap;
}

html[dir=rtl] header#_header > table td {
  padding-right: 5px;
}

html[dir=ltr] header#_header > table td {
  padding-left: 5px;
}

html[dir=rtl] header#_header > table td#_t_img img {
  margin-left: 0;
}

html[dir=ltr] header#_header > table td#_t_img img {
  margin-right: 0;
}

#_t_img {
  position: relative;
  z-index: 11;
}

#_t_menu_header {
  margin-bottom: 1px;
}

header#_header > table td#_t_logo {
  padding-right: 20%;
}

html[dir=ltr] header#_header > table td#_t_logo {
  padding-right: 0;
  padding-left: 20%;
}

header#_header > table td:nth-child(3) {
  width: 35%;
}

header#_header > table td:nth-child(1),
header#_header > table td:nth-child(2) {
  width: 20%;
}

header#_header time {
  width: 100%;
  display: flex;
  text-align: center;
  white-space: nowrap;
}


nav#_langs {
  background-color: #e5cd72;
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
}

nav#_langs > a {
  color: #555;
  font-size: 9pt;
  line-height: 20px;
}

nav#_menu_header {
  background-color: #028481;
  padding: 0;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 28px;
  line-height: 28px;
}

nav#_menu_header ul {
  padding: 0 5px;
  margin: 0;
  display: flex;
  justify-content: start;
  background: inherit;
  /*flex-wrap: wrap;*/
}

nav#_menu_header li {
  list-style: none;
  width: 100%;
  position: relative;
  white-space: nowrap;
}

nav#_menu_header a {
  color: #fff;
  font-size: 11pt;
  display: block;
}

nav#_menu_header a:before {
  content: ' :::: ';
}

#_serch_box > * {
  white-space: nowrap;
}

#_serch_box label {
  width: 160px;
  margin: 0;
  padding: 0;

  float: left;
  margin-left: 5px;
}

#_serch_box label {
  background-color: #e5cd72;
}

#_serch_box label {
  justify-content: center;
}

#_serch_box label input {
  border: 1px solid #e5cd72;
  border-radius: 0;
  width: 110px;
  height: 24px;
}

#_serch_box section img {
  width: 28px !important;
  height: 24px;
  padding: 0 2px;
}

#_serch_box label img {
  display: block;
  margin: 0;
  width: 28px !important;
  height: 24px;
}

a#show_tree {
  margin: 5px 0;
  color: #fff;
}

.font_icon {
  letter-spacing: -1px;
  position: absolute;
  font-size: 8px;
  bottom: 4px;
  left: 12px;
  right: 12px;
}


.icon-white:before {
  color: #FFF !important;
}

.icon-white {
  *color: #FFF !important;
}

.icon-red:before {
  color: #F00 !important;
}

.icon-red {
  *color: #F00 !important;
}

.icon-green:before {
  color: #0F0 !important;
}

.icon-green {
  *color: #0F0 !important;
}

.icon-blue:before {
  color: #00F !important;
}

.icon-blue {
  *color: #00F !important;
}

.icon-yellow:before {
  color: #ecec7d !important;
}

.icon-yellow {
  *color: #ecec7d !important;
}

.icon-black:before {
  color: #000 !important;
}

.icon-black {
  *color: #000 !important;
}

.icon-orange:before {
  color: #FAA732 !important;
}

.icon-orange {
  *color: #FAA732 !important;
}

.fa-1:before {
  font-size: 11px;
}

.fa-2:before {
  font-size: 12px;
}

.fa-3:before {
  font-size: 13px;
}

.fa-4:before {
  font-size: 14px;
}

.fa-5:before {
  font-size: 15px;
}

.fa-6:before {
  font-size: 16px;
}

.fa-7:before {
  font-size: 17px;
}

.fa-8:before {
  font-size: 18px;
}

.fa-9:before {
  font-size: 19px;
}

.fa-10:before {
  font-size: 20px;
}

.fa-15:before {
  font-size: 25px;
}

.fa-20:before {
  font-size: 30px;
}

.fa-30:before {
  font-size: 40px;
}

.fa-40:before {
  font-size: 50px;
}

/*--------------tooltip--------------------*/
.tooltip-inner {
  max-width: 400px;
}

/*--------end:override bootstrap styles----------*/
.dynatree-container .fa-plus:before {
  color: #0F0
}

.dynatree-container .fa-plus {
  *color: #0F0
}

.dynatree-container .fa-pencil:before {
  color: #FF9933
}

.dynatree-container .fa-pencil {
  *color: #FF9933
}

.dynatree-container .fa-times:before {
  color: #F00;
}

.dynatree-container .fa-times {
  *color: #F00;
}

.dynatree-container .fa-files-o:before {
  color: #0099FF
}

.dynatree-container .fa-files-o {
  *color: #0099FF
}

.dynatree-container .fa-cut:before {
  color: #664C80
}

.dynatree-container .fa-cut {
  *color: #664C80
}

.dynatree-container .fa-unlock:before {
  color: #0000FF
}

.dynatree-container .fa-unlock {
  *color: #0000FF
}

.dynatree-container .fa-lock:before {
  color: #F00
}

.dynatree-container .fa-lock {
  *color: #F00
}

.h2-icon {
  margin: 4px 7px 0;
  position: relative;
  top: 1px;
}

.h2-icon:before {
  color: #006DCC;
  font-size: 16px
}

.h2-boot-icon {
  padding: 8px 7px;
  display: inline-block
}

.h3-icon {
  margin: 4px 5px 0;
}

.h3-icon:before {
  color: #006DCC;
  font-size: 14px
}

/*--------breadcrumb----------*/

#search-caption .breadcrumb {
  margin: 5px 0;
  padding: .5rem 0.5rem;
  display: block;
}

.breadcrumb > .active {
  color: #333
}

.breadcrumb > li > .divider {
  color: #AAA;
  font-weight: bold;
}

#search-caption .breadcrumb a {
  padding: 0 1px 0 2px;
}

#search-caption .breadcrumb li, #search-caption .breadcrumb a, #search-caption .breadcrumb label, #search-caption h1, #search-caption h2 {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  margin: 0;
}

#search-advanced {
  display: none;
}

/*--------breadcrumb----------*/
section.f_l_q article .admin {
  position: absolute;
  z-index: 2000;
}

section.f_l_q article .admin {
  display: none;
  bottom: 10px;
  padding: 5px 10px;
  color: #000;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 4px;
  left: 10px;
}

html[dir=ltr] section.f_l_q article .admin {
  left: auto;
  right: 10px;
}

section.f_l_q article .admin img {
  padding: 0 10px;
  border-width: 0;
}

section.f_l_q article:hover .admin {
  display: block;
}

.f_l_q {
  margin-top: 10px;
  padding: 15px;
  background: #fff;
}

.f_l_q .unconfirmed {
  background: none repeat scroll 0 0 #fbff67 !important;
}

.f_l_q h2 {
  font-size: 1.2rem;
}

.f_l_q h1 {
  font-size: 2rem;
}

.f_l_q article {
  padding-top: 10px;
  height: 100%;
  padding: 3px;
}

.f_l_q .checkbox {
  position: relative;
  z-index: 100;
}

.f_l_q article:nth-child(2n) {
  background: #eee;
}

.f_l_q figure img, .f_l_q figure a {
  width: 100%;
  display: block;
}

.f_l_q .thumb {
  height: 150px;
  width: 100%;
  object-fit: contain;
  text-align: center;
}

.f_l_q figure img {
  height: 150px;
  object-fit: cover;
}

.f_l_q.contain figure img {
  object-fit: contain;
}

.f_l_q[data-column="3"] figure img {
  height: 200px;
}

.f_l_q[data-column="2"] figure img {
  height: 250px;
}


#_share {
  max-width: 100%;
}

#_share a {
  display: inline-block;
  margin: 0 2px;

}

/*---------menu------------*/
/**
* Menu 3.0 : 2012.1.1
*/
.menu-v, .menu-h {
  visibility: visible !important; /* for display after that css loaded*/
}

.menu-v, .menu-h,
.menu-v ul, .menu-h ul,
.menu-v li, .menu-h li,
.menu-v a, .menu-h a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/*.menu-h, .menu-h ul li, .menu-h ul li:hover{
    height: 75px !important;
}*/
.menu-h .immediate {
  display: block !important;
}


.menu-h {
  height: 30px;
  border-radius: 4px;
}

.menu-v ul,
.menu-h ul {
  list-style-type: none;
  margin: 0 1px 0 0;
  padding: 0;
  white-space: nowrap;
}

.menu-v > ul > li {
  white-space: normal;
}

.menu-v li,
.menu-h li {
  position: relative;
  width: 99%;
}

.menu-v a,
.menu-h a {
  display: block;
  margin: 2px;
  text-decoration: none;
  background-color: transparent;
}

/*.menu-v ul ul a:hover,
.menu-h ul ul a:hover {
    text-shadow:none; padding:4px 10px;
}*/
.menu-v ul ul a:hover:before,
.menu-h ul ul a:hover:before {
  content: '•';
  color: #11bcd0;
  padding: 0 5px;
}

/*.menu-v a[href$='home'],
.menu-h a[href$='home'] {
  pointer-events:none;
  cursor:default;
}*/
/*icon:css3*/
.menu-v a[data-icon]:before,
.menu-h a[data-icon]:before {
  content: attr(data-icon, url);
  padding: 0 5px;
}

.menu-v ul ul,
.menu-h ul ul {
  /*background: #046af9; *//* Old browsers *//*
  background: -moz-linear-gradient(top,  #046af9 0%, #1a3ba7 100%); *//* FF3.6+ *//*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#046af9), color-stop(100%,#1a3ba7)); *//* Chrome,Safari4+ *//*
  background: -webkit-linear-gradient(top,  #046af9 0%,#1a3ba7 100%); *//* Chrome10+,Safari5.1+ *//*
  background: -o-linear-gradient(top,  #046af9 0%,#1a3ba7 100%); *//* Opera 11.10+ *//*
  background: -ms-linear-gradient(top,  #046af9 0%,#1a3ba7 100%); *//* IE10+ *//*
  background: linear-gradient(to bottom,  #046af9 0%,#1a3ba7 100%); *//* W3C */
  position: absolute;
  display: none;
  z-index: 500;
  border-radius: 4px;
}

/*.menu-v ul ul a,
.menu-h ul ul a {
    padding:3px;
}*/
.menu-v ul li,
.menu-h ul ul li {
  border-width: 0;
  border-top: 1px dotted #999;
}

.menu-v > ul > li,
.menu-h > ul > li {
  border-color: #999;
  border-style: dotted;
}

.menu-h > ul > li {
  float: right;
}

.menu-v ul li {
  display: block;
  float: none;
}

html[dir=ltr] .menu-h > ul > li {
  float: left;
}

/*Has-Sub-Items*/
.menu-h ul li > a:not(:last-child):after {
  /*float: left;*/
  /*margin-right: -10px;*/
  content: '\f0d7';
  font-family: FontAwesome;
  color: #1e4070;
  padding: 0 4px 0 0;
  position: relative;
  top: 2px;
}

.menu-v ul li > a:not(:last-child):after,
.menu-h ul ul li > a:not(:last-child):after {
  content: '\f0d9';
  padding: 0 10px 0 0;
}

html[dir="ltr"] .menu-v u ul li > a:not(:last-child):after,
html[dir="ltr"] .menu-h ul ul li > a:not(:last-child):after {
  float: right;
  margin-left: -20px;
  content: '\f0da';
}

html[dir=ltr] .menu-v li > a:not(:last-child):after,
html[dir=ltr] .menu-h li > a:not(:last-child):after {
  padding: 0 0 0 10px;
}

.menu-v li > a:not(:last-child):hover:after,
.menu-h li > a:not(:last-child):hover:after {
  color: #ffe400;
}

/*First-Items*/
.menu-v ul li:first-child {
  border-width: 0;
}

html[dir="rtl"] .menu-h ul li:first-child {
  border-right: 0;
}

html[dir="ltr"] .menu-h ul li:first-child {
  border-left: 0;
}

.menu-h ul ul li:first-child {
  border-width: 0;
}

.menu-v ul > li:hover > ul,
.menu-h ul > li:hover > ul {
  display: block;
}

.menu-v > ul > li:hover > ul.immediate,
.menu-h > ul > li:hover > ul.immediate,
.menu-v ul ul > li:hover > ul,
.menu-h ul ul > li:hover > ul {
  display: block;
  -webkit-animation: m-h .2s ease;
  -moz-animation: m-h .2s ease;
  -ms-animation: m-h .2s ease;
  -o-animation: m-h .2s ease;
  animation: m-h .2s ease;
}

@-webkit-keyframes m-h {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .4;
  }
  70% {
    top: 0;
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes m-h {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .4;
  }
  70% {
    top: 0;
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes m-h {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .4;
  }
  70% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes m-h {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .4;
  }
  70% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes m-h {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .4;
  }
  70% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

/*Horizontal-Vertical*/
.menu-h > ul > li {
  width: auto;
}

/*.menu-h > ul > li a{
    padding:4px 7px;
}*/
/*Horizontal*/
.menu-h {
  width: 100%;
}

.menu-h ul ul:before {
  content: '';
  position: absolute;
  top: 0;
  border-style: solid;
  border-color: #303030 transparent;
  border-color: rgba(0, 0, 0, .8) transparent;
  border-width: 0 6px 6px 6px;
  margin-top: -6px;
}

html[dir=rtl] .menu-h ul ul:before {
  right: 9px;
}

html[dir=ltr] .menu-h ul ul:before {
  left: 9px;
}

/*Vertical*/
.menu-v ul ul {
  width: 100%;
  top: 0;
  right: 100%;
}

html[dir=ltr] .menu-v ul ul {
  left: 100%;
  right: auto;
}

.menu-v ul ul:before,
.menu-h ul ul ul:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent #303030;
  border-color: transparent rgba(0, 0, 0, .8);
  top: 9px;
  margin-top: -1px;
}

html[dir=rtl] .menu-v ul ul:before,
html[dir=rtl] .menu-h ul ul ul:before {
  right: 0;
  border-width: 6px 0 6px 6px;
  margin-right: -6px;
}

html[dir=ltr] .menu-v ul ul:before,
html[dir=ltr] .menu-h ul ul ul:before {
  left: 0;
  border-width: 6px 6px 6px 0;
  margin-left: -6px;
}

/*Other*/
.menu-v ul ul li, .menu-h ul ul li {
  min-width: 100px;
  max-width: 400px;
}

.menu-v ul ul,
.menu-v ul ul li,
.menu-h ul ul,
.menu-h ul ul li {
  width: auto;
  overflow: visible;
  min-width: 100px;
  max-width: 400px;
}

.menu-v ul ul li,
.menu-h ul ul li {
  white-space: nowrap;
}

.menu-v > ul > li,
.menu-h > ul > li {
  text-align: center;
  border-width: 0;
  border-style: solid;
}

.menu-v > ul > li {
  /*border-top-width:1px;*/
  border-width: 1px 0;
  border-color: #929292 #000 #5d5d5d #000;
}

.menu-h > ul > li {
  /*border-right-width:1px;*/
  border-width: 0 1px;
  border-color: #000 #5d5d5d #000 #929292;
}

/*html[dir=ltr] .menu-h > ul > li {
  border-width:0;
  border-left-width:1px;
}*/
.menu-v > ul > li:first-child {
  border-width: 0 0 1px 0 !important;
}

.menu-v ul li,
.menu-h ul ul li {
  text-align: right;
}

html[dir=ltr] .menu-v ul li,
html[dir=ltr] .menu-h ul ul li {
  text-align: left;
}

.menu-v ul ul,
.menu-h ul ul ul {
  top: 0;
  right: 100%;
}

html[dir=ltr] .menu-v ul ul,
html[dir=ltr] .menu-h ul ul ul {
  left: 100%;
  right: auto;
}

/*ie9*/
html.ie9 .menu-h {
  border-bottom-width: 0;
  box-shadow: none;
  height: 26px;
}

/*ie8-9*/
html#ie[dir=rtl] .menu-v ul ul:before,
html#ie[dir=rtl] .menu-h ul ul ul:before {
  border-width: 6px 6px 6px 0;
  margin-left: -6px;
}

/*ie8*/
html.ie8 .menu-h {
  height: 26px;
}

html.ie8 .menu-h > ul > li:first-child {
  border-width: 0 0 0 1px !important;
}

html.ie8[dir=ltr] .menu-h > ul > li:first-child {
  border-width: 0 1px 0 0 !important;
}

/*ie7*/
html.ie7 .menu-h,
html.ie7 .menu-v li {
  height: 25px;
}

html.ie7 .menu-v li,
html.ie7 .menu-h li {
  z-index: 499;
}

html.ie7 .menu-h ul ul ul {
  right: 100%;
}

/*ie7*/
html.ie7 .menu-h ul ul,
html.ie7 .menu-v,
html.ie7 .menu-v ul ul {
  width: 121px;
}

.menu-v, .menu-h {
  padding: 0;
  font-family: nasimb, tahoma !important;
}

.menu-h {
  width: 990px;
  height: 35px;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  font-family: parisab, tahoma !important;
}

.menu-h > ul > li, .menu-v > ul > li {

  display: block;
  position: relative;
  width: auto;
  min-height: 30px;
  padding: 0
}

.menu-h > ul > li {
  text-align: center;
  border: 0
}


.menu-h > ul > li:hover { /*border-top: 2px solid #3564a7;*/
  display: block
}

.menu-v > ul > li > a, menu-h > ul > li > a {
  display: block;
  padding: 4px 10px 0 10px;
  min-height: 30px
}

.menu-h ul ul:before {
  border-color: #046af9 transparent
}

.menu-v ul ul a, .menu-h ul ul a {
  padding: 7px !important;
}


#login {
  position: fixed;
  z-index: 3000;
  top: 0;
  margin: 0;
  padding: 5px 20px;
  display: block;
  width: 100%;
  height: 30px;
  font: normal 13px/18px tahoma;
  vertical-align: top;
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid #000;
  background-color: #484848;
  background-color: rgba(72, 72, 72, .8);
  filter: alpha(opacity=80);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .35);
  ursor: default;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

html[dir=rtl] #login {
  right: 0;
}

html[dir=ltr] #login {
  left: 0;
}

#login.min {
  width: 80px;
  box-shadow: none;
  background-color: #323232;
}

html[dir=rtl] #login.min {
  border-radius: 0 0 0 5px;
  border-left: 1px solid #000;
}

html[dir=ltr] #login.min {
  border-radius: 0 0 5px 0;
  border-right: 1px solid #000;
}

#login a,
#login span {
  color: #fc0;
}

#login section {
  white-space: nowrap;
}

html[dir=rtl] #login section,
html[dir=rtl] #login img,
html[dir=rtl] #login div {
  float: right;
}

html[dir=ltr] #login section,
html[dir=ltr] #login img,
html[dir=ltr] #login div {
  float: left;
}

html[dir=rtl] #login section:last-child {
  float: left;
}

html[dir=ltr] #login section:last-child {
  float: right;
}

#login div {
  cursor: pointer;
  margin: 15px;
  margin-top: 1px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 8px 0;
}

html[dir=rtl] #login div,
html[dir=ltr] #login.min div {
  border-color: transparent;
  border-left-color: #fc0;
  border-left-width: 16px;
}

html[dir=ltr] #login div,
html[dir=rtl] #login.min div {
  border-color: transparent;
  border-right-color: #fc0;
  border-right-width: 16px;
}

#_t_langs {
  vertical-align: top;
}

#_t_img,
#_serch_box {
  vertical-align: bottom;
}

html[dir=rtl] #_t_img {
  text-align: left;
}

html[dir=ltr] #_t_img {
  text-align: right;
}

#_header_mobile {
  display: none;
}

.ui-datepicker-year, .ui-datepicker-month {
  padding: 0 4px;
}

#search-advanced input[type="datetime-prv"] {
  width: 220px;
}

.tags {
  padding: 10px;
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  margin-top: 40px;
}

.tags label {
  color: #005689;
}

.tags > a {
  border-radius: 15px;
  padding: 4px 12px;
  margin: 0 3px;
  background-color: #eee;
}

#body .owl-carousel .owl-nav {
  direction: ltr
}

#body .owl-carousel .owl-nav > .owl-next {
  left: auto;
}

.custom-switch .custom-control-label {
  padding-right: 5px;
}

.custom-switch .custom-control-label::after {
  right: calc(-2.5rem + 2px);
  left: auto;
  height: calc(1.4rem - 4px);
  margin-top: 2px;
  width: calc(1.4rem - 4px);
}

.custom-switch .custom-control-label::before {
  right: -2.4rem;
  left: auto;
  margin-top: 2px;
  border-radius: .6rem;
  height: 1.4rem;
  width: 2.5rem;

}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(-1.2rem);
  -webkit-transform: translateX(-1.2rem);
}

.ui-datepicker {
  z-index: 1050;
}


.accordion_tree .card-header > a {
  display: block;
  text-align: inherit;
}

.accordion_tree .card-header > a.selected {
  font-weight: bold;
}

.accordion_tree .card-header > a:hover, .accordion_tree .card-header > a:focus {
  filter: none;
  outline: none;
  box-shadow: none;
}

.accordion_tree .card-header:not(:last-child) > a:before {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
}

.accordion_tree .card-header:not(:last-child) > a.collapsed:before {
  content: "\f0d9";
}
/* 
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
} */
button[data-a="selectall"] {
  background-color: #fff;
}

@media (max-width: 992px) {
  #body .jsgrid {
    overflow: auto;
  }

  .jsgrid-grid-header, .jsgrid-grid-body {
    width: 1240px;
  }

}

@media (max-width: 768px) {
  #_header_normal {
    display: none;
  }

  #_header_mobile {
    display: table;
  }

  #_t_logo {
    justify-content: center;
  }

  #_serch_box {
    margin: 0 0;
    margin-top: 1rem !important;
  }

  #_serch_box > section {
    text-align: justify;
  }

}

