@charset "utf-8";


/* ---- General ----- */
@font-face
{
	font-family: "Iransharp";
	src:
			url("../fonts/iransharp.woff") format("woff"),
			url("../fonts/iransharp.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: "Vazir";
	src:
			url("../fonts/Vazir.woff") format("woff"),
			url("../fonts/Vazir.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: "IranBlack";
	src:
			url("../fonts/IRANBlack.ttf") format("truetype"),
			url("../fonts/IRANBlack.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

#sidebar .icattle-icon{
	font-size: 32px;
}

/* @todo: REMOVE IT AND REMOVE FONTAWESOME5 */
.icattle-icon.fal{
	font-size: 25px;
	padding: 8px 10px;
}

.body-number{
	color:#000;
	font-weight: bold;
	border:1px solid #ccc;
	border-radius:5px;
	letter-spacing: 8px;
	padding: 0 0 0  8px;
}

*
{
	font-family: Vazir, Helvetica, sans-serif;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
body{
	background-color: #eaeaea;
	overflow-x: hidden;
	direction: rtl;
}
body.admin{
	display: flex;
	/* background: #edf7ff; */
}
html,body{
	height:100%;
}
body>.col-md-2
{
	padding: 0;
	height: 100%;
	background: #2C3E50;
}
.breadcrumb{
	background: #ffffff;
	padding: 15px 15px;
	border-radius: 15px;
}
.breadcrumb *, .breadcrumb>.active{
	color: #000000;
}
.breadcrumb>.active *{
	/* font-weight: bold; */
	background: #008bf1;
}

.btn-violet
{
	color: #fff;
	background-color: #a359ff;
	border-color: #8b37f3;
}
.btn-violet:hover
{
	color: #fff;
	background-color: #a964ff;
	border-color: #a359ff;
}

hr.solid
{
	border-top: 1px solid #f5f5f5;
	width: 100%;
	margin: 15px 0;
}
form button
{
	margin: 0 1px;
}
.input-group-addon:last-child{
	border-left-color:#ccc;
}
/* ---- General ----- */

/* ---- Notifications -------- */
.notification-icon{
    position: relative;
}
.notification-icon .count-notifications{
    position: absolute;
	left: -5px;
    top: -5px;
	background-color: #f0ad4e;
	color:#FFF;
}
/* ---- Notifications -------- */

/*----- Hamburger icon ---*/
.hamburger {
	display: inline-block;
	z-index:1001;
	cursor: pointer;
	padding: 2px;
	z-index: 100001;
	position: absolute;
}

.hamburger>.hamburger-bar1, .hamburger>.hamburger-bar2, .hamburger>.hamburger-bar3 {
	width: 35px;
	height: 2px;
	background-color: #333;
	margin: 7px 0;
	transition: 0.4s;
}
.hamburger-change{
	margin-right:100px;
}
.hamburger-change>.hamburger-bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background-color: #fff;
}

.hamburger-change>.hamburger-bar2 {opacity: 0;}

.hamburger-change>.hamburger-bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -8px);
	transform: rotate(45deg) translate(-7px, -8px);
	background-color: #fff;
}
/*----- Hamburger icon ---*/

/*----- List View ---*/

.listview{
	list-style: none;
	padding: 5px 0 0 0;
	margin-bottom: 0;
	/* background-color: #fff; */
}
.listview .columns{
	background: #ffffff;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 0;
	color: #4e4e4e;
	/* border-bottom: 1px solid #d1d1d1; */
}.listview .columns>ul{
	border:0;
}
.listview .columns li{
	display: table-cell;
}
.listview .columns .center, .listview .items .center{
	text-align: center !important;;
}
.listview .columns .left, .listview .items .left{
	text-align: left !important;;
}
.listview .columns .right, .listview .items .right{
	text-align: right !important;
}
.listview .items .btn{
	margin-left: 2px;
	padding: 2px 8px;
}
.listview .items .dropdown{
	display: inline-block;
}
@media (min-width: 992px) {

	.listview>li>ul{
		list-style: none;
		margin: 0;
		padding: 5px 0;
		width: 100%;
		display: flex;
		table-layout: fixed;
		/* border-bottom: 1px solid #e5e5e5; */
	}

	.listview .profile-image
	{
		width:40px;
		height:40px;
		border-radius:50%;
	}
	.listview>li:not(.columns)>ul>li{
		display: table-cell;
		float: right; /* improve IE7 */
		text-align: center;
		padding: 5px 15px;
	}
}
@media (max-width: 992px) {
	.listview{
		padding: 15px 0;
	}
	.listview>li>ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #f0f0f0;
	}
	.listview .profile-image{
		width: 80px;
		height: 80px;
		margin-left: 5px;
	}
	.listview>li:not(.columns)>ul>li{
		text-align: right;
	}
}
.listview>li[draggable="true"]>ul{
	overflow: hidden
}

.listview .items{
	/* padding: 5px 0; */
	background: #FFF;
	margin-bottom: 2px;
	border: 1px solid #FFF;
	border-radius: 5px;
	/* border-bottom: 1px solid #e0e0e0; */
}
.listview .items:hover{
	background: rgb(226 241 255);
	border: 1px solid #93cfff;
}
.listview .items .list-actions .btn
{
	margin:0;
	border-radius: 50% !important;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	padding: 5px;
}
.listview .items:hover .list-actions .btn{
	border: 1px solid #7bb6e9;
}
@media (max-width: 992px) {

	.listview>li:not(.columns)>ul>li .inline-label{
		font-weight: bold;
		margin-left: 5px;
		display: inline-block !important;
	}
}

