body.clLB #clLB 
{
    display: block;
}

#clLB
{
    color: #000;
    font-size: 1em;
    font-weight: normal;
}

#clLB > .bg > .content
{
	    padding-top: 20px;
    padding-bottom: 20px;
}

#clLB > .bg > .content > .close
{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=);	
    background-repeat: no-repeat;
    box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.5);
    background-size: 50%;
    background-position: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    padding: 1px;
    right: -12px;
    top: -12px;
    width: 25px;
	
		-webkit-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-moz-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-ms-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-o-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	transition:all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
}

#clLB > .bg > .content > .close:hover
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);	

}

#clLB > .bg > .content > .close:after, 
#clLB > .bg > .content > .close:before
{
	content: none !important;
}


#web-ftp
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.8rem;
}

#web-ftp *
{
    font-weight: normal;
}

#web-ftp .ftp-directory-wrapper
{
	background-color: rgba(0,0,0,0.0);    font-size: 14px;
    line-height: 1.8em;
    font-weight: bold;
}

#web-ftp .ftp-directory .ftp-directory-wrapper .ftp-directory-wrapper {
    margin-bottom: 0px;
    padding: 0px 14px;
    margin: 0;
}

#web-ftp .ftp-directory .ftp-element.focus {
    padding-left: 10px;
    color: #29b6f6;
    /* font-weight: bold; */
    background-color: #fff;
    position: relative;
}

#web-ftp .ftp-directory .ftp-element.focus:before
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 5px;
	background-color: #29b6f6;
	height: 100%;
}

#web-ftp .ftp-meta .headline
{
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 8px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 8px;
	
}

#web-ftp .ftp-meta .headline .title
{
	
    font-weight: bold;
}

#web-ftp .ftp-directory [class^="ftpicon-"], 
#web-ftp .ftp-directory [class*="ftpicon-"]
{
	-webkit-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-moz-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-ms-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-o-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	transition:all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
}

#web-ftp .ftp-directory [class^="ftpicon-"]:hover, 
#web-ftp .ftp-directory [class*="ftpicon-"]:hover
{
    color: #29b6f6;
}

#web-ftp .ftp-directory-wrapper {
    background-color: #eee;
    font-size: 15px;
    line-height: 30px;
    vertical-align: middle;
    padding: 5px;
}

#web-ftp .ftp-directory .ftp-element,
#web-ftp .ftp-directory-wrapper
{
	-webkit-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-moz-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-ms-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-o-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	transition:all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
}

#web-ftp .ftp-meta {
    padding: 10px;
    border: solid 2px #ddd;
    margin: 0 10px;
	position: relative;
}

#web-ftp .ftp-meta:empty
{
    border: solid 4px #ADDE5C;
    background: #DFF2BF;
    color: #008000;
    height: auto;
}

#web-ftp .ftp-meta:empty:after
{
    content: "Bitte Ordner wähler";
    display: block;
    padding: 0px;
}

#web-ftp .clForm .element > div.upload,
#web-ftp .ftp-meta .btn
{
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border: solid 1px #ddd;
    background: #eee;
    color: #333;
    font-size: 15px;
    padding: 0px 10px;
    cursor: pointer;
    margin-bottom: 2px;
    margin-right: 2px;
	-webkit-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-moz-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-ms-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	-o-transition: all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
	transition:all 0.2s 0.05s cubic-bezier(0.25,0.1,0.25,1);
}

#web-ftp .clForm .element > div.upload:hover,
#web-ftp .ftp-meta .btn:hover
{
    background: #ddd;
    color: #000;
    border-color: #666;
}

#web-ftp .clForm .element > div.upload > span {
    vertical-align: middle;
}

#web-ftp .ftp-element.ftp-file
{
	font-weight: normal;
}

#web-ftp .ftp-meta .clForm .element > .user-interaction
{
	border: solid 1px #ddd;
}
