<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn_wrapper{
	height:50px;
	width:100%;
	border-bottom:1px solid #ccc;
}

a.showvideo
{
	position:relative;
	display: inline-block;
}

a.showVideo:before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../../../templates/img/youtube.png) no-repeat center center;
	background-size: auto 25%;
	opacity: 1;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

a.showVideo .titel
{
	padding: 2px;
	position: absolute;
	left: 0px;
	bottom: 2px;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.3);
}

.addbtn {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top, #fafafa 0%,#dedede 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#dedede 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dedede',GradientType=0 );
	background: linear-gradient(top, #fafafa 0%,#dedede 100%);
	border: 1px solid #BFBFBF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #4f4f4f;
    color: #333333;
    float: left;
    margin: 5px;
    padding: 5px 10px;
    text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.addbtn img {
    margin-left: -5px;
    padding: 0 5px 0 0;
}
.addbtn:hover {
	background: #dedede;
	background: -moz-linear-gradient(top, #dedede 0%, #c4c4c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#c4c4c4));
	background: -webkit-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	background: -o-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	background: -ms-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c4c4c4',GradientType=0 );
	background: linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	text-shadow: 1px 1px 0 #FAFAFA;
	cursor:pointer;
}
.multibtn {
	margin-top:50px;
}
.fotocat {
	background:#f6f6f6;
	border: 1px solid #ccc;
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 203px;
	height: 210px;
	position:relative;
}
.fotocat a {
	color:#333;
	display:block;
	text-decoration:none;
}
.fotocat .thumb {
	border: 1px solid #b0b0b0;
	width:190px;
	height:150px;
	margin-bottom:5px;
}
.fotocat_title {
    font-size: 14px;
    font-weight: bold;
	margin:0;
	padding:0;
}

.fotoimg {
    float: left;
    margin: 5px;
    text-align: center;
	position:relative;
	width: calc(25% - 12px);
	border: 1px solid #E2E2E2;
}
.fotoimg a {
	color:#333;
	display:block;
	text-decoration:none;
}
.fotoimg .thumb {
	
	width: 100%;
}

.youtube {
    float: left;
    margin: 10px;
    text-align: center;
    width: 203px;
	position:relative;
}
.youtube a {
	color:#333;
	display:block;
	text-decoration:none;
}
.youtube .thumb {
	border: 1px solid #b0b0b0;
	max-width:200px;
}

#multiupload {
	width:450px;
	height:600px;
	overflow-x:hidden;
}
.hide {
	display:none;
}
.controls {
	position:absolute;
	top:5px;
	right:5px;
	left:5px;
	padding:2px;
	background:rgba(255,255,255,0.66);
	z-index:9;
}
.controls .controlbtn {
	float:right;
	margin-left:3px;
	cursor:pointer;
}
#newcat,edit_desc {
	width:400px;
}
.edit_desc textarea {
	min-width:400px;
	max-width:400px;
	width:400px;
	min-height:100px;
}
label.error {
	font-style: italic;
	font-size: 13px;
	color: #D00;
	padding: 4px;
}
.firstimg, .firstyt, .fotoimgextra:nth-child(4n+5) {
	clear:left;
}
#cropperupload {
	width:250px;
	height:170px;
}
#cropperbtn, #uploadbtn {
	margin-bottom:50px;
}</pre></body></html>