@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('css/fontes/fira-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('css/fontes/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('css/fontes/fira-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('css/fontes/fira-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('css/fontes/fira-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('css/fontes/fira-sans-v16-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('css/fontes/fira-sans-v16-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('css/fontes/fira-sans-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('css/fontes/fira-sans-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
        url('css/fontes/fira-sans-v16-latin-500.woff') format('woff'), /* Modern Browsers */
        url('css/fontes/fira-sans-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
        url('css/fontes/fira-sans-v16-latin-500.svg#FiraSans') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('css/fontes/fira-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('css/fontes/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('css/fontes/fira-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('css/fontes/fira-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
        url('css/fontes/fira-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('css/fontes/fira-sans-v16-latin-700.svg#FiraSans') format('svg'); /* Legacy iOS */
}

::-webkit-scrollbar {
    width: 4px;
}
html{
    scroll-behavior: smooth;
}

.sortable tbody tr:nth-child(odd){
    background-color: rgba(218, 218, 218, 0.16);
}

.d-none2{
    display: none !important;
}

body{
    font-family: 'Fira Sans';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: 16px;
    background-color: #EFF0F4;
}

.swal2-styled.swal2-deny{
    background: green !important;
}

.ui-widget.ui-widget-content{
    background: #F5F7FA;
    padding: 4px 10px;
    border-radius: 10px;
    border-color: transparent !important;
    background: #F5F7FA;
}

.ui-autocomplete{
    z-index: 1051;
}

.ui-autocomplete li.ui-menu-item a{
    float: left;
    width: 100%;
    font-size: 1rem;
}

ul.tagit input[type="text"]{
    font-size: 1rem;
}

ul.tagit li.tagit-choice-editable{
    font-size: 1rem;
}

.cursor-pointer{
    cursor:pointer;
}

.sortable th{
    background: unset;
}

.videotutorial{
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 1000;
}

#painel-fixo{
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: #EFF0F4;
}

.swal2-container{
    z-index: 10500 !important;
}

#notificacao-toggle{
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0px 3px 6px rgba(92, 109, 137, .23), 0px 3px 6px rgba(92, 109, 137, .12);
    right: -100%;
    transition: all 0.6s;
}

#notificacao-toggle.ativada{
    right: 0;
    display: block;
    overflow-y: hidden;
}

#notificacao-toggle .iconeFechar{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100;
}

#notificacao-toggle .marcarTodas{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    border-top: solid 1px #ddd;
}

#notificacao-retorno{
    overflow-y: scroll;
}

#notificacao-retorno .sinalNotificacao{
    top: 15px;
    right: 15px;
}

#notificacao-retorno .semNotificacao{
    border-radius: 5px;
    padding: 15px 30px;
    margin-top: 65px;
    text-align: center;
}

#notificacao-retorno .semNotificacao h6{
    font-weight: 300;
    font-size: 0.8rem;
}

#notificacao-retorno .semNotificacao .sem-mencoes{
    width: 280px;
    margin-bottom: 1rem;
    box-shadow: 0px 1px 2px rgba(92, 109, 137, .24), 0px 3px 3px rgba(92, 109, 137, .12);
    border: solid 1px transparent;
    border-radius: 6px;
}

#espaco-topo{
    height: 110px;
}

.preloader{
    background-color: transparent;
    top: 0;
    margin-right: auto;
    transition: padding 0.2s;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    z-index: 15000;
}

.preloader .loader{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    margin: auto;
}

.modal{
    z-index: 10000;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* GERAL */

img{
    width: 100%;
    height: auto;
}

.position-relative{
    position: relative;
}

.margin-bottom15{
    margin-bottom: 15px;
}

.foto img{
    object-fit: cover;
}
a.linkPadrao, .linkPadrao{
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.1);
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 12px;
}

.select-pure__select{
    min-height: 38px;
}

.mtop1{
    margin-top: 50px;
}

/* FORMULÁRIOS */
label{
    font-weight: 500;
    font-size: 18px;
    color: #0A071B;
    margin: 10px 0;
}
.form-control{
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    height: 60px;
    padding: 12px 25px;
    margin-bottom: 20px;
}

