@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://db.onlinewebfonts.com/c/bfc2d4bc3097a49703d47a386fe57d88?family=TabacG1)');

/*-----------------------GENERAL---------------------*/
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 6rem;
    font-size: 0.8rem !important;
}
a{
    color: #ee2737;
}
a:hover{
    color: rgba(150, 25, 36, 0.979);
}
h1{
    font-size: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    text-transform: uppercase;
    color:#ee2737;
}
h2{
    font-size: 1.2rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
    text-transform: uppercase;
    color:#ee2737;
}

.btn-primary{
    font-size: 0.8rem;
    background-color: #ee2737;
    border-radius: 5px;
    border:solid 1px #ee2737;

}
    .btn-primary:hover{
        background-color: white;
        color:#ee2737;
        border:solid 1px #ee2737;

    }
    .btn-primary:active{
        background-color: white !important;
        color: #ee2737 !important;
        border:solid 1px #ee2737 !important;

    }
        .btn-primary:active:hover{
            box-shadow: 0 0 0 .2rem rgba(238,39,55,.5);
        }
        .btn-primary:active:focus{
            box-shadow: 0 0 0 .2rem rgba(238,39,55,.5);
        }
    .btn-primary:focus{
        background-color: white;
        color: #ee2737 !important;
        border:solid 1px #ee2737 !important;
        box-shadow: 0 0 0 .2rem rgba(238,39,55,.5) !important;
    }

    .btn-primary:disabled{
        border: none;
        background-color: #bf2330;
        color: rgb(205, 203, 203) !important;
    }

.btn-secundary{
    font-size: 0.8rem;
    background-color: white;
    border-radius: 5px;
    border:solid 1px #ee2737;
    color:#ee2737

}

span.active-user {
    display: block;
    text-align: center;
    padding: 4px;
    cursor: pointer;
}

.btn-secundary:disabled{
    opacity: .3;
}
    .btn-secundary:hover{
        background-color: #ee2737;
        color:white;
        border:solid 1px #ee2737;

    }
    .btn-secundary:disabled:hover{
        background-color: white;
        border:solid 1px #ee2737;
        color:#ee2737
    }
    .btn-secundary:active{
        color: white;
        background-color: #ee2737 !important;
        border:solid 1px #ee2737 !important;

    }
        .btn-secundary:active:hover{
            box-shadow: 0 0 0 .2rem rgba(238,39,55,.5);
        }
        .btn-secundary:active:focus{
            box-shadow: 0 0 0 .2rem rgba(238,39,55,.5);
        }
    .btn-secundary:focus{
        color: white;
        background-color: #ee2737 !important;
        border:solid 1px #ee2737 !important;
        box-shadow: 0 0 0 .2rem rgba(238,39,55,.5) !important;
    }
i{
    font-size: 5rem;
    color: red;
}
.ck-editor i{
    font-size: inherit;
    color: inherit;
}
/*--forms--*/
label {
    margin-bottom: 15px;
}
input {
    margin-bottom: 15px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: grey;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(217,171,175);
}
form div div {
    display: block ruby;
}
    form div div input {
        width: 50% !important;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        max-width: 50%;
    }
        form div div textarea{
            width: 50% !important;
            padding-left: 0.6rem;
            padding-right: 0.6rem;
            max-width: 50%;
        }
        form div div select{
            width: 50% !important;
            padding-left: 0.6rem;
            padding-right: 0.6rem;
            max-width: 50%;
        }
        form div div input[type="number"] {
            width: 10% !important;
            padding-left: 0.6rem;
            padding-right: 0.6rem;
            max-width: 10%;
        }
        form div div input[type="datetime-local"] {
            width: 100% !important;
            padding-left: 0.6rem;
            padding-right: 0.6rem;
        }
    form div div label {
        max-width: 20%;
        width: 20%;
    }
/*--tables--*/
th {
    font-weight: 500;
}
table img{
    max-width: 7rem;
}
/*--spacing---*/
.pt-5r {
    padding-top: 5rem !important;
}
.mt-m4r{
    margin-top: -4rem;
}
/*--------------------LOGIN-------------------------*/
.submit-login a{
    float: right;
}

/*---------------------NAV------------------------*/

nav{
    border-bottom: solid 1px #ee2737;
    position: fixed !important;
    width: 100%;
    background: white;
}

    nav a{
        margin-left: 2rem;
        text-decoration: none !important;
        
    }