@media (max-width: 768px) {
	.listview>li.columns{
		display: none;
	}
	.listview>li:not(.columns)>ul>li{
		padding: 5px 15px;
		display: block;
	}
	.listview .items .row-tools {
		padding: 5px 10px !important;
		position: absolute;
		margin-right: -20px;
	}
}
.listview>li:last-child{
	border-radius: 0 0 10px 10px ;
}
.listview>li>ul>li:last-child{
	/*border-left:1px solid #e0e0e0 ;*/
}
.listview span.label-unpublish {
	background-color:#f0ad4e;;
	color: #FFF;
	border:1px solid #faebcc;
	font-size:12px;
	border-radius: 2px;
	padding: 2px 5px;
	font-size: 12px;
}
.listview span.label-publish {
	background-color: #dff0d8;
	color: #3c763d;
	border:1px solid #d6e9c6;
	border-radius: 2px;
	padding: 2px 5px;
	font-size: 12px;
}


.listview .row-tools{
	width:40px;
	flex: 0 0 40px;
}
.listview .items .row-tools{
	padding:15px 10px;
}

.icheckbox {
	position: absolute;
	width:20px;
	height: 20px;
	border:1px solid #BDC3C7;
	cursor: pointer;
}

.icheckbox input{
	display: none;
}

.icheckbox i{
	position: absolute;
	top:2px;
	right:2px;
	display: none;
	color: #16A085;
}
.iradio {
	position: absolute;
	width:20px;
	height: 20px;
	border-radius: 50%;
	border:1px solid #BDC3C7;
	cursor: pointer;
}

.iradio input{
	display: none;
}

.iradio i{
	position: absolute;
	top:2px;
	line-height: 1.1 !important;
	right:2px;
	display: none;
	color: #16A085;
}
.pagination{
	margin:5px 0;
}
.pagination li{
	cursor: pointer;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li>a, .pagination>li>span{
	width:34px;
	height:34px;
	border-radius: 10px;
	margin:0 2px;
	border-color:#eee;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
	color: #fff;
    cursor: not-allowed;
    background-color: #0a66c2;
}
/*----- List View -----*/



/*----- tree View ---*/

.treeview, .treeview ul{
	list-style: none;
}
.treeview{
	padding: 0 10px 0 0 ;
}
.treeview .items{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 5px;
}
.treeview .items .list-actions .btn
{
	background: #FFF;
	margin:0;
	border-radius: 50% !important;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	padding: 5px;
}
.treeview .items:hover .list-actions .btn{
	border: 1px solid #7bb6e9;
}
.treeview .items .dropdown{
	display: inline-block;
}
.treeview .btn-subset{
	width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 1px 1px;
    border: 3px solid #daeeff !important;
    background: #FFF !important;
}
.treeview .btn-subset.open {
	color: #FFF;
    background: #008bff !important;
    border: 3px solid #3f9eed !important;
}
.treeview .btn-subset.open i {
	font-weight: bold;
}
.treeview .items.open{
    border: 3px solid #3f9eed !important;
	background: rgb(244 250 255);
}
.treeview .parent-active .items{
    border: 1px solid #90d4fd;
    background: rgb(244 250 255);
}
.treeview ul li:last-child{
	margin-bottom: 10px;
}

.treeview ul{
	position: relative;

}

.treeview .items .right{
	text-align: right !important;
}
.treeview .items .left{
	text-align: left !important;
}

@media (min-width: 992px) {
	
	.treeview>li>ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		display: flex;
		table-layout: fixed;
		border-bottom: 1px solid #f0f0f0;
	}

	.treeview .profile-image
	{
		width:40px;
		height:40px;
		border-radius:50%;
	}
	.treeview li>ul>li{
		display: table-cell;
		float: right; /* improve IE7 */
		text-align: center;
		padding: 10px 15px;
	}
}
@media (max-width: 992px) {
	.treeview{
		padding: 15px 0;
	}
	.treeview>li>ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #f0f0f0;
	}
	.treeview .profile-image{
		width: 80px;
		height: 80px;
		margin-left: 5px;
	}
	.treeview>li:not(.columns)>ul>li{
		text-align: right;
	}
}
.treeview>li[draggable="true"]>ul{
	overflow: hidden
}

.treeview .items:hover{
	background: rgb(226 241 255);
	border: 1px solid #93cfff;
}
@media (max-width: 992px) {

	.treeview>li:not(.columns)>ul>li .inline-label{
		font-weight: bold;
		margin-left: 5px;
		display: inline-block !important;
	}
}

@media (max-width: 768px) {
	.treeview>li.columns{
		display: none;
	}
	.treeview>li:not(.columns)>ul>li{
		padding: 5px 15px;
		display: block;
	}
	.treeview .items .row-tools {
		padding: 5px 10px !important;
		position: absolute;
		margin-right: -20px;
	}
}
.treeview>li:last-child{
	border-bottom:1px solid #e0e0e0;
	border: 1px solid #FFF;
}
.treeview>li>ul>li:last-child{
	/*border-left:1px solid #e0e0e0 ;*/
}
.treeview span.label-unpublish {
	background-color:#f0ad4e;;
	color: #FFF;
	border:1px solid #faebcc;
	font-size:12px;
	border-radius: 2px;
	padding: 2px 5px;
	font-size: 12px;
}
.treeview span.label-publish {
	background-color: #dff0d8;
	color: #3c763d;
	border:1px solid #d6e9c6;
	border-radius: 2px;
	padding: 2px 5px;
	font-size: 12px;
}


.treeview .row-tools{
	width:40px;
	/* flex: 0 0 40px; */
	position: absolute;
	z-index: 1;
	right: -26px;
}

