/* CSS para a parte do administrador */

.text-cabecalho {
    font-size: 18px;
    font-weight: bold;
}

.kanban .card-body {
    padding: 12px 12px;
}

.kanban .conteudo {
    overflow-x: auto;
    display: flex;
}

.kanban .colunas {
    border: 1px solid #ddd;
    padding: 0;
    border-collapse: collapse;
    min-width: 300px;
}

.kanban .colunas .conteudo-colunas {
    overflow-y: auto;
    min-height: calc(100vh - 202px);
    max-height: calc(100vh - 202px);
    padding: 10px;
}

.kanban .colunas:not(:first-child) {
    border-left: none;
}

.kanban .colunas .titulo {
    padding: 10px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.kanban .colunas .titulo:not(.alert-danger) {
    background-color: #fff;
}

.kanban .colunas .conteudo-colunas .card {
    margin-bottom: 10px;
}

#mover-para-entrega .modal-footer .btn {
    margin-bottom: 6px;
}

.whatsapp::marker {
    font-size: 0%;
}

.whatsapp a {
    font-size: 27px;
    background: #5dc76f;
    width: 54px;
    height: 54px;
    border-radius: 27px;
    transition: all .2s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
}

.btn-face {
    background-color: #4968AD;
    color: #fff;
    position: relative;
}

.btn-face:hover, .btn-face:focus, .btn-face:active {
    background-color: #4561A9;
    color: #fff;
}

.btn-face i {
    font-size: 27px;
    position: absolute;
    left: 10px;
}

.field-loginform-password {
    margin-bottom: 5px;
}

.field-loginform-password .help-block {
    margin-bottom: 0px;
}

.divisoria-texto {
    text-align: center;
    background-image: -webkit-linear-gradient(top, transparent 12px, #e3e3e3 0, #e3e3e3 14px, transparent 0);
    background-image: -o-linear-gradient(top, transparent 12px, #e3e3e3 10px, #e3e3e3 14px, transparent 14px);
    background-image: linear-gradient(180deg, transparent 12px, #e3e3e3 0, #e3e3e3 14px, transparent 0);
}

.divisoria-texto span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    text-transform: none;
}

.btn-alterar-jornal {
    margin-bottom: 12px;
}

.has-error~.btn-alterar-jornal {
    margin-bottom: 41px;
}

#conteudo-banner.left {
    position: absolute;
    left: 46px;
    bottom: 46px;
}

#conteudo-banner.right {
    text-align: right;
    position: absolute;
    right: 46px;
    bottom: 46px;
}

#conteudo-banner.center {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 46px;
}

#row-banner.conteudo {
    position: relative;
}

#row-banner.conteudo-full {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
}

#row-banner.conteudo-full .col-12 {
    padding: 0;
}

.bootstrap-dialog.type-warning .modal-header {
    background-color: #f0ad4e;
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: #d9534f;
}

.bootstrap-dialog .bootstrap-dialog-title {
    color: #fff;
    font-size: 16px;
}

#imagem-login {
    width: 200px;
}

.block-slideshow__body {
    position: relative;
    margin-top: 0;
    height: 480px;
}

.block-slideshow__body.mobile {
    margin: 0 auto;
    width: 350px;
    height: 300px;
}

#conteudo-banner.left {
    position: absolute;
    left: 46px;
    bottom: 46px;
}

#conteudo-banner.right {
    text-align: right;
    position: absolute;
    right: 46px;
    bottom: 46px;
}

#conteudo-banner.center {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 46px;
}

.block-slideshow__body.mobile #conteudo-banner {
    bottom: unset;
    top: 27px;
}

.block-slideshow__body.mobile #conteudo-banner.left {
    left: 17.5px;
}

.block-slideshow__body.mobile #conteudo-banner.right {
    right: 17.5px;
}

.block-slideshow__body.mobile #conteudo-banner.center {
    left: 50%;
    transform: translateX(-50%);
}

.block-slideshow__body #titulo-preview {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: all 1s .2s;
}

.block-slideshow__body.mobile #titulo-preview {
    font-size: 22px;
}

.block-slideshow__body.mobile #descricao-preview {
    display: none;
}

.block-slideshow__body #btn-preview .btn {
    font-size: 12px;
    padding: 8px 20px;
    line-height: 1;
    font-weight: 500;
}

.block-slideshow__body.mobile #btn-preview .btn {
    padding: 5.37px 10.3px;
    font-size: 8.75px;
}

footer.navbar-light {
    position: relative;
    color: rgba(53, 64, 82, .72);
    padding-top: .25rem;
    padding-bottom: .55rem;
    margin-top: 20px;
    border: 1px solid transparent;
}

.conteudo-main {
    min-height: calc(100vh - 173px);
}

.chat {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.chat .cabecalho {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.chat .cabecalho h3 {
    margin: 0;
}

.chat .mensagens {
    overflow-y: auto;
    min-height: calc(100vh - 431px);
    max-height: calc(100vh - 431px);
    padding: 10px;
    position: relative;
}

@media (max-height: 707px) {
    .chat .mensagens {
        min-height: 276px;
    }
}

.chat .mensagens .linha-mensagem {
    position: relative;
    display: flex;
    flex-direction: column;
}

.chat .mensagens .linha-mensagem.enviada {
    align-items: flex-end;
}

.chat .mensagens .linha-mensagem.recebida {
    align-items: flex-start;
}

.chat .mensagens .linha-mensagem:not(:last-child) {
    margin-bottom: 10px;
}

.chat .mensagens .linha-mensagem .mensagem {
    position: relative;
    padding: 7px 7px 19px;
    max-width: 80%;
    border-radius: 7px;
    min-width: 120px;
}

.chat .mensagens .linha-mensagem .mensagem .envio {
    position: absolute;
    bottom: 3px;
    font-size: 10px;
    opacity: 0.7;
}

.chat .mensagens .linha-mensagem.recebida .mensagem .envio {
    right: 7px;
}

.chat .mensagens .linha-mensagem.enviada .mensagem .envio {
    left: 7px;
}

.chat .mensagens .linha-mensagem .mensagem .horario {
    position: absolute;
    bottom: 3px;
    font-size: 10px;
    opacity: 0.7;
}

.chat .mensagens .linha-mensagem.recebida .mensagem .horario {
    left: 7px;
}

.chat .mensagens .linha-mensagem.enviada .mensagem .horario {
    right: 7px;
}

.chat .mensagens .linha-mensagem .mensagem-enviada {
    background-color: #2A3F54;
    color: white;
}

.chat .mensagens .linha-mensagem .mensagem-recebida {
    background-color: #eee;
    color: #111;
}

.chat .enviar-mensagem {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
}

.chat .enviar-mensagem textarea {
    height: 56px;
    margin-right: 10px;
}

.chat .enviar-mensagem button {
    background-color: transparent;
    border: none;
}

.chat .enviar-mensagem button:focus {
    outline: none;
}

.chat .enviar-mensagem button span {
    font-size: 24px;
}

a.btn-outline-danger:not([href]) {
    color: #cd201f;
}

a.btn-outline-danger:not([href]):hover {
    color: #ffffff;
}