﻿body {
}


/*#region : Generico*/

.is-invalid {
    border: 1px solid #dc3545 !important;
}

.w-120px {
    width : 160px;
}

.d-inline-block-ni {
    display: inline-block;
}

.line-height-2 {
    line-height : 1.9 !important;
}

/*#endregion*/


/*#region : Página Principal	Header Superior - Menu area Privada */


@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-toggle::after {
    transition: all 0.4s ease;
}

.dropdown-toggle[aria-expanded=true]::after {
    transform: rotateZ(-180deg);
}


/*#endregion*/
/*#region Página Principal	Logo*/
#Master__Logo img {
    max-width: 100%;
    max-height: 175px;
}
    /*#endregion*/

/*#region Página Principal	Carrito*/
#carritoDropDown {
    width : 270px;
}

.carrito__ImgArticulo {
    max-width: 100%;
    max-height: 90px;
}

.carrito__Linea a:hover {
    text-decoration:none;
}

.carrito__Linea:active, .carrito__Linea:focus {
    background : white !important;
}

.carrito__Linea p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*#endregion*/
/*#region Página Principal	Migas de pan*/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -13px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
    padding: 0px 4px 0px 7px;
}

.btn-breadcrumb .btn {
    padding: 0px 8px 0px 12px;
}

    .btn-breadcrumb .btn:last-child {        
        cursor: text;
    }

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 6px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 6px solid #ccc;
}

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 6px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 6px solid #adadad;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

/*#endregion*/
    /*#region : Página Principal	Footer*/
    footer i {
        width: 20px;
    }

    footer a:hover {
        color : white !important;
    }

/*#endregion*/

/*#region : Página Principal	Carousel*/

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

/*#endregion*/

/*#region Página Principal	Listado de Articulos*/
.tarjetaArticulo {  
}

    .tarjetaArticulo:hover .card {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }


    .tarjetaArticulo .show-on-hover {
        display: none;
    }

    .tarjetaArticulo:hover .show-on-hover {
        display: block;
    }

.tarjetaArticulo__imgContainer {
    height : 280px;
}

    .tarjetaArticulo__imgContainer img {
        max-width: 100%;
        max-height: 278px;
        width: unset;
    }

    .tarjetaArticulo__imgContainer .btn {
        background : rgba(248, 249, 250, 0.8)
    }

    .tarjetaArticulo__Titulo {
        font-size: 17px;
        font-weight: 400;
        height: 50px;
        line-height: 23px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.tarjetaArticulo__Precio {
    font: 600 21px/26px "Open Sans", sans-serif;
    color: #333;
}

.tarjetaArticulo__precioHoverContainer {
    font: 600 21px/26px "Open Sans", sans-serif;
    bottom: 0;
    background-color: rgba(52, 58, 64, 0.9) !important;
}


.tarjetaArticulo__Buttons {
    bottom: 6px;
    background: white;
}
/*#endregion*/
/*#region Ficha de Articulo	Estructura General*/
.fichaArticulo__imgContainer {
}

.fichaArticulo__imgContainer img {
    max-width: 100%;
}

.fichaArticulo__Checkout {
    background: #f6f6f6;
}

    .fichaArticulo__Checkout > div {
        -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 0 6px 6px rgb(0 0 0 / 5%);
        box-shadow: inset 0 6px 6px rgb(0 0 0 / 5%);
    }

    .fichaArticulo__Checkout__Precio {
        font-weight: 600;
        font-size: 29px;
        line-height: 32px;
        font-family: "Open Sans", sans-serif;
    }


    #fichaArticuloTitulo {
        font-size : 20px;
        font-weight : 400;
    }

#fichaArticuloStock {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}


/*#endregion*/
@media (max-width: 768px) {
    /*#region Página Principal	Footer*/
    #TG__Footer__Contacto {
        border-left: none !important;
        padding-left: 0 !important;
    }
    /*#endregion*/

    /*#region Página Principal	Carrito*/
    #carritoDropDown {
        width: 100%;
    }
    /*#endregion*/

    /*#region Página Principal	Listado de Articulos*/

    .tarjetaArticulo__imgContainer {
        height: 350px;
    }

    .tarjetaArticulo__imgContainer img {
        max-width: 100%;
        max-height: 348px;
        width: unset;
    }
    /*#endregion*/

    /*#region Ficha de Articulo	popUpAniadirCarrito*/
    #popUpAniadirTotalButtons {
        position:relative !important;
        bottom : 0 !important;
    }
    /*#endregion*/
}


/*region Álvaro frmCarrito*/

.carrito__info, .carrito__info2 {
    font-size: 11px;
    margin-bottom: 4px;
    color: #808080;
}

