@charset "UTF-8";

/*durch die Einbindung von Bootstrap wird das box-Modell geändert*/
/*Somit müssen die von 3M geliehenen Element separat behandelt werden*/
/* explizites Anwenden des alten Box-Modells "content-box" auf importierte Elemente */
.content-box, .content-box *
{
    box-sizing: content-box !important;
}

/* blauer Farbverlauf, Zentral steuern, important wegen aggressivem bootstrap css*/
.blue_gradient
{
    color: #ffffff !important;
    background-color: transparent !important;
    background: rgb(0,60,229) !important;
    background: linear-gradient(140deg, rgba(0,60,229,1) 26%, rgba(0,200,230,1) 81%) !important;
}

.disable_action
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.disable_action img,
.disable_action .color_line
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    cursor: not-allowed;
    opacity: 0.5;
}

.disable_action a
{
    display: inline-block;  /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
    border: none;
}

.disable_action .badge
{
    display: none;
}




/* aktuelle animierte 3M Buttons */
.mmm-btn-primary,
.tx_mmmhiskunden-login form button.mmm-btn-primary
{
    border: 1px solid rgb(.75, .75, .75);
    border-radius: 0;
    color: #000;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: inherit;
    font-family: '3MCircular-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 5px 35px;
}

/* Produktname Headline */
#product_name_headline_container
{
    padding: 0 5%;
    margin-top:20px;
    margin-left: 5px;
}
#product_name_headline_container a
{
    color: #4b4b4b;
}


/* Content */
#pageContent
{
    padding: 0 5%;
}

#headerContent
{

    max-width: 45%;
}

#headerContent h2
{
    color: rgb(75, 75, 75);
    text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}

.content
{
    /*min-height: 1000px;*/
}

/* Überschreiben des 3M Styles */
.MMM--grids
{
    overflow: hidden;
}

.contentContainer
{
    background-image: url( "../images/triangle_bg_blue.jpg" );
    background-repeat: repeat;
    min-height: 700px;
}

#bleedingImage
{
    width: 100%
}

/* Overview */
#overview_content
{
    padding: 40px 40px 0;
}

#overview_content .welcome
{
    font-size: 16px;
    margin: 5px 0 20px 0;
    padding: 15px 15px 10px 15px;
}

#overview_content h2
{
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
}

#overview_content .overview_images_wrapper
{

}

#overview_content .image_container
{
    padding-right: calc( (var(--bs-gutter-x) + 10px) * .5);
    padding-left: calc( (var(--bs-gutter-x) + 10px) * .5);
    position:relative;
    /*float: left;*/
    /*margin-right: 40px;*/
}

#overview_content img
{
    position: relative;
    width: 100%;
}

