div.page {
  padding: 20px !important;
}

.accion{
	cursor: pointer;
	color: rgb(66, 66, 66);
}

.accion:hover{
	color: rgb(0,140,0);
	transform: scale(1.12, 1.12);
}

.accion:active{
	transform: scale(1.375, 1.375);
}

.no-accion{

  color: rgb(193, 193, 193) !important;
  pointer-events: none;

}

.dark-accion{
	cursor: pointer;
	color: rgb(66, 66, 66);
}

.dark-accion:hover{
	color: rgb(140,140,140);
	transform: scale(1.12, 1.12);
}

.dark-accion:active{
	transform: scale(1.375, 1.375);
}

#btn-nuevo{
  background-color: rgb(0,140,0);
}

.btn-iltec{
  background-color: rgb(0,140,0) !important;
  color: #FFFFFF !important;	
}

.valor-resaltado {

  color: #0000FF;

}

.nuevo{
    position: fixed;
    bottom: 45px;
    right: 50px;
    font-size: 18px;
    z-index: 99;
}

.nuevo-new {
  position: relative;
  z-index: 99;
  float: right;
  bottom: 0px;
}

.labelForm{
	color: rgb(100,100,100);
}

.selector{
    color: black;
}

.pestaña{
    text-decoration-color: black;
    text-align: center;
}

p{
    color: black;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar).md-accent, md-toolbar:not(.md-menu-toolbar).md-accent{
	background-color: rgb(0,140,0)!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: rgb(0, 140, 0)!important;
	border-color: rgb(0, 140, 0)!important;

}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	color: rgb(255,255,255)!important;
}
.pagination>li>a, .pagination>li>span{
	color: rgb(0,140,0)!important;
}

.ayudas{
	font-size: 9pt;
	color: red;
	font-weight: normal;
}

@media (max-width: 600px) {
	.nuevo {
		bottom: 30px;
		right: 25px;
	}
}

.form-row{

	margin-top: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;

}

.objeto-seleccionado{

	background-color: rgba(142, 213, 130, 0.59) !important;
    border: 2px solid rgb(18, 115, 1) !important;
	
}

.mrp-btn-group {

	position: fixed;
    right: 70px;
    /*top: 123px;*/
    background-color: #008C00;
    border-radius: 10px;
    padding: 5px;

}