/*----- tree View ---*/



/*----- list dropdown-menu -----*/
.dropdown-menu{
	border-radius: 15px;
}
.dropdown-menu>li>a{
	padding : 10px 15px;
}
/*----- list dropdown-menu -----*/

/*----- profile box (dropdown menu in header) -----*/
#profile_box .dropdown-menu .box-arrow {
	position: absolute;
	top: -13px;
	left: 35px;
	margin: auto;
	padding: 0;
}
#profile_box .dropdown-menu .box-arrow * {
	font-size: 18px;
	position: absolute;
	left:0;
	top:0;
}
#profile_box .dropdown-menu .box-arrow i.for-ground {
	top: 1px;
	color: #FFF;
}
#profile_box .dropdown-menu{
	left: -25px;
	top: 44px;
	padding:5px;
	right: initial;
	margin: auto;
	text-align: center;
	width: 240px;
	Z-INDEX: 10002;
}
#profile_box .dropdown-menu hr{
	margin-top: 5px;
	margin-bottom: 5px;
}
#profile_box .dropdown-menu .user-img{
	width: 75px;
	height: 75px;
	margin-left:5px;
}
#profile_box .dropdown-menu .item{
	padding: 10px;
}
#profile_box .dropdown-menu .item i {
	font-size: 24px;
}
#profile_box .dropdown-menu .item h6 {
	font-size: 10px;
}
/*----- profile box (dropdown menu in header) -----*/

/*----- app box (dropdown menu in header) -----*/

#apps_box .dropdown-menu .box-arrow {
	position: absolute;
	top: -13px;
	left: 62px;
	margin: auto;
	padding: 0;
}
#apps_box .dropdown-menu .box-arrow * {
	font-size: 18px;
	position: absolute;
	left:0;
	top:0;
}
#apps_box .dropdown-menu .box-arrow i.for-ground {
	top: 1px;
	color: #FFF;
}
#apps_box .dropdown-menu{
	top:40px;
	left: -50px;
	right: initial;
	margin: auto;
	text-align: center;
	width: 240px;
	padding:5px;
}
#apps_box .dropdown-menu .item{
	padding: 10px;
	border-radius: 5px;
}
#apps_box .dropdown-menu .item:hover{
	background-color: #3498db;
}
#apps_box .dropdown-menu .item:hover a{
	color: #FFF;
}
#apps_box .dropdown-menu .item i {
	font-size: 36px;
	display: block;
}
#apps_box .dropdown-menu a {
	color:#000;
}
#apps_box .dropdown-menu .item h6 {
	font-size: 10px;
}
/*----- app box (dropdown menu in header) -----*/

/*----- Loading -----*/
.dark-box{
	position: absolute;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 100;
	display: none;
}
.dark-box>div{
	position: absolute;
	margin: auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 200px;
	height: 80px;
	text-align: center;
	padding: 5px 10px;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
}
/*----- Loading -----*/


/*----- toolbar -----*/
ul.toolbar
{
	margin: 0;
	background: #ffffff;
	margin-bottom : 5px;
	padding: 0;
	list-style: none;
	padding: 10px;
	height: auto;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}
ul.toolbar .input-group
{
	/*	padding : 0;
        margin:0;*/
}

ul.toolbar li
{
	padding: 0 5px;
}

.toolbar:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clear-search{
	left: 40px;
    z-index: 100;
    z-index: 10000;
    position: absolute;
    background: transparent;
    border: 0;
    padding: 10px;
}
/*----- toolbar -----*/

/*------ desk -----*/
#main_desk{
	width:100%;
	padding-right: 100px;
}
/* 
#main_desk>header{
	padding: 4px;
    height: 54px;
    background-color: rgb(255 255 255);
    color: #777;
}
/* Style the header */
/* #main_desk>header {
    padding: 4px;
    height: 54px;
    background-color: rgb(255 255 255);
    color: #777;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 50%);
} */ */

/* The sticky class is added to the header with JS when it reaches its scroll position */
#main_desk>.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:5000;
}


#main_menu a{
	/* color:#f5f5f5 !important; */
	display: block;
	padding: 5px;
}
#main_menu img.logo{
	height: 75px;
    object-fit: contain;
    width: 75px;
    margin: auto;
    margin-bottom: 150px;
    padding: 4px;
    border-radius: 4px;
}
@media(max-width:768px){
	#main_desk header .container-fluid
	{
		padding: 0;
	}
}
#main_menu img.user-img{
	height: 35px;
	width: 35px;
	object-fit:cover;
	float: right;
}
#main_desk>div
{
	padding: 10px 15px;
}
@media (max-width:768px){
	#main_desk>div
	{
		padding: 10px 0;
	}

}
/*------ desk -----*/

/*------ sidebar -----*/

.admin #sidebar figure {
	text-align: center;
}

/* The side navigation menu */
#sidebar .software-icon{
	height: 70px;
	/* padding-top: 5px; */
}
#sidebar {
	width: 240px;
	height: 100%; /* 100% Full-height */
	flex: 0 0 240px;
	background-color: #337ab7; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
}
#sidebar>ul {
	width: 240px;
}
@media (max-width: 992px) {

	#sidebar {
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		z-index: 1; /* Stay on top */
		top: 0; /* Stay at the top */
		right: 0;
		background-color: #3e3e5d; /* Black*/
		overflow-x: hidden; /* Disable horizontal scroll */
		transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	}

	/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
	#main_desk {
		transition: margin-right .5s;
	}
}

/*------ sidebar -----*/




