﻿.modal-title {
    font-size: 16px;
}

.bg-emphasis {
    background-color: #f3e7c4 !important;
}

.sombra {
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.15);
}

*:disabled, .disabled {
    cursor: not-allowed !important;
}

#page-top {
    background-color: #ccc;
}

#divConteudoPrincipal {
    background-color: #ccc;
}

    #divConteudoPrincipal .card {
    }

        #divConteudoPrincipal .card .card-header {
            background-color: #fff;
        }

        #divConteudoPrincipal .card .card-body {
            background-color: #fff;
        }

            #divConteudoPrincipal .card .card-body::-webkit-scrollbar {
                width: 20px;
            }

            #divConteudoPrincipal .card .card-body::-webkit-scrollbar-track {
                box-shadow: inset 0 0 5px grey;
                border-radius: 10px;
            }

            #divConteudoPrincipal .card .card-body::-webkit-scrollbar-thumb {
                background: #ccc;
                border-radius: 10px;
            }

.dropdown-menu {
    font-size: 13px;
}

    .dropdown-menu .dropdown-header {
        font-size: 13px;
    }


#contentPH {
}

    #contentPH .card-header {
        padding-top: 0;
    }

.table-custom {
    background-color: #fff !important;
}

#contentPH {
    padding-top: 0;
}

#divlogoAlt {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.div-circulo {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    z-index: 99999 !important;
    background: #f1f1f1;
    position: relative;
    opacity: 0.3;
}

.div-circulo-mobile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    z-index: 99999 !important;
    background: #f1f1f1;
    position: relative;
    opacity: 0.8;
}

.CloseX {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 17px;
    color: #787878;
    background-color: transparent;
    padding: 4px 8px;
    cursor: pointer;
}

.d-inline-flex-box {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
}

.table-bordered {
    border: 0px !important;
}

    .table-bordered th,
    .table-bordered td {
        border: 0px !important;
    }


.btn-cipa {
    font-family: dosis,sans-serif;
    font-weight: 700;
    position: relative;
    text-align: center;
    border: 1px transparent !important;
    background: 0 0;
    background-color: var(--a-a-btn-start-color-primary);
    border-radius: 10px !important;
    font-size: 16px;
    line-height: 1;
    padding: 11px 25px 13px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition-property: filter;
    transition-timing-function: ease;
    transition-duration: .3s;
    background-color: green !important;
    color: #ffffff !important;
    vertical-align: bottom;
    align-content: end;
}

    .btn-cipa:hover {
        background-color: var(--color-secundary) !important;
        background-image: none !important;
    }


.alinha-voto-centro {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    min-width: 249px;
    display: grid;
}

@media (min-width: 576px) {
    .alinha-voto-centro {
        max-width: 249px;
    }
}

@media (min-width: 768px) {
    .alinha-voto-centro {
        max-width: 249px;
    }
}

@media (min-width: 992px) {
    .alinha-voto-centro {
        max-width: 249px;
    }
}

@media (min-width: 1200px) {
    .alinha-voto-centro {
        max-width: 249px;
    }
}

.alinha-voto-centro-bn {
    text-align: center;
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin-top: 10px;
    min-width: 230px;
}

.alinha-voto-foto-cento {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 218px;
    height: 248.61px;
    background-color: #411e5a !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.voto-texto {
    margin-bottom: 15px;
    font-size: 16px;
    color: white;
    height: 45px;
}

