.content-wrapper {
	min-height: 600px;
}

/* menu folder design */

.folder {
	box-sizing: border-box;
	background:  #929697 ;
	background: white;
	border-radius: 10px;
	position: relative;
	padding: 10px 20px 10px 30px;
	height: 90px;
	margin-bottom: 50px;
	box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5);

}

.folder:hover i.label-icon {
	transform: scale(1.2);
}



.folder-label {
	/*width: 70px;*/
	position: relative;
	background:  #20c5a4 ;
	height: 110px;
	margin-top: -18px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



.folder-label i.fa {
	font-size: 18px;
}

.folder-label i.label-icon {
	margin-top: 30px;
	text-align: center !important;
	font-size: 30px;
	color: #20c5a4;
	padding: 10px;
	background: white;
	border-radius: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	transition: all .3s;
}

i.arrow-right {
	color: #0c463b !important;
	transform: rotate(-40deg);
	position: absolute;
	right: -5px;
	top: -4px;
}

i.arrow-left {
	color: #0c463b !important;
	transform: rotate(40deg);
	position: absolute;
	left: -5px;
	top: -4px;
}


.sub-folder {
	padding-left: 7px;
	padding-right: 15px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.folder-separator {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	border-left: 3px solid #20c5a4;
	color: black;
	padding-right: 10px;
}

.datepicker {
    z-index: 99999 !important;
}




