/*
Theme Name: Wafi
Theme URI: https//beta.finitrip.de
Author: Makkre
Author URI: https://makkre.com/
Description: WAFI - Web Administrativa Finitrip
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wafi
Tags: flexbox, cssgrid, php, sql, api.
*/



/** Estilos Adicionales - Jenner **/

@media screen and (min-width: 768px){
    body {
        padding-top: 4.5rem;
    }
}
body{
    min-height: 100vh;
    top: 0;
}

body.activeSidebar {
    padding-top: 4.5rem;
}

.addsidebar .sidebar{
    top: 0;
    max-height: 100vh;
    height: auto;
}

/* .addsidebar {
    max-height: 91.2vh;
    min-height: 91.2vh;
    overflow-y: scroll;
} */

.mostrarentabs nav{
    z-index: 6!important;
}

.area-precios>ul.nav-pills{
    top: 0;
}

.uploadimagen img{
    max-height: 18rem;
    max-width: 18rem;
}

@media screen and (min-width: 687px) {
    .addsidebar .sidebar{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32rem;
        flex: 0 0 32rem;
    }
}

.table .thead-dark th{
    display: table-cell;
    vertical-align: middle;
}

.item-regla-calendario button{
    display: none;
}

.item-regla-calendario button.active{
    display: block;
    margin: 0 auto;
}
.item-regla-calendario input.active{
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.agregar-rebajas{
    display: flex;
    justify-content: space-between
}

.agregar-rebajas a{
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: #15d0c7;
    color: #ffffff;
    border-radius: 50%;
    margin-top: 2rem;
}