/*------ main_menu -----*/
 #blur_cover{
	width:100%;
	height:100%;
	left: 0;
    top: 0;
	background: #000000d4;
	position: fixed;
	z-index: 9999;
	display: none;
}
.admin #main_menu figure {
	text-align: center;
}

#main_menu .icattle-icon{
	font-size: 29px;
}

/* The navigation menu */
#main_menu .software-icon{
	height: 70px;
	/* padding-top: 5px; */
}
#main_menu {
	padding: 0 0 0 0;
	width: 100px;
	height: 100%;
	right: 0;
	position: fixed;
	overflow: auto;
	overflow-x: hidden; /* Disable horizontal scroll */
	background-color: #FFF;
	/* background-color: rgb(10 102 194); */
	z-index: 10000;
	/* box-shadow: 2px 0px 25px 0 rgb(0 0 0 / 50%); */
	/* transition: 0.5s; */ /* 0.5 second transition effect to slide in the sidenav */
}

@media (max-width:480px){
	#main_menu {
		padding: 0 0 0 0;
		width: 0;
		height: 100%;
		right: 0;
		position: fixed;
		overflow: auto;
		overflow-x: hidden; /* Disable horizontal scroll */
		z-index: 10000;
		/* box-shadow: 2px 0px 25px 0 rgb(0 0 0 / 50%); */
		/* transition: 0.5s; */ /* 0.5 second transition effect to slide in the sidenav */
	}
	#main_menu{
		box-shadow: none;
	}
}

#main_menu>ul>li.item{
	padding: 10px;
	text-align:center;
}
@media (max-width:768px){
	#main_menu .menu-item{
		padding: 0;
		height: 60px;
	}
}
#main_menu>ul>li.item {
	/* border-top:1px solid #FFF; */
	/* border-bottom:1px solid #FFF; */
	padding: 0 5px;
}
#main_menu>ul>li.item:hover , #main_menu>ul>li.item.active {
	/* background: rgb(225 241 254); */
}
#main_menu>ul>li.item:hover>a{
	color: #ffffff;
	background-color: #008bf1;
	border-radius: 15px;
	/* padding: 5px; */
}
#main_menu .menu-item.selected *, #main_menu>ul>li:hover .menu-item *{
	/* color:#337ab7; */
	cursor: pointer;
}
#main_menu .slider-menu a label{
	display: block;
	padding: 16px 0;
}
/*------ main_menu -----*/

/*------ side sub menu -----*/
.side-menu{
	padding: 15px 0;
	width: 250px;
	height: 100%;
	right: 100px;
	top: 0;
	position: fixed;
	overflow: auto;
	overflow-x: hidden;
	background-color: rgb(0 140 236);
	z-index: 10000;
	box-shadow: -7px 0px 8px -1px #0000001a;
	display: none;
}

.side-menu>ul{
	position: absolute;
	bottom:0;
	width: 100%;
}
.side-menu>ul>li{
	padding: 5px 15px;
	text-align:right;
}
.side-menu>ul>li:hover a{
	background: rgb(255 177 0);
}
.side-menu>ul>li>a{
	text-align:right;
	padding: 8px 15px;
	display: block;
	border-radius: 15px;
	color: #FFF;
}
/*------ side sub menu -----*/

/*------ expandable-menu -----*/


ul.expandable-menu>li>label *, ul.expandable-menu>li>a>label * {
	color: #FFF;
}

ul.expandable-menu ul>li:not(.active):hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.29);
}

ul.expandable-menu
{
	padding: 0;
	/* margin-top: 10px; */
	list-style: none;
}
ul.expandable-menu ul
{
	background: #337ab7;
	padding: 0;
	list-style: none;
	display: none;
}

ul.expandable-menu li.active *{
	color: #337ab7;
}
ul.expandable-menu li .icon{
	object-fit: cover;
	width:30px;
	height:30px;
	margin:0 10px;
}
ul.expandable-menu li.open
{
	display: block;
	background: rgba(0,0,0,0.2);
}
ul.expandable-menu li.open ul
{
	display: block;
	background: rgba(0, 0, 0, 0.13);
}
ul.expandable-menu li.active
{
	background:rgba(255,255,255,0.8);
	/* color: #FFF; */
}
ul.expandable-menu>li
{
	cursor: pointer;
	/* border-bottom: 1px dotted rgba(83, 96, 109, 0.6); */
}
ul.expandable-menu>li>label, ul.expandable-menu>li>a>label
{
	padding: 0 15px;
	font-weight: 100;
	color: #FFF;
}
ul.expandable-menu ul>li
{
	padding: 0px 45px;
}
ul.expandable-menu ul
{
	background: rgba(0, 0, 0, 0.29);
}
ul.expandable-menu ul>li.active
{
	/* background: #85CE36; */
}


ul.expandable-menu *
{
	color: #9ca2a8;
}



ul.expandable-menu li a:hover
{
	color: #d79b45;
}
ul.expandable-menu li.active a:hover
{
	color: #FFF;
}

/*------ expandable-menu -----*/



/* ----- Modal ----*/
.modal
{
	background: rgba(0,0,0,0.3);
	display: none;
}
.modal>.dialog>i{
	z-index: 1110;
	position: relative;
	left: -10px;
	top:-10px;
	float: left;
	cursor: pointer;
}
.datepicker-plot-area{
	z-index: 1500;
}
.modal .dialog
{
	width: 800px;
	max-height: 600px;
	min-height: 50px;
	border-radius: 5px;
	position: absolute;
	margin: auto;
	left:0;
	right: 0;
	top:80px;
	background: rgb(255, 255, 255);
	z-index: 1100;
	-webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.7);
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.7);
	padding: 15px;
	display: none;
}

