﻿:root {
    --cor-titulo: #EE3A42;
}


/*#region CSS CRIADO PARA TEAMS*/

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent !important;
}

textarea {
    resize: vertical;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1) !important;
    height: 5px !important;
}

::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 20px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
    color: #5a5a5a;
    font-family: "Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue","Arial", "sans-serif";
    font-size: 14px;
    line-height: 1.42857143;
}

/* Set padding to keep content from hitting the edges */

.background-bar a {
    color: white;
}

.background-bar {
    /*background-color: #252525;*/
    color: white;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 50px;
}

.teams-container {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #201f1f;
    height: 70px;
    align-items: baseline;
}

#nomeSistema {
    color: white;
    margin: auto;
    font-size: 27px;
    padding-left: 15px;
    border: none;
    max-height: 40px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

.custom-scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #b5b5b5;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #201f1f;
}

.custom-scroll-bar::-webkit-scrollbar {
    width: 12px;
}

@media only screen and (max-width: 1113px) {
    #aReports {
        display: none;
    }
    #btnSubscription {
        display: none;
    }
    #btnEditSubscription {
        display: none !important;
    }
}

.progress-bar {
    height: 5px;
    background-color: #ff858a;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: #EE3A42;
    animation: indeterminateAnimation 2s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

@media all and (min-width: 1200px){
    .campaign-slide-info {
        
    }
}
.loading-bar {
    background-color: transparent;
    margin-top: 50px;
    position: fixed;
    /* top: 0; */
    right: 0;
    left: 0;
    z-index: 1;
}

.titulo-principal {
    margin-bottom: 30px;
    display: block;
    font-size: 30px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    color: var(--cor-titulo);
    text-transform: uppercase;
}

/* INICIO TELA INICIAL */
#divCarrosselCampanha {
    position: initial;
    width: 100%;
    left: 0rem;
}


#my-pics-campanhas {
    width: 95%;
    margin: auto;
    /*Adicionado - Teams*/
    height: 340px;
    overflow: hidden;
}

/*Card padrão*/
.card-padrao {
    transition: 0.1s;
    border: 1px solid #cccccc;
    background: white;
}

    .card-padrao:hover {
        box-shadow: 0px 0px 8px 1px #cccccc;
        transform: scale(1.01);
        transition: all .2s ease-out;
    }




.card-listagem-campanhas,
.card-carousel-campanhas {
    width: auto;
    height: auto;
}

.descricao-card-carousel-campanhas {
    width: 100%;
    display: inline-flex;
    padding: 0.5rem;
}

.descricao-titulo-card-listagem-campanhas,
.descricao-titulo-card-carousel-campanhas {
    padding-left: 5px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 13px;
    max-height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 21rem;
}

.botao-card-carousel-campanhas {
    text-align: center;
    padding: 1rem;
}

    .botao-card-carousel-campanhas .btn-blue {
        float: none;
        text-align: center;
        margin: 0;
    }

.btn-pink {
    background-color: #F2155C;
}

.card-listagem-campanhas .card-image img,
.card-carousel-campanhas .card-image img {
    height: 14rem;
    object-fit: cover;
    object-position: center;
    width: 25rem;
}

.card-carousel-campanhas:hover {
    cursor: pointer;
}

.container-avaliacoes-criterios {
    font-size: 12px;
    float: right;
}


.carrossel-inner .item {
    /*width: 250px;*/
    border-radius: 15px;
    float: left;
    padding-left: 20px;
}

#divCarrosselCampanha .item a {
    text-decoration: none;
}

.card .card-image img {
    height: 12rem;
    object-fit: cover;
    object-position: center;
}

.card .card-content {
    padding: 0.3rem !important;
}

.texto-informacao {
    font-size: 10px;
}




