/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 24-ene-2017, 12:11:51
    Author     : growingTech
*/

a {
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
}

#menuLateral {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 97%;
    /*border: solid 2px #000;*/
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

#contenidoCentral {
    position: absolute;
    top: 0px;
    left: 210px;
    width: 84%;
    height: 95%;
    /*border: solid 2px #777;*/
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.contenedor {
    width: 145px;
    height: 30px;
    -webkit-transition: width .6s;
    -moz-transition: width .6s;
    margin-top: 2px;
}

p.texto {
    font-size: 1.1em;
    color: white;
    text-align: left;
    padding-top: 10px;
    padding-left: 2px;
    font-family: candara;
    opacity: .6;
    -webkit-transition: padding-left .9s;
    -moz-transition: padding-left .9s;
}

.gray {
    color: #53565A;
}

div.contenedor:hover {
    width: 190px;
}

div.contenedor:hover p.texto {
    padding-left: 14px;
    opacity: 1;
}

div#uno {
    background-color: #DF0101;
}

div#dos {
    background-color: #DC0101;
}

div#tres {
    background-color: #D20A0A;
}

div#cuatro {
    background-color: #D21414;
}

div#cinco {
    background-color: #D21E1E;
}

div#seis {
    background-color: #D22828;
}

div#siete {
    background-color: #D23232;
}

div#ocho {
    background-color: #D23C3C;
}

div#nueve {
    background-color: #D13A30;
}

div#diez {
    background-color: #DF0101;
}

#cuadroCotiza {
    /*border: solid 2px #555;*/
    border-radius: 5px 5px 5px 5px;
    /* Grises con claro en centro */
    /*background: rgba(110,110,110,1);
    background: -moz-linear-gradient(left, rgba(110,110,110,1) 0%, rgba(201,201,201,0.94) 51%, rgba(110,110,110,0.89) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,110,110,1)), color-stop(51%, rgba(201,201,201,0.94)), color-stop(100%, rgba(110,110,110,0.89)));
    background: -webkit-linear-gradient(left, rgba(110,110,110,1) 0%, rgba(201,201,201,0.94) 51%, rgba(110,110,110,0.89) 100%);
    background: -o-linear-gradient(left, rgba(110,110,110,1) 0%, rgba(201,201,201,0.94) 51%, rgba(110,110,110,0.89) 100%);
    background: -ms-linear-gradient(left, rgba(110,110,110,1) 0%, rgba(201,201,201,0.94) 51%, rgba(110,110,110,0.89) 100%);
    background: linear-gradient(to right, rgba(110,110,110,1) 0%, rgba(201,201,201,0.94) 51%, rgba(110,110,110,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#6e6e6e', GradientType=1 );*/
    /*Grises con oscuro en centro */
    /*background: rgba(201,201,201,1);
    background: -moz-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(110,110,110,0.85) 51%, rgba(201,201,201,0.7) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201,201,201,1)), color-stop(51%, rgba(110,110,110,0.85)), color-stop(100%, rgba(201,201,201,0.7)));
    background: -webkit-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(110,110,110,0.85) 51%, rgba(201,201,201,0.7) 100%);
    background: -o-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(110,110,110,0.85) 51%, rgba(201,201,201,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(110,110,110,0.85) 51%, rgba(201,201,201,0.7) 100%);
    background: linear-gradient(to right, rgba(201,201,201,1) 0%, rgba(110,110,110,0.85) 51%, rgba(201,201,201,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#c9c9c9', GradientType=1 );*/
    background-image: url("../assets/imagenes/fondoMosaico2.png");
}

.fondoMosaico {
    background-image: url("../assets/imagenes/fondoMosaico2.png");
}

#divDatosAdicionalesClientes {
    position: absolute;
    top: 20px;
    right: 10px;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    width: 450px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.cuadroVacio {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.spanVacio {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

#divEspera {
    display: none;
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 10000;
}

#contenedorProductos {
    display: none;
    /*border: 1px solid #000;*/
    border-radius: 5px 5px 5px 5px;
}

