body {
    line-height: 2em;
}

h1,
h2 {
    padding-top: 1em;
}

th {
    width: 20%;
}

.starter-template {
    text-align: left;
}

@media print {
    .no-print {
        display: none;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(220,220,220, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.feito {
    color: var(--success);
}

.pendente {
    color: var(--danger);
}

.form-center-small {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:576px) {
    .form-center-small {
        max-width: 320px;
    }

    .form-center-full {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.marca_cliente,
.tag {
    background-color: var(--primary);
    padding: 0.2em;
    font-size: 0.6em;
    border-radius: 0.2em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
    font-weight: bold;
    color: var(--light);
    text-transform: uppercase;
}

.botao_menu_pipeline {
    background-color: var(--orange);
    padding: 0.2em;
    font-size: 0.6em;
    border-radius: 0.2em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
    font-weight: bold;
    color: var(--light);
    text-transform: uppercase;
}

.botao_menu_pipeline:hover {

}

.red {
    background-color: var(--danger);
}

.green {
    background-color: var(--success);
}

.blue {
    background-color: var(--blue);
}

@media (max-width:992px) {
    .marca_cliente,
    .tag {
        margin-bottom: 0.2em;
    }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* [INÍCIO] Estilizando o pipeline */

div.coluna-pipeline:first-child {
    margin-left: 0%;
}

div.coluna-pipeline:last-child {
    margin-right: 0%;
}

div.coluna-pipeline .nome_estagio {
    display: flex;
    min-height: 50px;
    justify-content: space-between;
    align-items: center;
}

div.coluna-pipeline .nome_estagio h5 {
    width: calc(100% - 30px);
    padding: 0.5rem;
    font-size: 1rem;
}

div.coluna-pipeline .nome_estagio h5+div {
    width: 30px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(220,220,220,1)' stroke='none' d='M11.611,10.049l-4.76-4.873c-0.303-0.31-0.297-0.804,0.012-1.105c0.309-0.304,0.803-0.293,1.105,0.012l5.306,5.433c0.304,0.31,0.296,0.805-0.012,1.105L7.83,15.928c-0.152,0.148-0.35,0.223-0.547,0.223c-0.203,0-0.406-0.08-0.559-0.236c-0.303-0.309-0.295-0.803,0.012-1.104L11.611,10.049z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-y: center;
}


div.coluna-pipeline .card-body {
    padding: 0.5rem;
    line-height: 1.5rem;
}

/* [FIM] Estilizando o pipeline */
.infos-usuario {
    border-right: 1px solid var(--light);
    border-bottom: none;
}

@media (max-width:991px) {
    .infos-usuario {
        border-right: none;
        border-bottom: 1px solid var(--light);
    }
}

.valor {
    color: var(--orange) !important;
    font-weight: bold;
}

a, button[role=link] {
    color: var(--polen-link);
}

button[role=link] {
    text-decoration: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

button[role=link]:hover {
    color: #02080d;
    text-decoration: underline;
}

.input-group-header {
    width: 100%;
    vertical-align: middle;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.input-group-header label {
    color: var(--light);
    margin-right: 5px;
    margin-left: 5px;
}

.inibe {
    display: none !important;
}

.fadeOut {
    opacity: 0;
    transition: 0.5s;
}

.fadeIn {
    opacity: 1;
    transition: 0.5s;
}

.form-titulo-secao {
    font-weight: normal;
    text-transform: none;
}

.form-row {
    margin-right: 0px;
    margin-left: 0px;
}

.conteudo_da_mensagem {
    background-color: #f6f6f6;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.wysiwyg label + div {
    width: 100% !important;
}

.wysiwyg label + div {
    width: 100% !important;
}

.wysiwyg > div:not([unselectable]) {
    width: 100% !important;
    height: 200px !important;
}

.wysiwyg > div:not([unselectable]) div.nicEdit-main {
    min-height: calc(100% - 20px) !important;
}

.painel_estagios {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 10px;
}

.com_wrap {
    flex-direction: column;
}


.com_wrap .coluna-pipeline .nome_estagio h5+div {
    background: none;
}

.coluna-pipeline {
    width: 100%;
    min-width: 150px;
}

#data_studio {
    display: block;
    overflow: hidden;
}

@media (max-width:990px) {
    .painel_estagios {
        flex-direction: column;
    }

    .coluna-pipeline {
        margin-top: 20px;
    }

    div.coluna-pipeline .nome_estagio h5+div {
        background: none !important;
    }
}