/*Card carousel Ideias*/
.card-carousel-ideias {
    width: 20rem;
    height: auto;
}

    .card-carousel-ideias .card-image {
        position: relative
    }

        .card-carousel-ideias .card-image img {
            height: 10rem;
            object-fit: cover;
            object-position: center;
            width: 100%;
        }

.descricao-titulo-card-carousel-ideias {
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0.5rem;
    font-weight: 600;
}

.descricao-card-carousel-ideias {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 73px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0.5rem;
    font-size: 13px;
    height: 71px;
}

.autor-card-carousel-ideias {
    display: inline-flex;
    font-size: 11px;
    width: 100%;
    padding: 0.5rem;
}

    .autor-card-carousel-ideias p {
        margin-left: 0.5rem;
        top: 3px;
        position: relative;
    }

.botao-card-carousel-ideias .btn-blue {
    float: none;
}

.botao-card-carousel-ideias {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0.5rem;
}


.clamp {
    position: relative;
    /*height: 2.5em;*/
    overflow: hidden;
}

    .clamp:after {
        content: "";
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 1.2em;
    }

@supports (-webkit-line-clamp: 6) {
    .clamp {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 128px;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

        .clamp:after {
            display: none;
        }
}


.short-clamp {
    position: relative;
    overflow: hidden;
}

    .short-clamp:after {
        content: "";
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 1.2em;
    }

@supports (-webkit-line-clamp: 1) {
    .short-clamp {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 32px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .short-clamp:after {
            display: none;
        }
}

.short-clamp p {
    display: inline;
}



#divCarouselIdeia .col-md-3 {
    width: 100% !important;
}

#divTodasIdeias .col-md-3 {
    width: 100% !important;
}

.dev-titulo-campanha-card-ideia {
    position: absolute;
    top: 0rem;
    padding: 0.5rem;
    color: white;
    background: #a73361d1;
    height: 8rem;
    width: 100%;
}

#todas_campanhas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.img-card-ideias {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

input[type="radio"] {
    opacity: initial !important;
    position: initial !important;
}

#my-pics-ideias .item a {
    text-decoration: none;
}

.card-image,
.descricao-titulo-card-carousel-ideias,
.descricao-card-carousel-ideias,
.status-card-carousel-ideias,
.autor-card-carousel-ideias,
.descricao-titulo-card-carousel-campanhas,
.status-card-carousel-campanhas,
.botao-card-carousel-campanhas {
    text-decoration: none !important;
    color: black !important;
}

.descricao-titulo-card-carousel-ideias {
    color: black !important;
}

#my-pics-ideias {
    width: 95%;
    margin: auto;
}



