* {
    /*text-align: center;*/
    margin: 0 auto;
    box-sizing: content-box;
    vertical-align: middle;
    font-family: Verdana;
    padding: 0;
    list-style: none;
    color: #8f9991;
    text-decoration: none;
    font-size: 12px;
}

html, body {
    height: 100%;
    overflow: hidden;
}

strong {
    color: #000;
    font-weight: bold;
    vertical-align: text-top;
}

img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

footer > figure {
    float: right;
    margin-right: 1%;
}

#postForm {
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.error {
    text-align: center !important;
}

    .error span {
        width: auto !important;
        color: red;
    }

#nombreLog {
    display: inline-block;
    text-align: left;
    margin: -2% 0 0 25%;
}

    #nombreLog span {
        color: #3e3e3e;
    }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    outline: 0 none;
}

.danger {
    outline: 0 none;
}

.botonVerde {
    vertical-align: top;
    background: #3ebb15;
    min-width: 60px;
    padding: 2px 13px 2px 13px;
    color: #fff;
    border: none;
    padding: 2px 13px 2px 13px;
    cursor: pointer;
    height: 25px;
}

.shadow {
    -webkit-box-shadow: 0 6px 6px -6px black;
    -moz-box-shadow: 0 6px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.botones {
    display: inline-block;
    width: 20%;
    text-align: center;
    left: 0;
    position: absolute;
    bottom: 5%;
}


.Container {
    position: absolute;
    top: 21%;
    bottom: 5%;
    margin: auto 4px;
    width: 99.4%;
    text-align: center;
    overflow-y: auto;
}

.ContainerCli {
    position: absolute;
    top: 14%;
    bottom: 5%;
    margin: auto 4px;
    width: 99.4%;
    text-align: center;
    overflow-y: auto;
}


    .ContainerCli h1 {
        font-size: 1.4em;
        color: #4c4c4c;
    }



.sig-ant {
    display: inline-block;
    width: 28%;
    margin: 0 5%;
    border-bottom: 1px solid #8f9991;
}

    .sig-ant a:hover {
        color: #40b549;
    }

    .sig-ant:hover {
        cursor: pointer;
        color: green;
    }

.numPagina {
    display: inline-block;
    position: absolute;
    left: 3%;
    bottom: 9%;
}

.seleccionado {
    color: #545454;
}

#seleccionado2 {
    display: block !important;
}

.textoVerde {
    color: #a2d696;
    text-transform: capitalize;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857;
        color: #333;
        white-space: nowrap;
    }

.ocultar {
    display: none !important;
}

button[disabled], input[disabled], .form-control[disabled], .form-control[readonly], fieldset[disabled] {
    background-color: #eee;
    cursor: not-allowed;
}

label.error {
    position: absolute;
    left: 2%;
    color: red;
    font-weight: normal;
}

.OK {
    color: #3bb910;
}

.nOK {
    color: #cc5114;
}

.NoK {
    color: #e6e601;
}

.Vendido {
    color: red;
}

    .Vendido:hover {
        cursor: default;
    }

.EnAgencia {
    color: #001aff;
}

.EnAgencia {
    cursor: default;
}

.PilarEste {
    color: #00aeef;
}

.PilarEste {
    cursor: default;
}

.Roto {
    color: #e6e601;
}

    .Roto:hover {
        cursor: default;
    }

.disabled {
    color: gray;
    cursor: default;
}

.verde {
    background: #40b549;
    width: 100%;
    height: 100%;
}
/* --------------------------------------------------------- */
.header {
    background: #ffffff;
    width: 100%;
    color: #030303;
    height: 15vh;
    box-shadow: 0px 5px 10px 0px #bfbfbf;
    cursor: default;
}

    .header .Logo {
        width: 44%;
        display: inline-block;
        margin: 0 0 0 1%;
    }

        .header .Logo img {
            width: 27vh;
            margin: 1%;
        }

    .header .Saludo {
        display: inline-block;
        width: 9%;
        margin: 0.5% 0 0 0;
        background-color: white;
        text-align: center;
    }

        .header .Saludo h1 {
            font-size: 15px;
            color: #505050;
        }

    .header .SaludoLogin {
        display: inline-block;
        width: 11%;
        margin: 0.5% 0 0 0;
        background-color: white;
        text-align: center;
    }

        .header .SaludoLogin h1 {
            font-size: 18px;
            color: #505050;
        }

    .header .userLog {
        width: 22%;
        display: inline-block;
        text-align: right;
        margin: 1% 0 0 0;
        vertical-align: top;
    }

        .header .userLog span {
            color: #545454;
            padding: 2%;
        }

    .header .Logs {
        display: inline-block;
        width: 22%;
        text-align: right;
    }

        .header .Logs .icons {
            display: inline-block;
            width: 14%;
            margin: 4% 0 0 0;
        }


