@import url('https://fonts.googleapis.com/css?family=Raleway');
h1, h2, h3, h4 ,h5 ,h6{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bolder;
}
.container-contrato {
	width:100%;
	min-height: 200px;
    margin-top: 20px;
}
#menu{
	position: fixed;
	left: 0px;
	top:0px;
	height: 100% !important;
	width: 8% !important;
	background-color: white;
	min-width: 300px;
}
.grafico_potenciales canvas{
	background-color:rgba(0,0,0,0.2);
}
.carousel.carousel-slider{
	height: 700px;
}
.indicators li{
	background-color: #222 !important;
}
.indicators li.active{
	background-color: green !important;
}
.indicators{
	bottom:-29px !important;
}
span.leyenda2.non-active{
	color: #222 !important;
	background: none !important;
}
span.leyenda2{
	padding: 10px; 
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
	color:#222 !important;
	border:1px solid #222;
	color:white !important;
}
#cerrado{
	border-color:#4CAF50 !important;
}
#contacto{
	border-color:grey !important;
}
#negativo{
	border-color:red !important;
}
canvas{
z-index:999;
}
span.cantidad{
	display: block;
}
.notificador .btn.red{
	margin-left: 20px;
}

#menu div ul li a{
	color: #222;
	padding-left: 50px;
}
#menu div ul li{
	width: 100% !important;
}
.primer_link a{
	height: 150px;
}
.leyenda{
	background-color:#efefef;
	display:inline-block;
	padding:10px 10px 10px 10px;
	margin-top:260px;
}
.material-icons.menu{
	display: inline-block !important;
	width: 24px !important;
	margin-right: 5px;
	position: relative;
	top: 5px;
}
.primer_link a img{
	margin-top: 20px;
	margin-left: 30px;
}
#menu div form{
	margin-left: 50px;
}
.container{
	width: 92%;
	position: relative;
	left:8%;
}
.collapsible-header i{
	margin-right: 0px;
}
.center{
	text-align: center;
}
.datos_factu_pri{
	border-top:2px solid #222;
}
button.pago{
	padding-bottom: 42px;
	margin-bottom: 10px;
}
i.pago{
	position: relative;
	top: 4px;
}
.datos_cli{
	border-right: 2px solid #222;
}
.datos_cli_fac{
	border-bottom: 2px solid #222;
}
#busqueda{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 999;
	width: 92%;
	top:0px;
	left:300px;
	padding: 25px 25px 25px 25px;
	display: none;
	text-align: center;
}
.collapsible-head{
	/*margin-right:10px;*/
	/*width:20%;*/
}
#busqueda form p label{
	margin-left: 50px;
}
.limpiar_busqueda{
	position:fixed;
	right: 10px;
	top:10px;
}
.limpiar_busqueda a{
	padding: 10px 5px 50px 5px;
}
.limpiar_busqueda a h5{
	margin-top: 0px;
}
.paginador *{
	display: inline-block;
}
.paginador div h5{
	position: relative;
	top: 5px;
}
.paginador{
	width: 100%;
	text-align: center;
	padding: 50px 50px 50px 50px;
}
.paginador input{
	margin:0px 10px 0px 10px;
}
#busqueda input{
	display: inline-block;
}
#busqueda input[type=text]{
	width: 90%;
	margin-right: 20px;
	color:white;
}
th{
	text-align: center;
}
#insercion{
	display: none;
}
.primera_fila{
	background:linear-gradient(green,lightgreen,yellow);
	color:#222;
	border-bottom: 3px solid green;
}
.body {
  position: relative;
  font-family:
    'Roboto','Helvetica','Arial',sans-serif;
}

.wrap {
  position: absolute;
  right: 0;
  top: 40%;
  width: 350px;
  left: 0;
  margin: 0 auto;
}

/* select starting stylings ------------------------------*/


.select-text {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #26a69a;
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border-bottom: 1px solid #26a69a;
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #26a69a;
	pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
	color: #26a69a;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	color: #26a69a;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
}

