#headlineUpload{
    background-color:#EEEEEE;
    height:40px;
    font-weight: bold;
    font-size:15px;
    padding-top:35px;
    padding-left:20px;
}

#headlineUpload a {
    font-weight: bold;
    font-size: 15px;
    text-decoration-thickness: .130em;
    text-underline-offset: 3px;
}


body{
    background: white;
}


#headlineDetails{
    background-color:#EEEEEE;
    height:40px;
    font-weight: bold;
    font-size:15px;
    padding-top:35px;
    padding-left:20px;
    font-family:"Arial";
    color:#BDBCBD;
}

#headlineDetails a{
    font-weight: bold;
    font-size:15px;
    font-family:"Arial";
    text-decoration-thickness: .130em;
    text-underline-offset: 3px;

}

#headlineDetails.b{
    color:#BDBCBD;
}

.fileUploader{
    font-family:"Arial";
    color:#BDBCBD;
}

#headlineFiles{
    background-color:#EEEEEE;
    height:80px;
    border-bottom:1px solid;
    border-bottom-color:#808080;
    color:#8A898A;
    font-weight:bold;
}


#headline2{
    margin-top:15px;
    margin-bottom:0;
    font-weight: bold;
    font-size: medium;
    padding:20px 20px 0 20px;
    color:#7A7A7A;
    background:white;
}

#headline3{
    margin-top:5px;
    margin-bottom:10px;
    font-size: smaller;
    padding:20px 20px 0 20px;
    color:#7A7A7A;
    background:white;
}


#dropzone{
    float:left;
    border-style:dotted;
    border-color:var(--eo-main-color);
    width:30%;
    height:180px;
    margin:20px;
    padding:50px;
    text-align:center;
}

#uploadInfoText{
    margin-top:0px;
    float: left;
    width:40%;
}
#uploadInfoText ul{
    padding-top:0;
    margin-top:0;
}

#uploadInfoTextDetails{
    margin:10px;
}


#uploadInfoTextDetails textarea{
    margin-top:20px;
    font-family:Arial;
    font-size: var(--eo-body-fontSize);
    font-weight:bold;
    border-color: var(--eo-middle-grey) !important;
    resize:none;
    width: 40%;
}
a:hover {
    color: var(--eo-main-color);
    text-decoration: none;
}

a:link, a:visited {
    color: var(--eo-dark-grey);
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color: var(--eo-main-color);
}

input[type=file]{
    background-color:var(--eo-main-color);
    margin-top:20px;
    display:none;
}

input[type=text]{
    padding:5px;
    margin-top:20px;
}

input[type=submit]{
    background-color:#AAAAAA;
    border: 1px solid #ccc;
    border-radius: 7%;
    color:white;
    padding: 6px 12px;

}



#list {
    margin-top:25px;
    margin-left:25px;
    float:left;
    clear:both;
}


.custom-file-upload-OLD {
    border: 1px solid #ccc;
    border-radius: 7%;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: var(--eo-main-color);
    color:white;
    margin-bottom:0px;

}



.custom-file-upload {
    border: none;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 30px;
    margin-top:5px;
    cursor: pointer;
    background-color: var(--eo-main-color);
    margin-bottom:0px;
    background-image:url('/se_data/se_gfx/se4/icons/bildupload.svg');
    background-size: 15px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff !important;
    text-decoration:none !important;

}


.custom-directory a {
    border: none;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 30px;
    margin-left:10px;
    margin-top:10px;
    cursor: pointer;
    background-color: var(--eo-main-color);
    margin-bottom:0px;
    background-image: url(/se_data/se_gfx/se4/icons/ordner.png);
    background-size: 15px;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff !important;
    text-decoration:none !important;


}


input#suche input#search{
    background-image:url("/se_data/global/css/gui/widgets/lupe.png");
    background-repeat: no-repeat;
    text-indent: 20px;
    background-size: 20px;
    background-position:right;
    margin:20px;

}



.row{
    margin:20px;
}


#seUniverse {
    grid-template-rows: none !important;
}
#seHeader, #seMainMenu, #seModuleActions, #seModuleFunctions,.poweredBy{
    display:none !important;
}

#close {
    position:fixed;
    top:0;
    right:0;
    padding:5px;
    background-color:#fff;
    cursor:pointer;
}

#seBody{
   margin:0;
   background-color:#FFFFFF !important;
}


#seModule{
    grid-template-columns: 95% !important;
    display:block !important;
    margin:0 !important;
    background:white;

}

#seFilerDetails{
    height:450px !important;
}

.tabelle{
    margin-left:10px !important;
    margin-right:25px !important;
    border-style:none;
}


a[href="#seToTop"] {
    display:none !important;
 }

.button {
    display: inline-block;
    text-decoration: none;
    background-color:#AAAAAA;
    border: 1px solid #ccc;
    border-radius: 7%;
    color:white;
    padding: 6px 12px;
}

.button:link{
    text-decoration:none;
    color:white;
}

.delButton {
    margin-left:10px;
    background-image: url(/se_data/se_gfx/se4/icons/baseline-delete-24px-weiss.svg);
    background-size: 15px;
    background-position: 15px 9px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

#seUniverse:target{
    display:none !important;
}



#seUniverse {
    grid-template-rows: none;
    margin:0;

}
#seHeader, #seMainMenu, #seModuleFunctions,.poweredBy{
    display:none !important;
}


#seModuleActions ul{
    position: sticky;
    top: 40px;
}
#close {
    position:fixed;
    top:0;
    right:0;
    background-color:#fff;
    cursor:pointer;
    width: 15px;
    height: 17px;
    font-size: 17px;
    padding: 5px;
    padding-left: 6px;
    zoom: 0.9;
}

a[target=_blank] { display:none !important; }

.saveButtonHighlight {
    opacity: 1 !important;
    background-color: var(--eo-main-color) !important;
}

.imageWidget img {
    image-orientation: 0deg;
}









