/* WebCenter-Farben anpassen*/

:root {
   --main-base-highlight-bg: #E30613;
   --main-base-highlight-txt: #ffffff;
   --main-base-highlight-hover-bg: #B7000B;
   --main-base-highlight-hover-txt: #ffffff;

   --main-base-light-highlight-bg: #E30613;
   --main-base-light-highlight-txt: #ffffff;
   --main-base-light-highlight-hover-bg: #B7000B;
   --main-base-light-highlight-hover-txt: #ffffff;
   --main-base-dark-highlight-bg: #E30613;
   --main-base-dark-highlight-txt: #ffffff;
   --main-base-dark-highlight-hover-bg: #B7000B;
   --main-base-dark-highlight-hover-txt: #ffffff;

/* SixOMC Logo ausblenden*/
}
#id6Logo {
   display: none;
}

/* Login-Logo*/

.tundra.sixLightBase .loginLogo {
   background-image: url("../images/Logo_SCHEU_CA Digital_Original_klein.png") !important;
}
.tundra.sixDarkBase .loginLogo {
   background-image: url("../images/Logo_SCHEU_CA Digital_Original_klein.png") !important;
}

/* Größe des Fensters "Metadaten einzeln bearbeiten" anpassen*/

@media screen and (max-height: 1000px) {
   .dijitsSix.dialogSix.wcObjectEditPane {
      top: 50px !important;
      bottom: 50px !important;
      height: auto;
   }
}
@media screen and (min-height: 1001px) {
   .dijitsSix.dialogSix.wcObjectEditPane {
      height: 900px;
   }
}

/* ausblenden von
    Titel
    Dateigröße
    Seiten
    ICC-Profil
    GPS
    Anzahl Downloads
	Feindaten verfügbar
*/

.wcWebExpress .detailPaneTable tr.title,
.wcWebExpress .detailPaneTable tr.file_size,
.wcWebExpress .detailPaneTable tr.page_cnt,
.wcWebExpress .detailPaneTable tr.icc_profile,
.wcWebExpress .detailPaneTable tr.gps_latitude,
.wcWebExpress .detailPaneTable tr.dload_cnt,
.wcWebExpress .detailPaneTable tr.hires_allowed {
    display: none;
}
.wcWebExpress th.resultGridTH.th_title,
.wcWebExpress th.resultGridTH.th_file_size,
.wcWebExpress th.resultGridTH.th_page_cnt,
.wcWebExpress th.resultGridTH.th_icc_profile,
.wcWebExpress th.resultGridTH.th_gps_latitude,
.wcWebExpress th.resultGridTH.th_dload_cnt,
.wcWebExpress th.resultGridTH.th_hires_allowed {
    display: none;
}
.wcWebExpress td.resultGridTD.td_title,
.wcWebExpress td.resultGridTD.td_file_size,
.wcWebExpress td.resultGridTD.td_page_cnt,
.wcWebExpress td.resultGridTD.td_icc_profile,
.wcWebExpress td.resultGridTD.td_gps_latitude,
.wcWebExpress td.resultGridTD.td_dload_cnt,
.wcWebExpress td.resultGridTD.td_hires_allowed {
    display: none;
}