@import url(fontiran.css);

body
{
	font-family: IRANSans, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;

}

.content-wrapper{
	background-image: url("../../images/bg-img/16.png");
}

.osc-menu{
display:none;
background:#CCCCCC;
font-size:12px;

}
.osc-menu-hover {
cursor:pointer;
}
.osc-menu .btn{
font-size:10px;
}
.osc-ul > li {
cursor:pointer;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    background-color: yellow;
    padding: 50px;
}


/*	Reset & General
---------------------------------------------------------------------- */

.tile{
	width: 100%;
	background:#fafafa;
	border-radius:5px;
  box-shadow:0px 2px 3px -1px rgba(151, 171, 187, 0.7);
  float:right;
	transform-style: preserve-3d;
	margin: 10px 5px;
	
}

.tile .header {
	border-bottom:1px solid #d3d3d3;
	padding:7px 0;
	text-align:center;
	color:#030303;
	font-weight: 500;
  font-size:14px;	
  position:relative;
}
.tile .header >.left {
  float: left;
	padding-left: 10px;
	font-size: 12px;
}
.tile .header >.right {
  float: right;
	padding-right: 10px;
	font-size: 12px;
}

.tile:hover > .header {
  background-color: #d6d6d6c0;
  border-radius:5px;
  
}


.tile:hover {
  box-shadow: 0px 0px 25px #c0c0c5;
}

.tile .banner-img {
	padding: 5px 5px 0;
}

.tile .banner-img img {
	width: 100%;
	border-radius: 5px;
}

.tile .dates{
	border:1px solid #d3d3d3;
	border-radius:5px;
	padding:10px 0px;
	margin:10px 10px;
	font-size:12px;
	color:#000000;
	font-weight:500;	
  overflow:auto;
	cursor: pointer;
	min-height: 170px;
	background-color: #fefefe;
}
.tile .dates div{
	float:right;
	width:50%;
	text-align:center;
  margin-bottom: 10px;
  position:relative;
}
.tile .dates strong,
.tile .stats strong{
	display: block;
	color:#adb8c2;
	font-size:11px;
	font-weight:bold;
}
.tile .dates span{
	width:1px;
	height:30px;
	right:0;
	top:0;	
  background:#ebeff2;
}

.tile .card-menu{
	margin-bottom: 10px;
}
.tile .stats{
	border-top:1px solid #ebeff2;
	background:#f7f8fa;
	overflow:auto;
	padding:8px 5px;
	font-size:12px;
	color:#59687f;
	font-weight:500;
	border-radius: 0 0 5px 5px;
}
.tile .stats div{
	border-left:1px solid #dce0e2;
	width: 25%;
	float:right;
  text-align:center;
}

.tile .stats div:nth-of-type(4){border:none;}

.tile .stats div:hover {
	background-color: #a2d5f3ce;
	border-radius:5px;

  }

.tile .stats a:hover {
	color: rgb(245, 6, 6)
  }

.tile .footer {
	text-align: center;
	position: relative;
	float: inherit;
	padding-bottom: 8px
}

.tile .footer a{
	padding: 8px;
	margin: 15px 5px;
	cursor: pointer;

}

.tile .footer a.Cbtn{
	/* padding: 5px 15px 15px 15px; */
	background-color: #DADADA;
	/* color: #666; */
	margin: 15px 15px;
	/* text-transform: uppercase; */
	font-weight: 300;
  	/* border-radius: 3px; */
	cursor: pointer;
	font-size: 10px;
}

.tile .footer a.Cbtn-primary{
	background-color: #5AADF2;
	color: #FFF;
}

.tile .footer a.Cbtn-primary:hover{
	background-color: #7dbef5;
}

.tile .footer a.Cbtn-danger{
	background-color: #fc5a5a;
	color: #FFF;
}

.tile .footer a.Cbtn-danger:hover{
	background-color: #fd7676;
}



.container-fluid > .footer {
  position: fixed;
	right: 0;
	bottom: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  padding: 2px 0 10px;
	background-color: #dadadac5;
	line-height: 1.1;
	vertical-align: center;
}
.container-fluid > .footer > .version{
  
  float: right;
}


/* .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/Preloader.gif) center no-repeat rgb(25, 31, 38);
}
 */


.dropdown-submenu {
	position: relative;

}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-right: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
	border-radius: 6px 6px 6px 6px;
	
}

.dropdown-submenu> .dropdown-menu li {
	padding-right: 10px;
}
@media (min-width: 991px) {
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
	.dropdown-submenu> .dropdown-menu li {
		padding-right: 0;
	}
}