@media (max-width: 992px){
	.modal .dialog {
		width: 600px;
		max-height: 500px;
	}
}
@media (max-width: 768px){
	.modal .dialog {
		width: 300px;
		max-height: 500px;
	}
}

.modal .dialog .content
{
	max-height: 533px;
	overflow: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px;
	margin-top: 15px;
}
*[data-toggle="modal_fire"]
{
	cursor: pointer;
}
/* ----- Modal -----*/

/* ----- labeled section -----*/
.labeled-box{
	background: #FFF;
	margin-bottom: 10px;
	/* border: #efefef solid 1px; */
	/* box-shadow: 0 3px 2px 0px rgba(0,0,0,0.05); */
	border-radius: 15px;
	padding: 15px;
}

.labeled-box:after {
	display: block;
	content: "";
	clear: both;
}

.labeled-box header{
	cursor: pointer;
}
.labeled-box header *{
	font-weight: bold;
	font-size: 24px;
	/* border-bottom: 1px solid #f0f0f0; */
	padding: 5px 10px;
}
.labeled-box header i{
	margin-top:-5px;
}
.labeled-box>*{
	padding: 5px 15px;
}
.labeled-box .body{
	/* border-top: 1px solid #efefef; */
}
.labeled-box.dark{
	background: #f0f0f0;
	border: #e0e0e0 solid 1px;
}

.labeled-box.dark .body{
	border-top: 1px solid #e0e0e0;
}
/* ----- labeled section -----*/

/* ----- tab panel -----*/
.tab-panel{
	background: #FFF;
	margin-bottom: 10px;
	padding:0;
}
.tab-panel ul.nav-tabs>li>a{
	border-radius: 0;
}
.tab-panel ul.nav-tabs>li>a:hover{
	border: 0;
	border-top:2px solid #eee;
}
.tab-panel ul.nav-tabs li.active a{
	background: #fff;
	border-top:2px solid #27AE60;
}
.tab-panel .tab-content {
	padding: 15px;
}
/* ----- tab panel -----*/

/* ----- Side Box -----*/
.side-box{
	background: #FFF;
	border-radius: 15px;
	padding: 15px;
}

.side-box:after {
	display: block;
	content: "";
	clear: both;
}

.side-box header{
	cursor: pointer;
}
.side-box header *{
	font-weight: bold;
	font-size: 24px;
	padding: 5px 10px;
}
.side-box header i{
	margin-top:-5px;
}
.side-box>*{
	padding: 5px 15px;
}
.side-box .body{
	/* border-top: 1px solid #efefef; */
}
.side-box.closed .body, .side-box.closed footer{
	display: none;
}
.side-box.open .body, .side-box.open footer{
	display: block;
}
.side-box.dark{
	background: #f0f0f0;
	border: #e0e0e0 solid 1px;
}

.side-box.dark .body{
	border-top: 1px solid #e0e0e0;
}

.side-box.non-sliding header{
	cursor: default;
}

