﻿#btnShowPanelTablaGrupo, #form-coleccionGrupo, #btnAlmacenarGrupo, #menuOpciones, .subirImagenGrupo, .deleteImagenGrupo {
    display: none;
}

#btnShowPanelTablaColeccion, #form-coleccion, #btnAlmacenarColeccion, .subirImagenColeccion, .deleteImagenColeccion {
    display: none;
}

.panel-tools button {
    margin-left: 5px;
}
 
#tblColeccionGrupo tbody tr, #tblColeccion tbody tr, #tblColeccionArticulo tbody tr {
    cursor: pointer;
}

.aTabs {
    text-decoration: none;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin: 0 0 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #646e7a;
    font-size: 12px;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}

    .aTabs:hover {
        background-color: #0077ff;
        color: #fff !important;
    }

a.activeli {
    background-color: #0077ff;
    color: #fff;
}

ul li {
    list-style-type: none;
}

.panel-tabs, .tabbable {
    background-color: #ffffff !important;
}

.tab-content > div {
    display: none;
}

    .tab-content > div.active {
        display: block;
    }

.owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
}

    .owl-nav [class*="owl-"] {
        position: absolute;
        background: none;
        color: black;
    }

        .owl-nav [class*="owl-"]:hover {
            background: none;
            color: black;
        }

    .owl-nav .owl-next {
        right: 0;
        transform: translate(120%);
        margin: 10px 45px 10px 0px;
    }

    .owl-nav .owl-prev {
        left: 0;
        transform: translate(-120%);
        margin: 10px 10px 10px -5px;
    }

.owl-carousel .owl-stage-outer {
    margin: 1px 10px 1px 1px;
}

.owl-carousel .owl-stage-outer {
    margin: 10px 30px 10px 1px !important;
}

.btn-border-right {
    border-right: 1px solid white !important;
}

.btn-border-left {
    border-left: 1px solid white !important;
}

.input-group {
    margin-bottom: 15px;
}

.bootstrap-switch {
    margin-bottom: 15px;
}

/*Panel Busqueda*/
#divBusquedaGrupo, #divBusquedaColeccion {
    display: none;
    background: #e4e4e5 !important;
    padding: 10px;
    margin-bottom: 1rem;
}

#divCerrarBusquedaGrupo, #divCerrarBusquedaColeccion {
    font-size: 15px;
}

#divBtnBuscarGrupo, #divBtnBuscarColeccion, #divBuscarColeccionGrupo, #divBuscarColeccion {
    margin-top: 2px;
}

/*Wizard*/

.lbtTitulos {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fixed-table-toolbar .bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}

.tltWizard {
    font-weight: 700;
    font-size: 16px;
}

.span.round-tab i {
    font-weight: 300;
    color: #969696;
}

.titleResumen {
    list-style: none;
    font-weight: 500;
}

    .titleResumen li {
        list-style: none;
        font-weight: 800;
    }

.detalleResumen {
    margin-left: 30px;
}

.page-number active {
    background-color: #005877;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #005877 !important;
    color: white !important;
}

.pagination > li > a, .pagination > li > span {
    color: #0077ff !important;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 56%;
    left: 15%;
    right: 0;
    top: 40%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 30%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 38%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 38%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 47px;
    height: 47px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs > li > a {
    min-width: 47px !important;
    height: 47px;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

/*Wizard de Articulo*/
.wizard .nav-tabs > li.liArticulos {
    width: 16%;
}

.connecting-line.lineArticulos {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 86%;
    left: 2%;
    right: 0;
    top: 40%;
    z-index: 1;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}