body{
    font-family: 'Montserrat'!important;
    font-size: 14px!important;
    /*min-width: 1000px;*/
}
svg{
    margin-top: -5px;
}

.hidden{
    display: none;
}

@media (max-width: 1200px) {
    .hidden-sm{
        display: none!important;
    }
}
@media (min-width: 1200px) {
    .hidden-md{
        display: none!important;
    }
}

.rem-1{
    font-size: 0.85rem!important;
}

h2.text-primary{
    padding-left: 15px;
}
h6{
    padding: 0 6px;
}

.catalogohead{
    padding-top: 30px;
    display: flex;
}

.catalogohead .action a{
    float: right;
    line-height: 2rem;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color:#555;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff!important;
    background-color: #011689!important;
    border-color: #011689!important;
    /*box-shadow: 0 0 0 0.2rem rgb(105 136 228 / 50%)!important;*/
}
.btn-secondary{
    color: #858796!important;
    background-color: #fff!important;
    border-color: #858796!important;
    border: 2px solid;
}
.col-200px{
    width: 170px;
    max-width: 170px;
    min-width: 170px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-220px{
    width: 220px;
    max-width: 22px;
    min-width: 220px;
    padding-left: 10px;
    padding-right: 10px;
}


.btn-ok{
    border: 3px solid black!important;
}

/* TOPBAR */

.topbar {
    height: 100px!important;
}

.topbar .nav-item .nav-link .img-profile {
    height: 50px;
    width: 50px;
}

.fa-solid{
    font-size: 24px!important;
}

#alertsDropdown i{
    font-size: 24px!important;
    color: #011689;
}

#alertsDropdown:hover i{
    color: #4e73df;
}

#cartDropdown i{
    color: #011689;
}

#cartDropdown:hover i{
    color: #4e73df;
}

.topbar .nav-item .nav-link .badge-counter {
    transform: scale(1)!important;
    margin-top: -20px!important;
}

/* SIDEBAR */

.top-logo-sidebar{
    padding-top: 15px;
    background: white;
    height: 100px;
    width: 255px;
}

.sidebar.toggled .top-logo-sidebar{
    width: 100px!important;
}

.fixed-sidebar{
    position: fixed;
}

.sidebar .sidebar-brand {
    padding-right: 0;
}

.sidebar.toggled .sidebar-brand {
    padding: 0;
}

.sidebar .sidebar-brand .sidebar-brand-text-resp
{
    display:none;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text-resp
{
    display:inline;
    margin: 0 10px;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text-resp img
{
    width: 70px;
    height: 70px;
}

.sidebar .nav-link.active{
    background-color: #4e73df;
}


#boton-toggle{
    padding: 0 0 50px 0;
    text-align: center;
    width: 255px;
}

.sidebar.toggled #boton-toggle{
    width: 100px;
}

.menu-sidebar{
    padding: 126px 0px;
    width: 255px;
}

.sidebar.toggled .menu-sidebar{
    padding: 126px 0px;
    width: 100px;
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 1);
}

/* PRESUPUESTOS */

#selec_rigido, #selec_flexible{
    max-width: 600px;
}
.btn-soporte{
    width: 126px;
    border: 2px solid #707070;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
}

.btn-soporte-wide{
    width: 246px;
    border: 2px solid #707070;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
}


.btn-soporte-text{
    border-top: 2px solid #707070;
    text-align: center;
    width: 124px;
    font-size: 100%;
}

.btn-soporte-text-wide{
    border-top: 2px solid #707070;
    text-align: center;
    width: 244px;
    font-size: 100%;
}

.btn-soporte-text span{
    font-size: 12px;
}

.btn-soporte:hover .btn-soporte-text{
    background-color: #011689;
    color: #fff;
    border-radius:  0 0 8px 8px;
}

.btn-imagen{
    width: 126px;
    border: 2px solid #707070;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
}

.btn-imagen:hover{
    box-shadow: 0px 0px 5px #011689;
}

.btn-imagen input[type=radio]:checked{
    box-shadow: 0px 0px 5px #011689;
}

.btn.label{
    padding: 10px;
    border: none;
}

input[type=radio] {
    border: 1px solid #011689;
    padding: 0.5em;
    -webkit-appearance: none;
}

input[type=radio]:checked {
    background: #011689 no-repeat center center;
    background-size: 9px 9px;
}

input[type=radio]:focus {
    outline-color: transparent;
}

.espesores label{
    font-family: "Montserrat";
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px;
    vertical-align: middle;
}

.nota{
    font-size: 12px!important;
}
#accordionSidebar{
    display: sticky;
}

#sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
    background: #011689;
}
#sidebarToggle::after {
    color: rgba(255, 255, 255, .5);
}
#sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.1rem;
}

a.catalogo:hover .card-body{
    /*box-shadow: 0 0 10px rgb(1 22 137 / 50%);*/
}

.catalogo .card-body{
    padding:0;
}
.catalogo .card-body span{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    font-size: 26px;
    text-shadow: 0px 0px 0.2px #fff;
    font-weight: 900;
}

.img-catalogo{
    max-width: 100%;
}

.text-primary{
    margin-bottom: 10px;
}

.view-button{
    text-align: right;
    padding: 20px 2rem 0px;
}
.view-button a{
    margin-left: 10px;
}

