@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

html {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

th, td, dd {
    text-transform: uppercase;
}

.especial {
    padding-top: 1.5rem;
}

.especialito {
    margin-top: -5rem;
}

.restricciones {
    padding-left: 3rem;
}

.bi {
    font-size: 1rem;
}

.fracciones {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btn-group {
    margin-right: 1.3rem;
}

.containerr {
    border: 1px solid;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.edit, .remove, .details {
    font-size: 1rem;
    margin-left: 2px;
    width: 50px;
}

.sizee {
    font-size: 2rem;
    color: transparent
}

table {
    margin: 0;
}

#spTotal {
    margin-top: 1rem;
    margin-left: 1rem;
    text-transform: uppercase;
}

.sp {
    margin-top: 1rem;
}

/*input {
    text-transform: uppercase;
}*/

.fraccionesTabla .filter-control:read-only {
    display: none;
}

table, bootstrap-table bootstrap5 {
    width: 100%
}

.celdaAsignado {
    word-break: break-all !important;
    white-space: nowrap !important;
}

/*
    PARA LA IMAGEN
    .custom-file-input div,.alineacioncentral{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-file-input input[type="file"]{
    position: relative;
    left: -9999px;
}

.custom-file-input div {
    background: #ccc;
    padding: 8px 12px;
    cursor: pointer;
}

.custom-file-input img:hover {
    cursor: pointer;
}
*/

.custom-file-input {
    position: relative;
    display: inline-block;
}

    .custom-file-input input[type="file"] {
        position: absolute;
        left: -9999px;
    }

    .custom-file-input label {
        display: inline-block;
        background: #ccc;
        padding: 8px 12px;
        cursor: pointer;
    }

.custom-file-input label:hover {
    background: #aaa;
}

.botonsize a{
    width:10px;
}

hr.new5 {
    border: 4px solid black;
/*    border-radius: 5px;
*/}

#menudeldrop{
    top:5rem !important;    
}

@media (min-width: 1200px){
    .container {
        max-width: fit-content !important;
        margin:0 !important;
    }
}