* {
    padding: 0;
    margin: 0;
}

.show-ambiente {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-row;
    height: 100%;
}

.show-ambiente > span {
    padding: 0px 20px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
}

a:hover {

    text-decoration: none;
}

.bg-login{
    background: url(/assets/images/quick_actions_bg.jpg); !important;
    background-size: cover;
}
.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__logo {
    text-align: center;
    margin: 0 auto 0 auto;
!important;
}

.table21 > thead:first-child > tr {
    background-color: rgba(25, 39, 33, 0.09);
    height: 50px;
}

.table-bordered > thead > tr > th {
    font-weight: bold;
    color: #333;
}

.table-not-bordered th, .table-not-bordered td {
    border: 0;
}

table.table:not(.responsive) tr {
    white-space: nowrap;
}

.float {
    position: fixed;
    z-index: 9;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    background: #898b96;
    border-color: #898b96;
    opacity: 0.8;

}

.icon-plus {
    color: #FFFFFF;
}

.form-control {
    font-family: Poppins !important;
}

.has-danger .form-control {
    border-color: #f4516c;
}

.has-danger .form-control-feedback {
    margin-left: 12px;
}

.label-position {
    padding-top: 4px;
    margin-left: 3px;
}

.filter > .dropdown-toggle.bs-placeholder {
    height: 32px;
}

.filter.dropdown-toggle .filter-option {
    padding-top: 7px;

}

.filter > .dropdown-toggle {
    height: 32px;
}

.filter-all > .dropdown-toggle.bs-placeholder {
    height: 32px;
}

.filter-all .dropdown-toggle .filter-option {
    padding-top: 7px;

}

.filter-all > .dropdown-toggle {
    height: 32px;
}

.itemPerPage > .dropdown-toggle {
    height: 32px;
    width: 68px;
}

.itemPerPage .dropdown-toggle .filter-option {
    padding-top: 7px;

}

.btn > i {
    line-height: 0;
    vertical-align: 0;
}


.btn-imprimir {
    bottom: 10px;
}

.btn-relatorio {
    padding-top: 40px;
}

.m-portlet__body.filtros {
    padding: 1rem 2.2rem;
}

.modal-full {
    min-width: 90%;
}

.modal-dialog-wide {
    min-width: 1160px;
    min-height: 100%;
}

@media (min-width: 992px) {
    .modal-medium-full{
        max-width: 1000px
    }
}

@media (min-width: 992px) {
    .modal-medium-2x {
        max-width: 1000px
    }
}

.form-group.col-lg-2 {
    max-width: 157px;
}

@media (min-width: 79px) {
    .col-cep{
        max-width: 78px
    }
}

@media (min-width: 86px) {
    .col-uf{
        max-width: 85px
    }
}

@media (min-width: 960px) {
    fieldset21.m-form__group.row {
        min-width: 1130px;
    }
}
.modal-m_lg {
    min-width: 60%;
}
.modal-medium {
    min-width: 45%;
}

/*Botão flutuante nas paginas de Distribuicao/RemessaCartorio, Retornos e Cra/Remessa */
.floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #898b96;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}

.plus {
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    font-family: 'Roboto';
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}

.container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 99999999 !important;
}

.container-floating:hover {
    height: 400px;
    width: 90px;
    padding: 30px;
}

.container-floating:hover .plus {
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
}

.edit {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
}

.container-floating:hover .edit {
    animation: edit-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes plus-in {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(135deg);
    }
}

@keyframes plus-out {
    from {
        transform: rotateZ(135deg);
    }
    to {
        transform: rotateZ(0deg);
    }
}

.nds {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 9999999 !important;
    transform: scale(0);
    cursor: pointer;
}

