body {
    font-family: 'Open Sans';
    background-color: #68afd6;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    border: thin dotted #193e63;
    margin: 10px;
    padding: 20px;
    background-color: #f5ffff47;
    border-radius: 15px;
    font-size: 10px;
    width: 40%;
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0em !important; 
    display: block;
}

/*CONTROL DE PEDIDO*/

.cot-titleContainer {
    text-align: center;
    font-family: 'Open Sans Condensed';
    background-color: white;
    border-radius: 10px;
    margin: 10px 10px 40px;
    padding: 5px;
}

.cot-titleContainer h1 {
    font-weight: 600;
    color: #2e75bb;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
}

.cot-titleContainer h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #404040;
    margin-top: 0px;
}

.cot-label {
    color: #2e75bb;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    padding: 0px 8px;
}

.cot-instalmentContainer {
    margin: 30px 10px 0px;
}

.cot-instalmentBlock {
    border: 1px solid transparent;
    margin-bottom: 25px;
    background-color: white;
    position: relative;
    padding: 20px 10px 10px;
    border-radius: 5px;
}

.cot-instalmentBlock-red {
    border-color: #ca000036;
}

.cot-instalmentBlock-red>h1 {
    color: #ca0000;
}

.cot-instalmentBlock-red>h2 {
    color: #ca0000;
}

.cot-instalmentBlock-red>ul {
    color: #ca0000;
}

.cot-title-mp {
    color: whitesmoke;
    background-color: #007EB5;
}

.cot-title-tp {
    color: whitesmoke;
    background-color: #C3146E;
}

.cot-instalmentBlock>h1 {
    margin: 10px 0px 5px;
    font-size: 17px;
    text-align: center;
}

.cot-instalmentBlock>h2 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin: 0px 0px 17px;
}

.cot-instalmentBlock>h3 {
    position: absolute;
    top: -14px;
    margin: auto;
    left: calc(50% - 85px);
    width: 170px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    border: thin solid;
    border-color: transparent;
    padding: 4px;
}

.cot-instalmentBlock>ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.cot-instalmentBlock>ul>li:nth-child(odd) {
    background-color: #f7f7f7;
}

.cot-instalmentBlock>ul>li {
    display: flex;
    justify-content: space-between;
    padding: 2px 5px;
}

.cot-instalmentBlock>ul>li>span {}

/**/

/**/

.modal-subsec {
    margin: 10px -5px 1em;
    padding: 8px 15px;
    background-color: white;
}

.modal-subsec h2 {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f5a94;
    font-family: Open Sans Condensed;
    margin-bottom: 3px;
}

.modal-subsec p {
    font-size: 0.9em;
    opacity: 0.7;
    line-height: 1.2em;
    margin: 0px;
}

/*CONTROL DE PEDIDO*/

.btn-control{
    width: 100%; text-transform:uppercase; margin-top:10px
}
.ctrl-dimmer{
    position: absolute;
    background: #ffffffd9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ctrl-dimmer > div{
    background-color: #2e75bb;
    color: whitesmoke;
    padding: 5px 20px;
    border-radius: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    margin: 110px 0px;
}

.ctrl-delayBox {
    margin: 0px;
    border-radius: 5px;
    background-color: white;
}

.ctrl-delayBox>h1 {
    background-color: #636363;
    color: #f5f5f5;
    font-size: 1em;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    margin: 0px;
}

.ctrl-delayBox-cierreContainer{
    border-top: thin solid #96969640;
    padding: 0px;
    font-family: 'Open Sans';
    font-size: 14px;
    background-color: #f7f7f7;
}

.ctrl-delayBox-cierreContainer>h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    background-color: #cecece87;
    padding: 7px 5px;
    margin: 0px;
}

.ctrl-delayBox-cierreContainer>h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    background-color: #245e9a40;
    padding: 4px;
    margin: 0px;
    color: #2f2f2fe0;
    
    border-radius: 0px 0px 5px 5px;

}

.ctrl-delayBox-cierreContainer>p {
    padding: 5px 10px;
    margin: 0px;
    
}

.ctrl-delayBox-buttonContainer {
    display: flex;
    justify-content: space-between;
}

.ctrl-delayBox-buttonContainer>div {
    padding: 0px;
    border-right: thin solid #96969640;
    flex: auto;
    display: flex;
    flex-direction: column;
}

.ctrl-delayBox-buttonContainer>div>h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    background-color: #cecece87;
    padding: 7px 5px;
}

.ctrl-delayBox-buttonContainer>div>h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    background-color: #117d8e3b;
    padding: 4px;
    margin: 0px;
    color: #2f2f2fe0;
}

.ctrl-checkBadge {
    margin: 0px auto 9px;
    width: 50px;
    height: 50px;
    color: whitesmoke;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans Condensed';
    font-size: 14px;
    transition: all 0.2s;
}

.ctrl-checkBadge-R {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #dc3545;
}

.ctrl-checkBadge-G {
    background-color: #369e00;
    border-color: #369e00;
    color: #369e00;
}

.ctrl-checkBadge-closed {
    border-width: 2px;
    border-style: solid;
    color: whitesmoke;
}

.ctrl-checkBadge-open {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
}
.ctrl-checkBadge-G.ctrl-checkBadge-open:hover {
    background-color: #369e00;
    color: whitesmoke;
}

.ctrl-checkBadge-R.ctrl-checkBadge-open:hover {
    background-color: #dc3545;
    color: whitesmoke;
}

.ctrl-totalsBox {
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 10px 10px 5px;
    margin-bottom: 15px;
    width: 150px;
    float: right;
}

.ctrl-totalsBox h1 {
    background-color: #2e75bb;
    margin: -10px -10px 10px;
    font-weight: 600;
    font-size: 1em;
    padding: 5px 10px;
    color: whitesmoke;
    border-radius: 5px 5px 0px 0px;
}

.ctrl-dateBox {
    margin: 0px 0px 5px;
    border-radius: 5px;
    background-color: white;
    display: flex;
    align-items: center;
    padding-right: 10px;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
}

.ctrl-dateBox-summary {
    padding: 0px;
}

.ctrl-dateBox i {
    padding: 5px 5px 5px 5px;
    margin-right: 10px;
}

.ctrl-dateBox span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: -10px;
}

.ctrl-dateBox-tag-danger {
    background-color: #dc3545;
    color: whitesmoke;
}

.ctrl-dateBox-tag-warning {
    background-color: #ffbc00;
    color: #3a3a3a;
}

.ctrl-dateBox-tag-success {
    background-color: #369e00;
    color: whitesmoke;
}

.ctrl-dateBox-danger {
    border: 1px solid #dc3545;
}

.ctrl-dateBox-warning {
    border: 1px solid #ffbc00;
}

.ctrl-dateBox-success {
    border: 1px solid #369e00;
}

