﻿
div.contentinput input {
	border: 1px solid var(--grey-tertiary-color);
}
div.input div.contentinput > div.search, div.input div.contentinput > div.inputscan {
	background-image: url("/CSS/images/icon-buscar.png");
	float: left;
	height: 30px;
	margin-left: -40px;
	margin-top: -4px;
	width: 30px;
	cursor: pointer;
}
.switch input:checked:disabled + .slider {
	background-color: var(--yellow-color);
}
.camp {
	font-family: 'Inter', Inter;
}

.input.checkbox {
	margin-top: 2em;
}

div.input{
	padding:0px;
}

.PaisFlag {
	display: flex !important;
	float: left;
	margin-left: 5px;
}


.ui-corner-all {
	width: auto;
}

.ui-autocomplete .ui-menu-item li a, .ui-autocomplete .ui.ui-menu-item li a:hover {
	width: auto;
	display: block;
}

.ui-menu .ui-menu-item a:hover {
	width: auto;
	display: block;	
}

.genericiconhelp {
	position: absolute;
	right: 97px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background-image: url(../../../CSS/images/icon-buscar-ajuda.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	top: 55px;
}

.iconhelp {
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-image: url(../../../CSS/images/icon-buscar-ajuda.png);
	background-repeat: no-repeat;
}

span.iconhelp.edit {
	position: absolute;
	left: -16px;
	top: 0px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background-image: url("../../../CSS/images/icon-editar.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

span.iconhelp.withtab {
	top: 10px;
	right: 0px;
}