


.red {
    background-color: red;
}

body
{
    font-family: 'Helvetica', 'Arial', sans-serif !important;
    color: #000;
    font-size: 12pt;
    background-color: #fafafa;
		background-image: url("../img/background.png");
    background-position: center;
    background-size: cover;
	
}
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.container {
	background-color: transparent;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
.buttons {
    position: absolute;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;    
    top: 11px;
	opacity: 0;
	
}

.lines1 {
border-left: 2px dotted lightblue;
    height: 210mm;
    position: absolute;
    margin-left: 1vw;
    z-index: 9999;
}
.lines2 {
border-left: 2px dotted lightblue;
    height: 210mm;
    position: absolute;
    margin-left: 33vw;
    z-index: 9999;
}
.lines3 {
border-left: 2px dotted lightblue;
    height: 210mm;
    position: absolute;
    margin-left: 66vw;
    z-index: 9999;
}
.svg-image {
top: -6px;
    position: relative;
    left: -1px;
}


input[type='radio'] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 2px solid #333;
  border: 3px solid white;
  width: 16px;
  height: 16px;
vertical-align: baseline;
float: left;
    margin-right: 11px;
}

input[type='radio']:checked {
  background: #333;
}
.flash-message {
    width: 900px;
}
.resize-drag > form {
    margin-bottom: 0;
}
.resize-drag button, .resize-drag a {
    font-size: 10px;
    
}
.resize-drag a {
	padding: 0 !important;
}
.wrapper-content {
    background: #fff;
    box-shadow: 1px 1px 3px -2px #000;
    display:block;
    width: 297mm;
	height: 420mm;
    position: relative;
    left: 0;
    top: 0;
}
.wrapper-content-template1 {
    background: #fff;
    box-shadow: 1px 1px 3px -2px #000;
    display:block;
    width: 297mm;
    height: 210mm;
    position: relative;
    left: 0;
    top: 0;
}
#wrapper-info {
    background: #fff;
    padding: 0;
    box-shadow: 1px 1px 3px -2px #000;
    display:block;
    height: 305mm;
    position: relative;
    left: 0;
    top: 0;
	margin-bottom: 100px;
}
wrapper {
    background: #fff;
    padding: 0;
    box-shadow: 1px 1px 3px -2px #000;
    display:block;
    width: 297mm;
	height: 420mm;
    position: relative;
    left: 0;
    top: 0;
	margin-bottom: 100px;
}
.wrapper-template1 {
 background: #fff;
    padding: 0;
    box-shadow: 1px 1px 3px -2px #000;
    display:block;
    width: 297mm;
    height: 210mm;
    position: absolute;
    left: 0;
    top: 0;
	margin-bottom: 200px;
}
.resize-drag {
    max-width: fit-content;
	overflow-wrap: break-word;
	height: max-content;
	overflow: hidden;
}
.resize-drag:hover .buttons {
     
	background: lightgray;
    padding: 4px;
    height: 18px;
    top: -4px;
    left: -2px;
    width: 73px;
	
}
.resize-drag, .resizable {
    width: 300px;
    border: 1px dashed transparent;
    color: #000;
    overflow: inherit;
    font-size: 20px;
    touch-action: none;
    box-sizing: border-box;
    border-radius: 5px;
    transition: border-color 300ms ease-in-out
}
.non-edit {
	display: inline-block;
}
.resize-drag i, .non-edit, .editable{
    opacity: 0;
    transition: all 100ms ease-in-out

}
.editable {
	width:20;
	height:20px;
	display: inline-block;
	margin-bottom: 20px;
}
.resize-drag:hover i, .resize-drag:hover .non-edit, .resize-drag:hover .editable, .resize-drag:hover .buttons, .buttons:hover > * { opacity: 1; }
.resize-drag:hover {
    box-shadow: 0 0 5px -2px #000;
}
.fa-minus-circle:hover {
    color: red;
}
.fa-lock {
    color: green;
}
.fa-lock:hover {
    color: red;
}
nav[role=navigation] {
float: left;
}
table {
margin: 0 auto;
}
.table-bordered td, th {
	vertical-align: middle !important;
text-align: center;
}
tr:nth-child(even) {
	background-color: #fff;
}
a:hover {
text-decoration: none !important;
color: inherit !important;	
}
.menu-links a:hover {
text-decoration: none !important;
color: #fff !important;	
}

header {
    display: none;
}
nav {
    margin-bottom: 20px;
}
tbody{
    vertical-align: top; 
}
.form-check {
    color: gray !important;
}
.loading {
	display: none;
}
.swal-modal {
	width: 400px !important;
    height: 397px;
	position: relative;
    z-index: 99999999;
}
.swal-icon img{
	position: relative;
	z-index: 99999;
	  width: 420px;
	  height: 210px;
	  margin: 0 auto;
}
.nav-custom-links {
	color: #fff !important
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.page-menu ul {
	height: 45px;
	background-color: #e9e9e9; 
	color: #343a40;
}

.page-menu li {
    float: left;
    font-size: 13px;
  
    display: table;
    vertical-align: middle;
    padding: 12px;
    
}
.page-menu ul li:first-child {
	background-color: #dedede
}
.page-menu  ul li:not(:last-child) {
	border-right: 1px solid #fff;
}
/*.page-menu li:not(:first-child) {
	
}*/
.info-text {
color: #808487;
}
#test {
	display: none;
}
.border-indigo-400 {
   
    border-color: #00948f !important;

}

form {
    margin: 0;
}
#med_images_container {
    max-height: 300px;
    max-width: 900px; 
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    background-color: rgba(0,0,0, 0.05);
    border: 4px inset var(--color-primary-100);
    
}
#med_images_container img, #med_images_container label {
    
    min-width: 190px;
}
#med_images_container span {
    padding: 1em;
}
#med_images_container input {
    margin-bottom: 10px;
}
#insertInputParent {
    display: flex;
    justify-content: center;
}
.center-items-column {
    display: flex;
    justify-content: space-around;
}

.p-font p{
    font-size: 8pt;
    line-height: 10pt;

}
.visible-border td{
    border: 1px solid rgba(0,0,0,0.2);
}

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/* update 03.04.2024 long word td break */
.status-editable td {
    word-wrap: break-word;
    max-width: 1px;
}

/* update 03.04.2024 bullet list format */
#myForm ul {
    line-height: 1rem;
}
#myForm ol {
    line-height: 1rem;
}
#myForm li {
    font-size: 8pt;
}
.img-upl-size {
    max-height: 67px;
    width: auto;
    display: inline;
}
div:has(>.partnerlogo) {
    height: 68px;
    max-height: 68px;
    width: 382px !important;
    max-width: 382px;
}
.partnerlogo p {
    text-align: right;
}
div:has(>.partnerlogo-small) {
    height: 38px;
    max-height: 38px;
    width: 225px !important;
    max-width: 225px;
}
.partnerlogo-small p {
    text-align: left;
}
.partnerlogo-small .img-upl-size {
    max-height: 36px;
}