.side-box ul.v-menu{
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
.side-box ul.v-menu>li{
	cursor: pointer;
	padding:5px 15px;
}
.side-box ul.v-menu>li.active a{
	background-color: #058af7;
	color:#FFF;

}
.side-box ul.v-menu>li a{
	display: block;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 15px;;

}
.side-box ul.v-menu>li:hover:not(.active) a{ 
	background-color: #f0f0f0;
}
/* ----- Side Box -----*/


/* ----- Switch -----*/

input:checked + .slider {
	background-color: #058af7;
}
.switch .switch-title{
	font-size: 10px;
	font-weight: bold;
	line-height: 4.5;
	margin: 0 30px 0 35px;
	color: #555;
}
.switch .switch-title::after{
	content: "غیرفعال";
}
input:checked + .slider .switch-title::after{
	content: "فعال";
}
input:checked + .slider .switch-title{
	margin: 0 40px 0 35px;
	color: #f0f0f0;
}
.switch {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 40px;
	margin-left:15px;
	margin-right:10px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #CCC;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	left: 5px;
	bottom: 5px;
	background-color: #EFEFEF;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #058af7;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(60px);
}

.slider.round {
	border-radius: 20px;
}

.slider.round:before {
	border-radius: 50%;
}
/* ----- Switch -----*/

/* ----- Thriple-Switch -----*/
.triple-switch  ul
{
	padding: 0;
}
.triple-switch  ul li
{
	border: 1px solid #e0e0e0;
	list-style: none;
	padding:5px 15px;
	float: right;
	color: #CCC;
	background: #efefef;
	height: 30px;
	cursor: pointer;
}
.triple-switch  ul li.active *
{
	color: #f5f5f5 !important;
}
.triple-switch  ul li.on.active
{
	background-color: #1ABC9C !important;
}
.triple-switch  ul li.off.active
{
	background-color: #E74C3C !important;
}
/* ----- Thriple-Switch -----*/

/* ----- fileuploader -----*/
.fileuploader-item .column-title
{
	text-align: right !important;
	padding-right: 51px !important;
	padding-left: 81px !important;
}
.fileuploader-input-caption
{
	/*display: none !important;*/
	text-align: right;
}
.fileuploader-item .column-thumbnail
{
	right:0;
	left : auto !important;
}
.fileuploader-item .column-actions
{
	right : auto !important;
	left: 15px ;
	padding: 0;
}
.fileuploader-action {
	margin-right: 4px;
}
.fileuploader-item .column-actions
{
	top: 70% !important;
}
/*.fileuploader-action-remove{*/
/*background: #fae1e1 !important;*/
/*border: 1px solid #d9534f !important;*/
/*color: #d9534f !important;*/
/*border-radius: 50% !important;*/
/*font-size: 14px !important;*/
/*padding: 0px 5px !important;*/
/*width: 24px !important;*/
/*height: 24px !important;*/
/*}*/
/*.fileuploader-action-remove i:before, .fileuploader-action-remove i:after {*/
/*top: 5px !important;*/
/*left: 10px !important;*/
/*height: 12px !important;*/
/*width: 2px !important;*/
/*}*/
/*.fileuploader-action-crop {*/
/*!*border: 1px solid #16a085 !important;*!*/
/*!*color: #16a085 !important;*!*/
/*!*background: #cff7ef !important;*!*/
/*border-radius: 50% !important;*/
/*font-size: 14px !important;*/
/*padding: 0px 5px !important;*/
/*width: 24px !important;*/
/*height: 24px !important;*/
/*border: 1px solid #929292!important;*/
/*color: #929292 !important;*/
/*background: #f5f5f5 !important;*/
/*}*/
/*.fileuploader-action:not(.fileuploader-action-remove):hover{*/
/*border: 1px solid #16a085 !important;*/
/*color: #16a085 !important;*/
/*background: #cff7ef !important;*/
/*}*/
/*.fileuploader-action-watermark {*/
/*!*border: 1px solid #a275cb !important;*!*/
/*!*color: #5316a0 !important;*!*/
/*!*background: #f3d7f7 !important;*!*/
/*border-radius: 50% !important;*/
/*font-size: 14px !important;*/
/*padding: 0px 5px !important;*/
/*width: 24px !important;*/
/*height: 24px !important;*/
/*border: 1px solid #929292!important;*/
/*color: #929292 !important;*/
/*background: #f5f5f5 !important;*/
/*}*/
/*.fileuploader-action-subtitle {*/
/*!*border: 1px solid #9c9c9c !important;*!*/
/*!*color: #3e3e3e !important;*!*/
/*!*background: #e8e8e8 !important;*!*/
/*border-radius: 50% !important;*/
/*font-size: 13px !important;*/
/*padding: 0px 4px !important;*/
/*width: 24px !important;*/
/*height: 24px !important;*/
/*border: 1px solid #929292!important;*/
/*color: #929292 !important;*/
/*background: #f5f5f5 !important;*/
/*}*/

/*.fileuploader-action-description {*/
/*!*border: 1px solid #b3a07c !important;*!*/
/*!*color: #795d28 !important;*!*/
/*!*background: #f7f0c4 !important;*!*/
/*border-radius: 50% !important;*/
/*font-size: 14px !important;*/
/*padding: 0px 4px !important;*/
/*width: 24px !important;*/
/*height: 24px !important;*/
/*border: 1px solid #929292!important;*/
/*color: #929292 !important;*/
/*background: #f5f5f5 !important;*/
/*}*/
/*.fileuploader-action-rename {*/
/*!*border: 1px solid #538a88 !important;*!*/
/*!*color: #538a88 !important;*!*/
/*!*background: #c8eceb !important;*!*/
/*border-radius: 50% !important;*/
/*font-size: 13px !important;*/
/*padding: 0px 8px !important;*/
/*width: 24px !important;*/
/*height: 24px !important;*/
/*border: 1px solid #929292!important;*/
/*color: #929292 !important;*/
/*background: #f5f5f5 !important;*/
/*}*/
/*.fileuploader-action-download i:after{*/
/*content: none !important;*/
/*}*/
/*.fileuploader-action-download i*/
/*{*/
/*background: none !important;*/
/*position: relative !important;*/
/*top: 0 !important;*/
/*left: 0 !important;*/
/*margin: 0 !important;*/
/*width: auto !important;*/
/*height: auto !important;*/
/*}*/
/*.fileuploader-action-download {*/
/*!*border: 1px solid #538a88 !important;*!*/
/*!*color: #538a88 !important;*!*/
/*!*background: #c8eceb !important;*!*/
/*border-radius: 50% !important;*/
/*font-size: 13px !important;*/
/*padding: 0px 4px !important;*/
/*width: 24px !important;*/
/*height: 24px !important;*/
/*border: 1px solid #929292!important;*/
/*color: #929292 !important;*/
/*background: #f5f5f5 !important;*/
/*}*/
/*.fileuploader*/
/*{*/
/*overflow: visible !important;*/
/*}*/

/*.fileuploader-item .fileuploader-action.active*/
/*{*/
/*border: 1px solid #16a085 !important;*/
/*color: #16a085 !important;*/
/*background: #cff7ef !important;*/
/*}*/
/*.fileuploader-item .relative-box*/
/*{*/
/*position: absolute;*/
/*width: 245px;*/
/*border: 1px solid #ccc;*/
/*background: #fff;*/
/*border-radius: 5px;*/
/*padding: 7px 5px;*/
/*z-index: 1000;*/
/*top: 30px;*/
/*left: 0;*/
/*box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.33);*/
/*text-align: right;*/
/*margin: auto;*/
/*}*/
.fileuploader-item .relative-box button
{
	float: left;
}
.fileuploader-item .relative-box .form-control
{
	margin : 5px 0;
}
.fileuploader-item .column-actions .fileuploader-action + .fileuploader-action
{
	margin-left: 0 !important;
}
/* ----- fileuploader -----*/

/* ----- Select 2 -----*/
.select2-container--default .select2-selection--multiple .select2-selection__choice.success
{

	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice.warning
{
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
/* ----- Select 2 -----*/

.dd-placeholder .delete, .dd-placeholder .btn.title-edit{
	display: none;
}
.nested-sortable .delete{
	position: absolute;
	color: #ccc;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	padding: 1px;
	text-align: center;
	cursor: pointer;
}
.nested-sortable .delete:hover{
	color: #E74C3C;
}
.nested-sortable .btn.title-edit{
	margin-right: 5px;
	padding: 0;
	position: absolute;
	top:10px;
	left:30px;
	width: 20px;
	height: 20px;
	padding: 1px;
	text-align: center;
	text-align: center;
	color:#ccc;
	cursor: pointer;

}
.nested-sortable .btn.title-edit:hover{
	color:#337ab7;
}

ul#previews{
	padding: 0;
}

/*in gallry module*/

ul#previews .item{
	padding: 5px;
	cursor: pointer;
	list-style: none;
}
ul#previews .item>div
{
	padding: 0 0  5px 0;
	/*background: #f9f9f9;*/
	border:1px solid #f5f5f5;
	border-radius: 2px;
}
ul#previews .item>div:hover
{
	background: #f9f9f9;
	border: 1px solid #85CE36;
}
.file-row .progress, #total-progress
{
	height:10px;
	margin: 5px 0;
}
/*in gallry module*/

#previews .edit-item{
	padding: 2px 10px;background: transparent;color:#269abc;background: #FFF;
}
#previews .show-details{
	border:0;
	background: transparent;
	padding: 2px 0;
	text-align: center;
	font-size: 12px;
	cursor: move ;
}
#previews .edit-item.active{
	background: #269abc !important;
	color:#FFF !important;
	box-shadow:none;
}

