.element-block{
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.cookies{
    z-index: 10000;
}
.cookies-banner-down{
    -webkit-position: sticky;
    margin: 0 auto;
    width: 100%;
    line-height: 24px;
    position: fixed;
    bottom: 0;
    opacity: 1 !important;
}

.cookies-banner-down .btn-form, .cookies-banner-up .btn-form  {
    margin: 0px !important;
    padding: 3px 8px;
}

.cookies-banner-up{
    min-height: 60px;
    position: fixed;
    top: 0px;
    width: 100%;
}
.cookies-banner-down .alert, .cookies-banner-up .alert{
    margin-bottom: 0px !important;
}
.form-radio-button-label{
    margin-right: 15px;
}
label.label_input{
    display: flex;
    margin-bottom: 5px;
}

.label_input input{
    flex: 0 0 auto;
    margin-right: 10px;
    margin-top: 2px;
}
.label_input span{
    flex: 1 1 auto;
}
.checkbox-field{
    display: inline;
    width: initial;
}
.p-label{
    display: inline;
}

.no-margin-lr{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.featured-message-content > p {
    margin-bottom: 0 !important;
}
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* -----------------------------
* MODAL COOKIES
* ----------------------------- */
/* config cookies modal */
.img-logo-cookies {
    max-width: 100%;
}
/* config cookies modal toggle */
.cookies-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.cookies-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookies-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.cookies-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .cookies-slider {
    background-color: rgb(9, 165, 1);
}

input:focus + .cookies-slider {
    box-shadow: 0 0 1px rgb(9, 165, 1);
}

input:checked + .cookies-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.cookies-slider.round {
    border-radius: 34px;
}

.cookies-slider.round:before {
    border-radius: 50%;
}
#new_cookies_crowd_modal .modal-body {
    padding: 0;
}
#new_cookies_crowd_modal .tab-pane {
    padding: 2rem 3rem 3rem;
    overflow: hidden;
    background-color: #fff;
}
#new_cookies_crowd_modal .tab-pane h4 {
    margin: 0 0 1.5rem;
}
#new_cookies_crowd_modal .modal-title h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
#new_cookies_crowd_modal .row.no-margin {
    margin: 0;
}
#new_cookies_crowd_modal .row.no-margin [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
#new_cookies_crowd_modal .modal-body > .row {
    overflow: hidden;
}
#new_cookies_crowd_modal .modal-body > .row > [class*='col-'] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
/* si no se ha cargado logo no se pinta el contenedor */
#new_cookies_crowd_modal .modal-header .logo:empty {
    display: none;
}
#new_cookies_crowd_modal .modal-header .logo img {
    max-width: 140px;
}
#new_cookies_crowd_modal .nav-pills {
    border-right: 1px solid #ddd;
    padding-right: 0;
    background-color: #eee;
}
#new_cookies_crowd_modal .tabs-left {
    display: flex;
    flex-flow: column nowrap;
    border-bottom: none;
    padding: 0;
    border: none;
}
#new_cookies_crowd_modal .tabs-left  > a {
    border-radius: 0 !important;
    border: none !important;
}
#new_cookies_crowd_modal .tabs-left  > a:hover {
    color: #fff !important;
    background-color: grey !important;
}
#new_cookies_crowd_modal .tabs-left > .active > a,
#new_cookies_crowd_modal .tabs-left > .active > a:hover,
#new_cookies_crowd_modal .tabs-left > .active > a:focus {
    background-color: #fff !important;
    color: #444 !important;
}

#new_cookies_crowd_modal .nav-link.active{
    background-color: #fff !important;
    color: #444 !important;
}

@media (min-width: 600px) {
    #new_cookies_crowd_modal .modal-header > .row {
        display: table;
        width: 100%;
    }
    #new_cookies_crowd_modal .modal-header > .row > [class*="col-"] {
        vertical-align: middle;
        display: table-cell;
        float: none;
    }
    #new_cookies_crowd_modal .modal-header > .row .col-md-4 {
        width: 33.3333%;
    }
    #new_cookies_crowd_modal .modal-header > .row .col-md-8 {
        width: 66.6666%;
    }
}
@media (max-width: 600px) {
    #new_cookies_crowd_modal .modal-header > .row > [class*="col-"] {
        text-align: center;
    }
}