#app{
    height: 100%;
}
.header-back-blue{
    background-color: #2ea3f2;
    color: white;
}
.btn-width-110{
    min-width: 110px;
}
.btn-width-150{
    width: 150px;
}
.label-multas-custom{
    font-size: 1rem;
    font-weight: 600;
    color: #0c265dde;
}
.text-md{
    font-size: 1rem;
}
.label-new-form{
    margin-bottom: 2px;
    font-weight: 600;
}
input.form-c-custom{
    padding: 0.3rem 0.4rem !important;
}

.pad-min-l-r{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pad-push-l-r{
    padding-left: 27px !important;
    padding-right: 27px !important;
}
.input-group-text.addon{
    color: #8c8c8c;
    padding-right: 9px;
    padding-left: 9px;
}
.progress-custom{
    height: 8px;
    border-radius: 0px !important;
    border: 0px !important;
    background-color: #f5f7fa !important;
}
.text-big{
    font-size: 16px;
}
.text-standard{
    font-size: 14px;
}

.cookie-consent {
    text-align: center;
    font-size: 16px;
    color: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2ea3f2;
    z-index: 99;
}

.topnavbar-custom {
    background-color: #2ea3f2;
    background-image: linear-gradient(to right, #edf1f2 0%, #2ea3f2 100%);
}
.sidebar-nav {
     font-size: 13px !important;
}
#aside-home-container{
    position: fixed !important;
    z-index: 100 !important;
}
#topnavbar-home-wrapper{
    position: relative !important;
}

#navbar-home{
    position: fixed !important;
    width: 100% !important;
}

#mainbody-home{
    margin-top: 55px !important;
}

@media (max-width: 458px) {
    #mainbody-home{
        margin-top: 110px !important;
    }

    #aside-home-container{
        margin-top: 50px;
    }
}

#payment-message { color:red; }

/* Page 404 error */
.gray-bg {
    background-color: #f3f3f4;
}
.custom-error {
    font-size: 13px;
    color: #676a6c;
    line-height: 1.42857143;
}
.custom-error h1 {
    font-size: 170px;
    font-weight: 100;
    display: block;
    margin-top:44px;
}

.custom-error h3 {
    font-weight: 600;
    font-size: 18px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

.custom-error .error-desc {
    margin-bottom: 3em;
}

.enlaces-banderas a:hover {
    text-decoration: none;
}

.modal-header {
    border-top-left-radius: 0.175rem;
    border-top-right-radius: 0.175rem
}

.item.user-block {
    padding: 20px 10px 20px 10px !important;
}
