:root{
	--color-principal: #95B849;
	--color-secundario: #F9F6F1;
	--color-terciario: #009E62;
	--blanco: #FFFFFF;
	--gris-claro: #F9F6F1;
	--negro: #333333;
	--color7: #FFCD00;
}


@import url(http://fonts.googleapis.com/css?family=Roboto);

/**** PRINCIPALES ****/
.centrar-login {
  margin: 150px auto;
}
.centrar-login.recuperapass{
  margin: 23px auto;
}
.centrar-login.recuperapass .loginmodal-container{
  margin-top: 0;
}

.desplazar-inicio {
  padding-top: 70px;
}

textarea#solicitud::-webkit-input-placeholder{
  color: #cc2626;
    font-size: 12px;
    font-style: italic;
}
textarea#solicitud:-moz-placeholder{
  color: #cc2626;
    font-size: 12px;
    font-style: italic;
}
textarea#solicitud:-ms-input-placeholder { 
    color: #cc2626;
    font-size: 12px;
    font-style: italic; 
}

/*.desplazar-tickets {
  margin: 190px 0px 0px 0px;
}*/

/* PERSONALIZAR TICKETS */

.table-striped-netkia > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 176, 249, 0.28);
}

.table-hover-netkia > tbody > tr:hover {
  background-color: rgba(0, 176, 251, 0.5);
}

body{
  background-image: url( ../img/avatar-2155431_1920.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center -150px;
}
#wrapi{
  background: rgb(255,255,255,0.75);
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
  background-color: var(--color-principal);
  border-color: var(--color-principal);
}

#cabecera{
	background: var(--negro) url( ../img/writing-336370_1920.jpg) no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: 0 -325px;
	width: 100%;	
	height: 70px;  
	text-align: center;
	color: var(--blanco); 
	font-size: 30px;
	padding-top: 10px;
	border-bottom: 1px solid var(--negro);
}

table#example tbody tr td{
  cursor: pointer;
}

#modales{
  margin-bottom: 1%; 
}
#modales_ver{
  margin-top: 2.5%; 
  margin-bottom: 1%; 
}
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 80% !important;
  background-color: var(--color-secundario);
  margin: 0 auto;
  margin-top: 25%;
  border-radius: 7px;
  overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: Roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: var(--blanco);
  border: 1px solid var(--gris-claro);
  border-top: 1px solid var(--principal);
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid var(--gris-claro);
  border-top: 1px solid var(--gris-claro);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  border: 0px;
  color: var(--negro);
  background-color: var(--color7);
  padding: 17px 0px;
  font-size: 16px;
  font-weight: 600;
  width:100%;
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  background-color: var(--color-terciario);
  color: var(--blanco);
}

.loginmodal-container a {
  color: var(--negro);
  font-weight: 600;
  text-align: center;
  display: inline-block;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 5px;
  margin-top: 10px;
}
.login-help>.btn{
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.login-help>a{
  font-size: 11px;
  text-decoration:none;
  font-weight: 400;
}
.login-help>a:hover{
  color: var(--negro);

}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    background: url(../img/computer-336628_1280.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.full-gris {
    background: url(../img/banner-gris.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navbar-inverserui{
  background-color: var(--gris-claro);
  margin-top: 8px;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
  height: 100%;
  min-height: 100%;

}
body{
 /* overflow: hidden;*/
}

#wrap, #wrapi {
  /*overflow: auto;
  height: 82.5%;*/
  min-height: 100%;
  padding-bottom: 170px;
  margin-bottom: -170px;
}
/*
#wrapi {
  overflow: auto;
  height: 90%;
}*/

#main {
  overflow: auto;
  padding-top: 80px;
	/*padding-bottom: 30px;*/
}  /* must be same height as the footer */

#footer {
	position: relative;
	height: 170px;
  padding-top: 0px ;
  padding-bottom: 0px ;
	/*clear:both;*/
	background: var(--gris-claro);
  color: var(--negro);

  border-top: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, var(--color-terciario), var(--color7));
  text-align: left;
  font-size: 14px;
}