/* --------------------------------------------------------- */
.header2 {
    background: #ffffff;
    width: 100%;
    color: #030303;
    height: 10vh;
    box-shadow: 0px 5px 10px 0px #bfbfbf;
    cursor: default;
}

    .header2 .Logo {
        width: 44%;
        display: inline-block;
        margin: 0 0 0 1%;
    }

        .header2 .Logo img {
            width: 17vh;
            margin: 1%;
        }

    .header2 .Saludo {
        display: inline-block;
        width: 9%;
        margin: 0.5% 0 0 0;
        background-color: white;
        text-align: center;
    }

        .header2 .Saludo h1 {
            font-size: 15px;
            color: #505050;
        }

    .header2 .SaludoLogin {
        display: inline-block;
        width: 11%;
        margin: 0.5% 0 0 0;
        background-color: white;
        text-align: center;
    }

        .header2 .SaludoLogin h1 {
            font-size: 18px;
            color: #505050;
        }

    .header2 .userLog {
        width: 22%;
        display: inline-block;
        text-align: right;
        margin: 1% 0 0 0;
        vertical-align: top;
    }

        .header2 .userLog span {
            color: #545454;
            padding: 2%;
        }

    .header2 .Logs {
        display: inline-block;
        width: 22%;
        text-align: right;
    }

        .header2 .Logs .icons {
            display: inline-block;
            width: 14%;
            margin: 4% 0 0 0;
        }

    .header2 .SaludoCli {
        display: inline-block;
        width: 29%;
        margin: 0.5% 0 0 0;
        background-color: white;
        text-align: left;
    }

        .header2 .SaludoCli h1 {
            font-size: 15px;
            color: #505050;
        }
/* --------------------------------------------------------- */

.line {
    width: 100%;
    background: #030303;
    height: 2px;
}

/* --------------------------------------------------------- */


.body {
    position: absolute;
    top: 21%;
    bottom: 5%;
    margin: auto 4px;
    width: 99.4%;
    text-align: center;
    overflow-y: auto;
}

    .body::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .body::-webkit-scrollbar:vertical {
            width: 10px;
        }

    .body::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
        display: none;
    }

    .body::-webkit-scrollbar:horizontal {
        height: 10px;
    }

    .body::-webkit-scrollbar-thumb {
        background-color: #bdbdbd;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }

        .body::-webkit-scrollbar-thumb:hover {
            background-color: #696969;
        }

    .body::-webkit-scrollbar-track {
        border-radius: 10px;
    }

.body_login {
    position: absolute;
    top: 17%;
    bottom: 0;
    width: 100%;
    text-align: center;
    overflow-y: scroll;
}

.LoginCont {
    height: 72vh;
    margin: 5% 3% 3% 3%;
    vertical-align: middle;
}

    .LoginCont .Saludo {
        display: inline-block;
        width: 30%;
        margin: 6% 7% 1% 1%;
        vertical-align: top;
    }

        .LoginCont .Saludo h1 {
            font-size: 2vw;
            color: #4e4e4e;
        }

        .LoginCont .Saludo p {
            font-size: 1.1rem;
            margin: 10% 0 0;
        }

    .LoginCont .Login {
        display: inline-block;
        width: 50%;
        padding: 5% 0%;
        background-color: #f3f3f3;
    }

        .LoginCont .Login h1 {
            font-size: 1.8vw;
            width: 68%;
            margin: 1% auto 5%;
            color: #4e4e4e;
        }

        .LoginCont .Login .Form {
            width: 60%;
            text-align: left;
        }

            .LoginCont .Login .Form span {
                font-size: 1vw;
            }

            .LoginCont .Login .Form .TextBoxLower {
                margin: 1%;
            }

            .LoginCont .Login .Form #OlvidasteBtn {
                float: right;
                cursor: pointer;
            }

                .LoginCont .Login .Form #OlvidasteBtn:hover {
                    color: #000;
                }

            .LoginCont .Login .Form .Butn {
                padding: 2% 7%;
                margin: 10% 4% 0% 5%;
                background: #767676;
                border: 1px solid #808080;
                color: #fff;
                border-radius: 5px;
                cursor: pointer;
                transition: all .5s;
            }

                .LoginCont .Login .Form .Butn:hover {
                    background-color: #262626;
                    border: 1px solid #262626;
                }

        .LoginCont .Login .labelredCenter {
            position: relative;
            float: right;
            text-align: center;
            color: Red;
            right: 18.5%;
            width: 30%;
            top: 0;
        }


@media screen and (max-width: 800px) {
    .LoginCont .Saludo {
        display: none;
    }

    .LoginCont .Login {
        display: block;
        width: 90%;
        padding: 9% 0%;
        margin: 20% auto;
        background-color: #f3f3f3;
    }
}
/* --------------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #3e3e3e;
    z-index: 10;
    font-size: 30px;
}

/* --------------------------------------------------------- */
.trfile {
    vertical-align: middle;
    width: 50%;
    text-align: center;
}