.ctrl-dateBox-total {
    text-align: center;
    justify-content: center;
    width: calc( 100% - 25px);
    float: right;
    background: whitesmoke;
    border: 1px solid #808080b3;
}

.ctrl-productBox {
    padding: 10px 10px 0px;
    margin: 0px 0px 20px;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
}

.ctrl-productBox h3 {
    margin: -10px -10px 10px;
    background-color: #21568c;
    color: #f5f5f5;
    font-size: 1em;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
}

.ctrl-productBox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ctrl-productBox ul li {
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed';
    background-color: #d8d8d8;
    padding: 3px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;
}

.ctrl-clientesBox {
    padding: 10px 10px 8px;
    margin: 0px 0px 20px;
    border-radius: 5px;
    background-color: white;
}

.ctrl-clientesBox h3 {
    margin: -10px -10px 10px;
    background-color: #2e75bb;
    color: #f5f5f5;
    font-size: 1em;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
}

.ctrl-clientesBox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ctrl-clientesBox ul li {
    margin-bottom: 10px;
    font-family: 'Open Sans';
}

.ctrl-clientesBox ul li i {
    width: 30px;
    background-color: #e2e2e2;
    padding: 4px 0px;
    text-align: center;
    border-radius: 6px;
    color: #505050;
    margin-right: 5px;
}

.ctrl-intBox {
    padding: 10px 10px 8px;
    margin: 0px 0px 20px;
    border-radius: 5px;
    background-color: white;
}

.ctrl-intBox h2 {
    margin: -10px -10px 5px;
    background-color: #d8d8d8;
    color: #343a40;
    font-size: 0.9em;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    border-bottom: #343a4021 1px solid;
}

.ctrl-intBox h2 span {
    display: inline-block;
    background-color: #343a4096;
    margin: 0px 15px 0px 0px;
    padding: 5px 10px;
    color: whitesmoke;
    border-radius: 5px 0px 0px;
    position: relative;
}

.ctrl-intBox h2 span::after {
    content: " ";
    position: absolute;
    display: block;
    width: 15px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    background-color: #787b7f;
}


.ctrl-intBox p {
    padding: 0px;
    margin: 0px;
    font-size: 0.8em;
    font-family: 'Open Sans';
}



.ctrl-intBox-sp h2 {
    background-color: #FFC107;
    color: #343a40;
    border-bottom: #343a4021 1px solid;
}

.ctrl-intBox-sp h2 span {
    background-color: #ad8200;
    color: whitesmoke;
}

.ctrl-intBox-sp h2 span::after {
    background-color: #ad8200;
}




/*CONTROL DE PEDIDOS*/

/*INFO DOCUMENT*/

.infdoc-spacer30 {
    height: 10px;
}

.infdoc-container {
    border: thin dotted #005b9cb8;
    border-radius: 10px;
    padding: 10px 20px;
}

.infdoc-container>h1 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Open Sans Condensed';
    background-color: #005b9c;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0px -10px 20px;
    color: whitesmoke;
}

.infdoc-container>h2 {
    margin: 35px 0px 15px;
    padding: 0px;
    color: #005b9c;
    font-family: 'Open Sans Condensed';
    font-size: 33px;
}

.infdoc-container h3 {
    margin: 30px 0px 10px;
    padding: 0px;
    color: #005b9c;
    font-family: 'Open Sans Condensed';
    font-size: 23px;
    font-weight: 600;
}

.infdoc-container ul {
    padding: 15px 60px 0px;
    font-size: 15px;
}

.infdoc-container ul>li {
    margin: 0px 0px 15px;
}

.infdoc-container p {
    font-size: 17px;
    margin: 10px 0px;
}

.infdoc-container ol {
    padding: 15px 60px 40px;
    font-size: 15px;
}

.infdoc-container ol>li {
    margin: 0px 0px 15px;
}

.infdoc-container ol>li::marker {
    color: #005b9c;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    font-size: 25px;
}

.infdoc-high-vermas {
    display: flex;
    width: 150px;
    justify-content: flex-end;
    align-items: center;
}

.infdoc-high-vermas>a {
    background-color: #005b9c;
    color: whitesmoke;
    font-size: 11px;
    padding: 5px 8px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
}

.infdoc-high-vermas>a:hover {
    text-decoration: none;
}

.infdoc-high-vermas>a>i {
    display: inline-block;
    margin-right: 3px;
}

.infdoc-high {
    background-color: #005b9c1a;
    margin: 30px -5px 5px!important;
    padding: 5px 10px 5px;
    border-radius: 5px;
    display: flex;
}

.infdoc-high-text {
    width: calc( 100% - 170px);
    margin-right: 20px;
}

.infdoc-high-text>span {
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    color: #005b9c;
    font-size: 22px;
}

.infdoc-imgpanel {
    margin: 25px 0px;
    display: flex;
    justify-content: center;
}

.infdoc-imgpanel>img {
    border-radius: 10px;
    border: 4px solid #005b9c;
}

/*INFO DOCUMENT*/

/*INFO PANEL*/

.nfo-panel {
    position: absolute;
    width: 230px;
    z-index: 2;
    color: whitesmoke;
    display: flex;
}

.nfo-panel-dataArea {
    /* width: 85%;
    background-color: #68afd6;
    padding: 5px;
    box-shadow: 2px 2px 3px 1px #4a4a4a4d;
    border-radius: 0px 0px 5px; */
    text-align: left;
}

.nfo-panel-dataArea>h1 {
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0px 5px;
    background-color: #C82A26;
    color: whitesmoke;
    padding: 5px;
}

.nfo-panel-buttonTab {
    width: 15%;
    background-color: #4288ce;
    height: 35px;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    border-radius: 0px 0px 5px;
    box-shadow: 2px 2px 3px 1px #4a4a4a4d;
}

.nfo-panel-area {
    background-color: whitesmoke;
    color: rgb(54, 54, 54);
    margin: 0px 0px 10px;
    border-radius: 5px;
    position: relative;
    border: thin solid #8080801f;
    padding: 5px 10px 5px;
}

.nfo-average {
    text-align: center;
    font-size: 1.5em;
    font-weight: 800;
    color: #4288ce;
    font-family: 'Open Sans Condensed';
}

.nfo-panel-promo {
    padding: 15px 10px 5px;
}

.nfo-panel-ingreso-titulo {
    font-weight: bold;
    font-size: 14px;
}

.nfo-panel-ingreso-fecha {
    font-size: 13px;
}

.nfo-panel-promo-expiracion {
    background-color: #c82a26d9;
    color: whitesmoke;
}

.nfo-panel-ingreso-preventa {
    background-color: #836e2b;
    color: whitesmoke;
}

.nfo-panel-ingreso-limbo {
    background-color: #797979;
    color: whitesmoke;
}