.dropdown-submenu>a:after {
    display: block;
	content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-right-color: rgb(29, 29, 29);
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover>a:after {
    border-right-color: rgb(136, 135, 135);
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 991px) {

	#navbar-collapse:hover {
		height:70vh;
		min-width: 100%;
		overflow: auto;
	}
	#navbar-collapse::-webkit-scrollbar {
		width: 6px;
	}
	
	#navbar-collapse::-webkit-scrollbar-track {
		background-color: #CCCCCC;
		border-radius: 1px;
		width: 1px;
	}
	
	#navbar-collapse::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background-color: rgb(155, 153, 153);
		width: 3px;
	} 
}


.main-header i{
	font-size: 15px; 
	min-height: 20px;
}

.navbar-custom-menu i {
	font-size:16px;
	min-height: 20px;
}



.HOME .box .box-body {
	height: 200px;
	overflow: auto;
}
.HOME .direct-chat .box-body {
	height: 300px;
	overflow: auto;
}

/* width */
.box .box-body::-webkit-scrollbar,
.tasks-menu .menu::-webkit-scrollbar,
.messages-menu .menu::-webkit-scrollbar {
	width: 8px;
	height: 8px;
  }
@media (max-width: 991px) {
	/* width */
	.box .box-body::-webkit-scrollbar,
	.tasks-menu .menu::-webkit-scrollbar,
	.messages-menu .menu::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
}

/* Track */
.box .box-body::-webkit-scrollbar-track,
.tasks-menu .menu::-webkit-scrollbar-track,
.messages-menu .menu::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
 .box .box-body::-webkit-scrollbar-thumb,
 .tasks-menu .menu::-webkit-scrollbar-thumb,
 .messages-menu .menu::-webkit-scrollbar-thumb  {
	background: rgb(179, 178, 178);
	border-radius: 5px;
}
/* Handle on hover */
 .box .box-body::-webkit-scrollbar-thumb:hover,
 .tasks-menu .menu::-webkit-scrollbar-thumb:hover,
 .messages-menu .menu::-webkit-scrollbar-thumb:hover {
	background: rgb(114, 114, 114); 
}

/* width */
.panel .panel-body::-webkit-scrollbar,
.tasks-menu .menu::-webkit-scrollbar,
.messages-menu .menu::-webkit-scrollbar {
	width: 8px;
	height: 8px;
  }
@media (max-width: 991px) {
	/* width */
	.panel .panel-body::-webkit-scrollbar,
	.tasks-menu .menu::-webkit-scrollbar,
	.messages-menu .menu::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
}

/* Track */
.panel .panel-body::-webkit-scrollbar-track,
.tasks-menu .menu::-webkit-scrollbar-track,
.messages-menu .menu::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.panel .panel-body::-webkit-scrollbar-thumb,
 .tasks-menu .menu::-webkit-scrollbar-thumb,
 .messages-menu .menu::-webkit-scrollbar-thumb  {
	background: rgb(179, 178, 178);
	border-radius: 5px;
}
/* Handle on hover */
.panel .panel-body::-webkit-scrollbar-thumb:hover,
 .tasks-menu .menu::-webkit-scrollbar-thumb:hover,
 .messages-menu .menu::-webkit-scrollbar-thumb:hover {
	background: rgb(114, 114, 114); 
}
  
.btn-round {
	display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: .7;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
	border-radius: 25px;
	margin: 0px 2px 8px 2px;
	cursor: pointer;
}


.btn-tools {
	border-radius: 0px;
	margin: 2px 5px;
	font-size: 16px;
	color: rgb(255, 0, 0);
	cursor: pointer;
}

.scroll-h {
	overflow: auto;
	white-space: nowrap;
}
/* width */
.scroll-h::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
/* Track */
.scroll-h::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.scroll-h::-webkit-scrollbar-thumb {
	background: rgb(179, 178, 178);
	border-radius: 5px;
}
/* Handle on hover */
.scroll-h::-webkit-scrollbar-thumb:hover {
	background: rgb(114, 114, 114); 
}


.search {
    background: #444;
    border: 0 none;
    color: #ffffff;
    width:55px;
    padding: 5px 8px 8px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	  border-radius: 25px;
	  margin: 5px 5px 8px 8px;
}

.search:focus {
    background:#ccc;
    color: #6a6f75;
    width:350px;  
    outline: none;
}

.search {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.search-box i { 
	cursor: pointer;
} 

.pointer{
	cursor: pointer;
}


.popup {
	position: fixed;
  bottom: 0;
  left: 0;
  width: 300px;
  display:none;
  }

.input_search_result{

	background-color:rgb(235, 207, 252);
	position: absolute;
	display: none;
	width: 100%;


}
.srch_items:hover{
	background-color:rgb(238, 172, 252);
	cursor: pointer;
	min-height: 30px;

 }

.filter-box {
	border: 0 none;
    background:rgba(207, 207, 207, 0.822);
	color: #5a5a5ae0;
	padding: 5px 8px 8px 5px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	width: 100%;
	margin-bottom: 5px;
}
