/*
.clear_all {
    background-color: rgba(27, 134, 86, 1) !important;
}

.clear_all:hover {
    background-color: rgb(88, 129, 110) !important;
}
*/

/*
#clear_all-lbl,
#search_filter-lbl {
    visibility: hidden;
}
*/

#filter_revogada-lbl {
    font-size: .7rem;
}

.form-check-inline {
    margin-right: .2rem !important;
    margin-top: -.5rem !important;
}

/* START: Social share box */
/*
.svg-hidden {
    display: none;
}

.share-dialog svg {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.share-dialog button, .share-dialog .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.share-dialog button:hover, .share-dialog .button:hover {
    border-color: #cdd;
}

.share-dialog .share-button, .share-dialog .copy-link {
    padding-left: 30px;
    padding-right: 30px;
}

.share-dialog .share-button, .share-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-dialog {
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 45px;
    left: 58.5%;
    border-radius: 4px;
    position: fixed;
    background-color: #fff;
}

.share-dialog.is-open {
    display: block;
    z-index: 2;
}

.share-dialog header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.share-dialog .targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.share-dialog .close-button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.share-dialog .close-button svg {
    margin-right: 0;
}

.share-dialog .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.share-dialog .pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .8rem;
}

.tip {
    background-color: #263646;
    padding: 0 14px;
    line-height: 27px;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    animation-name: tip;
    -webkit-animation-name: tip;
    animation-duration: .6s;
    animation-fill-mode: both
}

.tip:before {
    content: "";
    background-color: #263646;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 17px
}

#copied_tip, .copied_tip {
    animation-name: come_and_leave;
    -webkit-animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
    bottom: -35px;
    left: 2px
}

#copy-url {
    position: absolute;
    left: -9999px;
}
*/
/* END: Social share box */

/*
joomla-alert {
    background-color:rgba(0, 0, 0, .4);
}
*/

/*
#adminForm {
    padding: 0rem 1.2rem;
}
*/

/* START: Módulos e Filtros */
.save-settings,
.update-selectors {
    color: white !important;
    font-weight: 700;
}

.update-selectors {
    margin-left: 20px;
}

.action-btns {
    padding: 1.4rem 0rem 2.5rem 0rem;
}
/* END: Módulos e Filtros */

/*
.custom-magicsuggest, .custom-magicsuggest input {
    color: blue;
    background: #ECEEFF !important;
    border-radius: 0 !important;
}
*/
/*
.custom-magicsuggest .dropdown-menu {
    margin-left: -.8rem !important;
    margin-top: .6rem !important;
    font-size: .8rem !important;
    width: 400px !important;
    padding-left: .5rem !important;
}
*/

/* .custom-magicsuggest input { */
/*
.ms-ctn input {
    padding-left: .5rem !important;
}
*/

/*
@media print {
    body * {
        visibility: hidden;
    }
    .norma-item, .norma-item * {
        visibility: visible;
    }
    .norma-item {
        position: absolute;
        left: 0;
        top: -1130px;
    }
    .page-header div:first-child,
    .page-header div:nth-child(2),
    .norma-title span {
        display: none;
    }
}
*/

@media print {
    .legismappainel-breadcrumbs,
    #legismappainel-header,
    #legismappainel-side-left,
    /* .page-header div:first-child, */
    /* .page-header div:nth-child(2), */
    .page-header {
    /* .norma-title span, */
    /* .norma-title { */
        display: none;
    }
}