#footer h6{
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--color-terciario);
  border-bottom: 1px solid var(--color-principal);
  padding-bottom: 15px;
  font-size: 14px;
}

.list-links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: table;
  width: 100%;
}
.list-links > li {
  margin: 3px 0;
}
footer, .list-links a {
  color: var(--negro);
}

/*Opera Fix*/
/*body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}*/

.session_on{
  width:100%;
  height: 20%;
  background: var(--negro);
  opacity: 0.75;
  color:var(--blanco);
  font-weight: bold;
  border-radius: 20px;
  margin-top: 20%;
  padding-top: 20%;
}

.fuera{
  text-decoration:none; 
  color:var(--blanco); 
}
.header{
  background: var(--color-terciario);
  min-height: 80px;
}
.img-bloque{
  width:100%;
 
}
.ancho{
  margin-top: 10px;
  width:100%;
}
#cambiapass{
  margin-top: 4%;
}
.cambiarpass{
  display:none;
}
#resultados_tickets{
  border-top:5px solid var(--color-terciario);
 /* margin-top: 2.5%;*/
}
.di_infocomplementaria{
  margin-top: 2%;
  padding:5px;
}
.bloqueintervencion{
  border: 1px solid var(--gris-claro);
  margin-top: 10px;
}

#cabecera_intervenciones{
  border-left: 2px solid var(--gris-claro);
  border-right: 2px solid var(--gris-claro);
}
.dt_intervencion{
  margin-top: 2%;
  margin-bottom:1%;
  padding:5px;
}
.bloque{
  border-top:5px solid var(--color-terciario);
  background: var(--blanco);
  border-left:2px solid var(--gris-claro);
  border-right: 2px solid var(--gris-claro);
  border-bottom:2px solid var(--gris-claro);
  height: 100%;
}
.bloque_btn{
  border-bottom:5px solid var(--color-terciario);
}
.bloqueint{
  border-top:5px solid var(--color-terciario);
  background: var(--blanco);
  height: 100%;
}
#esperando{
  background: var(--gris-claro);
  float:center;
  height: 500px;
  padding:5%;
  padding-top: 15%;
}

#dt_estado{
  margin-top: 2%;
}
#dt_asunto{
  margin-top: 5%;
}
#dt_ticket{
  margin-top: 5%;
}
#dt_fechaemision{
  margin-top: 5%;
  color:var(--color-terciario);
}
#ver_ticket{
  margin-top: 1%;
  padding-bottom: 25px;
}
#ver_pedido_cont{
  margin-top: 2%;
}
#ver_presupuesto{
  margin-top: 3%;
}
.filtrar{
  margin-left:25%;
  width:50%;
  padding:1%;
  background: var(--color-terciario);
  color:var(--blanco);
  font-weight: bold;
  border-radius: 10px;
}

#camposfiltro{
  border:1px solid var(--negro);
  border-radius: 10px;
  padding:2%;
}
.solicitar_registro{
  margin-top: 2%;
}

.social{
  margin-top: 15px;
  margin-left: 0;
}
.social > li{margin: 0; max-width: 30px;}
.social > li > a{margin: 0 auto; display: block;}
.social > li > a > img{width: 100%;}

.footer-bottom{
  background-color: var(--gris-claro); 
  
  border-top: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, var(--color-terciario), var(--color7));

  margin-top: 33px;
}
.footer-bottom p{margin: 0; padding: 6px 0 7px; color: var(--negro);}

