
.form-narrow {
    max-width: 490px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
}

.form-group{
	margin-bottom: 10px;
}
.botonEditar {
	margin-right: 12px;
}

.elementoFormulario {
	padding: 2px 10px;
	height: 30px;
}

.icono-boton {
	cursor: pointer;
}

.ocultoPeroOcupandoEspacio {
	visibility: hidden;
}

.oculto {
	display: none;
}


.container-fluid {
  max-width: 1200px;
}

.tabsTipoEntidad {
	margin-bottom: 20px;
	width: 207px;
}

.buscadorLista {
	margin-bottom: 10px;
}

.pagination {
	margin-top: 0px;
	
}

#enlaceMiCuenta {
	cursor: pointer;	
}


td > .form-group {
	margin: 0px !important;
}
.table {
	margin-top: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td{
	padding: 4px;
}

.listaEditableBotones {
	margin-top: 10px;
}

.botonNuevaEntidadPrincipal {
	margin-bottom: 24px;
}

fieldset .alert-info {
	margin-top: 15px;
}

 .dialog-header-error { background-color: #d2322d; }
.dialog-header-wait { background-color: #428bca; }
.dialog-header-notify { background-color: #eeeeee; }
.dialog-header-confirm { background-color: #2FA4E7; }
	.dialog-header-error span, .dialog-header-error h4,
	.dialog-header-wait span, .dialog-header-wait h4,
	.dialog-header-confirm span, .dialog-header-confirm h4 { color: #ffffff; } 


.modal-cabecera-nuevo{
	padding: 5px 15px 5px 25px;
	margin-bottom: 10px;
}

.modal-botones {
	margin-top: 10px;
}

.modal-cancelar-nuevo {
	font-size: 30px;
}

.asteriscoCampoRequerido {
	color: red;
}

.inputHora input {
	height: 30px;
}

h1 {
	font-size: 23px;
}

h2{
	font-size: 23px;
	height: 35px;
}

label {
	margin-bottom: 2px;
	color: #777777;
}

fieldset legend {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	border-color: #cccccc;	
}

fieldset fieldset legend {
	font-size: 16px;	
}

fieldset fieldset legend{
	font-size: 14px;
}

div.botones{
   clear: both;
    float: none;
    height: 45px;
    overflow: visible;
}

.btn {
	padding: 6px 10px;
}

.nav-tabs li a {
	cursor: pointer !important;
}

a {
	cursor: pointer;
}

.glyphicon {
	cursor: pointer;	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glyphicon-grande{
	font-size: 24px;	
}

.sin-padding-lateral {
	padding-left:0px; 
	padding-right:0px;
}

div.filtro{
	margin-top: 15px;
}

/** Viajes Conductor **/

.cuadro-viaje {
	cursor: pointer;
	padding: 4px 0px 4px 10px;
	margin-bottom: 5px;
}
.cuadro-viaje .pull-right{
	padding-right: 5px;
}
.azul {
	color: #178acc;
}

.cabeceraFormulario {
	font-size: 20px;
	color: #317eac;
	margin-bottom: 10px;
}

.viaje-datos-adicionales {
	padding-bottom: 19px;
}

.infoRecogidaViaje {
	color: #317eac;
}

/* Parte superior de las páginas con título y botones */
.filaTitulo{
	font-size: 23px;
	color: #317eac;
	margin-bottom: 10px;
	margin-top:20px;
}

.bloqueBotonesInferiores{
	padding-left: 20px;
}

/* Estadísticas */

.estadisticas label {
	padding-top: 8px;
}
.estadisticas {
	margin-bottom: 0px; 
	margin-top: 10px;
}

.filaEstadisticas {
	margin-top:8px;
	padding-top:8px;
	padding-bottom:5px;
	background-color:#ECECEC;
	
}
/* Excel */

.boton-excel {
	margin-left:10px;
}

.spinner {
   position: relative;
   width: 30px;
   height: 30px;
}

/* Anchos ajustados para tablas (tabla todo tipo de viajes) */
.col-sm-1-4 {
    width: 11.6%;
}
.col-sm-1-5 {
    width: 12.6%;
}
.col-sm-1-6 {
    width: 13.333333%;
}

@media (max-width: 768px) {
	.col-sm-1-4 {
	    width: auto;
	}
	.col-sm-1-6 {
	    width: auto;
	}
}

@media (max-width: 460px){
	.nav > li > a {
		  padding: 10px 8px;
	}
}

.enlaceGestionRecogida {
	margin-right: 10px;
	margin-top: 25px;
} 

