/* CSS Document */

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555!important;
	font-size: 18px!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555!important;
	font-size: 18px!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555!important;
	font-size: 18px!important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #555!important;
	font-size: 18px!important;
}
.placeHolder{
	-webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
		
}



.box.box-lookup {
    margin-top: 49px;
    z-index: 9999;
    overflow: auto;
    position: absolute;
    visibility: hidden;
    border: 1px solid hsla(0, 0%, 96%, 1.00);
    width: 95%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 3px;
    background: #ffffff;
}

.box-body {
    padding: var(--boxBodyPadding);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

#stRow {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.lookup-selected-item {
    color: #fff;
    background-color: #3c8dbc;
}

.lookup-input-box4 {
    width: 20px;
    border: 0;
    border: none;
}

.img-search {
    width: 50px;
    margin-right: 10px;
    object-fit: scale-down;
    height: 100%;

}

.riga-risultato {
    border-bottom: 1px solid #dedede;
    padding-top:5px ;
    padding-bottom: 5px;
}