
/*
.manilla-folder.outline

	ul.labelRow
	
		li.label-container(.active)
		
			div.label
*/


.manilla-folder {
	position: relative;
	border: 1px solid #ecdaaf;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #FEF1DC;

	padding: 1em 0.75em;
	min-height: 200px;
}

.manilla-folder .labelRow {	/* ul */
	position: absolute;
	top: -50px;
	left: 12px;
	list-style-type: none;

	background-color: pink;
	display: flex;
	gap: 20px;

	padding-left: 20px;

}


.manilla-folder .label-container {

	background-color: #FEF1DC;
	padding: 0.33em 1em;

	/*
	position: relative;
	float: left;
	background-color: #fff9ef;
	border-top: 1px solid #f2e5c7;   *//*  #ecdaaf; */      /* ORIGINAL BORDER COLOR #F1D592;*//*
	padding: 0.25em 1em 0.12em 1em;
	margin: 0 1.5em;
	color: #decfbe;
	border-bottom: 1px solid #ecdaaf;
	*/
}

.manilla-folder .label {

	color: #decfbe;
	background-color: white;


	
}

.manilla-folder .label-container:not(.active) {
	cursor: pointer;
}

.manilla-folder .label-container.active {
	background-color: #FEF1DC;
	border-top: 1px solid #ecdaaf;
	border-bottom: unset;
	padding: 0.25em 1em 0.2em 1em;
}

.manilla-folder .label-container.active .label {
	color: #333;
}


.manilla-folder .label-taper {
	background-color: #fff9ef;
	position: absolute;
	height: 26px;
	width: 9px;
	top: -1px;
	border-top: 1px solid #f2e5c7;
}

.manilla-folder .label.active .label-taper {
	background-color: #FEF1DC;
	height: 27px;
	border-bottom: 1px solid #FEF1DC;
	border-top: 1px solid #ecdaaf;
}

.manilla-folder .label-taper.right {
	right: -9px;
    border-top-right-radius: 9px 17px;
	border-right: 1px solid #f2e5c7;
}

.manilla-folder .label.active .label-taper.right {
	border-right: 1px solid #ecdaaf;
}

.manilla-folder .label-taper.right::before {
	position: absolute;
	content: "";
	background-color: #fff9ef;
	height: 14px;
	width: 9px;
	top: 12px;
	right: -9px;
	z-index: 1;
	border-right: 1px solid #f2e5c7;
	border-bottom: 1px solid #ecdaaf;
}

.manilla-folder .label.active .label-taper.right::before {
	background-color: #FEF1DC;
	border-right: 1px solid #f4e4c3;
	border-bottom: unset;
	height: 14px;
}

.manilla-folder .label-taper.right::after {
	position: absolute;
	content: "";
	background-color: #FFF;
	border-radius: 50%;
	height: 26px;
	width: 18px;
	top: -1px;
	right: -18px;
	z-index: 2;
}





.manilla-folder .label-taper.left {
	left: -9px;
	border-top-left-radius: 9px 17px;
	border-left: 1px solid #ecdaaf;
}

.manilla-folder .label-taper.left::before {
	position: absolute;
	content: "";
	background-color: #fff9ef;
	height: 14px;
	width: 9px;
	top: 12px;
	left: -9px;
	z-index: 1;
	border-left: 1px solid #f4e4c3;
	border-bottom: 1px solid #ecdaaf;
}

.manilla-folder .label.active .label-taper.left::before {
	background-color: #FEF1DC;
	border-left: 1px solid #f4e4c3;
	height: 14px;
	border-bottom: unset;
}

.manilla-folder .label-taper.left::after {
	position: absolute;
	content: "";
	background-color: #FFF;
	border-radius: 50%;
	height: 26px;
	width: 18px;
	top: -1px;
	left: -18px;
	z-index: 2;
}



.manilla-folder .content {
	background-color: #FFF;

	padding: 1em 2em;
	box-shadow: 3px 3px 15px 0 #FFF, 3px -3px 15px 0 #FFF, -3px 3px 15px 0 #FFF, -3px -3px 15px 0 #FFF;
	border-radius: 9px;

	min-height: 150px;

	margin-bottom: 1.15em;

	display: none;
}

.manilla-folder .content.active {
	display: block;
}

.manilla-folder .content > .item {
	margin-bottom: 0.5em;
}

.manilla-folder .content > .item label {
	font-weight: bold;
}

.manilla-folder .content .spacer {
	height: 0.333em;
	width: 100%;
}



.manilla-folder hr {
	position: absolute;
	
	border-top: 1px solid #d4bd84;

	
	left: 0;
	right: 0;
}

.manilla-folder hr.upper {
	bottom: 0.75em;
}


.manilla-folder hr.lower {
	bottom: 0em;
}






@media only screen and (max-device-width: 665px) {

	.manilla-folder .labelRow .label {
		margin-right: 1.5em;
		padding: 0.25em 0.3em 0.12em 0.3em;
	}


	.manilla-folder .labelRow .label.active {
		padding: 0.25em 0.3em 0.2em 0.3em;
	}

}





@media only screen and (max-device-width: 565px) {

	.manilla-folder .labelRow {
		position: absolute;
		top: -2.2em;
		left: 1em;
		/* border-bottom: 1px solid #ecdaaf; */
	}

	.manilla-folder .labelRow .label {
		border-top-right-radius: 9px;
		border-top-left-radius: 9px;
		border-left: 1px solid #ecdaaf;
		border-right: 1px solid #ecdaaf;
		margin: 0.25em 0.5em 0em 0.5em;
		border-bottom: 1px solid #ecdaaf;
	}

	.manilla-folder .labelRow .label.active {
		border-bottom: unset;
	}



	.manilla-folder .labelRow .label .label-taper,
	.manilla-folder .labelRow .label .label-taper::before,
	.manilla-folder .labelRow .label .label-taper::after {
		display: none;
	}

	

}



@media only screen and (max-device-width: 386px) {

	.manilla-folder {
		padding-top: 3em;
	}

	.manilla-folder .labelRow {
		border-bottom: 1px solid #ecdaaf;
		margin-bottom: -1px;
	}

	.manilla-folder .labelRow .label {
		border-bottom: 1px solid #ecdaaf;
	}

	.manilla-folder .labelRow .label.active {
		border-bottom: 1px solid #FEF1DC;
	}
}