.cuadroProducto {
    background-color: #fff;
    display: inline-table;
    width: 150px;
    height: 180px;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    margin: 4px;
    position: relative;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
}

/*.cuadroProducto:hover {
    filter: alpha(opacity=65);
    opacity: .65;
}*/

.cuadroProductoElegido {
    background-color: #fff;
    display: inline-table;
    width: 220px;
    height: 260px;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    margin: 4px;
    padding: 4px;
    position: relative;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
}

.cuadroProductoElegido .form-control {
    height: 28px;
    font-size: 11px;
}

.cuadroProductoElegido .input-group-addon {
    font-size: 11px;
}

.cuadroProductoElegido .form-group {
    margin-bottom: 5px;
}

.datoProvNOVAWAY {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background-color: #FF671F;
    color: #fff;
}

.datoProvCDO {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background-color: #E03C31;
    color: #fff;
}

.datoProvMARPICO {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background-color: #B39B00;
    color: #fff;
}

.datoProvPROMOS {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background-color: #B15533;
    color: #fff;
}

.datoProvBOTON_PROMOS {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background-color: #055AA2;
    color: #fff;
}

.datoProvOTROS {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background-color: #999;
    color: #fff;
}

.cuadroParametros {
    background-color: #fff;
    width: 100%;
    height: 410px;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    filter: alpha(opacity=100);
    opacity: 1;
}

/*
.cuadroCabecera{
    display: inline-block;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.ContenedorMitadParams{
    display: inline-block;
    background-color: #EEE;
    height: 220px;
    width: 48%;
    padding: 0px;
}

.cuadroCabeceraRes{
    display: inline-block;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.ContenedorMitadParams2{
    display: inline-block;
    height: 220px;
    background-color: #BBB;
    width: 35%;
    padding: 0px;
}*/

.valores {
    font-weight: bold;
}

.valores2 {
    font-weight: bold;
    font-size: 1.5em;
}

.cuadroMedio {
    width: 3px;
    height: 220px;
    background-color: #000;
}

.resultadosGraficos {
    width: 100%;
    height: 340px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
}

.table>tbody>tr>td {
    padding: 3px;
}

#slider-range .ui-slider-range {
    background: #888;
}

#slider-range .ui-slider-handle .ui-state-active {
    background: #888;
}

/* Lineas exclusivas del tootip */

label {
    display: inline-block;
    width: 5em;
}

.ui-tooltip,
.arrow:after {
    background: #DF0101;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 11px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    max-width: 500px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* Fin Lineas exclusivas del tootip */

.ajusteTabla {
    margin-top: 5px;
}

#fondoLogueo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cajaLogueo {
    position: absolute;
    width: 30%;
    height: 30%;
    right: 10%;
    bottom: 10%;
    /*border: 2px solid #FF671F;*/
    border: 2px solid #BBB;
    border-radius: 10px;
    z-index: 2;
    background-color: #eee;
}

.cajaLogueo2 {
    border: 2px solid #BBB;
    border-radius: 10px;
    z-index: 2;
    background-color: #eee;
}

#divIDCotizacion {
    position: fixed;
    top: 20px;
    left: 220px;
    width: 150px;
    height: 50px;
    border: #ccc 1px solid;
    background-color: #222;
    border-radius: 5px;
    z-index: 10;
    padding: 5px;
}

.datosCot {
    color: #fff;
}

.oculto {
    display: none;
}

.paddingArriba {
    padding-top: 35px;
}

#divResultBusqueda {
    padding: 30px;
}

#contenidoCtrlVendedores {
    padding: 30px;
}

#divResultBusqVendedores {
    padding: 30px;
}

#divResultBienvenida {
    padding: 30px;
}

.informacionFloat {
    display: none;
    position: absolute;
    top: 0%;
    left: 120px;
    width: 420px;
    height: 300px;
    border: 2px solid white;
    background: #CCC;
    z-index: 20;
    border-radius: 5px;
    box-shadow: 0 0 7px black;
}

