.input-style-boot {
    line-height: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
    margin-bottom: 2%;
}

.input-no-arrows::-webkit-inner-spin-button,
.input-no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

td > #Descripcion-label {
    margin-top: 20px;
}

#popup_alert {
    display: none;
    border-radius: 5px;
    box-shadow: rgb(170, 170, 170) 3px 3px 10px;
    position: absolute;
    float: right;
    right: -200px;
    border: 1px solid #2981e4;
    margin: 10 auto;
    background: #fff;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 750px;
    z-index: 999999999999;
}


/* Recommended styles */

.tsmsselect {
    width: 40%;
    float: left;
}

.tsmsselect select {
    width: 100%;
}

.tsmsoptions {
    width: 20%;
    float: left;
}

.tsmsoptions p {
    margin: 2px;
    text-align: center;
    font-size: larger;
    cursor: pointer;
}

.tsmsoptions p:hover {
    color: White;
    background-color: Silver;
}

.categoria-icecat-xml {
    color: #007715;
    font-size: 10px;
}

.sucursales-table {
    border: 0;
    width: 90%;
}

.select-sucursales {
    height: 200px;
    overflow: auto;
    width: 300px;
    box-shadow: 1px 1px 3px #666;
    -moz-box-shadow: 1px 1px 3px #666;
    -webkit-box-shadow: 1px 1px 3px #666;
}

.nick {
    vertical-align: top;
}

.nick span {
    display: none;
}

.botones {
    cursor: pointer;
    display: block;
}

.block {
    display: block;
}

.larger {
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}

.larger:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.padding {
    padding: 10px;
}

.tabla_existencias {
    margin: 10px;
    border: 1px solid red;
}

.tabla_productos tr:nth-of-type(odd) {
    background-color: #eee;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 20px solid #666699;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -moz-transform: scaleY(1.5);
    /*  optional: replace with Sass/SCSS/LESS mixin */
    -moz-transform-origin: mixin;
    /* optional: replace with mixin, too */
}

.bubble {
    position: fixed;
    background-color: #eee;
    display: none;
    color: #000;
    margin: 0;
    padding: 10px 30px 10px 10px;
    text-align: justify;
    top: 37px;
    right: 5px;
    width: 250px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

#pointer {
    border: solid 10px transparent;
    border-right-color: #fff;
    position: absolute;
    margin: -85px 0 0 -20px;
}