.form-control.form-atividades-listagem{
    height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.formsubmit{
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    padding: 12px;
    text-align: center;
    height: 60px;
    color: #fff;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.1);
    border-radius: 8px;
    margin: 25px 0;
}

label.checkboxDefault{
    font-size: 14px;
    line-height: 20px;
    margin: -1px 10px 0 0px;
    vertical-align: middle;
}
.checkboxDefault {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 13px;
}
.checkboxDefault input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #808080;
    border-radius: 5px;
}
.buscaMenu .control_indicator {
    background: none;
}
.control_indicator2{
    border-radius: 5px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.checkboxDefault input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.checkboxDefault input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.imagemPerfil{
    border: 1px solid #C0C6CF;
    border-radius: 18px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.bloco .imagemPerfil h6{
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    color: #0A071B;
    margin-top: 0px;
    margin-bottom: 0;
}
.fotoPerfil{
    margin: 0 20px;
}
.fotoPerfil img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.campoArquivo label {
    cursor: pointer;
    padding: 9px 30px;
    border-radius: 6px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
    margin-top: 5px;
}
.campoArquivo2 label {
    min-width: 220px;
}
#infoArquivoCurriculo{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.5px;
    color: #9B9B9B;
    margin-left: 15px;
}
.selecao-cores {
    list-style: none;
    padding: 0;
    display: block;
    width: 400px;
    margin: 0 0 30px 0;
}
.selecao-cores:after {
    content: "";
    clear: both;
}
.selecao-cor {
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 70px;
}

.selecao-cor .checador{
    position: absolute;
    height: 20px;
    left:0;
    right: 0;
    top: 23px;
    display: none;
}

.selecao-cor.ativo .checador{
    display: block;
}

.selecao-cor label {
    background-color: #efefef;
    width: 66px;
    height: 46px;
    cursor: pointer;
    display: block;
    left: 2px;
    top: 0px;
    position: absolute;
    text-indent: -9999999;
    white-space: nowrap;
    border-radius: 9px;
}
.selecao-cores input:checked + label:after {
    content: "";
    background: url(images/icone-selecao.svg);
    filter: brightness(0) invert(1);
    top: 15px;
    display: inline-block;
    height: 16px;
    position: absolute;
    left: 25px;
    width: 17px;
}


/* LOGIN */
.wrapLogin{
    background-color: #ffffff;
}
.login{
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
}
img.logoLogin{
    width: 48px;
    height: auto;
    margin-bottom: 40px;

}
.login h1{
    font-weight: 700;
    font-size: 40px;
    color: #0A071B;
    margin-bottom: 10px;
}
.login h5{
    font-weight: 500;
    font-size: 16px;
    color: #4E6169;
    margin-bottom: 50px;
}
.linkPerfil{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #0A071B;
}
.linkPerfil a{
    color: #0A071B;
}

.imagemLogin{
    position: fixed;
    height: 100vh;
    width: 50vw;
    top: 0;
    right: 0;
    background-image: url(images/fundo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #0B83D9;
    background-blend-mode: multiply;
}
img.login1{
    position: relative;
    width: 80%;
    margin-left: 10%;
    max-width: 630px;
    margin-top: 20vh;
}
img.login2{
    position: absolute;
    top: 15vh;
    left: 10%;
    margin-top: 0px;
    animation: arteLogin1 3s infinite linear;
    max-width: 184px;
}
img.login3{
    position: absolute;
    top: 60vh;
    right: 2%;
    margin-top: 0px;
    animation: arteLogin1 4s infinite linear;
    max-width: 154px;
}
img.login4{
    position: absolute;
    top: 80vh;
    left: 5%;
    margin-top: 0px;
    animation: arteLogin1 4s infinite linear;
    max-width: 122px;
}
@keyframes arteLogin1{
    0%  {
        margin-top: 0px;
    }
    20% {
        margin-top: 10px;
    }
    40% {
        margin-top: 0px;
    }
    60% {
        margin-top: -10px;
    }
    100%{
        margin-top: 0px;
    }
}
.imagemLogin h3{
    margin-top: 70px;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
}
.infoLegal{
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #9AADB5;
    margin-top: 80px;
}
.selectPerfil{
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.perfilButton{
    height: 130px;
    border: 1px solid #9AADB5;
    border-radius: 8px;
    text-align: center;
    padding: 20px 20px;
    margin: 15px 2% 25px 1%;
    width: 45%;
    position: relative;
}
.perfilButton .foto img{
    max-height: 80px;
    max-width: 100px;
}
.perfilButton .linkPadrao{
    position: absolute;
    bottom: -20px;
    width: 80%;
}


/* Modal e Submenus */
.boxModalClosed{
    position: absolute;
    display: none;
    z-index: 1000;
    box-shadow: 0px 6px 13px 5px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 15px;
    border-radius: 18px;
    min-width: 200px;
    text-align: left;
}
.boxModalClosed.boxModalAberto{
    display: block
}

.modal-ordena-topico .item{
    border: solid 2px #CCC;
    border-radius: 5px;
    text-align: center;
    padding: 15px 8px;
    margin-bottom: 2rem;
    height: 100%;
}

.opcaoMoeda{
    width: 100%;
    border-radius: 5px;
    background: transparent;
    border-bottom: 1px solid #efefef;
    padding: 5px;
}
.opcaoMoeda:hover,
.opcaoMoeda.ativo{
    background-color: #efefef;
    cursor: pointer;
}
.openBoxFiltro{
    cursor: pointer;
}

#modalEtiqueta,#modalEtiqueta2{
    z-index: 2500 !important;
}

.modal h1, .modal .h1{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #32404B;
    margin-bottom: 0;
}
.modal h4{
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #9AADB5;
    margin-bottom: 0;
}
.modal h5{
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #32404B;
    margin-bottom: 0;
    margin-top: 15px;
}
.modal hr{
    background-color: #9AADB5;
    margin: 25px 0;
}
.modal .participantesLista{
    width: 100%;
}
.modal .participantesLista span{
    color: #32404B;
    margin-left: 5px;
    margin-right: 0;
}
.modal p{
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #32404B;
    margin: 10px 0 30px 0;
}

.modal ol, .modal li{
    font-size: 11px;
}

.ctaDefault{
    border: none;
    background: none;
    padding: 0;
}
.ctaDefault img{
    width: 18px;
}

.boxInfo{
    padding: 20px 0px;
    border: 1px solid #32404B;
    border-radius: 18px;
    margin: 10px 0 30px 0;
}
.boxInfo h4{
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #32404B;
    padding-left: 25px;
}

.boxInfoGrafico{
    text-align: center;
}
.boxInfoGrafico h4{
    padding-left: 0;
    font-size: 12px;
    line-height: 20px;
}

.modalForm .boxInfo h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #3e3e3f;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 0;
}

.conteudoDash{
    display: block;
    width: 70%;
    margin-left: 15%;
}
.legendagrafico{
    padding: 30px 0 0 0px;
    vertical-align: top;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.legendinha{
    margin: 10px 0 10px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #9AADB5;
    display: flex;
    align-content: center;
    justify-content: center;
}
.legendinha span{
    width: 7px;
    height: 7px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-top: 3px;
}
.legendinha:last-child span{
    background: #C0C6CF;
}

/* Header / Menu Topo */
.barraTopo{
    border-radius: 12px;
    position: relative;
    width: 100%;
    height: 90px;
    margin: 10px 0px;
    padding: 8px 15px;
}

.barraTopo.fechado{
    width: 100%;
}

.col-logo{
    width: 218px;
}

.col-empresa{
    width: 285px;
    margin-left: 30px;
}

.col-notificacoes{
    width: calc(100% - 850px);
}

.logo{
    padding: 15px 0;
    text-align: center;
}
img.logoD,
img.logoM{
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
}
img.logoD{
    
    max-width: 152px;
    margin-left: 35px;
    margin-right: auto;
}
img.logoM{
    filter: brightness(0) invert(1);
    width: 35px;
}
.empresaSec{
    position: relative;
}
.empresaMenu{
    height: 60px;
    margin: 7px 0;
    width: 100%;
    max-width: 350px;
    padding: 22px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}
.empresaMenu img.logoEmpresa{
    width: 50px;
    height: 50px;
    margin: 0 10px;
    float: left;
    object-fit: contain;
    position: relative;
    top: -18px;
}

.empresaMenu .nomeempresa {
    width: calc(100% - 88px);
    margin-top: -7px;
    overflow: hidden;
    height: 30px;
}

.empresaMenu span{
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0;
}
.empresaMenu img.iconeEmpresaMenu{
    width: 12px;
    position: absolute;
    right: 20px;
    top: 25px;
    filter: brightness(0) invert(1);
}
.optionEmpresa{
    display: block;
    background: #fff;
    padding: 5px 5px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
}

.optionEmpresa:after{
    content: ' ';
    width: 180px;
    height: 1px;
    background-color: #4E6169;
    position: absolute;
    bottom: 0;
    left: 0;
}

.optionEmpresa:hover{
    transform: translateX(10px);
    font-weight: bold;
}

.optionEmpresa:first-child{
    padding-top: 0;
}

.optionEmpresa:last-child:after{
    border-bottom: none;
}
.imgEmpresa, .imgEmpresa2{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}
.imgEmpresa img{
    width: 30px;
    height: 30px;
    object-fit:contain;
}

.imgEmpresa2{
    width: 11px;
    top: -1px;
    font-size: 14px;
}

.imgEmpresa2 img{
    width: 12px;
    height: auto;
    transform: rotate(270deg);
}

.nomeEmpresa{
    color: #32404B;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
}
.selecionarEmpresa{
    width: 100%;
    max-width: 350px;
    max-height: 70vh;
    overflow-y: scroll;
    padding-left: 30px;
}
.busca{
    border: solid 1px #FFF;
    border-radius: 12px;
    height: 60px;
    width: 100%;
    padding: 12px 20px;
    margin: 7px 0;
}
.form-busca{
    background: none;
    color: #fff;
    border: none;
    width: 70%;
    display: inline-block;
    height: 35px;
    font-size: 12px;
    padding-left: 10px;
}
.form-busca::placeholder {
    color: #fff;
    font-size: 12px;
}
.form-busca:focus-visible {
    outline: none;
}
.form-busca-submit{
    background: none;
    border: none;
    text-align: center;
    border-radius: 4px;
    height: 32px;
    width: 32px;
    float: right;
    filter: brightness(0) invert(1);
}
.form-busca-submit:hover{
    border-color: var(--roxo);
    background: var(--roxo);
}
.buscaLupa{
    filter: brightness(0) invert(1);
    width: 25px;
    float: right;
    margin-right: 20px;
}
.modalSearch{
    width: 96%;
    margin: 0 2%;
    top: 140px;
}
.modalSearch .form-busca{
    border-bottom: 1px solid #179681;
    width: 80%;
}
.modalSearch .form-busca::placeholder {
    color: #fff;
    font-size: 12px;
}
.modalSearch .form-busca-submit{
    filter: none;
}
.optionsMenu{
    height: 50px;
    float: right;
    margin-top: 12px;
    position: absolute;
    right: 0;
}
a.avatar{
    display: inline-block;
    vertical-align: middle;
}
a.avatar:hover{
    text-decoration: none;
}
a.avatar img{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.nomeAvatar{
    display: inline-block;
    margin: 0px 0 0 10px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    color: #EFF0F4;
}
.nomeAvatar span{
    font-weight: 500;
    font-size: 14px;
    color: #EFF0F4;
    vertical-align: middle;
}
.notificacoes{
    width: 30px;
    position: relative;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.notificacoes img{
    width: 24px;
    height: auto;
    cursor: pointer;
}
.sinalNotificacao{
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #C83636;
    border-radius: 100%;
    right: 7px;
    top: 2px;
}
.iconeMenu{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 15px;
    cursor: pointer;
}
.menuKebab {
    width: 100%;
    max-width: 300px;
    right: 25px;
}
.menutxt {
    position: absolute;
    width: 65px;
    height: 230px;
    background-image: url(images/menu_txt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: -15px;
    top: 25px;
}
.menutxt.cliente{
    width: 46px;
    height: 168px;
    left: 7px;
}
ul.menuKebabList {
    list-style: none;
    padding: 25px 20px 0px 70px;
}
ul.menuKebabList li{
    border-bottom: 1px solid #4E6169;
    display: block;
}
ul.menuKebabList li:last-child{
    border: none;
}
ul.menuKebabList li a {
    font-size: 14px;
    line-height: 30px;
    color: #4E6169;
    padding: 15px 0;
    display: block;
}
ul.menuKebabList li:last-child a {
    color: #C63637;
}
ul.menuKebabList li a img {
    width: 36px;
    margin-right: 20px;
}
ul.menuKebabList li a:hover {
    background: #efefef;
    text-decoration: none;
}

/* Sidebar */
.sidebar{
    width: 235px;
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 110px;
    z-index: -1;
    background-color: #FFF;
    border-right: solid 1px #DDD;
    border-top: solid 1px #DDD;
    height: 100%;
    padding-left: 15px;
}

.sidebar.sidebar-right{
    right: 0;
    left: unset;
    z-index: 400;
    top:0;
    z-index: 9999;
    padding: 15px;
    max-width: 100%;
    width: 500px;
}

.sidebar nav{
    position: sticky;
}
.sidebar ul{
    list-style: none;
    padding-left: 0px;
}
.sidebar ul li{
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    display: block;
    margin: 10px 0;
    margin-top: 0;
}

.sidebar ul li .submenu{
    padding-left: 30px;
}

.sidebar ul li a{
    color: #9AADB5;
    display: block;
    padding: 10px 0;
}
.sidebar ul li a img{
    filter: brightness(0) saturate(100%) invert(67%) sepia(19%) saturate(223%) hue-rotate(152deg) brightness(99%) contrast(88%);
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.sidebar ul li a:hover,
.sidebar ul li a.ativo{
    text-decoration: none;
}
.sidebar ul li a:hover img,
.sidebar ul li a.ativo img{
    filter: brightness(0);
}
.iconeMenuMobile{
    z-index: 99;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -14px;
    top: 110px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    border-radius: 50%;
    border: solid 1px #CCC;
    background-color: transparent;
    transition: all 0.5s;
    cursor: pointer;
}

.iconeMenuMobile i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.iconeMenuMobile.sidebarMobileOpen{
    transform: rotate(180deg);
}
.sidebar.sidebarMobileOpen{
    position: fixed;
    background: #ffffff;
    border-radius: 0 40px 40px 0;
    width: 90vw;
    height: 100%;
    margin-left: 0;
}
.sidebar.sidebarMobileOpen ul{
    display: block;
}

.sidebar.escondeTexto{
    width: 58px;
}

.sidebar span{
    opacity: 1;
    height: auto;
}

.sidebar.escondeTexto span{
    opacity: 0;
    height: 0;
    display: none;
}

.conteudo.escondeTexto{
    padding: 20px 15px 20px 70px;
}

.corCancelar{
    color: #F00;
}

/* Conteudo */
.conteudo{
    width: 100vw;
    padding: 20px 15px 20px 245px;
    margin-right: 10px;
    transition: all 0.6s;
}
.bloco{
    background: #FFFFFF;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.1);
    border-radius: 18px;
    padding: 35px 30px;
    margin-bottom: 40px;
}

.blocoClean{
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px 30px 0 30px;
    margin-bottom: 20px;
}

.blocoAtividade{
    background-color: #ff78cb;
    margin-top: -10px;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-left: -10px;
    padding-top: 3px;
    margin-bottom: 5px;
}

.blocoConteudo{
    padding: 20px 0px 35px 0;
    border: 1px solid #9AADB5;
    border-radius: 18px;
    margin: 20px 0;
    padding-top: 0;
    overflow: hidden;
}
.cabecalhoBloco{
    display: flex;
    align-items: center;
    height: 55px;
}
.cabecalhoBloco h2{
    color: s#0A071B;
    margin-bottom: 0;
}
.bloco h2{
    font-weight: 500;
    font-size: 14px;

}
.bloco h3{
    font-weight: 500;
    font-size: 12px;
    color: #4E6169;
}
.bloco h4{

}
.bloco h5{

}
.bloco h6{
    font-weight: 500;
    font-size: 10px;
    color: #9AADB5;
}
.bloco h2 b,
.bloco h3 b,
.bloco h4 b,
.bloco h5 b,
.bloco h6 b{
    font-weight: 700;
}
.bloco h3 span{
    color: #9AADB5;
}
.bloco h3 img{
    width: 20px;
}

.conteudo-melhorias .bloco {
    height: 400px;
    overflow-y: scroll;
    margin-bottom: 30px;
    padding: 0;
}

.conteudo-melhorias .listaVisao .bloco {
    padding: 0px 30px;
    height: auto;
}

.conteudo-melhorias .cabecalhoBloco {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 30;
    border-bottom: solid 1px #DDD;
    padding: 0 17px;
}

.conteudo-melhorias .bloco  .ocultaGrade{
    right: 30px;
}

.conteudo-melhorias .bloco .gradeCabecalho{
    padding: 20px 25px;
}

#modalRelatorio .boxInfo{
    max-height: 420px;
    overflow-y: scroll;
}


.filtroBloco{
    float: right;
}
.filtroBloco form{
    display: inline-block;
    position: relative;
}
.filtroBloco form img {
    max-width: 20px;
    position: absolute;
    left: 20px;
}

.filtroBloco form img{
    top: 20px;
}

.blocoAtividade .filtroBloco form img{
    top: 12px;
}

.filtroBloco form img{

}

.filtroBloco form input{
    margin: 5px 5px;
    padding-left: 50px;
    max-width: 200px;
    height: 50px;
}
.filtroBloco form input::placeholder{
    font-weight: 400;
    font-size: 10px;
    line-height: 30px;
    color: #9AADB5;
}
.button1,
.button2,
.button3,
.button6{
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.1);
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    min-width: 120px;
    padding: 9px 20px;
    display: inline-block;
    margin: 5px 5px;
    height: 50px;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

.button6 {
    background: #ffffff;
    border: 1px solid #0f6355;
    padding: 7px 13px;
    min-width: auto;
}

.button3 {
    background: #C63637;
}
.button1:hover {
    filter: brightness(0.8);
    color: #ffffff;
}
.button2:hover {
    filter: brightness(0.8);
    color: #ffffff;
}
.button3:hover {
    background: #691516;
    color: #ffffff;
}

.button6:hover {
    background: #0f6355;
}
.button6:hover img {
    filter: brightness(0) invert(1);
}

.button1 img{
    max-width: 25px;
    margin-right: 15px;
}
.button2 img{
    max-width: 18px;
    margin-right: 15px;
}

.button6 img{
    max-width: 24px;
}

.filtroBloco2 {
    display: flex;
    float: none;
}
.filtroBloco2 .button1,
.filtroBloco2 .button2{
    width: 100%;
    padding: 9px 10px;
}
.filtroBloco2 .button1 img,
.filtroBloco2 .button2 img{
    max-width: 18px;
}

table.tabelaGeral{
    margin:  0;
    width: 100%;
}
table.tabelaGeral th{
    font-weight: 500;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    vertical-align: middle;
    border: none;
}
table.tabelaGeral td{
    color: #32404B;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    border: none;
    text-align: left !important;
}
table.tabelaGeral tbody tr{
    height: 85px;
}
table.tabelaGeral td a{
    font-weight: 500;
    font-size: 10px;
    text-decoration-line: underline;
    color: #3E73B0;
    display: block;
}

table.tabelaGeral td i{
    font-size: 16px;
}

.participantesLista{
    width: 110px;
    height: 32px;
    padding-left: 15px;
    display: grid;
    grid-template-columns: repeat(4,24px);
}


.participantesLista img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-left: -15px;
    display: inline-block;
    border: 1px solid #ffffff;
    vertical-align: middle;
    transition: all 0.7s;
}

.participantesLista img:hover ~img{
    transform: translateX(8px);
}

.participantesListaAdd{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-left: -10px;
    display: inline-block;
    border: 1px solid #ffffff;
    vertical-align: middle;
    text-align: center;
}
.participantesListaAdd img{
    border: none;
    width: 7px;
    margin: auto;
}
.participantesListaAdd:hover{
    filter: brightness(0.8);
    cursor: pointer;
}
table.tabelaGeral td .button1,
table.tabelaGeral td .button2,
table.tabelaGeral td .button3{
    margin: 0;
}
.blocoC1 .tabela{
    max-height: 600px;
}
.blocoC2 .tabela{
    max-height: 400px;
}
.tabela::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 5px;
}
.tabela::-webkit-scrollbar {
    width: 7px;
}
.tabela{
    overflow-y: auto;
    display: block;
}
.iconesBloco{
    margin-top: 15px;
}
.iconeBlocoInd{
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #9AADB5;
    margin-right: 40px;
}
.iconeBlocoInd img{
    width: 18px;
    margin-right: 10px;
}
.iconeBlocoInd a{
    text-decoration: underline;
    color: #3E73B0;
    font-size: 10px;
}
.button4{
    min-width: 250px;
    padding: 5px 20px;
    height: 40px;
}
.button4 img{
    width: 14px;
}
.button5{
    min-width: 250px;
    padding: 5px 20px;
    height: 40px;
    background-color: #ffffff !important;
}
.modal-content .button4,
.modal-content .button5{
    width: 100%;
}
.filtroBloco .participantesLista{
    text-align: right;
    padding-right: 10px;
}

.participantesLista span,.filtroBloco .tituloParticipantes{
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #9AADB5;
    margin-right: 20px;
    float: left;
}
.tooltip-inner {
    font-weight: 700;
    font-size: 9px;
    line-height: 10px;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 10px;
}
.bloco hr{
    background-color: #9AADB5;
    margin: 25px 0;
}
.buttonBig{
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.1);
    border-radius: 10px;
    padding: 60px 50px;
    height: 150px;
    width: 100%;
    max-width: 440px;
}
.buttonBig img{
    width: 25px;
    margin-right: 20px;
}
.buttonBig:hover{
    filter: brightness(0.8);
    cursor: pointer;
}
.boxDecisao{
    border: 1px solid #9AADB5;
    border-radius: 10px;
    padding: 20px 70px 20px 20px;
    height: 100%;
}

.bloco .assunto-edicao{
    display: flex;
    width: 45px;
    margin-bottom: 1rem;
}

.bloco .assunto-edicao img{
    height: 15px;
    cursor: pointer;
}

.boxDecisao .opcoes-edicao{
    position: absolute;
    top: 10px;
    right: 25px;
    display: flex;
}

.boxDecisao .texto{
    max-height: 125px;
    overflow: hidden;
}

.boxDecisao .opcoes-edicao img{
    height: 15px;
    cursor: pointer;
}

.boxDecisao h6{
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #9AADB5;
}
.boxDecisao p{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #9AADB5;
}

.boxDecisao ol, .boxDecisao li{
    font-size: 12px;
    color: #9AADB5;
}

.swiperControles{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
}

.swiper-slide{
    height: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.swiper-button-prev{
    left: 0px;
}
.swiper-button-next{
    right: 0px;
}

.swiper-decisoes .swiper-button-next,.swiper-decisoes .swiper-button-prev{
    border: solid 1px #ccc;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.modal-dialog{
    margin: 0.5rem;
}
.modal-body{
    box-shadow: 0px 6px 13px 5px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 15px;
}
.modalForm{
    padding: 40px 60px;
    position: relative;
    width: 75vw;
    left: 12vw;
}

.modalDadosAtividade .modalForm{
    width: 60vw;
    left: 20vw;
    min-height: 580px;
}

#modalDadosAtividade.abrindo{
    background-color: rgba(0,0,0,0.5);
    transition: opacity .15s linear;
}

#modalDadosAtividade.abrindo .modalForm::before{
    background-color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content:'';
    position: absolute;
    z-index: 500;
    background-image: url('images/preloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90px;
}


.modalForm h2{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #0A071B;
    text-align: center;
}
.modalForm h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #0A071B;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #4E6169;
}
.bloco h3 b{
    font-weight: 700;
}
button.close{
    position: absolute;
    top: 25px;
    right: 25px;
}
button.close img{
    width: 25px;
}
.voltarStep{
    position: absolute;
    top: 25px;
    left: 25px;
}
.voltarStep img{
    width: 25px;
}
.modal-content{
    background: none;
    border: none;
}
.navStep{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.steps{
    text-align: center;
    margin: 0;
    padding: 0 60px;
    position: relative;
}
.steps:before{
    content: '';
    opacity: 0.6;
    height: 1px;
    width: 100%;
    background-color: #9AADB5;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
}
.stepsNav1:before{
    width: 50%;
    left: 50%;
}
.stepsNav3:before{
    width: 50%;
}
.labelstep{
    background: #ffffff;
    border: 1px solid #9AADB5;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.labelstep span{
    font-size: 22px;
    line-height: 18px;
    letter-spacing: -1px;
    color: #ffffff;
    padding-top: 10px;
    display: block;
}
.steps.ativo .labelstep{
    cursor: pointer;
}
.modal-content label, .bloco label{
    color: #32404B;
    font-weight: 500;
    color: #32404B;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0;
}
.form-control2{
    background: #F5F7FA;
    border: 1px solid #ECEFF5;
    border-radius: 8px;
    height: 50px;
    padding: 12px 25px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.form-control2::placeholder {
    color: #C0C6CF;
    font-size: 12px;
}

.form-control2.form-range{
    font-size: 12px;
}

.form-control4{
    background: #ffffff;
    border: 1px solid #C0C6CF;
    border-radius: 8px;
    height: 50px;
    padding: 12px 25px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    color: #32404B;
}
.form-control4::placeholder {
    color: #C0C6CF;
    font-size: 12px;
}

textarea.form-control2{
    resize: none;
    height: 110px;
}

textarea.form-control2.textarea2{
    resize: none;
    height: 170px;
}
select.form-control{
    resize: none;
    height: 50px;
    font-size: 12px;
}

.boxOpcoesAdicionadas{
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #F5F7FA;
    border: 1px solid #ECEFF5;
}
.opcaoRemover{
    font-size: 13px;
    line-height: 20px;
    display: inline-flex;
    color: #ffffff;
    padding: 10px 30px 10px 15px;
    position: relative;
    margin: 5px 2px;

    border-radius: 4px;
}
.opcaoRemover span{
    position: absolute;
    right: 7px;
}

.boxOpcoesAdicionadas input[type=text]{
    border: none;
    background-color: transparent;
    outline: none;
    font-weight: bold;
    width: 100%;
}

.boxOpcoesAdicionadas .busca-participantes-geral{
    position: absolute;
    z-index:999;
    background-color: #FFF;
    left: 0;
    min-width: 250px;
}

.boxOpcoesAdicionadas .busca-participantes-geral::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 1.5em;
    border: 0.75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
}

.boxOpcoesAdicionadas .busca-participantes-geral .busca-participantes{
    padding: 20px 15px;
    margin: 0 0px;
    background-color: #FFF;
}

.boxOpcoesAdicionadas .busca-participantes-geral .busca-participantes.selected,.boxOpcoesAdicionadas .busca-participantes-geral .busca-participantes.active{
    background-color: #ddd;
}

.boxOpcoesAdicionadas .busca-participantes-geral .busca-participantes:hover{
    cursor: pointer;
    color: #FFF;
}

.boxOpcoesAdicionadas .busca-participantes .foto{
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.opcaoRemover span.excluir{
    cursor:pointer;
}

.painelStep{
    display: none;
}
.painelStep.ativo{
    display: block;
}
.labelForm{
    color: #32404B;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    margin-right: 15px;
}
.form-control3{
    display: inline-block;
    margin-right: 50px;
    width: 100px;
}
.dataInput{
    border-radius: 8px;
    color: #ffffff;
    width: 200px;
    display: block;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
form label.labelRadio{
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 0;
}
input[type=radio]{
    margin-top: 10px;
    border: 0px;
    width: 30px;
    height: 1.5em;
    vertical-align: bottom;
}
input[type=checkbox]{
    margin-top: 10px;
    border: 0px;
    width: 30px;
    height: 1.5em;
    vertical-align: bottom;
}
.hiddenField{
    display: none;
}
.fieldHid{
    display: none;
}
.fieldHid.ativo{
    display: block;
}
.checkboxDefault.checkView{
    padding-top: 0;
    margin-bottom: 20px;
}
.dataperiodo .dataInput{
    margin-top: 10px;
    margin-left: 30px;
}


/* Soluções */
.grade{
    border: 1px solid #4E6169;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 0 20px 0;
}
.grade.gradeActive{
    border: 1px solid #3e3e3f;
}
.gradeCabecalho{
    padding: 25px 40px;
    cursor: pointer;
    position: relative;
    position: relative;
}
.ocultaGrade{
    position: absolute;
    right: 50px;
    top: 30px;
}
.ocultaGrade img{
    filter: brightness(0) invert(0);
    transform: rotate(0deg);
    transition: all 0.2s;
}
.ocultaGradeFim{
    filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(4503%) hue-rotate(176deg) brightness(97%) contrast(66%);
}
.gradeCabecalho.gradeActive .ocultaGrade img{
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(40%) sepia(91%) saturate(398%) hue-rotate(120deg) brightness(99%) contrast(87%);
}
.gradeConteudo{
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: -10px;
    z-index: 0;
    position: relative;
    padding-bottom: 25px;
    display: none;
    height: 0;
    transition: all 0.2s;
}
.gradeConteudo.gradeActive{
    display: block;
    height: 100%;
}
.gradeNome{
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}
.gradeNome h4{
    font-weight: 500;
    font-size: 12px;
    color: #4E6169;
    margin-bottom: 0;
}
.gradeNome h4 span{
    color: #32404B;
    display: none;
}
.grade.gradeActive .gradeNome h4{
    color: #3e3e3f;
}
.grade.gradeActive .gradeNome h4 span{
    display: block;
}
.grade .gradeConteudo .button1{
    margin: -10px 0 0 40px;
    height: 40px;
    padding: 5px 20px;
    min-width: 145px;
}
.gradeSetor{
    display: inline-block;
    width: 15%;
    vertical-align: middle;
}
.gradeSetor h5{
    font-weight: 500;
    font-size: 12px;
    color: #0A071B;
    text-align: left;
    margin-bottom: 0;
}
.gradeSetor h5 span{
    font-size: 10px;
    color: #9AADB5;
}
.gradeStatus{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.btnStatusAceito{
    font-weight: 500;
    font-size: 10px;
    line-height: 30px;
    color: #1EC6B2;
    background: #E8F9F7;
    border: 1px solid #1EC6B2;
    border-radius: 100px;
    text-align: center;
    width: 90px;
}

.btnStatusAguardando{
    font-weight: 500;
    font-size: 10px;
    line-height: 30px;
    color: #FFF;
    background: #856404;
    border: 1px solid #856404;
    border-radius: 100px;
    text-align: center;
    width: 90px;
}

.btnStatusRecusado{
    font-weight: 500;
    font-size: 10px;
    line-height: 30px;
    color: #FFF;
    background: #C63637;
    border: 1px solid #C63637;
    border-radius: 100px;
    text-align: center;
    width: 90px;
}

.grade.gradeActive .gradeCabecalho .btnStatusAceito{
    color: #134908;
}
.btnStatusFim{
    font-weight: 500;
    font-size: 10px;
    line-height: 30px;
    color: #4E6169;
    background: #C0C6CF;
    border: 1px solid #C0C6CF;
    border-radius: 100px;
    text-align: center;
    width: 90px;
}

.buttonIcone{
    background: #32404B;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    margin: 2px 2px;
    border: none;
    display: inline-block;
    transition: all .3s;
}

.buttonIcone:hover{
    transform: scale(1.05);
    filter: brightness(0.8);
}

.buttonIconeVerde{
    background-color: #118370;
}

.buttonIcone2{
    background: #C63637;
}
.buttonIcone img{
    max-width: 20px;
}
.iconesButtons{
    width: 120px;
}
.grade .participantesLista{
    width: auto;
}
.grade table.tabelaGeral{
    margin-top: 30px;
}
.grade .control_indicator {
    border: 1px solid #3e3e3f;
}
.grade .checkboxDefault{
    margin-bottom: 20px;
}
.blocoConteudoInterno{
    overflow-y: auto;
    display: block;
    max-height: 600px;
    margin: 20px 0px 0 0;
    padding-right: 10px;
}

.conteudo-melhorias .blocoConteudoInterno{
    overflow-y: unset;
    max-height: unset;
}

.quantity {
    position: relative;
    margin-bottom: 30px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
.quantity input {
    width: 100px;
    height: 50px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    left: 55px;
    border: 1px solid #4E6169;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #4E6169;
}
.quantity input:focus {
    outline: 0;
}
.quantity-nav {
    position: relative;
    height: 42px;
    width: 80px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 160px;
    top: 0;
    border: none;
    background: #3e3e3f;
    color: #ffffff;
    font-weight: 500;
    font-size: 26px;
    border-radius: 8px;
}
.quantity-button.quantity-down {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    border: none;
    background: #3e3e3f;
    color: #ffffff;
    font-weight: 500;
    font-size: 26px;
    border-radius: 8px;
}
.quantity-button.quantity-down.numeroDesativado{
    border: 1px solid #cccccc;
    color: #cccccc;
}

img.iconeDoc{
    max-width: 24px;
    height: 24px;
    margin-right: 5px;
}
img.statusTabela{
    max-width: 19px;
    height: auto;
}
img.iconeInfo{
    width: 18px;
    height: auto;
    margin-left: 5px;
}
.btnStatusAceito2{
    font-weight: 500;
    font-size: 10px;
    line-height: 30px;
    color: #ffffff;
    background: #C0C6CF;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    padding: 0px 25px;
    margin: 0 5px 5px 0;
}

.linkDownload{
    border: 1px solid #32404B;
    border-radius: 4px;
    padding: 12px 20px;
    position: relative;
}
.linkDownload h5{
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #32404B;
    width: 90%;
    left: 0;
    display: inline-block;
    margin-top: 0;
    text-align: left;
}
.linkDownload h5 img{
    width: 24px;
    height: auto;
}
.linkDownload .buttonIcone{
    position: absolute;
    top: 5px;
    right: 20px;
}

.boxFiltroTab{
    background-color: #F5F8FF;
    padding:5px;
    border-radius: 8px;
    display: inline-block
}
.buttonFiltroTab{
    color: #4E6169;
    background: #F5F8FF;
    display: inline-block;
    text-align: center;
    width: 150px;
    font-size: 12px;
    font-weight: 600;
    padding: 13px 5px;
    cursor: pointer;
}

.buttonFiltroTab.isCinza{
    background: #AAA;
    color: #FFF;
    cursor: not-allowed;
}

.buttonFiltroTab.buttonActive{
    background: #3e3e3f;
    box-shadow: 0px 1px 11px rgba(37, 42, 61, 0.3);
    border-radius: 8px;
    color: #F5F8FF;
}
.menuTabHead.off{
    display: none;
}
.menuTabHead.on{
    display: block;
}
.blocoConteudo .form{
    padding: 10px 40px;
}
.blocoConteudo .form label{
    display: block;
}
.blocoConteudo .form .form-control3{
    width: 120px;
}
.blocoConteudo .form .form-control5{
    width: 200px;
    display: inline-block;
}
.blocoConteudo .form .button1{
    min-width: auto;
}
.blocoConteudo .form  .button1 img{
    margin: 0;
}
.buttonLigar span{
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #32404B;
}
.buttonLigar input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}
.buttonLigar label {
    cursor: pointer;
    text-indent: -9999px;
    width: 55px;
    height: 30px;
    background: grey;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    vertical-align: middle;
    margin: 0 10px;
}
.buttonLigar label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
.buttonLigar input:checked + label {
    background: #179681;
}
.buttonLigar input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}
.buttonLigar label:active:after {
    width: 40px;
}
.areaAtividades{
    position: relative;
}

#areaAtividades::-webkit-scrollbar{
    height: 8px;
    width: 8px;
}

.atividades{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
}

.painelAtividade{
    border-radius: 10px 10px 0px 0px;
    padding: 25px 0px;
    margin: 10px 5px;
    display: inline-block;
    width: 280px;
    height: auto;
    position: relative;
    white-space: initial;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,247,249,1) 30%);
    vertical-align: top;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
}
.headAtividade{
    position: sticky;
    padding: 5px 15px;
    z-index: 900;
    top: 0;
    background-color: #F2F4F6;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.headAtividade h4, .headAtividade .inputTitulo{
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #0A071B;
    margin-bottom: 0;
    border: none;
    width: 205px;
    background: transparent;
}
.headAtividade h5{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #9AADB5;
    display: flex;
    position: absolute;
    right: 25px;
    top: 12px;
}
.headAtividade h5 img{
    max-width: 14px;
    margin-right: 4px;
}
.menuAtividade img{
    height: 16px;
    cursor: pointer;
}
.blocoMenuAtividade{
    position: absolute;
    right: 8px;
    top: 8px;
}
.blocoMenuAtividade .boxModalClosed {
    right: 0;
}


.adicionarAtividade{
    position: relative;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    margin-top: 10px;
}

.adicionarAtividade .form-control-atividade{
    height: auto;
    border: none;
    outline: none;
}

.adicionarAtividade .form-control-atividade:focus{
    outline: solid 1px#DDD;
    box-shadow: unset;
}

.buttonAtividade{
    border-radius: 0px;
    color: #3e3e3f;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    min-width: 120px;
    padding: 5px 20px;
    display: block;
    margin: 0;
    height: auto;
    border: none;
    cursor: pointer;
    background: #F2F4F6;
    width: 275px;
    left: 0;
    bottom: 1px;
    z-index: 600;
    position: sticky;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.buttonAtividade:hover {
    background: #3e3e3f;
    color: #ffffff;
}
.buttonAtividade img{
    max-width: 18px;
    margin-right: 15px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(91%) saturate(374%) hue-rotate(120deg) brightness(96%) contrast(92%);
}
.buttonAtividade:hover img{
    filter: brightness(0) invert(1);
}

.cardEspecial{
    display: none;
    background: #fff;
    position: relative;
    padding: 10px 0;
    border-radius: 8px;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    z-index: 90000;
    left: 58px;
    right: 0;
    top: 75px;
    max-width: 500px;
    box-shadow: 0px 6px 13px 5px rgb(0 0 0 / 20%);
}

.cardEspecial .titulo{
    color: #000 !important;
    margin-top: 0 !important;
    margin-bottom: 15px;
    border-bottom: solid 1px #CCC;
    padding-bottom: 5px;
}

.cardEspecial .checkboxDefault.checkView{
    margin-left: 20px;
}

a.optionModal{
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 5px 5px;
    color: #212529;
    font-size: 14px;
}
a.optionModal:hover{
    background: #efefef;
    cursor: pointer;
    text-decoration: none;
}
.cardAtividade{
    background: #FFFFFF;
    border-radius: 18px;
    padding: 8px 22px 35px 22px;
    position: relative;
    margin: 8px 0;
    border: solid 1px #CCC;
    cursor: pointer;
}

.cardAtividade.atrasado{
    border-color: #BF0606;
}

.cardAtividade.finalizado{
    border-color: #20AE37;
}

.headCardAtividade h4{
    color: #32404B;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    width: 90%;
    display: block;
    height: 2.1rem;
    overflow: hidden;
}
.headCardAtividade h4 span{
    color: #9AADB5;
}

.cardAtividade.finalizado .dataAtividade  img,
.cardAtividade.atrasado .dataAtividade  img
{
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(129deg) brightness(102%) contrast(105%);
}

.dataAtividade{
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #9AADB5;
    margin-top: 25px;
}

.cardAtividade.busca-atividades{
    padding: 8px 15px 8px 15px;
}

.blocoCardsAtividades.scrollando{
    height: 100vh;
}

.blocoCardsAtividades .cardAtividade::last-child{
    margin-bottom: 40px;
    background-color: red;
}

.cardAtividade.busca-atividades .etiquetasAtividade {
    z-index: 100;
    position: relative;
    height: auto;
}

.cardAtividade.busca-atividades .etiquetasAtividade.cliquei .etiqueta{
    height: auto;
    width: auto;
    padding: 3px 2px;
    margin-bottom: 4px;
}

.cardAtividade.busca-atividades .etiquetasAtividade.cliquei .etiqueta span{
    display: block;
    font-size: 10px;
}

.cardAtividade.busca-atividades .etiquetasAtividade .etiqueta:hover{
    filter: brightness(0.6);
}

.cardAtividade.busca-atividades .classeInterna{
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.blocoCardsAtividades .descricaocomentario{
    color: #32404B;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    z-index: 200;
}

.blocoCardsAtividades .descricaocomentario img{
    height: auto;
    width: 15px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(414%) hue-rotate(164deg) brightness(95%) contrast(90%);
}

.blocoCardsAtividades .dataAtividade{
    position: relative;
    z-index: 700;
    left: 0px;
    cursor:pointer;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 75px;
    padding: 5px;
    height: 26px;
    border-radius: 5px;
}
.blocoCardsAtividades .participantesLista{
    justify-content: end;
    grid-template-columns: unset;
    grid-gap: 6px;
    grid-auto-flow: column;
}

.atrasado .dataAtividade{
    background-color: #BF0606;
    color: #FFF;
}

.finalizado .dataAtividade{
    background-color: #20AE37;
    color: #FFF;
}
.dataAtividade img{
    margin-right: 0px;
    width: 14px;
    position: relative;
    top: -1px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(414%) hue-rotate(164deg) brightness(95%) contrast(90%);
}

.finalizado .dataAtividade img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(17%) hue-rotate(6deg) brightness(112%) contrast(100%);
}

.cardAtividade .blocoMenuAtividade{
    right: 10px;
    top: 5px;
}

.cardAtividade .blocoMenuAtividade .menuAtividade{
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 400;
    position: relative;
}

#modalFrame .modal-body {
        height: 100vh;
    width: 100vw;
    left: 0;
}

.imagemFrame {
        position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.imagemFrame img {
      width: 100%;
            height: 100%;
            transition: transform 0.25s ease;
}

#imageFrame.scaled {
    transform: scale(1.5);
}

.etiquetasAtividade{
    height: 15px;
    width: 100%;
}
.etiqueta{
    background-color: #efefef;
    color: #ffffff;
    border-radius: 4px;
    height: 5px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    text-align: center;
    transition: all 0.2s;
}

.etiqueta .funcoesEtiqueta{
    position: absolute;
    right: 5px;
    top: 2px;
    filter: brightness(0) invert(1);
}

.etiqueta span{
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    height: 18px;
    display: none;
}

.etiquetaColor1{
    background: #DD3030;
}
.etiquetaColor2{
    background: #61BD4F;
}
.etiquetaColor3{
    background: #267bb2;
}
.blocoCardsAtividades{
    height: auto;
    display: block;
    background: transparent;
    padding: 0 10px 0px 10px;
    min-height: 40px;
}

.blocoCardsAtividades.barraRolagem{
    overflow-y: scroll;
}

.blocoCardsAtividades::-webkit-scrollbar-track {
    background-color: transparent;
}

.blocoCardsAtividades::-webkit-scrollbar-thumb{
    background-color: #BABABA;
}

.painelAtividade .button2{
    width: 220px;
    position: relative;
    left: 50%;
    margin-left: -110px;
}
.buttonEtiqueta{
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    color: #3e3e3f;
    float: right;
    width: 150px;
}


.buttonEtiqueta{
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    color: #3e3e3f;
    float: right;
    width: 150px;
    text-align: right;
    cursor: pointer;
}
.buttonEtiqueta img{
    max-width: 12px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(91%) saturate(374%) hue-rotate(120deg) brightness(96%) contrast(92%);
}
.buttonEtiqueta:hover{
    opacity: 0.7;
}
.etiquetaSelecionar{
    position: relative;
}
.etiquetaMenu{
    height: 53px;
    margin: 7px 0;
    width: 100%;
    padding: 11px 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}
.etiquetaMenu img.logoEtiqueta{
    width: 100%;
    max-width: 45px;
    height: auto;
    max-height: 20px;
    margin: 0 10px;
}
.etiquetaMenu span{
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    margin-left: 5px;
    color: #495057;
}

.etiquetaMenu span .colorirEtiqueta{
    border-radius: 8px;
    padding: 2px 8px;
    margin-right: 5px;
}

.etiquetaMenu span .colorirEtiqueta span{
    color: #FFF;
}

.etiquetaMenu img.iconeEtiquetaMenu{
    width: 12px;
    position: absolute;
    right: 20px;
    top: 25px;
    filter: brightness(0) invert(1);
}
.optionEtiqueta{
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 5px 5px;
}
.optionEtiqueta:hover{
    background: #efefef;
    cursor: pointer;
}
.corEtiqueta{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 6px;
}
.nomeEtiqueta{
    color: #32404B;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
}
.selecionarEtiqueta{
    width: 100%;
}
.modalEtiqueta hr{
    background-color: #9AADB5;
    margin: 25px 0;
    width: 100%;
    position: absolute;
    left: 0;
}
.modalEtiqueta .modalForm h2{
    margin-top: -17px;
    margin-bottom: 30px;
}
.modalConteudoAtividade{
    width: 60%;
    min-height: 500px;
}

.modalConteudoAtividadeDados {
    padding: 10px 10px;
    position: relative;
    right: auto;
    width: 100%;
    top: auto;
    border-radius: 14px 14px;
}

.modalConteudoAtividade .descricao{
    font-size: 12px;
    font-weight: 300;
}

.modalConteudoAtividadeDados .conteudo-especial{
    background-color: #FFF;
    width: 300px;
    text-align: center;
    margin: auto;
    position: absolute;
    z-index: 999;
}

.modalConteudoAtividadeDados .conteudo-especial .topo-especial{
    color: #000;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}

.modalConteudoAtividade .etiquetasAtividade {
    height: auto;
}
.modalConteudoAtividade .etiqueta{
    height: 30px;
    min-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    margin-bottom: 9px;
}
.modalConteudoAtividade .etiqueta span{
    display: block;
    line-height: 30px;
}
.modalConteudoAtividade h3{
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.modalConteudoAtividade h3 a{
    color: #4E6169;
    text-decoration: underline;
}
.modalConteudoAtividade h4{
    margin-bottom: 35px;
}
.modalConteudoAtividadeDados{
    padding: 50px 50px 50px 50px;
    position: absolute;
    right: 0;
    width: 40%;
    min-height: 100%;
    height: auto;
    top: 0;
    border-radius: 0 14px 14px 0;
    z-index: 1;
}
.modalDadosAtividade button.close {
    z-index: 5;
    filter: brightness(0) invert(1);
}
.modal .modalConteudoAtividadeDados h5 {
    color: #ffffff;
    margin-top: 35px;
}
.modalConteudoAtividadeDados .dataAtividade {
    color: #ffffff;
    margin-top: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}
.modal .modalConteudoAtividadeDados .participantesLista span {
    color: #ffffff;
}
.modalConteudoAtividadeDados .dataAtividade img{
    filter: brightness(0) invert(1);
}
.modalConteudoAtividadeDados .participantesLista img{
    border: none;
    margin-bottom: 10px;
    background-color: #FFF;
}
.modal .modalConteudoAtividadeDados .participantesLista{
    height: 42px;
}
.modalConteudoAtividadeDados .buttonEtiqueta{
    color: #ffffff;
    width: 150px;
    margin-top: 30px;
}
.modalConteudoAtividadeDados .buttonEtiqueta img{
    max-width: 17px;
    filter: none;
}
.modalConteudoAtividadeDados .buttonEtiqueta:hover{
    opacity: 0.7;
}
.modalConteudoAtividadeDados .row{
    position: relative;
}
.modalConteudoAtividadeDados .button1 {
    width: 48%;
    position: relative;
    bottom: 0px;
}

a.button1:hover{
    background: #0f6355;
    color: #ffffff;
    text-decoration: none;
}
.optDetalhes{
    display: none;
}
.optDetalhes.ativo{
    display: block;
}
.optNavDetalhes{
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #9AADB5;
    border-bottom: 3px solid #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 5px;
    margin-right: 30px;
}
.optNavDetalhes.ativo,
.optNavDetalhes:hover{
    color: #32404B;
    border-bottom: 3px solid #32404B;
    cursor: pointer;
}
.navDetalhesAtividade{
    margin: 10px 0;
    border-bottom: 1px solid #9AADB5;
    width: 120%;
    border-bottom: 1px solid #9AADB5;
    margin-left: -60px;
    padding-left: 60px;
}
.historicoAtividade{
    margin-bottom: 15px;
    display: flex;
}
.historicoAtividade img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius:50%;
}
.historicoAtividade .infoHistorico{
    background: #ECEFF5;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}
.infoHistorico h4{
    font-weight: 800;
    font-size: 11px;
    line-height: 20px;
    color: #9AADB5;
    margin-bottom: 0px;
    text-align: left;
}
.infoHistorico h3{
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #32404B;
    text-align: left;
    margin-top: 0;
    white-space: pre-line;
}
.infoHistorico h3 span{
    color: #3e3e3f;
    text-decoration: none;
}
.optDetalhes.optDetalhes2{
    margin-top: 40px;
}

.blocoDash{
    background: #FFFFFF;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.1);
    border-radius: 18px;
    padding: 15px;
    height: 100%;
}
.blocoDash h2{
    font-weight: 500;
    font-size: 14px;
    color: #32404B;
    margin-bottom: 20px;
}
.blocoDash h2 span{
    color: #9AADB5;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #9AADB5;
}
.blocoDash h2 span img{
    margin-left: 15px;
    margin-right: 3px;
    max-width: 12px;
}

#blocoDash1{
    height: 150px;
    overflow-y: scroll;
}

#blocoDash1 h2{
    position: sticky;
    top: -13px;
    background-color: #FFF;
    z-index: 2;
    margin-bottom: 0.5rem;
}

#blocoDash1 p {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 0;
}