.pie>.label{
  color:var(--blanco);
}
.Nopermitidocuerpo{
  margin-top: 15%;
}
/*====================presupuestos==================*/
#boton_pdf{
  margin-top: 1.5%;
}
#presupuesto_uuid{
  width:100%;
  border: 2px solid var(--color-terciario);
  background: var(--gris-claro);
  font-size: 40px;
  text-align: center;
  padding:10px;
  resize:none;
}
#pedido_uuid{
  width:100%;
  border: 2px solid var(--color-terciario);
  background: var(--gris-claro);
  font-size: 40px;
  text-align: center;
  padding:10px;
  resize:none;
}
.pedido_arbol{
  width:100%;
  border: 2px solid var(--color-terciario);
  background: var(--gris-claro);
  font-size: 20px;
  text-align: center;
  padding:10px;
  resize:none;
  margin-bottom: 10px;
}

#bloque_datos{
  margin-top: 0.5%;
}
.inputru{
  background-color: transparent !important;
  border:none !important;
  box-shadow: none !important;
  width:100%;
  text-align: center;
}
.label_presu{
  margin-top: 0.5%;
}

.tabla_cabecera{
  background: var(--color-terciario);
  color:var(--blanco);
}

#tabla_presupuesto{
  border-top: 5px solid var(--color-terciario) !important;
  border:1px solid var(--negro);
}
#bloque_tabla,#bloque_miembros,#bloque_comen{
  margin-top:3%;
}

.centrar{
  text-align: center;
  padding: 10px;
}
.linea{
  color: var(--gris-claro);
}
.detalleinterno{
  padding:20px;
}
.lbnt{
	font-style:"inherit";
	font-family: "Courier New",Courier, monospace;
  font-size: 150%;
  color: var(--color-terciario);
}
.lbntc{
  font-family: "Courier New",Courier;
  font-size: 100%;
  color: var(--color-terciario);
  margin-bottom: 2%;
}
.condiciones{
  border:solid 1px;
  width: 100%; 
  height:250px; 
  overflow-y: scroll; 
  text-align:justify;
  padding-right: 15px;
  padding-left: 15px;
}
#resultados_pedidos{
  border-top: 5px solid var(--color-principal);
}
.peticiones{
  background-image:url('../img/desk-3076954_1920.jpg');
}

.btn-info{
  background: var(--color7) !important;
  border-color: var(--color7);
  color: var(--negro);
  font-weight: 600;
}
.btn-info:hover{
  background: var(--color-terciario) !important;
  border-color: var(--color-terciario);
}

.rot {
  /*-moz-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);*/
  padding-top:15%;
  padding-left:15%;
   
}
.pointer { 
  cursor: pointer;
}

/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/


.navbar-brand{padding-top: 0; padding-bottom: 0; }
.navbar-brand > img{width: 100% !important; max-width: 200px; margin-top: 12px;}

.navbar-inverse{background-color: var(--color-terciario); background-image: none; border-bottom: 0; }

.navbar-brand,
.navbar-inverse,
#myNavbar .navbar-nav,
#myNavbar .navbar-nav > li,
#myNavbar .navbar-nav > li > a{
  height: 80px !important;
}

#myNavbar .navbar-nav > li > a{
  padding-top: 30px;
}

.btn-primary.btn-logout{background-color: #ee465a; border-width: 0; background-image: none; border-radius: 0; color: var(--blanco) !important; margin-left: 15px;}
.btn-primary.btn-logout:hover{border-color: var(--color-terciario) !important; background-color: #CC0000 !important;}

.navbar-nav > li > a{
  text-transform: uppercase; 
  font-size: 14px; 
  height: 50px;
  color:var(--blanco) !important;
  font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus{  
  background-color: var(--gris-claro);
  color: var(--negro) !important;
  border-color: var(--color7);
}

.enlaces-dashboard{max-width: 360px;}
.enlaces-dashboard > a{text-decoration: none;}
.enlaces-dashboard > a:hover{ background-color: var(--gris-claro);}
.enlaces-dashboard > a .h3{margin-top: 5px; margin-bottom: 20px;}
.enlaces-dashboard > a .list-group:last-child{margin-bottom: 0}

#myNavbar{background-color: var(--color-terciario); margin: 0 -30px; height: 100% !important;}


/*************************/
/*     MEDIA QUERIES     */
/*************************/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  footer .contacto{font-size: 80%;}
  footer h6{font-size: 120%; margin-top: 0;}
  .navbar-default{min-height: 0;}

  /*#myNavbar > .navbar-right{width: 100%; margin: 0;}
  #myNavbar > .navbar-right:nth-child(1){float: right !important;}
  #myNavbar > .navbar-right:nth-child(2){float: left !important;}*/

  #myNavbar > .navbar-right{margin-bottom: 0;}

  .btn-primary.btn-logout{margin-left: 0}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
   #myNavbar > .navbar-right > li > a{text-align: center;}
}

#condiciones > p{
    font-size: 10px !important;
}

#resumen{
  margin-bottom:2%;
  outline:2px solid  var(--color-terciario);
}