.voto-texto-bn {
    margin-top: 25px;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

.alinha-voto-modal-texto {
    margin-bottom: 10px;
    font-size: 16px;
    color: black
}

.alinha-modal-voto {
    text-align: center;
    padding-left: 10px;
}

.titulo-candidato-modal {
    font-size: 18px !important;
    color: black !important;
}

.ico-spin {
    height: 64px;
    display: inline-block;
    transform: translateZ(1px);
    transform-style: preserve-3d;
    animation: ico-spin 2s infinite;
}

@keyframes ico-spin {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/* Início Panel Dashboards */

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

    .x_title .filter {
        width: 40%;
        float: right;
    }

    .x_title h2 {
        margin: 5px 0 6px;
        float: left;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .x_title h2 small {
            margin-left: 10px;
        }

    .x_title span {
        color: #BDBDBD;
    }

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

    .x_content h4 {
        font-size: 16px;
        font-weight: 500;
    }

.fixed_height_320 {
    height: 320px;
}

.panel_toolbox {
    float: right;
}

.panel_toolbox-ul {
    margin-right: -10px;
}

.panel_toolbox > li {
    float: left;
    cursor: pointer;
}

    .panel_toolbox > li > a {
        padding: 5px 5px 5px 5px !important;
        color: #C5C7CB !important;
        font-size: 14px !important;
    }

        .panel_toolbox > li > a:hover {
            background: #F5F7FA;
        }

        .panel_toolbox > li > a > i {
            position: relative;
            margin-right: 5px;
            margin-bottom: 5px;
        }

/* Fim Panel Dashboards */


.custom-file-input ~ .custom-file-label::after {
    content: "Procurar...";
}

.fit-min-width {
    min-width: 100%;
}

.min-width-220 {
    min-width: 220px;
}

.min-width-295 {
    min-width: 295px;
}

.min-height-154 {
    min-height: 154px;
}

.btn-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.btn-filter {
    width: 50px !important;
}

.bg-chk-td {
    min-width: 0px;
}

    .bg-chk-td::before {
        background-color: antiquewhite;
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.square {
    background-color: #AAAAAA;    
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

    .square img {
        width: 100%;
        height: 100%;
        padding: 1px;
        border: 1px solid rgba(52,73,94,.44);
        background: #fff;
    }


.circle {
    background-color: #AAAAAA;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

    .circle img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 1px;
        border: 1px solid rgba(52,73,94,.44);
        background: #fff;
    }

.img-responsive {
    width: 100%;
    height: auto;
}

.anuncio-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.btn-circ-close {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 3px;
    top: 3px;
    float: right;
    border: 1px solid #b95454;
    background-color: #F55555;
    color: #f1f0f0;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: -2px 1px 2px 0px #615555;
}



.div-anuncio {
    min-width: 238px;
    margin: auto;
    margin-top: 0px;
}

.fit-content {
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg-birthday {
    background: #d54d56;
}

.navbar-right {
    float: right !important;
}

.navbar-right-fixed-top {
    position: inherit !important;
}

.fixed-top {
    position: inherit !important;
    z-index: 1035;
}

}

.footer-emp {
    /*position: inherit !important;*/
    line-height: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
}

footer {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    footer {
        flex-direction: column;
    }

        footer .ladoB {
            display: none !important;
        }
}

footer .ladoA {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

#lblEmpresaLogada {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

#lblVersion {
    font-size: 10px;
    margin-right: 15px;
}

footer .ladoB {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-nav .nav-item .side-nav-link i {
    font-size: 15px !important;
}

body.fixed-nav {
    padding-top: 2px;
}

.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}

.efeito img {
    opacity: 1.0; /*esta linha é a que escurece a imagem*/
}

    .efeito img:hover {
        opacity: 0.7; /*esta linha é a que clareia a imagem*/
    }

.card-filtro {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    /* border-radius: 0.25rem; */
}

.card-header-filtro {
    padding: 0.4rem 0.55rem 0.15rem;
    margin-bottom: 0;
    /*background-color: #000000;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.container-fluid > .row {
    clear: both;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ea0000;
    border-radius: 10px;
}

.info-number .badge {
    font-size: 10px;
    font-weight: normal;
    padding: 3px 6px;
    position: absolute;
    top: 2px;
    margin-left: -17px;
}

.btn.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}

.mail_list .badge {
    padding: 3px 6px;
    font-size: 8px;
    background: #BAB7B7;
}

.user-profile {
    padding: 0px;
}

    .user-profile img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 1px;
        border: 1px solid rgba(52,73,94,.44);
        background: #fff;
    }

.user-foto {
    padding: 0px;
}

    .user-foto img {
        width: 112px;
        height: 112px;
        border-radius: 50%;
        padding: 1px;
        border: 1px solid rgba(52,73,94,.44);
        background: #fff;
    }

img {
    vertical-align: middle;
    border: 0;
}

.caption {
    background-color: #f1f1f1;
    padding: 5px;
    color: #5c5c5c;
}

.display-none {
    display: none !important;
}

.display-mobile {
    display: none;
}

.display-block {
    display: block !important;
}

.bg-color-dash {
    background-color: #d9e0e7 !important;
}

.display-nonmobile {
    display: inline;
}

.logo-emp-size {
    max-width: 271px;
    max-height: 55px;
    min-width: 271px;
    min-height: 55px;
    margin: -0.5rem -1rem !Important;
}

.img-full {
    width: 100%;
    height: 100%;
}

.navbar-right-fixed-top {
    position: fixed !important;
    top: 8px;
    right: 0;
    z-index: 1030;
}

.sidenav-filter {
    width: 0;
    right: 0;
    transition: 0.5s;
}

    .sidenav-filter a {
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav-filter a:hover {
            color: #f1f1f1;
        }

    .sidenav-filter .closebtn {
        position: absolute;
        top: 10px;
        right: 25px;
        margin-top: 0px;
        font-size: 25px;
    }

.img-logo {
    cursor: default;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .img-logo:hover {
        opacity: 1;
        cursor: pointer;
    }

.bg-filtro {
    top: 0px !important;
    border: solid;
    border-color: #d8d8d8;
    border-width: 1px;
    background-color: white;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.loading {
    opacity: 0.5;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.font-size17 {
    font-size: 17px !important;
}

#accordion_search_bar_container {
    position: relative;
}

    #accordion_search_bar_container :after {
        content: '\e003';
        font-family: Glyphicons Halflings;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }


.meulink {
    display: inline;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #007bff !important;
}

    .meulink:hover {
        text-decoration: underline;
    }

    .meulink:disabled {
        text-decoration: underline;
        color: #818181 !important;
    }

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}


@media screen and (max-width: 992px) {

    .navbar-sidenav li a {
        padding-left: 20px !important;
    }

    .graph-height {
        height: 350px;
    }

    .btn-width {
        min-width: 100%;
    }

    .display-mobile {
        display: inline;
    }

    .display-nonmobile {
        display: none !important;
    }

    .img-header {
        margin: 0px;
        width: 100%;
    }

    .navbar-right-fixed-top {
        position: inherit !important;
    }

    .fit-height {
        height: 100%;
        margin: 0rem !Important;
    }

    .fit-width {
        max-width: 100% !Important;
    }

    .container-filtro {
        position: fixed;
        width: 0px;
        padding-right: 0px;
        margin-left: auto;
        /*margin-top: -161px;*/
        top: 0px;
        height: 100%;
        overflow: auto;
        padding: 0px;
        z-index: 99999;
    }

    .container-filtro-fit-width {
        width: 100% !Important;
    }

    .search-config {
        width: 200px !important;
    }
}

.top-div-min-height {
    min-height: 235px;
}

@media screen and (min-width: 992px) {
    .graph-height {
        height: 350px;
    }

    .table td, .table th {
        padding: 0.45rem;
    }

    .btn-width {
        min-width: 240px;
    }

    .btn-width-grid {
        min-width: 118px;
    }

    .img-header {
        margin: 0px;
        width: 100%;
        max-height: 112px;
    }

    .navbar-right-fixed-top {
        margin-top: 0px;
        position: absolute !important;
    }

    .fit-height {
        height: 535px;
    }

    .fit-width {
        max-width: 468px !Important;
    }

    .container-filtro {
        position: absolute;
        width: 0px;
        padding-right: 0px;
        margin-left: auto;
        top: 0px;
        height: calc(100vh);
        overflow: auto;
        padding: 0px;
        z-index: 99999;
    }

    .container-filtro-fit-width {
        width: 400px !Important;
    }



    footer.sticky-footer {
        min-width: 0px;
    }
}

.footer-sticky-footer-login {
    position: absolute;
    /* right: 0; */
    bottom: 0;
    width: 100% !important;
    height: 56px;
    background-color: #fff;
    line-height: 55px;
}

.menu-span {
    margin-left: 10px;
}

@media screen and (max-width: 992px) {
    .selected-menu {
        padding-left: 20px !important;
    }
}

/* *****SCROLLBAR***** */

@media screen and (max-width: 992px) {
    ::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
    }

    /* trilho */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 0px;
    }

    /* bagulhinho de movimentar */
    ::-webkit-scrollbar-thumb {
        background: #3497da8f !important;
        border-radius: 0px;
    }

        /* mouse pra cima do bixo */
        ::-webkit-scrollbar-thumb:hover {
            background: #3497da8f;
        }

    #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
        content: '\f105';
        margin-right: 5px;
    }
}

::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

/* trilho */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /*border-radius: 10px;*/
}

/* bagulhinho de movimentar */
::-webkit-scrollbar-thumb {
    background: #8888888f;
    /*border-radius: 10px;*/
}

    /* mouse pra cima do bixo */
    ::-webkit-scrollbar-thumb:hover {
        background: #3497da8f;
    }

/* *****SCROLLBAR FIM***** */
