﻿/*PRODUCTOS*/

.productos .product-box {
    height: 225px;
}

.productos .product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 4px 8px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
}

.productos .product-price2 {
    font-size: 14px;
    font-weight: 600;
    top: 0;
    right: 0;
    position: relative;
    text-align: right;
    color: #ffffff;
    background-color: #1ab394;
    /*padding: 0;*/
    width: 20%;
    display: block;
}

.listado .ibox .product-desc .contenido .product-price2 {
    top: 0;
    right: 0;
    position: absolute;
    text-align: right;
    padding: 4px ;
    width: 80%;
}



.productos .product-promedio {
    font-size: 12px;
    font-weight: 100;
    /*padding: 6px 12px;*/
    display: inline-block;
    position: center;
    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;
  
}

.fixed-nav.skin-2 .navbar-fixed-top {
    background-image: url(../img/fondos/FondoAFS.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}


body.fixed-nav.skin-2 #wrapper #page-wrapper {
    margin-top: 200px;
}


.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;
}

/* BOTON PRIMARY */
.btn-primary {
    /*background-color: #CF710C;
    border-color: #CF710C;*/
    background-color: #3B65A0;
    border-color: #3B65A0;
    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: #3B65A0;
        border-color: #3B65A0;
        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;
    }
}

}

/* 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 .promedio {
                right: 0;
                position: absolute;
                font-weight: normal;
                margin: 0;
                text-align: right;
                padding: 0;
                width: 20%;
            }

                /*.listado .ibox .product-desc .contenido .promedio .product-promedio {
                    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 .precio, .listado .ibox .product-desc .contenido .promedio {
        width: 40%;
    }

    .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;
    }
}