/*buttons*/
.btn-blue img, .btn-grey img, .btn-negativo img, .btn-blue img, .btn-danger img, .btn-green img, .btn-link img {
    vertical-align: top;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

.btn-blue, .btn-grey, .btn-negativo, .btn-danger, .btn-green, .btn-link {
    color: white !important;
    border-radius: 17px;
    border: none;
    text-transform: uppercase;
    padding: 5px 8px 5px 5px;
    cursor: pointer;
    font-size: 13px;
}

.btn-blue {
    background-color: #49A1DF;
}

.btn-grey {
    background-color: #B9B9B9;
}

.btn-negativo, .btn-danger {
    background-color: #d9534f;
}

.btn-green {
    background-color: #1f983b;
}

.btn-link {
    color: black !important;
}

.btn-link-modal {
    float: none;
    margin-right: 2rem;
    color: black !important;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    background: transparent;
    /*border-radius: 17px;*/
}

.btn-add:hover {
    background-color: #1f983b;
}

.btn-green:hover {
    background-color: #1f983b;
    text-decoration: none;
}

.btn-negativo:hover, .btn-danger:hover {
    background-color: #af3430 !important;
    text-decoration: none;
}

.btn-grey:hover {
    background-color: #888888;
    text-decoration: none;
}

.btn-link:hover,
.btn-link-modal:hover {
    background-color: #c5c5c5;
    text-decoration: none;
}

.btn-blue:hover {
    background-color: #2483c5;
    text-decoration: none;
}

.btn-add {
    color: #fff;
    background-color: #21BA45;
    border: none;
    border-radius: 50%;
}

.btn-remove {
    color: #fff;
    background-color: #d9534f;
    border: none;
    border-radius: 50%;
}

.img-button,
.img-button:focus {
    background: none;
    border: none;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    padding: 0;
}


.titulo-grafico {
    color: #EE3A42;
}


.fundo-mini-card-home {
    background-color: #878f98;
    display: inline-flex;
    margin: 0 0.1rem 0 0.1rem;
    width: 45%;
    text-align: center;
    height: 6.5rem;
    color: white;
}

.img-mini-card-home {
    width: auto;
    padding: 0.7rem;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
}

.numero-mini-card-home {
    font-size: 25px;
}

.descricao-mini-card-home {
    font-size: 11px;
    text-align: center;
    display: inline-flex;
    vertical-align: middle;
}



.dropbtn {
    font-size: 22px;
    margin: auto;
    height: 2rem;
    color: white;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

@media all and (max-width: 1200px) {
    .custom-logo {
        display: none;
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3c4958;
    overflow: auto;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.41);
    z-index: 1;
    margin-top: 5rem;
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}


.dropdownTelas {
    background: #252525;
    margin-top: 53px;
    border-radius: 0px 0px 5px 5px;
    left: 0rem;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.41);
    z-index: 1;
    display: none;
}

.show {
    display: block;
}

.descricaoMenuTopo {
    color: white;
    margin-left: 1rem;
    margin-bottom: 0px;
}

.linhaDescricaoMenuTopo {
    white-space: nowrap;
    display: inline-flex;
    width: 100%;
    padding: 12px 16px 12px 21px;
    text-decoration: none;
    min-height: 46px;
    cursor: pointer;
}

.linhaDescricaoMenuTopo:hover {
    background: #B61E5A;
}

.myDropdown a:hover {
    background-color: #2d3a48 !important;
}

#ddlItensTelas {
    position: absolute;
    width: 23rem;
    right: 0;
    background: #252525;
    margin-top: 51px;
    border-radius: 0px 0px 5px 5px;
    left: -15px;
}

@media all and (min-width: 800px) {
    .hamburger-menu-dropdown {
        width: 0px !important;
        padding: 0px !important;
    }
    .hide-desktop {
        display: none;
    }
    .menu-hamburguer-dropbtn {
        opacity: 0;
    }
    #ddlItensTelas {
        width: auto;
    }
    #ddlItensTelas:hover {
        width: 230px !important;
    }
    .dropdownTelas {
        display: block !important;
    }
    .descricaoMenuTopo {
        display: none;
    }
    #ddlItensTelas:hover + .descricaoMenuTopo {
        display: block;
    }
    .dropdownTelas:hover + .descricaoMenuTopo {
        display: block;
    }
}

/*.linhaDescricaoMenuTopo:hover {
        background-color: #404040;
    }*/

.icone-superior {
    font-size: 22px;
    color: white;
    height: auto;
    margin: 0;
    cursor: pointer;
    /*margin-right: 30px;*/
}

.search-box {
    color: black;
    height: 4rem;
    margin: auto;
    padding-left: 15px;
    border-radius: 5px 0% 0% 5px;
    border: none;
    z-index: 2;
}


@media all and (max-width: 1000px) {
    .icone-superior {
        /*margin-right: 10px;*/
    }

    .search-box {
        width: 200px;
    }
}

@media all and (min-width: 1001px) {
    .icone-superior {
        /*margin-right: 30px;*/
    }

    .nav-buttons .nav-btn {
        margin-right: 10px
    }

    .search-box {
        width: 290px;
    }
}

.icone-superior:hover {
    color: #dbdbdb;
}



