/* jquery-ui */
.ui-widget input textarea {
	border: 1px solid black;
}

/* typo3 login box */
fieldset {
    border: 0px solid;
}
label[for="tx-felogin-input-username"] {
	margin-left: 0px;
}
label[for="tx-felogin-input-password"] {
	margin-left: 5px;
}
input[type="submit"] {
    border: 1px solid ;
    border-radius: 4px;
    background-color: #f0f0f0;
    padding: 1px 6px;
}

/* some overwrites for App.min.cs */
.fc-event {
height: auto !important;
width: auto !important;
}
.subm-data {
	font-family: 'Consolas', 'Courier New', monospace !important;
}
input,select,textarea {
    border: 1px solid ;
}
textarea {
    resize: both !important;
}
ul.masubm {
	list-style: disc !important; 
	margin: 0 !important;
	padding-left: 2em !important;
}
/* Somehow this is not created by App.min.css on webcms7-test  */
/*   perhaps because domain is not yet https://www.dkfz.de/... */
/*   see ...:not([href^="https://dkfz"])... in App.min.css     */
/* */
@media (min-width: 1200px) {
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* */

/* special for dakks loko */
div[id*="c6536"] {
	margin-top: -30px;
	margin-left: 50px;
}

/* larger submission sheets */
div.ma_subm_sheet {
	width: 1200px;
}
.select_sample_kstraeger {
	width: 160px;
}

/* 08.11.2023 Where does those divs come from? */
.simple-translate-system-theme {
	display:none;
}

/* error in main nav bar */
.navbar-nav.main-nav {
	position: fixed;
}

/* group member list */
th.gmlabel {
    padding: 0;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}

/* Shortcut on /genomics-proteomics/home */
#c7924 {
	display: flex;
}


/* info box bottom of page, e.g. last update: */
.info {
	text-align:right;
}

/* general table appearance */
table
{
  width:100%;
}

table.contenttable td {
	vertical-align:top;
}

.ce-table th, .ce-table td {
    border-top: 0px;
}

.indent {
        margin-left: 30px;
}

div.headline > a:hover {
	text-decoration: none;
}

/* blocksatz */
p.align-justify {
	text-align: justify;
}
p.align-right {
	text-align: right;
}

/* data pages */
h1.cf_data {
	font-weight: bold;
	text-align: center;
	color: #0047B9;
	font-size: 18px;
}
h2.cf_data {
	text-align: center;
	color: #717171;
	font-size: 22px;
}
h3.cf_data {
    text-align: center;
    font-family: "Open Sans Bold", Sans-serif;
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #717171;
}
h4.cf_data {
    text-align: center;
    font-family: "Open Sans Bold", Sans-serif;
    font-size: 14px;
    margin: 10px 0 10px 0;
    color: #717171;
}
p.cf_data {
	text-align: center;
}
div.cf_data {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
img.cf_data {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
}
span.cf_full_version {
	border: 1px solid;
	padding: 5px;
}
div.cf_data.feedback {
	text-align: center;
}
.cf_modal {
    display: none;
    position: fixed;
    z-index: 4;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.85);
}
.cf_close {
    position: fixed;
    top: 60px;
    right: 35px;
    color: #f1f1f1;
    /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.85);*/
    padding: 10px;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.cf_modal_content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
div.cf_modal_content_img {
	width: 60%;
}
div.cf_modal_content_txt {
	width: 40%;
	color:white;
	font-size:150%;
}
a.cf_modal_content_txt, button.cf_modal_content_txt {
	color:white;
}
div.cf_modal_content_code {
	font-size:75%;
}
pre.cf_modal_content_code {
	margin:10px;
	color:white;
}
.cf_img_hover:hover {
  box-shadow: 0 0 5px 5px rgba(0, 140, 186, 0.5);
}
.cf_button {
	cursor:pointer;
}
.cf_close {
	cursor:pointer;
}
/*.cf_button:active {
    padding:1px 1px 1px 0px;
}*/
table.cf_data {
	text-align:left;
}

/* access list */
div.cf_access_list_outer {
	resize: horizontal;
	width: 100%; 
	max-width: 100%;
	overflow: auto;
	container-type: inline-size;
	container-name: cf_access_list_table;
}
div.cf_access_list_inner {
	overflow: overlay;
	height: 100vh;
}
table.cf_access_list {
	white-space: nowrap;
}
tr.cf_access_header {
	background-color:#4875c3;
	color: #ffffff;
}
tr.cf_alternation0 {
	background-color:#d9e2f3;
}
td.cf_access_list, th.cf_access_list {
	padding: 0 5px 0 5px;
}
.cf-responsive-card-table {
  border-collapse: collapse;
}

.cf-responsive-card-table.cf-unstriped tbody {
  background-color: transparent;
}

.cf-responsive-card-table th {
}

.cf-responsive-card-table tr,
.cf-responsive-card-table th,
.cf-responsive-card-table td {
  border: 1px solid #0a0a0a;
}

/*@media screen and (max-width: 640px) {*/
@container cf_access_list_table (width < 900px) {
  .cf-responsive-card-table {
    
  }
  .cf-responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .cf-responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .cf-responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .cf-responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .cf-responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 45%;
    position: relative;
    z-index: 1;
  }
  .cf-responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 20%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}















