﻿
/**************Layout***************/
.headPart {
    position: relative;
    display: flex;
    width: calc(100% - 100px);
    height: 70px;
    padding: 10px 50px;
    color: #222222;
    justify-content: space-between;
    box-sizing: content-box;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 70%);
    align-items: center;
    background: #FFFFFF;
}

div.campoLink {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

    div.campoLink a {
        text-decoration: none;
        color: #222222;
    }

    div.campoLink span {
        cursor: pointer;
        font-weight: 900;
    }

.headContent {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .headContent .userPanel {
        position: relative;
        width: 50%;
        display: flex;
    }

        .headContent .userPanel .userName {
            position: relative;
            display: flex;
            margin: 0px 15px;
            width: 100%;
            font-size: 1.5em;
            justify-content: end;
            align-items: center;
            color: #FFFFFF;
        }

        .headContent .userPanel .userMenu {
            position: relative;
            display: flex;
            font-size: 2.5em;
            color: #FFFFFF;
            width: 12%;
            align-items: center;
            justify-content: center;
        }

            .headContent .userPanel .userMenu span {
                padding: 5px 10px;
                border-radius: 5px;
                transition: .5s;
                cursor: pointer;
            }

                .headContent .userPanel .userMenu span:hover {
                    background: #077087;
                }

    .headContent .logoContainer {
        position: relative;
        display: flex;
        height: 50px;
        cursor: pointer;
    }

        .headContent .logoContainer img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

.btnMenuUser {
    position: relative;
    display: flex;
    width: 100%;
    left: 0%;
    transition: .5s;
}

.pdrCajon {
    position: relative;
    display: block;
    height: 55px;
    overflow: hidden;
    transition: .5s;
}

.menuHid {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    transition: .5s;
    overflow: hidden;
    background: #FFFFFF;
}

.userPanelMenu {
    position: fixed;
    display: block;
    width: 0%;
    margin-top: 95px;
    left: 12px;
    z-index: 5;
    transition: .5s;
}

    /*.userPanelMenu {
    position: absolute;
    display: flex;
    height: 100%;
    width: 25%;*/
    /* top: 0; */
    /*left: 1%;*/
    /* overflow: hidden; */
    /* justify-content: end; */
    /*box-sizing: content-box;*/
    /* background: linear-gradient(0deg, rgba(7,112,135,1) 0%, rgba(38,169,199,1) 35%, rgba(54,186,214,1) 100%); */
    /*transition: .5s;
    z-index: 2;
}*/

    .userPanelMenu .optionCont .optSect {
        position: relative;
        display: flex;
        margin: 2px 5px;
        padding: 15px 5px;
        border-radius: 5px;
        align-items: center;
        transition: .5s;
        cursor: pointer;
    }

    .userPanelMenu .optionCont .optSect {
        position: relative;
        display: flex;
        margin: 2px 5px;
        padding: 15px 5px;
        border-radius: 5px;
        transition: .5s;
        cursor: pointer;
    }

        .userPanelMenu .optionCont .optSect:hover {
            background: #BEBDBE;
            color: #FFFFFF;
        }

        .userPanelMenu .optionCont .optSect span {
            font-size: 1.1em;
            font-weight: 700;
        }

.pdrCajon .sbMenu {
    position: relative;
    display: flex;
    margin: 2px 5px;
    padding: 15px 5px;
    border-radius: 5px;
    align-items: center;
    transition: .5s;
    cursor: pointer;
    margin-left: 15px;
}

    .pdrCajon .sbMenu:hover {
        background: #BEBDBE;
        color: #FFFFFF;
    }

.icoOpt {
    position: relative;
    display: flex;
    margin: 0px 10px;
    font-size: 1.2em;
}

span.btnMenu {
    width: 49px;
    padding: 5px;
    height: 4%;
    position: absolute;
    display: table;
    font-size: 27px;
    text-align: center;
    background: #D1D1D1;
    z-index: 5;
    cursor: pointer;
    border-bottom-right-radius: 20px;
}

div.renderDiv {
    position: absolute;
    display: block;
    margin: 20px auto;
    top: 65px;
    border-top: 18px solid #B3B3B3;
    padding: 20px;
    height: auto;
    transition: .5s;
    /* background: #E3E3E3; */
    width: 98%;
}

/**************Login***************/
.body-content.login {
    padding-top: 0px;
    background-image: url(../img/Loginfondo/dunemProfFondo.jpg);
    background-size: cover;
    height: 100vh;
}

.loginCont {
    position: relative;
    display: flex;
    height: 100%;
    width: 75%;
    justify-content: flex-start;
    align-items: center;
    margin: 0px auto;
}

    .loginCont .loginSpc {
        position: relative;
        display: block;
        padding: 1rem;
        height: fit-content;
        background: rgba(250,250,250,.8);
        border-radius: 10px;
        width: calc(29% - 2rem);
        top: 20%;
    }

.rowCampo {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

    .rowCampo.rC1 .campoFlex {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: stretch;
        margin: 10px 0;
    }

    .rowCampo.rC2 .campo {
        width: 48%;
        margin: 5px 15px;
    }

    .rowCampo.rC3 .campo {
        width: 31%;
        margin: 5px 15px;
    }

    .rowCampo.rC1 .campo,
    .rowCampo .campoFlex {
        position: relative;
        display: block;
        margin: 0 10px;
        width: 100%;
        margin-bottom: 10px;
    }

.btnGeneral {
    position: relative;
    display: block;
    padding: 10px 20px;
    top: 0;
    left: 0;
    margin: 0 5px;
    height: fit-content;
    background: #A5A5A5;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
}

    .btnGeneral:hover {
        top: -3px;
        left: -3px;
    }

button.btnGeneral.rojo {
    background: #DD5246;
    color: #FFFFFF;
    transition: .5s;
}

.naranja {
    background: #ED7422;
    box-shadow: 2px 2px 0px rgb(237 169 34 / 50%);
}

    .naranja:hover {
        box-shadow: 5px 5px 0px rgb(237 169 34 / 50%);
    }

/*Generales*/
.rowCampo {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px auto;
}

    .rowCampo .campo {
        position: relative;
        display: block;
        margin: 0 10px;
        margin-bottom: 10px;
    }

    .rowCampo .campoFlex {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: stretch;
        margin: 10px 0;
    }

        .rowCampo .campo label,
        .rowCampo .campoFlex label {
            position: relative;
            display: block;
            margin-left: 5px;
            margin-bottom: 5px;
            margin-right: 5px;
        }

    .rowCampo.rC1 .campo,
    .rowCampo.rC1 .campoFlex {
        width: 100%;
    }

    .rowCampo.rC2 .campo,
    .rowCampo.rC2 .campoFlex,
    .rowCampo.rC2 .campoCenter,
    .rowCampo.rC2 .campoDwn {
        width: 50%;
    }

    .rowCampo.rC3 .campo,
    .rowCampo.rC3 .campoFlex {
        width: 33%;
    }

    .rowCampo .campoFlex.align {
        align-items: flex-end;
    }

    .rowCampo.rC4 .campo,
    .rowCampo.rC4 .campoFlex {
        width: 25%;
    }

    .rowCampo.rC1 .campo {
        width: 100%;
    }

        .rowCampo.rC1 .campo.logoForm {
            width: 45% !important;
        }

ul#ui-id-1 {
    position: relative;
    display: block;
    max-width: 33% !important;
    overflow: auto;
    z-index: 15;
    background: #FFFFFF;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}

label.blLabel {
    font-weight: 800;
    color: #1FA4BE;
    font-size: 1.5em;
}

label.grnLabel {
    font-weight: 800;
    color: #1FA460;
    font-size: 1.5em;
}

.rowOcupCont .rowCampo .campo {
    width: 100%;
}

.unitTittle {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 35px;
}

    .unitTittle label {
        font-size: 2em;
        text-transform: uppercase;
        font-weight: bold;
    }

    .unitTittle span {
        position: relative;
        display: flex;
        left: 20%;
        color: #1FA4BE;
        font-size: 2em;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
    }

div.horLine span {
    position: relative;
    display: block;
    content: '';
    width: 80%;
    height: 2px;
    margin: 10px auto;
    background: linear-gradient( 90deg, rgba(43,183,209,0) 0%, rgba(43,183,209,1) 25%, rgba(43,183,209,1) 75%, rgba(43,183,209,0) 100%);
}

tr.subTble td {
    width: 20% !important;
}

.formDiv {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0px auto;
}

    .formDiv .tableCont {
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 20px 0;
        /* max-height: 550px; */
        /* overflow: auto; */
    }

.tableCont {
    position: relative;
    display: flex;
    width: 75%;
    margin: 0px auto;
}

    .tableCont.tbleClientes {
        width: 100%;
    }

table.tableSunemedic {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    table.tableSunemedic thead {
        position: relative;
        display: flex;
        flex-direction: column;
        color: #FFFFFF;
        background: #09738A;
        padding: 10px 0;
    }

        table.tableSunemedic thead tr {
            position: relative;
            display: flex;
            width: 100%;
            text-align: center;
        }

    table.tableSunemedic tbody {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        table.tableSunemedic tbody tr {
            position: relative;
            display: flex;
            width: 100%;
            text-align: center;
            align-items: center;
            padding: 10px 0px;
            background: #FFFFFF;
        }

            table.tableSunemedic tbody tr:nth-child(2n) {
                background: #EDF3F6;
            }

.tableCont.tbleClientes table.tbleDrogueria tbody tr {
    display: block;
    background: #FFFFFF;
}

    .tableCont.tbleClientes table.tbleDrogueria tbody tr:nth-child(2n) {
        background: #EDF3F6;
    }

    .tableCont.tbleClientes table.tbleDrogueria tbody tr.tbleRow td {
        width: calc(16% - -5px);
    }

        .tableCont.tbleClientes table.tbleDrogueria tbody tr.tbleRow td.noCCampo,
        .tableCont.tbleClientes table.tbleDrogueria thead tr.tbleRow td.noCCampo {
            width: calc(25% - 5px);
        }

        .tableCont.tbleClientes table.tbleDrogueria tbody tr.tbleRow td.npiCampo {
            width: calc(30% - 0px);
        }

            .tableCont.tbleClientes table.tbleDrogueria tbody tr.tbleRow td.npiCampo:nth-child(1) {
                width: calc(50% - 0px);
            }

    .tableCont.tbleClientes table.tbleDrogueria tbody tr td {
        display: inline-block;
        width: calc(25% - 4px);
        padding: 5px 0px;
        text-align: center;
        font-weight: 700;
        font-size: 1.2em;
    }

        .tableCont.tbleClientes table.tbleDrogueria tbody tr td.hidTd {
            position: relative;
            display: block;
            height: 0;
            width: 100% !important;
            overflow: hidden;
            transition: .5s;
        }

        .tableCont.tbleClientes table.tbleDrogueria tbody tr td.dwnBttn span {
            padding: 5px;
            cursor: pointer;
        }

        .tableCont.tbleClientes table.tbleDrogueria tbody tr td.dwnBttn button {
            position: relative;
            display: block;
            margin: 0px auto;
        }

.tblsContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 15px;
    padding: 30px 0px;
    align-items: center;
}

    .tblsContainer.clientTble {
        width: 90%;
        flex-direction: column;
        overflow: auto;
        margin: 15px auto;
        background: #ECECEC;
    }

    .tblsContainer .tableCont.tbleClientes table.tableSunemedic thead {
        background: #757575;
    }

        .tblsContainer .tableCont.tbleClientes table.tableSunemedic thead tr td {
            padding: 0px;
        }

.clientTble .tableCont.tbleClientes table.tableSunemedic thead tr td,
.clientTble .tableCont.tbleClientes table.tableSunemedic tbody tr td {
    width: 25%;
}

.tableCont table.tableSunemedic thead tr td {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20%;
}

.tableCont.tbleCategoria table.tableSunemedic thead tr td {
    width: 50%;
}

.tableCont.tbleSubCategor table.tableSunemedic thead tr td {
    width: 33%;
}

.tableCont.tbleProduct table.tableSunemedic thead tr td {
    width: 25%;
}

.tableCont table.tableSunemedic tbody tr td {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20%;
}

    .tableCont table.tableSunemedic tbody tr td.hidTd {
        position: relative;
        display: block;
        height: 0px;
        width: 100% !important;
        overflow: hidden;
        transition: .5s;
    }

    .tableCont table.tableSunemedic tbody tr td.optionTble {
        flex-direction: row;
        justify-content: center;
    }

        .tableCont table.tableSunemedic tbody tr td.optionTble span {
            margin: 0px 5px;
            cursor: pointer;
        }

.tableCont.tbleCategoria table.tableSunemedic tbody tr td {
    width: 50%;
}

.tableCont.tbleSubCategor table.tableSunemedic tbody tr td {
    width: 33%;
}

.tableCont.tbleProduct table.tableSunemedic tbody tr td {
    width: 25%;
}

.tblsContainer .tbleClientes {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

.tblsContainer .tableCont.tbleClientes {
    width: 90%;
    margin: 20px auto;
}

.searchFltr .rowCampo .campoFlex {
    align-items: flex-end;
}

.tbleTittle label {
    font-size: 1.3em;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.tblsContainer .tableCont.tbleClientes table.tableSunemedic tr td {
    width: 20%;
}

.formPest {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    width: 88%;
    margin-left: 10px;
}

    .formPest .pestUnit {
        position: relative;
        display: block;
        width: 33%;
        font-size: 18px;
        margin: 0 10px;
        padding: 10px 0 15px;
        border: 2px solid;
        border-bottom: 0;
        border-radius: 10px 10px 0 0;
        background: #E0E0E0;
        color: #909090;
        cursor: pointer;
        z-index: 1;
    }

        .formPest .pestUnit.activo {
            background: #FFFFFF;
            color: #000000;
            z-index: 3;
        }

.formChnge {
    position: relative;
    display: block;
    padding: 20px;
    border: 2px solid #000000;
    border-radius: 20px;
    background: #FFFFFF;
    top: -5px;
    z-index: 2;
}

.contUnit.categPart {
    display: none;
}

.contUnit.sucurPlant {
    display: none;
}

.contUnit.imgPart {
    display: none;
}

div.formPest {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
    width: 88%;
}

    div.formPest div.pestUnit {
        position: relative;
        display: block;
        width: 33%;
        font-size: 18px;
        margin: 0 10px;
        padding: 10px 0 15px;
        border: 2px solid;
        border-bottom: 0;
        border-radius: 10px 10px 0 0;
        background: #E0E0E0;
        color: #909090;
        cursor: pointer;
        z-index: 1;
    }

        div.formPest div.pestUnit.activo {
            background: #FFFFFF;
            color: #000000;
            z-index: 3;
        }

.modsCont {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
    border: 3px solid;
    width: 90%;
    margin: auto;
    border-radius: 15px;
    background: #ECECEC;
}

.contBody {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0px;
}

.contUnit {
    position: relative;
    display: block;
    flex-direction: column;
    width: 100%;
    background: #ECECEC;
    align-items: center;
    height: 100%;
    margin: 15px 20px;
    overflow: auto;
}

.azul {
    background: #1FA4BE;
}

.verde {
    background: #1FA460;
}

/*Productos*/

.btnSub {
    position: relative;
    display: flex;
    margin: 15px auto;
}

.prevFoto {
    position: relative;
    display: block;
    margin: 10px;
}

.realFoto {
    position: relative;
    display: none;
    height: 260px;
}

label.btnSubFoto {
    position: relative;
    display: block;
    padding: 10px 20px;
    top: 0;
    left: 0;
    margin: 0 5px;
    height: fit-content;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
    background: #1FA4BE;
}

    label.btnSubFoto:hover {
        top: -3px;
        left: -3px;
    }

img.imgBenef {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.formDiv.imgForm {
    width: 85%;
}

.tableCont.tbleProdCat,
.tableCont.tbleProdSuc {
    width: 100%;
}

    .tableCont.tbleProdCat table thead tr td,
    .tableCont.tbleProdCat table tbody tr td {
        width: 50%;
    }

    .tableCont.tbleProdSuc table thead tr td {
        width: 20%;
    }

    .tableCont.tbleProdSuc table tbody tr td {
        width: 20%;
    }

.imageContainer .formSubirFoto .prevFoto .realFoto {
    position: relative;
    display: inline-grid;
    margin: 0px auto;
    width: 100%;
}

    .imageContainer .formSubirFoto .prevFoto .realFoto img {
        margin: 0px auto;
        width: 100%;
        max-height: 340px;
    }

.prevFoto .frontImg {
    position: relative;
    display: flex;
    top: 0;
    width: 100%;
    height: 320px;
    background: #A1A1A1;
    color: #FFFFFF;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.formHolderPest {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.albumImgsCom {
    position: relative;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 15px auto;
}

.alImgItCont img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

label.lblBtnSubImg {
    position: relative;
    display: block;
    width: 35%;
    padding: 15px;
    text-align: center;
    background: #EE7920;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    color: #FFFFFF;
    margin: 20px auto;
}

.uploadedImgs {
    position: relative;
    display: block;
    width: 100%;
    overflow: auto;
    max-height: 30.5em;
    margin-top: 30px;
}

.imgenExp {
    position: relative;
    display: flex;
    height: 90px;
    margin: 10px 0px;
    padding: 5px;
}

.imgSquare img {
    height: 100%;
    width: 100%;
}

.descripImg {
    position: relative;
    display: block;
    margin: 5px;
    width: 100%;
    overflow: hidden;
}

    .descripImg .imgTxt {
        position: relative;
        display: flex;
        text-align: initial;
        margin: 10px 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.imgProdCont {
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.formSubirFoto {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.newImgPort {
    position: relative;
    display: flex;
    width: 70%;
    margin: 0px 15px;
}

.titleImgSub {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 600;
}

.albumImgItem {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
    justify-content: center;
}

.imageContainer {
    position: relative;
    display: flex;
    width: 100%;
}

.imgTier {
    position: relative;
    display: flex;
    height: 100%;
    overflow: auto;
}

/*Categorias*/

.contBody.subCategorias {
    display: none;
    flex-direction: column;
}

.contBody.categorias {
    display: flex;
    flex-direction: column;
}

/*Call Center*/

.formularCont {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}

.destProd {
    position: relative;
    display: flex;
    margin: 10px auto;
    height: 100%;
    width: 25%;
}

.prodAgotList {
    position: relative;
    display: block;
    height: 100%;
    width: 95%;
    margin: 0px auto;
    overflow: auto;
}

.prodDestItem {
    position: relative;
    display: block;
    width: 90%;
    margin: 5px auto;
    background: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 10px;
    padding: 15px 10px;
}

.prodDestItem {
    position: relative;
    display: block;
    width: 90%;
    margin: 15px auto;
    background: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 10px;
    padding: 15px 10px;
    box-shadow: 3px 3px 4px rgb(0 0 0 / 70%);
}

    .prodDestItem label {
        font-size: 1.2em;
        font-weight: 700;
    }

/*.contUnit.crearClient {
    flex-direction: initial;
}*/

label.blckLabel {
    font-weight: 800;
}

.tableCont.tbleClientes table.tbleDrogueria thead {
    position: relative;
    display: block;
    background: #09738A;
    color: #FFFFFF;
    width: 100%;
    padding: 5px 0px;
}

    .tableCont.tbleClientes table.tbleDrogueria thead tr {
        position: relative;
        display: flex;
    }

        .tableCont.tbleClientes table.tbleDrogueria thead tr.subTble {
            background: #757575 !important;
        }

            .tableCont.tbleClientes table.tbleDrogueria thead tr.subTble td {
                width: 25% !important;
            }

        .tableCont.tbleClientes table.tbleDrogueria thead tr td {
            display: inline-block;
            width: calc(16% - -5px);
            padding: 5px 0px;
            text-align: center;
            font-weight: 700;
            font-size: 1.2em;
        }

.formDatos {
    position: relative;
    display: block;
    width: 65%;
    padding: 15px 10px;
    margin: 10px auto;
    height: 100%;
    /* background: #EDF3F6; */
}

.ordenForm {
    position: relative;
    display: block;
    width: 85%;
    padding: 15px 10px;
    margin: 10px auto;
    background: #EDF3F6;
}

    .ordenForm .pedOrden {
        width: 100% !important;
    }

        .ordenForm .pedOrden .ordenTbl .TbleInfo table thead tr td,
        .ordenForm .pedOrden .ordenTbl .TbleInfo table tbody tr td {
            width: 30%;
        }

.dateForm {
    position: relative;
    display: flex;
}

    .dateForm select.inputField {
        position: relative;
        display: block;
        margin: 0px 5px;
    }

label.invisiLabel {
    opacity: 0;
}

.campoCenter {
    position: relative;
    display: flex;
    align-items: center;
}

.prodSearch {
    position: relative;
    display: block;
    width: 95%;
    margin: 15px 10px;
}

.srchInput {
    position: relative;
    display: block;
    width: 100%;
}

.pedidoInfo {
    position: relative;
    display: flex;
    width: 100%;
}

.clientInfo {
    position: relative;
    display: block;
    width: 50%;
    margin: 10px auto;
    text-align: center;
}

    .clientInfo label {
        font-weight: 800;
    }

.TbleInfo table {
    position: relative;
    display: block;
    width: 100%;
}

    .TbleInfo table thead {
        position: relative;
        display: block;
        width: 100%;
        background: #09738A !important;
    }

        .TbleInfo table thead tr {
            background: transparent !important;
            color: #FFFFFF;
        }

    .TbleInfo table thead,
    .TbleInfo table tbody {
        position: relative;
        display: block;
        width: 100%;
    }

        .TbleInfo table thead tr,
        .TbleInfo table tbody tr {
            position: relative;
            display: flex;
            padding: 10px 0px;
            width: 100%;
        }

            .TbleInfo table tbody tr:nth-child(2n) {
                background: #FFFFFF;
            }

            .TbleInfo table thead tr td {
                position: relative;
                display: flex;
                font-size: 1.2em;
                font-weight: 700;
                width: 20%;
                text-align: center;
                justify-content: center;
            }

            /*.TbleInfo table thead tr td:nth-child(1) {
                    width: 60%;
                }*/

            .TbleInfo table tbody tr td {
                position: relative;
                display: flex;
                width: 20%;
                justify-content: center;
            }

                /*.TbleInfo table tbody tr td:nth-child(1) {
                    width: 60%;
                }*/

                .TbleInfo table tbody tr td input.inputField {
                    width: 75%;
                    position: relative;
                    display: flex;
                    margin: 0px auto;
                }

                .TbleInfo table tbody tr td:nth-child(1) input.inputField {
                    width: 90%;
                }

.consultTble {
    position: relative;
    display: block;
    padding: 25px 0px;
    background: #EDF3F6;
    margin: 10px;
    height: 100%;
    width: 100%;
}

label.miniTtle {
    position: relative;
    display: block;
    margin-left: 40px;
    font-weight: 800;
    font-size: 1.5em;
}

.popDescrpItem {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.objTable {
    position: relative;
    display: block;
    width: 80%;
    margin: 30px auto;
}

    .objTable table {
        position: relative;
        display: block;
        width: 100%;
    }

        .objTable table thead {
            background: #09738A;
            color: #FFFFFF;
        }

        .objTable table thead,
        .objTable table tbody {
            position: relative;
            display: block;
            width: 100%;
        }

            .objTable table thead tr,
            .objTable table tbody tr {
                position: relative;
                display: flex;
                width: 100%;
                padding: 10px 0px;
            }

                .objTable table thead tr td, .objTable table tbody tr td {
                    position: relative;
                    display: flex;
                    text-align: center;
                    justify-content: center;
                    width: 50%;
                    align-items: center;
                }

                    .objTable table tbody tr td span.spanDescrp {
                        position: relative;
                        display: flex;
                        margin: 0px 5px;
                        font-size: 0.6em;
                    }

.tbleCompras {
    position: relative;
    display: flex;
    width: 100%;
    margin: 15px auto;
}

    .tbleCompras table {
        position: relative;
        display: block;
        width: 100%;
    }

        .tbleCompras table thead {
            position: relative;
            display: block;
            width: 100%;
            background: #09738A;
            color: #FFFFFF;
            font-weight: 800;
        }

        .tbleCompras table tbody {
            position: relative;
            display: block;
            width: 100%;
        }

            .tbleCompras table tbody tr {
                background: #FFFFFF;
            }

                .tbleCompras table tbody tr td,
                .tbleCompras table thead tr td {
                    width: 50%;
                }

                    .tbleCompras table tbody tr td button {
                        position: relative;
                        display: block;
                        margin: auto;
                    }

.tblsContainer .pedOrden {
    position: relative;
    display: block;
    width: 50%;
    background: #EDF3F6;
}

    .tblsContainer .pedOrden .unitTittle {
        font-size: 0.7em;
        margin: 10px 0px;
    }

.pedOrden .pedOrden {
    width: 100%;
}

.lastShpp {
    position: relative;
    display: block;
    width: 85%;
    margin: 15px auto;
    text-align: center;
}

table.tbleNoC thead tr {
    position: relative;
    display: flex;
    width: 100%;
    padding: 10px 0px;
    ;
}

table.tbleNoC tbody tr {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 5px 0px;
}

.nwOrderForm {
    position: relative;
    display: flex;
    width: 100%;
    margin: 15px auto;
}

    .nwOrderForm .lastShpp {
        width: 40%;
    }

.nwOrderCont {
    position: relative;
    display: none;
    width: 100%;
    margin: 15px auto;
}

.popIngrDtosDesp {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.clienForm {
    position: relative;
    display: block;
    width: 55%;
    font-size: 1.2em;
}

span.dlteBttn {
    font-size: 1.3em;
    color: #FC0000;
    cursor: pointer;
}

.mesConsult {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px 0px;
    font-size: 1.7em;
    font-weight: 700;
}

.monthInfo {
    position: relative;
    display: block;
    margin: 0px 10px;
}

.MonthBttn {
    cursor: pointer;
}

.dateGest {
    position: relative;
    display: flex;
    width: 40%;
    justify-content: center;
    margin: 10px auto;
    align-items: center;
}

    .dateGest .dateSelec {
        position: relative;
        display: flex;
        width: 50%;
        margin: 0px 10px;
    }

.popInfoOrden {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.popCont {
    position: relative;
    display: block;
    padding: 20px;
    width: 70%;
    background: #FFFFFF;
    border-radius: 20px;
    max-height: 65%;
    overflow: auto;
}

.clseBttn {
    position: absolute;
    display: flex;
    top: 15px;
    left: 95%;
}

    .clseBttn span {
        position: relative;
        display: flex;
        background-color: #F30000;
        color: #FFFFFF;
        font-size: 21px;
        padding: 7px;
        border-radius: 50%;
        width: 22px;
        justify-content: center;
        cursor: pointer;
    }

.srchInput .menuBuscador {
    position: absolute;
    display: block;
    width: 70%;
    top: 60px;
    height: 0;
    font-size: 0;
    max-height: 600px;
    overflow: hidden;
    border-radius: 20px;
    background: #E2E2E2;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 50%);
    transition: .5s;
    z-index: 3;
}

    .srchInput .menuBuscador .menuBuscHolder .menuBuscPart {
        position: relative;
        display: inline-block;
        width: calc(50% - 40px);
        height: 100%;
        padding: 10px 20px;
        padding-top: 20px;
        font-size: 16px;
        background: #E2E2E2;
        color: #222222;
        vertical-align: top;
    }

        .srchInput .menuBuscador .menuBuscHolder .menuBuscPart span.sepHoriz {
            position: relative;
            display: block;
            content: '';
            width: 90%;
            height: 2px;
            margin: 10px 0;
            background: #EE7920;
        }

        .srchInput .menuBuscador .menuBuscHolder .menuBuscPart .partCategTitle {
            position: relative;
            display: block;
            font-size: 24px;
        }

        .srchInput .menuBuscador .menuBuscHolder .menuBuscPart .partCategItemsHold {
            position: relative;
            display: block;
        }

            .srchInput .menuBuscador .menuBuscHolder .menuBuscPart .partCategItemsHold div.menuBuscItem {
                position: relative;
                display: block;
                padding: 2px 10px;
                margin: 5px;
                font-size: 18px;
                cursor: pointer;
                transition: .5s;
            }

                .srchInput .menuBuscador .menuBuscHolder .menuBuscPart .partCategItemsHold div.menuBuscItem span {
                    cursor: pointer;
                    margin-right: 5px;
                    text-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
                    transition: .5s;
                }

                .srchInput .menuBuscador .menuBuscHolder .menuBuscPart .partCategItemsHold div.menuBuscItem label {
                    cursor: pointer;
                    text-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
                    transition: .5s;
                }


        .srchInput .menuBuscador .menuBuscHolder .menuBuscPart.menuPartProd {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 10px 20px;
            padding-top: 20px;
            font-size: 16px;
            background: #E2E2E2;
            color: #222222;
            vertical-align: top;
        }

            .srchInput .menuBuscador .menuBuscHolder .menuBuscPart.menuPartProd .partCategItemsHold div.menuBuscItem {
                position: relative;
                display: block;
                padding: 2px 10px;
                margin: 5px;
                font-size: 18px;
                cursor: pointer;
                transition: .5s;
            }

                .srchInput .menuBuscador .menuBuscHolder .menuBuscPart.menuPartProd .partCategItemsHold div.menuBuscItem label.labelDescrp {
                    font-size: 0.6em;
                }

                .srchInput .menuBuscador .menuBuscHolder .menuBuscPart.menuPartProd .partCategItemsHold div.menuBuscItem span {
                    cursor: pointer;
                    margin-right: 5px;
                    text-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
                    transition: .5s;
                }

                .srchInput .menuBuscador .menuBuscHolder .menuBuscPart.menuPartProd .partCategItemsHold div.menuBuscItem label {
                    cursor: pointer;
                    text-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
                    transition: .5s;
                }

.srchBarCont {
    position: relative;
    display: flex;
    width: 80%;
    align-items: center;
}

    .srchBarCont input {
        position: relative;
        display: block;
        margin-right: 30px;
    }

/*Detalles ordenes*/
.ordenPendTble {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 0px;
}

    .ordenPendTble table {
        position: relative;
        display: block;
        width: 60%;
    }

        .ordenPendTble table thead {
            position: relative;
            display: block;
            width: 100%;
            background: #09738A;
        }

            .ordenPendTble table thead tr td {
                position: relative;
                display: flex;
                justify-content: center;
                color: #FFFFFF;
                font-weight: 800;
                width: 33%;
            }

        .ordenPendTble table tbody {
            position: relative;
            display: block;
            width: 100%;
        }

            .ordenPendTble table tbody tr td {
                position: relative;
                display: flex;
                justify-content: center;
                width: 33%;
            }

table.tbleNoC tbody tr:nth-child(2n) {
    background: #FFFFFF;
}

.popConfirmPago {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.popImgPago {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.imgOrder {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 25px auto;
}

.contUnit .srchFiltr {
    position: relative;
    display: flex;
    width: 75%;
}

/*responsive 1600px*/
@media screen and (max-width: 1600px) {
    .contUnit {
        height: 95%;
    }

    .tableCont.tbleClientes table.tableSunemedic tbody tr td {
        width: calc(20% - 28px);
    }

    .tableCont.tbleClientes table.tbleDrogueria tbody tr td {
        font-size: 1.1em;
    }

    .userPanelMenu {
        left: 0px;
    }
}

/*responsive 1440px*/
@media screen and (max-width: 1440px) {
    .tableCont.tbleClientes table.tableSunemedic tbody tr td {
        width: calc(20% - 26px);
    }
}

/*responsive 1024px*/
@media screen and (max-width: 1024px) {
    .loginCont .loginSpc {
        width: calc(45% - 2rem);
    }
}

/*responsive 1024px*/
@media screen and (max-width: 1024px) {
    .loginCont .loginSpc {
        width: calc(45% - 2rem);
    }

    .tableCont {
        width: 95%;
    }

    .contUnit .srchFiltr {
        width: 100%;
    }
}

/*responsive 425px*/
@media screen and (max-width: 425px) {
    div.renderDiv {
        padding: 0px;
    }

    .rowCampo {
        display: block;
    }

        .rowCampo.rC2 .campo, .rowCampo.rC2 .campoFlex, .rowCampo.rC2 .campoCenter, .rowCampo.rC2 .campoDwn {
            width: 90%;
        }

    .tableCont {
        overflow: auto;
    }

    table.tableSunemedic {
        width: 770px;
    }

    .tableCont table.tableSunemedic thead tr td {
        width: 440px;
    }

    div.formPest {
        overflow: auto;
    }

    div.formPest div.pestUnit {
        width: 50%;
        font-size: 14px;
    }

    .tableCont.tbleSubCategor table.tableSunemedic thead tr td {
        width: 180px;
    }

    .unitTittle label {
        font-size: 1.3em;
    }

    .unitTittle span {
        left: 10%;
        font-size: 1em;
    }

    .tableCont.tbleProduct table.tableSunemedic thead tr td {
        width: 190px;
    }

    .imgProdCont {
        display: block;
    }

    .newImgPort {
        width: 100%;
    }

    .rowCampo.rC3 .campo, .rowCampo.rC3 .campoFlex {
        width: 90%;
    }

    .tableCont.tbleClientes table.tbleDrogueria thead tr td {
        width: 200px;
    }

    .tableCont.tbleClientes table.tbleDrogueria tbody tr.tbleRow td {
        width: 190px;
    }

    .tableCont.tbleClientes table.tbleDrogueria thead tr.subTble td {
        width: 200px !important;
    }

    .srchInput .menuBuscador {
        width: 100%;
    }

    .ordenPendTble {
        justify-content: initial;
        overflow: auto;
    }

        .ordenPendTble table {
            width: 740px;
        }

            .ordenPendTble table thead tr td {
                width: 190px;
            }

    .srchBarCont {
        display: block;
        width: 90%;
    }

        .srchBarCont button {
            position: relative;
            display: block;
            margin: 5px auto;
        }

    .TbleInfo {
        overflow: auto;
    }

        .TbleInfo table {
            width: 1070px;
        }

    .rowCampo.rC4 .campo, .rowCampo.rC4 .campoFlex {
        width: 90%;
    }

    .ordenPendTble table {
        width: 700px;
    }

    .ordenPendTble table {
        width: 700px;
    }
}
