/*  TAMANHOS */
.posicionamento[data-tam='1/2'] {
    width: 47%;
}
.posicionamento[data-tam='1/6']{
    width: 15%;
}
.posicionamento[data-tam='1/4']{
    width: 24%;
}
.posicionamento[data-tam='1/3']{
    width: 32%;
}
.posicionamento[data-tam='2/5']{
    width: 40%;
}
.posicionamento[data-tam='2/3'] {
    width: 65%;
}
.posicionamento[data-tam='3/4'] {
    width: 75%;
}
.posicionamento[data-tam='4/5'] {
    width: 80%;
}
.posicionamento[data-tam='1'] {
    width: 100%;
}

/*  POSICIONAMENTOS */
.posicionamento[data-pos='centro'] {
    margin: 1em auto;
    display: block;
}
.posicionamento[data-pos='direita'] {
    float: right;
}
.posicionamento[data-pos='esquerda'] {
    float: left;
}
.posicionamento {
    display: inline-block;
}

/*  ESPACAMENTOS */
.posicionamento[data-esp='1'] {
    margin: .1em;
}
.posicionamento[data-esp='2'] {
    margin: .2em;
}
.posicionamento[data-esp='5'] {
    margin: .5em;
}
.posicionamento[data-esp='9'] {
    margin: .9em;
}

/*  ALINHAMENTO TEXTO */
.posicionamento[data-ali='esq'] {
    text-align: left;
}
.posicionamento[data-ali='dir'] {
    text-align: right;
}
.posicionamento[data-ali='centro'] {
    text-align: center;
}
.posicionamento[data-ali='just'] {
    text-align: justify;
}

/*  ESTILOS */
.conteudo {
    background-color: #FFFFFF;
    position: relative;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.conteudo:before, .conteudo:after {
    content: " ";
    display: table;
}
.conteudo > .titulo {
    position: relative;
    padding: .5em 1em;
    vertical-align: middle;
    font-size: 1.4em;
    margin-bottom: 1em;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.33);
}

.viewAs {
    font-size: .8em;
    opacity: .9;
    cursor: pointer;
    margin-left: 1em;
}
.viewAs:hover {
    color: #ff9800 !important;
}
.viewAs.actv {
    color: #4caf50;
}

/*  FORMULARIOS */
form.big {
    padding: 1em;
}

fieldset {
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, 0.33);
    margin: .1em;
}

fieldset > legend {
    text-transform: uppercase;
    font-weight: 600;
}

label {
    display: block;
    font-size: .9em;
}
input {
    padding: .5em;
    font-weight: 300;
    letter-spacing: .1em;
    border: 1px solid rgba(0, 0, 0, 0.33);
    margin: .1em;
}
input[type=button], input[type=submit] {
    color: #0aa89e;
    background-color: transparent;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
    letter-spacing: normal;
    cursor: pointer;
    padding: .6em;
    font-size: .9em;
}
input[type=button]:hover, input[type=submit]:hover {
    background-color: rgba(12, 12, 12, 0.07);
    color: inherit;
}
textarea:focus, input:focus{
    outline: 0;
}
input[type=button].pagina {
    margin: .3em;
    font-size: 1.1em !important;
}
input[readonly].pagina {
    color: inherit;
}
input[readonly] {
    border: 0;
}
input.escrevaAqui {
    letter-spacing: normal; 
    border: 0;
    border-bottom: 1px solid rgba(12, 12, 12, 0.2) !important;
}
select {
    padding: .4em;
}
input[disabled] {
    background-color: transparent;
    border: 0;
    color: #313534;
    font-size: .9em;
}
input[type=button].acao {
    background-size: 15px;
    background-repeat: no-repeat;
    background-position-y: 0.25em;
    background-position-x: 0.5em;
    border: 1px solid rgba(12, 12, 12, 0.07);
    font-size: .7em;
}

input[type=button].btn3d {
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb #aaa #999;
    text-shadow: 0 1px 0 #eee;
    background: #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px #fff, inset 0 -1px 1px #aaa, 0 2px 4px -3px #666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px #fff, inset 0 -1px 1px #aaa, 0 2px 4px -3px #666;
}

input[type=button].btn3d:hover {
    box-shadow: inset 0 1px 1px #aaa, inset 0 -1px 1px #aaa;
    -webkit-box-shadow: inset 0 1px 1px #aaa, inset 0 -1px 1px #aaa;
    border-color: #888 #aaa #eee;
}

/*  TABELAS */

table.listagem {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    margin-top: 2em;
    text-align: left;
}

table.listagem thead {
    border-bottom: 2px solid rgba(12, 12, 12, 0.07);
    text-align: left;
}

table.listagem td {
    padding: .1em;
    border-bottom: 1px solid rgba(12, 12, 12, 0.07);
}

table.listagem tr:nth-child(1) {
    padding-left: .3em;
}

table.listagem td > input[type=button] {
    font-size: .8em;
    text-align: center;
    padding: .4em;
    background-color: #0aa89e14;
}

table.listagem.vertical th {
    border-right: 2px solid rgba(12, 12, 12, 0.07);
    border-bottom: 1px solid rgba(12, 12, 12, 0.07);
    text-align: left;
}
table.listagem.vertical td {
    text-align: left;
    padding: .2em;
}
table.listagem tbody#boletosListagem tr td:not(.mensagem),
table.listagem tbody#boletosListagem tr th {
    border: 1px solid rgba(12, 12, 12, 0.3);
    padding: .2em;
}
table.listagem tbody#boletosListagem tr th.noBorder {
    border-width: 0px;
    font-size: 2.5em;
}

@media print {
    table.listagem td {
        padding: .2em;
        border-bottom: 1px solid rgba(12, 12, 12, 0.07);
        border-right: 1px solid rgba(12, 12, 12, 0.07);
    }
    table.listagem tr.obsText td {
        border-top: 0;
        color: #313534;
        line-height: 100% !important;
        padding: 0 !important;
    }
    table.listagem tr.obsText td::before {
        content: "\21B3";
        margin-right: 6px;
    }
    table.listagem.minImprimir td {
        padding: 0;
        line-height: normal;
    }
    table.listagem tr.odd {
        background-color: rgba(12, 12, 12, 0.05);
    }
}

.ordem {
    cursor: pointer;
}

.setorNotif {
    width: 40%;
    float: left;
    margin: 1em;
    padding: 1em;
    max-height: 300px;
    overflow: auto;
}

.tag {
    font-size: .5em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    border-radius: .3em;
    display: inline-block;
    padding: .2em;
    border-width: 1px;
    border-style: solid;
}

.tag.danger, .danger {
    color: #f44336 !important;
    border-color: #f44336 !important;
}
.attention {
    color: #ff9800 !important;
    border-color: #ff9800 !important;
}
.featured {
    color: #0aa89e !important;
    border-color: #0aa89e !important;
}
.success {
    color: #4caf50 !important;
    border-color: #4caf50 !important;
}
.grey {
    color: #e5e6e6 !important;
    border-color: #e5e6e6 !important;
}

.even.alert, .odd.alert {
    color: #313534;
    background-color: rgba(255, 152, 0, 0.2);
}

@media print {
    .noPrint {
        display: none;
    }
    .onlyPrint {
        display: inline-block;
    }
    .posicionamento {
        display: block;
        width: auto !important;
        margin: auto !important;
    }
}
@media screen {
    .onlyPrint {
        display: none;
    }
}