
module-dynamic-form+.buttons button {
    margin-bottom: 2rem;
}

#mainSection {
    margin-bottom: 0px !important;
    padding-bottom: 1rem;
}

header nav.navbar-inverse a.navbar-brand,
header nav.navbar-inverse a.navbar-brand:hover,
header nav.navbar-inverse a.navbar-brand:active {
    color: #00A3E0;
    font-size: 30px;
    padding-left: 25px;
    padding-top: 20px;
    font-family: 'DIN Next LT Pro' !important;
}

header nav.navbar-inverse {
    background-color: #001489;
    border-color: #001489;
    color: #00A3E0;
    height: 100px;
}

.navbar .navbar-toggle {
    display: none;
}

h2{
    color:#00A3E0;
}

/* Colors tabulator */
.tabulator .tabulator-header .tabulator-col {
    background-color: #001489;
    color: white;
    border-right: 1px solid #001489;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
    cursor: pointer;
    background-color: #001489;
}
.tabulator {
    border: 1px solid #001489;
}



/*CSS STYLES LOGO*/
.alcoyana-logo {
    margin-top: 0px;
}


@media only screen and (min-width: 320px) {
    .alcoyana-logo {
        /* height: 40px; */
        margin-top: 0px;
    }
}

@media only screen and (min-width: 400px) {
    .alcoyana-logo {
        /* height: 45px; */
        margin-top: 0px;
    }
}

@media only screen and (min-width: 770px) {
    .alcoyana-logo {
        /* height: 55px; */
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .alcoyana-logo {
        /* height: 55px; */
        margin-top: 0px;
    }
}