﻿#editorEtiqueta {
    height: 68vh;
    background: #ccc;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#corpoEtiqueta {
    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);
}
.label-etiqueta{
    border: 1px dashed black;
    /*white-space: nowrap;*/
    display:block;
}
.field-etiqueta {
    border: 0.5px dashed;
    background-color: #c6c2c2;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bar-code-etiqueta {
    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-etiqueta {
    border: 0.5px dashed;
    background-color: #c6c2c2;
    display: flex;
    overflow: hidden !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.toolbar-etiqueta {
    background: #4B77BE;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 3px;
}
.rodape-etiqueta {
    background: #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#toolbar-action-etiqueta {
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width:80%
}

#toolbar-action-etiqueta-campo {
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width:80%
}
#toolbar-action-etiqueta-barcode {
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width:80%
}

#toolbar-action-etiqueta-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;
}