/*.page-title{
    font-family: "Tabac G1",serif;
    margin: 3rem auto;
   

}
    .page-title h1{
        font-weight: bold;
    }

form div div{
    display: grid;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
}


.btns-view{
    display: flex;
}
    .btns-view a{
        margin-right: 1rem;
    }
.navbar.navbar-light {
    border-bottom: solid #ee2737 1px !important;
}
.btn-primary{
    color:  #ee2737 !important;
    background-color: #fff;
    border-color: #ee2737;
    border-width: 3px;
    border-radius: 0;
}
.btn-primary:hover{
    color: white !important;
    background-color: #d62332;
    
}
.btn-secondary{
    border-radius: 0;
}
.btn-danger{
    border-radius: 0;

}
.primary{
    color:#ee2737;
    background-color: #ee2737;
}
.submit-login{
    margin-top:1rem;
}
.cr-top{
    position: absolute;
    right: 10rem;
    top: 10rem;
}
.mb-2r{
    margin-bottom: 2rem;
}
.eae-nav{
    position: absolute;
    top: 4.6rem;
    height: 100vh;
    width: 19rem;
    background-color: #ee2737;
    left: 0;
}
.eae-nav a{
    color:white;
}
.eae-nav a:hover{
    color:#a70916;
}
.eae-nav .col-12{
    margin-top: 3rem;
}
li{
    list-style: none;
    margin-top: 0.3rem;
}
*/

/*#ee2737

f14957*/
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}
.pagination button {
    background-color: #ee2737;
    border: 1px solid white;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    min-width: 40px;
}

.pagination button:focus {
    outline: none;
}

.pagination button:hover {
    background-color: #ce1d2c;
}

.pagination button:disabled {
    background-color: rgb(201, 198, 198);
    color: black;
}

.pagination button i {
    color: white;
    font-weight: lighter;
    font-size: 30px;
}

.add-item {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.add-item input {
    margin: 0px;
    padding: 6px 12px;
    border: 1px solid black;
}

.add-item input:focus {
    outline: none;
    border: 1px solid red;
}

.add-item label {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.add-item button {
    margin-left: 10px;
    font-size: 12px;
    padding: 6px 12px;
}

.excel-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.excel-form label {
    margin-right: 5px;
    margin-bottom: 0px;
    border: 1px solid red;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.excel-form button {
    margin-left: 5px;
    font-size: 12px;
    padding: 6px 12px;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid red; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: auto;
}

.error {
    text-align: center;
    color: #ce1d2c;
}

.error-item-found {
    text-align: center;
    color: #ce1d2c;
    margin-top: -10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.search-item {
    margin-top: 20px;
    margin-bottom: 0px;
}

.search-item input {
    margin-bottom: 0px;
    padding: 6px 12px;
    border: 1px solid black;

}

.search-item input:focus {
    outline: none;
    border: 1px solid red;
}

.search-item button {
    border-radius: 5px;
    padding: 6px 12px;

}



.search-item button:focus {
    outline: none;
    border: 1px solid red;
}

button.actual-page {
    cursor: default;
}

.delete-dni {
    padding: 0px 12px;
}

.faq-form {
    display: flex;
    flex-direction: column;
}

.faq-form button {
    display: block;
    width: 120px;
    margin-top: 20px;
    padding: 6px 12px;
}
.faq-form input {
    padding: 12px 6px;
}

.faq-form .ck {
    margin-bottom: 15px;
}

.faq-form p {
    margin-bottom: 0px;
}

.add-pusher {
    margin-top: 20px;
    margin-bottom: 20px;
}

.add-pusher input {
    margin: 0px;
    padding: 6px 12px;
    border: 1px solid black;
    width: 80%;
    margin-bottom: 10px;
    display: block;
}
.add-pusher label {
    width: 100%;
}
.add-pusher select {
    margin-bottom: 10px;
    height: 30px;
    border-radius: 0;
    width: 80%;
}

.add-pusher input:focus {
    outline: none;
    border: 1px solid red;
}

.add-pusher label {
    margin-right: 10px;
    margin-bottom: 0px;
}

.add-pusher button {
    font-size: 12px;
    padding: 6px 12px;
}

.error-childs {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100000;
    margin-bottom: 0px;
    font-size: 1rem;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.error-childs.hide {
    bottom: -100%;
}

.content-loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

    .content-loader .loader{
        transform: translateY(50%);
        top: 50%;
        position: relative;
    }

.content-export{
    text-align: right;
}

    .content-export a.export-users {
        border-radius: 5px;
        padding: 6px 12px;
        text-align: revert;
        margin-top: 20px;
        display: inline-block;
    }

        .content-export a.export-users:hover{
            text-decoration: none;
        }