.closeModal, #closeModal, .custom-close-modal {
    font-size: 15px !important;
    top: -0.5rem !important;
    position: relative !important;
    right: 0px !important;
    float: right !important;
    background-color: #252525;
    border: none;
}

#imgProfile {
    position: inherit;
    padding: 1rem;
}

.modal-dialog {
    display: flex !important;
    justify-content: center !important;
    margin-top: 8rem !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.modal-header {
    background-color: #252525 !important;
    color: white !important;
    border-radius: 0 !important;
}

    .modal-header span {
        font-size: 23px;
    }

.modal-content {
    border-radius: 0px !important;
}

.modal-body {
    background: #f3f3f3 !important;
}

.modal-conteudo-interno {
    padding: 1rem !important;
    background-color: white !important;
    border: 1px solid #cccccc !important;
}

.modal-footer {
    border-top: none !important;
    background: #f3f3f3;
}

.modal-footer-promote {
    border-top: none !important;
    background: white;
    padding: 2rem 3rem 2rem 3rem;
}


@media (max-width: 620px) {
    .modal-footer-promote {
        border-top: none !important;
        background: white;
    }
}

.links-about {
    width: 100%;
    text-align: center;
    background-color: #fff;
}

    .links-about a {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        color: #337ab7;
    }

.btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.modal {
    top: -50px !important;
}

#progress-bar {
    position: fixed;
    z-index: 990;
}


.alertify .ajs-commands {
    left: auto !important;
}

/*Alert bar*/
#alertBar {
    text-align: center;
    margin-top: 70px;
    min-height: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 13px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 2 !important;
}

    #alertBar.invite-user {
        background-color: #ffec0b;
        left: 30px;
        color: black;
    }

    #alertBar a {
        color: #4B8EE7;
        text-decoration: none;
        cursor: pointer;
    }

#closeAlertBar {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-size: 14px;
    display: flex;
    height: 100%;
    align-items: center;
}

/*Alert bar End*/


.icon-search {
    color: #5a5a5a;
    font-size: 14px;
    width: 100%;
    text-align: center;
    height: 14px;
}

.span-search {
    background-color: white;
    width: 5rem;
    border-radius: 0 5px 5px 0;
    margin: auto;
    height: 4rem;
    display: grid;
    margin-right: 0;
    margin-left: -1rem;
}

.search-container {
    right: initial !important;
    width: 350px !important;
}

.li-first {
    font-weight: 600;
}

.ul-result {
    padding: 7px;
    padding-top: 0px;
    list-style-type: none;
}

.li-first h5 {
    width: 100%;
    border-bottom: 2px solid #000000;
}

.img-tipo {
    height: 8rem;
    width: 8rem;
}

.ul-result li:not(.li-first) {
    padding: 2px;
    padding-left: 15px;
    transition: 0.2s;
}

    .ul-result li:not(.li-first):not(.search-no-data):hover {
        background-color: #e6e6e6;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.2s;
    }

.fa-icon-loading {
    width: 18px !important;
    display: inline-table !important;
}

.container-items-nav {
    display: inline-flex;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none;
    margin-top: 16px;
}

/*#endregion CSS CRIADO PARA TEAMS*/


/*#carouselImagensIdeias .carousel-indicators li{
    border-color: #000;
}
#carouselImagensIdeias .carousel-indicators .active {
    background-color: #000;
}*/
.btn {
    border-radius: 5px;
}

