﻿html.login body .contenedor-general {
    height: 100%;
}

.template-contenido {
    max-width: none;
}

    .template-contenido h2 {
        margin: 0px 0;
    }

.vista {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .table-wrapper .catalogo {
        display: table !important;
    }
}

.conceptos .contenedor-el input, .conceptos .contenedor-el select {
    width: 100%;
}

.chosen-container-single .chosen-single span {
    overflow: initial !important;
    min-width: 130px;
}

.template-header .left > * {
    border: none;
}

.template-header .selected,
.template-header a:hover {
    color: rgba(0,0,0,0.87);
    background-color: #ccc;
}

.sidebar {
    background-color: #40434E;
}

.template-header {
    background-image: url(/shared/images/textura4.jpg);
}

#sidebar-menu li:not(.list-title) {
    border-bottom: 1px solid #EFF1F3;
}

    #sidebar-menu li:not(.list-title):hover {
        color: #EFF1F3;
    }

.menu-header ul {
    background-color: #40434E;
}

h2 {
    color: #40434E;
}

.dropdown-content {
    background-color: #40434E;
}

    .dropdown-content a:hover {
        background-color: #A7A2A9;
    }

html.login body .contenedor-login {
    background-color: #EFF1F3;
}

#sidebar-menu li li {
    background-color: #595E6D;
}

.template-contenido {
    min-height: calc(100vh - 70px);
    max-width: 1240px;
    margin: 0 auto -68px;
    padding: 80px 20px;
}

.btnAccesoRapido {
    vertical-align: top;
    width: 200px;
    height: 130px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 25px;
    color: white !important;
    background-color: #ECF0F1;
    margin-bottom: 25px;
    cursor: pointer;
}

.Acceso1 {
    background-color: #2C3E50;
    width: 199px;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 90px;
}

.Acceso2 {
    background-color: #2A9D8F;
    width: 199px;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 90px;
}

.Acceso3 {
    background-color: #9297C4;
    width: 199px;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 90px;
}

.Acceso4 {
    background-color: #A799B7;
    width: 199px;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 90px;
}

.Acceso5 {
    background-color: #F96870;
    width: 199px;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 90px;
}

    .Acceso1 div, .Acceso2 div, .Acceso3 div, .Acceso4 div, .Acceso5 div {
        display: inline-block;
        width: 40%;
        vertical-align: top;
    }

.iconMaxSize {
    font-size: 50px !important;
}

.enlace {
    padding: 10px;
    text-align: right;
}

    .enlace i {
        margin-left: 15px;
    }

.accesosRapidos {
    margin-top: 20px;
}

.catalogoProductos {
    border: none;
}

    .catalogoProductos tr {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: transform .2s;
        position: relative;
        vertical-align: top;
        box-shadow: 3px 3px 4px 0px rgba(0,0,0,0);
        border: 1px solid white;
        -moz-animation-delay: 3.5s;
        -webkit-animation-delay: 3.5s;
        -o-animation-delay: 3.5s;
        animation-delay: 3.5s;
    }

        .catalogoProductos tr figure {
            text-align: center;
            padding: 0;
            margin: 0;
            height: 280px;
            overflow: hidden;
            margin-bottom: 10px;
            max-width: 280px;
        }

            .catalogoProductos tr figure img {
                padding: 5px;
                transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -webkit-transform: scale(1, 1);
                -webkit-transition: .5s ease-in-out;
                -moz-transition: .5s ease-in-out;
                -o-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
                max-width: 280px;
            }

        .catalogoProductos tr:hover {
            box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
            border: 1px solid #bbb;
        }

    .catalogoProductos td {
        border: 1px solid #ecf0f1;
        padding: 0 !important;
        max-width: 280px;
    }

        .catalogoProductos td .skuProducto {
            font-weight: bold;
        }

        .catalogoProductos td .contenedorPieProducto {
            padding-bottom: 25px;
            padding-left: 25px;
            padding-right: 25px;
        }

.izquierda {
    float: left;
}

.derecha {
    float: right;
}

.texto-centrar {
    text-align: center;
}

.contenedorTotales {
    border: 1px solid lightgray;
    padding: 20px;
    width: 350px;
    text-align: right;
    font-size: 18px;
    margin-left: auto;
    margin-right: 0;
}

.detalleProducto .contenedorImagenes {
    width: 50%;
    display: inline-block;
}

    .detalleProducto .contenedorImagenes img {
        width: 100%;
        max-width: 480px;
    }

.detalleProducto .contenedorInformacion {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

    .detalleProducto .contenedorInformacion #lblSubtitulo {
        color: #6c757d !important;
    }

    .detalleProducto .contenedorInformacion .contInfo {
        margin-bottom: 20px;
        color: #474747;
        background-color: #e2e3e5;
        border-color: #d6d8db;
        padding: 20px;
    }

.detalleProducto .separacionLinea {
    top: 0;
    left: 0;
    content: " ";
    background: radial-gradient(closest-side,#fff 50%,#8f8362 100%);
    width: 100%;
    max-width: 100%;
    height: 2px;
    line-height: 48px;
    text-align: center;
}

.contenedorEspecificaciones .especificacion {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: 10px 0;
}

    .contenedorEspecificaciones .especificacion div:first-child {
        float: left;
    }

    .contenedorEspecificaciones .especificacion div:nth-child(2) {
        float: right;
    }

.dxheControl td, .dxheControl th {
    padding: 0 !important;
}

.contenedorCantidadListado {
    width: 100%;
    clear: both;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

    .contenedorCantidadListado .cantidadListado {
        width: 92px;
        height: 45px;
        padding: 0 10px;
        font-size: 1rem;
        background-color: #fff;
        border: 1px solid #ced8dc;
        border-radius: 4px;
        margin: 0;
    }

.customInput {
    height: 45px;
    padding: 0 10px;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #ced8dc;
    border-radius: 4px;
    margin: 0;
}

.catalogoProductos .catalogoGeneral {
    min-width: 280px;
}