﻿@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Expanded|Germania+One|Roboto|Crimson+Text');

/* Move down content because we have a fixed navbar that is 50px tall */
body {
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/

.contenedorclientes {
    float: right;
}

.suub {
    height: 250px;
    overflow: hidden;
    margin-top: 15px;
}

    .suub img {
        height: 200px;
        margin: 0 auto;
    }

header.header > div.cont {
    padding-top: 30px;
}

header.account-header {
    background: #71c289;
}

input[type="text"].form-contacto {
    background: rgb(243, 241, 239);
    border: none;
    border-radius: 0px;
    height: 45px;
}

    input[type="text"].form-contacto::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #000;
        font-weight: bold;
    }

    input[type="text"].form-contacto:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #000;
        opacity: 1;
        font-weight: bold;
    }

    input[type="text"].form-contacto::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #000;
        opacity: 1;
        font-weight: bold;
    }

    input[type="text"].form-contacto:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #000;
        font-weight: bold;
    }

    input[type="text"].form-contacto::-ms-input-placeholder { /* Microsoft Edge */
        color: #000;
        font-weight: bold;
    }

.btn-contacto {
    border-radius: 0px;
    min-width: 100px;
}

.img-center {
    margin: 0 auto;
}

.header {
    background-position: left, right;
    background-size: 50%, 50%;
    background-repeat: no-repeat;
    color: white;
}

.header-izquierda {
    height: 110px;
}

.header-derecha {
    height: 110px;
}

.contenedor-header-derecha {
    margin-top: 10px;
}