.btn-dash {
    background-color: #201f1f;
    color: white;
    border: none;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    font-size: 20px;
    right: 0;
    position: absolute;
    transition: 0.2s;
    margin-left: 0rem;
    z-index: 1;
    top: auto;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

    .btn-dash.btn-dash-open {
        left: calc(100% - 3rem);
        transform: rotate(180deg);
    }

.btn-dash-icon {
    padding-left: 1rem;
    margin: 2rem 0rem;
    color: white;
    border: none;
    height: auto;
    width: 3rem;
    font-size: 20px;
}


.visible-small .btn-dash-icon {
    width: auto;
}

.btn-dash-icon:hover {
    cursor: pointer;
    background-image: linear-gradient( to left, #252525, #861d3f);
    border-radius: 5px;
}

.btn-dash-icon img {
    width: 100%;
    height: 100%;
    padding: 0.7rem;
}

.fundo-mini-card-home-small {
    width: 35px;
}

.prev-numero-mini-card-home {
    font-size: 11px;
}

#btn-toggle-dashboard {
    transition: all 0.5s;
    transform: rotate(180deg);
}


.dash-small {
    width: 30px;
    position: fixed;
}

.dashboard-home {
    transition: all 0.3s;
    padding-top: 8rem !important;
}

    .dashboard-home .dashboard-home-menu {
        margin-top: 5.5rem;
    }

.dashboard {
    margin-top: 6rem;
}

.conteudo-home {
    transition: all 0.3s;
    /*padding-top: 20px;*/
}

.card-initial-page {
    align-items: center;
    justify-content: center;
    margin: 15px;
    /*transform: scale(1.1);*/
}

.card-initial-page-content {
    border-radius: 2px;
    text-align: center;
    /*border: 1px solid #cccccc;*/
    max-width: 70rem;
    padding: 0;
    width: auto;
    margin: auto;
    transition: 0.3s;
}

/*.card-initial-page-content:hover {
        box-shadow: 0px 0px 10px 0px #c1c1c1;
    }*/

.card-initial-page-logo {
    background-color: #e9e9e9;
}

    .card-initial-page-logo img {
        width: 203px;
        height: 75px;
        vertical-align: middle;
    }

.card-initial-page-text {
    margin-top: 10px;
    margin: 2rem;
    cursor: default;
}

/* Alert padrão */
.alertify .ajs-dialog {
    border-radius: 0px;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    border: none !important;
    margin: 1rem !important;
    float: right !important;
    border-radius: 5px !important;
    color: white;
    text-transform: uppercase;
    padding: 5px 8px 5px 5px;
    cursor: pointer;
    font-size: 13px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    min-width: 6rem !important;
    min-height: 0 !important;
}

.ajs-ok {
    background: #49A1DF;
    transition: 0.3s !important;
}

    .ajs-ok:hover {
        background: #5a98c3 !important;
        transition: 0.3s !important;
    }

.ajs-cancel {
    background: transparent !important;
    color: black !important;
    transition: 0.3s !important;
}

    .ajs-cancel:hover {
        background: #a2a2a2 !important;
        color: white !important;
        transition: 0.3s !important;
    }


.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    left: calc(100vw - 300px) !important;
}

#divCarrosselCampanhaHome .carrossel {
    display: contents;
}

.detalhe-campanha-desc-link a {
    color: #4298BA;
}

.detalhe-campanha-destaque {
    width: 100%;
}

@media all and (min-width: 799px) {

    .dashboard-home {
        display: none !important;
    }

    .detalhe-campanha-destaque > div {
        width: 40%;
    }
}

    .detalhe-campanha-destaque > a {
        display: block;
        text-align: center;
        width: 100%;
    }

        .detalhe-campanha-destaque > a > div {
            width: 100%;
            display: block;
        }

        .detalhe-campanha-destaque > a > div {
            padding: 0;
            width: auto;
            display: block;
        }

    .detalhe-campanha-destaque > div > div {
        width: 100%;
    }

    .detalhe-campanha-destaque .imagem-home-destaque {
        width: 100%;
    }

@media (max-width: 799px) {
    .hide-mobile {
        display: none;
    }
    .imagem-home-destaque {
        max-width: 100%;
    }

    #btnInviteByEmail {
        margin: 0 !important;
    }

    #mostrarDashboard {
        transition: 0s;
    }

    #btnNovaPremiacao {
        float: left !important;
    }

    #addAnexo {
        float: left !important;
    }

    .ideia_partialView .ideia-card {
        padding: 0 15px;
    }
}

