
.info-tabela{
    margin-bottom: 1em;
    border-bottom: 1px solid #e2e2e2;
}
.info-tabela button{
    padding: 5px 10px!important;
}
.header-ordem i{
    font-size: 1.5em;
    color: #7a7a7a;
}
.header-ordem p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-ordem h4{
    margin-top: 0;
}
.header-ordem label{
    color: #7a7a7a;
    margin: 1em 0 0 0;
}
.info-tabela .row{
    margin: 0;
}
.info-tabela .card-body ul.cabecalho{
    background: #eeeeee;
}
.info-tabela .card-body ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: #fff;
    border-bottom: 1px solid #dbdbdb!important;
    border-width: 0 0 1px!important;
    padding: 0.5em 0!important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.info-tabela .card-body ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    box-flex: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1em;
}
.info-tabela ul li.ide, .info-tabela ul li.exclui{
  width: 4em!important;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}
.info-tabela ul.cabecalho li.exclui{
    opacity: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.info-tabela ul li.exclui button:hover{
    background: #eeeeee;
    border-radius: 5px;
    color: #dc0000;
}
.info-tabela ul li.ide, .info-tabela ul li.editar{
  width: 3em!important;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}
.info-tabela ul.cabecalho li.editar{
    opacity: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.info-tabela ul li.editar button:hover{
    background: #eeeeee;
    border-radius: 5px;
    color: #0ea106;
}
.info-tabela ul li.ide, .info-tabela ul li.copy{
  width: 3em!important;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}
.info-tabela ul li.copy button:hover{
    background: #eeeeee;
    border-radius: 5px;
    color: #08C;
}
.info-tabela .card-body ul li.ordem{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
    width: 4em;
    background: #eeeeee;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: row-resize;
}
.card-body ul.cabecalho li.ordem{
    opacity: 0;
}
.info-tabela .card-body ul.cabecalho li.ordem{
    width: 4em!important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
}
.info-tabela .card-body ul li.exclui button{
    padding: .3em .7em!important;
}
.avatar-ordem{
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
@media print {
@page {
    size: A4 portrait;
}
body	{ color: #000; font: 12pt;}
* {
        background: transparent;
        color: #000;
        text-shadow: none; 
        -webkit-filter: none; 
                filter: none;
        -ms-filter: none;
}
.info-tabela{
        margin-bottom: 0;
        border-bottom: none;
}
.sidebar, .add, .btn-editar, .btn-imprimir, li.exclui, .remove,.edit, .ordem, .panel-header-sm { 
        display: none!important;
}
.sidebar-mini .main-panel{
        width: 100%;
}
.main-panel{
        background: #fff!important;
}
.card-body{
        border: 1px solid #777777;
}
}



/*# sourceMappingURL=chunk-a7a5828a.5c69e321.css.map*/