.cb-list .list-group-item {
    line-height: 30px;
    vertical-align: middle;
}
footer{
    bottom: 0cm; 

}
.table_icons{
    text-align: center !important;
}

.date-label {
    margin-bottom: 0px !important;
}

.regenerate-id-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.container-legal{
    border: solid;
    height: 1344px;
    padding: 2rem;
}
.header{
    text-align: center;
    margin: 20px 0px 0px 14px;
}
.header2{
    margin: 10px 0px 0px 0px;
}
.lead{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1px;
}
.capitol{
    float: left;
}

#twg_suspend_remarks {
    height: 120px !important;
}

/* .table th{
    padding: 0.5rem !important;
} */

.thWidth{
    width: 1px !important;
}

.item-saving {
    margin-bottom: 0;
}

.item-saving span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;  
    font-size: 1.2rem;
}

.item-saving div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;  
    width: 1.3rem;
    height: 1.3rem;
}
.para{
    border: solid 1px;
    float: left;
    height: 90px;
    padding: 2px;
}
.para1{
    border: solid 1px;
    float: right;
    height: 90px;
    padding: 2px;
}
.mgn{
    margin-bottom: 0px;
}
.table-c {
    border: 1px solid black;
    width:100%;
    height: 30px;
}
.table-c td {
    border: 1px solid black;
}
.table-d{
    border: 1px solid black;
    width:100%;
    height: 30px;
    table-layout: fixed;
}
.table-d td{
    border: 1px solid black;
}
.table-e{
    border: 1px solid black;
    width:100%;
    height: 30px;
    table-layout: fixed;
}
.table-e td{
    border: 1px solid black;
    border-bottom: none;
}

.abstract-table thead tr th {
    vertical-align: middle;
    word-break: break-word;
}

.abstract-table {
    width: auto;
    overflow-x: auto;
}

.abstract-table-div::-webkit-scrollbar {
    height: 5px;
}

#contextMenu {
    position: absolute;
    display:none;
}

.po-headers {
    font-size: 0.8rem;
}

.poForm input, .poForm label {
    font-size: 0.8rem;
}

.poForm .form-label-group {
    margin-bottom: 0;
}
  .wrapper {
    min-height: 100%;
  
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -50px;
  }
 .footer{
    bottom: 0;
    width: 100%;
 }

 .dropdown-menu a {
     padding-left: 40px;
 }

 .dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff;
 }

 .filters-div {
     display: inline-block;
 }