.anaranjado
{
	color: #f6a921;
}
.textarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 100px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 100%;
}
.lote .textarea{
    border: 1px solid #890e13;
}
.pedido .textarea{
    border: 1px solid #d9630c;;
}
.pedido .inicio{
    color: #a50a0f;
    background-color: #d9630c;
    border-color: #890e13;
}
.pedido .inicio:hover {
    color: #a50a0f;
    background-color: #890e13;
    border-color: #d9630c;
}
#barra.navbar
{
    box-shadow: 0px 0px 10px 1px rgba(137,14,19,0.9);
}
#menu .iniciada img
{
	width: 40px;
	height: 40px;
	padding: 4px;
	border-radius: 100%;
	border: 2px solid #f6a921;
}
#menu .iniciada
{
	color:#f6a921;
}
.busqueda {
    border: 3px solid #17a2b8;
        
}

.busqueda:focus {
    outline: none;
}
#listaLotes,#cambioVista{
    display: none;
}
#mapaLotes, #cambioVista2{
    display: block;
}
.video-lista{
    height: 17rem;
}
.inputHidden{
	/*display: none;*/
	width: 0px;
	height: 0px;
}
.card textarea 
{
	line-height: 1.2;
	font-size: 0.9rem;
}
#listaLotes a.close-infowindow{
  display: none;
}