#previews figure.preview{
	margin: auto;
	width: 100%;
	height:160px;
	overflow: hidden;
	margin-bottom: 15px;
}

#previews figure.preview img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}

/*selected_member*/
ul#selected_member{
	padding:0;
	margin-top:10px;
}
ul#selected_member li{
	padding: 5px 15px;
	border-radius: 2px;
	border:1px solid #f0f0f0;
	margin-bottom: 5px;
	list-style: none;
}

/*selected_member*/

#panel_desk{
	padding: 10px 0;
	background: #FFF;
}
ul.nav-tabs .item:first-child{
	margin-right: 10px;
}

/*profile image*/
.profile-image{
	right:0;
	left:0;
	margin: auto;
	height: 160px;
	width: 160px;
	overflow: hidden;
	color: #ccc;
	position: relative;
	margin-bottom: 10px;
}
.profile-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;

}
.profile-image .filesInput:hover{
	background: rgba(255,255,255, 0.8);
	color:rgba(0,0,0, 0.6);
}
/*profile image*/


/*phone list*/
ul#phone_list{
	padding: 0;

}
ul#phone_list>li{
	list-style: none;
	margin-bottom: 5px;
}
/*phone list*/
ul#phone_list>li .input-group-addon, .input-group-btn{
	vertical-align: top;
}

ul#parent_list, ul#parent_list ul{
	padding:0;
}
ul#parent_list>li{
	padding:15px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
	margin: 12px 0;
}
ul#parent_list>li:hover{
	border-right:4px solid #85CE36;
	background: rgba(0,0,0,0.02);
}
ul#parent_list li{
	list-style: none;
}

/*exam options */
#option_list .item {
	padding: 10px 0;
	border-radius: 2px;
	margin: 0;
}
#option_list .item:nth-child(2n+1) {
	background: #f5f5f5;
}

#option_list .item.active {
	background: rgba(22, 160, 133, 0.15) !important;
	border: 1px solid #16a085;
}

#option_list .active .iradio {
	border-color: #16a085;
}

/*exam options */

.caption{
	font-size: 16px !important;
	margin-top: 0 !important;
	margin-left: 10px !important;
}
.rating-xs{
	font-size: 16px !important;
}


/*question list*/
.question_list .item{
	padding:15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.question_list .item .options{
	margin-bottom: 5px;
	padding:15px;
}
.question_list .item *{
	max-width: 100%;
}
.question_list .item .options.ver li{
	list-style: none;
}
.question_list .item .options.twice li{
	list-style: none;
	width: 50%;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media(max-width: 768px){
	.question_list .item .options li {
		width: 100%;
	}
}
.question_list .item .options li>div{
	padding:5px 15px;
}
.question_list .item .options .active{
	background: rgba(76, 174, 76, 0.1);
	color: #4cae4c;
	border-radius: 5px;
}
.question_list .item .options strong{
	width: 40px;
	text-align: left;
	margin-left: 5px;
}
.question_list .item .options .active strong:before{
	margin-left: 5px;
	margin-right: -10px;
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
}
/*question list*/



/* member answer sheet*/
ul#member_answer_sheet{
	padding: 0;
}
ul#member_answer_sheet li{
	padding: 5px;
	list-style: none;
}
ul#member_answer_sheet ul {
	padding: 0;
	display:table;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
ul#member_answer_sheet ul li{
	display:table-cell;
	height: 40px;
	padding: 9px;
	margin-left:2px;
}
ul#member_answer_sheet ul li.option-item{
	border-radius: 50%;
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #FFF;
}
ul#member_answer_sheet li .is_right{
	/*background: rgba(76, 174, 76, 0.1) !important;*/
	background: #4cae4c !important;
	border: 1px solid #4cae4c !important;
	color: #FFF;
}
ul#member_answer_sheet li .is_wrong{
	/*background: rgba(255, 184, 176, 0.3) !important;*/
	background: #C0392B !important;
	border: 1px solid #C0392B !important;

	/*color: #C0392B;*/
	color: #FFF;

}
/* member answer sheet*/

/* tag cloud extra style -> over right to jqcloud.css */
.jqcloud *{
	font-family: Iransharp !important;
}
/* tag cloud extra style -> over right to jqcloud.css */