#complete, #sort{
    color: inherit;
}

.sort{
    background-color: #d4d4d4!important;
    border-radius: 5px!important;
}

.active2{
    color: #011689!important;
}

.view2{
    max-width: 110px!important;
    height: 50px;
}

.view2 span.text-primary{
    text-align: center!important;
    height: 50px;
    line-height: 50px;
    bottom: 0px!important;
    margin-bottom: 0px!important;
    /*padding-left: 120px!important;*/
}

.cart-header{
    border-bottom: 3px solid #707070;
    opacity: 1;
}

.card-body.hr{
    padding-top:0px;
    padding-bottom: 0px;
}

.card-body.header-carrito{
    padding-bottom: 0px;
}

/* TABLES */

th{
    width: calc(100%/8);
}

.item-menu{
    margin-left: -15px!important;
}

#paquetes .colTamanios{
    min-height: 680px;
}

#paquetes .colAniadidos{
    min-height: 680px;
}

#buscarTodo{
    margin-left: 10px;
    max-width: 250px!important;
}

h5{
    margin-bottom: 0!important;;
}

.table thead th {
    border-top: none!important;
    border-bottom: 4px solid #011689!important;
    color: #011689;
    font-weight: 900;
}

.card-header b{
    font-family: "Montserrat"!important;
    font-size: 20px!important;
}

.btn-check:checked + .btn ~ .btn-soporte-text{
    background-color: #011689;
    color: #fff;
    border-radius:  0 0 8px 8px;
}

.btn-check:checked + .btn ~ .btn-soporte-text-wide{
    background-color: #011689;
    color: #fff;
    border-radius:  0 0 8px 8px;
}

#btnAdmin .fa-solid{
    font-size: 14px!important;
}

#btnAdmin a{
    width: 38px;
    height: 38px;
    margin-right: 3px;
}

input[type='radio'], input[type='checkbox'] {
    box-sizing: border-box!important;
    appearance: none!important;
    background: white!important;
    outline: 2px solid #011689!important;
    border: 3px solid white!important;
    width: 12px!important;
    height: 12px!important;
}

input[type='radio']:checked, input[type='checkbox']:checked {
    background: #011689!important;
}

.form-check-input[type=radio], .form-check-input[type='checkbox'] {
    border-radius: 0!important;
    padding: 0!important;
    margin-right: 10px!important;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 1000px;

}
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/img/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
    opacity: .8;
}
.loader span {
    position: fixed;
    left: calc(50% - 150px);
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.vw1{
    font-size: 1vw!important;
}
.vw08{
    font-size: 0.8vw!important;
}

.cardIcon{
    margin-right: 15px!important;
}


/* FORMULARIO Y RESUMEN PRODUCTOS CATALOGO */
#resumen{
    max-width: 480px!important;
    float:right!important;
}

#formulario{
    width: calc(100% - 480px)!important;
}

.form-control{
    /*max-width: 200px!important;*/
}
.modal-body .form-control{
    max-width: 1200px!important;
}

#MATERIAL_R.form-control{
    max-width: 400px!important;
}
#MATERIAL_B.form-control{
    max-width: 400px!important;
}

.col-form{
    width: 200px!important;
    flex: 0 0 200px!important;
    max-width: 200px!important;
    padding-right: 0.75rem!important;
    padding-left: 0.75rem!important;
}

.fit thead th, .fit tbody td {
    width: 1%!important;
    white-space: nowrap!important;
    vertical-align: middle;
}

.fit tbody tr:hover td{
    color:#011689;
    font-weight: bold;
}

.full{
    min-height: calc(100vh);
}

#datos_mes{
    width: 100%;
}

.estadisticas_stock{
    margin: 5px;
}

.estadisticas_stock .mes{
    color:#011689;
    font-weight: bold;
}

.estadisticas_stock .compra, .estadisticas_stock .venta{
    text-align: right;
}

.estadisticas_stock .compra{
    background-color: #01168920;
}

.estadisticas_stock .venta{
    background-color: #04942320;
}

.venta_est, .compra_est{
    font-size: 10px;
}

.filtrar{
    min-width: unset;
    width: 100%;
}

.info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}
.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 10px;
    overflow: hidden;
}


/* ADMIN LTE Abril 2023*/

/* Usadas para el Hall*/
.apps{
    height: 130px!important;
    margin: 0 auto;
    text-align: center;
    display: table;
    max-width: 600px;
}
.btn-app {
    height: 100%!important;
    min-width: 130px!important;
    max-width: 130px!important;
    padding: 10px 10px!important;
    background-color: transparent!important;
    color: #011689!important;
    word-break: normal;
    border: 1px solid transparent!important;
}
.btn-app:hover {
    box-shadow: 1px 1px 1px;
    background-color: transparent!important;
    color: #011689!important;
    border:1px solid!important;
}
.btn-app .fas{
    margin-bottom: 10px!important;
}

.vh-body{
    height: calc(100vh - 120px);
}

.navbar {
    align-items: unset;
}

.navbar-badge {
    top: 0px!important;
}

.navbar-brand {
    padding-top: 0.5rem!important;
    padding-bottom: 0rem!important;
}

.card-header {
    padding: 0.4rem 1.25rem !important;
}

