
/* Custom referente a parte interna do sistema, ou seja, depois do login do usuário */
*:focus {
    outline: none;
}

html {
    height: 100%;
    background: #ECECEC;
}

body {
    height: 100%;
    font-family: 'arimo';
    font-size: 16px;
    background: #ECECEC;
    /*       margin-top: 81px; */
}

    body > form {
        height: 100%;
        font-family: arimo;
    }

p {
    color: #555555;
    font-size: 14px;
    font-family: arimo;
}

.break {
    word-break: break-all;
}

a {
    color: #0099CC;
    font-family: 'arimo';
}

    a:hover {
        color: #0099CC;
    }

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.pointer {
    cursor: pointer;
}

.no-label {
    padding-top: 26px;
}

.clear {
    clear: both;
}

.flex {
    display: flex;
}



.my-5 {
    margin: 20px 0px;
}

.flex-group {
    display: flex;
}

    .flex-group .btn {
        width: 100%;
        margin: 0 2px;
    }

label {
    color: #003458;
    font-size: 14px;
    text-transform: uppercase;
}

    label span {
        color: #D83500;
        font-size: 14px;
    }

:root {
    --light-blue: #0099CC;
}

.nav-tabs.opportunityTabs {
    border-color: #1e5993;
}

/*Oportunidade*/

.opportunityTabs li a {
    font-weight: bold;
    color: #1e5993 !important;
}

.oportunity-info {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #5454;
}

.promoting-label {
    color: var(--light-blue);
    font-size: 12px;
    font-weight: bold;
    /*margin-bottom: 15px;*/
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.promoting-eye {
    margin: 0 auto;
    opacity: 0;
    transition: 320ms ease;
    background: #1170D6;
    border-radius: 50%;
    padding: 2px;
    height: 25px;
    width: 25px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opportunity-box {
    display: inline-block;
}

    .opportunity-box:hover .promoting-eye {
        opacity: 1;
    }

.opportiunity-card {
    overflow: visible !important;
    margin-top: 0 !important;
}

.opportunity-title {
    font-size: 21px;
    /*font-weight: bold;*/
    font-family: 'arimo-bold';
    letter-spacing: -.05em;
    color: #1e5993;
    display: block;
    margin: -6px 0 6px 0;
}

.opportunity-title-name {
    cursor: pointer;
    transition: color 320ms ease;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 18px;
}

    .opportunity-title-name:hover {
        color: #525252;
    }

.alert-dayafter {
    color: #1170D6 !important;
}

    .alert-dayafter::before {
        content: '\f071';
        font-family: 'Font Awesome 5 Free';
        color: #1170D6;
        padding-right: 6px;
        font-size: 12px;
    }

.opportunity-dayafter {
    color: #1170D6;
    font-size: 21px;
    font-weight: bold;
    margin: -10px 0 0 0;
    padding: 0;
    display: inline-block;
}

.resource-label {
    font-size: 11px;
    color: #525252;
    font-weight: bold;
}

.opportinuty-header-card {
    padding: 30px 30px 0;
    position: relative;
    border-radius: 15px 15px 0 0;
    min-height: 190px;
}

.opportinuty-footer-card {
    background: #fff;
    padding: 17px 10px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.promoting-title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    display: block;
}

.opportunity-close {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.promoting-institutions-card div {
    height: 100%;
    padding: 80px 30px 30px 30px;
}

.opportunity-inner-box, .promoting-institutions-card {
    transition: 320ms ease;
    transform-style: preserve-3d;
    min-height: 100px;
    padding-bottom: 96px;
}

.promoting-institutions-card {
    transform: rotateY(180deg);
}

.promoting-institutions {
    color: #fff;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    /*overflow: visible !important;*/
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/*.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}*/

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
    background-color: #1e5993;
    transform: rotateY(180deg);
    overflow: visible !important;
    position: absolute;
    top: -52px;
}

.opportunity-tr {
    background-color: #fff;
    border-bottom: 3px solid #ECECEC;
    color: #1e5993 !important;
}

    .opportunity-tr td {
        padding: 18px !important;
    }

.modal-info-data {
    color: #555555;
    font-size: 14px;
    font-family: arimo;
    display: inline-block;
}

.modal-table-row {
    margin-bottom: 20px;
}
/*OPORTUNIDADE FIM*/
.periodo .form-inline {
    display: flex;
}

    .periodo .form-inline .form-group {
        width: 100%;
    }

    .periodo .form-inline label {
        width: 43px;
        text-align: center;
        line-height: 38px;
    }

    .periodo .form-inline input {
        width: 100%;
    }

li {
    list-style: none;
}

small {
    font-size: 12px;
    color: #525252;
    font-family: arimo;
}

ul, ol {
    padding: 0;
}

h2, h3, h4, h5, h6 {
    letter-spacing: -0.04em;
    font-family: 'arimo-bold';
    line-height: 0.95;
}

hr {
    border-top: 1px solid #ccc;
    clear: both;
    width: 100%;
}

h2 {
    color: #023658;
    font-size: 38px;
    font-family: 'arimo-bold';
    margin-top: 0;
}

h3 {
    color: #013558;
    font-size: 32px;
    font-family: 'arimo-bold';
    margin-bottom: 25px;
    clear: both;
}

strong {
    color: #545454;
    font-family: 'arimo-bold';
}

.relative {
    position: relative;
}

.img-fluid {
    display: block;
    width: 100%;
}

.input-file-transparent, .pretty-file {
    opacity: 0;
    width: calc(100% - 109px);
    width: 58px;
    position: absolute;
    height: 79px;
    z-index: 9999;
    cursor: pointer;
    left: 22px;
}

    .pretty-file input[type="file"] {
        display: none;
    }

    .pretty-file + .tooltip {
        top: 25px !important;
    }

.check-middle {
    height: 67px;
    padding-top: 32px;
}

.challenges-table-actions {
    display: flex;
    align-items: center;
}

    .challenges-table-actions .icon-ideia {
        margin: 0 5px;
    }

.remover-label .form-group input[type='checkbox'] + label {
    display: inline;
}

.tb-z-auto, .alg-center {
    display: table;
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.tcenter {
    text-align: center;
}

.tabela .tcenter a.btn-effect {
    margin: 0 auto;
    float: none;
}

    .tabela .tcenter a.btn-effect i {
        top: 6px;
        left: 8px;
    }

.form-control {
    height: 40px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

    .form-control::-webkit-input-placeholder {
        color: #999999 !important;
        font-size: 14px;
    }

    .form-control:-moz-placeholder {
        color: #999999 !important;
        font-size: 14px;
    }

.form-group .input-group .input-group-addon {
    background: transparent;
    border: 0;
    font-size: 25px;
    color: #0099CC;
    padding: 0 10px 0 0;
    position: relative;
}

.company-open .form-group .input-group .input-group-addon {
    padding: 0px;
    margin-right: 30px;
}

.form-group .input-group .input-group-addon i {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}

.company-open .form-group .input-group .input-group-addon i {
    left: -9px !important;
}

select:required:invalid {
    /*   color: red; */
}

option[value=""][disabled] {
    /*display: none;*/
    color: #CCC;
}

/* option {
  color: blue;
} */
/* ====cores======== */

.bg-ideia {
    background: #FF9C00;
}

.bg-desafio {
    background: #467DB5;
}

.bg-colaborar {
    background: #CE2323;
}

.bg-azul {
    background: #0099CC;
}

.bg-azul-escuro {
    background: #013558;
}

.bg-home {
    background: #fff;
    color: #023658;
}

.txt-ideia {
    color: #FF9C00;
}

.txt-desafio {
    color: #CE2323;
}

.txt-colaborar {
    color: #467DB5;
}

.txt-azul {
    color: #0099CC;
}

.txt-azul-escuro {
    color: #013558;
}

.icon-gamef_alpha:before {
    color: #1c8060;
}

.icon-gamef_beta:before {
    color: #d3822e;
}

.icon-gamef_delta:before {
    color: #18728f;
}

.icon-gamef_gama:before {
    color: #bc511c;
}

.icon-gamef_omega:before {
    color: #775496;
}

.ver-mais {
    display: block;
    text-align: center;
    padding: 13px 0;
    color: #0099CC;
    font-family: 'arimo-bold';
    font-size: 14px;
}
/* =======botao========= */
.btn-simple {
    font-size: 14px;
    color: #0099CC;
    padding: 5px;
    background: transparent;
    border: 0;
    outline: 0;
    position: relative;
    padding: 10px;
    text-decoration: none;
    /*padding-left: 34px;*/
    text-transform: uppercase;
    font-family: 'arimo-bold';
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
}

    .btn-simple:hover {
        background: transparent;
        text-decoration: none;
        color: #023658 !important;
    }

    .btn-simple i {
        font-size: 16px;
        margin-right: 7px;
        position: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin-left: -20px;*/
    }


.btn-effect.btn-simple:hover.btn-dark-blue.add-ideia { /* Adicionado para remover o azul do hover no botão adicionar ideia em 10/07/2018. David estava de férias. */
    background: transparent;
    text-decoration: none;
    color: #FFF !important;
}

.btn-dark-blue {
    float: left;
    font-size: 14px;
    color: #1FA5D2;
    padding: 5px;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px;
    text-decoration: none;
    /*padding-left: 28px;*/
    font-size: 12px;
    color: #386491;
    font-family: 'arimo-bold';
    position: relative;
}

a.btn-dark-blue:hover, button.btn-dark-blue:hover {
    color: #0099CC;
}

.btn-effect.carregar {
    text-align: center;
    color: #555555;
    font-size: 14px !important;
    font-family: 'arimo-bold';
    border-top: 1px solid #ccc;
    padding: 10px;
}

.switch-box-challenges {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

    .switch-box-challenges i {
        color: #386491;
    }

.fa-th {
    display: inline-block;
    margin-right: 25px;
}

.switch-box-challenges .active {
    color: #023658 !important;
    pointer-events: none;
}

.fa-th {
    display: inline-block;
}

.table-challenge-title:hover {
    color: #386491;
}

.chalhenge-tr td {
    color: white !important;
    font-size: 16px;
}

.table-challenge-title {
    font-weight: bold;
    font-size: 20px !important;
}

.chalhenge-tr {
    border-bottom: 3px solid #fff;
}

    .chalhenge-tr:last-child {
        border: none;
    }

    .chalhenge-tr i {
        color: #fff;
        font-size: 20px;
    }

.challenges-table-actions i {
    display: flex;
}

.challenges-table-actions .disabled {
    color: #fff !important;
}

.home-challenges-table td {
    vertical-align: middle !important;
}

.home-challenges-table tr:first-child td:first-child {
    border-radius: 6px 0 0 0px;
}

.home-challenges-table tr:first-child td:last-child {
    border-radius: 0 6px 0 0px;
}

.home-challenges-table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.home-challenges-table tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.home-challenges-table th {
    font-size: 15px !important;
    color: #023658 !important;
}

.carregar .btn-effect {
    text-align: center;
    color: #555555;
    font-size: 14px !important;
    font-family: 'arimo-bold';
    border-top: 1px solid #ccc;
    padding: 10px;
    margin: 0 !important;
}

.btn-effect.btn-primary {
    height: 40px;
    line-height: 26px;
}

.carregar small {
    color: #386491;
    font-size: 11px;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-family: 'arimo-bold';
    text-align: center;
}

.modal-header small {
    text-transform: uppercase;
    font-size: 11px;
    font-family: arimo-bold;
}

.btn-group {
    width: 100%;
}

    .btn-group .dropdown-toggle {
        height: 40px;
        width: 100%;
    }

.panel .pull-right .btn-simple {
    float: left;
}


/*=================================== TOPO ========================================*/

header {
    background-color: #023658;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 50;
}

    header hgroup {
        height: 80px;
        line-height: 80px;
        padding-left: 56px;
        float: left;
        position: relative;
        z-index: 9;
    }

        header hgroup h1 {
            font-size: inherit;
            height: 42px;
            line-height: 42px;
            margin-left: 25px;
            float: left;
            margin-left: 0;
            border-right: 1px solid rgba(255, 255, 255, 0.26);
            padding-right: 10px;
        }

            header hgroup h1 a {
                background: url(../images/logo_branca.png) no-repeat;
                background-size: 100%;
                width: 177px;
                height: 42px;
                text-indent: -9000px;
                overflow: hidden;
                float: left;
                vertical-align: middle;
            }


        header hgroup h2 {
            font-size: .6em;
            color: #fff;
            padding-left: 12px;
            /*border-left: 1px solid rgba(255, 255, 255, 0.26);*/
            /*height: 40px;*/
            line-height: 14px;
            /*margin-left: 20px;*/
            font-weight: normal;
            letter-spacing: 5px;
            text-transform: uppercase;
            float: left;
            height: 100%;
            margin: 0;
            outline: 0;
            display: flex;
        }

            header hgroup h2 span.texto {
                /*position: absolute;*/
                top: 0;
                bottom: 0;
                margin: auto;
                /*width: 18vw;  Comentado pois o tooltip ficava no local errado.*/
                /*height: 26px;*/
                line-height: 14px;
                /*width: 18vw;*/
                /*border-left: 1px solid rgba(255, 255, 255, 0.26);*/
                min-height: 39px;
                display: flex;
                align-items: center;
            }

            header hgroup h2 span.logo-cliente {
                /*background: #fff;*/
            }

                header hgroup h2 span.logo-cliente img {
                    min-height: 80px;
                    max-height: 80px;
                }

    header a:hover, header a:focus, header a:active {
        text-decoration: none;
    }

    header h2 i {
        font-size: 60px;
    }

    header ul {
        float: right;
    }

/*========================MENU====================================================*/
.menu {
    padding: 0;
    border: 0;
}

header nav {
    position: fixed;
}

.nav-mobile {
    /*background: rgba(0,0,0,0.85);*/
    color: #FFF;
    padding: 0;
    margin: 0;
    cursor: auto;
    list-style-type: none;
    /*box-shadow: 0 5px 5px -5px #333;*/
    position: absolute;
    height: 80px;
    z-index: 9;
}

    .nav-mobile:after {
        content: "";
        display: table;
        clear: both;
    }

    .nav-mobile svg {
        height: 50px;
        width: 50px;
        padding: 13px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        /*background-color: #09C;*/
        border-radius: 6px;
        z-index: 9999;
        margin: auto;
    }

        .nav-mobile svg path {
            fill: #fff;
        }

        .nav-mobile svg.icon-close {
            display: none;
            padding: 17px;
            /*background: #09C;*/
        }

    .nav-mobile li {
        width: 100%;
        line-height: 46px;
        text-align: center;
        float: left;
    }

        .nav-mobile li a {
            display: block;
            color: #FFF;
            width: 100%;
            text-decoration: none;
            /*  line-height: 17px;
    padding: 19px 12px;*/
            font-size: .75em;
            text-transform: uppercase;
            padding: 15px 15px 15px 41px;
        }

    .nav-mobile .menu-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        display: block;
    }

        .nav-mobile .menu-button:after {
            opacity: 0;
            top: 80px;
            content: "";
            width: 100vw;
            display: block;
            position: fixed;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5);
            content: "";
            pointer-events: none;
            transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
            transition-delay: 0.1s;
            right: 0;
            z-index: 1;
        }

    .nav-mobile #menu-toggle {
        display: none;
    }

        .nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
            display: block;
        }

        .nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
            display: none;
        }

        .nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
            opacity: 1;
            pointer-events: auto;
            transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
        }

.menu input[type='checkbox'] + label:before {
    display: none;
}

.menu .nav-mobile #menu-toggle.active ~ .menu-button:after, .menu .nav-mobile #menu-toggle:checked ~ .menu-button:after {
    content: " ";
}

.nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}


.nav-mobile .menu-container {
    float: left;
    cursor: pointer;
    z-index: 10;
    top: 99px;
    height: 100%;
}

    .nav-mobile .menu-container .menu-sidebar {
        box-shadow: 5px 0 5px -5px #333;
        display: block;
        bottom: 0;
        background-color: rgba(0,0,0,0.85);
        color: #FFF;
        position: fixed;
        transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
        z-index: 2;
        list-style-type: none;
        max-width: 300px;
        top: 80px;
        transform: translateX(-405px);
        padding: 75px 10px 10px 10px;
        padding: 44px 0 10px 0px;
        cursor: default;
        left: 0;
        overflow: hidden;
    }

        .nav-mobile .menu-container .menu-sidebar .arrow {
            position: absolute;
            line-height: 50px;
            color: #FFF;
            top: 0;
            z-index: 0;
        }

            .nav-mobile .menu-container .menu-sidebar .arrow.left {
                left: 25px;
            }

            .nav-mobile .menu-container .menu-sidebar .arrow.right {
                right: 25px;
            }

        .nav-mobile .menu-container .menu-sidebar li {
            line-height: 55px;
            text-align: left;
            position: relative;
            list-style: none;
        }

            .nav-mobile .menu-container .menu-sidebar li > a {
                border-bottom: 1px solid rgba(255, 255, 255, .3);
            }

            .nav-mobile .menu-container .menu-sidebar li ul {
                padding: 0;
                width: 100%;
            }

.navbar-nav > li > .dropdown-menu {
    width: 100%;
}

.nav-mobile .menu-container .menu-sidebar ul {
    /*       padding: 13px; */
    margin: 0;
}

.nav-mobile .menu-container .menu-sidebar li a:hover,
.nav-mobile .menu-container .menu-sidebar li a:focus {
    background-color: #09C;
}

.nav-mobile .menu-container .menu-sidebar li ul li {
    border: 0;
}

    .nav-mobile .menu-container .menu-sidebar li ul li a {
        padding: 0 10px 0 73px;
    }

        .nav-mobile .menu-container .menu-sidebar li ul li a .contador {
            line-height: 15px;
            background: #fff;
            color: #000;
            right: 13px;
            top: 16px;
        }

        .nav-mobile .menu-container .menu-sidebar li ul li a:hover {
            color: #0099CC;
            background: transparent;
        }

            .nav-mobile .menu-container .menu-sidebar li ul li a:hover .contador {
                color: #fff;
                background: #0099CC;
            }

.nav-mobile .menu-container .menu-sidebar li.user {
    background: rgba(0, 0, 0, 0.35);
    padding: 15px;
    border: 0;
    display: none;
    color: #FFF;
    width: 100%;
    font-size: .75em;
    text-transform: uppercase;
}

    .nav-mobile .menu-container .menu-sidebar li.user a {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 32px;
        height: 32px;
        background: #EC5D65;
        border-radius: 100%;
        font-size: 19px;
        padding: 6px 10px;
    }

    .nav-mobile .menu-container .menu-sidebar li.user .image img {
        height: 55px;
    }

        .nav-mobile .menu-container .menu-sidebar li.user .image img.gamificacao {
            height: auto;
            top: 15px;
        }

    .nav-mobile .menu-container .menu-sidebar li.user p, .nav-mobile .menu-container .menu-sidebar li.user strong {
        color: #fff;
        font-size: 12px;
    }

    .nav-mobile .menu-container .menu-sidebar li.user p {
        padding: 5px 0 0 19px;
        line-height: 23px;
        float: left;
        display: table;
    }

    .nav-mobile .menu-container .menu-sidebar li.user strong {
        display: block;
        width: 100%;
    }