.btn-clientes {
    width: 100px;
    height: 40px;
    background: none;
    border: none;
    background-image: url('../imagenes/btn_clientes_01.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}

    .btn-clientes:hover {
        background-image: url('../imagenes/btn_clientes_00.png');
    }

.btn-link {
}

.franja {
    height: 10px;
    background: #4ee2e2;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar {
    z-index: 2 !important;
    background: #427F5D;
    border: none;
}

div.texto-suumenu-home {
    width: 100%;
    height: 45px;
    background: #427F5D !important;
    color: #FFF;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 20px;
}

    div.texto-suumenu-home:hover {
        color: #8AE2D1;
    }

img.img-fill {
    width: 100%;
    height: auto;
}

.navbar-nav > li > a:visited {
    background: #427F5D;
    color: #FFFFFF;
}

.navbar-nav > li > a:hover {
    background: #427F5D;
    color: #8AE2D1 !important;
}

.navbar-nav > li.active:hover {
    background: #427F5D;
    color: #8AE2D1 !important;
}


.navb {
    color: #FFFFFF !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.account-navbar {
    background: #FFF;
}

.nav-account > li > a:hover {
    background: #f7f8f7;
}

ul.nav-account > li {
    width: 100px;
    text-align: center;
    margin-left: 100px;
}

a.navtext {
    color: black !Important;
}


.subtexto {
    font-family: 'Crimson Text';
}

.contenido-texto-mayoreo {
    margin-top: 15px;
}

img.redes {
    float: left;
    margin-left: 5px;
}

.texto-mayoreo {
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 19px;
    padding-top: 10px;
    font-family: 'Crimson Text';
}

ul.no-style {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.no-padding {
    padding-left: 15px;
}

ul.no-style > li {
    font-size: 15px;
}

ul.subconfiguracion {
    position: absolute;
    background-color: #71c289;
    border: 1px solid #CCCCCC;
    max-width: 100px;
    z-index: 9999;
}

    ul.subconfiguracion > li {
        margin-top: 5px;
        margin-bottom: 5px;
        border: none;
    }

        ul.subconfiguracion > li > a, ul.subconfiguracion > li > .btn-link {
            color: white;
            margin-left: 5px;
        }

            ul.subconfiguracion > li > a:hover {
                text-decoration: none;
            }

p.texto {
    font-size: 19px;
    margin-top: 25px;
    font-family: 'Crimson Text';
}

.lista {
    font-size: 19px;
    font-family: 'Crimson Text';
}

h3.subtitulo {
    font-size: 25px;
    color: rgb(8, 125, 57);
    margin-top: 50px;
    font-family: 'Crimson Text';
}

h4.text-marcas {
    padding-left: 25px;
    font-family: 'Crimson Text';
}

ul.submenu {
    list-style-type: none;
}

    ul.submenu > li {
        margin-left: -15px;
        font-size: 17px;
        color: rgb(8, 125, 57);
        cursor: pointer;
        cursor: hand;
        font-family: 'Crimson Text';
    }

.img-services {
    margin-top: 15px;
}

ul.submenu > li:hover {
    color: black;
}

.submenu-title {
    font-family: 'Crimson Text';
}

.marcas > div {
    margin-top: 40px;
}

.label-user {
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
    color: #FFF;
}

.breadcrumb {
    background: #FFFFFF;
}

.searchspan {
    float: right;
    margin-right: 6px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    color: #71c289;
}

.desplegable {
    color: #f7f8f7;
}

.busqueda-account {
    background: #f7f8f7;
    border: none;
    border-radius: 0px;
    padding: 0px 8px !important;
    margin-top: 4px;
}

.footer {
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    color: #444;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
}

.contenido-footer {
    padding-left: 20px;
    color: #046414;
    font-size: 15px;
    font-weight: bold;
    height: 170px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.logo-footer {
    padding-top: 30px;
    width: 80%;
    height: 80%;
}

.menu-footer {
    color: #046414;
    font-size: 15px;
    font-weight: bold;
}

    .menu-footer:hover {
        color: #8AE2D1;
        text-decoration: none;
    }

.line-green {
    border-left: 1px solid rgb(8, 125, 57);
}

@media screen and (max-device-width: 800px) {
    .header {
        height: 110px;
    }

    .texto-mayoreo {
        margin-top: 15px;
    }

    h4.text-marcas {
        padding-left: 0px;
    }

    .img-productos {
        margin: 0 auto;
    }

    .footer {
        height: 150px;
    }
}

@media screen and (max-device-width: 800px) {

    .footer {
        height: 70px;
    }

    .contenido-footer {
        font-size: 20px;
        margin-top: 40px;
    }

    .menu-footer {
        font-size: 20px;
    }

    #welcome-body .title {
        font-size: 7vh !important;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
        background-image: url('../imagnes/hambre.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .body-content {
        padding: 0;
    }
}

.submenu-home {
    display: block;
}

    .submenu-home > div:first-child {
        display: block;
        height: 200px;
        overflow: hidden;
    }

        .submenu-home > div:first-child .img-fill {
        }


/*.dxgvFocusedRow a {
    color: #AAA !important;
}*/

.date-form-control .dxic {
    padding: 0px 6px;
}

.sweet-alert p {
    display: block;
    position: relative;
    height: auto;
    text-align: left;
}

a.dxbButtonSys > span .modal-big .modal-dialog {
    padding-top: 15px;
}

.modal-medium .modal-dialog {
    width: 900px;
    max-width: 90%;
    height: 90%;
}

.modal-small .modal-dialog {
    width: 500px;
    max-width: 90%;
    height: 90%;
}

.btn-export {
    min-width: 70px;
}

.btn-link {
    font-size: 14px;
}

/*  ORDENES DE COMPRA   */

.multiple .select2 {
    width: 86% !important;
}

.form-control-reporte {
    height: 47px;
}

/*.span-gridview {
    height: 20px;
    margin: 0;
    padding: 0;
    line-height: 50px;
}*/

.dxtcLite > .dxtc-content {
    border: none !important;
}

.tab-overflow-visible, div.dxtc-content {
    overflow: visible !important;
}

div.dxtc-activeTab {
    border-bottom: 3px solid #71c289;
}

.table {
}

.table-hover {
}


#screen-modal-optional.doubleModal {
    z-index: 9998;
}

.modal.fade.doubleModal {
    z-index: 9999;
}

#modalIframeURL .modal-header {
    padding: 2px 8px;
}

#modalIframeURL .modal-body {
    padding: 0;
}

#modalIframeURL .modal-footer {
    padding: 8px;
    border: none;
}

iframe {
    max-height: 99%;
}

.child_image > a {
    padding: 10px;
    color: var(--colorPrimary) !important;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: underline !important;
}

span.bootstrap-switch-primary {
    margin-bottom: auto !important;
}

#divContainerDefault {
    min-height: 80vh !important;
    max-height: 80vh !important;
}

.full-body {
    height: 100vh;
}

.medium-body {
    height: 70vh;
}

.text-resalted {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 10px;
    display: block;
}

.minus {
    color: red !important;
}

a.btn.btn-link.simple {
    font-size: inherit;
    padding-left: 0px;
    font-weight: 600;
    padding-top: 2px;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 700;
}

.dxBtn-xl span {
    padding: 0.8rem 1.2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.9rem;
    font-weight: 700;
    /* display: block !important;*/
}


.table-content-center th, .table-content-center td {
    text-align: center;
}

.dxgvFocusedRow_Material.dxgvDataRow_Material input[type="button"], .dxgvFocusedRow_Material.dxgvDataRow_Material input[type="submit"] {
    color: #FFF !important;
}