.buscador {
  position: fixed;
  top: 90px;
  z-index: 5;
  width: auto;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.md-content__body {

  width: 100%;

}

.index{

	z-index: 0;

}

.check-mrp {

	height: 15px;
    width: 15px;
    margin: 0% 1% !important;

}

.titulo-resaltado {

	background-color: #F5F5F5;
	
}

.page-inicio {

	background-image: url(../images/CP_fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    background-position: top center;    
    padding-top: 15% !important;

}

.titulo-inicio {
  color: #FFFFFF;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 42pt;
  margin-top: 15%;
}

.btn-lista {

	width: 100%;
    font-size: 10pt !important;
    padding: 6px 0px !important;
    margin: 10px 0px;

}

.lista-kit{

	font-size: 8pt;
	color: #1f6900;
	background-color: rgba(2, 156, 0, 0.11);

}

.cotizacion-spinner {

	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding-top: 25%;
    background-color: rgba(255, 255, 255, 0.68);
    
}

.columna-consulta {

	background-color: rgba(179, 179, 179, 0.27);
    color: black;
    padding-top: 1% !important;

}

.columna-consulta-verde {

	background-color: rgba(36, 160, 0, 0.37);
    color: green;
    padding-top: 1% !important;

}

.restaurar-filtros {

	position: absolute;
    right: 30px;
    top: 80px;

}

.restaurar-filtros h6{

	font-size: 10pt !important;
    color: #FF0000 !important;

}

.alert {

	font-style: italic !important;
    color: #FF0000 !important;
    text-decoration: underline;

}

.cotizacion-enviada {

    background-color: rgba(0, 84, 0, 0.23);

}

.cotizacion-pendiente-monto {

    background-color: rgba(255, 252, 0, 0.36);

}

.cotizacion-rechazada {

    background-color: rgba(0, 38, 255, 0.226);

}

.cotizacion-inactiva {

  background-color: rgba(236, 236, 236, 0.23);
  color: rgb(153, 153, 153);

}
.cotizacion-finalizada {
  color: rgb(4, 72, 0);
  background-color: rgba(90, 136, 87, 0.6);
  border: 2px solid rgb(90, 136, 87);
}
.label {

  color: #000000 !important;
  padding: 5px !important;
  border: 1px solid #000000;
  float: left;
  width: 16.6666%;

}

.cotizacion-pendiente-descuento {

    background-color: rgba(255, 88, 0, 0.52);

}

.leyenda-cotizacion-inactiva {

    background-color: rgb(153, 153, 153) !important;
    color: #FFFFFF !important;

}

.leyenda-cotizacion-enviada {

    background-color: rgba(0, 158, 0, 0.7) !important;
    color: #FFFFFF !important;

}

.leyenda-cotizacion-pendiente-monto {

    background-color: rgba(255, 252, 0, 0.7) !important;

}

.leyenda-cotizacion-rechazada {

    background-color: rgba(0, 17, 255, 0.7) !important;
    color: #FFFFFF !important;

}

.leyenda-cotizacion-pendiente-descuento {

    background-color: rgba(255, 88, 0, 0.7) !important;
    color: #FFFFFF !important;

}

.leyenda-cotizacion-finalizada {

    background-color: #4C895B !important;
    color: #FFFFFF !important;

}

.contenido {

  margin-top: 110px;

}

.leyenda-item {

  background-color: rgba(197, 197, 197, 0.16) !important;

}

@media (max-width: 767px) {

  .restaurar-filtros {

	    top: 130px;

	}
}

.animate-search {
  line-height:30px;
  list-style:none;
  box-sizing:border-box;
}

.animate-search.ng-move,
.animate-search.ng-enter,
.animate-search.ng-leave {
  transition:all linear 0.5s;
}

.animate-search.ng-leave.ng-leave-active,
.animate-search.ng-move,
.animate-search.ng-enter {
  opacity:0;
  max-height:0;
}

.animate-search.ng-leave,
.animate-search.ng-move.ng-move-active,
.animate-search.ng-enter.ng-enter-active {
  opacity:1;
  max-height:30px;
}

.tabla-consultas tbody tr td {
  height: 60px;
  padding-top: 30px;
}

@media (max-width: 800px){

  .label {

    width: 100%;

  }

  .contenido {

    margin-top: 240px;

  }

}

.card-box{
  -webkit-box-shadow: 0px 10px 34px -2px rgba(163,163,163,1);
-moz-box-shadow: 0px 10px 34px -2px rgba(163,163,163,1);
box-shadow: 0px 10px 34px -2px rgba(163,163,163,1);
}

.card-iltec{
  background-color: #FFFFFF;
  border-radius: 0px;
}

.card-iltec h3{
  min-height: 50px;
}

.card-iltec a {
  line-height: 2;
}

.card-iltec h3, .card-iltec p, .card-iltec a {
  color: #616161;
}

.btn-iltec-flat {
  background-color: #388E3C;
  width: 100%;
  color: #FFFFFF;
  font-weight: bold !important;
  letter-spacing: 1px;
  padding: 6px 12px;
  font-size: 11pt;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-iltec-flat:hover, .btn-iltec-flat:visited, .btn-iltec-flat:active {
  color: #FFFFFF !important;
  background-color: #2E7D32 !important;
}

button.red {
  background-color: #E53935;
}

button.red:hover, button.red:visited, button.red:active {
  background-color: #C62828 !important;
}

button.blue {
  background-color: #00AEB9;
}

button.blue:hover, button.blue:visited, button.blue:active {
  background-color: #009aa4 !important;
}

.btn-grupo-fichas{
  position: absolute;
  z-index: 9;
  float: right;
  right: 10px;
  top: 10px;
}

.btn-grupo-fichas button {
  float: right;
  width: 160px;
  margin: 5px;
}

.btn-group-ipik {
  right: 7px;
  position: absolute;
  top: 7px;
}

button.invert {
  border: 2px solid #FFFFFF;
}

.btn-file {
  visibility: hidden;
  width: 0;
  position: relative;
}
.btn-file::before {
  content: 'Subir';
  display: inline-block;
  background: #6dbf6d;
  border: 1px solid #4bbb4b;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: auto;
  cursor: pointer;
  text-shadow: none;
  font-weight: 700;
  font-size: 12pt;
  visibility: visible;
  position: absolute;
  color: #FFFFFF;
}
.btn-file:hover::before {
  background-color: #449D44;
}
.btn-file:active::before {
  background-color: #449D44;
}

button.btn-cotizacion {
  display: inline;
  width: 30%;
}

span.texto-iva {
  color: #0000FF;
}

#cabeceras-fichas {
  position: fixed;
  width: 80.7%;
  top: 80px;
  background-color: #FFFFFF;
}

.cabeceras div {
  float: left;
  padding: 5px;
  font-size: 9pt;
  border: 1px solid #dddddd;
  min-height: 40px;
}

.oculto {
  display: none;
}

div.aviso-ambiente h3 {
  color: #FFFFFF;
}
div.aviso-ambiente {
  position: fixed;
  z-index: 500;
  background-color: #989898;
  padding: 0px 10px;
  border-radius: 2px;
  border: 1px solid #005d00;
  top: 10;
  right: 340;
  box-shadow: 0px 5px 20px;
  text-shadow: 1px 1px 1px #000000;
}

.campo-vacio{
  border: 1px solid #dc0000 !important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}

/*@media (max-width: 767px){

  button.btn-cotizacion {
    width: 88%;
  }

}*/

.kit-nivelado-2 {
  background-color: #e8f5e9;
}

.kit-nivelado-3 {
  background-color: #c8e6c9;
}

.kit-nivelado-4 {
  background-color: #a5d6a7;
}

.kit-nivelado-5 {
  background-color: #81c784;
}

table.table-consulta *, table.table-cotizador * {height: auto; min-height: none;} /* fixed ie9 & <*/
table.table-consulta, table.table-cotizador {
  table-layout: fixed;
  margin: 1rem auto;
  width: 100%;
  border-collapse: collapse;
}
table.table-consulta thead, table.table-cotizador thead {
  background: rgb(165, 165, 165);
  text-align: center;
  z-index: 2;
}
table.table-consulta thead tr, table.table-cotizador thead tr {
  padding-right: 17px;
  z-index: 2;
}
table.table-consulta th, table.table-cotizador th {
  padding: 10px;
  text-align: center;
}
table.table-consulta tbody, table.table-cotizador tbody {
  display: block;
  height: calc(45vh - 1px);
  min-height: calc(200px + 1 px);
  overflow-Y: scroll;
  color: #000;
}
table.table-cotizador tbody {height: calc(45vh - 1px);}
table.table-consulta tr, table.table-cotizador tr {
  display: block;
  overflow: hidden;
}
table.table-consulta tbody tr:nth-child(odd),
table.table-cotizador tbody tr:nth-child(odd) {
  background: #ebebeb;
}
table.table-consulta th, table.table-consulta td,
table.table-cotizador th, table.table-cotizador td {
  float:left;
  height: fit-content;
  text-align: center;
}
table.table-consulta.luminarias th, table.table-consulta.luminarias td {
  width: 12%;
}
table.table-consulta.kits th, table.table-consulta.kits td {
  width: 20%;
}
table.table-consulta.fuentes th, table.table-consulta.fuentes td {
  width: 25%;
}
table.table-consulta.drivers th, table.table-consulta.drivers td {
  width: 25%;
}
table.table-consulta.comercializados th, table.table-consulta.comercializados td {
  width: 16.666%;
}
table.table-consulta.accesorios th, table.table-consulta.accesorios td {
  width: 100%;
}
table.table-consulta.control th, table.table-consulta.control td {
  width: 50%;
}
table.table-consulta.manufacturados th, table.table-consulta.manufacturados td {
  width: 33.3%;
}
table.table-consulta.difusores th, table.table-consulta.difusores td {
  width: 11.1111%;
}
table.table-consulta.rejillas th, table.table-consulta.rejillas td {
  width: 16.666%;
}
table.table-consulta.aletas th, table.table-consulta.aletas td {
  width: 12.5%;
}
table.table-consulta.graficas th, table.table-consulta.graficas td {
  width: 50%;
  height: 25%;
}
table.table-consulta td,
table.table-cotizador td {
  padding: .5rem 0 .5rem 1rem;
}

table.table-consulta th:last-child, table.table-consulta td:last-child,
table.table-cotizador th:last-child, table.table-cotizador td:last-child {
  /*width: 7%;*/
  text-align: center;
  border-right: 0 none;
  padding-left: 0;
}

.producto-inactivo.consulta {
  background-color: #c5c5c5 !important;
  color: #353535 !important;
  opacity: 0.7 !important;
}

table.table-cotizador.luminarias th, table.table-cotizador.luminarias td {
  width: 20%;
}
table.table-cotizador.kits th, table.table-cotizador.kits td {
  width: 25%;
}
table.table-cotizador.fuentes th, table.table-cotizador.fuentes td {
  width: 20%;
}
table.table-cotizador.drivers th, table.table-cotizador.drivers td {
  width: 20%;
}
table.table-cotizador.comercializados th, table.table-cotizador.comercializados td {
  width: 13.5%;
}
table.table-cotizador.accesorios th, table.table-cotizador.accesorios td {
  width: 25%;
}
table.table-cotizador.manufacturados th, table.table-cotizador.manufacturados td {
  width: 20%;
}

table.table-cotizador.servicios th, table.table-cotizador.servicios td {
  width: 16.666%;
}

.switch_cot {
  position: absolute;
  left: 35;
  top: -20;
}

span.badge-default {
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #a0a0a0;
  color: #FFFFFF;
}

span.badge-selected {
  background-color: #43A047;
  color: #FFFFFF;
}

md-toolbar {
  min-height: 40px !important;
}

md-toolbar .md-toolbar-tools {
  max-height: 40px !important;
  height: 40px !important;
}

label {
  margin-bottom: 0px !important;
}

.editar-button {
  position: absolute;
  right: 25px;
  bottom: 10px;
}

.modal-lg-high {
  width: 90% !important;
}

/*-----------ESTLOS PAGINA COMPUSET--------------*/

.section1-aling{
  text-align: end;
  line-height: 2;
  margin-top: 1%;
}
#section2 h2{
  margin: 3%
}
#section2 img{
  width: 100%
}
#section2 p{
  text-align: justify;
  margin-top: 5%;
}
#section3 h2{
  margin: 3%
}
.pad-bot3{
  padding-bottom: 3%
}
#section4{
  background-color: #2596be;
  padding-bottom: 3%;
}
.blanco{
  color: white;
}
#section4 h2{
  margin: 3%
}
#section4 img{
  width: 100%
}
#section4 ul{
  text-align: justify;
  margin-top: 5%;
  padding-left: 4%;
}
#section5 p{
  text-align: justify;
  line-height: 1.5;
}
#section5 h2{
  margin: 3%
}
#section6{
  background-color: #2596be;
  padding-bottom: 3%
}
#section6 h2{
  margin: 3%
}
#section6 img{
  width: 100%
}
#section7 h2{
  margin: 3%
}
#section7 p{
  text-align: justify;
}
#section7 li{
  text-align: justify;
}
#section8{
  background-color: #2596be;
  color: white;
}
#section8 h2{
  margin: 3%
}
#section8 p{
  text-align: justify;
  color: white;
}
#section8 ul{
  text-align: justify;
  padding-left: 4%;
  margin-top: 5%;
}
#section8 img{
  width: 100%
}
#section9 h2{
  margin: 3%
}
#section9 img{
  width: 100%
}
#section10{
  background-color: #2596be;
  color: white;
}
#section10 h2{
  margin: 3%
}
#section10 img{
  width: 100%
}
#section10 p{
  text-align: justify;
  color: white;
}
#footer{
  background-color: #222222;
  color: white;
  padding-top: 2%;
  padding-bottom: 2%;
}
#scroll-up {
  bottom: 20px;
  position: fixed;
  right: 20px;
}