#overview_content .overlay_text
{
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 15px;
    font-size: 1.4vw;
    color: #fff;
    text-shadow: rgb(75 75 75) 3px 3px 3px;
    font-weight: bold;
    font-family: '3MCircular-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#overview_content .secondary_overlay_text
{
    position: absolute;
    top: 10px;
    left: 6%;
    font-size: 1.2vw;
    color: #fff;
    text-shadow: rgb(75 75 75) 1px 1px 0px;
    font-weight: bold;
    font-family: '3MCircular-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#overview_content .secondary_overlay_text .count_down
{
    color: red;
}

#overview_content .badge
{
    position: absolute;
    z-index:80;
    top:-1.5vw;
    right:-1vw;
    width:4vw;
    height:4vw;
    border:2px solid #ffffff;
    border-radius: 2vw;
    color: #ffffff;
    font-size: 2.2vw;
    background-color: #fe1400;
    padding: 1vw;

}

#content .box-ice-blue
{
    background: #00C8E6;
    padding: 20px 15px;
    color: #fff;
    min-height: 220px;
}

#content .box-ice-blue .linktext
{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

#content .row .row::after
{
    margin-top: 20px;
}

#overview_content .color_line
{
    content: '';
    background-image: url( ../images/svg/GradientBar.svg );
    background-size: cover;
    position: relative;
    display: block;
    /*top: 100%;*/
    /*width: 100%;*/
    height: 4px;
    margin-top: 10px;
}

/* END Overview */

/* Change Password */

#change_password_content
{

}

#change_password_content .first_text_block
{

}

#change_password_content .first_text_block div
{

}

#change_password_content .first_text_block span
{

}

/*  Logout */

.tx_mmmhiskunden-login
{
    padding: 31px;
    min-height: 220px;
}

.tx_mmmhiskunden-login a.mmm-btn-primary
{
    color: #000000;
}

/* END Change Password */

.account-menu label {
    display: block;
}

.form-group {
    margin-bottom: 10px;
}

.btn-primary {
    background: #fe1400;
    border-color: #fe1400;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #e71200;
    border-color: #fe1400;

}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(231 18 1 / 50%);
}

.login-form {
    margin-bottom: 20px;
}

.username-logged-in {
    font-weight: bold;
    margin-bottom: 10px;
}

.signIn-linkBox a.btn-logout {
    background: #fe1400;
    border-color: #fe1400;
    color: #fff;
    text-decoration: none;
}

.input-field-text {
    border: 1px solid #111;
}

.form-change-password label
{
    min-width: 190px;
}

radio {
    margin-bottom:10px;
}

.accordion-button {
    width:calc(100% - 2.5rem);
}

.page-heading {
    font-weight:600;
    font-size:150%;
    margin-top:20px;
    margin-bottom:20px;
}

.page-subheading {
    font-weight:600;
    font-size:120%;
    margin-top:20px;
    margin-bottom:20px;
}

.help-button {
    float:right;
    margin-top:20px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.delivery-details tbody {
    background-color:#ffffff;
}

.delivery-details tbody td {
    padding:15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.delivery-details tbody td:first-of-type,.delivery-details th:first-of-type {
    text-align:right;
}

.delivery-details thead
{
    background-color:#ffffff;
}

.delivery-details thead tr th
{

}

.delivery-details .id-red {
    color:#b9706f;font-size:18px;
}

.delivery-details .id-green {
    color:#3e773f;font-size:18px;
}

.delivery-details th {
    padding:15px;
    font-weight: bold;
    font-size: 15px;
}

/* Data Delivery */
.accordion
{
    margin-bottom:2px;
}

.accordion .accordion-item
{
    margin-bottom:2px;
}

.accordion-item:last-of-type {
margin-bottom:0px;
}

/*.accordion-item:first-of-type {
margin-bottom:2px;*/
} .accordion-header:first-of-type{
            margin-bottom:2px;
        }

        .accordion-header:last-of-type{
            margin-bottom:0px;
        }



        .accordion-body .accordion-header{
	        margin-bottom:0px;
	    }

.accordion-header button
{
    background-color:#e7f1ff;
}

radio
{
    margin-bottom:10px;
}

.accordion-button
{
    width:calc(100% - 2.5rem);
}

.single-location-list
{
    display: none;
    margin: 0 0 0 20px;
}
.single-location-list.show
{

}

.dropzoneDragArea
{
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    padding: 60px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    height: 195px;
}

.dropzone-text
{
    position: absolute;
    top: 5px;
    opacity: 0.8;
}

.dz-remove
{
    font-family: "3MThemeIconFont.ttf";
    display:inline-block !important;
    width:1.5em;
    height:1.5em;

    position:absolute;
    top:5px;
    right:5px;
    z-index:1000;

    font-size:1.2em !important;
    line-height:1em;

    text-align:center;
    font-weight:bold;
    border:none !important;
    border-radius:1.2em;
    color:red;
    background-color:transparent;
    opacity:.5;
}

.dz-remove:before
{
    font-family: "3MThemeIconFont";
    content: "\E911";
    position: relative;
    top: 3px;
}

.dz-remove:hover
{
    text-decoration:none !important;
    opacity:1;
    color:red;
    background-color:transparent;
}

/* Ladebalken entfernen, da wir ihn nicht brauchen, da erst onSubmit ein Upload passiert*/
.dropzone .dz-preview .dz-progress
{
    display: none !important; /* Bedauerlicherweise nötig */
}

/* File nicht mittig anzeigen*/
.dropzone .dz-preview
{
    display: block !important; /* Bedauerlicherweise nötig */
}

.dropzone .dz-preview .dz-image img
{
    width: 100px;
    height: 100px;
    margin: 10px;
}


/* fehlerhaftes Original CSS korrigieren */
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark
{
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 54px !important; /* Bedauerlicherweise nötig */
    left: 50%;
    margin-left: -27px;

    /* in Rot umgefärbt */
    background: rgba(255,0,0,.8) !important; /* Bedauerlicherweise nötig */
}

/* Infotext manuell raus ziehen, da wir die Dropzone verkleinern*/
.dropzone .dz-preview .dz-details.customDetails
{
    top: 0;
    left: 160px !important;

    opacity:1 !important;

    font-size: 18px !important;
    font-family: "3MCircular", Arial, "Helvetica Neue", Helvetica, sans-serif !important;

    text-align: left !important;
    color: rgba(0,0,0,1) !important;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
     overflow: visible !important;
     text-overflow: unset !important;
}

.dropzone .dz-preview:hover .dz-image img
{
    -webkit-transform: scale(1.00, 1.00) !important;
    transform: scale(1.00, 1.00) !important;
    -webkit-filter: blur(0px) !important;
    filter: blur(0px) !important;
}

.dropzone .dz-preview .dz-details.customDetails strong
{
    font-size: 18px !important;
    font-family: "3MCircular", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* Infobox, always on top einklappbar */
#infobox_wrapper
{
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    right: 5%;


}

#infobox
{
    display:none;
    background: #ffffff;
    border-radius: 10px;

    box-shadow: #444444 1px 1px 10px;
    width: 290px;
    height: 120px;
}

#infobox_head
{
    height:25px;
    border-radius: 10px 10px 0px 0px;

}

#infobox_head .text
{
    padding: 7px 2px 2px 7px;
    position: absolute;
    width: 200px;
}

#infobox_head button.close
{
    border: none;
    color: #ffffff;

    background: transparent;
    position: absolute;
    right: 0px;
    width:25px;
}

#infobox_head button.close span
{
    font-size:25px;
}

#infobox_content
{
    padding: 10px;
}

#infobox_content .text
{
    margin: 2px 2px 2px 20px;
    position: relative;
}

#infobox_content img
{
    position: absolute;
    height:10px;
    margin-top: 2px;
}

#infobox_closed
{
    display:none;
    z-index:1000;
    position: absolute;
    right:0px;
    bottom:0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: #444444 1px 1px 10px;
    cursor: pointer;
}

#infobox_closed img
{
    height:20px;
    margin-left: calc(50% - 10px);
    margin-top: calc(50% - 10px)
}


/* Begin Public Key */
.public-key-info-row {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
}
/* End Public Key */

/*.accordion-header{margin-bottom:2px}*/

.info_icon{
	background-color: red;
	color: #FFF;
	padding: 3px;
	cursor: pointer;
	border-radius: 10px;
	width: 20px;
	text-align: center;
	font-size: 11px;
	font-weight:600;
}
.standard-list-style{list-style:unset;padding-left:25px;}

.card-body {margin-top: 10px;}

#instance,#instance_user{height:100%;}

.product-logo{
	background-size:cover;
	width: 120px;
	height:65px;
	float: left;
	margin-right:10px;
}

.pdf-thumbnail{
		width:100px;

}

.thumbnail-preview{
		text-align:center;
		float:left;
		margin-right:10px;
}

.thumbnail-video-preview{
		text-align:center;
		float:left;
		margin-right:10px;
		width:300px;
}

.thumbnail-container .thumbnail-video-preview:nth-child(3n+1){
        clear:both;
}

.thumbnail-container{
		width:100%;
		display:flow-root;
}

.m-footer {
    margin-top: 30px;
}

            
.overview_images_wrapper + .overview_images_wrapper {
    margin-top: 30px;
}

#spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    z-index: 100;
    display: none;
}

.spinner-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%, 0);
    display: flex;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.spinner-text {
    align-self: center;
    margin-left: 20px;
}

input[id^="datatype-"][disabled],
label[for^="datatype-"].disabled,
input[id^="location-confirm-"][disabled],
label[for^="location-confirm"].disable  {
    cursor: not-allowed;
}

.checkbox-disclaimer {
    padding: 20px;
    background: #e7f1ff;
}

.checkbox-disclaimer-error {
    background: #f97e7e;
}

/* 
    Temp Fix
    Default Validation Error Tooltip wird nicht angezeigt mit 'scrool-behavior: smooth'
    https://github.com/twbs/bootstrap/issues/38724
 */
:root {
  scroll-behavior: auto !important;
}

.col-width-datatype {
    width: 80px;
}

.btn-notification-link {
    display: inline-block; 
    border: 0; 
    padding: 0;
    background: none;
}

.btn-notification-link:hover,
.btn-notification-link:active,
.btn-notification-link:focus {
    text-decoration: underline;
}