﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.dataTables_processing {
    height: 40px;
    margin-top: auto !important;
    padding-top: 7px !important;
    font-weight: bold;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 200px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        text-align: left;
        font-size: 12px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.page-header .page-header-top .page-logo {
    height: 115px !important;
}

    .page-header .page-header-top .page-logo .logo-default {
        height: 90px !important;
        /*margin: 0!important;*/
        margin-top: 10px;
    }

body {
    background-color: #f5f5f5 !important
}

.print-only {
    display: none;
}

.list-unstyled li {
    margin-top: 6px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu {
    min-width: 230px;
}

.portlet.box.grey {
    border: 1px solid #E5E5E5 !important;
    border-top: 0;
}

    .portlet.box.grey .portlet-body {
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


element.style {
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item {
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    width: 91%;
    position: relative;
}

a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.filtro-situacoes > button.selecionado {
    /*background-color: #F1F3F4 !important;*/
    font-weight: 700 !important;
}

.filtro-situacoes > button.destaque {
    border-right: 4px solid #FFDD82 !important;
}
.filtro-situacoes > button:hover {
    background-color: #f1f3f452 !important;
}

.todos-pedidos-selecionada, .todos-pedidos:hover {
    color: #1620C6 !important;
    border-bottom: 2px solid #1620C6 !important;
    border-radius: 0px !important;
}

/*.todos-pedidos:hover > div > span:first-of-type {
    background-color: #1620C6 !important;
    color: #fff !important;
}*/

.ag-pagamento-selecionada, .ag-pagamento:hover {
    color: #1620C6 !important;
    border-bottom: 2px solid #1620C6 !important;
    border-radius: 0px !important;
}

/*.ag-pagamento:hover > div > span:first-of-type {
    background-color: #1620C6 !important;
    color: #fff !important;
}*/

.ag-diligencia-selecionada, .ag-diligencia:hover {
    color: #1620C6 !important;
    border-bottom: 2px solid #1620C6 !important;
    border-radius: 0px !important;
}

/*.ag-diligencia:hover > div > span:first-of-type {
    background-color: #1620C6 !important;
    color: #fff !important;
}*/

.concluido-selecionada, .concluido:hover {
    color: #1620C6 !important;
    border-bottom: 2px solid #1620C6 !important;
    border-radius: 0px !important;
}

/*.concluido:hover > div > span:first-of-type {
    background-color: #1620C6 !important;
    color: #fff !important;
}*/

/*#datatable_busca_apreensao thead{
    width: 8% !important;
    background-color: red !important;
}*/

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

folha de estilos de agente de usuário
div {
    display: block;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item {
    list-style: none;
    border-bottom: 1px solid;
    border-bottom-style: dashed;
    border-color: #e7ecf1;
    padding: 15px;
    position: relative;
}

folha de estilos de agente de usuário
li {
    text-align: -webkit-match-parent;
}

folha de estilos de agente de usuário
ul {
    list-style-type: disc;
}

body {
    color: #333;
    padding: 0 !important;
    margin: 0 !important;
    direction: "ltr";
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item:after {
    top: 10px;
}


.form-title {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 15px;
    margin-top: 10px;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}

.showContent {
    line-height: 1em;
    height: auto;
}

.showContent {
    height: auto;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.meus-dados .portlet-title {
    cursor: pointer;
}

.meus-dados .portlet-body {
    display: none;
}

    .meus-dados .portlet-body.active {
        display: block;
    }

.meus-dados .expand {
    display: flex;
    font-size: 19px;
    padding-right: 5px;
    align-items: center;
    height: 27px;
    text-decoration: none !important;
}

    .meus-dados .expand i {
        font-size: 30px;
    }

.card-n {
}

.card-n-header {
    padding: 20px;
    background: #eee;
    border: 1px solid #efefef;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom: none;
}

.card-n-header-title {
    font-size: 16px;
    text-transform: uppercase;
}

    .card-n-header-title i {
        color: #36C6D3;
        margin-right: 8px;
        font-weight: 700;
    }

    .card-n-header-title span {
        font-weight: 600;
    }

.card-n-header .task-trash {
    font-size: 14px;
    font-weight: 600;
    color: #DE4040;
}

    .card-n-header .task-trash i {
        margin-right: 8px;
        font-weight: 700;
    }

.card-n-body {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.color-gray {
    color: #999 !important;
}

.card-n-table th, .card-n-table td {
    padding: 11px;
    border: 1px solid #ddd;
}

.btn-avancar {
    float: none !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 3px !important;
}

    .btn-avancar:disabled {
        background-color: #D9D9D9 !important;
        cursor: not-allowed !important;
    }

.btn-voltar {
    float: none !important;
    align-items: center !important;
    color: #595757 !important;
    border-radius: 3px !important;
    background: #c2cad8 !important;
}

.bt-info-div {
    overflow: visible;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.bt-info-novo {
    float: left;
    margin-top: 20px;
    background: #3F80FF;
    color: #fff;
    transition: all 0.3s;
    align-items: center;
    padding: 15px 15px 15px 15px;
    display: flex;
    border: none;
    position: relative;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

    .bt-info-novo i {
        margin-right: 10px;
        font-size: 16px;
    }

.bt-info-info {
    background: #5c93ff;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    float: left;
    margin-top: 20px;
    color: #fff;
    transition: all 0.3s;
    align-items: center;
    padding: 18px 15px 18px 15px;
    display: flex;
    border: none;
    position: relative;
}

    .bt-info-info i {
        font-size: 16px;
    }

    .bt-info-novo:hover, .bt-info-info:hover {
        opacity: 0.8;
        text-decoration: none;
        color: #fff;
    }

    .bt-info-novo:focus, .bt-info-info:focus {
        opacity: 1;
        text-decoration: none;
        color: #fff;
    }

.bt-info-popup {
    display: none;
    position: absolute;
    top: 75px;
    font-size: 12px;
    padding: 7px;
    color: #fff;
    background-color: #777;
    z-index: 8;
    border-radius: 3px !important;
}

    .bt-info-popup::before {
        content: ' ';
        top: -8px;
        width: 0;
        height: 0;
        right: 17px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #777;
        position: absolute;
    }

.form-control, .select2-selection {
    border: 1px solid #ddd;
    border-radius: 4px !important;
    padding: 10px 10px !important;
    height: auto !important;
    font-size: 13px !important;
    line-height: 15px !important;
}

select.form-control, select2-selection {
    padding: 7px 10px !important;
    font-family: 'Poppins', sans-serif !important;
    height: auto !important;
    font-size: 13px !important;
    line-height: 15px !important;
}

label {
    font-weight: 600 !important;
}

.modal-title {
    font-weight: 600;
}

.modal-content {
    border-radius: 10px !important;
    border: none;
}

.btn-novo {
    padding: 15px 15px 15px 15px !important;
    border-radius: 6px !important;
    display: inline-block;
}

.btn.blue, .btn.green, .btn.red-sunglo, .btn.yellow, .btn.red-mint, .btn-info, .btn-block, .btn.blue-chambray, .btn.blue-dark {
    padding: 8px 15px 8px 15px !important;
    border-radius: 6px !important;
    display: inline-block;
    height: auto !important;
}

    .btn.blue.btn-xs, .btn.green.btn-xs, .btn.red-sunglo.btn-xs, .btn.yellow.btn-xs, .btn.red-mint.btn-xs, .btn-info.btn-xs .label.label-sm, .btn.blue-chambray.btn-xs, .btn.blue-dark.btn-xs {
        padding: 6px 12px 6px 12px !important;
        border-radius: 4px !important;
    }

.btn.btn-primary, .btn.btn-default, .btn.btn-danger, .btn.btn-success, .btn.btn-warning, .btn.btn-info {
    padding: 8px 15px 8px 15px !important;
    border-radius: 6px !important;
    height: auto !important;
}

.btn.btn-sm {
    border-radius: 5px !important;
}

.btn-novo.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #3598dc;
    border-color: #3598dc;
}

.btn.btn-icon-only {
    border-radius: 6px !important;
}

.btn.blue.btn-circle, .btn.green.btn-circle, .btn.blue-chambray.btn-circle, .btn.blue-dark.btn-circle {
    padding: 6px 12px !important;
}

#bt-upload {
    margin-top: 10px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    background: #fff;
    color: #4B77BE !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

    #bt-upload i {
        margin-right: 8px;
        font-size: 18px;
    }

    #bt-upload:hover {
        opacity: 0.8;
    }

.bt-central {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    background: #fff;
    color: #444444 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

    .bt-central i {
        margin-right: 8px;
        font-size: 18px;
    }

    .bt-central:hover {
        opacity: 0.8;
    }

.bt-central-block {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    background: #fff;
    color: #444444 !important;
    font-weight: 600;
    display: block;
    align-items: center;
    transition: all 0.3s;
}

    .bt-central-block i {
        margin-right: 8px;
        font-size: 18px;
    }

    .bt-central-block:hover {
        opacity: 0.8;
    }

.bt-central-primary {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    background: #3F80FF;
    color: #fff !important;
    font-weight: 600;
    align-items: center;
    transition: all 0.3s;
}

    .bt-central-primary i {
        margin-right: 8px;
        font-size: 18px;
    }

    .bt-central-primary:hover {
        opacity: 0.8;
    }

.subcard {
    padding: 20px 20px;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    margin: 20px 0px;
}

    .subcard .subcard-body {
    }

.bg-gray {
    background-color: #f8f8f8;
}


.button-text-certidao {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: solid 1px #DCDCDC;
    border-radius: 4px !important;
    width: 100%;
    padding: 18px 16px;
    color: #444444;
    margin-bottom: 2rem;
    background-color: #fff;
}
    .button-text-certidao:hover {
        text-decoration: none;
        background-color: #f3f4f6;
        color: #444444;
    }

    .button-text-certidao i {
        font-size: 20px;
        margin-bottom: 6px;
    }

.modelo-certidao-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 232px;
    border: solid 1px #DCDCDC;
    border-radius: 4px !important;
    width: 100%;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}
    .modelo-certidao-item:hover {
        text-decoration: none;
        background-color: #f3f4f6;
        color: #444444;
    }

    .modelo-certidao-item i {
        font-size: 20px;
        color: #a19f9f;
        margin-bottom:6px;
    }

    .modelo-certidao-item.active {
        text-decoration: none;
        border: 2px solid #3F80FF !important;
    }

        .modelo-certidao-item.active i {
            color: #3F80FF !important;
        }

@media only screen and (max-width: 576px) {
    .modelo-certidao-item a {
        height: 100px;
    }
}



.modal-modelo-certidao.modal-dialog {
    width: 90%;
}

@media only screen and (min-width: 1200px) {
    .modal-modelo-certidao.modal-dialog {
        width: 70%;
    }
}



@media only screen and (min-width: 576px) {
    .modal-modelo-certidao.modal-dialog {
        max-width: none !important;
    }
}

.certidao-editor {
    background-color: #F8F8F8;
    
    padding-top: 26px;
}

    .certidao-editor .ql-toolbar.ql-snow + .ql-container.ql-snow {
        height: 1025px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button a {
        padding: 10px 15px !important;
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
        background: #fff !important;
        color: #444444 !important;
        font-weight: 600 !important;
        transition: all 0.3s;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 25px !important;
}

.ql-toolbar.ql-snow, .ql-editor {
    background-color: #fff;
}


.info-input-div .bt-info-info {
    position: absolute;
    top: -6px;
    margin-top: 0px;
    background: unset;
    z-index: 2;
    color: #000 !important;
    right: 10px;
}

.info-input-div .bt-info-info:hover {
    color: #ccc !important;
}

.info-input-div .bt-info-popup {
    display: none;
    position: absolute;
    top: 50px;
    right: 8px;
    font-size: 12px;
    padding: 7px;
    color: #fff;
    background-color: #777;
    z-index: 8;
    border-radius: 3px !important;
}

