a {
    cursor: pointer;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    width: 64px;
    height: 64px;
}

.modal-body {
    background: #f7f7f7;
}

.btn-group, .btn-group-vertical {
    position: inherit;
}

.form-group {
    min-height: 80px;
    margin-bottom: 0px;
}

.titulo-full {
    background: #70da64;
    color: #fff;
    padding: 10px;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading:before {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    content: "";
    border: 5px solid #fff;
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ativar-pagina {
    overflow: hidden;
    min-width: 120px;
}

.ativar-pagina .check-paginas {
    width: 0px;
    height: 0px;
    opacity: 0;
}

.ativar-pagina.selecionado {
    background-color: #008d4c;
    -webkit-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.325);
    -moz-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.325);
    box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.325);
}

.nome-campo {
    font-weight: 700;
    font-size: 16px;
}

#imgMiniatura {
    width: 40px;
}

#alerta {
    position: fixed;
    z-index: 1150;
    top: 0;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    margin-left: -45%;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.capitalize {
    text-transform: capitalize;
}

.popup-parada {
    position: absolute;
    display: none;
    right: 0px;
    bottom: 0;
    width: 600px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
    max-height: 370px;
    overflow: auto;
    box-sizing: border-box;
    z-index: 100;
}

.fechar-parada, .fechar-parada:hover {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    cursor: pointer;
}

.obrigatorio {
    color: red;
    font-size: 14px;
}

.p-obrigatorio {
    color: red;
    font-size: 11px;
    display: block;
    width: 100%;
    margin-top: -10px;
}

.pl-15 {
    padding-left: 15px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.uploader div.browser span {
    margin-top: 7px;
    float: left;
    width: 100%;
}

.uploader div.browser label {
    padding: 3px 0px;
}

.uploader {
    padding: 35px 0px;
    margin-bottom: 0px;
}

#cli_logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 110px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.espaco-logo {
    width: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
}

.preview-logo {
    width: 80px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: center;
    background-size: cover;
    background-image: url(../../img/geral/logo-default.png);
    background-repeat: no-repeat;
}

#acaoLogo {
    display: block;
    width: 100%;
    background: #6195d8;
    color: #fff;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 2px;
    position: absolute;
    left: 0;
}

.lista-img {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0px;
}

.lista-img li {
    padding: 10px;
}

/* Always set the map height explicitly to define the size of the div
            * element that contains the map. */
#mapa {
    height: 350px;
    width: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 500px;
    margin-top: 10px;
    height: 31px;
    border: 1px solid #fff;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    max-width: 100% !important;
}

.select2-selection__rendered {
    max-width: 97%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px;
    vertical-align: middle;
}

.logo-impressao {
    display: none;
}

.logo-cliente {
    height: 40px;
    margin-top: -4px;
}

.arquivo {
    height: 36px;
}

div#search {
    background-color: white;
    width: auto;
    height: auto;
    padding: 10px;
    position: relative;
}

div#search input {
    width: 100%;
    padding: 5px 30px 5px 8px;
    box-sizing: border-box;
}

div#search ul#results {
    position: absolute;
    z-index: 10;
    background: #fff;
    list-style: none;
    margin-bottom: 0px;
    width: calc(100% - 10px);
    margin-left: -10px;
    margin-bottom: 0px;
    padding: 0;
    margin-top: 10px;
}

div#search ul#results li {
    cursor: pointer;
    padding: 10px;
    border-top: 1px solid #ccc;
}

div#search ul#results li:last-child {
    border-bottom: 1px solid #ccc;
}

div#search ul#results mark {
    padding: 0;
    background-color: #ffffff;
    text-decoration: underline;
}

#buscandoEndereco {
    position: absolute;
    -webkit-animation: spin 0.6s linear infinite;
    -moz-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    font-size: 16px;
    right: 20px;
    top: 16px;
    color: #909090;
    display: none;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 2px 4px;
    font-size: 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 12px;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    margin-top: 0px;
}

.form-group span.error{
    font-size: 12px;
    color: red;
    margin-bottom: 4px;
    display: block;
    width: 100%;
}

.select2-container .select2-selection--multiple{
    min-height: 34px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

.label-table{
    display: block;
    margin: 5px auto;
    width: 100%;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

@media print {
    .logo-impressao {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .hide-print {
        display: none;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-size: 10px;
    }
    .box-header.with-border, .box {
        border-top: 0px;
    }
    .dataTables_filter, .dataTables_info {
        display: none !important;
    }
}

input.form-control.particula-input-codigo-2fa {
    width: 40px;
    margin: 4px;
    text-align: center;
    font-size: large;
}

.wrapper-particulas-input-2fa {
    display: flex;
    justify-content: center;
    overflow: scroll;
    padding: 10px 0 0 10px;
}