@import "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,700,600,800|Open+Sans+Condensed:300,300italic,700";

.resultados-sql{ max-height: 600px; overflow-y: scroll; }
.busqueda-sitios{ 
	margin: 3em auto;
	box-shadow: 0px 17px 32px -20px rgba(0,0,0,.2) inset;
	margin-top: -20px;
	border-radius: 0;
	margin-left: -20px;
	margin-right: -20px;
	border: none;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.busqueda-sitios .input-append { margin-bottom: auto;}
.titulo-sitio-buscado{ margin-bottom: 1em; }
.selector-fechas-estadisticas .form-inline{ margin-bottom: 0; }
.table.table-estadisticas-por-dia thead th{ vertical-align: top; }
.table.table-estadisticas-por-dia tr td{ font-size: 1em; }
.filtro-activo,
.btn-filtro-orden { margin-top: 6px; }
.texto-resultados{ line-height: 2em; margin-left: 20px; }
.nav-multiples-sitios { margin: 12px 0 0 0px; clear: both; }
@media (max-width: 960px) {
	.busqueda-sitios {
	}
}
@media (max-width: 767px){
    .busqueda-sitios{ width: auto; }
}

.smaller-text{
	font-size: 80%;
}

.navbar-glass .navbar-inner{
	background: none;
	border: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

h1, h2, h3, h4, legend {
font-family: 'Open Sans Condensed', sans-serif;
font-weight: normal;
}

.control-label{
	font-weight: bold;
}


.uneditable-input, .uneditable-textarea {
	color: #303030;
	cursor: not-allowed;
	background-color: #fcfcfc;
	border-color: #cccccc;
	box-shadow: none;
	border: none;
}

.form-horizontal .control-group {
	margin-bottom: 10px;
}

.form-control-static{
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	padding-top: 0;
	position: relative;
	padding-top: 60px;
	padding-bottom: 20px;
	min-width: 0;
	/*overflow: auto;*/
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background: #f6f6f6;
	position: absolute;
	left: 0;
	top: 0;
}


h2 .label{
	font-size: 22px;
	line-height: 34px;
}

.deleted{
	text-decoration: line-through;
	opacity: .5;
}


.badge-large {
	font-size: 130%;
	padding: 10%;
}

.gauges {
	margin-top: 20px;
}
.gauges table{
	margin: auto !important;
}

.table-responsive {
	max-width: 100%;
	overflow: auto;
}

.text-nowrap {
	white-space: nowrap;
}