/* Custom CSS File for jDownloads
   If this file already exist then jDownloads does not overwrite it when installing or upgrading jDownloads.
   This file is loaded after the standard jdownloads_fe.css.
   So you can use it to overwrite the standard css classes for your own customising.
*/


.jd_fields_wrapper {
background-image: url(/templates/ah-68-kleines-schwarzes-xtra/images/pattern/bg-lochmaske-2.gif);
background-position: left top;
background-repeat: repeat;
background-attachment:  fixed;
 background-color: black;
 padding: 5px;
 display: inline-block;
 word-wrap: break-word;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 4px;
 border: 1px solid #dfdfdf;
 border-radius: 10px;
}

.jd_files_subheader,
.jd_cat_subheader,
.jd_cats_subheader {
 text-align: left; 
 /*font-size: 12px;*/
 font-style: normal;
 width: 100%;
 /*line-height: 20px;*/
 vertical-align: middle;
 background-color: black;
background-image: url(/templates/ah-68-kleines-schwarzes-xtra/images/pattern/bg-lochmaske-2.gif);
background-position: left top;
background-repeat: repeat;
background-attachment:  fixed;
 letter-spacing: 0px;
 border-bottom: 1px solid #BBBBBB;
 padding: 5px;
 box-sizing: border-box;
 margin: 0px;
 display: inline-block;
}

.divTable.jd_div_table .divTableCell, .divTable.jd_div_table .divTableHead {
  border: 1px solid #BBBBBB;
  padding: 3px 2px;
  background-color: black;
}

.jd_files_title39  {
	background-color: #F5F5F5;
	background-image: url(/templates/ah-68-kleines-schwarzes-xtra/images/pattern/bg-lochmaske-2.gif);
	background-position: left top;
	background-repeat: repeat;
	background-attachment:  fixed;
	border-bottom: 1px solid #bbb;
	margin-bottom: 5px;
	padding: 6px;
	display: block;
	box-sizing: border-box;
}

.jd_fields_wrapper_compact,
.jd_fields_wrapper {
 background-color: black;
 padding: 5px;
 display: inline-block;
 word-wrap: break-word;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 4px;
 border: 1px solid #dfdfdf;
 border-radius: 10px;
}
.jd_fields_caption_compact,
.jd_fields_caption {
 text-align: center;
 background-color: black;
	background-color: #F5F5F5;
	background-image: url(/templates/ah-68-kleines-schwarzes-xtra/images/pattern/bg-lochmaske-2.gif);
	background-position: left top;
	background-repeat: repeat;
	background-attachment:  fixed;
 /* simulate border-collapse */
 box-shadow: 
 1px 0 0 0 #cecece, 
 0 0px 0 0 #cecece, 
 1px 0px 0 0 #cecece, /* Just to fix the corner */
 1px 0 0 0 #cecece inset, 
 0 0px 0 0 #cecece inset;
}

.jd_fields {
background-image: url(/templates/ah-68-kleines-schwarzes-xtra/images/pattern/bg-lochmaske-2.gif);
background-position: left top;
background-repeat: repeat;
background-attachment:  fixed;
 background-color: black;
 float: left;
 display: block;
 line-height: 12px;
 font-size:small;
}


.jorange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #ff6600;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);  */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	background: linear-gradient(#faa51a,  #f47a20);
}


.jd_fields_caption_compact,
.jd_fields_caption {
 text-align: center;
 background-color: #cecece;
 /* simulate border-collapse */
 box-shadow: 
 0px 0 0 0 #cecece, 
 0 0px 0 0 #cecece, 
 0px 0px 0 0 #cecece, /* Just to fix the corner */
 0px 0 0 0 #cecece inset, 
 0 0px 0 0 #cecece inset;
}