﻿/*PRODUCTOS*/

.productos .product-box {
    height: 225px;
}

.productos .product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
}

.productos .product-desc img {
    height: 70.3px;
    margin: auto;
    width: 80%;
}


/*FIN PRODUCTOS*/

.laboratorios_card {
    background: #CF710C;
    border-bottom: #103384 2px solid;
    height: 10px;
}

.text-muted {
    color: #fff;
}

.fixed-nav.skin-1 .navbar-fixed-top {
    /*background: #103384;*/
    background: #000000;
}

.nav.navbar-right > li > a {
    color: #fff;
}

.navbar-fixed-top {
    border-bottom: 0 !important;
}

.skin-1 .navbar-minimalize {
    background: #fff;
    border-color: #fff;
    color: #103384 !important;
}

.btn-outline {
    color: inherit;
    background: transparent;
    transition: all .5s;
}

.btn-adidasNC {
    /*background-color: #CF710C;
    border-color: #CF710C;*/
    background-color: #43AC6A;
    border-color: #43AC6A;
    color: #43AC6A !important;
}

/* BOTON PRIMARY */
.btn-primary {
    /*background-color: #CF710C;
    border-color: #CF710C;*/
    background-color: ##1ab394;
    border-color: ##1ab394;
    color: #FFFFFF !important;
}

    .btn-primary.btn-outline {
        color: #CF710C !important;
        background: transparent;
        transition: all .5s;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
        /*background-color: #CF710C;
    border-color: #CF710C;*/
        background-color: #000000;
        border-color: #000000;
        color: #FFFFFF !important;
    }


/**/

/* BOTON SUCCESS */
.btn-success {
    background-color: #103384;
    border-color: #103384;
    color: #FFFFFF !important;
}

    .btn-success.btn-outline {
        color: #103384 !important;
        background: transparent;
        transition: all .5s;
    }

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
        background-color: #103399;
        border-color: #103399;
        color: #FFFFFF !important;
    }



/**/

/* TEXTBOX FOCUS */

.form-control:focus, .single-line:focus {
    border-color: #CF710C !important;
}

/**/

@media (max-width: 750px) {

    .skin-1 .wrapper-content {
        padding: 30px 0;
    }

    .product-detail .ibox-content {
        padding: 5px !important;
    }


    #menu_top_right {
        display: none;
    }


}

    /* CALENDARIO | DATEPICKER */
    /* ------
   bootstrap DatePicker 
   					-----*/

    /* -- day --- */
    .datepicker td.day.disabled:hover {
        color: #c1c1c1;
        background: #e5e5e5;
        border-radius: 0px;
    }
    /*  off month days -- */
    .datepicker td.disabled, .datepicker td.disabled:hover {
        color: #c1c1c1;
        background: #e5e5e5;
        border-radius: 0px;
    }

    /*ITEMS DE PRODUCTOS*/
    .item .descripcion {
        max-height: 77px;
        overflow: hidden;
    }


    /*POPUPS*/
    .popup {
        width: auto;
        min-height: 100%;
        height: auto;
        left: 0%;
        top: 0%;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        display: none;
    }

        .popup .container {
            margin: auto auto;
            width: 100%;
            height: 100%;
            overflow: overlay;
            position: absolute;
            top: 10%;
        }

    /*list-group-item*/
    .listado {
        width: 100%;
    }

        .listado .ibox {
            margin-bottom: 0;
        }

            .listado .ibox .pull-right {
                float: none !important;
                width: 13%;
                display: inline-block;
            }

            .listado .ibox .product-desc .contenido {
                width: 82%;
                display: inline-block;
                top: 15%;
                position: absolute;
                margin: 0;
                padding: 0;
            }

                .listado .ibox .product-desc .contenido .precio {
                    top: 0;
                    right: 0;
                    position: absolute;
                    text-align: right;
                    padding: 0;
                    width: 20%;
                }

                    .listado .ibox .product-desc .contenido .precio .product-price {
                        display: block;
                    }

                .listado .ibox .product-desc .contenido .cantidad {
                    position: absolute;
                    right: 0;
                    margin: 0;
                    padding: 0;
                    width: 20%;
                }

        .listado .product-box {
            height: 152px;
        }

    @media screen and (max-width: 1200px) {
        .productos .grilla .product-box {
            height: 253px;
        }

        .productos .product-price {
            display: block;
        }

        .listado .ibox .product-desc .contenido {
            top: 12%;
        }

        .listado .ibox .pull-right {
            top: 3%;
            position: relative;
            max-height: 100% !important;
        }

        .listado .ibox .product-desc .contenido .precio, .listado .ibox .product-desc .contenido .cantidad {
            width: 35%;
        }

        .popup .container {
            margin: 0 auto;
            width: 85%;
            height: 100%;
            overflow: overlay;
            position: relative;
            top: 0%;
            padding: 0;
        }

            .popup .container > div {
                position: relative;
                top: 17%;
            }
    }


    @media screen and (max-width: 767px) {
        .item {
            position: relative;
        }

            .item > figure {
                min-height: 216px;
                min-width: 280px;
            }

            .item > section {
                position: absolute;
                bottom: 2%;
                background: white;
                padding: 1em 0;
                border: 1px solid #eee;
                margin: 0;
                width: 100%;
            }

            .item .descripcion {
                display: none;
            }

        .popup {
            width: auto;
            min-height: 100%;
            height: auto;
            left: 0%;
            top: 0%;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            z-index: 999;
            display: none;
        }

            .popup .container {
                margin: 0;
                width: auto;
                height: 100%;
                overflow: overlay;
                position: relative;
                top: 0%;
                padding: 0;
            }

                .popup .container > div {
                    position: relative;
                    top: 17%;
                }



        .listado .ibox .pull-right {
            display: none;
        }

        .listado .ibox .product-desc .contenido {
            width: 93%;
            top: 40%;
        }

        .productos .grilla .product-box {
            height: 270px;
        }

        .listado .product-box {
            height: 152px;
        }


        a {
            color: #1AB394;
            text-decoration: none;
        }

            a:hover,
            a:focus {
                color: #23527c;
                text-decoration: underline;
            }

            a:focus {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }
    }






