/* Css by Darío Gijón for Aeurus*/

@import url('https://fonts.googleapis.com/css?family=Barlow:400,600,700&display=swap');

body{
	font-family: 'Barlow', sans-serif;
	background: #f7f7f7;
}
header{
	background: #fff;
}
header .container{
	position: relative;
}
#logo{
	margin-top: 20px;
}
#logo h1{
	width: 276px;
    height: 49px;
    background: url(/imagenes/template/logo-header.jpg) left top no-repeat;
    font-size: 0.5em;
    text-indent: -9999px;
}
#logo img{
	width: 100%;
	height: auto;
}
/*.nav ul li{
	display: inline-block;
}
.nav ul li:last-child{
	margin-right: 0;
}
.nav ul li a{
	font-size: 18px;
	color: #344b52;
	display: block;
	padding: 37px 10px;
	transform: skew(-20deg);
}
.nav ul li a span{
	display: block;
	transform: skew(20deg);
    text-transform: uppercase;
    font-size: 14px;
}
.nav ul li a:hover{
	background: #344b52;
	color: #fff;
	text-decoration: none;
}
header .btn-salir{
	position: absolute;
    right: 0;
    top: 29px;
    width: 70px;
    border-radius: 0;
    background: #71a042;
    border-color: #71a042;
}*/
.contenedor-imagen{
	background: url(/imagenes/template/grafico.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1000px;
	margin: 0 auto;
	min-height: 600px;
	position: relative;
}
.contenedor-imagen .datos{
	position: absolute;
    left: 0px;
    top: 20px;
    width: 250px;
    color: #344b52;
}
.contenedor-imagen .datos h3{
	font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}
.contenedor-imagen .datos p{
	line-height: 20px;
}
.contenedor-imagen .datos small{
	font-size: 15px;
}
.consumo{
	text-align: center;
}
.consumo small{
	display: block;
	color: #474951;
	font-size: 15px;
    position: relative;
    bottom: -5px;
}
.consumo span{
	color: #71a041;
	font-size: 20px;
}
.contenedor-imagen .solar{
	position: absolute;
	top: 187px;
    left: 440px;
}
.contenedor-imagen .red{
    position: absolute;
    top: 76px;
    right: 257px;
}
.contenedor-imagen .total{
	position: absolute;
    top: 291px;
    left: 455px;
}
.contenedor-imagen .excedentes{
	position: absolute;
    top: 155px;
    right: 89px;
    width: 150px;
}

.contenedor-imagen .gen-solar{
	position: absolute;
    top: 208px;
    left: 70px;
}

#nav-icon{
	display: none;
    width: 50px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #344b52;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 10px;
}

#nav-icon span:nth-child(3) {
  top: 20px;
}


footer{
	background: #344b52;
	padding: 50px;
}
footer .datos-contacto{
	text-align: center;
	margin-top: 30px;
}
footer .datos-contacto ul li{
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	font-size: 15px;
}
footer .datos-contacto ul li:last-child{
	margin-right: 0;
}
footer .datos-contacto ul li i{
	color: #ecd84a;
	margin-right: 5px;
}
footer .fa-mobile{
	font-size: 20px;
	vertical-align: middle;
}

.contenedor-login{
	background: url(/imagenes/template/bg-login.jpg);
	background-size: cover;
	min-height: 600px;
}
.form-login{
	background: #fff;
	padding: 50px 80px;
	margin-top: 100px;
}
.form-login .logo-login{
	display: block;
	margin: 0 auto 20px;
	width: 100%;
}
.form-login input{
	width: 100%;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #ccc;
}
.form-login .btn-ingresar{
    border-radius: 0;
    background: #71a042;
    border-color: #71a042;
    display: block;
    margin: 0 auto;
    width: 150px;
}
.form-login .link{
	display: block;
	text-align: center;
	color: #71a042;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	color: #474951;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	color: #474951;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	color: #474951;
}



