body {
    background-color: #f3f3f3;
    overflow-y: hidden;
}

:root {
    --laranja-nxrocket: #fd7e14;
    --azul-nxrocket: #14c5fd;
}

#divOverflow {
    overflow-y: scroll;
    position: absolute;
    height: calc(100% - 70px);
    width: 100%;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px lightgray;
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.topo {
    height: 70px;
    /*background-image: linear-gradient(to right, rgb(0, 129, 255), rgb(0, 129, 240));*/
    display: flex;
    align-items: center;
    color: whitesmoke;
    background-color: black;
}

.negrito {
    font-weight: bold;
}

.menuDireito {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}

#menuTopo {
    border: none;
    padding: 0;
    margin-left: 0.5rem;
    display: flex;
    color: white;
    background: none;
}

.iconeMaior {
    font-size: 26px;
}

.branco {
    color: whitesmoke !important;
}

.toast {
    position: fixed;
    /* Por padrão o toast fica invisível mas clicável, então atrapalha na página */
    display: none;
    top: 80px;
    right: 20px;
}

.mousePointer {
    cursor: pointer;
}

#btnSomaTopo {
    background: none;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

#valorSomaTopo:not(:empty) {
    margin-right: 0.5rem;
}

#abreCalendario {
    font-size: 1.3rem;
    margin-right: 0.5rem;
    cursor: pointer;
}

#dashboard {
    font-size: 1.7rem;
    margin-right: 0.5rem;
    cursor: pointer;
}

.iconeVermelho {
    color: red;
}

#empresaAndFluxo {
    height: 24px;
    overflow-y: hidden;
}

.iconeLaranja {
    color: var(--laranja-nxrocket);
}

.iconeBranco {
    color: white;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: black !important;
}

.swal-overlay--show-modal .swal-modal {
    animation: auto;
}

.swal-button--confirm {
    background-color: var(--laranja-nxrocket) !important;
}

.swal-button--confirm:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #fd7e1459 !important;
}

.btn-success {
    background-color: var(--laranja-nxrocket) !important;
    border: 1px solid var(--laranja-nxrocket) !important;
}

#dropdownMenuAtividadesGantt {
    color: white;
}

.btn-success:hover {
    background-color: #ef7714 !important;
    border: 1px solid #ef7714 !important;
}

.btn-success:focus {
    box-shadow: 0 0 0 0.2rem #fd7e144d !important;
}

.bgPreto {
    background-color: #4a4948 !important;
}

.bgAzulBebe {
    background-color: #4a9af1 !important;
}

.bgAzulBebe:hover {
    background-color: #156AC4 !important;
}

.perigo {
    color: red;
    font-weight: bold;
}

.escondidoMd {
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
}

.avatarTopo {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-left: 0.5rem;
    box-shadow: 0 0 0 2px;
}

.apenasMd {
    display: none;
}

.divLogo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.divLogo img {
    max-width: 100%;
    height: 1.5rem;
}

.semPad {
    padding: 0;
}

#divCarregamentoPagina {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000;
}

#spinnerCarregamento {
    width: 3rem;
    height: 3rem;
    color: var(--laranja-nxrocket) !important;
    z-index: 0;
}

/* Bootstrap até md */
@media screen and (max-width: 768px) {

    .topo {
        display: block;
    }

    .escondidoMd {
        display: none;
    }

    .escondidoMd2 {
        display: none;
    }

    #btnPesquisa {
        margin-right: 0.5rem;
    }

    .apenasMd {
        display: block;
    }

    #bemVindo {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    #valorSomaTopo:not(:empty) {
        font-size: 0.7rem;
    }
}

/* iPhone SE, porque sim */
@media screen and (max-width: 320px) {
    #bemVindo {
        font-size: 0.7rem;
    }
}

.snHeader {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    border-bottom: 0.01px solid #ccccccb0;
}

.sidenav {
    margin-top: 70px;
    height: calc(100% - 70px);
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #e8e8e8;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 0.01px solid #ccccccb0;
    padding-bottom: 10px;
}

.snHeader{
    /* width: 350px; */
    height: 40px;
    background-color: whitesmoke;
}

.sidenav a {
    text-decoration: none;
    color: #212529;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #818181;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 24px;
}

/*label*/
#filtraTopo {
    padding: 10px 0 0 10px;
    font-size:16px;
}

#headingFour, #headingThree, #headingTwo, #headingOne, #heading {
    border-top: 1px solid #ccccccb0;
    border-left: 1px solid #ccccccb0;
    border-right: 1px solid #ccccccb0;
}

#botoes {
    border-top: 1px solid #ccccccb0;
}

#barraPesquisaCards::-webkit-input-placeholder {
    font-size: 14px;
}

#labelResp, #labelFiltros {
    margin: 0.5px 0 0 6px;
    font-size: 14px;
}

