/* 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 .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; 
}