.carrito__info2 > span{
    color: #000;
}

.carrito__resumen{
    width: 100%;
}

.carrito__resumen td{
    padding-bottom: 10px;
}

.carrito__resumen tr > td:first-child {
    text-align: left;
}

.carrito__resumen tr > td:last-child {
    text-align: right;
}

.carrito__resumen tr:last-child{
    font-size: 20px;
}

.gvCarrito .carrito__imgContainer {
    width: 135px;
    min-width: 135px;
}

.gvCarrito .dxgvDRTC{
    border-left: 0px !important;
}

.carrito__nombreArticulo {
    font-size: 16px;
    margin-bottom: 7px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.gvCarrito > .card {
    border-radius: 0px !important;
}

.carrito__headerGrid, .carrito__footerGrid, .carrito__container {
    background: #fbfbfb;
    border: 1px solid #ccc;
}

.carrito__container {
    margin: 25px 0px 50px 0px !important;
}

.carrito__headerGrid {
    border-bottom: none !important;
}

.carrito__footerGrid {
    border-top: none !important;
}

.carrito__headerGrid > div {
    border-right: 1px solid #ccc;
    padding: 10px 15px;
    justify-content: center;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.carrito__headerGrid > div:first-child {
    justify-content: flex-start;
}

.carrito__headerGrid > div:last-child {
    border-right: none !important;
}

.carrito__spinCantidad input {
    text-align: center;
}

.carrito__btnRemove{
    background: transparent !important;
    border: none !important;
}

.carrito__btnRemove span{
    color: black !important;
    font-size: 13px;
}

.carrito__direccionFacturacion{
    display: none;
}

.carrito__politicas{
    line-height: 1.6;
}

.carrito__direccion input[type=text], .carrito__direccion textarea, .carrito__direccionFacturacion input[type=text], .carrito__direccionFacturacion textarea {
    border: none !important;
}

.carrito__cardDirecciones{
    max-height: 250px !important;
    border-radius: 0px !important;
}

.carrito__cardDirecciones > .card-body {
    padding: 0px !important;
    padding-top: 10px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.carrito__cardDirecciones .form-group{
    margin-bottom: 0px !important;
}

.carrito__cardDirecciones .form-group.dxbs-cmd-item{
    margin-bottom: 10px !important;
}

.carrito_cardview > .card, .carrito_cardview > .card > .card, .carrito_cardview > .card > .card-body, .carrito__gvResumen > .card, .carrito__gvResumen > .card > .card, .carrito__gvResumen > .card > .card-body, .carrito__gvResumen .dxgvDRTC {
    border: none !important;
    background: #fbfbfb;
}

.carrito__pasoDos {
    display: none;
}

.carrito__gvResumen .dxgvDRTC{
    padding: 0px !important;
    border: none !important;
}

.carrito__gvResumen{
    padding: 10px;
}

.carrito__gvResumen > .card{
    border: 1px solid #ccc !important;
    border-bottom: none !important;
    border-radius: 0px !important;
}

.font-size-10{
    font-size: 10px;
}

.carrito__empty {
    background: #568E61;
    padding: 20px;
}

.alert-color-equipo {
    background: #568E61;
    border: 1px solid #ccc;
}

.alert-color-equipo span[data-notify=message]{
    color: white;
}

.carrito__transportistas .dxbs-nrb {
    padding: 0px !important;
}

.carrito__transportistas .table-active, .carrito__transportistas .table-active > td, .carrito__transportistas .table-active > th{
    background: white !important;
}

@media (max-width: 992px) {
    .carrito__headerGrid {
        display: none;
    }

    .carrito__info2{
        display: inline-block !important;
        width: 32%;
        /*border-right: 1px solid #ccc;*/
        text-align: center;
    }

    .carrito__info2:last-child{
        border-right: none !important;
    }

    .carrito__containerInfo {
        width: 100%;
    }

    .carrito__gvResumen .dxgvDRTC  {
        padding-bottom: 5px !important;
    }

    .carrito__gvResumen > .card {
        border: none !important;
    }

    .carrito__border-sm{
        border: 1px solid #ccc !important;
    }
}

@media (min-width: 992px) {
    .border-bottom-lg-0 {
        border-bottom: 0px !important;
    }
    .border-right-lg{
        border-right: 1px solid #ccc !important;
    }
}

/*endregion Álvaro frmCarrito*/


/*#region Area Privada - Mis Incidencias*/


.btnNewUp {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .btnNewUp {
        right: 15px;
    }

    .header__page-title {
        display: none;
    }
}

@media (max-width: 470px) {
    .btnNewUp {
        position: unset;
    }
}

.BRBS__incidencias > div.card {
    padding: 1rem 1rem 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    border: none;
}

.BRBS__incidencias__table {
    border-bottom: none;
    display: flex;
    justify-content: center;
}

    .BRBS__incidencias__table > tbody {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.BRBS__incidencias__card {
    width: 15rem;
    height: 265px;
    margin: 10px;
}

    .BRBS__incidencias__card:hover {
        box-shadow: 0 0 6px #2f353a;
        border-color: #979a9c;
    }



.BRBS__incidencias__card__footer {
    position: absolute;
    bottom: 13px;
}

.BRBS__incidencias__card__msg {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* background-color: #4B7DB5; */
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
}

.BRBS__text__ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.BRBS__text__ellipsis--2 {
    -webkit-line-clamp: 2;
}


/*Mensajes*/
/*.table-bordered th, .table-bordered td {
            border: 1px solid #ffffff;
        }*/

.i-send {
    background-color: #dcf8c6 !important;
    margin-left: 10%;
    padding: 0.75rem 1rem;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 1px #b3b3b3;
    text-align: justify;
}

.i-receive {
    background-color: #ffffff !important;
    padding: 0.75rem 1rem;
    margin-right: 10%;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 1px #b3b3b3;
    text-align: justify;
}

.dxbs-textbox > span {
    font-style: italic !important;
}

.remove-borders > .card, .remove-borders table, .remove-borders tr, .remove-borders td {
    border: none !important;
}

.i-send {
    display: inline-block;
    border-top-right-radius: 0;
}

.i-receive {
    float: left;
    border-top-left-radius: 0;
}

.triangle {
    width: 0px;
    height: 0px;
    display: inline;
    border-style: solid;
    border-width: 0px 0 8px 8px;
    border-color: transparent transparent transparent #dcf8c6;
    position: absolute;
}

.triangle--i-receive {
    border-width: 0px 8px 8px 8px;
    border-color: transparent white transparent transparent;
    left: -11px;
}

.new-message {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -7.5px;
    right: -7.5px;
}

.resaltar {
    text-decoration: underline;
    font-weight: bold;
}

.help-link {
    position: absolute;
    height: 16px;
    font-size: 16px;
    width: 16px;
    top: 0;
    right: 15px;
}

a:hover {
    text-decoration: none !important;
}

.link-word {
    color: #005AC1;
}


    .link-word:hover {
        color: #003D95;
    }

.link-excel {
    color: #107C41;
}

    .link-excel:hover {
        color: #185C37;
    }

.link-msg {
    color: #8BC5EC;
}

    .link-msg:hover {
        color: #49A4E1;
    }

.pr-20px {
    padding-right: 20px;
}

[aria-expanded=false] .fa-caret-up, [aria-expanded=true] .fa-caret-down {
    display: none !important;
}

[aria-expanded=false] .fa-caret-down, [aria-expanded=true] .fa-caret-up {
    display: inline-block !important;
}


/*Mensajes : End*/



/*Custom*/
.BRBS__incidencias tr {
    display: inline-block;
}

.BRBS__incidencias td {
    border: none !important;
    padding: 0 !important;
}
/**/

/*#endregion*/


/*#region "frmMisPedidos"*/

.card__MisPedidos{
    border-radius: 0px !important;
}

.cvPedidos_MisPedidos> .card:first-child{
    border: none !important;
}

.cvPedidos_MisPedidos .card-body.row.dxbs-content {
    background: #fbfbfb !important;
}

.borderless td {
    border: none !important;
    padding: 0px !important;
}

.borderless td:last-child{
    text-align: right;
}

.font-size-13{
    font-size: 13px !important;
}

/*#endregion*/

/* #region Register */

.card-direccion{
    padding: 20px 35px;
    font-size: 13px;
}

/* #endregion Register */

/* #region frmMisDireciones */

.cursor-pointer{
    cursor: pointer;
}

.dirEnv, .dirFac, .dirFacEnv {
    width: 77px;
    height: 34px;
    position: absolute;
    top: -40px;
    right: -25px;
    transform: rotateZ(45deg);
}

.dirFacEnv {
    background: #ff8080;
    border-bottom: 13px solid #80aaff;
}

.dirEnv, .leyDirEnv {
    background: #ff8080;
}

.dirFac, .leyDirFac {
    background: #80aaff;
}

.leyDirEnv, .leyDirFac{
    width: 15px; height: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0px 10px;
}

/* #endregion frmMisDireciones */


.info-adic{
    width: 80%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    white-space: pre;
}


@media (max-width: 600px){
    .info-adic {
        width: 100%;
        position: fixed;
        padding: 5px;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        white-space: pre-wrap;
    }

    .navbar-dark .navbar-toggler{
        margin-top: 20px;
    }

}