/* #################### DEFAULT FILE TEMPLATE #################### */
.wpfilebase-file-default {
	max-width: 420px;
	padding: 5px;
	margin: 10px auto 25px auto;	
	/* border: 1px solid #999; twenty14 adjust*/
	
	color: #333;
	text-align: left;	
	line-height: normal;
	
	/*
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  twenty14 adjust*/

	cursor:pointer;

	box-shadow: 1px 1px 1px #CCC;
	
	background: #EEE;
	/* gradient */
	background: -moz-linear-gradient(top, #EEE 0%, #CCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,#CCC));
	background: -webkit-linear-gradient(top, #EEE 0%,#CCC 100%);
	background: -o-linear-gradient(top, #EEE 0%,#CCC 100%);
	background: -ms-linear-gradient(top, #EEE 0%,#CCC 100%);
	background: linear-gradient(to bottom, #EEE 0%,#CCC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.wpfilebase-file-default .icon { float: left; }

.wpfilebase-file-default .icon img {
	margin: 2px 0 2px 2px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #999;
}

.wpfilebase-file-default .filetitle {
	float: left;
	font-size: 10px;
	margin: 0 0 4px 8px;
	height: 40px;
}

.wpfilebase-file-default .filetitle a {
	font-size: 18px;
	text-decoration: none;
	line-height: 29px;
	text-shadow: 1px 1px 1px white;
}

.wpfilebase-file-default .filetitle a.postlink, .wpfilebase-file-default .info a {
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	background-color: #bbb;
	border-radius: 3px;
	text-shadow: none;
}

.wpfilebase-file-default .filetitle a.postlink {
	margin-left: 4px;
	font-size: 10px;
	text-shadow: 0px 1px 1px #eee;
	vertical-align: bottom;
	background-color: #ccc;
}

.wpfilebase-file-default .info a {
	text-transform: uppercase;
	line-height: 18px;
	text-shadow: 0px 1px 1px #ddd;
}

.wpfilebase-file-default .info {
	float: right;
	text-align: right;
	font-size: 10px;
	margin: 12px 8px 0 auto;

	height: 50px;
	padding-right: 60px;
	padding-top: 3px;

	background-image: url('http://faterpg.edieh.de/wp-content/plugins/wp-filebase/images/down-green.png'); /* change this to ... down-gray.png ... for gray arrow */
	background-repeat: no-repeat;
	background-position: top right;
}

.wpfilebase-file-default .details {
	clear: both;
	font-size: 12px;
	padding: 8px 18px 0 18px;
	overflow: hidden;
}

.wpfilebase-file-default .details table, .wpfilebase-file-default .details table tr, .wpfilebase-file-default .details table tr th, .wpfilebase-file-default .details table tr td {
	border: none;
	border-collapse: collapse;
	background: none;
}

.wpfilebase-file-default .details table {
	width: 100%;
	margin: 20px 0 0 0;
}

.wpfilebase-file-default .details table tr { border-top: 1px solid #bbb; }

/* #################### DEFAULT FILE TEMPLATE END #################### */


/* #################### DEFAULT CATEGORY TEMPLATE #################### */
.wpfilebase-cat-default {
	width: 420px;
	margin: 10px auto 25px auto;
	text-align: left;
}

.wpfilebase-cat-default h3 {
	font-size: 18px;
}

.wpfilebase-cat-default h3 img {
	margin-left: -45px;
}

.wpfilebase-cat-default h3 a {
	margin-left: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px white;
}

.wpfilebase-cat-default h3 span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 7px;
}
/* #################### DEFAULT CATEGORY TEMPLATE END #################### */


/* #################### OLD DEFAULT FILE TEMPLATE #################### */

.wpfilebase-attachment {
	border: 2px solid #666;
	color: #333;
	padding: 4px;
	margin: 10px;
	text-align: left;
	background-color: #ddd;
	background-image: url('http://faterpg.edieh.de/wp-content/plugins/wp-filebase/images/down.png');
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: middle;
	width: 420px;
	line-height: normal;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wpfilebase-attachment-cat {
	background-image: none;
}

.wpfilebase-fileicon { float: left; }

.wpfilebase-fileicon img {
	margin: 2px 0 2px 2px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #999;
}

.wpfilebase-attachment .wpfilebase-rightcol { float: left; }

.wpfilebase-filetitle {
	float: left;
	font-size: 10px;
	margin: 0 0 4px 8px;
	height: 40px;
}

.wpfilebase-filetitle a { font-size: 16px; }

.wpfilebase-filetitle a.wpfilebase-postlink { font-size: 10px; }

.wpfilebase-fileinfo {
	float: right;
	text-align: left;
	font-size: 10px;
	margin: 0 3px 0 auto;
}

.wpfilebase-filedetails {
	clear: both;
	font-size: 12px;
	width: 250px;
	margin: 0 -50px 0 0;
	padding: 0;
}

.wpfilebase-filedetails table, .wpfilebase-filedetails table tr, .wpfilebase-filedetails table tr th, .wpfilebase-filedetails table tr td {
	border: none;
	border-collapse: collapse;
}

.wpfilebase-filedetails table {
	width: 100%;
}

.wpfilebase-filedetails td {
	padding: 0 0 6px 4px;
}

.wpfilebase-filedetails table th {
	vertical-align: top;
	font-size: 10px;
}

/* #################### OLD DEFAULT FILE TEMPLATE END #################### */


/* #################### MISC #################### */
.wpfilebase-catselect {	width: 100%; }

#wpfb-credits {
	margin: 0 auto 2px auto;
	text-align: center;
}

/* DOWNLOAD BUTTON */
.wpfb-dlbtn div { width:250px; height:40px; margin:0; padding:0; background:transparent url('http://faterpg.edieh.de/wp-content/plugins/wp-filebase/images/dl_btn.png') no-repeat top center;}
.wpfb-dlbtn div:hover { background-image: url('http://faterpg.edieh.de/wp-content/plugins/wp-filebase/images/dl_btn_hover.png'); }


/* #################### Custom Categories and Filelist von Jan#################### */

/*****************************************/
/*Anpassungen Kategorien*******************/
/*****************************************/
div.wr_dl_cat {
	border-top: 1px solid #999999;
	min-height: 100px;
	padding: 10px;
	text-align: center;
	color: #6f7074;
	
	
}
/*Entferne Listen anzeige und Symbole*/
.treeview li, ul.treeview li{
	padding: 0!important;
	margin: 0!important;
	list-style: none;
	background: none!important;
}
.hitarea, .hasChildren-hitarea, .collapsable-hitarea{
	display: none!important;
}





/*Schmalere Unterkategorien*/
ul.treeview ul {
	position: relative;	
	width: 90%;
	margin: auto!important;

}
/*Aktive Kategorie*/
ul.treeview li.collapsable > span.cat div.wr_dl_cat a{
	
	color: rgba(41, 143, 194, 0.95)!important;
}
ul.treeview .hover {
color: rgba(41, 143, 194, 0.95);

}
/*Ajax Loader*/
.treeview .placeholder {
position: relative;
margin: auto;
background-position: center center;


}

ul.treeview li.collapsable > span.cat div.wr_dl_cat span.wr_dl_cat_divider{

	background-image: url('../../wp-content/uploads/2015/11/dl_cat_opened.gif');
}

div.wr_dl_cat a{
	color: #666;
	font-size: 25px;
}

span.wr_dl_cat_divider {
	width: 25%;
	height: 20px;
	display: inline-block;
	background-image: url('../../wp-content/uploads/2015/11/dl_cat_closed.gif');
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}






/*****************************************/
/*Anpassungen Items***********************/
/*****************************************/
/*Wechselnder Hintergrund - Categorys*/
.treeview li :nth-child(odd) > span div.wr_dl_cat{
	background-color: #dbeffa!important;
}

.treeview li:nth-child(even)  > span div.wr_dl_cat {
	background-color: #f6f6f6!important;
}


/*Wechselnder Hintergrund - Item*/
.treeview li:nth-child(odd) > span .wr_dl_item{
	background-color: #dbeffa!important;
}

.treeview li:nth-child(even) > span .wr_dl_item{
	background-color: #f6f6f6!important;
}

/***************************************/

div.wr_dl_item{
	padding: 10px 20px;
        border-radius: 5px;

}
div.wr_dl_item h3{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #69a6c3;
}


div.wr_dl_item .flexbox_container {
	display: flex;
	flex-direction: row;

}

div.wr_dl_item div {
	 vertical-align: top;
	padding: 1vw;
	font-size: 0.9em;
}

div.wr_dl_item_img_container {
	flex: 1;
}

div.wr_dl_item_description {
	flex: 2;
	padding: 0vw 1vw;
}

.wr_dl_item_info td {
	padding: 0px;

}

div.wr_dl_item_link{
	flex: 1;
	text-align: right;
}

div.wr_dl_item_link span{
	color: #6f9fb5;
	font-weight: bold;
}

div.wr_dl_item_link img{
	display: inline-blocK;
	width: 80%;
	height: auto;
	text-align: right;
	margin-bottom: 10px;
}

div.wr_dl_item_link span{
	text-align: right;
	
}

.wr_dl_item_img {
	height: auto;
	width: 100%;
	border: 2px solid #aec4d2;
	
}
/*****************************************/
/*Items Mobile*****************************/
@media (max-width: 750px) {
	div.wr_dl_item .flexbox_container {
		flex-direction: column;
	}
	
	div.wr_dl_item_link{
		text-align: center;
		
	}
	
	div.wr_dl_item_link img{
		width: 60%
	}
	div.wr_dl_item div{
		font-size: 1em;
	}
}