#blocoDash2{
    height: 275px;
}

#blocoDash3{
    height: 440px;
    overflow: scroll;
}

.atividadesHome{
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    position: relative;
}

.atividadesHome::-webkit-scrollbar{
    height: 5px;
}

.atividadesHome::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.atividadesHome .cardAtividade{
    background: #FFFFFF;
    box-shadow: 0px 45.4398px 73.26px 33.3843px rgba(202, 209, 220, 0.2);
    border-radius: 10px;
    margin: 0 1%;
    padding: 15px 15px 10px 15px;
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    margin-bottom: 10px;
    height: 190px;
    cursor: pointer;
    white-space: initial;
}

.atividadesHome .cardAtividade:first-child{
    margin-left: 0;
}

.atividadesHome .cardAtividade:last-child{
    margin-right: 0;
}

.atividadesHome .cardAtividade .maisDetalhes{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all 0.5s;
    font-weight: 100;
    font-size: 12px;
}

.atividadesHome .cardAtividade:hover .maisDetalhes{
    opacity: 1;
}


.atividadesHome .cardAtividade .blocoMenuAtividade {
    right: 12px;
    top: 15px;
}
.atividadesHome .dataAtividade {
    margin: 5px 0 10px 0;
    height: 35px;
    overflow: hidden;
    white-space: initial;
}

