#rightSearchBox {
    background-color:#CE0611;
    padding:15px;
    margin-top:15px
}

.servicenavi{
    position:relative;
    z-index:100
}

.level-up-special{
    font-size: 17px;
    margin-top:3px;
}

.level-up-special i { 
    -moz-transform: scaleX(-1); 
    -webkit-transform: scaleX(-1); 
    -o-transform: scaleX(-1); 
    transform: scaleX(-1);
    -ms-filter: fliph; filter: fliph;    
}

#logoIntranet a{
     position:absolute;
    top:0;
    right:0;
}

#logoIntranet{
    position:relative;
}

/* Dateibrowser Style Start */
.dateiBrowser .stacktable.small-only {
    border:1px solid grey !important;
    padding: 15px;

}

.tablesorter .header.nosort::after {
    content: "";        
}

.folderWrapper a{
    text-decoration: none !important;

}
.folder{
    float:left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #F5F5F5;
}
.folder a{
    text-overflow: ellipsis; 
    overflow: hidden;
    display: block;
    height: 2em;
    white-space: nowrap;
}

.gridItem{
    border: 1px solid #F5F5F5;
    padding:15px;   
}

@media (min-width: 480px){
.stacktable.small-only{
        width: 48%;
        margin-right: 2%;
        float: left;        
    }
    .stacktable.small-only a{
        text-overflow: ellipsis; 
        overflow: hidden;
        display: block;
        height: 2em;
        white-space: nowrap;
    }
}


.imgpreview .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.stacktable.small-only .noimage>i{
    font-size: 50px;
}

.stacktable .noimage{
    text-align: center;
}
.stacktable.small-only .noimage,.stacktable.small-only .image{
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
}

.stacktable.small-only .imgpreview .image{
    width: 100%;
    height: 150px;
    background-size:contain;
}
.stacktable.small-only button{
    position: absolute;
    right: 0px;
    top:0px;
}
.stacktable.small-only .description{
    display: none;
}
.stacktable.large-only button{
    display: none;
}
.stacktable.large-only  .imgpreview .image{
    width:70px;
    height: 50px;
}
/* Dateibrowser Style End */