.nfo-panel-ingreso-reciente {
    background-color: #005A9C;
    color: whitesmoke;
}

.nfo-panel-ingreso-tentativo {
    background-color: #DC3545;
    color: whitesmoke;
}

.nfo-panel-ingreso-restock {
    background-color: #e65a37;
    color: whitesmoke;
}

.nfo-panel-pill {
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}

.nfo-panel-tag {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 0px 0px 5px 5px;
    font-weight: bold;
}

/**/

/*SPEECH*/

.sp-producto-block {
    background-color: whitesmoke;
    padding: 10px;
    position: relative;
    margin: 0px 0px 40px;
}

.sp-producto-cotizacion {
    background-color: #713e84;
    border-radius: 50%;
    margin: 0px 0px 0px 10px;
    padding: 0px 8px!important;
    line-height: 25px;
    font-weight: 900!important;
    display: inline-block;
    padding: 2px 10px;
    font-size: 15px;
    color: whitesmoke!important;
    cursor: pointer;
}

.sp-producto-stock {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sp-producto-stock>div {
    display: inline-block;
    padding: 2px 10px;
    font-size: 15px;
    color: whitesmoke;
    font-weight: 400;
}

.sp-producto-stockNuevo {
    border-radius: 10px 0px 0px 10px;
    background-color: #7C7CF9;
}

.sp-producto-stockIngresante {
    border-radius: 0px 0px 0px 0px;
    background-color: #8a7547;
}

.sp-producto-stockArmado {
    border-radius: 0px 10px 10px 0px;
    background-color: #D87CF9;
}

.sp-producto-titulo {
    font-size: 25px;
    font-weight: bold;
    background-color: #005B9C;
    color: whitesmoke;
    width: 50%;
    padding: 0px 10px;
    border-radius: 5px;
}

.sp-producto-titulo-omiko {
    background: #BC0C32;
}

.sp-producto-titulo-fitage {
    background: #015A60;
}

.sp-producto-titulo-corplus {
    background: #0E659C;
}

.sp-producto-titulo-zellens {
    background: #000000;
}

.sp-producto-dataContainer {
    padding: 10px;
}

.sp-producto-dataContainer>p {
    font-weight: 100;
    font-size: 15px;
    margin: 0px 0px 15px 0px;
    padding: 5px 10px;
}

.sp-producto-dataContainer>h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px 5px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
}

.sp-producto-dataContainer>ul>li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    color: #424242;
}

.sp-producto-dataContainer>ul>li>a {
    text-decoration: none;
    color: #424242;
}

.sp-producto-dataContainer>ul>li>a:hover {
    color: #5f5f5f;
}

.sp-producto-dataContainer>ul {
    margin: 0px;
    padding: 0px;
}