input,
select,
textarea {
    border-radius: 0;
    max-width: 100%;
   
}

textarea {
    max-height: 150px !important;
    height: 50px !important;
}

.carrossel-inner .item {
    border-radius: 3px 3px 0 0;
    min-width: 270px;
}

@media (max-width: 1123px) {
    .card-tabela-esquerda-home,
    .card-tabela-direita-home {
        padding: 5px 0;
    }

    .btn-view-challange a {
        font-size: 12px;
        display: inline-block;
    }
}


.navbar-fixed-top {
    padding: 0 !important;
}

#btnInviteByEmail {
    border-radius: 0 5px 5px 0;
}

.fundo-todas-paginas {
    height: 25rem;
    width: 100%;
    background: #efefef;
    position: absolute;
    left: 0;
}

@media (max-width: 1133px) {
    .search-box {
        width: auto;
    }
}

#icon-reload {
    margin-top: 0;
}

.nav-buttons {
    display: flex;
    float: right;
    margin: auto 0 auto 0;
    align-items: center;
    justify-content: flex-end;
    max-width: 300px;
}

    .nav-buttons .nav-btn {
        /*height: 40px;*/
        width: 40px;
        margin: 10px;
        text-align: center;
    }

.logo-pequena {
    display: none;
}

@media (max-width: 1201px) {
    #logoGrande {
        display: none;
    }

    .logo-pequena {
        display: block !important;
        width: 100%;
        height: 100%;
        margin-left: 10px;
        max-width: 45px;
    }

        .logo-pequena img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding-bottom: 15px;
            object-position: left;
            padding-top: 5px;
            min-width: 45px;
        }
}


#container-search-result {
    max-height: 500px;
    overflow: auto;
}

.fundo-mini-card-home > div:nth-child(2) {
    width: 100%;
}

@media(max-width: 599px) {
    .div-search-box,
    #txt-search-box,
    #container-search-result,
    .span-search {
        display: none !important;
    }
}

@media(max-width: 640px) {
    .dataTables_length {
        float: left !important;
        margin-top: 10px;
    }
}

@media (max-width: 560px) {
    .dataTables_length {
        float: none !important;
        width: 100%;
        position: relative;
        display: flex;
    }

    .botao-acao-dt {
        float: left !important;
        margin-bottom: 10px;
    }

    .dataTables_filter {
        position: relative;
        width: 100%;
        display: contents;
    }
}

@media (max-width: 620px) {
    #modalGrupo > .modal-dialog {
        width: auto !important;
    }

    #modalGrupo .modal-body {
        padding: 5px !important;
    }

    .modal-conteudo-interno div {
        width: auto !important;
    }
}

#premiacoes input {
    min-width: 200px;
}

.dropdown-menu.open {
    max-height: 500px !important;
}

.dropdown-menu.inner {
    max-height: 500px !important;
}

/*ENQUANTO A FUNCIONALIDADE NÃO FOR IMPLEMENTADA NO SISTEMA*/
#imgPromover {
    display: none !important;
}

.card-initial-page-text {
    text-align: center;
}