.blocoDash .blocoCardsAtividades{
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

/* Gráficos Home */

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 98%;
}

.blocoGrafico{
    width: 100%;
}
.morris-hover {
    position:absolute;
    z-index:1000;
}
.morris-hover.morris-default-style {
    border-radius:10px;
    padding:6px;
    color:#666;
    background:rgba(255, 255, 255, 0.8);
    border:solid 2px rgba(230, 230, 230, 0.8);
    font-family:sans-serif;
    font-size:12px;
    text-align:center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight:bold;
    margin:0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space:nowrap;
    margin:0.1em 0;
}
.legendaGrafico{
    margin: 10px 0 0 0;
}
.legendaGrafico ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.legendaGrafico li{
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    color: #9AADB5;
    margin: 0 5px 0 10px;
}
.legendaGrafico li span{
    font-size: 14px;
    vertical-align: middle;
}
.receita{
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.receita h3{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #0A071B;
    margin-bottom: 5px;
    width: 100%;
}
.receita h4{
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #0A071B;
    width: 10%;
    margin-left: 5%;
    margin-bottom: 0;
}
.receita .progress{
    width: 80%;
    border-radius: 40px;
    height: 10px;
}
.progress-bar{
    background: #3e3e3f;
    border-radius: 40px;
}
.blocoGrafico2 .chartist-chart-pie{
    display: inline-block;
    width: 70%;
}
.blocoGrafico2 .legendaGrafico{
    display: inline-block;
    width: 27%;
    vertical-align: top;
}
.blocoGrafico2 .legendaGrafico li{
    display: block;
    line-height: 14px;
    margin-bottom: 10px;
}
.blocoGrafico2 .legendaGrafico li span{
    font-size: 12px;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 480px;
    font-family: sans-serif;
    margin: 100px auto;
    padding: 20px;
}
#drop-area.highlight {
    border-color: purple;
}

