/* Example CSS - Feel free to change or delete if necessary. */
.app-folders-container { margin: 0 auto;}
.jaf-container > div.folder { display: block; text-align: center;}


/* jQuery App Folders CSS - this is probably vital. Make additions as you please. */
.jaf-container {
	position: relative;
	padding: 0;
	clear: both;
}
.jaf-row {
	zoom: 1;
}

/* Interior */
.folderContent {
/* 	background: #ccc; */
/* 	min-height: 250px; */
clear:both;
}

.jaf-container {
/* 	background: #fff; */
}

.clear {
	clear: both;
}

/*
.folderContent .jaf-close {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 10px;
    padding: 1px 5px 3px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.5);
    font-weight: bold;
}
*/

/*
#product-01::after {
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #ccc;
}

.active-tool::before {
    bottom: -1px;
    margin-left: -7px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0,0,0,0.0);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.active-tool::after {
    bottom: -1px;
    margin-left: -6px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.folder::before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: 7px;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    -webkit-transition: bottom 0.2s ease-in;
    -moz-transition: bottom 0.2s ease-in;
    transition: bottom 0.2s ease-in;
}

.folder::after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: 6px;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    -webkit-transition: bottom 0.2s ease-in;
    -moz-transition: bottom 0.2s ease-in;
    transition: bottom 0.2s ease-in;
}
*/