.mostrar_mayoreo2 {
    border-radius: 5px;
    border: 1px solid red;
    width: 50px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.mostrar_mayoreo {
    background-color: rgb(255, 255, 255);
    background-position: initial initial;
    background-repeat: initial initial;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: rgb(170, 170, 170) 2px 2px 10px;
    display: none;
    float: left;
    margin: 7px;
    position: absolute;
    padding: 10px;
    width: 250px;
    z-index: 1000;
}

.online-status {
    display: none;
    position: absolute;
    z-index: 9999999;
}

.online-status table {
    background: #fff;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.thumbnail {
    background: #fff;
    border-bottom: 1px solid #e5ecf9;
    width: 90px;
}

td.thumbnail {
    text-align: center !important;
}

.thumbnail img {
    max-height: 90px;
    max-width: 90px;
    margin: 0 auto;
    vertical-align: middle;
}

.imagen_principal {
    max-height: 500px;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    width: 90%;
}

.td_options {
    text-align: right;
    width: 95px;
    margin: 10px auto;
    width: 90%;
}

.td_clave {
    width: 130px;
}

.td_descripcion {
    max-width: 250px;
    width: 250px;
}

.td_precio {
    text-align: right;
    width: 50px;
}

.td_status {
    max-width: 10px;
    padding: 0;
    width: 10px;
}

.th-right,
.td-right {
    padding: 1px;
    text-align: right;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch.small-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 19px;
}

.switch input {
    display: none;
}

#auction-switch {
    margin: 0 20px 0 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.small .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: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.small .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderRed {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CC0000;
    -webkit-transition: .4s;
    transition: .4s;
}

.small .sliderRed {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CC0000;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderRed:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.small-switch .sliderRed:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: #CC0000;
    -webkit-transition: .4s;
    transition: .4s;
}

.small-switch .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider.slider_green {
    background-color: #84d501;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

input:checked+.sliderRed {
    background-color: #2196F3;
}

input:focus+.sliderRed {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.sliderRed:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sliderRed.round {
    border-radius: 34px;
}

.sliderRed.round:before {
    border-radius: 50%;
}


/*
 *	Estilo para input range en módulo sueldos/spif
 */

.rangespiff {
    width: 80%;
}

.rangespiff {
    -webkit-appearance: none;
    width: 80%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.rangespiff:hover {
    opacity: 1;
}

.rangespiff::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #68b5ff;
    cursor: pointer;
}

.rangespiff::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #68b5ff;
    cursor: pointer;
}

div .tablero {
    border-radius: 4px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.1s linear;
    display: inline-block;
    font-family: "Arial", "sans-serif";
    margin: 1%;
    width: 30%;
}

.tablero:hover {
    background: whitesmoke !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

div .tHead {
    height: 18px;
    text-align: right;
}

div .tBody {
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
}

div .tFoot {
    height: 18px;
    text-align: left;
}

.bs-callout {
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid whitesmoke;
    border-left-width: 5px;
    border-radius: 3px;
    min-height: 70px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.suc-fieldset {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid black;
}

.suc-legend {
    padding: 0 2px;
    border-radius: 5px;
    font-size: 1.4em;
    border: 1px solid black;
    color: #000;
}

.table-hover tr {
    -webkit-transition: background-color 0.8s;
    transition: backgroud-color 0.8s;
}

.table-hover tr:hover {
    background-color: #dedbdb;
}

.btnVerificarNP {
    padding: 1.5em 1.5em;
    border: 0;
    border-color: #000000;
    background: transparent;
    color: #000000;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: .10em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnVerificarNP:hover {
    background-color: #000000;
    color: #fff;
}

.btnVerificarFic {
    padding: 1.5em 1.5em;
    border: 0;
    border-color: #000000;
    background: transparent;
    color: #000000;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: .10em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnVerificarFI:hover {
    background-color: #000000;
    color: #fff;
}

.btnAceptar {
    padding: 1.5em 3em;
    border: 0;
    border-color: #00cc66;
    background: transparent;
    color: #00cc66;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnAceptar:hover {
    background-color: #00cc66;
    color: #fff;
}

.btnRechazar {
    padding: 1.5em 3em;
    border: 0;
    border-color: #ff3333;
    background: transparent;
    color: #ff3333;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnRechazar:hover {
    background-color: #ff3333;
    color: #fff;
}

.btnEntregar {
    padding: 1.5em 3em;
    border: 0;
    border-color: #e55743;
    background: transparent;
    color: #e55743;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnEntregar:hover {
    background-color: #e55743;
    color: #fff;
}

.btnFacturar {
    padding: 1.5em 3em;
    border: 0;
    border-color: #87bdcf;
    background: transparent;
    color: #87bdcf;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnFacturar:hover {
    background-color: #87bdcf;
    color: #fff;
}

.btnEntregarPaqueteria {
    padding: 1.5em 3em;
    border: 0;
    border-color: #97ca41;
    background: transparent;
    color: #97ca41;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnEntregarPaqueteria:hover {
    background-color: #97ca41;
    color: #fff;
}

.btnconfProc {
    padding: 1.5em 3em;
    border: 0;
    border-color: #00695c;
    background: transparent;
    color: #00695c;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfProc:hover {
    background-color: #00695c;
    color: #fff;
}

.btnconfCompra {
    padding: 1.5em 3em;
    border: 0;
    border-color: #45526e;
    background: transparent;
    color: #45526e;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfCompra:hover {
    background-color: #45526e;
    color: #fff;
}

.btnVender {
    padding: 1.5em 3em;
    border: 0;
    border-color: #00bfa5;
    background: transparent;
    color: #00bfa5;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnVender:hover {
    background-color: #00bfa5;
    color: #fff;
}

.btnconfEnvFact {
    padding: 1.5em 3em;
    border: 0;
    border-color: #546e7a;
    background: transparent;
    color: #546e7a;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfEnvFact:hover {
    background-color: #546e7a;
    color: #fff;
}

.btnconfRecFact {
    padding: 1.5em 3em;
    border: 0;
    border-color: #f57c00;
    background: transparent;
    color: #f57c00;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfRecFact:hover {
    background-color: #f57c00;
    color: #fff;
}

.btnconfRealEntrada {
    padding: 1.5em 3em;
    border: 0;
    border-color: #cddc39;
    background: transparent;
    color: #cddc39;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfRealEntrada:hover {
    background-color: #cddc39;
    color: #fff;
}

.btnconfRealSalida {
    padding: 1.5em 3em;
    border: 0;
    border-color: #c2185b;
    background: transparent;
    color: #c2185b;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfRealSalida:hover {
    background-color: #c2185b;
    color: #fff;
}

.btnconfEnvGuias {
    padding: 1.5em 3em;
    border: 0;
    border-color: #8e24aa;
    background: transparent;
    color: #8e24aa;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfEnvGuias:hover {
    background-color: #8e24aa;
    color: #fff;
}

.btnFactVM {
    padding: 1.5em 3em;
    border: 0;
    border-color: #455a64;
    background: transparent;
    color: #455a64;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnFactVM:hover {
    background-color: #455a64;
    color: #fff;
}

.btnFactCliente {
    padding: 1.5em 3em;
    border: 0;
    border-color: #536dfe;
    background: transparent;
    color: #536dfe;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnFactCliente:hover {
    background-color: #536dfe;
    color: #fff;
}

.btnEmpaquetar {
    padding: 1.5em 3em;
    border: 0;
    border-color: #5d4037;
    background: transparent;
    color: #5d4037;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnEmpaquetar:hover {
    background-color: #5d4037;
    color: #fff;
}

.btnconfLlevarMerca {
    padding: 1.5em 3em;
    border: 0;
    border-color: #4db6ac;
    background: transparent;
    color: #4db6ac;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfLlevarMerca:hover {
    background-color: #4db6ac;
    color: #fff;
}

.btnconfRecibirMerca {
    padding: 1.5em 3em;
    border: 0;
    border-color: #558b2f;
    background: transparent;
    color: #558b2f;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfRecibirMerca:hover {
    background-color: #558b2f;
    color: #fff;
}

.btnaddEvent {
    border: 0;
    border-color: #558b2f;
    background: transparent;
    color: #558b2f;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnaddEvent:hover {
    background-color: #558b2f;
    color: #fff;
}

.btnDeliverKit {
    border: 0;
    border-color: #0c3bbd;
    background: transparent;
    color: #0c3bbd;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnDeliverKit:hover {
    background-color: #0c3bbd;
    color: #fff;
}

.btnconfAcudirDest {
    padding: 1.5em 3em;
    border: 0;
    border-color: #00b8d4;
    background: transparent;
    color: #00b8d4;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfAcudirDest:hover {
    background-color: #00b8d4;
    color: #fff;
}

.btnAceptarTarj {
    padding: 0.8em 1.5em;
    border: 0;
    border-color: #00c853;
    background: transparent;
    color: #00c853;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnAceptarTarj:hover {
    background-color: #00c853;
    color: #fff;
}

.btnconfEntCedis {
    padding: 0.8em 1.5em;
    border: 0;
    border-color: #c51162;
    background: transparent;
    color: #c51162;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfEntCedis:hover {
    background-color: #c51162;
    color: #fff;
}

.btnconfEspReco {
    padding: 1.5em 3em;
    border: 0;
    border-color: #ffc400;
    background: transparent;
    color: #ffc400;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconfEspReco:hover {
    background-color: #ffc400;
    color: #fff;
}

.btnconffilialenviadoguias {
    padding: 1.5em 3em;
    border: 0;
    border-color: #757575;
    background: transparent;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconffilialenviadoguias:hover {
    background-color: #757575;
    color: #fff;
}

.btnconffilialenviado {
    padding: 1.5em 3em;
    border: 0;
    border-color: #90a4ae;
    background: transparent;
    color: #90a4ae;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnconffilialenviado:hover {
    background-color: #90a4ae;
    color: #fff;
}

.btnVenderOXXO {
    padding: 1.5em 3em;
    border: 0;
    border-color: #212121;
    background: transparent;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnVenderOXXO:hover {
    background-color: #212121;
    color: #fff;
}

.btnGenerarCFDI_Egreso {
    padding: 1.5em 3em;
    border: 0;
    border-color: #880e4f;
    background: #880e4f;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnGenerarCFDI_Egreso:hover {
    background-color: transparent;
    border-color: #880e4f;
    color: #880e4f;
}

.btnGenerarREP {
    padding: 1.5em 3em;
    border: 0;
    border-color: #757575;
    background: #757575;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnGenerarREP:hover {
    background-color: transparent;
    border-color: #757575;
    color: #757575;
}

.btnGenerarCFDI_Anticipo {
    padding: 1.5em 3em;
    border: 0;
    border-color: #00695c;
    background: #00695c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnGenerarCFDI_Anticipo:hover {
    background-color: transparent;
    border-color: #00695c;
    color: #00695c;
}

.btnGenerarCFDI {
    padding: 1.5em 3em;
    border: 0;
    border-color: #01579b;
    background: #01579b;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnGenerarCFDI:hover {
    background-color: transparent;
    border-color: #01579b;
    color: #01579b;
}

.btnGenerarPrefactura {
    padding: 1.5em 3em;
    border: 0;
    border-color: #7cb342;
    background: #7cb342;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnGenerarPrefactura:hover {
    background-color: transparent;
    border-color: #7cb342;
    color: #7cb342;
}

.btnUsoCFDI,
.btnCambioFormaPago,
.btnCambioMetodoPago {
    padding: 0.5em 1em;
    border: 0;
    border-color: #212121;
    background: transparent;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: .05em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnUsoCFDI:hover,
.btnCambioFormaPago:hover,
.btnCambioMetodoPago:hover {
    background-color: #212121;
    color: #fff;
}

.btnEditCuentaBanco {
    padding: 0.5em 1em;
    border: 0;
    border-color: #00897b;
    background: transparent;
    color: #00897b;
    font-size: x-small;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btnEditCuentaBanco:hover {
    background-color: #00897b;
    color: #fff;
}

.BotonAVE {
    padding: 1em 1em;
    border: 0;
    border-color: #212121;
    background: transparent;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: .15em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.BotonAVE:hover {
    background-color: #212121;
    color: #fff;
}

.BotonDVE {
    padding: 1em 2em;
    border: 0;
    border-color: #b71c1c;
    background: transparent;
    color: #b71c1c;
    text-transform: uppercase;
    letter-spacing: .15em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.BotonDVE:hover {
    background-color: #b71c1c;
    color: #fff;
}

#div-wh-check-products {
    margin-bottom: 10px;
}

.warehouse-ubicacion-table-rack-check-products {
    margin-top: 10px;
}

.warehouse-rack-ubicacion-pasillo-rack {
    background-color: grey;
}

.warehouse-rack-ubicacion-nivel-rack {
    background-color: grey;
}

.warehouse-rack-ubicacion-rack-rack {
    background-color: grey;
}

.warehouse-rack-ubicacion-rack-delete {
    cursor: pointer;
}

.btn-purchase-amz-orders {
    cursor: pointer;
}

.btn-search-amz-orders {
    padding: 1em 1.5em;
    border: 0;
    border-color: #006064;
    background: #006064;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btn-search-amz-orders:hover {
    background-color: transparent;
    border-color: #006064;
    color: #006064;
}

.btn-cliente-rep {
    padding: 1em 1.5em;
    border: 0;
    border-color: #424242;
    background: #424242;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btn-cliente-rep:hover {
    background-color: transparent;
    border-color: #424242;
    color: #424242;
}

.btn-buscar-rep {
    padding: 1.5em 2.5em;
    border: 0;
    border-color: #1a237e;
    background: #1a237e;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btn-buscar-rep:hover {
    background-color: transparent;
    border-color: #1a237e;
    color: #1a237e;
}

.btn-crear-rep-masivo {
    padding: 1.5em 2.5em;
    border: 0;
    border-color: #212121;
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
    margin: 10px 0;
}

.btn-crear-rep-masivo:hover {
    background-color: transparent;
    border-color: #212121;
    color: #212121;
}

.btn-descarga-masiva {
    padding: 1.5em 2.5em;
    border: 0;
    border-color: #004d40;
    background: #004d40;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btn-descarga-masiva:hover {
    background-color: transparent;
    border-color: #004d40;
    color: #004d40;
}

.btn-cfdi-vm {
    padding: 1.5em 2.5em;
    border: 0;
    border-color: #212121;
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: x-small;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btn-cfdi-vm:hover {
    background-color: transparent;
    border-color: #212121;
    color: #212121;
}

.btn-warehouse-rack-zona-prioridad, .btn-warehouse-rack-prioridad,
.btn-warehouse-rack-check-producto, .btn-warehouse-rack-agregar-producto,
.btn-warehouse-rack-remove-producto, .btn-warehouse-rack-mover-producto,
.btn-warehouse-rack-producto, .btn-warehouse-rack-producto-remove,
.btn-warehouse-rack-producto-mover, .btn-warehouse-rack-zona,
.btn-warehouse-rack-ubicacion, .btn-warehouse-rack-ubicacion-automatico,
.btn-warehouse-codigo-print {
    padding: 1.5em 2.5em !important;
    border: 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .25em !important;
    font-size: x-small !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 2px currentcolor !important;
}

.btn-warehouse-rack-zona-prioridad, .btn-warehouse-rack-producto,
.btn-warehouse-rack-producto-remove, .btn-warehouse-rack-zona,
.btn-warehouse-rack-ubicacion, .btn-warehouse-rack-ubicacion-automatico,
.btn-warehouse-codigo-print {
    float: right !important;
}

.btn-warehouse-rack-prioridad, .btn-warehouse-rack-check-producto,
.btn-warehouse-rack-agregar-producto, .btn-warehouse-rack-remove-producto,
.btn-warehouse-rack-mover-producto, .btn-warehouse-rack-producto-move {
    float: left !important;
}

.btn-warehouse-rack-zona-prioridad {
    border-color: #0d47a1 !important;
    background: #0d47a1 !important;
}

.btn-warehouse-rack-zona-prioridad:hover {
    background-color: transparent !important;
    border-color: #0d47a1 !important;
    color: #0d47a1 !important;
}

.btn-warehouse-rack-prioridad {
    border-color: #004d40 !important;
    background: #004d40 !important;
}

.btn-warehouse-rack-prioridad:hover {
    background-color: transparent !important;
    border-color: #004d40 !important;
    color: #004d40 !important;
}

.btn-warehouse-rack-check-producto {
    border-color: #009688 !important;
    background: #009688 !important;
}

.btn-warehouse-rack-check-producto:hover {
    background-color: transparent !important;
    border-color: #009688 !important;
    color: #009688 !important;
}

.btn-warehouse-rack-agregar-producto {
    border-color: #303f9f !important;
    background: #303f9f !important;
}

.btn-warehouse-rack-agregar-producto:hover {
    background-color: transparent !important;
    border-color: #303f9f !important;
    color: #303f9f !important;
}

.btn-warehouse-rack-producto-mover {
    border-color: #069229 !important;
    background: #069229 !important;
}

.btn-warehouse-rack-producto-mover:hover {
    background-color: transparent !important;
    border-color: #069229 !important;
    color: #069229 !important;
}

.btn-warehouse-rack-remove-producto {
    border-color: #c62828 !important;
    background: #c62828 !important;
}

.btn-warehouse-rack-remove-producto:hover {
    background-color: transparent !important;
    border-color: #c62828 !important;
    color: #c62828 !important;
}

.btn-warehouse-rack-producto, .btn-warehouse-rack-producto-remove,
.btn-warehouse-rack-producto-mover {
    border-color: #424242 !important;
    background: #424242 !important;
}

.btn-warehouse-rack-producto:hover, .btn-warehouse-rack-producto-remove:hover,
.btn-warehouse-rack-producto-mover:hover {
    background-color: transparent !important;
    border-color: #424242 !important;
    color: #424242 !important;
}

.btn-warehouse-rack-zona {
    border-color: #ad1457 !important;
    background: #ad1457 !important;
}

.btn-warehouse-rack-zona:hover {
    background-color: transparent !important;
    border-color: #ad1457 !important;
    color: #ad1457 !important;
}

.btn-warehouse-rack-ubicacion {
    border-color: #3f51b5 !important;
    background: #3f51b5 !important;
}

.btn-warehouse-rack-ubicacion:hover {
    background-color: transparent !important;
    border-color: #3f51b5 !important;
    color: #3f51b5 !important;
}

.btn-warehouse-rack-ubicacion-automatico {
    border-color: #3f51b5 !important;
    background: #3f51b5 !important;
}

.btn-warehouse-rack-ubicacion-automatico:hover {
    background-color: transparent !important;
    border-color: #3f51b5 !important;
    color: #3f51b5 !important;
}

.btn-warehouse-codigo-print {
    border-color: #1a237e !important;
    background: #1a237e !important;
}

.btn-warehouse-codigo-print:hover {
    background-color: transparent !important;
    border-color: #1a237e !important;
    color: #1a237e !important;
}

.btn-warehouse-codigo-add {
    padding: 1.5em 2.5em !important;
    border: 0 !important;
    border-color: #004d40 !important;
    background: #004d40 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .25em !important;
    font-size: x-small !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 2px currentcolor !important;
}

.btn-warehouse-codigo-add:hover {
    background-color: transparent !important;
    border-color: #004d40 !important;
    color: #004d40 !important;
}

.warehouse-inputs-code {
    margin: 5px !important;
}

.code-input {
    margin-right: 12px !important;
    width: 100px !important;
}

.btn-venta-next-step {
    padding: 0.8em 0.8em !important;
    border: 0 !important;
    border-color: #007820 !important;
    background: #007820 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .01em !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 2px currentcolor !important;
}

.btn-venta-next-step:hover {
    background-color: #fff !important;
    color: #007820 !important;
}

.btn-venta-buscar-producto {
    padding: 0.8em 0.8em;
    border: 0;
    border-color: #3F729B;
    background: #3F729B;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .01em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btn-venta-buscar-producto:hover {
    background-color: #fff;
    color: #3F729B;
}

.btn-venta-producto-aceptar {
    padding: 0.8em 0.8em;
    border: 0;
    border-color: #4285F4;
    background: #4285F4;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .01em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.btn-venta-producto-aceptar:hover {
    background-color: #fff;
    color: #4285F4;
}

.btn-venta-seleccionar-cliente {
    padding: 0.8em 0.8em !important;
    border: 0 !important;
    border-color: #0288d1 !important;
    background: #0288d1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .01em !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 2px currentcolor !important;
}

.btn-venta-seleccionar-cliente:hover {
    background-color: #fff !important;
    color: #0288d1 !important;
}

.btn-venta-cambiar-vendedor {
    padding: 0.8em 0.8em !important;
    border: 0 !important;
    border-color: #009688 !important;
    background: #009688 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .01em !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 2px currentcolor !important;
}

.btn-venta-cambiar-vendedor:hover {
    background-color: #fff !important;
    color: #009688 !important;
}

.btn-venta-flete-manual {
    padding: 0.8em 0.8em !important;
    border: 0 !important;
    border-color: #7283a7 !important;
    background: #7283a7 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .01em !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 2px currentcolor !important;
}

.btn-venta-flete-manual:hover {
    background-color: #fff !important;
    color: #7283a7 !important;
}

.btn-venta-flete-amazon {
    padding: 0.8em 0.8em !important;
    border: 0 !important;
    border-color: #ff9800 !important;
    background: #ff9800 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .01em !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 2px currentcolor !important;
}

.btn-venta-flete-amazon:hover {
    background-color: #fff !important;
    color: #ff9800 !important;
}

.btn-pickUp-DHL {
    padding: 1.1em 1.1em !important;
    border: 0 !important;
    border-color: #fc0 !important;
    background: #fc0 !important;
    color: #c62828 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 2px currentcolor !important;
    position: absolute;
    top: 60px;
    left: 50%;
}

.btn-pickUp-DHL:hover {
    background-color: #c62828 !important;
    color: #fc0 !important;
}

.venta-vendedor-asignado {
    text-transform: uppercase;
    font: oblique 100% cursive;
}

span.stars,
span.stars span {
    display: block;
    background: url(../images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

#divStars {
    width: 85px;
    margin: 5px 0 0;
    float: right;
}

.title-accordion {
    font-weight: bold;
    color: white !important;
    margin: 5px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.toogle-accordion {
    cursor: pointer;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    background-color: #9e9e9e;
    -webkit-transition: .3s;
    transition: .3s;
}

.toogle-accordion:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #2E2E2E;
}

.filtroEval {
    font-weight: bold;
    text-align: center;
}

.info-cheque-yeah {
    font-size: 1.3em;
    color: #ffffff;
    padding: 0.5em;
    margin-bottom: 1em;
    border-radius: 5px;
    background: #388e3c;
    border: 2px solid #ddd;
    border-color: #1b5e20;
}

.info-cheque-no {
    font-size: 1.3em;
    color: #ffffff;
    padding: 0.5em;
    margin-bottom: 1em;
    border-radius: 5px;
    background: #d32f2f;
    border: 2px solid #ddd;
    border-color: #b71c1c;
}

.chip {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    border-radius: 25px;
    color: white;
    background-color: #4db6ac;
    margin: 2px 1px;
}

.chip.blue {
    color: white;
    background-color: #558db6;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.closebtn {
    padding-left: 10px;
    color: black;
    opacity: 0.5;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    opacity: 1;
}

.t-right {
    text-align: right !important;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
}

.row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m4 {
    width: 33%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col.only {
    padding: 0;
}

.row.only {
    margin-bottom: 0;
}

.col select {
    width: 100%;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-align {
    text-align: right;
}

.icon-right {
    float: right !important;
    height: 13px !important;
}

.alert.alert-small {
    padding: 0 5px;
    font-size: 1em;
}

div.label {
    padding: 0 4px;
}

span.label {
    padding: 1px 4px;
}

div.label.label-lg, span.label.label-lg {
    padding: 4px 7px;
}

.label {
    color: white;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}

.label.not-bold {
    font-weight: initial!important;
}

.label.light.label-purple {
    background-color: #d1c4e9 !important;
    border: 1px solid #9575cd;
    color: #7e57c2;
}

.label.light {
    color: #000;
    border-radius: 3px;
    text-align: center;
    padding: 0 4px;
}

.label.label-purple {
    background-color: #4a148c!important;
}

.label.label-purple-light {
    background-color: #9772ec!important;
}

.label.label-primary {
    background-color: #007bff!important;
}

.label.label-info {
    background-color: #17a2b8!important;
}

.label.label-danger {
    background-color: #b70000!important;
}

.label.label-success {
    background-color: #009b02!important;
}

.label.label-warning {
    background-color: #e3a400!important;
}

.label.label-orange {
    background-color: #ef6c00 !important;
}

.label.label-disabled {
    background-color: #c1c0c0!important;
}

.label.label-dark {
    background-color: #343a40!important;
}

.label.label-secondary {
    background-color: #6c757d!important
}

.label.label-purple-o {
    background-color: white!important;
    color: #4a148c;
    border: solid 1px #4a148c;
}

.label.label-primary-o {
    background-color: white !important;
    color: #007bff;
    border: solid 1px #007bff;
}

.label.label-info-o {
    background-color: white !important;
    color: #17a2b8;
    border: solid 1px #17a2b8;
}

.label.label-danger-o {
    background-color: white !important;
    color: #b70000;
    border: solid 1px #b70000;
}

.label.label-success-o {
    background-color: white !important;
    color: #009b02;
    border: solid 1px #009b02;
}

.label.label-warning-o {
    background-color: white !important;
    color: #e3a400;
    border: solid 1px #e3a400;
}

.label.label-orange-o {
    background-color: white !important;
    color: #ef6c00;
    border: solid 1px #ef6c00;
}

.label.label-disabled-o {
    background-color: white !important;
    color: #c1c0c0;
    border: solid 1px #c1c0c0;
}

.label.label-dark-o {
    background-color: white !important;
    color: #343a40;
    border: solid 1px #343a40;
}

.label.empty {
    width: 25px;
    height: 15px;
}

.label.label-blue-o {
    background-color: #1e88e5;
    color: #ffff;
    border: solid 1px #1e88e5;
}

/* ****SQUARE BUTTONS***** */

.square-btn {
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    padding: 0.5em 0.5em;
    text-transform: uppercase;
    letter-spacing: .01em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}

.square-btn.sq-small {
    font-size: x-small;
    padding: 0.3em;
}

.square-btn.sq-primary {
    border: 2px solid #007bff!important;
    background-color: #007bff!important;
    color: white;
}

.square-btn.sq-info {
    border: 2px solid #2bc6de;
    background: #2bc6de;
    color: white;
}

.square-btn.sq-danger {
    border: 2px solid #b70000;
    background: #b70000;
    color: white;
}

.square-btn.sq-success {
    border: 2px solid #009b02;
    background: #009b02;
    color: white;
}

.square-btn.sq-warning {
    border: 2px solid #ffb800;
    background: #ffb800;
    color: white;
}

.square-btn.sq-orange {
    border: 2px solid #ef6c00;
    background: #ef6c00;
    color: white;
}

.square-btn.sq-mexican-pink {
    border: 2px solid #e4007d;
    background: #e4007d;
    color: white;
}

.square-btn.sq-dark {
    border: 2px solid black;
    background: black;
    color: white;
}


/* SQUARE BUTTONS HOVER */

.square-btn.sq-primary:hover {
    border: 2px solid #007bff!important;
    color: #007bff!important;
    background-color: transparent!important;
}

.square-btn.sq-info:hover {
    border: 2px solid #2bc6de;
    color: #2bc6de;
    background-color: transparent;
}

.square-btn.sq-danger:hover {
    border: 2px solid #b70000;
    color: #b70000;
    background-color: transparent;
}

.square-btn.sq-success:hover {
    border: 2px solid #009b02;
    color: #009b02;
    background-color: transparent;
}

.square-btn.sq-warning:hover {
    border: 2px solid #ffb800;
    color: #ffb800;
    background-color: transparent;
}

.square-btn.sq-orange:hover {
    border: 2px solid #ef6c00;
    color: #ef6c00;
    background-color: transparent;
}

.square-btn.sq-mexican-pink:hover {
    border: 2px solid #e4007d;
    color: #e4007d;
    background-color: transparent;
}

.square-btn.sq-dark:hover {
    border: 2px solid black;
    color: black;
    background-color: transparent;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

table.table-hover tbody tr:hover {
    background-color: #e5e5e5 !important;
    cursor: auto;
}

table.table-hover-aliceblue tbody tr:hover {
    background-color: aliceblue;
    cursor: auto;
}

table.table tbody tr td {
    border-bottom: 1px solid #ccc;
}

a.boton.btn-success, button.boton.btn-success {
    background-color: #007308
}

a.boton.btn-success:hover, button.boton.btn-success:hover {
    background-color: #009f0b
}

a.boton.btn-danger, button.boton.btn-danger {
    background-color: #b30000
}

a.boton.btn-danger:hover, button.boton.btn-danger:hover {
    background-color: #d70000
}

a.boton.btn-primary, button.boton.btn-primary {
    background-color: #005bb3
}

a.boton.btn-primary:hover, button.boton.btn-primary:hover {
    background-color: #0064f3
}

a.boton.btn-info, button.boton.btn-info {
    background-color: #00a1b3
}

a.boton.btn-info:hover, button.boton.btn-info:hover {
    background-color: #00c5d7
}

a.boton.btn-warning, button.boton.btn-warning {
    background-color: #b38e00
}

a.boton.btn-warning:hover, button.boton.btn-warning:hover {
    background-color: #d7b100
}

a.boton.btn-orange, button.boton.btn-orange {
    background-color: #b35b00
}

a.boton.btn-orange:hover, button.boton.btn-orange:hover {
    background-color: #d77e00
}

a.boton.btn-small, button.boton.btn-small {
    padding: 3px 5px 3px 5px !important;
}

.div-class-cupon {
    display: none;
}

.num-historial-ventas {
    cursor: pointer;
    color: blue;
}

.num-historial-ventas:hover {
    text-decoration: underline;
}

.td-text-center {
    text-align: center;
}

.td-text-right {
    text-align: right;
}

.td-text-left {
    text-align: left;
}

.td-text-justify {
    text-align: justify;
}

.div-auction {
    padding-bottom: 10px;
}

.chatbox-auction {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0 10px;
    background: #fff;
    width: 95%;
    height: 350px;
    border: 1px solid #212121;
    overflow: auto;
}

.maximum-offer-auction {
    font-size: small;
}

.user-auction {
    font-size: small;
}

.text-maximum-offer-auction-user {
    color: #0d47a1;
    font-weight: bold;
}

.number-auction {
    margin-left: 10px;
    font-size: medium;
}

.subastador-user-auction {
    white-space: normal;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.title-chat-div {
    position: sticky;
    top: 0;
    z-index: 1200;
}

.title-chat {
    font-size: small;
    font-weight: bold;
    color: #ffffff;
    background-color: #424242;
}

.title-chat-time {
    float: right !important;
}

.border-chat-auction {
    border-bottom: 1px solid #eeeeee;
}

.textarea-auction {
    resize: none;
}

.textarea-comment {
    resize: none;
    width: -webkit-fill-available;
}

.label-extra-comment-auction {
    margin: 1rem 0;
    font-size: 0.9rem;
    cursor: pointer;
}

.table-extra-comment-auction {
    margin: 1rem 0;
}

.time-auction {
    font-size: small;
}

.time-auction-mili {
    font-size: x-small;
}

.comment-button-auction {
    padding: 0.5em 1em;
    border: 0;
    border-color: #212121;
    background: transparent;
    color: #212121;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.comment-button-auction:hover {
    background-color: #212121;
    color: #fff;
}

.block-button-auction {
    padding: 0.5em 1em;
    border: 0;
    border-color: #b71c1c;
    background: transparent;
    color: #b71c1c;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.block-button-auction:hover {
    background-color: #b71c1c;
    color: #fff;
}

.save-extra-product-button-auction {
    padding: 0.5em 1em;
    border: 0;
    border-color: #3f51b5;
    background: transparent;
    color: #3f51b5;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    font-size: medium !important;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.save-extra-product-button-auction:hover {
    background-color: #3f51b5;
    color: #fff;
}

.number-users-button-auction {
    padding: 0.5em 1em;
    border: 0;
    border-color: #004d40;
    background: transparent;
    color: #004d40;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.number-users-button-auction:hover {
    background-color: #004d40;
    color: #fff;
}

.offers-per-minute-button-auction {
    padding: 0.5em 1em;
    border: 0;
    border-color: #ef6c00;
    background: transparent;
    color: #ef6c00;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.offers-per-minute-button-auction:hover {
    background-color: #ef6c00;
    color: #fff;
}

.end-auction {
    padding: 0.5em 1em;
    border: 0;
    border-color: #4d0001;
    background: transparent;
    color: #720002;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.end-auction:hover {
    background-color: #4d0009;
    color: #fff;
}

.unblock-button-auction {
    padding: 0.5em 1em;
    border: 0;
    border-color: #1a237e;
    background: transparent;
    color: #1a237e;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.unblock-button-auction:hover {
    background-color: #1a237e;
    color: #fff;
}

#auction-users-table tr:nth-child(even) {
    background-color: #eeeeee;
}

#rangoBotonSubasta {
    padding: 0.5em 1em;
    border: 0;
    border-color: #0d47a1;
    background: transparent;
    color: #0d47a1;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

#rangoBotonSubasta:hover {
    background-color: #0d47a1;
    color: #fff;
}

#size-textarea-auction {
    float: right;
    margin-right: 60px;
}

.auction-winner {
    cursor: pointer;
}

.timer-auction {
    transform: scale(0.55);
}

.number-users-div-auction {
    margin-top: 5px;
}

#auction-users {
    margin-top: 15px;
}

.pulse-shadow {
    animation-name: shadow-animation;
    animation-duration: 1.5s;
    animation-direction: alternate;
}

@keyframes shadow-animation {
    0% {
        box-shadow: 0 0 0 0 #0096ef;
    }
    25% {
        box-shadow: 0 0 10px 7px #0096ef;
    }
    50% {
        box-shadow: 0 0 0 0 #0096ef;
    }
    75% {
        box-shadow: 0 0 10px 7px #0096ef;
    }
    100% {
        box-shadow: 0 0 0 0 #0096ef;
    }
}

.free-shipping {
    background-color: green;
    color: white;
    font-weight: bold;
}

.middle-v {
    vertical-align: middle !important;
}

.resize-none {
    resize: none !important;
}

.transferencia-closed {
    background-color: #b2dfdb;
}

.transferencia-open,
.pretransferencia-open {
    background-color: #e0f2f1;
}

.transferencia-on-time,
.pretransferencia-on-time {
    background-color: #bbdefb;
}

.transferencia-delayed-1,
.pretransferencia-delayed-1 {
    background-color: #ffecb3;
}

.transferencia-delayed-2,
.pretransferencia-delayed-2 {
    background-color: #ffcdd2;
}

.transferencia-td {
    width: 2px !important;
    height: 2px !important;
    border: 5px solid white;
    border-radius: 25px;
}

._delete,
._edit,
.ss_printer {
    cursor: pointer;
}

.table-hoverable>tbody>tr>td {
    border-top: 1px solid #dee2e6!important;
}

.table-hoverable>tbody>tr:hover {
    background-color: #e6e6e6;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.red-text {
    color: red !important;
}

.add_guia {
    padding: 1.5em 3em;
    border: 0;
    border-color: #2900ff;
    background: transparent;
    color: #2900ff;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.add_guia:hover {
    background-color: #0075ff;
    color: #fff;
}
.envia_guia_proveedor {
    padding: 1.5em 3em;
    border: 0;
    border-color: #000000;
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.envia_guia_proveedor:hover {
    background-color: #000000;
    color: #fff;
}

.mtop10 {
    margin-top: 10px;
}

.mbottom10 {
    margin-bottom: 10px;
}

.link {
    cursor: pointer;
}

.circle {
    height: .7em;
    width: .7em;
    border-radius: 50%;
    display: inline;
    overflow: hidden;
    padding-left: 18px;
    padding-bottom: 5px;
    border: 2px solid;
    margin: 1px;
}

.o_dropship {
    background: #9772ec !important;
    color: #fff !important;
    border: 1px solid #352557 !important;
}

.ds_color {
    color: #b19edc !important;
}

.remate_background {
    background-color: #ffd324 !important;
    border: 1px solid #FF8000 !important;
    color: #000 !important;
}

.o_zegucom {
    background: #42ccd0 !important;
    color: #000 !important;
    border: 1px solid #1049e3 !important;
}

.o_dicotech {
    background: #c43e00 !important;
    color: #fff !important;
    border: 1px solid #521000 !important;
}

.label-marketplace {
    background: #21A433 !important;
    color: #fff !important;
    border: 1px solid #521000 !important;
}

.label-marketplace-subf {
    background: #004d40 !important;
    color: #fff !important;
    border: 1px solid #521000 !important;
}

.bold {
    font-weight: bold !important;
}

.text-bigger {
    font-size: large !important;
}

.m-1 {
    margin: 1px;
}

.m-2 {
    margin: 2px;
}

a.trafic-light {
    cursor: pointer;
    padding: 5px 11px;
    border-radius: 20px;
    z-index: 1000 !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

a.trafic-light.tl-small {
    padding: 2px 8px;
}

.trafic-light {
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    z-index: 1000 !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.trafic-light.tl-dl{
    left: 5px;
    bottom: 10px;
    position: absolute;
}

.trafic-light.tl-dr{
    right: 5px;
    bottom: 10px;
    position: absolute;
}

.trafic-light.tl-tl{
    left: 5px;
    top: 10px;
    position: absolute;
}

.trafic-light.tl-tr{
    right: 5px;
    top: 10px;
    position: absolute;
}

.trafic-light.red-light:hover {
    background-color: #ff585a;
    -webkit-box-shadow: 0px 0px 14px 5px red;
    box-shadow: 0px 0px 10px 2px red;
}

.trafic-light.yellow-light:hover {
    background-color: #ffd82b;
    -webkit-box-shadow: 0px 0px 14px 5px #ffb900;
    box-shadow: 0px 0px 10px 2px #ffb900;
}

.trafic-light.red-light {
    background-color: red;
}

.trafic-light.yellow-light {
    background-color: #ffb900;
}

.td-border-bottom-dashed {
    border-bottom: 1px dashed #bdbdbd;
}

.button-purchase-history {
    padding: 0.5em 1em;
    border: 0;
    border-color: #212121;
    background: transparent;
    color: #212121;
    letter-spacing: .02em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px currentcolor;
}

.sagd-techxpo-register {
    max-height: 292px !important;
    min-height: 292px !important;
}

.sagd-techxpo-register-button {
    margin-top: 169px !important;
    color: #1d1d1e !important;
}

.techxpo-image-device-text:not(:first-child):not(:nth-child(2)) {
    margin-top: 35px;
}

.techxpo-image-device-text:not(:last-child) {
    margin-bottom: 10px;
}

.techxpo-image-device-text h4 {
    margin-bottom: 0;
    font-weight: bold;
}

.cash-expenses-badge {
    box-sizing: border-box;
    display: inline-block;
    background-color: #0073ea;
    color: white !important;
    border-radius: 3rem;
    text-align: center;
    font-size: 11px;
    padding: 0 5px;
    line-height: inherit;
    font-family: sans-serif;
    margin: 2px;
}
.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-trigger {
    cursor: help;
    position: relative;
    z-index: 1;
    color: #0066cc;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    font-weight: 500;
}

.tooltip-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 10000;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 12px;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: auto;
    min-width: 250px;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip-wrapper:hover .tooltip-content,
.tooltip-content:hover {
    visibility: visible;
    opacity: 1;
}

.tooltip-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.tooltip-content table th {
    background-color: #444;
    color: #fff;
    padding: 8px;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #555;
}

.tooltip-content table td {
    padding: 6px 8px;
    border-bottom: 1px solid #555;
}

.tooltip-content table tr:last-child td {
    border-bottom: none;
}

.tooltip-content a {
    color: #4CAF50;
    text-decoration: underline;
}

.tooltip-content a:hover {
    color: #66BB6A;
}