.nav-mobile .menu-container .menu-sidebar li > a:hover, .nav-mobile .menu-container .menu-sidebar li > a:focus {
    text-decoration: none;
    background-color: #09C;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: white;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-width: 400px;
}

md-switch.md-default-theme.md-checked.md-primary .md-thumb, md-switch.md-checked.md-primary .md-thumb {
    background-color: #386491 !important;
}

md-switch.md-default-theme.md-checked.md-primary .md-ink-ripple, md-switch.md-checked.md-primary .md-ink-ripple {
    color: #386491 !important;
}

.fa fa-table {
    color: #386491 !important;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    padding-left: 50px;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
}

    .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
        width: 65vw;
        visibility: visible;
        z-index: 1;
        transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
    }

/* para submenu */
.navbar-nav > li > a[href*=".item-ac"]:before, .menu .navbar-nav.user > li > a:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f078";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-left: 2px;
    /*border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
    top: -20px;
    bottom: 0;
    position: absolute;
    margin: auto;
    right: 35px;
}

.new-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu .navbar-right.user .dropdown-menu {
    width: 320px;
    padding: 18px;
    top: 98%;
}

.menu .navbar-right.user li {
    float: left;
    width: 100%;
    /*padding: 6px 0;*/
    display: flex;
    align-items: center;
    font-size: 12px;
}

    .menu .navbar-right.user li ul {
        width: 100%;
    }

    .menu .navbar-right.user li a {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .menu .navbar-right.user li a span {
            color: #525252;
        }

        .menu .navbar-right.user li a:hover span {
            color: #023658;
        }

.menu .navbar-right.user .dropdown-menu ul li ul li {
    text-transform: uppercase;
}

.menu .navbar-right.user .dropdown-menu .userName {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
}

.menu .navbar-right.user li .userName .foto-usuario {
    position: relative;
    display: flex;
    align-items: center;
}

    .menu .navbar-right.user li .userName .foto-usuario .image {
        width: 64px;
        height: 64px;
    }

    .menu .navbar-right.user li .userName .foto-usuario .gamificacao {
        left: auto;
        right: -8px;
        top: 7px;
    }

.menu .navbar-right.user li .userName .texto {
    padding: 0 18px;
    width: 100%;
}

    .menu .navbar-right.user li .userName .texto p {
        font-size: 14px;
        margin: 0;
    }

    .menu .navbar-right.user li .userName .texto a {
        font-size: 16px;
        font-family: 'arimo-bold';
    }

    .menu .navbar-right.user li .userName .texto strong {
        font-size: 12px;
    }

    .menu .navbar-right.user li .userName .texto span {
        font-size: 12px;
    }

.menu .navbar-right.user li.nav-topo {
    display: none;
}

    .menu .navbar-right.user li.nav-topo i {
        color: #023658;
    }

.menu .navbar-right.user li.nav-info {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
}

    .menu .navbar-right.user li.nav-info ul li a {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 100%;
        color: #666666;
    }

.menu .navbar-right.user li i {
    font-size: 29px;
    width: 41px;
    height: 41px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu .navbar-right.user li i.fa, .menu .navbar-right.user li i.fas {
        font-size: 23px;
    }

.menu .navbar-right.user li.pontos {
    background: #0099CC;
    color: #fff;
}

.menu .navbar-right.user li.nav-loja {
    padding: 10px 0;
}

    .menu .navbar-right.user li.nav-loja a {
        color: #023658;
    }

.menu .navbar-right.user > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.menu .navbar-nav.user > li > a {
    padding: 0 23px;
    color: #FFF;
    position: relative;
    background: transparent;
    margin-left: 15px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    display: table;
}

.menu .navbar-nav.user > li > .userName {
    padding: 12px 10px 4px 13px;
    color: #FFF;
    position: relative;
    background: transparent;
    margin-left: 15px;
}

.menu .navbar-right.user li.sair {
    border-top: 1px solid #D6D6D6;
    margin-top: 20px;
}

    .menu .navbar-right.user li.sair a {
        padding: 0;
        color: #D93600;
        text-transform: uppercase;
    }

.menu .navbar-nav.user > li > a.sair {
    display: flex;
    background: #ec5d65;
    padding: 5px 19px;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    margin: 18px 20px 0 0;
    float: left;
}

    .menu .navbar-nav.user > li > a.sair:hover {
        background: #fff;
        color: #ec5d65;
    }

.menu .navbar-nav.user > li > .userName:hover, .menu .navbar-nav.user > li > .userName:focus {
    background: #023657;
}

.menu .navbar-nav.user > li > a:before {
    top: -28px;
    opacity: 0;
}

.menu .navbar-nav.user > li > a:after {
    content: " ";
    clear: both;
    display: block;
}

.menu .navbar-nav.user > li > .userName:before {
    top: -28px;
    opacity: 0;
}

.menu .navbar-nav.user > li > .userName:after {
    content: " ";
    clear: both;
    display: block;
}

.menu .navbar-nav.user > li > .userName a {
    float: left;
    line-height: 32px;
    padding: 10px;
}

.menu .navbar-nav.user > li > .userName strong, .menu .navbar-nav.user > li > .userName a {
    color: #fff;
}

    .menu .navbar-nav.user > li > .userName a:hover {
        text-decoration: underline;
    }

.gamificacao {
    position: absolute;
    left: 52px;
    font-size: 21px;
    top: 8px;
    border-radius: 100%;
    width: 21px;
    height: 21px;
    padding: 0;
}

.menu .icones {
    padding: 23px 8px;
    background: #023658;
    border-radius: 0 0 0 25px;
}

    .menu .icones li > a {
        border-radius: 200px;
        overflow: hidden;
        margin: 0 10px;
        width: 32px;
        height: 32px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .menu .icones li > a.bg-ideia:hover, .menu .icones li > a.bg-ideia:focus, .menu .icones li > a.bg-ideia:active {
            background: #FF9C00;
        }

        .menu .icones li > a.bg-colaborar:hover, .menu .icones li > a.bg-colaborar:focus, .menu .icones li > a.bg-colaborar:active {
            background: #CE2323;
        }

        .menu .icones li > a i {
            font-size: 19px;
            color: #fff;
        }

.menu .navbar-right.user {
    margin: 0;
}

.menu .icones li > .bg-home i {
    color: #023658;
}

.contador {
    background: #ccc;
    position: absolute;
    z-index: 9;
    border-radius: 100%;
    font-size: 11px;
    font-family: 'arimo-bold';
    padding: 5px 1px;
    width: 24px;
    height: 24px;
    text-align: center;
}

.menu .icones li .contador {
    color: #fff;
    background: #DC5317;
    right: -3px;
    top: -13px;
    width: 24px;
    height: 24px;
}

.menu .icones li > .bg-amarelo:hover, .menu .icones li > .bg-amarelo:focus {
    background: #FF9C00;
}

.menu .icones li > .bg-azul:hover, .menu .icones li > .bg-azul:focus {
    background: #467DB5;
}

.menu .user .image {
    float: left;
    border-radius: 100%;
    overflow: hidden;
    width: 42px;
    height: 42px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    /*border: 5px solid #023658;
    box-sizing: initial;*/
}
    /*.menu .user .image:hover{
          border: 5px solid ;
    box-sizing: initial;
}*/
    .menu .user .image .gamificacao {
    }
/*==============================CONTEUDO====================================*/
.base {
    position: relative;
    min-height: 100%;
    width: 100%;
    padding: 100px 0;
    /*overflow: hidden;*/
    height: 100%;
}

    .base .container-fluid {
        width: 100%;
    }

.conteudo-maior {
    /*flex-basis: 100%;*/
    max-width: 100%;
    -webkit-transition: width 0.28s;
    -moz-transition: width 0.28s;
    -o-transition: width 0.28s;
    transition: width 0.28s;
    overflow: initial !important;
}

/* classe para dica de imput por Anderson em 09/07/2018 */
.conteudo small.dicaSelect {
    /*position: absolute;*/
    width: 368px;
    min-height: 40px;
    padding: 10px;
    background: lightgrey;
    border-radius: 6px;
    top: 25px;
    left: -4px;
    z-index: 99999;
    line-height: 10px;
    margin: 0 !important;
}

.btn-close-direita {
    position: absolute;
    left: -37px;
    top: 6px !important;
    background: #023658;
    color: #FFF;
    /*z-index: 9;*/
    cursor: pointer;
    border-radius: 8px 0px 0px 8px;
    outline: 0;
}

    .btn-close-direita:focus, .btn-close-direita:hover {
        background: #023658;
        color: #FFF;
        outline: 0;
    }

.recolhido .btn-close-direita i:before {
    /*content: "\f0c9";*/
    content: "\f067";
}

.base .coluna-direita, .base .direita-maior {
    -webkit-transition: right 0.60s;
    -moz-transition: right 0.60s;
    -o-transition: right 0.60s;
    transition: right 0.60s;
    right: 0;
    left: auto !important;
    padding-top: 20px;
    background: linear-gradient(1 80deg, rgba(255,255,255,1) 75%, rgba(0,212,255,1) 75%, rgba(0,212,255,0) 75%);
}

.direita-maior {
    /*flex-basis: 100%;*/
    position: relative;
    max-width: 340px;
    display: inline-block;
    width: 100%;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 9;
}

.recolhido .conteudo-maior {
    width: 100% !important;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.recolhido .coluna-direita, .recolhido .direita-maior {
    right: -340px;
    -webkit-transition: right 0.38s;
    -moz-transition: right 0.38s;
    -o-transition: right 0.38s;
    transition: right 0.38s;
}

.conteudo {
    width: 100% !important;
    padding: 17px 30px;
    margin-bottom: 20px;
}

    .conteudo h4 {
        color: #545454;
        color: #386491;
        font-size: 30px;
        font-family: 'arimo-bold';
        margin-top: 0;
    }

    .conteudo small {
        display: block;
        margin: 7px 0;
    }

small a {
    color: #0099CC;
    font-family: 'arimo-bold';
    font-weight: 100;
}

.conteudo .panel-heading {
    margin-bottom: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #467DB5;
    margin-bottom: 9px;
    align-items: center;
}

    .conteudo .panel-heading .filtro {
        margin: 0 !important;
        display: flex;
    }

    .conteudo .panel-heading h2 {
        margin: 0;
    }

        .conteudo .panel-heading h2 i {
            font-size: 30px;
            padding: 0 10px;
        }

    .conteudo .panel-heading .voltar {
        padding-top: 0;
        padding-bottom: 0;
        float: right;
        padding-right: 45px;
        top: 11px;
    }

        .conteudo .panel-heading .voltar i {
            top: -4px;
        }

    .conteudo .panel-heading .btn-voltar {
        /*margin-top: 22px;*/
        border-left: 2px solid #023658;
        margin-left: 13px;
        padding-left: 46px;
    }

        .conteudo .panel-heading .btn-voltar i {
            left: 16px;
        }

    .conteudo .panel-heading .bt-tuto-adm {
        color: #09c;
        font-size: 28px;
        /*position: relative;*/
        bottom: -20px;
        left: 12px;
    }

.conteudo .panel p a {
    display: block;
    word-wrap: break-word;
    line-height: 14px;
}

.conteudo .filtro {
    margin-top: 20px;
    display: flex;
}

    .conteudo .filtro label {
        color: #013558;
        font-family: 'arimo-bold';
        font-size: 14px;
        text-transform: uppercase;
        left: 15px;
        top: 12px;
        position: relative;
        display: block;
        max-width: none;
        width: 170px;
    }

    .conteudo .filtro .input-group-btn {
        padding: 0 3px;
    }

    .conteudo .filtro label i {
        position: absolute;
        top: -2px;
        right: 6px;
        font-size: 24px;
        top: -17px;
        left: -23px;
    }

    .conteudo .filtro .btn-effect {
        position: absolute;
        right: 10px;
        top: 0;
        width: 43px;
        height: 40px;
        text-align: center;
        display: block;
        padding: 9px;
    }

    .conteudo .filtro select, .conteudo .filtro input {
        border: 0;
        height: 40px;
        margin-left: 5px;
        /*     width: calc(100% - 62px); */
        font-family: 'arimo';
        color: #545454;
    }

    .conteudo .filtro i {
        font-size: 19px;
        color: #023658;
        /* padding: 7px 0; */
        margin: 0;
        /* position: initial; */
        /* text-align: center; */
        top: 0;
        left: 9px;
        bottom: 0;
        margin: auto;
        height: 20px;
    }

.conteudo .perfil {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .conteudo .perfil .foto {
        max-width: 200px;
        width: 15vw;
        height: 15vw;
        max-height: 200px;
        min-width: 100px;
        min-height: 100px;
        position: relative;
    }

        .conteudo .perfil .foto div {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            cursor: pointer;
        }

        .conteudo .perfil .foto:hover div {
            background: rgba(0,0,0, 0.5);
        }

        .conteudo .perfil .foto a {
            opacity: 0;
        }

        .conteudo .perfil .foto:hover a {
            opacity: 1;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            display: flex;
            height: 6vw;
            width: 6vw;
            background: #023658;
            text-align: center;
            /* padding: 17px; */
            border-radius: 100%;
            max-width: 62px;
            max-height: 62px;
            align-items: center;
            justify-content: center;
        }

        .conteudo .perfil .foto a i {
            padding: 0;
            font-size: 25px;
            color: #fff;
        }

    .conteudo .perfil .gamificacao {
        position: relative;
        top: -2px;
        left: 4px;
        width: 30px;
        height: 30px;
    }

    .conteudo .perfil a {
        margin-bottom: 12px;
        display: inline-block;
    }

        .conteudo .perfil a:hover {
            text-decoration: none;
        }

        .conteudo .perfil a i {
            padding-right: 9px;
        }

    .conteudo .perfil .btn-effect {
        float: left;
    }

    .conteudo .perfil .btn-dark-blue {
        font-size: 14px;
    }

.conteudo .item-ideia {
    float: left;
    width: 100%;
}

    .conteudo .item-ideia .panel {
        padding: 35px 25px 15px;
        position: relative;
        /*margin-bottom: 52px;*/
    }

.panel:after {
    content: "";
    display: block;
    clear: both;
}

.conteudo .item-ideia .panel:after {
    content: "";
    display: block;
    clear: both;
}

.conteudo .item-ideia .bg-ideia {
    position: absolute;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    left: -10px;
    top: -9px;
    display: none;
}

.conteudo .item-ideia .panel .bt-editar {
    position: absolute;
    top: 7px;
    right: 8px;
    padding: 5px 10px;
    font-size: 19px;
}

.conteudo .item-ideia .panel p {
    margin: 0;
}

.conteudo .item-ideia h3 {
    margin-top: 0;
}

.foto {
    float: left;
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: top;
    width: 5vw;
    height: 5vw;
    background-size: cover;
    background-position: center;
}

    .foto img {
        width: 100%;
    }

.foto-resposta {
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: table-cell;
    vertical-align: top;
    width: 2vw;
    height: 2vw;
    background-size: cover;
    background-position: center;
}

    .foto-resposta img {
        width: 100%;
    }

.texto {
    padding-left: 14px;
    display: grid;
    vertical-align: top;
}

.ellipsis {
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    text-overflow: ellipsis;
}

/* .conteudo .item-ideia .texto{
  padding: 10px;
  float: left;
} */
.conteudo .item-ideia .icones {
    padding-top: 3px;
    border-top: 1px solid #ddd;
    display: flex;
}

.conteudo .item-ideia li {
    list-style: none;
}

.conteudo .item-ideia .icones ul {
    padding: 10px 0 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-family: 'arimo-bold' !important;
    display: flex;
}

.conteudo .item-ideia .icones .acoes.btn-list ul {
    float: right;
    width: auto;
}

.conteudo .item-ideia .icones .contagem ul li {
    list-style: none;
    float: left;
    display: block;
    font-family: 'arimo-bold' !important;
    padding-left: 35px;
    padding-right: 6px;
    margin-bottom: 10px;
}

.conteudo .item-ideia .icones li {
    font-family: 'arimo-bold' !important;
    font-size: 12px;
    margin-right: 4px;
    position: relative;
}

    .conteudo .item-ideia .icones li i {
        font-size: 25px;
        position: absolute;
        left: -5px;
        top: -14px;
    }

.conteudo .item-ideia .icones .acoes {
    /*min-width: 169px;*/
}

    .conteudo .item-ideia .icones .acoes li a {
        color: #1FA5D2;
        float: left;
        padding: 0px 7px;
        padding-left: 30px;
        text-decoration: none;
        margin: 0 3px;
        font-family: 'arimo-bold';
        opacity: 0.6;
        overflow: visible;
    }

        .conteudo .item-ideia .icones .acoes li a.active, .conteudo .item-ideia .icones .acoes li a:hover {
            opacity: 1;
            color: #046282;
        }

            .conteudo .item-ideia .icones .acoes li a.active i:before {
                content: '\e804';
            }

    .conteudo .item-ideia .icones .acoes li i {
        top: -12px;
    }

        .conteudo .item-ideia .icones .acoes li i.fa, .conteudo .item-ideia .icones .acoes li i.fas, .conteudo .item-ideia .icones .acoes li i.far {
            top: -4px;
            left: 4px;
            width: 24px;
            display: block;
            font-size: 20px;
            text-align: center;
        }

    .conteudo .item-ideia .icones .acoes li .icon-comentarios:before {
        top: 1px;
        position: relative;
    }

.conteudo .item-ideia .icones .contagem li {
    color: #003458;
    font-size: 14px;
}

.modal-footer.texto .icones {
    padding-top: 3px;
    border-top: 1px solid #ddd;
}

.conteudo .item-ideia li {
    list-style: none;
}

.modal-footer.texto .icones ul {
    padding: 10px 0 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-family: 'arimo-bold' !important;
    display: flex;
}

.modal-footer.texto .icones .contagem ul li {
    list-style: none;
    float: left;
    display: block;
    font-family: 'arimo-bold' !important;
    padding-left: 35px;
    padding-right: 6px;
    margin-bottom: 10px;
}

.modal-footer.texto .icones li {
    font-family: 'arimo-bold' !important;
    font-size: 12px;
    margin-right: 4px;
    position: relative;
}

    .modal-footer.texto .icones li i {
        font-size: 30px;
        position: absolute;
        left: -5px;
        top: -14px;
    }

.modal-footer.texto .icones .acoes li a {
    color: #1FA5D2;
    float: left;
    padding: 10px 7px;
    padding-left: 36px;
    text-decoration: none;
    margin: 0 3px;
    font-family: 'arimo-bold';
    opacity: 0.6;
}

    .modal-footer.texto .icones .acoes li a.active, .modal-footer.texto .icones .acoes li a:hover {
        opacity: 1;
        color: #046282;
    }

        .modal-footer.texto .icones .acoes li a.active i:before {
            content: '\e804';
        }

.modal-footer.texto .icones .acoes li i {
    top: -8px;
}

    .modal-footer.texto .icones .acoes li i.fa, .modal-footer.texto .icones .acoes li i.far {
        top: 4px;
        left: 7px;
        font-size: 22px;
    }

.modal-footer.texto .icones .acoes li .icon-comentarios:before {
    top: 1px;
    position: relative;
}

.modal-footer.texto .icones .contagem li {
    color: #003458;
    font-size: 14px;
}

.item-ideia .panel:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.item-ideia .texto:before {
    content: "";
    width: 0;
    height: 0;
    background: url(../images/ponta-balao-ideia.svg) no-repeat;
    position: absolute;
    bottom: 19px;
    left: -30px;
    /* right: 0; */
    margin: auto;
    width: 50px;
    height: 50px;
    display: block;
}

.conteudo .panel {
    padding: 18px 22px;
    padding: 29px 22px;
}

    .conteudo .panel legend {
        color: #013558;
        font-size: 20px;
        font-family: 'arimo-bold';
        border: 0;
    }

        .conteudo .panel legend.barra-inferior {
            display: block;
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
            font-size: 21px;
            line-height: inherit;
            color: #333;
            border: 0;
            border-bottom: 1px solid #e5e5e5;
        }

.panel-footer {
    clear: both;
    background: transparent;
}

    .panel-footer a + a {
        margin-left: 5px;
    }

.group-data {
}

    .group-data .form-group {
        width: 100%;
        display: flex;
    }

    .group-data label {
        color: #545454;
        text-transform: none;
        font-family: 'arimo';
        padding: 10px 15px 10px 0;
        font-weight: 100;
    }

    .group-data .form-group .form-control {
        width: 100%;
    }

.lista-desafios .item .item-ideia .ideia .texto .foto {
    position: relative;
}

.circle {
}


.btn-arquivo-anexo {
    width: 50%;
}

    .btn-arquivo-anexo i {
        font-size: 2.5vw;
    }

.col-arquivo-anexo {
    display: flex;
    padding-top: 20px;
}

.btn-radio-middle {
    padding-top: 8px;
}

/* ===============TESTE READ MORE=============== */

.active .read-wrap {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

    .active .read-wrap > * {
    }

    .active .read-wrap p {
        margin-bottom: 0.35rem;
    }

.active .read-more {
    position: relative;
    color: #34495e;
    text-decoration: none;
    cursor: text;
}

    .active .read-more .trigger {
        display: block;
        position: absolute;
        bottom: 7px;
        font-size: 11px;
        cursor: pointer;
        color: #0099CC;
        text-transform: uppercase;
        font-family: 'arimo';
    }

        .active .read-more .trigger::before {
            content: attr(data-read-more);
        }

    .active .read-more .read-content {
        position: relative;
        overflow: hidden;
        max-height: 89.6px;
        -webkit-transition: max-height 500ms ease;
        transition: max-height 500ms ease;
    }

        .active .read-more .read-content::before {
            content: '';
            -webkit-transition: opactiy 500ms ease, visibility 500ms ease;
            transition: opactiy 500ms ease, visibility 500ms ease;
            background-image: -webkit-linear-gradient(transparent, white, white);
            background-image: linear-gradient(transparent, white, white);
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 44.8px;
            height: 28.8px;
            background: #fff;
        }

    .active .read-more.expanded .read-content {
        max-height: 600px;
    }

        .active .read-more.expanded .read-content::before {
            opacity: 0;
            visibility: hidden;
        }

    .active .read-more.expanded .trigger {
        position: relative;
    }

        .active .read-more.expanded .trigger::before {
            content: attr(data-read-less);
        }



/* ===========COMENTARIOS=========== */
.conteudo .comentarios, .conteudo .colaboracoes {
    border-top: 1px solid #ddd;
    padding-top: 9px;
    margin-top: 30px;
    float: left;
    width: 100%;
}

    .conteudo .comentarios p {
        font-size: 12px;
    }

    .conteudo .comentarios .foto {
        width: 50px;
        height: 50px;
        margin: 0;
        float: left;
    }

.conteudo .caixa-comentario {
    float: left;
    width: calc(100% - 5em);
    width: 100%;
}

textarea {
    resize: none; /* retira o resize do textarea */
}

.conteudo .caixa-comentario textarea {
    float: right;
    width: 100%;
    height: 90px;
    margin-bottom: 5px;
}

.conteudo .caixa-comentario .caixa {
    float: right;
    width: calc(100% - 75px);
    height: 120px;
    font-size: 12px;
}

.conteudo .caixa-resposta {
    padding-right: 4em;
    float: right;
    margin-bottom: 15px;
    padding-left: 5px;
    width: calc(100% - 67px);
}

    .conteudo .caixa-resposta textarea {
        float: left;
        width: 93%;
        height: 120px;
        margin-left: 10px;
        height: auto;
    }

    .conteudo .caixa-resposta .caixa {
        float: right;
        width: calc(100% - 50px);
        height: 120px;
        font-size: 12px;
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .conteudo .caixa-resposta .foto {
        float: left;
        width: 2vw;
        height: 2vw;
    }

.card-spinner {
    color: #09C;
    margin-top: 9%;
    font-size: 3em;
}

.card-spinner-small {
    color: #09C;
    margin-top: 0%;
    font-size: 2em;
}

.conteudo ul.recentes {
}

.conteudo .recentes li {
    float: left;
    width: 100%;
    padding: 12px;
    position: relative;
    margin-bottom: 10px;
}

    .conteudo .recentes li a {
        /*  width: 100%;
        display: block;
        float: left;
        padding:  0;
        margin-bottom: 0px; */
    }

    .conteudo .recentes li .btn-reply {
        font-size: 20px;
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .conteudo .recentes li:nth-child(odd) {
        background: #F8F8F8;
    }

    .conteudo .recentes li .respostas-recentes li {
        float: left;
        width: calc(100% - 4.5em);
        padding: 5px 14px 5px 5px;
        margin-left: 67px;
        display: flex;
    }

    .conteudo .recentes li .respostas-recentes li {
    }

        .conteudo .recentes li .respostas-recentes li .texto-comentario {
            padding-right: 0;
            width: calc(100% - 28px);
        }

    .conteudo .recentes li:nth-child(odd) .respostas-recentes li:nth-child(odd) {
        background: #FFF;
    }

    .conteudo .recentes li:nth-child(odd) .respostas-recentes li:nth-child(even) {
        background: #F4F4F4;
    }

    .conteudo .recentes li:nth-child(even) .respostas-recentes li:nth-child(odd) {
        background: #F8F8F8;
    }

    .conteudo .recentes li:nth-child(even) .respostas-recentes li:nth-child(even) {
        background: #FBFBFB;
    }

.conteudo .comentarios .carregar {
    color: #555555;
    font-size: 14px;
    text-align: center;
    font-family: 'arimo-bold';
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    width: 100%;
    display: block;
}
/* ===========COLABORAÇOES=========== */
.conteudo .colaboracoes {
    font-size: 12px;
}

    .conteudo .colaboracoes h3 {
        font-size: 32px;
        color: #CE2323;
    }

    .conteudo .colaboracoes .texto a {
        color: #CE2323;
        font-family: 'arimo-bold';
    }

    .conteudo .colaboracoes h4 {
        font-size: 28px;
        color: #013558;
    }

    .conteudo .colaboracoes ul {
        padding-top: 43px;
    }

        .conteudo .colaboracoes ul li {
            float: left;
            position: relative;
            width: calc(100% + 52px);
            margin-left: -26px;
            margin-right: -26px;
            padding: 10px 25px;
        }

            .conteudo .colaboracoes ul li:nth-child(odd) {
                background: #F8F8F8;
            }

    .conteudo .colaboracoes .foto {
        width: 50px;
        height: 50px;
    }

    .conteudo .colaboracoes ul li .foto {
        width: 80px;
        height: 80px;
        margin: 0;
        float: left;
    }


/* .conteudo  .colaboracoes .texto a{
    color: #0099CC;
    font-size: 20px;
    font-family: 'arimo-bold';
} */
/* =================================== COLUNA DIREITA ====================================== */

.coluna-direita h3 {
    font-size: 24px;
}

.coluna-direita .ultimas {
    background: #fff;
    padding: 15px 10px 5px 30px;
    padding: 15px 10px 5px 14px;
    margin: 7px 0 2px;
    position: relative;
}

.coluna-direita h4 {
    margin: 0 0 10px;
    color: #013558;
    font-size: 16px;
}

.coluna-direita .ultimas .bt-recolher {
    display: block;
    width: 25px;
    height: 25px;
    background: #023658;
    position: absolute;
    border-radius: 6px;
    top: 34px;
    right: 13px;
}

    .coluna-direita .ultimas .bt-recolher:hover, .coluna-direita .ultimas .bt-recolher:focus {
        text-decoration: none;
    }

.coluna-direita .bt-recolher:before {
    content: "+";
    color: #fff;
    display: block;
    padding: 2px 8px;
}

.coluna-direita .ativo .bt-recolher:before {
    content: "-";
    color: #fff;
    display: block;
    padding: 2px 10px;
}

.ultimas h4 {
    margin: 0 0 10px;
    color: #013558;
    font-size: 16px;
    /*word-break: break-all;*/
}

.coluna-direita .ultimas:after {
    content: "";
    display: block;
    clear: both;
}

.ultimas li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

    .ultimas li .foto {
        width: 48px;
    }

    .ultimas li small {
        margin: 0;
    }

    .ultimas li ul li {
        border: 0;
        padding: 1px 0 0 61px;
        position: relative;
    }

.panel .ultimas li ul li:before {
    content: "";
    display: block;
    border-left: 2px solid #ccc;
    border-bottom: 0.5px solid #ccc;
    width: 36px;
    height: 23px;
    position: absolute;
    left: 19px;
    top: 7px;
}

.coluna-direita li .foto {
    max-width: 48px;
    max-height: 48px;
    margin: 0;
    position: relative;
}

.coluna-direita .ultimas .scrollbar-inner {
    /*max-height: 370px;*/
    height: 370px;
    padding-right: 11px;
}

.coluna-direita .ranking {
    background: #fff;
    padding-top: 22px;
    padding-bottom: 0px;
}

    .coluna-direita .ranking .panel-group {
        margin: 0;
    }

    .coluna-direita .ranking h3 {
        padding: 0 15px;
        color: #52700B;
    }

    .coluna-direita .ranking .panel-group .panel {
        border: 0;
    }

    .coluna-direita .ranking .panel-default > a {
        display: block;
        width: 100%;
        padding: 8px 33px;
        background: #52700B;
        color: #fff;
        text-decoration: none;
        font-family: 'arimo-bold';
        font-size: 16px;
    }

    .coluna-direita .ranking .panel-default:last-child > a {
        border-top: 1px solid #86af25;
    }

    .coluna-direita .ranking .panel-collapse:before {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #52700b;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9;
    }

    .coluna-direita .ranking .panel-group .panel + .panel {
        margin: 0;
        border: 0;
    }

    .coluna-direita .ranking .scroll-wrapper {
        height: 349px;
    }

    .coluna-direita .ranking ol {
        counter-reset: item;
        list-style-type: none;
        font-family: 'arimo';
    }

        .coluna-direita .ranking ol li:before {
            content: counter(item) "°  ";
            counter-increment: item;
            font-size: 32px;
            float: left;
            color: #52700B;
            padding-right: 10px;
            font-family: 'arimo-bold';
        }




        .coluna-direita .ranking ol li {
            padding: 12px 15px 0px;
        }

            .coluna-direita .ranking ol li .area-game {
                float: left;
                margin: 0 auto;
                display: table-cell;
                position: relative;
                vertical-align: top;
            }

                .coluna-direita .ranking ol li .area-game .gamificacao {
                    width: 21px;
                    left: auto;
                    right: 0;
                    z-index: 1;
                    top: -6px;
                }

            .coluna-direita .ranking ol li span {
            }

            .coluna-direita .ranking ol li h4 {
                color: #52700b;
                font-size: 16px;
                margin-bottom: 2px;
            }

            .coluna-direita .ranking ol li p {
                color: #52700b;
                display: block;
                width: 100%;
                font-family: 'arimo-bold';
                font-size: 10px;
            }

            .coluna-direita .ranking ol li strong {
                color: #52700b;
                display: block;
                width: 100%;
                font-size: 14px;
            }

            .coluna-direita .ranking ol li:nth-child(odd) {
                background: #F8F8F8;
            }

            .coluna-direita .ranking ol li:first-child {
                background: #79A510;
                padding: 26px 15px 11px;
            }


                .coluna-direita .ranking ol li:first-child:before {
                    font-size: 48px;
                    color: #fff;
                }

                .coluna-direita .ranking ol li:first-child h4 {
                    color: #fff;
                    font-size: 18px;
                }

                .coluna-direita .ranking ol li:first-child p {
                    color: #fff;
                    font-size: 12px;
                }

                .coluna-direita .ranking ol li:first-child strong {
                    color: #fff;
                    font-size: 16px;
                }

                .coluna-direita .ranking ol li:first-child .foto {
                    width: 64px;
                    height: 64px;
                }
/*===========TABS=================*/
.base .coluna-direita {
    height: 75%;
}

    .base .coluna-direita a {
        height: 100%;
        position: relative;
        z-index: 5;
        cursor: pointer;
    }

.coluna-direita .nav-tabs {
    display: flex;
}

    .coluna-direita .nav-tabs > li {
        text-align: center;
    }

        .coluna-direita .nav-tabs > li > a {
            cursor: pointer;
            border: 0;
            color: #ccc;
            font-size: 20px;
            font-family: 'arimo-bold';
            cursor: pointer;
            letter-spacing: -1px;
        }


.coluna-direita .nav-tabs {
    border: 0;
    padding: 0 10px;
}

    .coluna-direita .nav-tabs > li.active > a, .coluna-direita .nav-tabs > li.active > a:hover, .coluna-direita .nav-tabs > li.active > a:focus {
        border: 0;
    }

.coluna-direita .tab-content {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 72px;
    background: #fff;
    border-radius: 5px 0 10px 10px;
}

.coluna-direita .ultimas, .coluna-direita .ultimas .scrollbar-inner {
    /*height: 100%;
    margin-bottom: -8pc;*/
    height: 100%;
}

.coluna-direita .ranking .scroll-wrapper {
    height: 100% !important;
}

.coluna-direita .nav-tabs .dropdown-menu {
    padding: 10px;
    left: -62px;
    border: 0;
}

.coluna-direita .dropdown-menu > li > a {
    padding: 10px;
    font-family: 'arimo';
    font-size: 14px;
    color: #666666;
}

.coluna-direita .dropdown-menu > li:first-child > a {
    border-bottom: 1px solid #CCCCCC;
}

.coluna-direita .nav-tabs > li.dropdown > a:after {
    content: "\f142";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 16px;
}

.coluna-direita .nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}

.coluna-direita .nav-tabs > li.active > a {
    background-color: transparent !important;
    color: #013558;
}

.coluna-direita .nav-tabs > li.active.dropdown > a {
    color: #79A510;
    cursor: pointer;
}

.coluna-direita .dropdown-menu > .active > a, .coluna-direita .dropdown-menu > .active > a:hover, .coluna-direita .dropdown-menu > .active > a:focus,
.coluna-direita .dropdown-menu > li > a:hover, .coluna-direita .dropdown-menu > li > a:focus {
    background: transparent;
    color: #79A510;
}

.coluna-direita .ranking {
    height: 100%;
    padding: 0;
}
/*==============================scroll====================================*/

.scroll-wrapper {
    height: 100%;
}

.modal .scroll-wrapper {
    height: 57vh;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background: transparent;
}

.scrollbar-inner.no-bar > .scroll-element.scroll-y {
    display: none;
}
/*==============================banners====================================*/
.banners {
    background: #ececec;
    margin: 20px 0 90px 0;
}

    .banners img {
        margin-bottom: 10px;
        width: 100%;
    }
/*==============================FOOTER====================================*/
.footer {
    clear: both;
    color: #012E50;
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    text-align: center;
    padding: 20px;
}

    .footer .area {
        border-top: 1px solid #28496F !important;
        padding-top: 15px !important;
    }

        .footer .area a {
            color: #012E50;
        }

        .footer .area .logo-inova {
        }

        .footer .area .logo-topos {
            float: right;
            position: absolute;
            top: 0;
            height: 65px;
            right: 0;
            width: 187px;
            bottom: 0;
            margin: auto;
        }

        .footer .area .icon-logo-inovacao {
            font-size: 27px;
            float: left;
            position: absolute;
            left: 13px;
            top: 8px;
            bottom: 0;
            height: 30px;
            margin: auto;
        }

        .footer .area .icon-logo-topos {
            font-size: 31px;
            display: table;
            width: 99px;
            position: absolute;
            right: 0;
            top: 24px !important;
            bottom: 0;
            margin: auto;
            z-index: 0;
        }

        .footer .area .icon-group {
            float: right;
        }

            .footer .area .icon-group span {
                font-size: 9px;
                position: absolute;
                right: 91px;
                top: 36px;
                bottom: 0;
                margin: auto;
                display: table;
            }

        .footer .area .icon-logo-topos:before {
            float: left;
        }

    .footer p {
        font-size: 10px;
        color: #012E50;
        font-family: 'arimo-bold';
    }

/*.m-footer {
    margin-bottom: -99px;
}*/
/*==============================FOOTER====================================*/
.footer {
    clear: both;
    color: #012E50;
    text-align: center;
    /*    position: absolute;

    bottom: 0;*/
    text-align: center;
    padding: 20px;
}

    .footer .area {
        border-top: 1px solid #28496F;
        padding-top: 15px;
    }

        .footer .area a {
            color: #012E50;
            display: block;
            float: left;
        }

        .footer .area .redes-sociais {
            color: #012E50;
            display: block;
            float: left;
        }

        .footer .area .icon-logo-inovacao {
            font-size: 27px;
            float: left;
            position: relative;
            left: 0px;
            top: 8px;
            bottom: 0;
            height: 30px;
            margin: auto;
        }

        .footer .area .icon-logo-topos {
            font-size: 31px;
            display: table;
            width: 99px;
            position: relative;
            right: 0;
            top: 24px;
            bottom: 0;
            margin: auto;
            z-index: 0;
        }

        .footer .area .icon-group {
            float: right;
        }

            .footer .area .icon-group span {
                font-size: 9px;
                position: absolute;
                right: 91px;
                top: 28px;
                bottom: 0;
                margin: auto;
                display: table;
            }

        .footer .area .icon-logo-topos:before {
            float: left;
        }

    .footer p {
        font-size: 10px;
        color: #012E50;
        font-family: 'arimo-bold';
    }

.botoes-mobile {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: #023658;
    z-index: 15;
    display: flex;
}

    .botoes-mobile a {
        width: 100%;
        display: block;
        height: 50px;
        text-align: center;
        padding: 16px;
        float: left;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .botoes-mobile a:hover {
            background: #001f33;
        }

        .botoes-mobile a i {
            color: #fff;
            font-size: 24px;
            top: -6px;
            position: relative;
        }

        .botoes-mobile a img {
            width: 24px;
            top: -3px;
            position: relative;
            display: none;
        }

        .botoes-mobile a i[class*="icon-"] {
            font-size: 28px;
            top: -11px;
        }

        .botoes-mobile a.btnClose {
            display: none;
            background: #EC5D65;
        }

        .botoes-mobile a[data-showtarget*=".ranking-anual"] {
            background: url(../images/icon-ranking-anual.svg) no-repeat;
            background-position: center;
            background-size: 28px;
        }

        .botoes-mobile a[data-showtarget*=".ranking-geral"] {
            background: url(../images/icon-ranking-geral.svg) no-repeat;
            background-position: center;
            background-size: 28px;
        }

    .botoes-mobile.active a {
        width: 33.3%;
    }

        .botoes-mobile.active a.btnClose {
            display: block;
        }

    .botoes-mobile.active {
    }


.coluna-direita .ranking .fade {
    opacity: 1;
}
/*==============================TABELA====================================*/
.tabela {
    width: 100%;
}

    .tabela table {
    }

        .tabela table > thead:first-child > tr:first-child > th p {
            color: #fff;
            font-size: 11px;
        }

.no-break thead th {
    white-space: nowrap;
}

.tabela .btn-effect {
    display: block;
    text-align: center;
    width: 33px;
    height: 31px;
    font-size: 21px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
    /*float: left;*/
}

.tabela button, .tabela .btn {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 31px;
    margin: 0 auto;
}

    .tabela button i, .tabela a i, .tabela .btn i {
        margin: 0;
    }

.swtch-disabled {
    color: gray !important;
}

.disabled-star {
    opacity: .3;
}

.swtch-disabled:hover {
    color: #09c !important;
}

.tabela a[disabled*="disabled"], .tabela a[disabled], .tabela button[disabled*="disabled"], .tabela button[disabled], .disabled {
    color: #333 !important;
    opacity: 0.5;
    cursor: auto !important;
    pointer-events: none !important;
}

.tabela tbody > tr {
    background: #F5F5F5;
}

.tabela .table-striped > tbody > tr:nth-of-type(odd) {
    background: #FFFFFF;
}

.tabela tbody > tr > td {
    color: #525252;
    font-size: 14px;
    border: 0;
    padding: 12px;
    word-break: break-word;
}

.tabela tfoot > tr > td {
    padding: 12px;
}

.tabela tbody > tr {
    word-break: break-all !important;
}

.tabela .break-table tbody > tr > td {
    word-break: break-word;
}

.tabela thead > tr > th {
    white-space: nowrap;
}


.tabela table > thead:first-child > tr:first-child > th {
    background: #386491;
    padding: 13px;
    color: #fff;
    font-family: 'arimo-bold';
    font-size: 11px;
    text-transform: uppercase;
    /*   text-align: center ;*/
    vertical-align: middle;
    text-decoration: none;
}

    .tabela table > thead:first-child > tr:first-child > th md-checkbox {
        margin: 0;
    }

    .tabela table > thead:first-child > tr:first-child > th div i.fa-info-circle {
        font-size: 16px;
        padding-left: 10px;
    }

table.itens-inseridos {
    border-collapse: separate;
    border-spacing: 0 5px;
    /*border-bottom: 1px solid #ccc;*/
    border: 0;
}

    table.itens-inseridos tr {
    }

        table.itens-inseridos tr td {
            background: #F5F5F5;
            border: 0;
            font-size: 14px;
            color: #535353;
        }

    table.itens-inseridos i {
        text-align: center;
        color: #0099CC;
        width: 100%;
        font-size: 17px;
        cursor: pointer;
    }

.tabela-rolagem {
    max-height: 500px;
    position: relative;
}

    .tabela-rolagem .scroll-wrapper > .scroll-content {
        height: auto !important;
    }

    .tabela-rolagem thead {
    }

.v-align {
    vertical-align: middle !important;
}

.table-middle tbody tr td {
    vertical-align: middle;
}

/*==============FOOTER LISTA======================*/
.footer-table {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .footer-table nav {
        text-align: center;
    }

    .footer-table .pagination {
        margin: 0;
    }


/*==============TYABLE AVALIAÇÃO=====================*/
.table-avaliacao {
}

    .table-avaliacao thead th {
        text-align: center;
        position: relative;
    }

        .table-avaliacao thead th i:before {
            color: #fff;
        }

.modal-avaliacao .modal-dialog {
    max-width: none;
    width: 90%;
}

.modal-avaliacao .popover-content {
    width: 190px;
    min-width: inherit;
}

.modal-avaliacao .modal-content {
    height: 100%;
}

.modal-avaliacao .tabela {
    min-height: 500px;
}
/*============================TABLE FIXED==============================*/

.fixed_headers {
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_headers .scroll-wrapper {
        display: inline-block;
        width: 100%;
        height: 30vh !important;
    }

    .fixed_headers.extrato .scroll-wrapper {
        height: 42vh !important;
    }

    .fixed_headers th {
        text-decoration: underline;
    }

    .fixed_headers th,
    .fixed_headers td {
        padding: 5px;
        text-align: left;
    }

        .fixed_headers td:nth-child(1),
        .fixed_headers th:nth-child(1) {
        }

        .fixed_headers td:nth-child(2),
        .fixed_headers th:nth-child(2) {
        }

        .fixed_headers td:nth-child(3),
        .fixed_headers th:nth-child(3) {
        }

    .fixed_headers thead {
        background-color: #333333;
        color: #fdfdfd;
    }

        .fixed_headers thead tr {
            display: flex;
            position: relative;
        }

    .fixed_headers tbody {
        display: block;
        overflow: auto;
        width: 100%;
        height: 300px;
    }

        .fixed_headers tbody tr:nth-child(even) {
            background-color: #dddddd;
        }

.old_ie_wrapper {
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .old_ie_wrapper tbody {
        height: auto;
    }



/*==============================FORM====================================*/

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgb(0, 153, 205);
}

input[type="radio"] + label, input[type="checkbox"] + label {
    margin-right: 13px;
    top: -1px;
    position: relative;
}


.form-control:disabled,
select.form-control:disabled,
input.form-control:disabled,
textarea.form-control:disabled {
    background-color: #fff;
    opacity: 0.6;
}

/* ==============FILEUPLOAD==================== */
.fileupdate {
    background-color: #fff !important;
}

.custom-file-uploader {
    position: relative;
    /*padding: 9px 12px;*/
    cursor: pointer;
}

.custom-file-brasao-uploader {
    position: relative;
    /*padding: 9px 12px;*/
    cursor: pointer;
}

.btn.custom-file-uploader {
    float: right;
}

.btn.custom-file-brasao-uploader {
    padding-left: 0;
}


.custom-file-uploader input[type='file'] {
    display: block;
    position: absolute;
    top: 0;
    /*right: 0;*/
    bottom: 0;
    z-index: 5;
    /*width: 100%;*/
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-file-brasao-uploader input[type='file'] {
    display: block;
    position: absolute;
    top: 0;
    /*right: 0;*/
    bottom: 0;
    z-index: 5;
    /*width: 100%;*/
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.fileupdate .custom-file-uploader input {
}

.fileupdate .form-group .input-group {
}

.fileupdate + label {
    color: #535353;
    font-size: 11px;
    font-family: 'arimo';
    font-weight: 100;
    left: 0;
    font-size: 10px;
}

.pagination-content {
    margin: 20px 0px 10px !important;
}

@media(max-width: 768px) {
    .buttons-files-content {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .custom-file-export {
        max-width: 200px;
    }

    .challenges-table-actions span {
        /*display:none;*/
    }
}

/* ==================EFEITO DE BOTAO ESTILO MATERIAL DESIGN===================== */
.btn-effect {
    text-transform: uppercase;
    /*   display: block; */
    user-select: none;
    position: relative;
    /*overflow: hidden;*/
    position: relative;
}

    .btn-effect:hover {
        cursor: pointer;
    }

.circle {
    display: block;
    position: absolute;
    background: rgba(152, 152, 152, 0.7);
    border-radius: 50%;
    transform: scale(0);
}

    .circle.animate {
        animation: effect 0.65s linear;
    }

@keyframes effect {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
/*==============================PAGINAÇÃO====================================*/
cc {
    font-size: 14px;
    margin: 0 20px;
    font-family: 'arimo-bold';
    color: #525252;
    border: 0;
}

.pagination a.btn-effect .circle.animate {
    background: rgb(33, 153, 204);
}

.pagination span.btn-effect .circle.animate {
    background: rgb(2, 54, 88);
}

.pagination > li > a, .pagination > li > span {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 9px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    font-size: 23px;
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
}

.pagination .pagination-disabled {
    background: transparent;
}

.pagination .page-active {
    /*background: red !important;*/
}

.pagination > li > span, .pagination li span.btn-effect {
    background: #0099CC;
    color: #fff;
    /*padding: 0;*/
}

.table-challenges .pagination > li > span, .pagination li span.btn-effect {
    background: #023658;
}
/* ========================DATEPICKER======================== */
.datepickers-container {
    z-index: 9999;
}

    .datepickers-container.in-modal {
        z-index: 9999;
    }

.datepicker span.active, .datepicker span.active:focus, .datepicker span.active:hover, .datepicker span.active:active {
    background-color: #28496f;
}

.datepicker td.active p, .datepicker td.active:hover p {
    background-color: #28496f;
}

.datepicker > div {
    display: block;
}

.datepicker--day-name {
    color: #000000;
}

.datepicker--cell.-selected- {
    background: #28496F;
    border-radius: 2000px;
}

.datepicker--cell.-focus- {
    border-radius: 2000px;
}
/*==============================Tooltip====================================*/
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #001421;
}

.tooltip.top .tooltip-arrow {
    border-bottom-color: #001421;
}

.tooltip-inner {
    background-color: #001421;
}

/*==============================LISTA DESAFIOS====================================*/
.lista-desafios {
    float: left;
    width: 100%;
}

    .lista-desafios .item {
        float: left;
        width: 100%;
        padding-top: 0px;
        border-top: 1px solid #467DB5;
        margin: 0;
    }

        .lista-desafios .item .header {
            float: left;
            width: 100%;
            min-height: 100px;
            display: flex;
        }

            .lista-desafios .item .header label {
                margin-right: 6px;
                font-size: 10px;
            }

    .lista-desafios h3.hub {
        /*background: url(../images/icon-hub.svg) no-repeat;*/
        background-size: 34px;
        color: #023658;
        /*padding-left: 44px;*/
        background: transparent !important;
    }

    .lista-desafios h3, .modal h3 {
        color: #386491;
        margin-top: 10px;
    }

        .lista-desafios h3 i, .modal h3 i {
            color: #023658;
        }

        .lista-desafios h3 i {
            margin-right: 8px;
            font-size: 23px;
        }

    .lista-desafios h3 {
        margin: 4px 0;
        display: inline;
    }

    .lista-desafios h4 {
        color: #386491;
    }

    .lista-desafios h6 {
        font-size: 24px;
        color: #535353;
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

    .lista-desafios .tags {
        margin: 0;
    }

    .lista-desafios .btn-effect {
        font-size: 10px;
    }

    .lista-desafios .btn-dark-blue i[class*="icon-"] {
        top: 6px;
        left: 0;
        font-size: 21px;
        margin: 0;
    }

    .lista-desafios .item .item-ideia {
        /*padding-top: 34px;*/
        margin-bottom: 20px;
    }

        .lista-desafios .item .item-ideia .texto {
            padding: 20px;
            background: #fff;
            border-radius: 15px;
        }

        .lista-desafios .item .item-ideia .ideia {
            display: flex;
        }

small.item-codigo {
    display: block;
    margin-bottom: 10px !important;
    margin-top: -6px !important;
}

.lista-desafios .item .item-ideia .ideia .area-foto {
    width: auto;
    align-self: flex-end;
    margin-right: 36px;
    position: relative;
}

.lista-desafios .item .item-ideia .foto {
    position: relative;
    bottom: 0;
}

.lista-desafios .item .item-ideia .texto .progressbar {
    display: none;
}

.lista-desafios .item .item-ideia .texto small {
    margin: 0;
    /*margin-bottom: 15px;*/
}

.categoria {
    position: absolute;
    display: table;
    background: #023658;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0px 10px;
    font-family: 'arimo-bold';
    border-radius: 5px;
    height: 22px;
    line-height: 24px;
    display: inline-block;
    margin-right: 3px;
}

.modal .categoria {
    position: relative;
}

.tags label {
    color: #666666;
    font-size: 12px;
    font-weight: 100;
}

.tags span {
    display: inline-block;
    background: #0099CC;
    font-size: 10px;
    color: #fff;
    padding: 3px 9px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-right: 3px;
}

.categorias {
    margin-bottom: 10px;
}

    .categorias label {
        color: #666666;
        font-size: 12px;
        font-weight: 100;
    }

    .categorias span {
        display: inline-block;
        font-size: 10px;
        color: #fff;
        padding: 3px 9px;
        border-radius: 4px;
        text-transform: uppercase;
        margin-right: 3px;
        background: transparent !important;
        border: 1px solid white;
    }

.lista-desafios .item .header .dias-restantes {
    height: 100%;
    border: 0;
}

    .lista-desafios .item .header .dias-restantes div {
        width: 100%;
        height: 52px;
    }

    .lista-desafios .item .header .dias-restantes .btn {
        border: 1px solid #fff;
        padding: 5px 13px;
        /*padding-left: 0;*/
        background: transparent;
    }

        .lista-desafios .item .header .dias-restantes .btn i {
            top: 4px;
            font-size: 17px;
            left: 2px;
        }

        .lista-desafios .item .header .dias-restantes .btn i {
            top: 4px;
            font-size: 17px;
            left: 2px;
        }

    .lista-desafios .item .header .dias-restantes span {
        font-size: 29px;
        letter-spacing: 24px;
        display: block;
        text-align: center;
        width: 100px;
        position: relative;
        z-index: 9;
        color: #fff;
        margin-left: 12px;
        font-family: 'arimo-bold';
    }

    .lista-desafios .item .header .dias-restantes label {
        font-size: 10px;
        text-align: center;
        font-weight: 100;
        display: block;
        position: absolute;
        width: 100%;
        font-family: 'arimo-bold';
    }

h2.nome-hub {
    font-size: 28px;
}

h4.hub-empresa:before {
    content: "EMPRESA: ";
    font-family: 'arimo';
    color: #023658;
}

.lista-desafios .hub-empresa {
    font-size: 16px;
    padding-top: 3px;
    padding-left: 48px;
    margin-bottom: 20px;
    float: left;
}

.hub-empresa-title {
    cursor: pointer;
    transition: color 320ms;
}

.lista-desafios .hub-empresa-title:hover {
    color: #404040 !important;
}

.lista-desafios .hub.azul-claro {
    color: #006DD9 !important;
}

.lista-desafios .hub.verde {
    color: #008C00 !important;
}

.lista-desafios .hub.vermelho {
    color: #D93600 !important;
}

.lista-desafios .hub.amarelo {
    color: #DEAC12 !important;
}

.lista-desafios .hub.roxo {
    color: #6D00D9 !important;
}

.lista-desafios .hub.marrom {
    color: #8C4600 !important;
}

.lista-desafios .hub.laranja {
    color: #ff7f00 !important;
}

.lista-desafios .hub.preto {
    color: #333333 !important;
}

.lista-desafios .hub.azul-escuro {
    color: #023658 !important;
}

.lista-desafios .hub.lilas {
    color: #B200B2 !important;
}

/*--------- card centro ----------*/
.card-acesso1 {
    padding: 50px;
    background: #FFF;
    width: 600px;
    border-radius: 8px;
    text-align: center;
    margin: 30px auto 0;
}

    .card-acesso1 h3 {
        display: block;
        margin: 20px 0 10px;
        font-size: 42px;
        color: #999;
    }

    .card-acesso1 p {
        font-size: 20px;
        font-family: arimo-bold;
        color: #999;
    }

    .card-acesso1 .btn-add-desafio {
        color: #fff;
        margin: 0;
        border-radius: 5px;
        font-size: 16px;
        background: #386491;
        font-family: arimo-bold;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 20px;
        display: inline-block;
    }

        .card-acesso1 .btn-add-desafio .icon-mais {
            font-size: 17px;
            font-weight: bold;
        }
/*--------- card direito ----------*/
.card-atualizacoes-ranking {
    text-align: center;
    padding: 40px 20px 20px;
}

    .card-atualizacoes-ranking h4 {
        color: #999;
        font-size: 24px;
        margin-top: 10px;
    }

.card-acesso1 svg {
    width: 360px;
    height: 354px;
}

.clicable-title {
    transition: 320ms ease;
}

    .clicable-title:hover {
        opacity: .7;
    }
/*==============================ITEM CARD====================================*/
.azul-claro,
.item-card.azul-claro,
.btn-color-picker.azul-claro,
.btn.btn-default.dropdown-toggle.azul-claro {
    background: #006DD9 !important;
}

.verde,
.item-card.verde,
.btn-color-picker.verde,
.btn.btn-default.dropdown-toggle.verde {
    background: #008C00 !important;
}

.vermelho,
.item-card.vermelho,
.btn-color-picker.vermelho,
.btn.btn-default.dropdown-toggle.vermelho {
    background: #D93600 !important;
}

.amarelo,
.item-card.amarelo,
.btn-color-picker.amarelo,
.btn.btn-default.dropdown-toggle.amarelo {
    background: #DEAC12 !important;
}

.roxo,
.item-card.roxo,
.btn-color-picker.roxo,
.btn.btn-default.dropdown-toggle.roxo {
    background: #6D00D9 !important;
}

.marrom,
.item-card.marrom,
.btn-color-picker.marrom,
.btn.btn-default.dropdown-toggle.marrom {
    background: #8C4600 !important;
}

.laranja,
.item-card.laranja,
.btn-color-picker.laranja,
.btn.btn-default.dropdown-toggle.laranja {
    background: #ff7f00 !important;
}

.preto,
.item-card.preto,
.btn-color-picker.preto,
.btn.btn-default.dropdown-toggle.preto {
    background: #333333 !important;
}

.azul-escuro,
.item-card.azul-escuro,
.btn-color-picker.azul-escuro,
.btn.btn-default.dropdown-toggle.azul-escuro {
    background: #023658 !important;
}

.lilas,
.item-card.lilas,
.btn-color-picker.lilas,
.btn.btn-default.dropdown-toggle.lilas {
    background: #B200B2 !important;
}

.flex-group .col-lg-3 {
}

.item-card {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    margin-top: 52px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px -1px 24px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 24px -5px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 24px -5px rgba(0,0,0,0.75);
}

    .item-card:after {
        content: "";
        display: block;
        clear: both;
    }

    .item-card .texto {
        /* display: flex; */
        /* align-items: center; */
        display: grid !important;
        align-items: center;
        position: relative;
        padding: 44px 15px 8px;
        padding: 2.3vw 15px 8px;
        height: 225px;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,1) 180%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(17%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,1) 180%);
        background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,1) 180%);
        background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,1) 180%);
        background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,1) 180%%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    }

        .item-card .texto h4 {
            width: 100%;
            /*margin-top: 15px;*/
            margin-bottom: 3px;
            word-wrap: break-word;
            text-shadow: 0px 0px 4px rgba(0,0,0,0.35);
            font-size: 22PX;
        }

        .item-card .texto * {
            color: #fff;
        }

        .item-card .texto small {
            display: block;
            width: 100%;
            /* position: absolute; */
            left: 0;
            top: 46px;
            font-size: 12px;
            text-transform: uppercase;
        }

        .item-card .texto span {
            font-size: 11px;
            text-transform: uppercase;
        }


        .item-card .texto i.fa-star {
            position: absolute;
            top: 7px;
            left: 14px;
            font-size: 19px;
        }

.detalhe-produto .panel.image i.fa-star {
    cursor: pointer;
    font-size: x-large;
    position: absolute;
    margin-left: -13px;
    margin-top: -11px;
}

.item-card .texto .fa-info-circle {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 19px;
    color: #fff;
    opacity: 0.4;
    position: absolute;
    top: 8px;
    right: 12px;
}

.item-card .footer-card {
    background: #fff;
    float: left;
    width: 100%;
    padding: 17px 10px;
    height: 132px;
}

    .item-card .footer-card .btn-simple {
        width: 100%;
        margin: 0;
        color: #666666;
        padding: 5px 0px;
        display: block;
    }

        .item-card .footer-card .btn-simple i {
            display: block;
            width: 100%;
            position: relative;
            top: 0;
            font-size: 28px;
            margin: 0;
        }

        .item-card .footer-card .btn-simple:hover {
            color: #0099CC !important;
        }

    .item-card .footer-card .dias, .opportinuty-footer-card .dias {
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        font-family: "arimo-bold";
        color: #535353;
    }

        .item-card .footer-card .dias strong {
            color: #003458;
        }

.item-card .card-circle {
    max-width: 96px;
    max-height: 96px;
    min-width: 70px;
    min-height: 70px;
    width: 5vw;
    height: 5vw;
    display: flex;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    font-size: 33px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.card-circle-table {
    width: 44px;
    background: #fff;
    border-radius: 50%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.item-card.azul-claro .card-circle,
.categoria.azul-claro {
    color: #006DD9;
}

.item-card.verde .card-circle,
.categoria.verde {
    color: #008C00;
}

.item-card.vermelho .card-circle,
.categoria.vermelho {
    color: #D93600;
}

.item-card.amarelo .card-circle,
.categoria.amarelo {
    color: #DEAC12;
}

.item-card.roxo .card-circle,
.categoria.roxo {
    color: #6D00D9;
}

.item-card.marrom .card-circle,
.categoria.marrom {
    color: #8C4600;
}

.item-card.laranja .card-circle,
.categoria.laranja {
    color: #ff7f00;
}

.item-card.preto .card-circle,
.categoria.preto {
    color: #333333;
}

.item-card.azul-escuro .card-circle,
.categoria.azul-escuro {
    color: #023658;
}

.item-card.lilas .card-circle,
.categoria.lilas {
    color: #B200B2;
}

.footer-card .footer-card-spinner {
    background-color: white;
    width: calc(100% + 2px - 2em);
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 10;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/*=============================LOJA===================================*/
.panel.flex-column .panel-body {
    height: 100%;
    padding: 0;
}

.icremental {
    position: relative;
    width: 90px;
}

    .icremental input {
        border: 1px solid #DDDDDD;
        height: 40px;
        padding: 0 18px;
        text-align: center;
        width: 100%;
        color: #555555;
        font-size: 24px;
    }

        .icremental input[type="number"]::-webkit-outer-spin-button, .icremental input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    .icremental button {
        border: 0;
        background: transparent;
        font-size: 17px;
        position: absolute;
        padding: 8px 6px;
        top: 0;
    }

    .icremental .decrescimo {
        left: 0;
    }

    .icremental .acrescimo {
        right: 0;
    }

.panel-loja {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-family: arimo !important;
    max-height: 70px;
    text-align: center;
}

    .panel-loja label {
        color: #003458 !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        max-width: 100% !important;
        margin-bottom: 5px !important;
        font-weight: bold !important;
        line-height: 1.42857143 !important;
    }

.loja-content {
    display: flex;
}

.valor-pin {
    color: #006CD8;
    font-size: 32px;
    font-family: 'arimo-bold';
}

.loja-content .valor-pin span {
    font-size: 14px;
}

.area-total {
    margin-bottom: 20px;
    margin-top: 12px;
}

.loja-content h4 {
    margin-bottom: 35px;
}

.loja-content .panel {
    border-radius: 8px;
    width: 100%;
}

.banner-loja {
    background: url(../images/imagem-loja.jpg);
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
    display: grid;
    justify-content: center;
    height: 19vw;
    max-height: 250px;
    min-height: 106px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .banner-loja img {
        min-width: 741px;
    }

.saldo {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    color: #386491;
    font-size: 24px;
    font-family: 'arimo-bold';
}

    .saldo span {
        font-size: 12px;
        font-family: 'arimo';
    }

    .saldo i {
        color: #003358;
    }

.loja-content .loja-filtro {
    border-right: 1px solid #ccc;
    width: 260px;
}

    .loja-content .loja-filtro h4 {
        margin: 17px 0 20px;
    }

    .loja-content .loja-filtro label {
        color: #666;
        font-weight: 100;
        font-size: 12px;
        text-transform: uppercase;
    }

.loja-content .area-card {
    width: 16.5%;
    width: 230px;
}

.loja-beneficio {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
}

.card-loja {
    background: #fff;
    width: 200px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: grid;
    padding: 19px;
    margin: 0 auto 14px;
}

    .card-loja:hover {
        -webkit-box-shadow: 0px -1px 24px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -1px 24px -5px rgba(0,0,0,0.75);
        box-shadow: 0px -1px 24px -5px rgba(0,0,0,0.75);
        overflow: unset;
    }

.area-imagem > div.tooltip {
    white-space: pre-wrap;
}

.card-loja h5 {
    color: #023658;
    font-size: 18px;
    height: 34px;
}

.card-loja small {
    margin: 0 0 13px;
    font-size: 12px;
    color: #545454;
    height: 17px;
    text-transform: uppercase;
}

.card-loja span {
}

.card-loja strong {
    font-size: 16px;
    color: #525252;
    margin-bottom: 19px;
    display: block;
}

    .card-loja strong span {
        color: #003358;
    }

.card-loja a:hover {
    text-decoration: none;
}

.card-loja .area-imagem {
    width: 82%;
    margin: 0 auto 15px;
    position: relative;
    height: 118px;
    display: grid;
    align-items: center;
}

    .card-loja .area-imagem span {
        width: 46px;
        height: 46px;
        background: #023658;
        display: block;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        position: absolute;
        right: -13px;
        top: 0;
        z-index: 9;
    }

    .card-loja .area-imagem img {
        max-height: 118px;
        max-width: 100%;
        margin: 0 auto;
    }

.loja-content .ver-todos {
    margin-top: 21px;
}

    .loja-content .ver-todos .btn {
        min-width: 180px;
    }

.loja-content .btn {
    background: #023658;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.card-loja .btn, .loja-content .btn-loja {
    background: #006DD9;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 11px;
    text-transform: uppercase;
    min-width: 150px;
    height: 40px;
}

    .card-loja .btn:hover, .loja-content .btn-loja:hover {
        background: #023658;
    }

.card-loja i.fa-star {
    position: absolute;
    top: 9px;
    left: 28px;
    font-size: 22px;
    color: #023658;
}

.btn-esgotado {
    background: transparent;
    color: #D83500;
    font-family: 'arimo-bold';
    font-size: 16px;
    display: block;
    padding: 9px 12px;
    height: 40px;
    border-radius: 8px;
}

.loja-content .btn-esgotado:hover {
    background: transparent;
}

.esgotado img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 0;
    position: relative;
    opacity: 0.6;
}

.esgotado .card-loja .area-imagem img {
    z-index: 0;
    position: relative;
}

.esgotado .area-imagem span {
    background: #A8A8A8;
}

.esgotado label, .esgotado .icremental {
    opacity: 0.5;
}

.detalhe-produto .btn-esgotado {
    border: 1px solid #D83500;
}

.loja-destaques {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.loja-content label {
    font-size: 14px;
    color: #525252;
    font-family: arimo-bold;
    text-transform: none;
}

.detalhe-produto {
}

    .detalhe-produto h3 {
        font-size: 46px;
        color: #386491;
        text-align: center;
    }

    .detalhe-produto h4 {
        margin-bottom: 11px;
    }

    .detalhe-produto .imagem img {
        width: 100%;
    }

    .detalhe-produto .panel {
        height: 320px;
    }

        .detalhe-produto .panel.image {
            display: grid;
            align-items: center;
            justify-content: center;
        }

            .detalhe-produto .panel.image img {
                max-width: 100%;
                max-height: 280px;
            }

            .detalhe-produto .panel.image span {
                width: 70px;
                height: 70px;
                background: #023658;
                display: block;
                border-radius: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                position: absolute;
                right: 26px;
                top: 9px;
                font-size: 21px;
                z-index: 1;
            }

.esgotado .panel.image span {
    background: #A8A8A8;
}

.detalhe-produto .panel .valor-pin {
    margin-bottom: 32px;
}

.detalhe-produto .panel-footer {
}

.detalhe-produto label {
    margin-bottom: 10px;
}

.detalhe-produto .icremental {
    margin-bottom: 35px;
}

.detalhe-produto .scroll-wrapper {
    padding-right: 26px !important;
}

.detalhe-produto .panel ul {
    padding-left: 20px;
}

    .detalhe-produto .panel ul li {
        list-style: initial;
    }

.msg-carrinho {
    background: #fff;
    position: fixed;
    right: 15px;
    z-index: 2;
    padding: 15px 20px;
    top: -183px;
    opacity: 0;
    width: 100%;
    max-width: 320px;
    -webkit-box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .msg-carrinho.active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        top: 80px;
        z-index: 999;
        opacity: 1;
    }

    .msg-carrinho h6 {
        color: #006CD8;
        font-size: 16px;
        font-family: 'arimo-bold';
        padding-bottom: 10px;
        border-bottom: 1px solid #D6D6D6;
    }

    .msg-carrinho .msg-footer {
        padding-top: 10px;
        border-top: 1px solid #D6D6D6;
    }

    .msg-carrinho .btn {
        width: 100%;
        background: #023658;
        padding: 10px;
        border-radius: 6px;
        color: #fff;
    }

        .msg-carrinho .btn:hover {
            background: #001d2f;
        }

.user-search {
    min-height: 70px;
}
/*=================TABELA PRODUTOS======================*/
.tabela-produtos {
    border-bottom: 1px solid #ccc;
}

    .tabela-produtos.table > thead > tr > th {
        color: #525252;
        font-size: 14px;
    }

    .tabela-produtos tbody tr td {
        color: #003358;
        font-size: 24px;
        padding: 10px;
        font-family: 'arimo';
        vertical-align: middle;
    }

    .tabela-produtos img {
        max-width: 60px;
    }

    .tabela-produtos .icremental {
        margin: 0 auto;
    }

    .tabela-produtos strong, .loja-carrinho strong, .area-total strong {
        display: block;
        color: #003358;
        font-size: 24px;
    }

    .tabela-produtos a {
        font-family: 'arimo-bold';
        display: block;
        color: #1FA5D2;
        font-size: 12px;
        cursor: pointer;
    }


/*===============================TELA OPORTUNIDADES===================================*/
.project-value-box {
    align-items: center;
}

    .project-value-box span {
        display: block;
        padding-left: 10px;
        align-items: center;
        font-weight: bold;
    }
/*===============================TELA IDEIA===================================*/
.titulo-ideias {
    float: left;
    margin-bottom: 14px;
    /*width: 100%;*/
    padding-left: 133px;
}

.lista-desafios .titulo-ideias i {
    font-size: 30px;
    margin: 0;
    color: #386491;
}

.lista-desafios .item {
    border: 0;
}

    .lista-desafios .item .header {
        position: relative;
        display: block;
    }

        .lista-desafios .item .header .area {
            background: #023658;
            border-radius: 5px;
            float: left;
            width: 100%;
            display: flex;
            padding: 20px 30px;
            margin-bottom: 20px;
        }

        .lista-desafios .item .header label {
            color: #fff;
        }

        .lista-desafios .item .header .categoria {
            background: transparent;
            position: relative;
            margin: 0;
            padding: 0 4px;
        }

        .lista-desafios .item .header .tags span {
            background: #fff;
        }

        .lista-desafios .item .header h3 {
            color: #fff;
            margin-top: 0;
            margin-bottom: 12px;
            display: inline-block;
            text-shadow: 0px 0px 4px rgba(0,0,0,0.35);
        }

            .lista-desafios .item .header h3 i {
                color: #fff;
                opacity: 0.6;
                font-size: 16px;
            }

        .lista-desafios .item .header i.fa-star {
            color: #fff;
            position: absolute;
            right: 13px;
            top: 13px;
            font-size: 20px;
            z-index: 2;
        }

        .lista-desafios .item .header .dias-restantes {
            display: flex;
            align-items: center;
        }

            .lista-desafios .item .header .dias-restantes p {
                color: #fff;
                font-family: arimo-bold;
                font-size: 10px;
                float: right;
                display: block;
                width: 100%;
                height: 20px;
                text-align: right;
                margin: 0;
            }

        .lista-desafios .item .header .btn-effect {
            color: #fff;
            float: right;
            margin: 0;
            border-radius: 5px;
            font-size: 12px;
        }

.azul-claro + .btn-effect {
    background: #006DD9 !important;
}

.verde + .btn-effect {
    background: #008C00 !important;
}

.vermelho + .btn-effect {
    background: #D93600 !important;
}

.amarelo + .btn-effect {
    background: #DEAC12 !important;
}

.roxo + .btn-effect {
    background: #6D00D9 !important;
}

.marrom + .btn-effect {
    background: #8C4600 !important;
}

.laranja + .btn-effect {
    background: #ff7f00 !important;
}

.preto + .btn-effect {
    background: #333333 !important;
}

.azul-escuro + .btn-effect {
    background: #023658 !important;
}

.lilas + .btn-effect {
    background: #B200B2 !important;
}

.azul-claro .tags span, .home-challenges-table .azul-claro span {
    color: #006DD9 !important;
}

.verde .tags span, .home-challenges-table .verde span {
    color: #008C00 !important;
}

.vermelho .tags span, .home-challenges-table .vermelho span {
    color: #D93600 !important;
}

.amarelo .tags span, .home-challenges-table .amarelo span {
    color: #DEAC12 !important;
}

.roxo .tags span, .home-challenges-table .roxo span {
    color: #6D00D9 !important;
}

.marrom .tags span, .home-challenges-table .marrom span {
    color: #8C4600 !important;
}

.laranja .tags span, .home-challenges-table .laranja span {
    color: #ff7f00 !important;
}

.preto .tags span, .home-challenges-table .preto span {
    color: #333333 !important;
}

.azul-escuro .tags span, .home-challenges-table .azul-escuro span {
    color: #023658 !important;
}

.lilas .tags span, .home-challenges-table .lilas span {
    color: #B200B2 !important;
}

.conteudo .item-ideia h5 {
    color: #003458;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}

.conteudo .item-ideia .fas {
    /*color: #003458;*/
}

.conteudo .item-ideia h5 i {
    margin-left: 10px;
    /* font-size: 16px; */
    font-size: 16px;
    opacity: 0.6;
}

.lista-desafios .item .item-ideia .status-atual {
    color: #FF9A00;
    font-family: "arimo-bold";
    margin-left: 10px;
    position: relative;
    padding-left: 19px;
}

    .lista-desafios .item .item-ideia .status-atual:before {
        content: '\e80f';
        font-family: "fontello";
        font-size: 21px;
        position: absolute;
        left: -3px;
        top: -9px;
    }

.conteudo .item-ideia .icones .acoes li a {
    font-family: "arimo-bold";
    font-size: 10px;
}

/* ==================EFEITO DE BOTAO ESTILO MATERIAL DESIGN===================== */
.btn-effect {
    text-transform: uppercase;
    /*   display: block; */
    user-select: none;
    position: relative;
    /*overflow: hidden;*/
    position: relative;
}

    .btn-effect:hover {
        cursor: pointer;
    }

.circle {
    display: block;
    position: absolute;
    background: rgba(152, 152, 152, 0.7);
    border-radius: 50%;
    transform: scale(0);
}

    .circle.animate {
        animation: effect 0.65s linear;
    }

@keyframes effect {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
/* ==========================MODAL============================ */
.modal {
    padding: 0 !important;
}

    .modal h2 {
        font-size: 24px;
        margin-top: 10px;
    }

        .modal h2 span {
            color: #386491;
        }

.modal-content {
    /*  padding: 0 23px; */
}

    .modal-content .scrollbar-inner {
        max-height: 500px;
        padding-right: 14px;
        padding-right: 0;
    }

.modal.in .modal-dialog {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 638px;
    height: 83vh;
}

.modal-backdrop.in {
    opacity: .8;
}

.modal button.close {
    color: #fff;
    font-size: 41px;
    right: 11px;
    position: absolute;
    top: -47px;
    opacity: 1;
    z-index: 5;
}

.modal button.close {
    top: 0;
    color: #09c;
    top: 20px;
    right: 16px;
    color: #09c;
    font-size: 26px;
}

    .modal button.close:focus, .modal button.close:hover {
        outline: 0;
    }

.modal-footer {
    border-top: 1px solid #ccc;
}

    .modal-footer .btn-simple {
        float: left;
    }

.modal-body:after {
    content: "";
    display: block;
    clear: both;
}

.modal.info .scroll-wrapper {
    max-height: 400px !important;
}

.modal.info .modal-footer {
    text-align: left !important;
}

.modal section {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    /*margin-top: 10px;*/
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
}

.modal .politica input {
    float: left;
    margin-bottom: 21px;
    margin-right: 10px;
    top: 5px;
    position: relative;
}

.modal h4 {
    font-size: 20px;
    color: #023658;
    margin-top: 0;
}

    .modal h4 i {
        padding-right: 10px;
        font-size: 29px;
        position: relative;
        top: 4px;
        left: 6px;
    }

/*=======================MODAL===========================*/
.modal-login .area-selecao {
    height: auto;
    margin-bottom: 47px;
}

.modal.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

    .modal.in .modal-dialog {
        height: auto;
        position: initial;
    }

.modal-login {
    text-align: center;
}

    .modal-login h3 {
        margin-bottom: 25px;
    }

    .modal-login a {
        font-size: 11px;
    }

    .modal-login .modal-dialog {
        width: 401px;
        height: 276px !important;
    }

    .modal-login .btn-simple {
        margin: 0 auto !important;
        float: none;
        font-size: 18px;
    }

.modal.login .btn-simple i {
    font-size: 29px;
    left: -13px;
}

.modal-login .modal-content {
    padding: 20px;
}

.modal-login .area-selecao {
    height: 120px;
}

.modal-login.in .modal-dialog {
    position: absolute;
}

/* ==========================MODAL TUTORIAL============================ */
.modal-tuto {
}

    .modal-tuto h3 {
        font-size: 28px;
        font-family: 'arimo';
        color: #333333;
    }

    .modal-tuto ul {
        padding: 0 20px 15px;
        border-bottom: 1px solid #BBBBBB;
    }

        .modal-tuto ul li {
            list-style: disc;
            color: #1E5993;
        }

            .modal-tuto ul li a {
                color: #1E5993;
                font-family: 'arimo-bold';
            }

/* ==========================MODAL GAMIFICACAO============================ */
.modal-gamificacao {
}

    .modal-gamificacao ul {
    }

        .modal-gamificacao ul li {
            display: flex;
            padding: 12px;
            border-bottom: 1px solid #386491;
        }

            .modal-gamificacao ul li img {
                max-width: 100px;
            }

            .modal-gamificacao ul li h3 {
                font-size: 21px;
            }

/* ==========================MODAL EMPRESA============================ */

.remover-label .form-group label {
    display: none;
}

/*==============================LOAD====================================*/
.modal.load {
    z-index: 99999;
}

.load .texto {
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    top: -18px;
}

/*SPINNER========*/
.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center;
}

    .sk-three-bounce .sk-child {
        width: 20px;
        height: 20px;
        background-color: #FFF;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*==============================ACCORDION====================================*/
.accordion {
}

.conteudo .accordion .panel {
    padding: 0;
}

.conteudo .accordion .panel-heading {
    padding: 0;
    margin: 0;
}

    .conteudo .accordion .panel-heading .btn {
        width: 100%;
        text-align: left;
        position: relative;
        text-decoration: none !important;
    }

        .conteudo .accordion .panel-heading .btn:hover {
            text-decoration: none !important;
        }

.conteudo .accordion .panel-body {
    padding: 0;
}

.conteudo .accordion .panel-default > .panel-heading .btn:after {
    content: '+';
    position: absolute;
    font-size: 29px;
    right: 9px;
    font-family: 'op-regular';
    font-size: 26px;
    top: 0;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    line-height: 31px;
}

.conteudo .accordion .panel-default > .panel-heading .active.btn:after {
    content: '-';
    line-height: 28px;
}

.conteudo .accordion .panel .tabela table {
    margin: 0;
}
/*==============================QUERIES====================================*/


@media (min-width: 1200px) {
    .area-card {
        width: 25%;
        padding: 0 0.5vw;
    }

    .global-value-box {
        display: flex;
    }
}

.opportunity-list-box {
    display: flex;
    flex-wrap: wrap;
}



@media (max-width: 1400px) {

    .menu .navbar-right.user .dropdown-menu {
        height: 100% !important;
    }

    .item-card .footer-card .btn-simple {
        font-size: 10px;
    }

    .item-card .footer-card .dias {
        font-size: 12px;
    }

    .item-card .texto {
        height: 190px;
        padding-top: 27px;
    }

    .item-card .card-circle {
        top: 7px;
        font-size: 27px;
    }
    /*.dashboard .dashboard-charts .item-chart .panel{
        
    height: 618px;
    }*/

    div.version {
        /*padding-top: 34px !important;
        padding-bottom: 0px;*/
        bottom: 71px !important;
    }

    .botoes-tv.list-ideia-filter {
        margin-left: -48% !important;
    }

    .panel.panel-filter-ideia {
        margin-left: 105px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 768px) {
    .col-arquivo-anexo {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .center-footer-table {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .opportinuty-header-card {
        min-height: 176px;
    }

    .btn-effect.btn-primary {
        margin-bottom: 5px;
    }

    .pull-right {
        width: 100%;
    }

    .labelArquivo {
        display: contents;
    }

    .form-group {
        clear: both;
    }

    .panel .btn {
        width: 100%;
    }

    .form-group .input-group {
        display: block;
        width: 100%;
    }

        .form-group .input-group .thumb {
            margin: 0 auto 10px;
            display: block;
        }

    .btn-arquivo-anexo {
        width: 50%;
    }

        .btn-arquivo-anexo i {
            font-size: 5vw;
        }

    .col-arquivo-anexo {
        padding-top: 0px;
    }

    .custom-file-uploader, .custom-file-uploader input[type='file'] {
        width: 100%;
    }

    .custom-file-brasao-uploader, .custom-file-brasao-uploader input[type='file'] {
        width: 100%;
    }

    .fileupdate + label {
        margin: -8px 0;
    }

    .bs-wizard, .conteudo .item-ideia .icones li a span {
    }

    .flex-group {
        display: block;
    }

    .btn-dark-blue {
        width: 100%;
    }

    .panel .btn-simple, .modal .btn-simple {
        display: flex;
        text-align: center;
        /*border: 1px solid #bababa;*/
        margin-bottom: 13px !important;
        /*padding: 10px 17px;*/
        width: 100%;
        font-size: 11px !important;
        justify-content: center;
        align-items: center;
    }


    .btn-simple i {
        margin-left: -20px;
        width: 20px;
    }

    .btn-simple.btn-dark-blue {
        border: 1px solid #bababa;
    }

    .item-card .footer-card .btn-simple {
        border: 0;
    }

    .tabela .btn-simple {
        display: flex;
        width: 33px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 0;
    }

        .tabela .btn-simple i {
            position: initial;
            margin: 0;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
        }

    .challenges-table-actions .icon-ideia, .challenges-table-actions .icon-mais {
        font-size: 19px !important;
    }

    .footer-table, .footer-table div {
        display: block;
        text-align: center;
    }

    .conteudo {
        padding: 0 10px;
        margin-bottom: 277px;
        margin-bottom: 0px;
    }

        .conteudo .item-ideia .icones li a span.circle {
            display: block;
        }

        .conteudo .item-ideia .icones .acoes li a {
            display: block;
            height: 34px;
            margin: 0 3px;
            border-radius: 100%;
        }

            .conteudo .item-ideia .icones .acoes li a i {
                left: 1px;
                top: -4px;
            }

    h2 {
        text-align: center;
        display: block;
        width: 100%;
    }

    .lista-desafios h3.hub {
        /*padding: 37px 13px 0;*/
        display: block;
        text-align: center;
        background-position: top center;
    }

    .lista-desafios .hub-empresa {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .titulo-ideias {
        padding: 12px 0;
    }

    .icones .contador {
        width: 100%;
    }

    .conteudo .item-ideia .panel {
        padding: 35px 10px 15px;
    }

    .conteudo .colaboracoes h4, .conteudo .item-ideia h3 {
        font-size: 18px;
        margin-top: 0;
        float: left;
        width: 100%;
    }

    .conteudo .colaboracoes h3, .conteudo .caixa-comentario h4, .conteudo .comentarios h4, .lista-desafios h6, .conteudo .caixa-comentario p {
        font-size: 28px;
        text-align: center;
    }

    .conteudo .item-ideia p {
        font-size: 14px;
        line-height: 1.1;
    }

    .conteudo .filtro {
        display: block;
    }

        .conteudo .filtro label {
            left: 38px;
            top: 0;
        }

            .conteudo .filtro label i {
                font-size: 14px;
                top: 3px;
                left: -20px;
            }

        .conteudo .filtro select {
            width: 100%;
            margin-bottom: 5px;
        }

    .conteudo .comentarios .caixa-comentario .foto {
        display: none;
    }

    .nav-mobile .menu-container .menu-sidebar {
        padding: 0;
    }

        .nav-mobile .menu-container .menu-sidebar ul {
            padding: 0px;
            margin: 0;
        }

    .menu .icones {
        padding: 22px 0;
        margin: 0;
        background: transparent;
    }

        .menu .icones li > a {
            display: none;
            background: transparent;
        }

            .menu .icones li > a[data-target*="notificacoes"] i {
                color: #fff;
                font-size: 25px;
            }

            .menu .icones li > a[data-target*="notificacoes"] {
                display: flex;
                margin: 0;
            }

    .menu .navbar-right.user .dropdown-menu {
        width: 100%;
        padding: 18px;
        top: 71px;
        position: fixed;
        left: 0;
        background: #fff;
    }

    .conteudo .ideia .foto, .conteudo .ideia .bg-ideia {
        display: none;
    }

    .conteudo .ideia .texto .foto {
        display: block;
        float: left !important;
        width: 31px;
        height: 32px;
        margin-right: 12px !important;
        margin-bottom: 5px;
        position: relative;
    }

    .conteudo .caixa-comentario .caixa {
        width: 100%;
        height: auto;
    }

        .conteudo .caixa-comentario .caixa .btn-simple {
            text-align: center;
            border: 1px solid #09c;
            margin-bottom: 13px !important;
            padding: 10px;
            width: 100%;
            height: 36px;
        }

    .lista-desafios .item .header .dias-restantes span {
        display: none;
    }

    .conteudo .ideia .texto small span {
        display: block;
        width: 100%;
    }

    .conteudo .recentes .texto, .conteudo .colaboracoes .texto, .conteudo .caixa-comentario textarea {
        width: 100%;
    }

    .conteudo .recentes li {
        margin-bottom: 20px;
    }

        .conteudo .recentes li a {
            width: 100%;
            display: block;
        }

    .conteudo .colaboracoes .foto, .coluna-direita li .foto {
        width: 35px;
        height: 35px;
        top: 6px;
        position: relative;
    }

    .conteudo .foto img {
        width: 100%;
    }

    .conteudo .texto {
        padding-left: 14px;
    }

    .conteudo .comentarios .foto {
        display: none;
    }

    .conteudo .colaboracoes ul li {
        margin: 0;
        width: 100%;
        padding: 10px;
    }

    .ver-mais {
        padding-top: 9px;
    }

    .lista-desafios h3 {
        font-size: 24px;
    }

    .lista-desafios .item .header .tags label {
        display: block;
        width: 100%;
    }

    .lista-desafios .item .header div[class*="col-"] {
        width: 100%;
        float: left;
    }

    .lista-desafios .item .header .area {
        display: block;
    }

    .lista-desafios .item .header .dias-restantes {
        top: 0;
        left: 0;
        height: auto;
        position: relative;
    }

        .lista-desafios .item .header .dias-restantes p {
            text-align: left;
        }

    .lista-desafios .item .header div[class*="col-"] {
        padding: 0;
    }

    .lista-desafios .item .header .dias-restantes div {
        top: -7px;
        height: 20px;
    }

    .lista-desafios .item .header .dias-restantes span {
        color: #023658;
        background: transparent;
        float: left;
        width: auto;
        height: auto;
        font-size: 15px;
        letter-spacing: normal;
        margin: 0;
    }

    .lista-desafios .item .header .dias-restantes label {
        font-size: 9px;
        float: left;
        line-height: 0;
        padding-left: 10px;
        top: 11px;
    }

    .lista-desafios .item .header a {
        width: 100%;
        background: #386491;
        color: #fff;
        margin: 2px 0;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
    }

        .lista-desafios .item .header a:hover {
            background: #023658;
            color: #fff !important;
        }

            .lista-desafios .item .header a:hover i {
                color: #fff;
            }

        .lista-desafios .item .header a i {
            top: 6px;
            left: 16px;
        }

            .lista-desafios .item .header a i[class*="icon-"] {
                top: 1px;
                left: 10px;
                bottom: 0;
                margin: 0;
                display: table;
            }

    .lista-desafios .item .header .tags {
        margin-bottom: 10px;
    }

    .item-card .footer-card .flex-group {
        display: flex;
    }

    .modal.in .modal-dialog {
        width: 100%;
        position: relative;
        z-index: 9;
        height: 100%;
    }

    .modal h4 i {
        font-size: 20px;
        top: -1px;
    }

    .ultimas li ul li {
        padding: 1px 0 0 31px;
    }

    .panel .ultimas li ul li:before {
        width: 13px;
        height: 32px;
        position: absolute;
        left: 11px;
        top: -3px;
    }

    .conteudo .perfil .foto {
        max-width: 120px;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .group-data label {
        position: absolute;
        left: -25px;
    }

    .footer .area .logo-inova {
        width: 100%;
    }

    .footer .area .tb-z-auto {
        margin-bottom: 20px;
    }

    .footer .area .icon-logo-inovacao {
        float: none;
        margin-bottom: 7px;
        display: block;
        position: relative;
        width: 50%;
        left: -4px;
        top: -7px;
    }

    .footer .area .icon-logo-topos {
        position: relative;
        top: 8px;
        float: right;
        width: 100%;
    }

        .footer .area .icon-logo-topos:before {
            display: table;
            margin: 0 auto;
            float: none;
            width: 91px;
            text-align: left;
            font-size: 36px;
            position: relative;
            left: -10px;
        }

    .footer .area .icon-logo-inovacao:before {
        display: table;
        margin: 0 auto;
    }

    .footer .area .icon-group {
        position: relative;
        float: left;
        width: 100%;
        display: block;
    }

        .footer .area .icon-group span {
            top: -8px;
            margin: 0;
            right: 0;
            width: 100%;
        }

    .footer .area a {
        float: none;
        margin-top: 10px;
    }

    .conteudo .texto {
        display: block;
    }

    .item-card .texto {
    }

    .progressbar {
        display: none;
    }

    .lista-desafios .item .item-ideia .texto {
        width: 100%;
    }

    .lista-desafios .item .item-ideia .ideia .area-foto {
        display: none;
    }

    .conteudo .item-ideia .icones ul {
        display: table;
        float: none;
        width: auto;
        display: flex;
        margin-bottom: 0;
        width: 100%;
        padding: 0;
    }

    .conteudo .item-ideia .icones li {
        width: 100%;
    }

    .conteudo .item-ideia .icones {
        display: block;
    }

        .conteudo .item-ideia .icones .acoes.btn-list ul {
            width: auto;
            float: none;
        }

        .conteudo .item-ideia .icones .acoes {
            width: 100%;
        }

            .conteudo .item-ideia .icones .acoes li a {
                padding: 0;
                margin: 0 auto;
                float: none;
                margin: 0 auto;
                float: none;
                border-radius: 0;
                padding: 10px;
                text-decoration: none;
                padding-left: 32px;
            }

    .item-ideia .texto:before {
        display: none;
    }

    .conteudo .item-ideia .icones li div {
        display: table;
        margin: 0 auto;
    }

    .conteudo .item-ideia .icones .acoes li a {
        display: flex;
        align-items: center;
    }

        .conteudo .item-ideia .icones .acoes li a i {
            font-size: 39px;
            left: -3px;
            font-size: 25px;
            left: 0;
            top: -4px;
        }

        .conteudo .item-ideia .icones .acoes li a.btn-excluir, .conteudo .item-ideia .icones .acoes li a.btn-editar {
            padding: 0;
            text-align: center;
        }

            .conteudo .item-ideia .icones .acoes li a.btn-excluir i, .conteudo .item-ideia .icones .acoes li a.btn-editar i {
                position: initial;
                margin: 0 auto;
            }

    .conteudo .item-ideia .icones .acoes li i.fa, .conteudo .item-ideia .icones .acoes li i.fas, .conteudo .item-ideia .icones .acoes li i.far {
        top: 7px;
        left: 4px;
        width: 24px;
        display: block;
        font-size: 20px;
        text-align: center;
    }

    .conteudo .item-ideia .icones .contagem {
        width: 100%;
    }

        .conteudo .item-ideia .icones .contagem ul li {
            padding: 0;
        }

            .conteudo .item-ideia .icones .contagem ul li i {
                position: relative;
                top: 6px;
                left: 0;
            }

    .conteudo .item-ideia .icones .acoes li a .ng-binding {
        top: 0;
        bottom: 0;
        margin: auto;
        display: table;
        font-size: 13px;
    }

    .lista-desafios .item {
        padding-top: 19px;
    }

        .lista-desafios .item .header {
            display: block !important;
        }

            .lista-desafios .item .header .tags label {
                display: block;
                width: 100%;
            }

            .lista-desafios .item .header .dias-restantes {
                top: 0;
                left: 0;
                height: auto;
                position: relative;
                display: block;
            }

            .lista-desafios .item .header div[class*="col-"] {
                padding: 0;
            }

            .lista-desafios .item .header .dias-restantes div {
                top: -7px;
                height: 20px;
            }

            .lista-desafios .item .header .dias-restantes span {
                color: #023658;
                background: transparent;
                float: left;
                width: auto;
                height: auto;
                font-size: 15px;
                letter-spacing: normal;
                margin: 0;
            }

            .lista-desafios .item .header .dias-restantes label {
                font-size: 9px;
                float: left;
                line-height: 0;
                padding-left: 10px;
                top: 11px;
            }

            .lista-desafios .item .header a {
                width: 100%;
                background: #386491;
                color: #fff;
                margin: 2px 0;
                text-align: center;
            }

                .lista-desafios .item .header a:hover {
                    background: #023658;
                }

                    .lista-desafios .item .header a:hover i {
                        color: #fff !important;
                    }

                .lista-desafios .item .header a i {
                    top: 6px;
                    left: 16px;
                }

                    .lista-desafios .item .header a i[class*="icon-"] {
                        top: 1px;
                        left: 10px;
                        bottom: 0;
                        margin: 0;
                        display: table;
                    }

            .lista-desafios .item .header .tags {
                margin-bottom: 10px;
            }

    .periodo .form-inline {
        flex-flow: row wrap;
    }
    /*Adicionado para o card adicionado quando não há desafios*/
    .card-acesso1 {
        width: auto;
        height: auto;
    }

        .card-acesso1 svg {
            width: 80%;
            height: auto;
        }

        .card-acesso1 .btn-add-desafio {
            font-size: 14px;
            padding: 10px;
        }

    .base {
        padding-top: 125px;
    }

    header hgroup {
        height: 100%;
        position: initial;
    }

    header {
        height: 123px;
    }

        header hgroup h1 {
            padding-top: 16px;
            border: 0;
        }

        header hgroup h2 {
            top: 0;
            background: #09c;
            height: auto;
            padding: 11px;
            top: auto !important;
            position: absolute !important;
            bottom: 0;
            width: calc(100% + 4px) !important;
            height: 52px !important;
        }

    .nav-mobile .menu-container .menu-sidebar, .nav-mobile .menu-button:after {
        top: 70px;
    }

    header hgroup h1 {
        width: 58px !important;
        padding: 11px 0;
        height: 72px;
    }

        header hgroup h1 a {
            background: url(../images/logo-vertical.svg) no-repeat;
            background-position: 0;
            background-size: cover;
            width: 56px;
            height: 48px;
            margin: 0 auto;
        }

    .menu .navbar-collapse {
        position: absolute;
        right: 0;
        z-index: 9;
    }

    .menu .navbar-right.user > li {
        height: 70px;
    }

    .menu .navbar-nav.user > li > a {
        padding: 0;
    }

    .menu .navbar-right.user li a span.userName span {
        background: transparent !important;
        border-radius: 0;
        color: #fff;
        font-size: 18px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .menu .navbar-right.user li a span.userName span:before {
            content: "\f142";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
        }

    .menu .navbar-right.user li.nav-topo {
        display: block;
    }

    .loja-content {
        display: block;
        padding: 0;
    }

        .loja-content .loja-filtro {
            width: 100%;
            margin-bottom: 20px;
            border: 0;
        }

    .detalhe-produto {
        padding: 0;
    }

    .conteudo .panel-heading .voltar, .conteudo .panel-heading .btn-voltar {
        text-align: center;
        padding: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #023658;
        color: #fff !important;
        margin: 0;
    }

        .conteudo .panel-heading .voltar i {
            top: 9px;
            left: 16px;
        }

    .saldo span {
        display: none;
    }
}

@media(max-width: 414px) {
    .opportinuty-header-card {
        min-height: 196px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-top: 0px;
    }

    .pagination-content {
        margin: 0px 0px !important;
    }

    .conteudo .colaboracoes .like {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 47px;
        margin: auto;
        height: 20px;
        text-decoration: none;
        cursor: pointer;
    }

        .conteudo .colaboracoes .like i {
            font-size: 27px;
        }

    .conteudo .colaboracoes .texto {
        width: calc(100% - 220px);
        /*display: inline-table;*/
    }

    .item-ideia .panel:before {
        right: auto;
        left: 10%;
    }

    .btn-arquivo-anexo i {
        font-size: 4vw;
    }

    .col-arquivo-anexo {
        padding-top: 20px;
    }
}


@media (min-width:768px) {
    .flip-card-inner, .flip-card {
        height: 100%;
    }

    .opportunity-card {
        height: auto;
        /*display: flex;
        flex-grow: 1;*/
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .footer {
        position: absolute;
        bottom: 0;
    }

    .custom-file-uploader {
        margin: 0 0 5px 0;
        margin-left: 7px;
    }

    .custom-file-brasao-uploader {
        margin: 0 0 5px 0;
    }

    .coluna-direita {
        position: fixed !important;
        margin-bottom: 117px;
        width: 25%;
        width: 100%;
        right: 0;
        max-width: 340px;
        top: 74px;
    }

    .buttons-files-content {
        display: flex;
    }

    .botoes-mobile {
        display: none;
    }

    .flex-md {
        display: flex;
    }

    .btn-arquivo-anexo i {
        padding-top: 4px;
        font-size: 2.7vw;
    }

    .labelArquivo {
        width: 450px;
        display: table;
    }
}

@media (max-width: 1200px) {
    .conteudo .item-ideia .icones .acoes:last-child li i + span {
        display: none;
    }

    .conteudo .panel-heading h2 {
        font-size: 31px;
        margin-bottom: 8px;
        line-height: 38px;
    }

    .custom-file-uploader {
        width: 100%;
        margin: 0 0 5px 0;
        margin-left: 7px;
    }

    .custom-file-brasao-uploader {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .custom-file-export {
        max-width: 200px;
    }

    .pagination .btn-effect {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .base {
        padding-top: 108px;
    }

    .menu .icones {
        background: none;
    }

    header hgroup {
        height: 100%;
        position: initial;
    }

    header {
        height: 123px;
    }

        header hgroup h1 {
            padding-top: 16px;
            border: 0;
        }

        header hgroup h2 {
            top: 0;
            background: #09c;
            height: auto;
            padding: 11px;
            top: auto !important;
            position: absolute !important;
            bottom: 0;
            width: calc(100% + 4px) !important;
            height: 52px !important;
        }

    .nav-mobile .menu-container .menu-sidebar, .nav-mobile .menu-button:after {
        top: 70px;
    }

    header hgroup h1 {
        width: 58px !important;
        padding: 11px 0;
        height: 72px;
    }

        header hgroup h1 a {
            background: url(../images/logo-vertical.svg) no-repeat;
            background-position: 0;
            background-size: cover;
            width: 56px;
            height: 48px;
            margin: 0 auto;
        }

    .menu .navbar-collapse {
        position: absolute;
        right: 0;
        z-index: 9;
    }

    .menu .navbar-right.user > li {
        height: 70px;
    }

    .menu .navbar-nav.user > li > a {
        padding: 0;
    }

    .menu .navbar-right.user li a span.userName span {
        background: transparent !important;
        border-radius: 0;
        color: #fff;
        font-size: 18px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .menu .navbar-right.user li a span.userName span:before {
            content: "\f142";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
        }

    .menu .navbar-right.user li.nav-topo {
        display: block;
    }

    .autores-numero {
        top: 25px;
        left: -14px;
        bottom: 0px;
    }

    header hgroup h1 {
        margin: 0;
        margin-top: 7px;
        float: none;
        width: 184px;
        margin: 0 auto;
        padding-top: 11px;
        border: 0;
    }

    header hgroup h2 {
        display: flex;
        font-size: 8px;
        width: 100%;
        margin: 0;
        left: -3px;
        padding: 0;
        top: -14px;
        position: relative;
        border: 0;
        height: auto;
        text-align: center;
        justify-content: center;
        padding: 23px;
        align-items: center;
    }

        header hgroup h2 span.logo-cliente img {
            min-height: 50px;
            max-height: 50px;
        }

        header hgroup h2 span.texto {
            font-size: 11px;
            font-family: arimo;
            position: initial;
            width: auto;
            text-align: left;
            margin: 0;
            position: absolute;
            padding: 0 40px;
            text-align: center;
            border: 0;
        }

    header hgroup {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
        display: block;
        float: none;
        width: 108%;
        width: calc(100% - 3px);
    }

    .nav-mobile svg, .nav-mobile svg.icon-close {
        background: transparent;
    }

    .nav-mobile .menu-container .menu-sidebar {
        padding: 0;
    }


    .coluna-direita .ranking {
        padding-bottom: 0;
    }

    .coluna-direita h3 {
        display: none;
    }

    .base .conteudo-maior .direita-maior {
        position: fixed;
        z-index: 99;
    }

    .coluna-direita .ultimas {
        display: none;
        position: fixed;
        top: 69px;
        z-index: 10;
        width: 100%;
        height: calc(100% - 50px);
        opacity: 1;
        top: 0;
        margin: 0;
    }

        .coluna-direita .ranking .scroll-wrapper, .coluna-direita .ultimas > .scroll-wrapper {
            height: calc(100% - 44px) !important;
        }

    .coluna-direita .banners {
        display: none;
    }

    .coluna-direita .ranking {
        padding: 11px 0 0;
        position: fixed;
        top: 69px;
        z-index: 10;
        width: 100%;
        height: calc(100% - 50px);
        opacity: 1;
        top: 0;
        margin: 0;
    }

        .coluna-direita .ranking.tab-pane {
            display: none;
            opacity: 1;
        }

    .recolhido .coluna-direita, .recolhido .direita-maior {
        right: 0;
    }

    .btn-close-direita {
        display: none;
    }

    .target-visible {
        display: block !important;
    }

    .coluna-direita .ranking .panel-group {
        height: 100%;
        margin: 0;
    }

        .coluna-direita .ranking .panel-group .panel {
        }

    .footer {
        margin-top: 50px;
        position: relative;
    }

        .footer .area {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    .logo-inova, .redes-sociais-bloco {
        margin-bottom: 20px;
    }

    .footer .area .tb-z-auto {
        margin-bottom: 20px;
    }

    .footer .area .icon-logo-inovacao {
        float: none !important;
        margin-bottom: 7px;
        display: block;
        position: relative !important;
        width: 50%;
        left: 0 !important;
        top: -7px;
    }

    .footer .area .icon-group span {
        position: relative !important;
        right: 0 !important;
        margin: 10px auto !important;
    }

    .footer .area .icon-logo-topos {
        position: relative !important;
        top: 8px;
        float: none !important;
        width: 100%;
        display: flex !important;
    }

        .footer .area .icon-logo-topos:before {
            display: table;
            margin: 0 auto;
            float: none;
            width: 91px;
            text-align: left;
            font-size: 36px;
            position: relative;
            left: -10px;
        }

    .footer .area .icon-logo-inovacao:before {
        display: table;
        margin: 0 auto;
    }

    .footer .area .icon-group {
        position: relative;
        float: left;
        width: 100%;
        display: block;
    }

        .footer .area .icon-group span {
            top: -8px;
            margin: 0;
            right: 0;
            width: 100%;
        }

    .footer .area a {
        margin: 0 auto;
        float: none !important;
        margin-top: 10px;
        position: relative !important;
        top: 5px;
        right: 0 !important;
        display: flex !important;
    }


    .conteudo-maior {
        width: 100% !important;
    }

    /* classe para dica de imput por Anderson em 09/07/2018 */
    .conteudo small.dicaSelect {
        position: relative;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        text-align: center;
    }


    .base .coluna-direita, .base .direita-maior {
        max-width: none;
        z-index: 11;
        height: 0;
    }

    .coluna-direita .nav-tabs {
        display: none;
    }

    .base .coluna-direita, .base .direita-maior {
        padding: 0;
    }

    .coluna-direita .tab-content {
        padding: 0;
    }
}

@media (max-height: 880px) {
    .card-acesso1 {
        width: 430px;
        padding: 39px;
    }

        .card-acesso1 svg {
            width: 100%;
            height: auto;
            max-width: 200px;
        }

        .card-acesso1 h3 {
            font-size: 30px;
        }
}

.load .texto {
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    top: -18px;
}

@media (max-height: 700px) {
    .menu .navbar-right.user .scroll-wrapper {
        height: calc(100% - 80px);
    }

    .menu .navbar-right.user .dropdown-menu {
        position: fixed;
        top: 70px;
        height: 100%;
        padding-bottom: 48px;
    }
}

/*SPINNER========*/
.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center;
}

    .sk-three-bounce .sk-child {
        width: 20px;
        height: 20px;
        background-color: #FFF;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loading {
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.9);
}

    .loading .modal-dialog {
        position: absolute;
        left: 0;
        right: 0;
        top: 24%;
        bottom: 0;
        /* margin: auto; */
        height: 20%;
    }

.cursor-pointer {
    cursor: pointer;
}

.cursor-croshair {
    cursor: crosshair;
}

.cursor-eresize {
    cursor: e-resize;
}

.cursor-move {
    cursor: move;
}

/* ======================SELECT SEARCHING======================== */

.ui-select-search, .ui-select-match {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.828571;
    color: #555;
    margin-bottom: 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.disabled .ui-select-match {
    background-color: #eeeeef;
    cursor: not-allowed;
}

.ui-select-container {
    position: relative;
}

    .ui-select-container div {
        outline: none;
    }

.ui-select-choices {
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 42px;
    -webkit-box-shadow: 2px 2px 18px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: 2px 2px 18px -2px rgba(0,0,0,0.41);
    box-shadow: 2px 2px 18px -2px rgba(0,0,0,0.41);
    -webkit-box-shadow: 2px 2px 18px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: 2px 2px 18px -2px rgba(0,0,0,0.41);
    box-shadow: 2px 2px 18px -2px rgba(0,0,0,0.41);
}

.ui-select-choices-row {
    padding: 8px 25px;
    cursor: pointer;
}

.texto-comentario {
    padding-left: 16px;
    display: inline-block;
    padding-right: 16px;
    width: calc(100% - 50px);
    text-align: justify;
}

    .texto-comentario small {
        margin-top: 3px;
    }

.btn-color-picker {
    border-radius: 100% !important;
    margin: 3px !important;
    height: 23px !important;
    width: 20px !important;
}
/* ======================FIM SELECT SEARCHING======================== */


/*============================================BOOTSTRAP TOUR - TUTORIAL INTRO=================================*/
.tour-backdrop {
    position: absolute;
    z-index: 1100;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.popover {
    padding: 11px;
}

    .popover[class*="tour-"] {
        z-index: 1102;
    }

        .popover[class*="tour-"] h4 {
            text-align: center;
            color: #023658;
        }

        .popover[class*="tour-"] .popover-navigation {
            padding: 9px 14px;
            overflow: hidden;
            padding: 9px 0;
            display: flex;
        }

            .popover[class*="tour-"] .popover-navigation .btn {
                margin: 0;
                border: 0;
                background: transparent;
                box-shadow: none;
                outline: 0;
                text-transform: uppercase;
                color: #09c;
            }

                .popover[class*="tour-"] .popover-navigation .btn:hover {
                    color: #023658;
                }

        .popover[class*="tour-"] .btn.end {
            background: #023658;
            border: 0;
            color: #fff;
            text-transform: uppercase;
            border-radius: 8px;
            padding: 8px 10px;
        }

        .popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled, .popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled {
            opacity: 0.2;
        }

        .popover[class*="tour-"] .btn.end:hover {
            color: #ffffff;
            background: #052844;
        }

.popover-content {
    padding: 5px;
    text-align: center;
    line-height: 15px;
    color: #525252;
}

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    float: right;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    cursor: pointer;
}

    .popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
    .popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
    .popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
        cursor: default;
    }

.popover[class*="tour-"].orphan {
    position: fixed;
    margin-top: 0;
}

    .popover[class*="tour-"].orphan .arrow {
        display: none;
    }

/*=================================================  CUSTOM TOOLTIP =============================================================*/
label .btn-transparent {
    float: right;
    height: 15px;
}

label + button[data-toggle*="pop-over"] {
    height: 19px;
}

.btn-transparent {
    background: transparent;
    border: 0;
}

.alerta {
    font-size: 19px;
    display: block;
    line-height: 0;
    position: relative;
    color: #0099cc;
    cursor: pointer;
    top: 3px;
}

button[data-balloon] {
    overflow: visible;
}

[data-balloon] {
    position: relative;
    z-index: 9;
}

    [data-balloon]:before,
    [data-balloon]:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.18s ease-out 0.18s;
        transition: all 0.18s ease-out 0.18s;
        bottom: 100%;
        left: 50%;
        position: absolute;
        z-index: 10;
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }

    [data-balloon]:after {
        background: #001421;
        border-radius: 4px;
        color: #fff;
        content: attr(data-balloon);
        font-size: 12px;
        padding: .5em 1em;
        white-space: nowrap;
        margin-bottom: 11px;
        white-space: normal;
        text-align: center;
    }

    [data-balloon]:before {
        /*background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;*/
        background-size: 100% auto;
        height: 6px;
        width: 18px;
        content: "";
        margin-bottom: 5px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 11px solid #001421;
    }

    [data-balloon]:hover:before,
    [data-balloon][data-balloon-visible]:before,
    [data-balloon]:hover:after,
    [data-balloon][data-balloon-visible]:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

[data-balloon-pos="up"]:hover:before {
    bottom: 0;
}

a[data-balloon-pos="up"]:hover:before {
    bottom: 11px;
}

[data-balloon].font-awesome:after {
    font-family: FontAwesome;
}

[data-balloon][data-balloon-break]:after {
    white-space: normal;
}

[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

[data-balloon-pos="down"]:after {
    margin-top: 11px;
}

[data-balloon-pos="down"]:before {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
    background-size: 100% auto;
    height: 6px;
    width: 18px;
    margin-top: 5px;
    margin-bottom: 0;
    border-top: 0px solid #396eb6;
    border-bottom: 11px solid #396eb6;
    z-index: 999;
    margin-top: 4px;
}

[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

[data-balloon-pos="left"]:after {
    margin-right: 11px;
}

[data-balloon-pos="left"]:before {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
    background-size: 100% auto;
    height: 18px;
    width: 6px;
    margin-right: 5px;
    margin-bottom: 0;
}

[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

[data-balloon-pos="right"]:after {
    margin-left: 11px;
}

[data-balloon-pos="right"]:before {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
    background-size: 100% auto;
    height: 18px;
    width: 6px;
    margin-bottom: 0;
    margin-left: 5px;
}

[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon-length]:after {
    white-space: normal;
}

[data-balloon-length="small"]:after {
    width: 80px;
}

[data-balloon-length="medium"]:after {
    width: 150px;
}

[data-balloon-length="large"]:after {
    width: 260px;
}

[data-balloon-length="xlarge"]:after {
    width: 90vw;
}

.right-bottom + .popover {
    left: 37px !important;
    top: 19px !important;
}

.popover h3 {
    margin: 0;
    display: block;
}

.right-bottom + .popover.bottom > .arrow {
    left: 29px !important;
}

.popover-content {
    width: 252px;
    min-width: 252px;
}

.popover-title {
    text-align: center;
}

.autores {
    color: #0099CC;
    font-family: 'arimo-bold';
    font-weight: 100;
    border: 0;
    background: transparent;
}

.autores-numero {
    padding: 0px;
    border: 0px;
    outline: none;
    position: absolute;
    bottom: 0;
    right: -17px;
    border-radius: 100%;
    background-color: #023658;
    padding: 0px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #fff;
}

.botoes-tv {
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .botoes-tv a {
        width: 32px;
        height: 32px;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        background: #023658;
        border-radius: 100px;
        color: #fff;
        font-size: 13px;
        margin: 0 8px;
        padding: 9px 0px;
        text-align: center;
    }

        .botoes-tv a i {
        }

.dashboardNaoEncontrado {
    line-height: 100px;
    font-size: 27px;
}

.canvasDashboardFixed {
    position: fixed;
}

.colorDashboard {
    color: #fff;
    font: bold;
    display: grid;
}

    .colorDashboard span {
        color: #fff;
    }

    .colorDashboard strong {
        color: #fff;
    }

.fontSizeDashboard {
    font-size: 20px;
}

.posicaoIconeDashboard {
    position: absolute;
    margin-left: 70%;
    font-size: 20px;
    font: bold;
}

.verticalLine {
    border-left: 1px solid;
    height: 70px;
    color: #A9A9A9;
}

.colorDashboard {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    padding: 13px 20px;
}

.dashboard .swiper-slide {
}

.dashboard .slide-dashboard {
    padding-bottom: 50px;
    overflow: hidden;
    display: none;
}

.dashboard .swiper-slide .panel {
    width: 100%;
    margin: 0;
    padding-bottom: 39px;
    min-height: 531px;
}

.dashboard .swiper-pagination {
}

.dashboard .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #023658;
}

.dashboard .swiper-pagination-bullet-active {
}

.dashboard .dashboard-charts {
    clear: both;
    display: flex;
    flex-flow: row wrap;
}

    .dashboard .dashboard-charts .item-chart {
        width: 50%;
        padding: 15px;
    }

        .dashboard .dashboard-charts .item-chart .panel {
            padding-bottom: 39px;
            position: relative;
            height: 400px; /*GRÁFICOS COM O MESMO TAMANHO NO PANEL*/
        }

        .dashboard .dashboard-charts .item-chart .canvas4 {
            display: none;
        }

.dashboard .panel .btn-simple {
    margin: 0 auto !important;
}



@media (max-width: 1024px) {
    .colorDashboard {
        min-height: 105px;
    }
}


@media (max-width: 512px) {
    .btn-arquivo-anexo i {
        font-size: 8vw;
    }

    .filtro-ideia-button {
        margin-left: 20px !important;
        width: 166px !important;
        margin-top: 10px !important;
    }

    .panel.panel-filter-ideia {
        margin-left: 0px !important;
        margin-right: 0px !important;
        border-radius: 0px !important;
    }
}

@media (min-width:1460px) {

    .btn-arquivo-anexo {
        padding-top: 0px;
    }

        .btn-arquivo-anexo i {
            padding: 0px;
            font-size: 2.5vw;
        }
}

@media (min-width:1400px) {
    .col-xxl-4 {
        width: 33.33333333%;
    }
}



.posicaoIconeDashboard {
    font-size: 36px;
    float: right;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

.colorDashboard i[class*="icon-"] {
    font-size: 56px;
    right: -13px;
    right: 0;
}

.conteudo .panel {
    padding: 20px;
}

.verticalLine {
    border-left: 1px solid;
    height: 70px;
    color: #A9A9A9;
    padding-left: 10px;
}

.panel-heading {
    color: #052e56;
    background-color: none;
    border-color: #ddd;
    margin-bottom: 20px;
    padding-left: 0;
}

.dashboard-numeros .panel {
    padding: 13px 20px;
    padding: 0;
}

@media screen and (min-width: 768px) {
    [data-balloon-length="xlarge"]:after {
        width: 380px;
    }

    .flex-sm {
        display: flex;
    }
}

[data-balloon-length="fit"]:after {
    width: 100%;
}


@media (max-width: 767px) {
    button[data-balloon] {
        width: 100%;
    }

    label .btn-transparent {
        padding: 0;
        height: auto;
    }

    [data-balloon]:after {
        opacity: 1;
        position: relative;
        display: block;
        width: 100%;
        top: -12px;
        left: 0;
        transform: translate(0) !important;
        margin-bottom: 0;
    }

    button[data-balloon] i {
        display: none;
    }

    [data-balloon]:before {
        display: none;
    }
    /*.icon-faq  [data-balloon]:after{
      content: "\ea09" "\00a0 " "\00a0 " attr(data-balloon);
  }
  [data-balloon]:after{
      
    font-family: 'IcoMoon-Free';
  }*/

    .btn-radio-middle {
        padding-top: 8px;
    }

    .btn-arquivo-anexo {
        padding-top: 0px;
    }

        .btn-arquivo-anexo i {
            font-size: 5vw;
        }

    .conteudo .panel-heading {
        display: block;
    }

        .conteudo .panel-heading h2 {
            margin-bottom: 10px;
            font-size: 28px;
        }

            .conteudo .panel-heading h2 i {
                font-size: 21px;
            }

        .conteudo .panel-heading .filtro {
            display: block;
        }

    .dashboard .dashboard-charts .item-chart {
        width: 100%;
    }

    .verticalLine {
        border: 0;
    }
}

.internal-title {
    color: var(--light-blue);
    font-size: 28px;
    margin: 10px 0;
}

.data-complement-content {
    display: inline-block;
    height: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.loja-carrinho strong {
    color: #052e56;
    margin-left: 5px;
    font-size: 32px;
}

.panel.quantidades-rodada {
    padding: 7px;
}

.quantidades-rodada strong {
    font-size: 25px;
}


.btn-secondary {
    background-color: #09C;
    border-color: #09C;
    height: 40px;
    line-height: 26px;
    color: #fff;
}

    .btn-secondary:hover {
        background-color: #08A;
        border-color: #08A;
        height: 40px;
        line-height: 26px;
        color: #fff;
    }

.hidden-file-upload {
    position: relative;
}

    .hidden-file-upload input[type="file"] {
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

.area-upload-image .btn-simple {
    border: 0;
}

    .area-upload-image .btn-simple i {
        margin: 0;
    }

.post-image-upload {
    background: #ebebeb;
    position: relative;
    padding: 13px;
}

    .post-image-upload:before {
        content: "\f03e";
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
        font-size: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 40px;
        color: #b3b3b3;
    }

.hidden-file-upload {
    position: relative;
    width: 100%;
}

    .hidden-file-upload input[type="file"] {
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

.post-image-upload-edicao {
    background: #ebebeb;
    position: relative;
}

    .post-image-upload-edicao:before {
        content: "\f03e";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 40px;
        color: #b3b3b3;
    }

.foto-cadastro-usuario {
    max-width: 200px;
    width: 18vw;
    height: 18vw;
    max-height: 244px;
    min-width: 100px;
    min-height: 100px;
}

/*@media tv and (min-width: 1900px), screen (max-width: 1090px)  {
  h2{
      color: red !important;
  }
}*/

/*QUERIE TV================*/
@media tv and (min-width: 1900px), (min-width: 1900px) {
    .colorDashboard {
        align-items: center;
        display: flex;
    }

        .colorDashboard span {
            order: 2;
        }

        .colorDashboard strong {
            font-size: 36px;
            display: block;
            float: left;
            margin-right: 11px;
        }

    .panel.quantidades-rodada small {
        font-size: 18px;
        color: #666666 !important;
        font-family: 'arimo-bold';
        margin-bottom: 0;
    }

    .panel.quantidades-rodada strong {
        font-family: 'arimo-bold';
        font-size: 32px;
        color: #013558 !important;
    }

    .botoes-tv {
        display: flex;
    }

    .dashboard .dashboard-charts {
        display: none;
    }

    .dashboard .slide-dashboard {
        display: BLOCK;
    }

    .dashboard .panel-heading .filtro div {
        display: none;
    }
}

@media all and (display-mode: fullscreen) {

    .topo-dashboard {
        display: none;
    }

    .base-dashboard {
        padding-top: 0px;
    }

    .botoes-tv a i.fa-expand {
        top: -1px;
        position: relative;
    }

        .botoes-tv a i.fa-expand:before {
            content: "\f066";
        }

    .dashboard .panel-heading h2 span {
        display: none;
    }

    .dashboard .panel-heading h2:before {
        text-indent: 0;
        content: '\e801';
        font-family: "fontello";
        color: #023658;
    }
}





#toast-container {
    top: 95px;
}

    #toast-container > div {
        width: 100%;
        max-width: 320px;
    }

.toast-top-right-changed {
    top: 270px !important;
    right: 12px;
}

div.img-item-carrinho img {
    position: absolute;
}

input.input-number-no-arrows::-webkit-outer-spin-button,
input.input-number-no-arrows::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input.input-number-no-arrows {
    -moz-appearance: textfield; /* Firefox */
}

/*=======================ADENDO===========================*/
.modal.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

    .modal.in .modal-dialog {
        height: auto;
        position: initial;
    }

.fixed_headers tr {
    display: flex;
}

.menu .navbar-right.user li .userName .texto .empresa, .menu .navbar-right.user li .userName .texto .consulta {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #545454;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

    .menu .navbar-right.user li .userName .texto .empresa:before {
        content: "\f1ad";
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
        color: #707070;
        font-size: 15px;
        padding-right: 5px;
    }

    .menu .navbar-right.user li .userName .texto .consulta:before {
        content: "\f0c0";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #707070;
        font-size: 15px;
        padding-right: 5px;
    }

    .menu .navbar-right.user li .userName .texto .empresa a, .menu .navbar-right.user li .userName .texto .consulta a {
        display: inline;
        padding: 5px;
        cursor: pointer;
    }

    .menu .navbar-right.user li .userName .texto .empresa i, .menu .navbar-right.user li .userName .texto .consulta i {
        display: inherit;
        font-size: 12px;
    }

span.msg {
    display: block;
    font-size: 12px;
    background: #efefef;
    padding: 5px;
    /* border-radius: 29px; */
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    padding: 6px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 54px;
}

    span.msg span {
        content: "x";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        width: 20px;
        height: 20px;
        margin: auto;
        font-size: 14px;
        border-radius: 138px;
        background: #5379a0;
        color: #fff;
        line-height: 16px;
        cursor: pointer;
    }

.menu .navbar-right.user li.nav-info {
    padding: 10px 0;
    margin: 0;
}

.menu .navbar-right.user li.sair {
    margin: 0;
}

.menu .navbar-right.user .dropdown-menu {
    padding: 0;
    top: 80px;
    height: 540px;
}

.menu .navbar-right.user li ul {
    padding: 0 10px;
}

.menu .navbar-right.user .dropdown-menu .userName {
    padding: 10px 0;
    margin: 0;
}

.menu .navbar-right.user li.sair a {
    padding: 10px;
}

.menu .navbar-right.user .lalala .dropdown-menu {
    top: 108px;
}



.escolha-empresas {
    float: left;
    position: absolute;
    top: 83px;
    background: #0099CC;
    color: #fff;
    left: 0px;
    width: 100%;
    /*height: calc(100% - 153px);*/
    padding-top: 10px;
}

    .escolha-empresas .area-contexto .scroll-wrapper {
        padding: 0px 35px 15px;
    }

    .escolha-empresas a {
        color: #fff;
        font-size: 12px;
        cursor: pointer;
    }

    .escolha-empresas .area-contexto {
        float: left;
        /*padding: 0px 35px 15px;*/
        /*height: 100%;*/
        height: 316px;
    }

.menu .navbar-right.user li .escolha-empresas h5 i {
    font-size: 16px;
}

.escolha-empresas h5 {
    float: left;
    width: 100%;
    /*padding: 9px 0;*/
    display: flex;
    align-items: center;
    font-size: 12px;
    margin: 0;
    font-family: "arimo";
}

    .escolha-empresas h5:first-child {
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

.menu .navbar-right.user .escolha-empresas .fechar {
    float: right;
    width: 44px;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
}

    .menu .navbar-right.user .escolha-empresas .fechar i {
        font-size: 16px;
    }

.menu .navbar-right.user li .escolha-empresas ul {
    padding: 0 18px;
}

    .menu .navbar-right.user li .escolha-empresas ul li {
        display: block;
    }

        .menu .navbar-right.user li .escolha-empresas ul li a {
            color: #fff;
            padding: 5px 0 10px 27px;
            font-size: 11px;
        }

            .menu .navbar-right.user li .escolha-empresas ul li a:hover {
                text-decoration: underline;
            }

.menu .navbar-right.user li .escolha-empresas .scroll-content {
    padding: 0px 35px 15px;
}





.menu .navbar-right.user .acesso-publico ul {
    padding: 0;
}

.acesso-publico .escolha-empresas {
    position: relative;
    padding-top: 18px;
    top: 0;
    left: 0;
}


.menu .navbar-right.user .acesso-publico ul.scrollbar-inner li:last-child, .menu .navbar-right.user .acesso-publico ul.scrollbar-inner li:first-child {
    /*padding: 10px;*/
    margin: 0;
}

.menu .navbar-right.user .acesso-publico .userName {
    margin: 0;
    padding: 10px;
}

.menu .navbar-right.user .acesso-publico > .scrollbar-inner > .scroll-content {
    max-height: none !important;
    height: auto !important;
}

.input-file-transparent, .pretty-file {
    width: 62px;
    left: 12px;
}



.menu .navbar-right.user .dropdown-menu .pretty-file:hover ~ .userName .foto-usuario .image:before {
    background: rgba(0, 0, 0, 0.56);
    display: block;
    width: 100%;
    height: 64px;
    content: "\f030";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 19px;
    justify-content: center;
    display: flex;
    align-items: center;
}


@media (max-height: 700px) {
    .menu .navbar-right.user .scroll-wrapper {
        height: calc(100% - 70px);
    }
}

@media (max-width: 767px) {

    header {
        z-index: 100;
    }

    .menu .navbar-right.user .dropdown-menu {
        top: 71px;
    }
}

/*Switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 7px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

a.text-switch {
    position: absolute;
    display: unset;
    font-size: 15px !important;
    padding-top: 10px;
    padding-left: 5px;
}

    a.text-switch:hover {
        text-decoration: none;
    }

.switch-position {
    display: table;
    padding-left: 82px;
}
/*----------------*/
.modal-backdrop {
    opacity: 0.8;
}

.modal-open .modal[style^="display: block;"] {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-login .btn-simple {
    text-decoration: none;
}



.perfil .foto {
    float: left;
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: top;
    width: 5vw;
    height: 5vw;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .perfil .foto.maior {
        width: 10vw;
        height: 10vw;
        max-width: 200px;
    }

    .perfil .foto div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        cursor: pointer;
    }

    .perfil .foto:hover div {
        background: rgba(0,0,0, 0.5);
    }

    .perfil .foto a {
        opacity: 0;
    }

    .perfil .foto:hover a {
        opacity: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        height: 6vw;
        width: 6vw;
        background: #023658;
        text-align: center;
        /* padding: 17px; */
        border-radius: 100%;
        max-width: 62px;
        max-height: 62px;
        align-items: center;
        justify-content: center;
    }

    .perfil .foto a i {
        padding: 0;
        font-size: 25px;
        color: #fff;
    }

/*.texto-comentario{
        margin-bottom: 20px;
}*/
.conteudo .caixa-resposta {
    padding-right: 0;
}

    .conteudo .caixa-resposta textarea {
        width: 100%;
    }


[data-balloon-pos="down"]:before {
    border-top: 0px solid #001421;
    border-bottom: 11px solid #001421;
}



/* ===========COMENTARIOS=========== */
.modal .comentarios, .modal .colaboracoes {
    width: 100%;
    padding: 0 30px;
}

    .modal .comentarios p {
        font-size: 12px;
    }

    .modal .comentarios .foto {
        width: 50px;
        height: 50px;
        margin: 0;
        float: left;
    }

.modal .caixa-comentario {
    float: left;
    width: calc(100% - 5em);
    width: 100%;
}


    .modal .caixa-comentario textarea {
        float: right;
        width: 100%;
        height: 90px;
        margin-bottom: 5px;
    }

    .modal .caixa-comentario .caixa {
        float: right;
        width: calc(100% - 75px);
        height: 120px;
        font-size: 12px;
    }

.modal .caixa-resposta {
    padding-right: 4em;
    float: right;
    margin-bottom: 15px;
    padding-left: 5px;
    width: calc(100% - 67px);
}

    .modal .caixa-resposta textarea {
        float: left;
        width: 93%;
        height: 120px;
        margin-left: 10px;
        height: auto;
    }

    .modal .caixa-resposta .caixa {
        float: right;
        width: calc(100% - 50px);
        height: 120px;
        font-size: 12px;
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .modal .caixa-resposta .foto {
        float: left;
        width: 2vw;
        height: 2vw;
    }


.modal .recentes li {
    float: left;
    width: 100%;
    padding: 7px;
    position: relative;
    margin-bottom: 0;
}

    .modal .recentes li .btn-reply {
        font-size: 20px;
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .modal .recentes li:nth-child(odd) {
        background: #F8F8F8;
    }

    .modal .recentes li .respostas-recentes li {
        float: left;
        width: calc(100% - 4.5em);
        padding: 5px 14px 5px 5px;
        margin-left: 67px;
    }

    .modal .recentes li:nth-child(odd) .respostas-recentes li:nth-child(odd) {
        background: #FFF;
    }

    .modal .recentes li:nth-child(odd) .respostas-recentes li:nth-child(even) {
        background: #F4F4F4;
    }

    .modal .recentes li:nth-child(even) .respostas-recentes li:nth-child(odd) {
        background: #F8F8F8;
    }

.conteudo .recentes li:nth-child(even) .respostas-recentes li:nth-child(even) {
    background: #FBFBFB;
}

.modal .comentarios .carregar {
    color: #555555;
    font-size: 14px;
    text-align: center;
    font-family: 'arimo-bold';
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    width: 100%;
    display: block;
}

.modal .comentarios .btn-effect {
    font-size: 10px;
}


/*========tabela=======*/
.tooltip-inner {
    max-width: 280px;
}

.tabela table > thead:first-child > tr:first-child > th a {
    color: #fff;
}

/* CSS NOVO DROPDOWN */

.dropdown-menu .new-multiselect li:hover {
    cursor: pointer;
}

/*Ajustando o width do novo multiselect*/

.new-multiselect .dropdown-menu.dropdown-menu-form {
    width: 100% !important;
}

.modal .recentes li.discussao-modal .btn-reply {
    font-size: 17px;
    margin: 3px;
}

.flex-center {
    align-items: center;
    display: flex;
}

.btn-effect:hover, .btn-effect:focus {
    text-decoration: none;
}

.footer .area .icon-logo-inovacao {
    display: flex;
    width: 100%;
}

.conteudo .panel-heading h2 i.ajuda {
    top: 25px;
    position: absolute;
    right: 40px;
    font-size: 22px;
}

.conteudo .panel-heading h2.possui-filtro i {
    font-size: 22px;
    position: relative;
    top: -4px;
}


small.dicaSelectModal {
    min-height: 40px;
    padding: 10px;
    background: lightgrey;
    border-radius: 6px;
    left: -4px;
    line-height: 15px;
    margin: 0 !important;
}

div#dscDesafio {
    margin-top: 15px;
}

.list ul {
    padding-left: 20px;
}

.list li {
    list-style: disc;
}

.list ol li {
    list-style: decimal;
}

.list ol {
    padding-left: 20px;
}

div.version {
    width: 100%;
    padding-left: 23px;
    padding-top: 20px;
    position: static;
    bottom: 380px;
}

    div.version .version-name {
        color: #013558;
        font-weight: bold;
        font-size: 11px;
    }

    div.version .version-number {
        font-size: 13px;
    }

.botoes-tv.list-ideia-filter {
    display: inline-flex;
    margin-left: -49%;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 12px;
}

.panel.panel-filter-ideia {
    margin-left: 156px;
    margin-right: 23px;
    border-radius: 15px;
}

.filtro-ideia-button {
    border: 1px solid #386491;
    background-color: #023658;
    color: white;
}

    .filtro-ideia-button:hover {
        background-color: #044c7b;
        color: white !important;
    }

/*CHATBOT*/
.open-chat {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.chatbot-content {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    max-width: 440px;
    width: 320px;
}

.chatbot-header {
    transition: 320ms ease;
    background: green;
    color: white;
    border-radius: 30px 30px 0 30px;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.active-chatbot-header {
    background: #023658;
}

.disabled-icon {
    display: none;
}

.chatbots-icon-box {
    margin-right: 15px;
}

.chatbot-content .fa-minus {
    margin-right: 3px;
}

.chatbot-content i {
    font-size: 25px;
    transition: 320ms ease;
}

.chatbot-body {
    height: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 24px -5px;
}

    .chatbot-body form {
        height: 0;
        display: none;
        position: absolute;
        bottom: 30px;
        left: 5%;
        max-width: 400px;
        width: 100%;
    }

}

.chatbot-body form textarea .chatbot-body button {
    height: 0;
    padding: 0;
    border: 0;
}

.chatbot-body form textarea {
    font-size: 16px;
    padding: 10px;
}

.active-form {
    height: auto !important;
    padding: 5px;
    display: block !important;
}

.active-chatbot-header {
    background-color: #023658;
    border-radius: 30px 30px 0 0;
    display: flex;
    justify-content: space-between;
}

.fa-minus {
    margin-right: 8px;
}

.chatbot-control {
    display: none;
    margin-right: 20px;
}

.chatbot-conversation {
    max-height: 280px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    max-width: 410px;
}

.chat-tiping {
    margin: 0;
}

    .chat-tiping .sk-child {
        width: 12px;
        height: 12px;
    }

.bot-img {
    background: #1170d6;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

    .bot-img i {
        color: #fff;
        margin: 0;
    }

    .bot-img img {
        display: block;
        max-width: 100%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

.bot-talk {
    margin-bottom: 20px;
}

.bot-talk, .user-talk {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.user-talk {
    justify-content: end;
}

.bot-text {
    text-align: left;
}

.user-text {
    text-align: right;
    margin-right: 20px;
    max-width: 305px;
}

    .bot-text .ballon, .user-text .ballon {
        background: #ececec;
        border-radius: 24px 24px 24px 0;
        padding: 10px;
        max-width: 300px;
    }

    .user-text .ballon {
        background: #1170d6;
        border-radius: 24px 24px 0 24px;
        max-width: 300px;
    }

    .bot-text p, .user-text p {
        color: #333;
        text-align: left;
        font-size: 16px;
        margin: 0;
    }

    .user-text p {
        color: #fff;
        display: block;
        max-width: 280px;
        word-wrap: break-word;
    }

.chat-name {
    font-size: 11px;
    color: #525252;
    font-weight: bold;
}

.send-message {
    display: flex !important;
    align-items: center;
    margin-top: 15px;
}

.send-message i {
    font-size: 14px;
}

@media (min-width:320px) and (max-width:420px) {
    .chatbot-content {
        right: 20px;
        bottom: 40px;
    }
}

@media (min-width:996px) {
}
/*@media (min-width:1024px) {
    .chatbot-content {
        bottom: 20px;
    }
}*/
/*@media (min-width:1400px) {
    .chatbot-content {
        bottom:-60px;
    }
} */
@media(min-height:876px) {
    .chatbot-content {
        bottom: 55px;
    }
}
