span.edity, span.fader {
    display: none;
}
span.fader {height: 100%;}
span.fader img {
    height: 100%;
}
div.image-holder {
    height: 100px;
    overflow: hidden;
}

div.field {
    width: 100%;
    margin: 0.8em 0;
    clear: both;
}

div.field {
  display: flex;
  align-items: stretch;
  margin: 0.8em 0;
}

div.field-item-title, div.field-item-content {
  box-sizing: border-box;
}
div.field-item-title {flex-basis: 25%;}
div.field-item-content {flex-basis: 74%;}

div.field input[type=text], div.field textarea {
    width: 100%;
}

div.multiselect textarea {width:66.5%;}

div.list-title {
    width: 25%;
    max-width: 300px;
    float: left;
    padding-right: 0.2em;
}

div.multiselect {
    margin-left: 25%;
    padding-bottom: 1em;
}

span.edity li, ul.liste {
	margin-top: 1.1em;
	/* width: 60%; */
  list-style-type: none;
	line-height:40px;
	clear:both;
}
a.add_field, a.remover {cursor: pointer;}
a.remover {float:right;}/*Ldelete selected field (multiselect)*/
span.button-text {padding-left: 50px;}
div.message {
	position: fixed;
	width: 300px;
	z-index: 99999;
	padding: 2em;
	border: 3px solid;
	border-radius: 6px;
    background-color: #FFF;
    background-image: url(../images/icons8-delete-26.png) ;
	background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: 264px 1px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
    font-weight: bold;
	box-shadow:
	-webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
	cursor: pointer;
}
div.error { border-color: red;}
div.info { border-color: green;color: rgba(0,0,0,0.8);}
div.field > input.login-field {
    width: 15%;
    min-width: 200px;
}
img.img-button { cursor: pointer; }

.myButton, input[type=submit].myButton, button.myButton {
	background: none;
	height: 40px;
	width:40px;
	border:1px solid transparent;
	margin: 0 auto 0 auto;
	position: absolute;
	color: transparent;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
}
.myButton:hover, input[type=submit].myButton:hover, button.myButton:hover,
.myButton:focus, input[type=submit].myButton:focus, button.myButton:focus,
.myButton:active, input[type=submit].myButton:active, button.myButton:active{
	background-repeat: no-repeat;
	background-color: transparent;
}
.upload, input[type=submit].upload,input[type=submit].upload:hover {
	background-image: url('../images/icons8-upload-to-the-cloud-30.png');
}
div.require:after {
	content: " *";
	color:red;
}
span.cnewlink {margin-left:0.6em;font-size:120%;cursor: pointer;color:#004494;}
span.cnewlink:hover {color: #b27300;text-decoration: underline;}
span.reloader {float: right;}
img.reloader {cursor: pointer;}
.disabled {
  cursor: not-allowed; opacity: 0.5;pointer-events: none;}

.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    	}
    49%{    color: #00000036;	}
    50%{    color: #00000091;	}
    99%{    color: #000000e6;	}
    100%{   color: #000;    	}
}
div.bug {
	position: fixed;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 40%;
	z-index: 99999;
	background: #FFF;
	border: 3px solid #e5d57d;
	border-radius: 4px;
	padding: 1em;
	display: none;
}
button.navbtn {
  width:160px;
  float:left;
  color:#FFF;
  font-weight: bold;
  font-size: 90%;
  line-height: 32px;
  background-color:#004494;
  border-radius: 3px;
  margin-right: 0.5em;
  text-shadow: 1px 1px 1px #000;
}
button.navbtn:hover {background-color:#004494c7;}
div.export-tags {border: 3px solid green;border-radius:6px;padding:0.4em;font-size: 124%;}
p.p-items input {margin-right:2em;}
p.p-items {font-weight: bold;font-size: 90%;margin:0.4em 0 0.1em 0;padding-left:1em; }
input[type=checkbox] {
  transform: scale(1.5);
  margin-left:0.4em;
}
div.export-fitler {border: 3px solid #e57325;border-radius:6px;padding:0.4em;font-size: 124%;margin:1em 0;}
div.export-filter-field {display: inline-block; float:left; margin-right: 1em;font-size: 90%;}
div.export_out {border: 3px solid #0e4194;border-radius:6px;padding:0.4em;font-size: 124%;margin:1em 0;overflow-x: scroll;}
div .mrd {border: 3px solid #91bd1078;border-radius: 3px;padding: 6px;
}
li.mrd-ffiles-in-li {display: flex;}
li.mrd-ffiles-in-li input, li.mrd-ffiles-in-li textarea {margin-right: 1em;}
li.mrd-ffiles-in-li textarea {width: 100%;height: 60px !important;}
li.mrd-ffiles-in-li {width: 100% !important;}
div.export-tags {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Adjust minmax value as needed */
    gap: 10px;
}
.element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