.accountButton {
    background-size: 10% 70%;
    background-position-x: 3%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    display: block;
    font-size: 16px;
    height: 45px;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    overflow: hidden;
    /*padding: 0 50px;*/
    background-image: url(https://b2cprosperidev.b2clogin.com/static/tenant/templates/idp_logos/colored/microsoft.svg);
    background-color: #fff;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    border: none;
    font-size: 1em;
    color: #000;
    cursor: pointer;
    margin-top: 10px;
    margin-right: auto;
    white-space: normal;
    box-shadow: 0 2px 10px rgba(0,0,150,.15);
}

@media (max-width: 620px) {
    .accountButton {
        height: auto;
        padding: 5px 30px;
        max-width: 100%;
    }
}


.accountButton:hover {
    background-image: url(https://b2cprosperidev.b2clogin.com/static/tenant/templates/idp_logos/white/microsoft.svg);
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #1662c7;
    color: #fff !important;
}

.info-container {
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    display: none;
}


/*PÁGINA INICIAL*/

.div-sem-campanhas {
    text-align: center;
    position: relative;
}

    .div-sem-campanhas > img {
        width: 100%;
    }

    .div-sem-campanhas .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        margin-top: 5rem;
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 20px;
        max-width: 40em;
    }

        .div-sem-campanhas .info > label {
            font-size: 48px;
            padding: 0 15px;
            font-weight: 400;
            text-align: right;
            color: #ffffff;
        }


    .div-sem-campanhas .btn-nova-campanha {
        font-size: 22px;
        margin: 10px 18px 0 25px;
        color: white;
        text-transform: uppercase;
        background-color: rgb(255,69,97);
        animation: background-color 3s ease;
    }

        .div-sem-campanhas .btn-nova-campanha:hover {
            background-color: rgb(237, 64, 90);
        }

        .div-sem-campanhas .btn-nova-campanha i {
            margin-right: 12px;
        }


@media (max-width: 620px) {
    .div-sem-campanhas .info > label {
        font-size: 18px;
    }

    .div-sem-campanhas .btn-nova-campanha {
        font-size: 16px;
    }
}

.tabela-ideias {
    cursor: pointer;
    width: 100%;
    position: relative;
}

    .tabela-ideias > img,
    .img-no-ideas {
        opacity: .5;
    }

div.sem-ideias {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
}

    div.sem-ideias > p {
        padding: 15px 20px;
        background-color: #fff;
        border-radius: 5px;
        border: 2px solid #f2f2f2;
        box-shadow: rgba(64,64,64,.1) -2px 3px;
    }

div.sem-campanhas-finalizadas {
    position: relative;
}

    div.sem-campanhas-finalizadas > img {
        opacity: .5;
    }

.aviso-sem-campanhas {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    right: 0;
    padding: 0 10px;
}

    .aviso-sem-campanhas > p {
        padding: 10px 10px;
        background-color: #fff;
        border-radius: 5px;
        border: 2px solid #f2f2f2;
        box-shadow: rgba(64,64,64,.1) -2px 3px;
        color: #5a5a5a;
        font-weight: bold;
        font-size: 11px;
        margin-bottom: 5px;
    }


.conteudo-modal {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px
}

.novaNotificacao {
    /*background-color: var(--bg-dark-color);*/
    background: linear-gradient(90deg,rgba(239, 24, 102, 0.30), rgba(239, 24, 102, 0.10));
}

/*innovation*/
.innovation-modal-header {
    margin-bottom: 5px;
}

.innovation-modal-header-row {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #D82059;
}

.spacer {
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
}

.ratings-row {
    display: flex !important;
    justify-content: start;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 10px;
}

.ratings-counter {
    font-weight: 600;
}

.ratings-criteria {
    cursor: pointer;
}

.innovation-modal-header-row #closeModal {
    background-color: #f3f3f3;
    color: #707070;
}

.hamburger-menu-dropdown {
    margin: auto 0 !important;
}

/*PÁGINA INICIAL*/


#winningIdeasWrapper {
    display: flex;
    flex-direction: row;
}

#winningIdeasButtons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 5px;
}

#winningIdeasButtons button {
    margin: 5px 0;
    width: fit-content;
}

@media (max-width: 768px) {
    #winningIdeasWrapper {
        flex-direction: column;
    }

    #winningIdeasButtons {
        margin-left: 0px;
    }

    #winningIdeasButtons button {
        width: 100% !important;
        margin: 30px 0px !important;
    }

    #winningIdeasButtons button:last-child {
        margin-top: 0px !important;
    }
}