/* Suchergebnis */
/* Ueberschrift im Suchergebnis ausblenden */
#edocmanSearchDiv h1.edocman-page-heading {
	display: none !important;
}

.search_notification {
  display: none !important;
}

/* Schriften anpassen und ausrichten */
#edocmanSearchDiv.row-fluid th.edocman-document-title-col {font-size: 18px !important;}
#edocmanSearchDiv.row-fluid th.edocman-document-category-col {font-size: 18px !important;}
#edocmanSearchDiv.row-fluid th.edocman-document-desc-col {font-size: 18px !important;}
#edocmanSearchDiv.row-fluid th.edocman-table-download-col {font-size: 18px !important;}

#edocmanSearchDiv.row-fluid td.edocman-document-title-td {font-size: 15px !important;}
#edocmanSearchDiv.row-fluid td.edocman-document-category-td {font-size: 15px !important; vertical-align: top;}
#edocmanSearchDiv.row-fluid td.edocman-document-desc-col {font-size: 15px !important;}
#edocmanSearchDiv.row-fluid td.edocman-table-download-td {font-size: 15px !important;}

/* ---------- Category styles --------------------------------------- */

#edocman-category h1.edocman-page-heading {
    margin: 0 10px 0 0 !important;	padding-top: 30px !important; /* deutz */
}

/* table style */
.fontsmall {font-size: 14px !important;}
/* .edocman-document-thumb-col {width: 0% !important;} */
.edocman-document-title-col {width: 34%;}
td.edocman-document-desc-col {font-size: 15px;}
.edocman-table-download-col {width: 20%;}
.table {border: 1px solid #ddd;}

/* Statuszeile auf Länderseite */
.table-document thead {
    background: linear-gradient(135deg, rgba(223, 1, 26, 1), rgba(150, 16, 5, 1));
    position: relative;
}

/* download link */
/*.edocman-download-link {    background-color: #ca2626 !important;    color: #ffffff !important;	border-radius: 0px;	padding:0px 0px !important;	text-decoration:none !important;}.edocman_download_label{		right: 5px;} */
/* .edocman-download-link {background-color: #e30613 !important;} */

/* download link sdb-seite */
.edocman-download-link {
   background: linear-gradient(135deg, rgba(223, 1, 26, 1), rgba(150, 16, 5, 1));
/*    background-color: rgba(223, 1, 26, 1) !important;
    background: rgba(223, 1, 26, 1) !important;*/
}

.edocman-download-link:hover {
   background: linear-gradient(135deg, rgba(223, 1, 26, 1), rgba(150, 16, 5, 1));
/*    background-color: rgba(223, 1, 26, 1) !important;
    background: rgba(223, 1, 26, 1) !important;*/
}

/* download und viewer link sdb detail seite */
#edocman-document-page .document-card .btn-primary, #edocman-document-page-blog .btn-primary {
/*    background-color: rgba(223, 1, 26, 1) !important; */
    background: linear-gradient(135deg, rgba(223, 1, 26, 1), rgba(150, 16, 5, 1));
    color: #fff !important;
}

#edocman-document-page .document-card .btn-primary:hover, #edocman-document-page-blog .btn-primary:hover {
/*    background-color: rgba(223, 1, 26, 1) !important; */
    background: linear-gradient(135deg, rgba(223, 1, 26, 1), rgba(150, 16, 5, 1));
    color: #fff !important;
}

#edocman-document-page .document-card .btn-secondary, #edocman-document-page-blog .btn-secondary {
    background: linear-gradient(135deg, var(--primary-edocman-color), var(--secondary-edocman-color));
/*    background-color: #217a3b !important; */
    color: #fff !important;
}

#edocman-document-page .document-card .btn-secondary:hover, #edocman-document-page-blog .btn-secondary:hover {
    background: linear-gradient(135deg, var(--primary-edocman-color), var(--secondary-edocman-color));
/*    background-color: #217a3b !important; */
    color: #fff !important;
}


/* table sort column */
.edocman-sort-direction,.edocman-document-sorting{float:right;width:auto;}
.edocman-document-sorting{margin:0 10px 0 0;width:auto;}
.input-small {width: 120px !important;}
.input-medium {width: 200px !important;}

/* Ansicht Flagge Dokumentenseite */
#edocman-category-page-table .edocman-thumb-left {
    border-style: solid;
    border-width: 1px;
    border-color: #E7E9EB;
    border-radius: 5px 5px 5px 5px;
}

#edocman-category .edocman-page-sub-box {
    box-shadow: none !important;
    border-radius: 0px !important;
}

/* Ansicht Titelzeile Tabelle Dokumentenseite */

.edocman-document-desc-col {
    line-height: unset !important;
}

/* Ansicht subcategories aendern */
#edocman-categories .edocman-category {
    margin-bottom: 30px;
}

.edgallery-category-link {
    font-size: 23px;
    font-weight: 500;
/*    color: #353434; */
    background-color: #e30613;
    padding: 8px 12px 8px 12px;
	border-radius: 3px;
}

.edgallery-category-item-grid-overlay .edgallery-category-information {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0%;
    height: 100%;
/*	background: revert; */
    display: flex;
}

.edocman-category-gallery-title-dropdown {
    display: none !important;
  }

.edocman-category-gallery-title-icon {
    display: none !important;
}

.categories-gallery .edocman-category-gallery .edocman-category-gallery-title .edocman-category-gallery-title-details a.edocman-category-gallery-title-link {
    text-decoration: none;
    font-size: 20px;
    font-weight: 1000;
}