.col-actions {
    width: 2.5rem;
    text-align: center;
}


/* top, right, bottom, left */
fieldset {
    margin: 0.50rem 0rem 0.25rem 0rem !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    padding: 0.70rem 0.70rem 0rem 0.75rem !important;
    border-radius: 5px;


}
.scroll{
    position: relative;
    min-height: 220px ;

    overflow: auto;
    display: block;
    margin-bottom: 5px;
}


.table thead th {
    vertical-align: bottom;
    /* border: 1px solid #c2c2c2 !important; */
    font-size: small !important;
    text-transform: uppercase;
    /* color: #357AAA; */
}


.table {
    margin-bottom: 0rem;
    /* border: 1px solid #c2c2c2 !important; */
    /* background: white; */
}


.table-sm td,
.table-sm th {
    padding-top: 0.15rem !important;
    padding-right: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    padding-left: 0.25rem !important;
    font-size: small !important;
}

.table-sm th {
    text-align: center !important;
}
.table-sm td {
    vertical-align: middle !important;

    font-size: 15px !important;
}

tfoot tr td {
    font-size: small !important;
    vertical-align: middle !important;
}


.group-box {
    border: solid #c0c0c0 1px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
}
.group-box > legend {
    width: auto;
    font-size: 1.1rem;
    padding-right: 5px;
    padding-left: 5px;

    color: #697177 !important;
    font-weight: 600 !important;
    text-transform: uppercase;

    font-size: .875rem;
}
/*.nav-link.active {*/
/*    color: #495057 !important;*/
/*    background-color: #e9e9e9 !important;*/
/*    border-color: #dee2e6 #dee2e6 #fff !important;*/
/*}*/