.informacionFloat2 {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 420px;
  height: 350px;
  border: 2px solid white;
  background: #CCC;
  z-index: 50;
  border-radius: 5px;
  box-shadow: 0 0 7px black;
}

.cuadroCabecera {
    position: relative;
}

/*.cuadroCabeceraN:hover > .informacionFloat {
    display: block;
}*/

.cuadroImagenProd:hover>.informacionFloat {
    display: block;
}

.cuadroProducto:hover>.informacionFloat2 {
  display: block;
}

.textoTabla {
    font-size: 0.8em;
}

#cuadroAdicPaquetes {
    background-color: #ddd;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 3px;
}

.nombreProdLista {
    font-family: "Arial";
    font-size: 10pt;
}

.borderedProd {
    border: 1 px #000;
    background-color: #CCC;
    border-radius: 5px;
}

.ubicaCheck {
    position: absolute;
    top: -50px;
    right: 0px;
    color: #fff;
}

.checkado {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 50px solid #5DE327;
    border-left: 50px solid transparent;
    z-index: 20;
    display: none;
}

.well2 {
    background-color: #ddd;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 3px;
}

.headVentas {
    font-size: 12px;
}

#divImgCierre {
    position: absolute;
    top: 0px;
    left: 210px;
    z-index: 9999;
}

#divBtnCancela {
    display: none;
    position: fixed;
    bottom: 40%;
    right: 0%;
    z-index: 10000;
    border: #000 1px solid;
    border-radius: 5px;
    padding: 2px;
}

.txtShlbl {
    font-size: 10px !important;
    padding-top: 2px !important;
}

.cajaOP {
    background-color: #fff;
    display: inline-table;
    width: 150px;
    height: 110px;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    margin: 4px;
    position: relative;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
}

.cajaOP:hover {
    filter: alpha(opacity=75);
    opacity: .75;
    background-color: #EEE;
}

.fondoIndex {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #05abe0;
    background: -moz-linear-gradient(-45deg, #05abe0 0%, #53cbf1 60%, #87e0fd 100%);
    background: -webkit-linear-gradient(-45deg, #05abe0 0%, #53cbf1 60%, #87e0fd 100%);
    background: linear-gradient(135deg, #05abe0 0%, #53cbf1 60%, #87e0fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#87e0fd', GradientType=1);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cuadroProductoSel {
    filter: alpha(opacity=65);
    opacity: .65;
    background-color: #AAA;
}

.informacionFloat2N {
    position: absolute;
    top: -220px;
    right: 60px;
    width: 280px;
    height: 210px;
    border: 2px solid white;
    background: #fff;
    z-index: 50;
    border-radius: 5px;
    box-shadow: 0 0 7px black;
    max-height: 210px;
    overflow-y: auto;
}

.txtReporte {
    font-size: 11px;
}

.marcaProds {
    border: 1px #000 solid;
    border-radius: 5px;
    background-color: #Dedede;
}

.contenedorNuevo {
    background-color: #4B494B;
    border-radius: 0px 0px 5px 5px;
    display: none;
}

.contenedorNuevo a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: width .6s;
    -moz-transition: width .6s;
}

.contenedorNuevo .texto:hover {
    opacity: 1;
    padding-left: 15px;
}

.contenedorNuevo .texto:active {
    opacity: 1;
    padding-left: 15px;
}

.label-dark {
    background-color: #000;
}

.clrBGNaranja {
    background-color: #AAA;
}

.checkadoElim {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 50px solid red;
    border-left: 50px solid transparent;
    z-index: 20;
}

@media (max-width: 700px) {
    .botonSeleccionar {
        position: fixed;
        bottom: 10px;
        left: 15%;
        z-index: 30;
        display: none;
    }

    .tblaOrdenamiento {
        width: 110px;
    }
}

@media (min-width: 700px) {
    .botonSeleccionar {
        position: fixed;
        bottom: 10px;
        left: 45%;
        z-index: 30;
        display: none;
    }

    .tblaOrdenamiento {
        width: 320px;
    }
}