/****** Size of the container when the windows size changes ******/
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--noactive-bg-color);
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::after {
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0 0 0 0.1rem var(--active-bg-color) !important;
}
/* Jumbotron */

.jumbotron {
    margin-bottom: 20px;
    /*height: fit-content;*/
    min-height: inherit !important;
    /*overflow: auto;*/
}

#logo{
    display: block;
    width: 100% !important;
    height: auto !important;
}

#module{
    height: 100%;
    margin: 0px !important;
}

.contentJumbo {
     height: fit-content !important;
}

#cont_news{
    overflow: auto;
    height: fit-content !important;
    width: 100%;
}

#cont_history{
    overflow: auto;
    height: fit-content !important;
    width: 100%;
}

#cont_descr{
    overflow: auto;
    height: fit-content !important;
    width: 100%;
}

.border-left-primary {
    border-left: .25rem solid var(--active-bg-color)!important;
}

.border-left-success {
    border-left: .25rem solid var(--active-bg-color)!important;
}