/* BOTTOM BARS ================================= */
.select-bar {
	position: relative;
	display: block;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #26a69a;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}


/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.ser_det{
	display: inline-block;
	margin-right: 10%;
}
.mod-btn{
	position: absolute;
	right: 20px;
}
.collapsible-head i{
	position: relative;
	top: 5px;
}
.elim_ser{
	position: relative;
	margin-left: 10px;
	bottom: 1px;
}
.precio_total{
	border: 1px solid #222;
}
.cantidad{
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	border:1px solid #222; 
}
.form_cant{
	margin-left: 10px;
}
.form_cant form span{
	position: relative;
	top:1px;
}
.set_can{
	padding-left: 5px;
	padding-right: 5px;
}
.collapsible-header p{
	position: relative;
	bottom: 7px;
}
.datos_beneficiario{
	border: 3px solid #ccc;
	margin-bottom: 10px;
}
.encabezado_factura{
	background-color: #efefef;
	color:red;
}
.encabezado_factura span{
	color:#222;
}
.modi{
	display: inline-block;
	width: 30%;
}
.modi_num{
	position: relative;
	float: right;
}
.modi_num form input[type=text]{
	position: relative;
	bottom: 10px;
}
.iva{
	text-align: right;
}
.factura_icon{
	position: relative;
	top: 3px;
}
table.factura{
	margin-bottom: 10px;
}
.pagina{
	margin-bottom: 200px;
}
.iva_last{
	border-bottom: 3px solid #222;

}
.fixed{
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.superior_factu{
	border-bottom-color: transparent;
}
.canvas{
	background-image: url("../imgs/cuadrado.png");
	background-size: 20px 20px;
}
.color_leyenda{
	padding:5px 15px 5px 15px;
	border-radius:5px;
	margin-left:10px;
}
.luzverde{
	background-color:lightgreen;
}
.rojo{
	background-color:red;
}

.verde{
	background-color:green;
}

.lila{
	background-color:purple;
}
.blanco{
	background-color:white;
}
.sidenav{z-index: 10000000;}
.grafico_potenciales canvas { width: 84%;}

.row.big{
	width: 95% !important;
}
.text-center{
	text-align: center;
}
.bajar-warning{
	position: relative;
	top: 5px;
	margin-bottom: 30px;
}
.cliente_btn_sec{
	position: relative;
	bottom: 72px;
	left: 70px;
}
.boton_sup{
	margin-bottom: 10px;
}
.boton-sup2{
	margin-top: -10px;
	margin-bottom: 10px;
}
.container {padding: 10px;}

.servicios-modi{
    position: absolute;
    right: 25px;
    margin-top: -5px;
}
.set_can.mas{
	transform: rotate(90deg);
	position:relative;
	left: 30px;
}
.set_can.menos{
	transform: rotate(90deg);
	position:relative;
	left: 30px;
}
.avisos p button{
	position: relative;
	right:20px;
}
.notificador{
	position: fixed;
	top: 30px;
	right: 30px;
	
	
	z-index: 1005;
}
a .badge{
	position: relative;
	top: 7px;
}
#loader{
	position: fixed;
	top: 10px;
	right: 30px;
	padding:32px;
	/*background-color: rgba(0,0,0,0.3);*/
}
span.badge.enfecha:after{
	content: "En fecha";
	color: white;
}
span.badge.aunno:after{
	content: "Aún no";
	color: white;
}
.borrar-noti{
	position: absolute;
    right: 115px;
}
@media screen and (max-width:1300px){
	.container{
		width: 100%;
		position: relative;
		left:0;
	}
	#menu{
		display: none;
	}
	#busqueda{
		width: 100%;
		left: 0%;
	}
	.sidenav-trigger{
		position:fixed; 
		top:5px;
		left: 5px;
	}
	.sidenav-trigger{
		z-index: 998; 
	}
	

}
@media print{
	#menu{
		display: none;
	}
	.container{
		width: 100%;
		position: relative;
		left:0;
	}
	.sidenav-trigger{
		display: none;
	}
	.modi{
		display: none;
	}
	.no_print{
		display: none;
	}
	.pagina{
		height: 27cm;
		margin-bottom: 2cm;
	}
}
/*#listado i.material-icons {
    position: relative;
    top: 6px;
}
#listado b {
    position: relative;
    top: 4px;
}
*/