/* card_result table */

table.card_result>thead>tr>th{
	border: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    background: #FFF;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 6px 8px 4px 8px;
}
.table>tbody>tr>td{
	border-bottom: 1px solid #e0e0e0;

	background: #FFF;
}
.table>tbody>tr:hover td{
	background: #efefef;
}
/* card_result table */

/*Calendar*/
.calendar td.day {
	padding: 10px 10px;
	width: 35px;
	height: 35px;
	font-size: 16px;
	border-radius: 2px;
}
.calendar td.day.today {
	background:rgba(21, 193, 229, 0.3);
}
.calendar .btn-default {
	background: transparent;
}
/*Calendar*/

/*short targeted questions*/
ul.short-targeted-question{
	padding: 0;
}
ul.short-targeted-question>li{
	list-style: none;
	margin-bottom: 15px;
	cursor: pointer;
}
ul.short-targeted-question>li:hover{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
/*short targeted questions*/


/* cow timeline */
.cow-timeline {
	position: relative;
	border-radius: 5px;
	height: 28px;
	margin-top: 56px;
	/* border: 1px solid #ffffff; */
	background: rgb(46,204,113);
	background: linear-gradient(90deg, rgb(83 194 200) 16%, rgb(255 200 0) 18%, rgb(255 0 54) 20%, rgb(255 44 89) 22%, rgb(255 159 64) 24%, rgb(75 192 192) 30%, rgb(134 206 255) 87%, rgb(255 239 220) 94%);
}
.cow-timeline .timeline-marker{
	position: absolute;
	border-left: 1px dashed	  #333;
	z-index: 1000;
	width: 4px;
	height: 30px;
	top: -30px;
}
.cow-timeline .timeline-marker::after{
	content:"نزدیک زایمان ";
	font-size: 10px;
    position: absolute;
    width: 100px;
    right: -12px;
    top: -12px;
}
.cow-timeline .timeline-marker i{
	color: #333;
    position: absolute;
    top: -10px;
    left: 0;
    right: -2px;
	font-size: 10px;;
}
/* cow timeline */



/* Activity coloring */
.label-feeding{
	background-color: #ff6384 ;
	border:1px solid #ff6384 ;
	color:#FFF;
	padding:0 5px;

}
.label-unrest{
	background-color: #ff9f40 ;
	border:1px solid #ff9f40 ;
	color:#FFF;
	padding:0 5px;
}
.label-rest{
	background-color: #4bc0c0 ;
	border:1px solid #4bc0c0 ;
	color:#FFF;
	padding:0 5px;
}
.label-walking{
	background-color: #ffcd56 ;
	border:1px solid #ffcd56 ;
	color:#333;
	padding:0 5px;
}
.label-D\.C{
	background-color: #f4f5f5 ;
	border: 1px solid #e0e0e0;
	color:#333;
	padding:0 5px;
}
.label-badge{
	background-color: #f4f5f5 ;
	border: 1px solid #e0e0e0;
	color:#333;
	padding:0 5px;
}
.label-activity{
	background-color: #1179c3 ;
	border:1px solid #1179c3 ;
	color:#FFF;
	padding:0 5px;
}
.label-group{
	margin-left:5px;
}
.label-group span{
	padding:0 5px;
}
.label-group span:first-child{
	border-radius: 0 10px 10px 0;
}
.label-group span:last-child{
	border-radius: 10px 0 0 10px;
}
/* Activity coloring */


/* iconic styling */
.listview .collar-state{
	line-height:1;
}

/* --------------- Tab Top list -------- */

ul.tab-top-list{
	display:table;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	
}

ul.tab-top-list li{
	text-align:center !important;
	cursor:pointer;
	padding:5px;
}


ul.tab-top-list li:not(.active){
	border-color: #f7f7f7 !important;
	background: #f7f7f7;
	box-shadow: inset 0 -3px 2px 0px rgb(0 0 0 / 9%);
}



ul.tab-top-list li.active{
	opacity: 1;
	color:#0a66c2 !important;
	border-top: 4px solid #0a66c2;
}
/* --------------- Tab Top list -------- */



/* bootstrap refine  */

.btn
{
	background: #f5f5f5;
	color:#000;
	margin:0;
	border-radius: 15px;
	margin-left: 5px;
	padding: 5px 10px;
	border:1px solid #e0e0e0;
}
.btn:hover{
	border-color: #058af7;
	background-color: #058af7;
	color:#FFF;
}
.listview  .btn-success{
	color: #333  !important;
	background-color: #b8edb8 !important;
}

.listview  .btn-warning {
    color: #333  !important;
    background-color: #ffe7c6 !important;
}

.listview  .btn-default {
    color: #333  !important;
    background-color: #f0f0f0 !important;
}

.listview  .btn-danger {
    color: #333 !important;
    background-color: #f5a9a6 !important;
}

.listview .btn-info {
    color: #333 !important;
    background-color: #ccf3ff !important;
}

.listview .btn-primary {
    color: #333 !important;
    background-color: #b5ddff !important;
}

.listview .btn-violet
{
	color: #fff;
	background-color: #a359ff;
	border-color: #8b37f3;
}

.listview .btn-violet:hover
{
	color: #fff;
	background-color: #a964ff;
	border-color: #a359ff;
}
.input-group-btn:last-child>.btn,.btn-search{
	border-radius: 20px 0 0 20px !important;
}
.input-group .form-control:first-child{
	border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.label-default {
    background-color: #e9e9e9;
    color: #333;
}
.label{
	font-weight: normal;
	border-radius: 10px;
}

/* bootstrap refine  */