.nd1 {
    background: #9992fc;
    border-color: #716aca;
    right: 40px;
    bottom: 120px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.nd3 {
    background: #9992fc;
    border-color: #716aca;
    right: 40px;
    bottom: 180px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

@keyframes bounce-nds {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

.container-floating:hover .nds {

    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.container-floating:hover .nd3 {
    animation-delay: 0.08s;
}

.letter {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    z-index: 9999999 !important;
}

.w-100 {
    width: 100px !important;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 200px !important;
}

.modal-scrollable {
    height: auto !important;
    overflow-y: auto;
}

.m-table--head-bg-metal {
    background: #eaeceb;
    color: #65676e;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav >
.m-menu__item > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav >
.m-menu__item > .m-menu__link .m-menu__link-text {
    color: #ccc;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav >
.m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav >
.m-menu__item.m-menu__item--open >
.m-menu__link .m-menu__link-text {
    color: #ccc;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav >
.m-menu__item .m-menu__submenu .m-menu__item >
.m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav >
.m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #ccc;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav >
.m-menu__item > .m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav >
.m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #ccc;
}

td.m-radio > span, .m-checkbox > span {
    top: -13px !important;
}

.titulos-recibo-linha.titulo td {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ccc;
    font-weight: bold;
}

.titulos-recibo-linha.cabecalho td {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ccc;
    font-weight: bold;
}

.custom-file .custom-file-label::after {

    cursor: pointer;
    background-color: #cbd7e8;
    border-left: 1px solid #ebedf2;

}

.bg-danger-light{
    background: #dc6460;
}

.wrap-normal {
    white-space:normal !important
}

.form-control,
.bootstrap-select,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light,
.dropdown-toggle
{
    border-color: #4d4d4d !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.alert.m-alert--default {
    background: #ccc;
    color: #000;
}

.form-control-label, label {
    color: #000 !important;
    font-weight: 400 !important;
}

input[type="radio"], input[type="checkbox"] {
    box-shadow: 1px 1px 1px 1px #000 !important;
}

.bootstrap-select > .dropdown-toggle {
    padding: .5rem 1.15rem !important;
}

/* Bloqueio apresentante */

#bloqueio-apresentante-modal form .control-label {
    padding-bottom: 25px;
    font-weight: bold !important;
    font-size: 15px;
}

#bloqueio-apresentante-modal form .m-checkbox > span {
    top: 0 !important;
}

#bloqueio-apresentante-modal form .checkbox {
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 10px !important;
}

#div-modal-antigo {
    margin-top: 42%;
    margin-bottom: 35%;
    text-align: center
}

#mensagem-modal-antigo {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #212121;
}

.registro-snp-datatables {
    color: #000;
    background-color: #FF8A65
}

.badge {
    border-radius: 100%;
    width: 15px;
}

.badge-snp {
    background-color: #FF8A65;
    border: 0;
    margin-bottom: 2px;
}

/* Menu Consulta */
#dataTable[name="tableMenuConsultaTitulo"] table {
    min-width: 5000px;
    width: 100%;
    border-collapse: separate;
    table-layout: auto;
    background-color: #fff;
}

#dataTable[name="tableMenuConsultaTitulo"] table th,
#dataTable[name="tableMenuConsultaTitulo"] table td {
    white-space: nowrap;
    padding: 8px 16px;
    vertical-align: middle;
    font-size: 13px;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table21 select[name="zff_consultatitulo_ultimaOcorrencia"],
.table21 select[name="zff_consultatitulo_ultimaOcorrencia"] + .dropdown-toggle,
.table21 td select[name="zff_consultatitulo_ultimaOcorrencia"] ~ .dropdown-menu,
.table21 td .bootstrap-select:has(select[name="zff_consultatitulo_ultimaOcorrencia"]) {
    width: 500px !important;
}

.table21 select[name="zff_consultatitulo_apresentante"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_apresentante"]) {
    width: 250px !important;
}

.table21 select[name="zff_consultatitulo_protocolo"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_protocolo"]) {
    width: 200px !important;
}

.table21 select[name="zff_consultatitulo_dataProtocolo"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_dataProtocolo"]) {
    width: 130px !important;
}

.table21 select[name="zff_consultatitulo_numero"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_numero"]) {
    width: 130px !important;
}

.table21 select[name="zff_consultatitulo_documento"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_documento"]) {
    width: 180px !important;
}

.table21 select[name="zff_consultatitulo_sacador"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_sacador"]) {
    width: 250px !important;
}

.table21 select[name="zff_consultatitulo_saldo"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_saldo"]) {
    width: 100px !important;
}

.table21 select[name="zff_consultatitulo_valor"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_valor"]) {
    width: 100px !important;
}

.table21 select[name="zff_consultatitulo_protocoloCartorio"],
.table21 .bootstrap-select:has(select[name="zff_consultatitulo_protocoloCartorio"]) {
    width: 140px !important;
}

/** Manutenção Título **/
#dataTable[name="tableMenuManutencaoTitulo"] table {
    min-width: 100vh;
    width: 100%;
    border-collapse: separate;
    table-layout: auto;
    background-color: #fff;
}

#dataTable[name="tableMenuManutencaoTitulo"] table th,
#dataTable[name="tableMenuManutencaoTitulo"] table td {
    white-space: nowrap;
    padding: 8px 16px;
    vertical-align: middle;
    font-size: 13px;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}