.sp-producto-data-categoria {
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.sp-producto-data-precio {
    font-weight: bold;
}

.sp-producto-data-precio-tachado {
    text-decoration: line-through;
    color: grey;
    font-weight: 100;
    font-size: 17px;
    margin-bottom: -5px;
}

.sp-producto-data-precio-real {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.sp-producto-data-precio-descuento {
    display: inline-block;
    background-color: #005B9C;
    color: whitesmoke;
    padding: 0px 5px;
    vertical-align: middle;
}

.sp-producto-data-cuotas {
    font-size: 20px;
    font-weight: 100;
    margin-top: -5px;
}

.sp-producto-data-speech {
    margin: 20px 0px;
}

.sp-producto-fichasContainer {
    display: flex;
    margin: 20px 0px;
}

.sp-producto-fichasBlock {
    flex: 1;
    padding: 10px;
}

.sp-producto-fichasBlock>h1 {
    font-size: 16px;
    font-weight: bold;
}

.sp-producto-galeryContainer {}

.sp-producto-galeryContainer>ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.sp-producto-galeryContainer>ul>li {
    padding: 10px;
    max-width: 180px;
}

/*SPEECH*/

.ql-shadow {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-bottom: 10px;
}

.ql-assigned-ssp-addon {
    background-color: #7b4d9b;
    color: #484848;
    text-align: left;
    padding: 5px;
    margin: 10px 0px 0px;
    border-radius: 0px 0px 5px 5px;
    height: 120px;
    position: relative;
}

.ql-assigned-ssc-addon {
    background-color: #085373d4;
    color: #484848;
    text-align: left;
    padding: 5px;
    margin: 10px 0px 0px;
    border-radius: 0px 0px 5px 5px;
    height: 120px;
    position: relative;
}

.ql-assigned-ccs-compound {
    border-radius: 5px 5px 0px 0px!important;
    margin: 0px!important;
}

.ql-assigned-ccs-compound::after {
    background: linear-gradient(-45deg, #7b4d9b 5px, transparent 0), linear-gradient(45deg, #7b4d9b 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: #4f3371;
    z-index: 10;
}

.ql-assigned-cs-compound {
    border-radius: 5px 5px 0px 0px!important;
    margin: 0px!important;
}

.ql-assigned-cs-compound::after {
    background: linear-gradient(-45deg, #32708b 5px, transparent 0), linear-gradient(45deg, #32708b 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: #2b3c57;
    z-index: 10;
}

.scs_selected_row {
    background-color: #ffe36f!important;
    font-weight: bold;
    color: #505050;
}

.tpDataContainer {
    padding: 15px 0px;
}

.tpDataContainer>h5 {
    text-align: center;
    margin: 10px 0px 15px;
}

.fa-overlay-host {
    position: relative;
}

.fa-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #00ce19;
    font-size: 10px;
}

.cs-shipping-table {
    font-size: 15px;
    margin-bottom: 0px;
}

.cs-linkBox {
    border-radius: 3px;
    border: none;
    padding: 0px 10px;
    margin: 0px 5px 0px 0px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 11px;
    background-color: #ffffffbf;
    width: 400px;
}

.cs-linkBox-ta {
    border-radius: 3px;
    border: none;
    padding: 7px 10px;
    margin: 0px 5px 0px 0px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 11px;
    background-color: #ffffffbf;
    width: 400px;
    resize: none;
}

.ql-search-warning {
    color: #212529!important;
    background-color: #ffc107!important;
    border-color: #ffc107!important;
}

.ql-search-danger {
    color: #fff!important;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}

.ql-search-success {
    color: #fff!important;
    background-color: #28a745!important;
    border-color: #28a745!important;
}

.ql-hardData-container-priceTag {
    border-radius: 5px;
    border-left: 10px solid #4dbdfb;
    margin-left: 5px;
    height: 100%;
    padding: 5px 15px 5px 10px;
    background-color: whitesmoke;
}

.ql-hardData-container-context-9 {
    border-color: #771026!important;
}

.ql-hardData-container-context-7 {
    border-color: #FEBD1C!important;
}

.ql-hardData-container-context-6 {
    border-color: #4DA0D8!important;
}

.ql-hardData-container-context-5 {
    border-color: #3e6fbb!important;
}

.ql-hardData-container-context-4 {
    border-color: #B1206F!important;
}

.ql-hardData-container-context-2 {
    border-color: #7EB341!important;
}

.ql-hardData-container-context-1 {
    border-color: #de3941!important;
}

.cs-autopopulatedField {
    background-color: #00800021;
}

.cs-modifiedField {
    background-color: #d6b70038;
}

.cs-productDataArea {
    position: relative;
}

.cs-productDataArea-Block {
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background-color: #ffffff00;
    position: absolute;
    z-index: 10;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    display: flex;
}

.cs-productDataArea-Block>div {
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    background-color: #2e75bb;
    color: whitesmoke;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 7px;
    margin: auto;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
}

.cs-subtitle {
    background-color: #2e75bb;
    color: whitesmoke;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px 5px;
    padding: 2px 5px;
}

.cs-resultArea {
    margin: 20px 0px;
    padding: 5px;
    border: thin solid #ced4da;
    border-radius: 5px;
    min-height: 110px;
    display: flex;
}

.cs-resultLoader {
    background-color: #2e75bb;
    display: inline-block;
    margin: auto;
    padding: 0px 0px 5px;
    color: whitesmoke;
    border-radius: 5px;
}

.cs-instalment-warning {
    color: #dc3545;
    font-weight: bold;
}

.cs_label {
    text-align: left;
    display: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin: 2px 0px 2px 2px;
    color: #225c94;
}

.r-priceList {
    margin: 0px;
    padding: 0px 20px;
}

.r-priceList>li {
    padding-left: 10px;
    /*    font-weight: bold;*/
    color: #444444;
}

.r-topVentas {
    position: relative;
    min-height: 35px;
    margin: 5px 0px;
    background-color: #e2e8eb;
    border: thin solid #e8e8e8;
}

.r-topVentas-sm {
    position: relative;
    min-height: 35px;
    margin: 5px 0px;
    background-color: #f5f5f5;
    border: thin solid #e8e8e8;
    padding: 0px 0px 0px 75px;
    font-weight: bold;
    color: #444444;
    font-size: 14px;
    line-height: 35px;
    text-align: left;
}

.r-topVentas-cardinal {
    background-color: #2e75bb;
    position: absolute;
    z-index: 101;
    padding: 5px 15px;
    color: whitesmoke;
    border-radius: 0px 0px 10px;
    font-size: 15px;
    font-weight: bold;
}

.r-topVentas-q {
    background-color: #68afd6;
    position: absolute;
    z-index: 100;
    padding: 5px 10px;
    right: 0px;
    top: 0px;
    color: whitesmoke;
    font-size: 15px;
    border-radius: 0px 0px 0px 10px;
    cursor: pointer;
}

.r-topVentas-q:hover {
    opacity: 0.8px;
}

.r-topVentas-sm-cardinal {
    background-color: #2e75bb;
    position: absolute;
    z-index: 101;
    padding: 5px 15px;
    color: whitesmoke;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    height: 100%;
    left: 0px;
    top: 0px;
    min-width: 65px;
    text-align: center
}

.r-topVentas-sm-q {
    background-color: #68afd6;
    position: absolute;
    z-index: 100;
    padding: 5px 10px;
    right: 0px;
    top: 0px;
    color: whitesmoke;
    font-size: 14px;
    line-height: 23px;
    height: 100%;
    cursor: pointer;
}

.r-topVentas-sm-q:hover {
    opacity: 0.8px;
}

.r-topVentas-cardinal:after {
    /*    content: " ";
        position: absolute;
        display: block;
        width: 25%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background: inherit;
        transform-origin: bottom left;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);*/
}

.r-topVentas-nombre {
    background-color: #e0e0e052;
    position: absolute;
    z-index: 99;
    padding: 5px 10px;
    bottom: 0px;
    color: #444444;
    width: 100%;
    font-weight: bold;
    backdrop-filter: blur(5px);
    border-top: 1px solid #afafaf26;
}

.r-topVentas-first {
    border: thin solid #daa5208a;
}

.r-img-contrast {
    filter: brightness(1.05);
}

.r-img-blue {
    filter: hue-rotate(150deg);
}

.r-img-sepia {
    filter: sepia(100%);
    border-radius: 0px 10px;
}

.r-topVentas-precioPromedio {
    display: inline-block;
}

.ql-loading-overlay {
    background-color: #ffffff1c;
    height: 100%;
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    display: none;
    /*   */
}

.ql-loading-label {
    background-color: #2e75bb;
    display: inline;
    padding: 5px 20px;
    border-radius: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Open Sans Condensed;
    font-weight: 600;
    text-transform: uppercase;
    color: whitesmoke;
    font-size: 15px;
}

.condensed {
    font-family: 'Open Sans Condensed';
}

.panel-login {
    padding: 30px 30px;
    width: 400px;
}

.box_panel_login {
    justify-content: center;
    align-items: center;
    padding-top: 10%;
}

.logo-login {
    margin-bottom: 20px;
}

.btn-positive {
    color: #fff;
    background-color: #4e97bf;
    border-color: #579ec5;
}

.btn-positive:hover {
    color: #fff;
    background-color: #477c98;
    border-color: #5388a5;
}

.footer-container {
    background-color: #68afd6;
}

.header-container {
    background-color: #68afd6;
}

.sellway-dataset {}

.sellway-dataset>h1 {
    font-weight: bold;
    color: #2E75BB;
    font-family: Open Sans Condensed;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    padding: 0px 5px;
}

.sellway-dataset>h2 {
    font-size: 13px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: thin solid #8080801a;
}

.sellway-dataset>ul {
    font-size: 13px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: thin solid #8080801a;
    list-style: none;
}

.sellway-dataset>ul>li {
    display: flex;
    margin-bottom: 5px;
}

.sellway-dataset>ul>li>span {
    background-color: #2e75bb;
    padding: 2px 5px;
    color: whitesmoke;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: 500;
    font-size: 15px;
    width: 170px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    justify-content: center;
    border-radius: 5px 0px 0px 5px;
}

.sellway-dataset>ul>li>div {
    background-color: whitesmoke;
    width: 100%;
    padding: 5px 7px;
    border-radius: 0px 5px 5px 0px;
}

.query-line {
    /*    overflow: auto;*/
    text-align: left;
    padding: 5px;
    margin: 0px 0px 5px;
    border-radius: 5px;
    height: 103px;
    position: relative;
}

.ql-spamSales {
    background-color: #dcdcdc;
    color: #484848;
    background: -moz-linear-gradient(45deg, #0260aa 0%, #054a97 100%);
    background: -webkit-linear-gradient(45deg, #d2d2d2 0%, #d6d6d6 100%);
    background: linear-gradient(45deg, #d0a3a3 0%, #da8484 100%);
    border: thin solid #80808014;
}

.ql-new {
    background-color: #dcdcdc;
    color: #484848;
    background: -moz-linear-gradient(45deg, #0260aa 0%, #054a97 100%);
    background: -webkit-linear-gradient(45deg, #d2d2d2 0%, #d6d6d6 100%);
    background: linear-gradient(45deg, #d2d2d2 0%, #d6d6d6 100%);
    border: thin solid #80808014;
}

.ql-new-mgb {
    border-right: 10px #73bd00 solid;
}

.ql-new-dmf {
    border-right: 10px #dead1e solid;
}

.ql-new-lcf {
    border-right: 10px #2e75bb solid;
}

.ql-assigned {
    background-color: #2b2b2b;
    color: #484848;
    background: -moz-linear-gradient(45deg, #292929 0%, #1b1b1b 100%);
    background: -webkit-linear-gradient(45deg, #292929 0%, #1b1b1b 100%);
    background: linear-gradient(45deg, #292929 0%, #1b1b1b);
}

.ql-assigned-h {
    background-color: #2b2b2b;
    color: #484848;
    background: -moz-linear-gradient(45deg, #292929 0%, #1b1b1b 100%);
    background: -webkit-linear-gradient(45deg, #292929 0%, #1b1b1b 100%);
    background: linear-gradient(45deg, #292929 0%, #1b1b1b);
    height: 126px;
}

.ql-assigned-cs-ssc {
    background-color: #703e92eb;
    color: #484848;
    height: 120px;
}

.ql-assigned-cs-ssp {
    background-color: #03364cd4;
    color: #484848;
    height: 120px;
}

.ql-assigned-cs-p {
    background-color: #001435d4;
    color: #484848;
    height: 120px;
}

.ql-assigned-cs-c {
    background-color: #391a5fe3;
    color: #484848;
    height: 120px;
}

.ql-search-cs-c {
    background-color: #1a3a5fe3;
    color: #484848;
    height: 80px;
    width: 100%;
}

.query-line-content {
    height: 100%;
    border-radius: 5px;
}

.query-line-content>div {
    display: inline-block;
    vertical-align: middle;
}

.ql-tag-container {
    height: 100%;
    margin: 0px 6px;
    min-width: 150px;
}

.ql-note-container {
    border-radius: 5px;
    vertical-align: top!important;
    width: 180px
}

.ql-note-container-head {
    background-color: #28A745;
    color: whitesmoke;
    border-radius: 5px 5px 0px 0px;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    text-align: right;
}

.ql-note-container-body {
    background-color: whitesmoke;
    padding: 5px 10px 5px;
    border-radius: 0px 0px 5px 5px;
    font-size: 13px;
}

.ql-hardData-container {
    height: 100%;
    background-color: whitesmoke;
    padding: 10px 15px;
    border-radius: 0px 5px 5px 0px;
}

.ql-price-container {
    background-color: whitesmoke;
    padding: 5px 15px;
    border-radius: 0px 5px 5px 0px;
}

.ql-note-title {
    font-weight: 600;
    font-size: 15px;
    margin: -5px 0px 0px;
}

.ql-note-text {
    font-size: 12px;
}

.ql-hardData-container-note {
    border-radius: 5px;
    border-left: 10px solid #28a745;
    margin-left: 5px;
    max-width: 180px;
}

.ql-hardData-container-notTmer {
    border-radius: 5px;
    border-left: 10px solid #de4f00;
}
.ql-hardData-container-notTmer-cm {
    border-radius: 5px;
    border-left: 10px solid #4839e4;
}

.ql-hardData-container-notTmer-bf {
    border-radius: 5px;
    border-left: 10px solid #2b0a00;
}

.ql-type-bf {
    background-color: #2b0a00 !important;
    color: #ffffff;
}

.ql-message-container {
    border-radius: 5px;
    max-width: 300px;
    overflow: hidden;
    height: 100%;
    background-color: whitesmoke;
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 12px;
}

.ql-tag {
    padding: 0px 10px 0px 0px;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
    background-color: whitesmoke;
    font-weight: 600;
    text-align: right;
}

.ql-tag-label {
    display: inline-block;
    background-color: #2e75bb;
    padding: 0px 10px;
    color: whitesmoke;
    border-radius: 5px 0px 0px 5px;
    margin-right: 25px;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    min-width: 50px;
    float: left;
    text-align: left;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.ql-tag-label:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.ql-tag-data {}

.ql-squareIcon {
    background-color: #cecece;
    color: #484848;
    font-size: 12px;
    padding: 5px 0px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 5px;
}

.ql-hardData {
    margin: 0px;
    font-size: 15px;
}

.ql-nombre {
    font-weight: 600;
    font-size: 20px;
    margin: -5px 0px -2px;
}

a.btn {
    margin-right: 5px;
}

.ql-intentos {
    font-weight: 400;
    font-size: 14px;
    margin: 0px 5px 5px;
    background-color: #2ebb64;
    display: inline-block;
    color: whitesmoke;
    padding: 0px 6px;
    border-radius: 5px;
}

.ql-pedido {
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0px 5px;
    background-color: #2e75bb;
    display: inline-block;
    color: whitesmoke;
    padding: 0px 6px;
    border-radius: 5px;
}

.ql-producto {
    font-weight: 600;
    font-size: 15px;
}

.ql-precio {
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #656565;
    font-family: 'Open Sans Condensed';
}

.ql-envioHigh {
    font-weight: bold;
    color: #4e2b57;
}

.ql-cuotas {
    font-size: 12px;
    font-weight: 600;
    color: #127fbb;
}

.ql-valido {
    font-weight: 600;
    font-size: 20px;
    margin: -5px 0px -2px;
}

.ql-telefono {}

.ql-email {}

.ql-controls {
    background-color: #ffffffd6;
    border-radius: 5px;
    padding: 5px 0px 5px 5px;
    position: absolute;
    right: 5px;
}

.ql-controls-dropdown {
    display: inline-block;
    margin-right: 5px;
}

.ql-adminData.danger {
    background-color: #dc3545;
    color: whitesmoke!important;
}

.ql-adminData.completed {
    color: whitesmoke!important;
}

.ql-adminData.danger>div {
    color: whitesmoke;
}

.ql-adminData {
    background-color: #ffffffd6;
    border-radius: 5px;
    padding: 5px 8px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 11px;
    text-align: right;
}

.ql-adminData-high {
    color: #c54600;
}

.ql-adminData>div {
    color: #1f1f1f;
    line-height: 13px;
    font-weight: 600;
}

.ql-controls>button {
    margin-right: 5px;
}

.v4-header-title {
    margin: 15px 10px;
    color: #4ba0ce;
    font-size: 25px;
    text-transform: capitalize;
    background-color: whitesmoke;
    padding: 0px 5px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    min-width: 40px;
    text-align: center;
}

.v4-header-logout {
    color: whitesmoke;
    background-color: #2e75bb;
    border: none;
    width: 49%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    margin: 5px 0px 0px;
    display: inline-block;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
}

.v4-header-refresh {
    margin-right: 2%;
}

.v4-header-news {
    margin-right: 2%;
    color: whitesmoke;
    background-color: #DC3545;
}

.v4-header-noNews {
    margin-right: 2%;
    color: #dcdcdc;
    background-color: #adadad;
}

.v4-badge-news {
    margin: 0px 5px;
    font-size: 10px;
    padding: 1px 7px 2px;
    background-color: whitesmoke;
    color: #DC3545;
}

.v4-header-refreshBar {
    background-color: orange;
    width: 49%;
}

.v4-header-news-container {}

.v4-header-news-newsSlot {
    margin: 5px 0px;
    padding: 5px;
}

.v4-header-news-time {
    display: inline-block;
    border: thin solid #c1c1c14a;
    padding: 0px 10px;
    background-color: #e2e2e2;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    font-family: Open Sans Condensed;
    font-weight: 600;
    font-size: 13px;
}

.v4-header-news-time-new {
    background-color: #DC3545;
    color: whitesmoke;
}

.v4-header-news-text {
    background-color: whitesmoke;
    padding: 5px 10px;
    border-radius: 0px 5px 5px;
    border: thin solid #c1c1c14a;
    font-size: 13px;
}

.v4-header-buttons {
    font-size: 0px;
}

.v4-header-logout:hover {
    color: whitesmoke;
    text-decoration: none;
}

.v4-header-userPanel {
    background-color: #ffffff75;
    height: 100%;
    padding: 7px 10px;
}

.v4-header-username {
    background-color: whitesmoke;
    padding: 2px 5px;
    border-radius: 5px;
    text-align: center;
}

.v4-header-username>h1 {
    font-size: 15px;
    font-weight: 600;
    color: #4ba0ce;
    margin: 0px;
}

.v4-header-username>h2 {
    font-weight: 600;
    color: #015F9D;
    font-size: 12px;
    margin: 2px 0px 1px;
}

.bg-stripe {
    background-image: linear-gradient(125deg, #ffffff 16.67%, #e2e8eb 16.67%, #e2e8eb 50%, #ffffff 50%, #ffffff 66.67%, #e2e8eb 66.67%, #e2e8eb 100%);
    background-size: 3.66px 5.23px;
    position: relative;
}

.ql-main-container {
    padding: 10px 0px;
}

.card-black {
    border: 1px solid rgb(62, 62, 62, 0.2);
    margin: 20px 0px;
}

.card {
    border: 1px solid rgba(214, 214, 214, 0.53);
    margin: 20px 0px;
}

.ql-location {}

.ql-location-priority {
    background-color: #941228;
    color: whitesmoke;
}

.ql-type-priority {
    background-color: #ffc822;
    color: #213124;
}

.ql-type-cm {
    background-color: #4839e4;
    color: whitesmoke;
}

.ql-type-hs {
    background-color: #dc3300;
    color: whitesmoke;
}

.ql-type {}

.ql-text {
    font-weight: 400;
}

.upper {
    text-transform: uppercase;
}

.btn-comment {
    color: #fff;
    background-color: #de4f00;
    border-color: #d44b00;
}

.btn-comment:hover {
    color: #fff;
    background-color: #c14500;
    border-color: #b54000;
}

.btn-tp {
    color: #fff;
    background-color: #DD008A;
    border-color: #DD008A;
}

.btn-tp:hover {
    color: #fff;
    background-color: #DD008A;
    border-color: rgb(161, 0, 100);
}

.ql-listing-container {
    width: 100%;
}

.ql-data-container {
    width: 100%;
}

.ql-timer {
    width: 10px;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}

.ql-timer-bar {
    background-color: #adadad;
    width: 100%;
}

.card-header-blue {}

.card-header {
    border: none;
    text-align: left;
    padding: 0px;
    height: 40px;
    background: linear-gradient(45deg, #e6e6e6 0%, #f5f5f5 100%);
    border-bottom: 1px solid rgba(214, 214, 214, 0.19);
    position: relative;
}

.card-title-black {
    background-color: #1F1F1F;
}

.card-title-blue {
    background-color: #2e75bb;
}

.card-title {
    color: whitesmoke;
    display: inline-block;
    margin: 0px;
    height: 100%;
    padding: 5px 65px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 1;
    position: relative;
}

.card-title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.modal-loading {
    text-align: center;
    color: grey;
    font-size: 20px;
    padding: 20px 0px;
}

.modal-btn-drawer {
    text-align: right;
    padding: 10px 10px 0px;
    border-top: 1px #80808038 solid;
}

.modal-message {
    font-size: 20px;
    text-align: center;
    margin: 25px 10px;
}

.modal-content {
    border: none;
    border-radius: 0px;
}

.modal-body {
    padding: 0px;
    background-color: whitesmoke;
}

.modal-form {
    padding: 10px;
    overflow: hidden;
}

textarea.form-control {
    padding-left: 15px;
}

.form-control {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 13px;
}

.modal-form label {
    font-weight: bold;
    color: #2E75BB;
    font-family: Open Sans Condensed;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    padding: 0px 5px;
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 7px;
}

.modal-header {
    border: none;
    text-align: left;
    padding: 0px;
    height: 40px;
    background: #e6e6e6;
    border-bottom: none;
}

.card-reportes-btnSet {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0px;
}

.card-reportes-btn {
    margin: 0px;
    background-color: #2e75bb;
    width: 70px;
    color: whitesmoke;
    right: 0;
    top: 0;
    border: none;
    opacity: 1;
    z-index: 1;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    padding: 5px 25px 5px 0px;
}

.card-reportes-btn-sp {
    margin: 0px;
    background-color: #713e84;
    width: 70px;
    color: whitesmoke;
    right: 0;
    top: 0;
    border: none;
    opacity: 1;
    z-index: 1;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    padding: 5px 25px 5px 0px;
}

.card-reportes-btn-sp:hover {
    background-color: #9E53B9;
}

.card-reportes-btn:hover {
    background-color: #65ABF1;
}

.card-reportes-btn-selected-sp {
    background-color: #9E53B9;
}

.card-reportes-btn-selected {
    background-color: #65ABF1;
}

.card-reportes-btn-sp:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    border-left: 1px solid white;
}

.card-reportes-btn:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    border-left: 1px solid white;
}

.card-consultaManual-btn {
    padding: 5px 5px 5px 0px;
    margin: 0px;
    background-color: #1f1f1f;
    height: 100%;
    width: 40px;
    color: whitesmoke;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    opacity: 1;
    z-index: 1;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.card-consultaManual-btn:hover {
    background-color: #404040;
}

.card-consultaManual-btn:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.modal-header .close {
    padding: 5px 10px 5px 0px;
    margin: 0px;
    background-color: #2e75bb;
    height: 100%;
    width: 40px;
    color: whitesmoke;
    position: relative;
    opacity: 1;
    z-index: 1;
}

.modal-header .close:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.modal-title {
    background-color: #2e75bb;
    color: whitesmoke;
    display: inline-block;
    margin: 0px;
    height: 100%;
    padding: 5px 65px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 1;
    position: relative;
}

.modal-title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.card {
    border-radius: 0px;
}

.card-header:first-child {
    border-radius: 0px;
}

/*TOOLTIP THEMES*/

.tippy-tooltip.success-theme {
    background-color: #28a745;
    color: whitesmoke;
}

.tippy-tooltip.success-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.success-theme .tippy-backdrop {
    background-color: #28a745;
}

.tippy-tooltip.comment-theme {
    background-color: #de4f00;
    color: whitesmoke;
}

.tippy-tooltip.comment-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.comment-theme .tippy-backdrop {
    background-color: #de4f00;
}

.tippy-tooltip.info-theme {
    background-color: #17a2b8;
    color: whitesmoke;
}

.tippy-tooltip.info-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.info-theme .tippy-backdrop {
    background-color: #17a2b8;
}

.tippy-tooltip.danger-theme {
    background-color: #dc3545;
    color: whitesmoke;
}

.tippy-tooltip.danger-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.danger-theme .tippy-backdrop {
    background-color: #dc3545;
}

.tippy-tooltip.tp-theme {
    background-color: #DD008A;
    color: whitesmoke;
}

.tippy-tooltip.tp-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.tp-theme .tippy-backdrop {
    background-color: #DD008A;
}

.tippy-tooltip.warning-theme {
    background-color: #ffc107;
    color: #212529;
}

.tippy-tooltip.warning-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.warning-theme .tippy-backdrop {
    background-color: #ffc107;
}

/*TOOLTIP THEMES*/

/*NAVIGATION*/


.bg-dg {
    background-color: #7e1d1d;
}


.bg-cs {
    background-color: #713e84;
}

.tx-cs {
    color: #713e84;
}

.nav-container {
    background-color: #add4e9;
}

.nav-btn-text {
    display: inline-block;
    /* vertical-align: middle; */
}

.nav-buttonList {
    text-align: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: Open Sans Condensed;
    font-size: 0;
}

.nav-button-adm {
    background-color: rgb(25, 62, 99)!important;
}

.nav-button-adm:hover {
    background-color: rgb(52, 88, 124)!important;
}

.nav-button-selected-adm {
    max-width: inherit;
    background-color: rgb(52, 88, 124)!important;
    color: whitesmoke!important;
}

.nav-button-sp {
    background-color: #713e84!important;
}

.nav-button-sp:hover {
    background-color: #9E53B9!important;
}

.nav-button-selected-sp {
    max-width: inherit;
    background-color: #9E53B9!important;
    color: whitesmoke!important;
}

.nav-button-dg {
    background-color: #7e1d1d!important;
}

.nav-button-dg:hover {
    background-color: #7e1d1d!important;
}

.nav-button-selected-dg {
    max-width: inherit;
    background-color: #7e1d1d!important;
    color: whitesmoke!important;
}

.nav-button-sls {
    background-color: #a72896!important;
}

.nav-button-sls:hover {
    background-color: #ac509f!important;
}

.nav-button-selected-sls {
    max-width: inherit;
    background-color: #ac509f!important;
    color: whitesmoke!important;
}

.nav-buttonList>li {
    background-color: #4288ce;
    display: inline-block;
    padding: 10px 50px 10px 10px;
    position: relative;
    z-index: 1;
    font-size: 0px;
    font-weight: 600;
    color: whitesmoke;
    vertical-align: middle;
    cursor: pointer;
    width: inherit;
    height: 38px;
    color: transparent;
    text-transform: uppercase;
    transition-delay: 0s, 0.2s;
    transition-property: font-size, color;
    transition-duration: 0.3s;
}

.nav-buttonList>li:hover {
    max-width: inherit;
    background-color: #65abf1;
    font-size: 13px;
    color: whitesmoke;
    font-weight: 700;
}

.nav-button-selected {
    max-width: inherit;
    background-color: #65abf1!important;
    color: whitesmoke!important;
}

.nav-buttonList>li:after {
    content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    border-left: 2px solid #add4e9;
}

.nav-buttonList>li>i {
    font-size: 18px;
    line-height: 21px;
    padding: 0px 0px 0px 10px;
    display: inline-block;
    color: whitesmoke;
    vertical-align: middle;
}

/*NAVIGATION*/

.card-timer {
    background-color: #4584c287;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.card-timer-off {
    background-color: #d6d6d6;
    color: #d6d6d6;
}

/*REPORTES*/

.r-dataContainer {}

.r-dataPanel {
    margin: 20px 0px;
}

.r-dateButton {
    font-family: Open Sans Condensed;
    font-weight: 700;
    width: 90%;
    text-transform: uppercase;
}

.r-dateControls {
    width: 100%;
    margin-bottom: 5px;
}

.r-dateNextLast {
    width: 5%;
}

.r-datePickFloat {
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: calc(50% - 136px);
    background-color: #4288ce;
}

.r-datePickContainer {
    position: relative;
}

.r-topVentas-pic {
    filter: saturate(0.5);
}

.r-graphContainer {
    border: thin solid #e8e8e8;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.r-tableContainer {
    border: thin solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 20px;
}

.r-tableGraph {
    margin-bottom: 0px;
    font-size: 15px;
}

.r-tableGraph td {
    padding: .25rem;
}

.r-tableGraph th {
    padding: .35rem;
}

.r-miniGraphContainerCol {
    padding-right: 0px;
}

.r-localData-container {
    margin-left: 10%;
}

.r-tag-title {
    padding: 0px 10px 0px 0px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #265a8e;
    font-weight: 600;
    text-align: right;
    color: whitesmoke;
    margin: 20px 0px 5px;
}

.r-dayPick {
    display: flex;
}

.r-dayPick .btn {
    flex: 1;
    font-family: Open Sans Condensed;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 0px;
    text-align: center;
}

.btn-light {
    color: #4e4e4e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

.btn-light {
    color: #4e4e4e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

.btn-light:hover {
    color: #4e4e4e;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

.btn-light.disabled, .btn-light:disabled {
    color: #4c4c4c;
    background-color: #b3b3b3;
    border-color: #bfbfbf;
}

.btn-selected {
    color: #fff;
    background-color: #2e75bb;
    border-color: #2e75bb;
}

.btn-selected:hover {
    color: #fff;
    background-color: #2075ca;
    border-color: #2075ca;
}

/*REPORTES*/

/*VENTAS PERSONALIZADAS */

.input-group-text {
    padding: 0 .75rem;
}

/*VENTAS PERSONALIZADAS */

/* ------------------------------------/ESTILOS ASIGNACIONES/------------------------------------ */

.bg-stripe-asignaciones{
    background-color: whitesmoke;
    background-size: 3.66px 5.23px;
    display: flex;
    flex-direction: column;
    width: 90vw;
    margin: 30px auto;
}

.diaActual {
    margin-top: 10px;
    margin-left: 30px;
    font-weight: 600;
}

.diaTabla{
    color: whitesmoke;
    background-color: #2e75bb;        
    border: none;
  }

  button.diaTabla:focus{
    outline: none !important;    
  }

.card-title-asignaciones {
    color: whitesmoke;
    display: inline-block;
    margin: 0px;
    height: 100%;
    padding: 5px 65px;    
    font-size: 20px;
    z-index: 1;
    position: relative;
}

.card-title-asignaciones:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25%;
    height: 99%;
    top: 0;
    right: 0;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

thead{    
    border: #000000 solid 2px;
}
  .tableEjemplo{
    margin: 15px auto;
    width: 95vw;
    background-color: #ffffff;
  }
  .tableEjemplo td{
    font-size: 11px;
    text-align: center;
    
  }
  .canalesTabla{
    background-color: #FFE587;
  }

  .horasTabla {
    background-color: #FFE587;
    font-weight: bold;
  }
  .rolesTabla{
    background-color: #FFE587;
  }

  .encargadotd{
    background-color: #0f0f0f;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #FFF;
  }

  /* BOTONES ASIGNACIONES */
  .nav-buttonListAsig {
    text-align: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: Open Sans Condensed;
    font-size: 0;
}

.nav-buttonListAsig>li {
    background-color: #4288ce;
    display: inline-block;
    padding: 8px 50px 10px 10px;
    border-right: solid 1px whitesmoke;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    color: whitesmoke;
    vertical-align: middle;
    cursor: pointer;
    width: inherit;
    height: 38px;    
    text-transform: uppercase;
    transition-delay: 0s, 0.2s;
    transition-property: font-size, color;
    transition-duration: 0.3s;
}

.nav-buttonListAsig>li:after {
    content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    background: inherit;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    border-left: 2px solid #add4e9;
}

.nav-buttonListAsig>li>i {
    font-size: 18px;
    line-height: 21px;
    padding: 0px 0px 0px 10px;
    display: inline-block;
    color: whitesmoke;
    vertical-align: middle;
}
  /* FIN BOTONES ASIGNACIONES */

  /* ESTILOS EMPLEADOS */
  .Rosana{
    background-color: #968b41;
  }

  .Matias{
    background-color: #964141;
  }

  .Leandro{
    background-color: #629641;
  }
  .Franco{
    background-color: #417e96;
  }
  .Andres{
    background-color: #964170;
  }
  .Analia{
    background-color: #414e96;
  }
  .Mariano{
    background-color: #966741;
  }
  .Carlos{
    background-color: #41965d;
  }
  /* FIN ESTILOS EMPLEADOS */

  .tituloCanal{
    color:#FFF;
    font-weight: bold;
    border: #000000 solid 2px;
  }
  .tableBody{
    border: #000000 solid 2px;
  }
  .tableBody tr td{
    border-left: #000000 solid 2px;
  }
/* ESTILOS CANALES */
  .LocalJBJ{
    background-color:#644196;
  }

  .LocalBoedo{
    background-color:#644196;
  }
  .LocalBarracas{
    background-color:#644196;
  }
  .WSPJBJ{
    background-color:#644196;
  }
  .WSPBoedo{
    background-color:#644196;
  }
  .Telefono{
    background-color:#644196;
  }
  .V4{
    background-color:#644196;
  }
  .Redes{
    background-color:#644196;
  }
  .DamoMega{
    background-color:#644196;
  }
  .MercadoLibre{
    background-color:#644196;
  }
  .Fravega{
    background-color:#644196;
  }
  .EshopRebo{
    background-color:#644196;
  }
  .EshopVent{
    background-color:#644196;
  }

/* FIN ESTILOS CANALES */

/* ESTILOS FORMULARIO ALTA TURNOS */

.section-form{
    background-color: whitesmoke;
    width: 30vw;
    margin: 10px auto;                        
    padding: 8px;
}
article.form-alta-turnos{
    display: flex;
    flex-direction: column;
    width: 65vw;    
}
.form-turnos{
    margin: 20px;
}
article.form-alta-turnos p {
    display: inline-block;
}
label {
    font-weight: 600;
}

/* FIN ESTILOS FORMULARIO ALTA TURNOS */

/* ESTILOS CONSULTAS */
.bg-stripe{
    background-image: linear-gradient(125deg, #ffffff 16.67%, #e2e8eb 16.67%, #e2e8eb 50%, #ffffff 50%, #ffffff 66.67%, #e2e8eb 66.67%, #e2e8eb 100%);
    background-size: 3.66px 5.23px;
    display: flex;
    flex-direction: column;
    width: 90vw;
    margin: 10px auto;
}
.formulario-consultas {
    width: 100%;
    margin: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;      
}

.oculto {
    display: none;
}

button.btnSelect {
    background-color: #0a3c6e !important;
}
button.btnUnselect {
    background-color: #4288ce !important;
}

.btn-options{
    margin-top: 20px;
    display: flex;    
    justify-content: center;
}

.btn-options button{    
    margin-left: 8px;
    margin-bottom: 15px;
    color: #ffffff;
    border: none;
    border-radius: 0% !important;
}


.btnCargarConsulta{    
    background-color: #4288ce !important;        
    border: none;
    border-radius: 0% !important;
}

.btnCargarConsulta:hover {
    background-color: #295683 !important;
}

select.tipos-consultas{
    height: 37px;
    border: solid #a7a7a7 1px;
    border-radius: 4px;
}

.detalle-input{
    width: 35vw;
    height: 37px;
}

.tableConsulta{
    margin: 10px auto;
    width: 90%;
    background-color: #ffffff;
    border: solid #505050 2px;
}

.tableConsulta tr.row-header{
    color: whitesmoke;
    background-color: #4288ce;
    font-weight: 600;
    border-bottom: solid #505050 2px;
}

.tableConsulta td{
    font-size: 14px;
    text-align: center;
    border-left: solid #000000 1px;
}

td.text-detail-consult{
    max-width: 200px;
    overflow-wrap: break-word;
}

.article-form-consulta {
    background-color: whitesmoke;
    margin: 15px auto;
    width: 80vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#whatsappCont, #telefonoCont, #visitasCont {
    width: 95%;
}

/* FIN ESTILOS CONSULTAS */