.tdleft {
    padding: 0;
    vertical-align: middle;
    text-align: right;
    width: 0.1%;
}

.tdright {
    padding: 10px 0;
    vertical-align: middle;
    text-align: left;
    width: 50%;
}

.tdcenter {
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}


/* --------------------------------------------------------- */
.trfile4 {
    vertical-align: middle;
    width: 100%;
}

.tdleft4 {
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    text-align: right;
    width: 25%;
    font-weight: bold;
    cursor: default;
}

.tdrmid4 {
    padding: 8px 8px 8px 8px;
    width: 8%;
    vertical-align: middle;
}

.tdrmid01 {
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    font-weight: bold;
}

.tdright4 {
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    text-align: left;
    width: 30%;
}

.tdlecfcol4 {
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    color: #40b549;
    font-weight: bold;
    font-size: 14px;
}

.tdcenter4 {
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

/* --------------------------------------------------------- */
.TextBoxLower {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 90%;
    vertical-align: middle;
    text-align: center;
}


/* --------------------------------------------------------- */
.TextBox {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 90%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.TextBoxTerm {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: inline-block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 65%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.TextBox1 {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: inline-block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 5%;
    vertical-align: middle;
    text-align: center;
    margin: 0 4%;
}

.TextBoxUppercase {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 90%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.TextBoxMulti {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 90%;
    text-align: left;
    text-transform: uppercase;
}


.TextBoxMultiRem {
    width: 50%;
    height: 6em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    text-align: left;
    text-transform: uppercase;
}

.TextBoxNuevoPresupuesto {
    display: inline-block;
    width: 60%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    font-size: 13px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    height: auto;
    min-height: 1.3em;
    text-transform: uppercase;
}

.TextBoxNuevoPresupuestoMultiline {
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    font-size: 13px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    text-align: left;
    height: auto;
    min-height: 1.3em;
    text-transform: uppercase;
}

.TextBoxPrecioNuevoPresupuesto {
    color: black;
    font-weight: bold;
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    padding: 6px 12px;
}

.TextBoxCant {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 20%;
}

.TextBoxPrecio {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 20%;
}

.TextBoxNroPresupuesto {
    color: #555;
    padding: 0.5% 3%;
    font-size: 17px;
}

.SaveObsBtn {
    display: inline-block;
    background: #f7f7f7;
    padding: 0.5% 1%;
    margin: 0.5%;
    transition: all .3s;
}

    .SaveObsBtn:hover {
        background: #e6e6e6;
    }

/* --------------------------------------------------------- */
.ingresar {
    width: 60% !important;
    padding-bottom: 4px;
    text-align: center !important;
}

.small {
    height: 1px;
    width: 60% !important;
    background: #3e3e3e;
    text-align: center !important;
    border-radius: 50px;
    border: solid 1px #3e3e3e;
    margin: 2px auto 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: center !important;
}

.btn {
    cursor: pointer;
    color: #3e3e3e;
    background-color: White;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center !important;
}

.btnRojo {
    background: #cd5113;
    color: #fff;
    border: none;
    text-transform: capitalize;
    padding: 6px 15px !important;
    cursor: pointer;
    font-weight: 500;
}

.BtnCrear {
    padding: 1% 25%;
    margin: 2%;
    background-color: #e9e9e9;
    border: none;
    cursor: pointer;
}

.BtnNewItemCat {
    font-size: 9px;
    position: absolute;
    right: 9%;
    border: 1px solid #666;
    padding: 0.5% 1%;
    border-radius: 50px;
}

#OlvidasteBtn:hover {
    text-decoration: underline;
}

.labelredCenter {
    position: absolute;
    text-align: center;
    color: Red;
    width: 20%;
    top: 41%;
    right: 37.5%;
}
/* --------------------------------------------------------- */
nav {
    width: fit-content;
    padding: 0.4% 5%;
    margin: 3% auto 0;
    background-color: #f3f3f3;
    border-radius: 5px;
    text-align: center;
}

    nav ul {
        display: flex;
        flex-direction: row;
        align-content: space-between;
    }

        nav ul li {
            width: 100px;
            padding: 0 4%;
            margin: 0;
            cursor: pointer;
            font-size: 12px;
            display: inline-block;
        }

            nav ul li a {
                text-decoration: none;
                color: #000;
                z-index: 1;
            }

            nav ul li span:hover {
                color: #191919;
            }

.bordeDerecho {
    position: absolute;
    width: 100%;
    border-right: 1px solid;
    height: 12px;
    display: inline-block;
    top: 12px;
    left: 0;
}

#primero {
    border-left: 1px solid;
}
/* --------------------------------------------------------- */
.refer {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid gray;
    padding-top: 5px;
    padding-bottom: 5px;
}

.refertd {
    text-align: left;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
}
/* --------------------------------------------------------- */
.label {
    text-align: right;
    vertical-align: middle;
}

/* ---------------------------------------------------------*/
.ReqValid {
}

/* --------------------------------------------------------- */
.TextBoxCal {
    text-align: center;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    font-size: 14px;
    height: 16px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    margin: 0 0 0 2%;
    display: inline-block;
}


.TextBox2 {
    display: inline-block;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
}

.TextBox2Block {
    display: block;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
}


.TextBoxFecha {
    text-align: center;
    background-color: #fefefe;
    color: #555;
    margin: 0;
    width: 100px;
    border: none;
    display: inline-block;
    font-size: 14px;
    height: 18px;
    padding: 6px 12px;
}

    .TextBoxFecha:invalid {
        border: 1px solid red;
    }

.border {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset !important;
}


.TextBoxDDL {
    text-align: center;
    background-color: #fefefe;
    color: #555;
    margin: 0;
    width: 170px;
    border: none;
    display: inline-block;
    font-size: 14px;
    height: 18px;
    padding: 6px 12px;
}


/* --- Grid theme --------------------------------------- */


.GridViewStyle {
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    table-layout: auto;
    border-collapse: collapse;
    border: #999999 1px solid;
    padding: 0;
    margin: 1% auto 0;
    vertical-align: middle;
    background-color: black;
    width: 98% !important;
}

    .GridViewStyle .icon-edit:before {
        background-color: unset;
        padding: 0;
    }

.grid_head_row, .grid_pager {
    background-position: center;
    background-repeat: repeat-x;
    background-color: #000000;
    border-bottom: solid 1px #999;
    vertical-align: middle;
    color: whitesmoke;
    height: 20px;
}

    .grid_head_row th {
        vertical-align: middle;
        font-weight: bold;
        padding: 2px 3px 2px 3px;
        color: whitesmoke;
    }

    .grid_head_row a {
        text-decoration: none;
        display: block;
        font-weight: bold;
        padding: 2px 4px 2px 4px;
        color: whitesmoke;
    }

    .grid_pager table {
        margin: auto;
    }

        .grid_pager table td {
            border: 0px;
            padding: 3px 6px;
            background: #000000;
        }

    .grid_pager td {
        border-top: #999999 1px solid;
    }

    .grid_pager a {
        text-decoration: none;
        padding: 3px 7px;
        background-color: #1d1d1d;
    }

        .grid_pager a:hover {
            background: #313131;
        }

    .grid_pager span {
        font-weight: bold;
        text-decoration: none;
        padding: 3px 7px;
        cursor: default;
        background-color: #313131;
    }

.grid_foot_row {
    background-position: center;
    background-repeat: repeat-x;
    background-color: #000000;
    border-bottom: solid 1px #999;
    vertical-align: middle;
    color: whitesmoke;
    height: 20px;
}

    .grid_foot_row td {
        height: 20px;
        color: whitesmoke;
        vertical-align: middle;
        font-weight: bold;
        padding: 2px 2px 2px 2px;
    }

    .grid_foot_row span {
        color: white;
    }

    .grid_foot_row th {
    }

    .grid_foot_row a {
    }

    .grid_foot_row input[type=text] {
        border: none;
        background-color: transparent;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

.GridViewItemStyle {
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    table-layout: auto;
    border-collapse: collapse;
    border: #999999 1px solid;
    padding: 0;
    vertical-align: middle;
    background-color: black;
    width: 95% !important;
    margin: 1% auto 0 0;
}

    .GridViewItemStyle .icon-edit:before {
        background-color: unset;
        padding: 0;
    }

.Remitos {
    margin: 1% auto 0;
}

.GridViewEstCliStyle {
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    table-layout: auto;
    border: #999999 1px solid;
    padding: 0;
    vertical-align: middle;
    background-color: black;
    width: 90%;
    margin: 2% auto 0;
}

.GridViewCliStyle {
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    table-layout: auto;
    border: #999999 1px solid;
    padding: 0;
    vertical-align: middle;
    background-color: black;
    width: 98%;
    margin: 2% auto 0;
}


.GridViewMoviCliStyle {
    width: 98%;
    text-align: right;
    margin: 0 auto;
}

    .GridViewMoviCliStyle span {
        font-size: 15px;
    }

.GridViewMoviStyle {
    text-align: right;
    margin: 0 auto;
    width: 94vw;
}

    .GridViewMoviStyle span {
        color: #4f4f4f;
    }

.GridViewTermStyle {
    font-size: 10px;
    color: #000000;
    font-family: verdana;
    table-layout: auto;
    border-collapse: collapse;
    border: #999999 1px solid;
    padding: 0;
    vertical-align: middle;
    background-color: black;
    width: 95% !important;
    margin: 0 auto;
}

    .GridViewTermStyle .icon-edit:before {
        background-color: unset;
        padding: 0;
    }

/*RowStyles*/

.grid_row tr {
    height: 40px;
}

.grid_row td, .grid_alt_row td, .grid_sel_row td, .edit_row td {
    padding: 2px 2px 2px 2px;
    border-right: solid 0px #999;
    color: #545454;
    text-transform: uppercase;
}

.grid_row td {
    background-color: #fff;
    vertical-align: middle;
    height: 20px;
}

    .grid_row td input[type=text] {
        border: none;
        text-align: center;
    }

    .grid_row td span {
        color: #545454;
    }

.grid_alt_row td {
    background-color: #E7E3E7;
    vertical-align: middle;
    height: 20px;
}

    .grid_alt_row td input[type=text] {
        border: none;
        text-align: center;
        background-color: transparent;
    }

    .grid_alt_row td span {
        color: #545454;
    }

.grid_sel_row td {
    background-color: #FF9;
    vertical-align: middle;
    height: 20px;
}

.grid_lbl {
    text-align: left;
    width: 100%;
    color: #8f9991;
}

.empty_data {
    background-color: SteelBlue;
}

    .empty_data td {
        height: 20px;
        color: whitesmoke;
        vertical-align: middle;
        font-weight: bold;
        padding: 2px 2px 2px 2px;
    }

.empty_data_Service {
    background-color: SteelBlue;
}

    .empty_data_Service td {
        height: 20px;
        color: whitesmoke;
        vertical-align: middle;
        font-weight: bold;
        padding: 2px 2px 2px 2px;
    }

.grid_Head_New_Name {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: whitesmoke;
    text-align: right;
    padding-right: 10px;
}

.grid_Head_New {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: whitesmoke;
}

.grid_Left {
    text-align: left !important;
}

.grid_Right {
    text-align: right !important;
}

.grid_Foot_New_Right_Align {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: whitesmoke;
    text-align: right;
    padding-right: 10px;
    background-color: #000 !important;
    text-align: right;
    color: #fff !important;
}

.grid_Foot_New_Right_Atler {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: whitesmoke;
    text-align: right;
    padding-right: 10px;
    background-color: #e7e3e7 !important;
    text-align: center;
    color: #8f999b !important;
}

.grid_Top_New_Right {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: #fff !important;
    background-color: #000 !important;
    text-align: right;
}

.grid_Foot_New_Right {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: #fff !important;
    background-color: #000 !important;
    text-align: center;
}

.grid_Foot_Cli_New_Right {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: #000 !important;
    background-color: #fff !important;
    text-align: right;
}

.grid_Foot_New_Left {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: #fff !important;
    background-color: #000 !important;
    text-align: left;
}

.grid_Foot_Mov_New_Right_Align {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: whitesmoke;
    text-align: right;
    padding-right: 10px;
    background-color: #fff !important;
    color: #000 !important;
    border: none;
    border-top: 1px solid #999 !important;
}

.grid_Foot_Mov_New {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: whitesmoke;
    padding-right: 10px;
    background-color: #fff !important;
    color: #000 !important;
    border: none;
    border-top: 1px solid #999 !important;
}

.grid_Foot_Mov_New_Right {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: #000 !important;
    background-color: #fff !important;
    text-align: right;
    border: none;
    border-top: 1px solid #999;
}

.grid_Foot_Mov_New_Left {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: #000 !important;
    background-color: #fff !important;
    text-align: left;
    border-top: 1px solid #999;
}

.grid_Top_New_Center {
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    color: #fff !important;
    background-color: #000 !important;
    text-align: center;
}

/* ---- UpdateProgress OK -------------------------------------------------- */
.modalUpdateProgress {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    z-index: 100002 !important;
}

.centerUpdateProgress {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border-radius: 6px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    z-index: 101002 !important;
    align-content: center;
}

    .centerUpdateProgress img {
        height: 78px;
        width: 78px;
        z-index: 102002 !important;
    }

/* --------------------------------------------------------- */
.labelred {
    text-align: left;
    font-weight: bold;
    color: Red;
    width: 100%;
    padding: 8px 8px 8px 8px;
}

/* --- Panel ToolTip ---------------------------------------------------- */
.PanelToolTip {
    z-index: 10;
    background-color: White;
    color: Black;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-radius: 12px;
    box-shadow: rgb(0, 0, 0) 0px 4px 8px;
}

.PanelToolTipImg {
    z-index: 10;
    background-color: White;
    color: Black;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) outset;
    margin-top: 0px;
    top: 0px;
}

.PanelToolTipTerm {
    z-index: 10;
    background-color: White;
    color: Black;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 1%;
    border-radius: 12px;
    box-shadow: rgb(0, 0, 0) 0px 4px 8px;
}

.AgregarLnkBtn {
    color: #4c4c4c;
    border: 1px solid #9a9a9a;
    padding: 1% 3%;
    border-radius: 5px;
    font-size: 9px;
    transition: all .3s;
}

    .AgregarLnkBtn:hover {
        color: #ffffff;
        border: 1px solid #6d6d6d;
        background-color: #6d6d6d;
    }

/* --------------------------------------------------------- */
.tdleft07 {
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
}

.tdrmid07 {
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    font-weight: bold;
}

.tdright07 {
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    text-align: left;
}


/* --- ajaxTabTheme theme --------------------------------------- */

.ajaxTabTheme .ajax__tab_header {
    background-position: bottom;
    background: url('../App_Images/tab-line.png') repeat-x bottom;
    display: block;
}

    .ajaxTabTheme .ajax__tab_header .ajax__tab_outer {
        background-position: left top;
        background: url('../App_Images/tab.png') no-repeat left top;
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        float: left !important;
    }

    .ajaxTabTheme .ajax__tab_header .ajax__tab_inner {
        background-position: right top;
        background: url('../App_Images/tab.png') no-repeat right top;
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
        height: 20px;
        cursor: pointer;
    }

.ajaxTabTheme .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
}

.ajaxTabTheme .ajax__tab_active .ajax__tab_outer {
    font-weight: bold;
    background-position: 0pt -40px;
    background: url('../App_Images/tab.png') no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.ajaxTabTheme .ajax__tab_active .ajax__tab_inner {
    background-position: right -40px;
    background: url('../App_Images/tab.png') no-repeat right -40px;
    color: #000000;
    border-color: #333;
}

.ajaxTabTheme .ajax__tab_body {
    font-family: verdana;
    font-size: 11pt;
    padding: 8px;
    background-color: White;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

/* --- Calendar ------------------------------------------------------ */
.black .ajax__calendar_container {
    width: 190px;
    background-color: #000000;
    border: solid 1px #666666;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.black .ajax__calendar_body {
    width: 180px;
    height: 150px;
    background-color: #000000;
    border: solid 1px #666666;
}

.black .ajax__calendar_header {
    background-color: #626262;
    margin-bottom: 8px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.black .ajax__calendar_title {
    color: #ffffff;
    padding-top: 3px;
}

.black .ajax__calendar_next,
.black .ajax__calendar_prev {
    border: solid 4px #ffffff;
    background-color: #ffffff;
    -moz-border-radius-topleft: 18px;
    -webkit-border-top-left-radius: 18px;
    -khtml-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-right-radius: 18px;
    -khtml-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -khtml-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -khtml-border-bottom-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.black .ajax__calendar_hover .ajax__calendar_next,
.black .ajax__calendar_hover .ajax__calendar_prev {
    border: solid 4px #328BC8;
    background-color: #ffffff;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.black .ajax__calendar_dayname {
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #ffffff;
    background-color: #000000;
}

.black .ajax__calendar_day,
.black .ajax__calendar_month,
.black .ajax__calendar_year {
    margin: 1px 1px 1px 1px;
    text-align: center;
    border: solid 1px #000000;
    color: #ffffff;
    background-color: #626262;
}

.black .ajax__calendar_hover .ajax__calendar_day,
.black .ajax__calendar_hover .ajax__calendar_month,
.black .ajax__calendar_hover .ajax__calendar_year {
    color: #ffffff;
    font-weight: bold;
    background-color: #328BC8;
    border: solid 1px #328BC8;
}

.black .ajax__calendar_active .ajax__calendar_day,
.black .ajax__calendar_active .ajax__calendar_month,
.black .ajax__calendar_active .ajax__calendar_year {
    color: #ffffff;
    font-weight: bold;
    background-color: #F7B64A;
}

.black .ajax__calendar_today .ajax__calendar_day {
    color: #ffffff;
    font-weight: bold;
    background-color: #F7B64A;
}

.black .ajax__calendar_other,
.black .ajax__calendar_hover .ajax__calendar_today {
    color: #ffffff;
    font-weight: bold;
}

.black .ajax__calendar_days {
    background-color: #000000;
}

.CalendarIMG {
    cursor: pointer;
}
/* --- Barra ------------------------------------------------------------ */
.ContenidoBarra {
    clear: both;
    padding: 4px 0px 2px 0px;
    z-index: 50;
}

.Barra {
    font-size: 11px;
    background-color: #f1f1f1;
    color: White;
    text-align: center;
    padding: 1% 0;
    margin: 0 0 1% 0;
}

.SelContenidoBarra {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    line-height: 1.42857;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    font-size: 12px;
    height: 16px;
    padding: 6px 12px !important;
    width: 20%;
}

/* --------------------------------------------------------- */
.chklabel {
    line-height: 31px;
    font-size: 14px;
    color: White;
}

/* --- Modal theme --------------------------------------- */
.modalBackground {
    background-color: #333333;
    filter: alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity: 0.50;
}

.modalscroll {
    overflow: auto;
    max-height: 62vh;
}

/*.modalPopup {
    background-color: #CCCCCC;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: White;
    color: White;
}*/

.AccHeader {
    border: 1px solid #40b549;
    background-color: #E2F5E3;
    border-radius: 6px;
}


/* --- icons edit --------------------------------------- */

.icon-home {
    content: "\e900";
    background-color: #fff !important;
    padding: 20%;
    color: black;
    border: 1px solid #000;
    transition: color, background-color 1s;
}

    .icon-home:hover {
        background-color: #000 !important;
        color: #fff;
    }

.icon-exit {
    content: "\e900";
    background-color: #fff !important;
    padding: 20%;
    color: black;
    border: 1px solid #000;
    transition: color, background-color 1s;
}

    .icon-exit:hover {
        background-color: #000 !important;
        color: #fff;
    }

.icon-new-budget:before {
    content: "\e903";
    color: #3a3a3a;
    margin: -1%;
}

.icon-edit:before {
    content: "\e902";
    background-color: #f7f7f7;
    padding: 32%;
}

.icon-new-item:before {
    content: "\e901";
    color: #3a3a3a;
    font-size: 27px;
    margin: 0 0.4%;
    float: left;
}

.icon-new-person:before {
    content: "\e973";
    color: #3a3a3a;
    font-size: 28px;
    margin: -1.5%;
}

.icon-delete:before {
    content: "\e9ac";
}

.icon-upload-image:before {
    content: "\e927";
    color: #3a3a3a;
}

.icon-search:before {
    content: "\e986";
    color: #3a3a3a;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
}

.icon-see:before {
    content: "\e9ce";
    color: #908ee2;
}

.icon-file-excel:before {
    content: "\e908";
    color: black;
    font-size: 25px;
}

.icon-back {
    font-size: 28px !important;
    border: 1px solid;
    border-radius: 5px;
    color: #333333;
    transition: background-color, color .5s;
}

    .icon-back:hover {
        background-color: #333333;
        color: #fff;
    }

.icon-back1 {
    position: absolute;
    font-size: 28px !important;
    border: 1px solid;
    border-radius: 5px;
    color: #333333;
    left: 49%;
    top: 90%;
    transition: background-color, color .5s;
}

    .icon-back1:hover {
        background-color: #333333;
        color: #fff;
    }

.icon-deleteImg {
    color: red;
    position: absolute;
}

.icon-plus:before {
    content: "\ea0a";
    color: #3a3a3a;
}

.icon-more:before {
    content: "\e907";
    color: #3a3a3a;
    font-size: 23px;
    text-align: center;
    position: relative;
    left: -10px;
}


ButtonNewItem {
    font-size: 30px;
    position: absolute;
    left: 0;
    margin: -0.2% 0 0 0.2%;
}


.DetalleCliente {
    padding: 1% 0;
    background-color: #f1f1f1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* --- Placeholder edit --------------------------------------- */

::-webkit-input-placeholder {
    color: #b5b5b5;
}

:-moz-placeholder {
    color: #b5b5b5;
}

::-moz-placeholder {
    color: #b5b5b5;
}

:-ms-input-placeholder {
    color: #b5b5b5;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}


.BtnFinish {
    background-color: #27b940;
    padding: 0.5% 3%;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: background-color .3s;
}

    .BtnFinish:hover {
        background-color: #40a050;
    }

.BtnVolver {
    background-color: #27b940;
    padding: 0.5% 7%;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    bottom: 4%;
    right: 40.5%;
    transition: background-color .3s;
}

    .BtnVolver:hover {
        background-color: #40a050;
    }

.BtnGuardarPresupuesto {
    background-color: #3cc553;
    padding: 0.5% 3%;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: background-color .3s;
    display: inline-block;
    margin: 1%;
}

    .BtnGuardarPresupuesto:hover {
        background-color: #40a050;
    }


.BtnAPedido {
    background-color: #3cc553;
    padding: 0.5% 3%;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: background-color .3s;
    display: inline-block;
    margin: 1%;
}

    .BtnAPedido:hover {
        background-color: #40a050;
    }


.EnviarImprimirPedido .BtnGuardarPresupuesto {
    right: 39%;
}


.VolverdePedido .icon-back {
    left: 50%;
}

.VolverdePedido .icon-back1 {
    left: 41%;
}


.Guia {
    text-align: left;
    margin: 0 2% 0.5%;
}

    .Guia h2 {
        font-size: 11px;
    }


.Dropdown-crear-items {
    margin: 0 0 0 2%;
    border-radius: 2px;
}


.OperadorFabricacion {
    transition: color .3s;
}

    .OperadorFabricacion:hover {
        color: blue;
        text-decoration: underline;
    }

.BtnCantMasMenos {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 13px;
    height: 12px;
    line-height: 0;
    padding: 2% 3%;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 4%;
    vertical-align: middle;
    text-align: center;
}

.BtnCantMasMenosRem {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #555;
    display: inline-block;
    font-size: 13px;
    height: 15px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 5%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.txbCantMasMenosRem {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 13px;
    height: 12px;
    line-height: 0;
    padding: 6% 4%;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.txbCantMasMenos {
    cursor: default;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 13px;
    height: 12px;
    line-height: 0;
    padding: 2% 3%;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 5%;
    vertical-align: middle;
    text-align: center;
}

.pirulito {
    display: none;
    visibility: hidden
}

.BottomBtns {
    margin: 2% 0 0;
}

.PanelData {
    width: 100%;
    height: 40em;
}

    .PanelData object {
        width: 100%;
        height: 40em;
        overflow: hidden;
    }

        .PanelData object html {
            width: 100%;
            text-align: center;
            margin: 0 auto;
            overflow: hidden;
        }

        .PanelData object img {
            width: 50%;
            text-align: center;
        }



.home {
    margin: 3% auto;
    width: 70%;
    padding: 0% 0 1%;
    background-color: #f3f3f3;
}

    .home img {
        width: 35%;
        margin: 0 auto;
    }

    .home .colors {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        border-top: 1px solid #a9a9a9;
        padding: 1% 0;
        cursor: default;
    }

        .home .colors .group {
        }

            .home .colors .group ul {
            }

                .home .colors .group ul li {
                    text-align: left;
                    padding: 1%;
                    width: 30%;
                    display: inline-block;
                }

                    .home .colors .group ul li span {
                        color: #7b7b7b;
                    }

                    .home .colors .group ul li .colGray::before {
                        content: '';
                        display: inline-block;
                        margin: 0 1%;
                        padding: 7px;
                        border-radius: 2px;
                        vertical-align: top;
                        background-color: gray;
                    }


                    .home .colors .group ul li .colRed::before {
                        content: '';
                        display: inline-block;
                        margin: 0 1%;
                        padding: 7px;
                        border-radius: 2px;
                        vertical-align: top;
                        background-color: red;
                    }


                    .home .colors .group ul li .colYellow::before {
                        content: '';
                        display: inline-block;
                        margin: 0 1%;
                        padding: 7px;
                        border-radius: 2px;
                        vertical-align: top;
                        background-color: yellow;
                    }


                    .home .colors .group ul li .colOrange::before {
                        content: '';
                        display: inline-block;
                        margin: 0 1%;
                        padding: 7px;
                        border-radius: 2px;
                        vertical-align: top;
                        background-color: orange;
                    }


                    .home .colors .group ul li .colBlue::before {
                        content: '';
                        display: inline-block;
                        margin: 0 1%;
                        padding: 7px;
                        border-radius: 2px;
                        vertical-align: top;
                        background-color: blue;
                    }


                    .home .colors .group ul li .colGreen::before {
                        content: '';
                        display: inline-block;
                        margin: 0 1%;
                        padding: 7px;
                        border-radius: 2px;
                        vertical-align: top;
                        background-color: green;
                    }


.home-Cantidades {
    text-align: left;
    background: #ececec;
    padding: 6% 8%;
    margin: 5% auto;
}

    .home-Cantidades h1 {
        margin: 0 0 4% 0;
        color: #7b7b7b;
        text-align: center;
    }

    .home-Cantidades span {
        margin: 0 0 0 15%;
    }

    .home-Cantidades .TextBox {
        display: inline-block;
    }

    .home-Cantidades a {
        padding: 1% 3%;
        background: #919191;
        color: white;
    }

        .home-Cantidades a:hover {
            background: #d8d8d8;
            color: #919191;
        }

.imgmodal {
    image-rendering: pixelated;
}

.Agregar {
    font-size: 80%;
    text-decoration: underline;
    color: #0ea92f;
}



/* --------------------------------------------------------- */

.LoginCliente {
    width: 100%;
}

    .LoginCliente .Logo {
        width: 100%;
        text-align: left;
        padding: 3%;
    }

        .LoginCliente .Logo img {
        }

    .LoginCliente .Welcome {
        width: 35%;
        display: inline-block;
        padding: 3%;
    }

        .LoginCliente .Welcome h1 {
            font-size: 2vw;
        }

        .LoginCliente .Welcome p {
            font-size: 1vw;
        }

    .LoginCliente .LoginForm {
        width: 36%;
        display: inline-block;
        text-align: center;
        background: #f9f9f9;
        border-radius: 5px;
        padding: 3%;
    }

        .LoginCliente .LoginForm h1 {
            font-size: 2vw;
        }

        .LoginCliente .LoginForm .Form {
            width: 70%;
        }

            .LoginCliente .LoginForm .Form .btn {
                background-color: #cbcbcb;
                padding: 1% 12%;
                margin: 14% 0 0;
            }

            .LoginCliente .LoginForm .Form .TextBoxLower {
                width: 90%;
                margin: 0;
            }


            .LoginCliente .LoginForm .Form span {
                display: inline-block;
                font-size: 1vw;
            }


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
}

    .switch input {
        opacity: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.Txtbx {
    border: none;
    background: #f1f1f1;
    padding: 2%;
    text-align: center;
}