.contratoresumen{
  background:var(--blanco);
  padding:10px;
  
}
.datosimportantes{
  font-weight: bold;
  color:var(--negro);
}
#desgloselineas{
  display:none;
}
.contratoresumenlineas{
  background: var(--gris-claro);
  padding:10px;
}
.linea{
  border-top:2px solid var(--gris-claro);
}

#catalogo, #producto, #resumen-pedido{font-size: 14px; margin-top: 55px;}
.panel > .panel-heading > .icon-inner{
    margin: -10px 15px -10px -15px; 
    padding: 10px 15px; 
    min-width: 47px; 
    max-height: 37px; 
    text-align: center;
    border-right: 1px solid var(--gris-claro);

    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}
.panel > .panel-heading > .icon-inner > .fa{vertical-align: top;}
.panel-default > .panel-heading > .icon-inner{
    background-color: var(--gris-claro);
    border-color: var(--gris-claro);
}
.panel-primary > .panel-heading > .icon-inner{
    background-color: var(--color-terciario);
    border-color: var(--color-terciario);
}
.img-catalogo{width: 100%; max-height: 170px;}
.text-description{min-height: 85px;}

#catalogo .pagination, #producto .pagination{margin: 0;}

.precio > span:after{content: "€"; font-size: 85%; margin-left: 2px;}

.last{margin-bottom: 0;}

#producto .precio_total{font-size: 24px;}

.block{margin-top: 20px; margin-bottom: 20px;}
.block:first-child{margin-top: 0;}
.block:last-child{margin-bottom: 0;}

.carrito{font-size: 12px;}

.enlace-carrito:hover{text-decoration: none; }
.enlace-carrito:hover span{color: var(--color-terciario);}

.contendor-carrito{margin-top: 10px}

.logo-pie{
  width: 200px;
}

.container-fluid > .banner{
	margin-left: -15px;
	margin-right: -15px;
}
.banner{
	height: 100px;
	margin-bottom: 25px;
}
.banner.sugerencias{
	background-image: url('../img/computer-336628_1280.jpg'); 
	background-position: center -600px; 
	background-size: 100% auto;
}
.banner.attachment{
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.spinner{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;

	font-size: 10px;
	text-transform: uppercase;

	color: var(--negro);
	border: 1px solid var(--negro);
	background-color: var(--gris-claro);

	padding: 5px 8px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.spinner i{
	margin-right: 2px;
	font-size: 13px;
}

.spinner > span{
	display: none;
}
.spinner.init > span.init,
.spinner.ok > span.ok,
.spinner.ko > span.ko{
	display: block;
}

.spinner.init{
	color: var(--color-terciario);
	border-color: var(--color-terciario);
	background-color: var(--gris-claro);
}
.spinner.ok{
	color: #36ba12;
	border-color: #36ba12;
	background-color: var(--gris-claro);
}
.spinner.ko{
	color: #c61515;
	border-color: #c61515;
	background-color: #edb1b1;
}
.list-normal{
  margin: 0 0 15px 15px;
}
.list-normal > li{
  margin-left: 15px;
  margin-bottom: 15px;
}