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



body{
	font-family: Iransans;
	direction: rtl;
}

#login-bg{
	background-image: url(../img/login-bg-autumn.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 100vh;
}
td.bg-warning a{
	color: #222;
}
td.bg-success a{
	color:#fff;	
}
div.card-body{
	font-size: 16px !important;
}
.form-control-sm{
	font-size: 0.675rem !important;
}
#login-left{
	background-color:rgba(237,70,23,.7);
	font-size: 18px;
	padding: 20px 0 10px 0;
	color:#ffffff;
}
.error-inline{
	color: #DD0000;
}
#login-left h1{
	font-size: 30px;
}
#login-right{
	background-color: #2F353A;
	padding: 40px;	
}

#login-area{
	text-align: center;
	width: calc(100vw - 35px);
}

#main-body{
	margin-top: 51px;
}
.sidebar .sidebar-minimizer{
	position: relative;
	flex: 0 0 50px;
	background-color: rgba(0,0,0,.2);
	border: 0;
	text-align: right;
	color: #727E88;
}
.sidebar .sidebar-nav{
	position: relative;
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-flex: 1;
}
.sidebar .nav-link:hover{
	color: #fff;
	background: #20a8d8;
}
.sidebar .nav-link:hover i{
	color: #fff;
}
.sidebar .nav-item{
	transition: background .3s ease-in-out;
	margin: 0;
	position: relative;
	width:100%;
	background-color: #222;
}
.sidebar{
	padding: 0px 0 0 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #2f353a;
	min-height: calc(100vh);
}
.nav-item i{
	margin-left: 15px;
	opacity:10%;
 	color: #727E88;
	font-size: 16px;
}
ul.nav div{
	width: 100%;
}
.sidebar .nav-link.active{
	background-color: #3a4248;
	color: #fff;
}
.nav-link{
	padding: 7px 7px;
	font-size: 11px;
}
.sidebar .nav-title{
	padding: .75rem 1rem;
	color: #fff;
	background-color:rgba(255,255,255,.1);
	width: 100%;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom:  1px solid #666;
	font-size: 11px;
	
}
.fixed-right{
}
#logo{
}
.fixed-right-col{
	float: right;
	display: inline-block;
	margin-left: 25px;
}
.fixed-right-col i{
	margin-top: 15px;
	color: #989494;
}
.fixed-nav{
	float: left;
	margin-top: 7px;
	color: #999;
	margin-left: 10px;
	font-size: 14px;	
}
.fixed-nav ul li{
	margin-right: 20px;
}
.fixed-right-col img{
	margin-top: 5px;
}
#sidebar-content{
	
}
.tools{
	padding: 15px 0 0 0;;
	background-color: #f0f3f5;
	font-size: .875rem;
	
}
.bread{
	border-bottom: 1px solid #BDBDBD;
	font-size: 12px;
}
#main-area{

}
.stat-col{
	height: 200px;
}
.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name:fadeIn;
	animation-duration:1s;
	-webkit-animation-duration:1s;
}
.btn-transparent{
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.stat{
	margin-bottom: 15px;
	margin-top: 15px;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle{
	background-color: #c8ced3;
	color: #23282c;
	border-color: #c8ced3;
}
.btn-outline-secondary{
	color: #c8ced3;
	background-color: transparent;
	background-image: none;
	border-color: #c8ced3;
}
.callout{
	position: relative;
}
.progress-xs{
	height: 7px;
}
.actionarea{
	float: left;
}
.spinner{
	position:fixed;
    top:50%;
    background-repeat:no-repeat;
    left: 50%;
	margin-left:-70px;
	margin-top:-70px;
	z-index:100;
	text-align: center;
}
.nav-title i{
	float: left;
}
#ajaxbg{
	background-color: rgba(1, 1, 1, 1);
    position:fixed;
    width:100%;
    height:100%;
    top:0;
	z-index:10;
}
.action-tools{
	color: #fff;
	float: left;
}
.card-header {
	font-size: 18px;
	color: #333;
}
a.nav-link{
	color:#fff;
}
li.active a{
	color: #fff;
}
.hide{
	display: none;
}
.action-tools a{
	font-size: 12px;
}
.action-tools input{
	font-size: 12px;
}

.cardboardnav a{
	padding: 5px 10px !important;
	font-size: 12px;
}
.profile-label{
	margin-top: 10px;
}
.bg-blue1{
	background-color: #6c5ce7;
}
.bg-blue2{
	background-color: #0984e3;
}
.bg-blue3{
	background-color: #74b9ff;
}
.bg-green1{
	background-color: #00b894;
}
.bg-green2{
	background-color: #81ecec;
}
.bg-green3{
	background-color: #55efc4;
}
.profile-badge{
	padding: 4px 7px 2px 7px;
	font-size: 10px;
}