.filtros .form-group{
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.filtros .form-group span{
    position: absolute;
    left: 11px;
    top: 10px;
    color: #344a52; 
}
.filtros .form-group input{
	padding: 10px;
	font-size: 15px;
	width: 100%;
}
.filtros .form-group i{
    position: absolute;
    right: 30px;
    top: 13px;
    font-size: 20px;
    color: #71a042;
}
.simbologia{
	padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.simbologia .item{
	display: inline-block;
	margin-right: 20px;
}
.simbologia .item span{
	font-size: 15px;
    color: #344a52;
}
.simbologia .circle{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	margin-right: 5px;
}
.simbologia .mag{
	background: #f95e80;
}
.simbologia .cel{
	background: #1d9ce7;
}
.simbologia .ver{
	background: #57a035;
}
.simbologia .nar{
	background: #f3810b;
}
.simbologia .vio{
	background: #cd87e0;
}


.grafico01{
	background: #fff;
	padding: 30px 0;
	text-align: center;
}
.grafico01 img{
	width: 100%;
}
.tabla-resumen{
	background: #fff;
	margin: 50px 0;
	padding: 30px;
	border: 3px solid #eaeaea;
}
.tabla-resumen h3{
	font-weight: bold;
	margin-bottom: 20px;
	color: #344a52;
	font-size: 25px;
}
.tabla-resumen table{
	width: 100%;
}
.tabla-resumen table td{
	font-size: 14px;
	color: #344a52;
	padding: 5px;
}
.bg-tr{
	background: #f7f7f7;

}
.breadcrumb{
	font-size: 14px;
    padding: 7px 0;
    background: #e6e6e6;
}
.breadcrumb a{
	color: #57a035;
}

h1{
	font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
    color: #344a52;
}
.cont-simb{
	margin-top: 50px;
	padding-bottom: 20px;
}
.cont-simb h3{
	font-size: 20px;
    font-weight: bold;
    color: #344951;
    margin-bottom: 20px;
}
/*.tabla-historico{
	overflow: scroll;
}*/
.tabla-historico .fecha{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
.tabla-historico th{
	font-weight: normal;
	font-size: 14px;
	color: #344a52;
	padding-left: 5px;
}
.tabla-historico td{
	padding: 5px;
}
.tabla-historico .bold{
	font-weight: bold;
	font-size: 15px;
}
.border-r{
	border-right: 1px solid #ccc;
}
.tabla-factura{
	width: 100%;
	margin-top: 17px;
}
.tabla-factura th, .tabla-factura td{
	padding: 20px 5px;
	font-size: 15px;
	color: #344a52;
}
.tabla-factura th{
	font-weight: normal;
}
.border-b{
	border-bottom: 1px solid #ccc;
}
.tabla-factura input{
	padding: 10px;
    text-align: right;
    font-weight: bold;
    color: #344a52;
    width: 70%;
}
.tabla-factura a{
	font-size: 30px;
	color: #71a042;
	cursor: pointer;
}
.contenedor-tablas{
	background: #fff;
	padding: 20px;
	border: 3px solid #ededed;
}
.tabla-factura-2{
	width: 100%;
}
.tabla-factura-2 th, .tabla-factura-2 td{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.tabla-factura-2 span{
	display: block;
}
.rosa{
	background: #fccbcd;
}
.amarillo{
	background: #feeba6;
}
.verde{
	background: #b4fea5;
}
.tabla-factura-2 th{
	font-weight: normal;
	padding: 15px;
}
.tit-table{
	font-size: 18px;
    font-weight: 600;
    color: #344a52;
}
.modal-body{
	padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.modal img{
	width: 100%;
}
.formulario label{
	font-size: 14px;
	color: #344a52;
}
.formulario input{
	padding: 7px;
    width: 100%;
}
.margin-left{
	margin-left: 120px;
}
.btn-guardar{
	border-color: #71a042;
    border-radius: 0;
    font-size: 16px;
    background-color: #71a042;
    width: 150px;
}
.formulario .nice-select{
	border-radius: 0;
    width: 100%;
    float: none;
    border-color: #ccc;
}
.nice-select.open .list{
	width: 100%;
}
.nice-select:after{
    width: 10px !important;
    height: 10px !important;
    top: 17px !important;
    right: 20px !important;
}
.tabla-responsiva{
	display: none;
}
.tabla-responsiva th {
    position: relative;
    height: 200px;
    text-align: center;
}
.tabla-responsiva th span {
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    left: -80px;
    width: 190px;
    bottom: 110px;
    text-align: left;
}
.tabla-responsiva strong{
	position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 20px;
}
.tabla-factura-responsiva{
    width: 100%;
    border-collapse: collapse;
    display: none;
}
.tabla-factura-responsiva th{
	text-align: center;
	border: 1px solid #ccc
}
.tabla-factura-responsiva td{
	position: relative;
    text-align: center;
    height: 70px;
    border: 1px solid #ccc;
}

.tabla-factura-responsiva span{
	transform: rotate(-90deg);
    display: block;
    width: 110px;
    position: absolute;
    left: -18px;
    text-align: left;
    bottom: 55px;
}

.alerta-girar{
	display: none;
}
.barra-sup{
	background: #3a3c45;
	padding: 7px;
	color: #fff;
	font-size: 13px;
}


.switch-button{
	position: absolute;
    right: 0;
    top: 40px;
}
.switch-button small{
	display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #71a041;
}

input:focus + .slider {
  box-shadow: 0 0 1px #71a041;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.btn-exportar{
    position: absolute;
    right: 10px;
    top: 80px;
    border-radius: 0;
    background: #71a042;
    border-color: #71a042;
}
.btn-exportar i{
	margin-left: 5px;
}

/* Responsive */

@media screen and (max-width: 1200px) {
	header{
		height: auto;
		padding: 0 0 20px 0;
	}
	#logo{
		margin-top: 0px;
	}
	.nav, header .btn-salir{
		display: none;
	}
	#nav-icon{
		display: block;
	}
	.tabla-factura{
		margin-bottom: 30px;
	}
	.margin-left{
		margin-left: 0;
	}
}
@media screen and (max-width: 1000px){
	.contenedor-imagen{
		width: 700px;
		background-size: contain;
	}
	.contenedor-imagen .solar {
    	top: 207px;
    	left: 290px;
	}
	.contenedor-imagen .red {
    	top: 116px;
    	right: 147px;
	}
	.contenedor-imagen .total {
    	top: 287px;
    	left: 305px;
	}
	.contenedor-imagen .gen-solar {
    	top: 224px;
    	left: 4px;
	}
	.contenedor-imagen .excedentes {
    	top: 175px;
    	right: 12px;
	}
	.filtros .form-group span{
    	position: relative;
    	left: auto;
    	top: auto;
	}
	.tabla-resumen .tabla-desktop{
		display: none;
	}
	.tabla-responsiva{
		display: inline-table;
	}
}
@media screen and (max-width: 767px){
	.tabla-factura-2{
		display: none;
	}
	.tabla-factura-responsiva{
		display: inline-table;
	}
}
@media screen and (max-width: 700px) {
	.contenedor-imagen{
		background: url(/imagenes/template/grafico-responsive.png);
		background-repeat: no-repeat;
		background-position: center 130px;
    	padding-top: 150px;
    	min-height: 2100px;
    	width: 500px
	}	
	.contenedor-imagen .solar {
		top: 390px;
    	left: 180px;
	}
	.contenedor-imagen .red {
		top: 773px;
    	left: 130px;
	}
	.contenedor-imagen .total {
    	top: 1150px;
    	left: 200px;
	}
	.contenedor-imagen .gen-solar {
    	top: 1540px;
    	left: 190px;
	}
	.contenedor-imagen .excedentes {
    	position: absolute;
		top: 1910px;
    	left: 140px;
    	width: 220px;
	}
	.cont-simb{
		margin-top: 20px;
		padding-bottom: 0;
	}
		.alerta-girar{
		display: block;
	}
}
@media screen and (max-width: 580px) {
	#nav-icon, #cssmenu{
		right: 30px !important;
	}
	.contenedor-imagen .datos{
		left: 0px;
	}
	footer .logo{
		text-align: center;
	}
	.contenedor-imagen{
		width: 280px;
		background-size: contain;
		min-height: 1510px;
	}
	.contenedor-imagen .solar {
    	top: 307px;
    	left: 80px;
	}
	.contenedor-imagen .red {
    	top: 570px;
    	left: 40px;
    	width: 200px;
	}
	.contenedor-imagen .total {
    	top: 840px;
    	left: 90px;
	}
	.contenedor-imagen .excedentes {
    	top: 1105px;
    	left: 25px;
	}
	.contenedor-imagen .gen-solar {
    	top: 1368px;
    	left: 86px;
	}
	.btn-guardar{
		margin: 0 auto;
		display: block;
	}
	.tabla-factura-responsiva span{
		left: -28px;
	}
	.alerta-girar{
		display: none;
	}
	canvas{
		display: none !important;
	}
	.switch-button{
		right: -40px;
	}
	.btn-exportar {
	    position: relative;
	    top: 10px;
	    display: block;
	    left: 35px;
	    margin-bottom: 30px;
	    width: 87%;
	}
	.historico-anual .btn-exportar{
		left: 15px;
	}
}