#labelFiltroCampos {
    font-size: 14px;
    margin: auto;
}

#labelFiltroEtiqueta {
    margin: 0.5px 0 0 -5px;
    font-size: 14px;
}

#btnPesquisaResponsaveis {
    margin: 15px 0.5rem 10px 10px;
    background: none;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    padding: 0;
}

/* para nao ficar uma borda preta quando clica */
#btnPesquisaResponsaveis:focus, #btnPesquisa:focus, #btnAplicar:focus, #maisFiltros:focus, #filtroEtiqueta:focus, #filtroCampos:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.usuariosPesquisaResponsaveis {
    border: 1px #fd7e14 solid;
    border-radius: 5px;
    padding: 5px 5px;
    user-select: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 0fr 0fr;
    align-items: center;
    margin-bottom: 5px;
}

.pesquisaResponsavelAvatar {
    height: 35px;
    width: 35px;
}

.pesquisaResponsavelNome {
    color: #212529;
    margin-left: 5px;
    display: block;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;
}

.limpaPesquisaResponsavel {
    margin: 5px;
    border: 1px solid #fd7e14;
    background-color: #fd7e14;
    color: white;
    border-radius: 5px;
    padding: 5px;
    user-select: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 0fr 0fr;
    align-items: center;
    justify-content: center;
}

.usuariosPesquisaResponsaveisSelected {
    background-color: #FFB679;
}

.badgeResponsaveis {
    margin-right: -11px;
    margin-left: -5px;
}

#btnPesquisaResponsaveis, #btnPesquisa, #maisFiltros, #filtroEtiqueta, #filtroCampos {
    color: #212529;
    transition: 0.3s;
}

#btnPesquisaResponsaveis:hover, #maisFiltros:hover, #filtroEtiqueta:hover, #filtroCampos:hover {
    color: #818181;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


#btnPesquisa, #maisFiltros, #filtroEtiqueta, #filtroCampos {
    margin: 15px 0.5rem 10px 10px;
    background: none;
    border: none;
    color: #212529;
    display: flex;
    align-items: center;
    padding: 0;
}

#inptPesquisa{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 90%;
}

.vencidos, .fase {
    margin: 0 6.5% 0 6%;
    display: flex;
}

.vencidos h6, .fase h6 {
    font-size: 14px;
    margin: 1px 0 0 6px;
    color: #212529;
}

.vencidos > input, .fase > input {
    display: none;
}

.vencidos > label, .fase > label  {
    position: relative;
    display: block;
    height: 20px;
    width: 40px;
    background-color: #fff;
    border: 1px #d5d5d5 solid;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.togvencidosgle > label:before, .fase > label:before {
    border: #adb5bd solid 1px;
}

.vencidos > label:after, .fase > label:after  {
    position: absolute;
    left: 1px;
    top: 1px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: #adb5bd;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
    content: '';
    transition: all 0.3s ease;
}

.vencidos > label:active:after, .fase > label:active:after {
    transform: scale(1.15, 0.85);
}

.vencidos > input:checked ~ label, .fase > input:checked ~ label  {
    background-color: #007bff;
    border-color: #007bff;
}

.vencidos > input:checked ~ label:after, .fase > input:checked ~ label:after {
    background-color: #fff;
    left: 20px;
}

.vencidos > input:disabled ~ label, .fase > input:disabled ~ label {
    background-color: #d5d5d5;
    pointer-events: none;
}

.vencidos > input:disabled ~ label:after, .fase > input:disabled ~ label:after {
    background-color: whitesmoke
}

.listaEtiquetas, .resp {
    margin: 0 6.5% 0 6%;
}

.iconeModalEdicaoCard {
    font-size: 22px;
}

#botoes {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#btnAplicar {
    color: white;
    background-color: #fd7e14;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    width: 90%;
    height: 35px;
    transition: 0.3s;
    padding: 0;
}

#btnAplicar:hover {
    background-color: #e06d0f;
}
.sidenavNotificacao {
    margin-top: 70px;
    height: calc(100% - 70px);
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #e8e8e8;
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 0.01px solid #ccccccb0;
    overflow-y: hidden;
}

#notificacaoOverflow{
    overflow-y: scroll;
    position: absolute;
    height: calc(100% - 40px);
    width: 100%;
}

.notificacaoHeader {
    width: 100%;
    height: 40px;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
}

.sidenavNotificacao a {
    text-decoration: none;
    color: #212529;
    transition: 0.3s;
    right: 15px;
}

.sidenavNotificacao a:hover {
    color: #818181;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 24px;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

#notificacoesTopo {
    margin-left: 5px;
}

.btnConteudoNotificacoes {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    padding: 5px;
}

.btnConteudoNotificacoes:focus {
    outline: none;
}

