
#content-form{}

#content-form .form-control{
    border-radius: 0;
    outline: none;
    box-shadow: none;
    resize: vertical;
    color: #000;
}

.exportanet .form-content{
    padding: 1rem;
    width: 100%;
    border: 1px solid #eee;
}

.exportanet form{
    max-width: 300px;
    margin: auto;
}

.exportanet-consulta-result{
    margin-top: 1rem;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    /*padding: 1.25rem;*/
}

.card table thead tr th, .card table tbody tr:first-child td{
    border-top: none;
}

.card-body table tr th, .card-body table tr td{
    font-size: 14px;
}

table ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

table.table{margin: 0;}
