@import url('formas.css');
@import url('margenes.css');
@import url('tablas.css');


.icono-flota
{
	float: right;
	padding: 5px;
}

.grupo-campos
{
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.grupo-campos legend
{
	font-size: 0.9rem;
	display: table;
	width: inherit;
	padding: 5px 10px;
}

input, option, select
{
	font-family: Montserrat, sans-serif;
}
textarea
{
	resize: none;
	font-family: Montserrat, sans-serif;
}

.autocompletados
{
	overflow: hidden;
	overflow-y: auto;
    max-height: 300px;
	width: 70%;
    position: absolute;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 5px 5px 5px rgba(1,2,1,.4);
	background-color: rgba(255, 255, 255, 1);
	top: 30px;
}

.autocompletados-sm
{
	overflow: hidden;
	overflow-y: auto;
    max-height: 300px;
	width: 80%;
    position: absolute;
    z-index: 100;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 5px 5px 5px rgba(1,2,1,.4);
	background-color: rgba(255, 255, 255, 1);
	top: 31px;
}

.autocompletados-lg
{
	overflow: hidden;
	overflow-y: auto;
    max-height: 300px;
	width: 80%;
    position: absolute;
    z-index: 100;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 5px 5px 5px rgba(1,2,1,.4);
	background-color: rgba(255, 255, 255, 1);
	top: 48px;
}

.autocompletar-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.autocompletar-list-item
{
	background-color: rgba(255,255,255,1);
	padding: 3px;
	border-bottom: 1px solid rgba(221,225,226,1);
	color: #000;
}

.autocompletar-list-item:hover
{
	background-color: rgba(28,91,119,1);
	color: rgba(209,238,255,1);
	cursor: pointer;
}

.relative-form{
	position: relative;
}

.time-picker-select{
	position: absolute;
	display: block;
	background-color: #fff;
	padding: 1rem;
	width: 220px;
	box-shadow: 5px 5px 10px rgba(151, 150, 149, 0.4);
	z-index: 9 !important;
}

.cursor-pointer:hover{
	cursor: pointer;
}