.btnConteudoNotificacoes > .titleNotificacoes {
    margin-left: 5px;
}

.blocoEvento {
    margin: 5px 10px;
    padding: 0.5rem;
    background: white;
    border: 1px solid var(--laranja-nxrocket);
    border-radius: 3px;
}

.blocoEvento {
    padding: 0.5rem;
    background: white;
    border: 1px solid var(--laranja-nxrocket);
    border-radius: 3px;
}

.prazoEvento {
    margin-top: 0.9rem;
}

.quemFezEvento {
    padding-top: 10px;
}

.quemFezEvento img {
    position: relative;
    top: 0.3rem;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    margin-right: 0.7rem;
    float: left;
}

.cardEvento {
    margin-bottom: 5px;
}

.cardEvento > span {
    font-size: 0.8rem;
}

.divisorInfoCardFaseFluxo {
    width: 100%;
    margin: 0;
}

.faseEvento > span {
    font-size: 0.8rem;
}

.quemFezEvento > span {
    font-size: 0.8rem;
}

.comentarioEvento {
    padding-left: calc(38px + 0.7rem);
    padding-bottom: 5px;
}

.comentarioEvento > span {
    font-size: 0.8rem;
}

#listaAgendamentos {
    margin-top: 10px;
    margin-bottom: 10px;
}

.listaNotificacoes {
    list-style-type: none;
    margin-bottom: 10px;
}

.divAgendaAtividadesNotificacao {
    width: 90%;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 5px;
    background-color: #dadada;
}

.divAgendaAtividades span {
    font-size: 12px;
}

.responsavelNotificacaoAvatarAtividadeAgendada {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

#divInconeNotificacoes{
    display: flex;
}

#badgeNotificacao {
    font-size: 10px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -15px;
}

.notificacaoAgendamentoMenuDireito {
    display: flex;
    align-items: center;
}

.iconeNotificacoes{
    color: #fd7e14;
}

.iconeNotificacoesTitle {
    cursor: pointer;
    margin-left: 5px;
    color: #fd7e14;
    font-size: 20px;
}

.alteraStatusAgendamento {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: green;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
}

.badgeListaNotificacoes {
    margin-left: 0;
    font-size: 10px;
}

.editaAgendamentoNotificacao:hover {
    cursor: pointer;
}

.removeAgendamentoNotificacao:hover {
    cursor: pointer;
}

.divIconAtividadeNotificacaoConcluido {
    background-color: #29D221;
}

.divIconAtividadeNotificacaoPendente {
    background-color: #d7be1e;
}

.divIconAtividadeNotificacaoAtrasado {
    background-color: #ff0000;
}

.divAtividadeConcluido b {
    color: #29D221;
}

.divAtividadePendente b {
    color: #d7be1e;
}

.divAtividadeAtrasado b {
    color: #ff0000;
}

#menuListaAgendamentoNotificacoes {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.agendamentoLocalizacao > b {
    color: black;
}

.divAgendamentosDadosFluxos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

.divAgendaAtividadesNotificacao hr {
    background-color: #b3b3b3;
    width: 100%;
}

.divInfoCardFluxoFase {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.textAtividadeAgendadaNotificacao {
    font-size: 12px;
}

.textAtividadeAgendadaNotificacao>span {
    font-size: 12px;
}

.margemInferiorNotificacao {
    margin-bottom: 5px;
}

#responsaveisAgendamento {
    display: flex;
    flex-wrap: wrap;
}

#divFiltrosAgendamentosNotificacoes {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.switchFiltroAgendamentos {
    margin-right: auto;
}

.titleNotificacoes {
    font-size: 14px;
}

#infoVazia{
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border-style: dashed;
    border-width: thin;
    border-color: gray;
}

#lineTitleAgendamento {
    color: black;
}

.abreCardNoFluxo {
    cursor: pointer;
}

#btnAplicar:active {
    background-color: #fd7e14;
    border-color: #fd7e14;
}

#limpaFiltros {
    color: white;
    user-select: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 0fr 0fr;
    align-items: center;
    justify-content: center;
    background-color: #818181;
    border: none;
    margin-top: 10px;
    border-radius: 5px;
    width: 90%;
    height: 35px;
    transition: 0.3s;
    padding: 0;
}

#limpaFiltros h6 {
    text-align: center;
    padding: 7px 0 0 5px
}

#limpaFiltros:hover {
    background-color: #555555e5;

}

#limpaFiltros:active {
    background-color: #818181;

}

#collapseOne, #collapseThree {
    padding-bottom: 5px;
}

#filtro {
    color: white;
    font-size: 20px;
    cursor:pointer;
    margin-top: 4px;
}

.sidenav .campoPersonalizado {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.dataFiltro{
    color: #fd7e14;
    margin-bottom: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
