.tabs .tab a {
	font-size: 16px;			
	color: #0073CF !important;
}
.table th {
	color: #0073CF !important;
}
.table a {
	color: #0073CF !important;
}
div.indicator {
	background-color: #0073CF !important;
}
.picker__weekday-display {
  background-color: #0073CF !important;
}
.visual label {
	color: #0073CF !important;
}
p a {
  color: #0073CF !important;
}
a.active {
  border-bottom: 2px solid #0073CF !important;
}
.noUi-connect {
	background: #0073CF !important;
}
.noUi-tooltip {
	border: 0px solid #D9D9D9 !important;
  border-radius: 0px !important;
  padding: 0px !important;
  font-size:12px !important;
  color: #0073CF !important;
}



/* Boton por defecto */
.btn, .btn-large {
  background-color: #757575;
}
.btn:hover, .btn-large:hover {
	background-color: #9e9e9e;
}
/* Fin boton */

.container {
	width: 90%;
}

.section h5 {
  font-size: 1.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 3px solid black;
}

h5 {
  font-size: 1.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 3px solid black;
}

h5.sin_linea {
  font-size: 1.64rem;
  padding-bottom: 0.2rem;
  border-bottom: 0px solid black;	!important;
}

i.ajustado {
	font-size: 3rem;	
}

div.margen_abajo {
	margin-bottom: 1rem;
}

div.cabecera_margen {
	margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cabecera_sin_margen {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  ul.pagination {
		margin-bottom: 5rem;    	
  }
	img.logo {
		height: 56px;
	}
}

@media only screen and (min-width: 700px) {
  .botonera {
		margin-top: 2em;	  	
  }
}	  

#fixedbutton {
	position: fixed;
	bottom: 5px;
	right: 5px; 
}

@media only print {
  .hide_on_print {
  	display:none;
  }
}

div.xdsoft_datetimepicker {
	visibility: hidden !important;
	display:none !important;
}

nav i.material-icons {
	font-size: 2rem;		
}

span.badge {
	position: initial;
	min-width: 1rem;
	border-radius: 3px;
}

.select-wrapper input.select-dropdown {
	margin-top: 0px;
}

p.help-block {
	visibility: hidden !important;
}

.visual input {
	color: #555 !important;
/*	margin: 0; */
}

.select-wrapper input.select-dropdown:disabled {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

input.select-dropdown {
	margin-top: 0px !important;	
}

.collection {
	overflow: visible !important;
}

.collection-item {
	padding-left: 20px !important;	 
}

/*
input[type=number], textarea.materialize-textarea {
	height: 3.5rem;
}

input.datepicker {
	height: 3.5rem;
}

form .visual .help-block {
	top: 0px;
}
*/
