﻿#editorFicha {
    height: 68vh;
    background: #ccc;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

#Paper {
    background-color: white;
    width: 80mm;
    height: 28mm;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.36);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.36);
    position: relative;
    max-width: 100%; 
    max-height: 100%; 
    overflow: auto; 
    box-sizing: border-box; 
    margin-top: 15px;
}
#corpoFicha {
    background-color: white;
    border: solid 2px #8a8a8a;
    border-style: dashed;
    width: 80mm;
    height: 28mm;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.label-Ficha {
    border: 1px dashed black;
    /*white-space: nowrap;*/
    display: block;
}

.field-Ficha {
    border: 0.5px dashed;
    background-color: #c6c2c2;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fieldListagem-Ficha {
    border: 0.5px dashed;
    background-color: #c6c2c2;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bar-code-Ficha {
    border: 0.5px dashed;
    background-color: #c6c2c2;
    display: flex;
    overflow: hidden !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.qr-code-Ficha {
    border: 0.5px dashed;
    background-color: #c6c2c2;
    display: flex;
    overflow: hidden !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.divImg-Ficha {
    border: 0.5px dashed;
    background-color: #c6c2c2;
    display: flex;
    overflow: hidden !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.divTable {
    border: 1px dashed black;
    /*white-space: nowrap;*/
    display: block;
}

.divTableListagem-Ficha {
    border: 1px dashed black;
    /*white-space: nowrap;*/
    display: block;
}

.toolbar-Ficha {
    background: #4B77BE;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 3px;
}

.rodape-Ficha {
    background: #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#toolbar-action-Ficha {
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 80%
}

#toolbar-action-Ficha-campo {
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 80%
}

#toolbar-action-Ficha-barcode {
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 80%
}

#toolbar-action-Ficha-qrcode {
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 80%
}

.selected-item {
    border: 1px dashed red;
}

.texto-negrito {
    font-weight: bold;
}

.texto-italico {
    font-style: italic;
}

.texto-sublinhado {
    text-decoration: underline;
}


.table-com-borda{
    border: solid 1px black;
}

.table-sem-borda{
    border: none;
}

.formata-label-cabecalho {
    margin-left: 5px;
    margin-right: 5px;
    height: 40px;
    padding-top: 8px;
}

table {
    width: 100%;
    /*width: 100% !important;*/
}

th, td {
    font-family: Arial;
    padding: 2px;
}

.alinharTableCentro{
    text-align: center;
}

.alinharTableLeft{
    text-align: left;
}
.alinharTableRight{
    text-align: right;
}



th[draggable] a,
th[draggable] {
    cursor: move;
}

    th[draggable] a:hover,
    th[draggable] a {
        display: block;
        text-decoration: none;
        color: #333333;
    }

.drag {
    background-color: #8a8a8a;
    /*background-color: #a8a8a8;*/
    opacity: 0.25
}

.dnd-drag {
    opacity: 0.25
}

.over {
    background-color: #d4d2d2;
}


.tableUnidadesSetor
{
    display: flex;
    justify-content: center;
}


.divTableListagem-Ficha
{
   width: 100% !important;
}
.divTable {
    width: 100% !important;
}