.bootstrap-select>.dropdown-toggle{
    height: 48px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner{
    padding-top: 6px;
}

/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .dispM{
        display: block;
    }
    .dispD{
        display: none;
    }
    .login{
        padding-top: 60px;
    }
    .imagemLogin {
        position: relative;
        height: 100%;
        width: 100vw;
        margin-top: 40px;
        padding-bottom: 100px;
    }
    img.login1 {
        margin-top: 10vh;
    }
    img.login2 {
        top: 3vh;
    }
    img.login3 {
        top: 30vh;
    }
    img.login4 {
        bottom: 2vh;
        top: auto;
    }
    .logoEmpresa{
        display: none;
    }
    .busca{
        background: none;
        padding: 25px 0px;
    }
    .barraTopo{
        margin: 10px 0;
        height: 165px;
    }
    .logo {
        padding: 0px 0;
    }
    .empresaMenu img.iconeEmpresaMenu{
        top: 17px;
    }
    .barraTopo .col-2,
    .barraTopo .col-3,
    .barraTopo .col-4,
    .barraTopo .col-6{
        padding-right: 4px;
        padding-left: 4px;
    }
    .sidebar{
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 100%;
        margin-left: 10px;
        position: absolute;
        z-index: 90;
        border: none;
    }
    .iconeMenuMobile{
        display: block;
        z-index: 91;
        background-color: #FFF;
        top: 130px;
    }
    .sidebar ul{
        display: none;
    }
    .conteudo {
        padding: 20px 15px 20px 20px;
    }
    .bloco {
        padding: 30px 0px;
    }
    .filtroBloco{
        float: none;
    }
    .filtroBloco .participantesLista {
        margin: 20px 0;
        text-align: center;
    }
    .button3{
        line-height: 14px;
    }
    .button4 {
        width: 100%;
        margin: 0;
    }
    .filtroBloco .button6{
        margin: 5px 0px 5px 0;
    }
    .gradeCabecalho {
        padding: 20px 20px;
    }
    .gradeNome{
        width: 90%;
        display: block;
        margin-bottom: 30px;
    }
    .gradeSetor{
        width: 50%;
    }
    .gradeStatus{
        width: 40%;
    }
    .ocultaGrade {
        right: 25px;
    }
    .grade .gradeConteudo .button1 {
        margin: 10px 0 0 20px;
    }
    .modalForm {
        padding: 40px 40px;
        width: 85vw;
        left: 5vw;
    }
    .modal h1, .modal .h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .modal .participantesLista {
        min-width: 200px;
    }
    .filtroBloco2{
        display: block;
    }
    .modalConteudoAtividade{
        width: 100%;
        min-height: 500px;
    }


    .navDetalhesAtividade {
        width: 100%;
        margin-left: 0px;
        padding-left: 0;
    }
    .modalConteudoAtividadeDados .button1{
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }
    .modalConteudoAtividadeDados .buttonEtiqueta {
        color: #ffffff;
        width: 100%;
        float: none;
        text-align: left;
    }
    .atividadesHome .cardAtividade {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .col-logo{
        width: 100%;
    }
    img.logoM{
        height: 30px;
        width: auto;
        margin: 0px auto;
    }
    .col-empresa{
        width: 300px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .col-notificacoes{
        width: 190px;
    }
    .optionsMenu{
        margin-left: 15px;
        margin-top: -5px;
    }
    .notificacoes{
        left: -20px;
    }
    .empresaMenu{
        height: 30px;
    }
}

@media (max-width: 480px){
    .col-empresa{
        width: 85%;
    }
    .col-notificacoes{
        width: 100%;
    }
    .barraTopo{
        height: 190px;
    }
    .iconeMenuMobile{
        top: 149px;
        left: 11px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .dispM{
        display: block;
    }
    .dispD{
        display: none;
    }
    .imagemLogin {
        position: relative;
        height: 100%;
        width: 100vw;
        margin-top: 40px;
        padding-bottom: 100px;
    }
    img.login1 {
        margin-top: 10vh;
    }
    img.login2 {
        top: 3vh;
    }
    img.login3 {
        top: 30vh;
    }
    img.login4 {
        bottom: 2vh;
        top: auto;
    }
    .logoEmpresa{
        display: none;
    }
    .busca{
        background: none;
        padding: 25px 0px;
    }
    .barraTopo{
        margin: 10px 0;
        height: 165px;
    }
    .logo {
        padding: 20px 0;
    }
    .barraTopo .col-2,
    .barraTopo .col-3,
    .barraTopo .col-4,
    .barraTopo .col-6{
        padding-right: 4px;
        padding-left: 4px;
    }
    .sidebar{
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 100%;
        margin-left: 10px;
        position: absolute;
    }
    .iconeMenuMobile{
        display: block;
        z-index: 91;
    }
    .sidebar ul{
        display: none;
    }
    .conteudo {
        padding: 20px 15px 20px 20px;
    }
    .bloco {
        padding: 30px 0px;
    }
    .filtroBloco{
        float: none;
    }
    .filtroBloco .participantesLista {
        margin: 20px 0;
        text-align: center;
    }
    .button3{
        line-height: 14px;
    }
    .button4 {
        width: 100%;
        margin: 0;
    }
    .selecao-cores {
        width: 100%;
    }
    .imagemPerfil{
        display: block;
    }
    .filtroBloco .button6{
        margin: 5px 0px 5px 0;
    }
    .gradeCabecalho {
        padding: 20px 20px;
    }
    .gradeNome{
        width: 90%;
        display: block;
        margin-bottom: 30px;
    }
    .gradeSetor{
        width: 50%;
    }
    .gradeStatus{
        width: 40%;
    }
    .ocultaGrade {
        right: 25px;
    }
    .grade .gradeConteudo .button1 {
        margin: 10px 0 0 20px;
    }
    .modalForm {
        padding: 40px 40px;
        width: 85vw;
        left: 5vw;
    }
    .modal h1,.modal .h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .modal .participantesLista {
        min-width: 200px;
    }
    .filtroBloco2{
        display: block;
    }
    .modalConteudoAtividade{
        width: 100%;
        min-height: 500px;
    }
    .modalConteudoAtividadeDados {
        padding: 10px 10px;
        position: relative;
        right: auto;
        width: 100%;
        top: auto;
        border-radius: 14px 14px;
    }
    .navDetalhesAtividade {
        width: 100%;
        margin-left: 0px;
        padding-left: 0;
    }
    .modalConteudoAtividadeDados .button1{
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }
    .modalConteudoAtividadeDados .buttonEtiqueta {
        color: #ffffff;
        width: 100%;
        float: none;
        text-align: left;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .dispM{
        display: block;
    }
    .dispD{
        display: none;
    }
    img.login3 {
        top: 80vh;
    }
    .logoEmpresa{
        display: none;
    }
    .busca{
        background: none;
        padding: 25px 0px;
    }
    .barraTopo{
        margin: 10px 0;
        height: 90px;
    }
    .logo {
        padding: 10px 10px;
    }
    .barraTopo .col-2,
    .barraTopo .col-3,
    .barraTopo .col-4,
    .barraTopo .col-6{
        padding-right: 4px;
        padding-left: 4px;
    }
    .sidebar{
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 100%;
        margin-left: 10px;
        position: absolute;
        border: none;
        z-index: 90;
    }
    .iconeMenuMobile{
        display: block;
        z-index: 91;
        background-color: #FFF;
        top: 55px;
    }
    .optionsMenu{
        margin-top: 0;
    }

    .sidebar ul{
        display: none;
    }
    .conteudo {
        padding: 20px 15px 20px 20px;
    }
    .bloco {
        padding: 30px 0px;
    }
    .filtroBloco{
        float: none;
    }
    .filtroBloco .participantesLista {
        margin: 20px 0;
        text-align: center;
    }
    .button3{
        line-height: 14px;
    }
    .modalSearch {
        top: 80px;
    }
    .notificacoes{
        margin: 0 10px;
    }
    .iconeMenu {
        margin: 0 10px 0 0px;
    }
    .selecao-cores {
        width: 100%;
    }
    .imagemPerfil{
        display: block;
    }
    .filtroBloco .button1,
    .filtroBloco .button2,
    .filtroBloco .button6{
        margin: 5px 0px 5px 0;
    }
    .gradeCabecalho {
        padding: 20px 20px;
    }
    .gradeNome{
        width: 90%;
        display: block;
        margin-bottom: 30px;
    }
    .gradeSetor{
        width: 50%;
    }
    .gradeStatus{
        width: 40%;
    }
    .ocultaGrade {
        right: 25px;
    }
    .grade .gradeConteudo .button1 {
        margin: 10px 0 0 20px;
    }
    .modalForm {
        padding: 40px 40px;
        width: 85vw;
        left: 5vw;
    }
    .modal h1, .modal .h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .modal .participantesLista {
        min-width: 200px;
    }
    .filtroBloco2{
        display: block;
    }
    img.logoM{
        width: 110px;
    }
    .col-logo{
        width: 175px;
    }
    .col-notificacoes{
        width: 160px;
    }
    .col-empresa{
        margin-left: 0;
        margin-right: 9px;
        width:150px;
    }
    .empresaMenu img.iconeEmpresaMenu{
        top: 18px;
    }
    .empresaMenu .nomeempresa{
        width: 100%;
    }
    .empresaMenu{

    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .dispM{
        display: none;
    }
    .dispD{
        display: block;
    }
    .notificacoes{
        margin: 0 10px;
    }
    .iconeMenu {
        margin: 0 10px 0 0px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .dispM{
        display: none;
    }
    .dispD{
        display: block;
    }
    .gradeSetor {
        width: 50%;
    }
}

@media(max-width: 768px){
    .modalForm{
        width: 100%;
        left: 0;
    }

    #painel-fixo{
        position: relative;
    }
    #espaco-topo{
        height: 0;
    }
    .empresaMenu{
        padding: 11px 20px;
        height: 40px;
    }
    .modalDadosAtividade .modalForm{
        width: 95vw !important;
        left: 0vw !important;
    }
    .modalDadosAtividade button.close{
        filter: unset;
    }
    .cardEspecial{
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media(max-width: 1500px){
    .modalDadosAtividade .modalForm{
        width: 70vw;
        left: 17vw;
    }
    .gradeSetor{
        width: 25%;
    }
}

@media(max-width: 1400px) {
    .modalConteudoAtividadeDados{
        padding-left: 15px;
        padding-right: 15px;
    }
    .modal .modalConteudoAtividadeDados .participantesLista span{
        line-height: 15px;
    }
}

@media(max-width: 1200px){
    .modalConteudoAtividadeDados{
        position: relative;
        width: 100%;
    }
    .modalConteudoAtividade {
        width: 100%;
    }
    .modalForm{
        padding: 20px 30px;
    }
}

@media (max-width: 1280px) AND (min-width: 769px) {
    .blocoAtividade .button1{
        padding: 9px 5px;
    }
    .blocoAtividade .bloco h2 {
        font-size: 10px;
    }
    .blocoAtividade .etiqueta {
        padding: 14px 2px !important;
    }
    .blocoAtividade .filtroBloco form input {
        max-width: 130px;
    }
}

@media(max-width: 991.99px){
    #notificacao-toggle{
        border-radius: 0;
        background-color: #FFF;
        display: none;
    }
}

@media(min-width: 991.98px){
    .paddingRightZero{
        padding-right: 0;
    }
    .paddingRight75{
        padding-right: 7.5px;
    }
    .paddingLeft75{
        padding-left: 7.5px;
    }

}

.select-pure__select {
    align-items: center;
    background: transparent;
    border-radius: 4px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}

.select-pure__selected-label i:hover {
    color: #e4e4e4;
}

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.inputEditar {
    border: none;
    color: #9AADB5;
    font-weight: 500;
    font-size: 14px;
}

.inputEditar.listagem {
    color: #32404B;
    font-size: 12px;
}

.tox-tinymce-aux{
    z-index: 99999 !important;
}