[class^="coluna-"]{
    display: inline-block;
}

.form-group-inline{
    display: flex;
    display: -webkit-flex;

}

.alinhamento{
  text-align: right;
  margin-right: 1vw;
}

.row_custon_ped_cred{
    background: #f5f5f5;
    padding-left: 0;
    border-right-width: 50px;
    max-width: 948px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 1px 4px 5px #bbb;
}

.padding_block_vlr_credito{
    padding-top: 20px;
}


/*************DROPUP***************/
.dropup {
    position: relative;
    display: inline-block;
}

.dropup-content {
    display: none;
    right:8px;
    position: absolute;
    bottom: 34px;
    background-color: #000;
    min-width: 225px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 2px;
    border: 1px solid #3f4444;
}

.dropup-content a {
    text-align: left;
    color: #152413;
    padding: 8px 10px;
    display: block;
}

.dropup-content a i{
    padding-right: 5px;
}

.dropup-content a:first-child {
    padding-top: 14px;
}

.dropup-content a:last-child {
    padding-bottom: 14px;
}

.dropup-content a:hover {
    color: #ffffff;
    background-color: #000;
    border-radius: 2px;
}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
    display: block;
}
/*************FIM DROPUP***************/


 /*********DATA TABLE STYLE**********/

    .vls_table_style table:not([id^="tr-table-"]):not(.table-borderless):not(.table-hover){
        border-collapse: separate;
        border-spacing: 0 6px;
    }

    .vls_table_style table:not([id^="tr-table-"]):not(.table-borderless):not(.table-hover) tr th{
        color:  #000;
        border: none;
        border-bottom: 2px solid;
        background:  none;
        font-size: 14px;
        font-weight: normal !important;
    }
    .vls_table_style table:not([id^="tr-table-"]):not(.table-borderless):not(.table-hover) tr td {
        border: none;
        background-color: #fafafa;
        color: #3f4444 !important;
    }

    .vls_table_style table:not([id^="tr-table-"]):not(.table-borderless):not(.table-hover) td:first-of-type {
        border-radius: 10px 0 0 10px;
    }

    .vls_table_style table:not([id^="tr-table-"]):not(.table-borderless):not(.table-hover) td:last-of-type {
        border-radius: 0 10px 10px 0;
    }

    .vls_table_style table:not([id^="tr-table-"]):not(.table-borderless):not(.table-hover) tr:hover td{
        background-color: #f1f1f1;
    }

    .vls_table_style input {
        height: 20px;
        background: none;
        border: 1px solid #d2d2d2 !important;
        border-radius: 4px;
    }



    /*********FIM DATA TABLE STYLE**********/

.dataTables_filter{
   margin-bottom: 8rem;
   margin-right: 45%;
   display: none;
}