body {
    font-family: 'Vazir';
    font-size: 14px;
	cursor: default;
}

p {
	line-height: 2;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Shabnam';
	font-weight: bold;
	margin: 0 0 16px 0;
}

h6 {
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
}

h5 {
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
}

h3 {
  font-size: 19px;
  line-height: 32px;
  font-weight: bold;
}

h2 {
  font-size: 26px;
  line-height: 42px;
  font-weight: bold;
}

h1 {
  line-height: 32px;
  font-weight: bold;
}

/* Style */
.header {
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	top: 80px;
	width: 100%;
	z-index: 2;
}
.footer {
	border-top: 1px solid #e5e5e5;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	background-color: #fff !important;
}
.tm-date-jalali,
.tm-date-gregorian {
    display: block;
    color: #fff;
}
.tm-date-jalali {
	margin-bottom: 10px;
}
.tm-content {
    margin-top: 160px;
}

*::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
/* Alert */
.uk-alert-primary {
	background: #1E87F0;
	color: #fff;
}
.uk-alert-success {
    background: #5CB860;
    color: #fff;
}
.uk-alert-warning {
    background: #FFA21A;
    color: #fff;
}
.uk-alert-danger {
    background: #F55A4E;
    color: #fff;
}
/* Notification */
.uk-notification {
    width: 500px;
}
.uk-notification-message {
	font-size: 14px;
}
.uk-notification-message .uk-close{
	color: #fff;
}
.uk-notification-message-primary {
	background: #1E87F0;
	color: #fff;
}
.uk-notification-message-success {
	background: #5CB860;
	color: #fff;
}
.uk-notification-message-warning {
	background: #FFA21A;
	color: #fff;
}
.uk-notification-message-danger {
	background: #F55A4E;
	color: #fff;
}
/**/
.uk-card-body::after, .uk-card-footer::after, .uk-card-header::after {
    clear: both;
}
.uk-card-body::after, .uk-card-body::before, .uk-card-footer::after, .uk-card-footer::before, .uk-card-header::after, .uk-card-header::before {
    content: "";
    display: table;
}
.uk-card-default .uk-card-footer {
    border-top: 1px solid #e5e5e5;
}
.uk-card-footer {
    padding: 15px 20px;
    text-align: center;
}
/*--- Reset ---*/
.tm-container {
    box-sizing: content-box;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.uk-overlay-primary {
    background: rgba(34, 34, 34, 0.41);
}
.uk-overlay {
    padding: 10px 10px;
}
.uk-padding-xsmall {
    padding: 20px 20px;
}
.uk-grid .uk-form-icon {
	right: 15px;
}
.uk-card-default{
	border: 1px solid #e5e5e5;
}
.uk-section {
	border-bottom: 1px solid #e5e5e5;
}
.uk-tab > * > a {
	border-bottom-width: 2px;
}
.uk-tab > * > a:focus {
	outline: 0px none;
}
.uk-nav > li > a {
    padding: 14px 20px;
}
/*.uk-nav > li > a:hover {
	color: #262626;
	background-color: #f7f7f7;
}*/
.uk-nav .uk-open > a {
	color: #262626;
	background-color: #f7f7f7;
}
ul.uk-nav-sub {
    padding: 5px 0;
}
.uk-nav-sub a {
    padding: 8px 25px;
    font-size: 13px;
}
.uk-dropdown-nav > li.uk-active {
	font-weight: bold;
}

.rb-button-default, .rb-button-primary {
    border-radius: 500px;
	border-width: 2px;
	font-weight: 500;
}
.rb-navbar-absolute {

}
.rb-navbar-absolute .uk-navbar:not(.uk-active) {
    background-color: transparent;
    background-image: none;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    font-family: 'Vazir';
}
.tm-navbar-container .uk-navbar-nav > li > a::before {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    left: calc(102% - 15px);
    bottom: 20px;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-property: left;
    transition-property: left;
}
.tm-navbar-container .uk-navbar-nav > li > a {
    position: relative;
}
.tm-navbar-container .uk-navbar-nav > li.uk-active > a::before,
.tm-navbar-container .uk-navbar-nav > li > a:hover::before {
    left: 15px;
}
.tm-navbar-container:not(.uk-navbar-transparent){
	background: #1E87F0;
}
.tm-main {
	margin-right: 320px;
}
/*
.tm-sidebar-right {
    position: fixed;
    top: 80px;
    bottom: 0;
    box-sizing: border-box;
    width: 320px;
    border-left: 1px #e5e5e5 solid;
    overflow: auto;
}
@media screen and (max-width:1200px) and (min-width:960px) {
 .tm-main {
	padding-right: 240px;
 }
 .tm-sidebar-right {
	width: 240px;
 }
}
@media screen and (max-width:960px) {
	.tm-main {
	   padding-right: 0px;
	}
}
*/
.tm-sidebar-right {
    position: fixed;
    z-index: 100;
    top: 80px;
    bottom: 0;
    box-sizing: border-box;
    width: 320px;
    box-sizing: border-box;
    border-left: 1px #e5e5e5 solid;
    overflow: auto;
}
@media screen and (max-width:1200px) and (min-width:960px) {
 .tm-main {
	margin-right: 240px;
 }
 .tm-sidebar-right {
	width: 240px;
 }
}
@media screen and (max-width:960px) {
	.tm-main {
	   margin-right: 0px;
	}
}
@media screen and (max-width:640px) {
	.captcha-img {
		height: auto;
	}
}
.tm-user > a .tm-user-info {
    background: rgba(0,0,0,.37);
    padding: 7px 14px;
    color: #fff;
    margin-top: 0;
    position: relative;
}


.rb-section-texture .logo img{
	width: 165px;
	height: auto;
}
@-webkit-keyframes scrollDown {
  0% {
    top: 14px;
    opacity: 0;
  }
  15% {
    top: 14px;
    opacity: 1;
  }
  30% {
    top: 14px;
    opacity: 1;
  }
  45% {
    top: 34px;
    opacity: 1;
  }
  100% {
    top: 34px;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: 14px;
    opacity: 0;
  }
  15% {
    top: 14px;
    opacity: 1;
  }
  30% {
    top: 14px;
    opacity: 1;
  }
  45% {
    top: 34px;
    opacity: 1;
  }
  100% {
    top: 34px;
    opacity: 0;
  }
}
.scroll__down * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.scroll__down {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scroll__mouse {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 54px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 20px;
}
.scroll__wheel {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scrollDown 2.5s infinite;
          animation: scrollDown 2.5s infinite;
}

/*--Calender--*/
.bd-dropdown select,.bd-table-days button {
    font-family: 'Vazir';
	font-size: 14px;
}

/*-- Footer --*/
footer .call-us{
	border-bottom: 1px solid #e5e5e5;
	color: #868686;
	padding: 20px 0;
}
footer .call-us p {
    line-height: 50px;
}
footer .rb-copyright {
    border-top: 1px solid #e5e5e5;
}

.tm-side {
    border: 2px solid #999;
    border-radius: 3px;
    padding: 20px;
    transition: 0.5s;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 36px;
}
.tm-side:hover {
    border: 2px solid #1E87F0;
	color: #1E87F0;
}

.pulse {
	display: block;
	color: #F44336;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 0 #F44336;
	animation: pulse 2s infinite;
	z-index: 1;
	left: 15px;
	top: 15px;
}
.pulse:hover {
  animation: none;
  color: #333;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244,67,54, 0.4);rgba(244,67,54, 0.4)
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(244,67,54, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244,67,54, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(244,67,54, 0.4);
    box-shadow: 0 0 0 0 rgba(244,67,54, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(244,67,54, 0);
      box-shadow: 0 0 0 10px rgba(244,67,54, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(244,67,54, 0);
      box-shadow: 0 0 0 0 rgba(244,67,54, 0);
  }
}

.hamburger {
    cursor: pointer;
    margin: auto;
    transform: rotate(0);
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0);
    width: 100%;
    position: relative;
    left: 20px;
    top: 0;
    height: 20px;
	z-index: 9999;
}
.hamburger div {
  background: #fff;
  border-radius: 3px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: rotate(0);
  transition: .25s ease-in-out;
  -webkit-transform: rotate(0);
  width: 100%;
}
.hamburger div:nth-child(1) {
  top: 0;
}
.hamburger div:nth-child(2), .hamburger div:nth-child(3) {
  top: 8px;
}
.hamburger div:nth-child(4) {
  top: 16px;
}
.uk-offcanvas-container .hamburger div:nth-child(1), .uk-offcanvas-container .hamburger div:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0%;
}
.uk-offcanvas-container .hamburger div:nth-child(2) {
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.uk-offcanvas-container .hamburger div:nth-child(3) {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.piechart {
  position: relative;
  display: inline-block;
  margin: 20px 10px;
  color: #BBB;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: center;
}
.piechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_dragger_bar {
  border-radius: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_vertical {
  margin: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.4);
}

.mCS-minimal-dark.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.5) !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}


/******************************************************************************/


/* Alert */
.tm-alert-success {
    background: #4CDA64;
    color: #fff;
}

/* Card */
.tm-card-default {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #666;
}
.tm-card-header {
	padding: 15px 15px;
}
.tm-card-body {
	padding: 15px 15px;
}
.tm-card-footer {
	padding: 15px 15px;
}

/* Header */
.tm-navbar-container {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

/* Sidebar */
.tm-user {
  display: block;
  width: 100%;
  background: url(../images/head-menu.jpg) no-repeat left top;
  background-size: 100%;
}
.tm-date {
	padding: 17px 0;
}
/* Easy Pie */
.chart {
	position: relative;
}
.chart .percent {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 100%;
    margin: 50px auto;
    font-size: 16px;
	text-align: center;
}

/* Quick Acc */
.tm-quick-icon {
    padding: 21px 18px 0;
    float: left;
}
.tm-quick-content {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    padding: 16px 12px;
}

/* No Spin Number Field */
input[type="number"].tm-nospin {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

/* Resize Notifications */
.uk-notification-top-center {
	right: auto !important;
	left: 50% !important;
	margin: 0px !important;
	max-width: 480px !important;
	transform: translate(-50%, 0%);
	width: 94%;
}

.uk-notification-message {
	font-size: inherit !important;
}


/******************************************************************************/


.beta-testing-ribbon {
	background: url("../images/beta-testing.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	right: auto;
	z-index: 999;
}

.beta-testing-large {
	width: 128px;
	height: 128px;
}

.beta-testing-small {
	width: 80px;
	height: 80px;
}