/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * 
 * -----------------------------------------------------------------------------
 */

/*
 * Add your custom CSS code to this file. This file will be included as last CSS
 * file in the form and main view. The file may also include theme macros.
 */

.ffw_notEditable {
    color: #595959 !important;
}

#SACHBERICHT {
	z-index: 1;
	
}


/* Arrow-Button für Anzeige der Historie der alternativen Adresse */
input[id*="btn_adresse_historie"] {
    background: url(../images/svg/arrow-left-circle.svg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
    border: none; 
    text-indent:-9999px; /* hide text on button */ 
    top: 30px !important;    
}

input[id*="btn_adresse_historie"]:hover {
    cursor: pointer;
}

/* Arrow-Button für Anzeige der Historie der alternativen Adresse */
div[id*="lbl_aenderung_date"] {    
    /* padding: 9px 0px 0px 5px; */
    border: #000000 solid 2px;
}

div[id*="lbl_aenderung_date"] > div {
    margin: 14px;
}