.Branch-border {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE;
    border-radius: 1px;
    padding:10px;
    opacity: 1;
    margin-bottom: 1em;
}
    .Branch-border:hover {
        box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        border: 1px solid #DEDEDE;
    }
.Branch-All {
    justify-content: space-between;
    display: flex;
    padding: 8px;
    border-bottom: 1px solid #DEDEDE;
}

.Branch-left p {
    color: #4D4D4D;
    font-weight: 500;
}


/* .small-font-add>thead>tr>th,
 .small-font-add>tbody>tr>th,
  .small-font-add>tfoot>tr>th,
   .small-font-add>thead>tr>td,
    .small-font-add>tbody>tr>td, 
    .small-font-add>tfoot>tr>td */

    /* .Branch-border.small-font-add>thead>tr>th{
        font-size: 10px;
    } */

.small-font-add>thead>tr>th, .small-font-add>tbody>tr>th, .small-font-add>tfoot>tr>th, .small-font-add>thead>tr>td, .small-font-add>tbody>tr>td, .small-font-add>tfoot>tr>td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        font-size: 14px;
        border-top: 1px solid white;
    }

    table.table.table-borderless.color-heads>th{
        color:#4D4D4D;
    }

    .color-heads>caption+thead>tr:first-child>th, 
    .color-heads>colgroup+thead>tr:first-child>th,
     .color-heads>thead:first-child>tr:first-child>th
     {
        color:#4D4D4D;
    }

    .color-heads>caption+thead>tr:first-child>td, 
    .color-heads>colgroup+thead>tr:first-child>td, 
    .color-heads>thead:first-child>tr:first-child>td{

    }

    .color-heads>thead>tr>th{
        color:#4D4D4D !important;
    }
    .flex-for-Btn {
        float: right;
        /*padding: 10px;*/
    }
a.reset-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 8px;
    width: auto;
    text-decoration: none;
    color: white;
    background: #4D4D4D 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
}
    a.reset-filter:hover{
        color: white;
        text-decoration: none;
        box-shadow: 0 0 8px 0 #9DA7A6;
    }
    a.Search-filter {
        background:#4D4D4D;
        color: white;
        font-size: 14px;
        padding: 5px 10px;
    }
    a.Search-filter:hover{
        text-decoration: none;
        color: white;
        box-shadow: 0 0 8px 0 #4D4D4D;
    }
.box {
    background-color: white;
    padding: 5px;
    border-radius: 2px;
}

    .Branch-edit:hover{
        cursor: pointer;
    }

    input:focus{
        background:#4D4D4D;
        border: none;
    }
    span.edit-option {
        margin-left: 10px;
        cursor: pointer;
        border-left: 1px solid #4D4D4D;
     
    }
    span.edit-option img {
        height: 20px;
       
        padding-left: 5px;
    }

    td.sum-edit {
        display: flex;
        align-items: center;
        justify-content: unset;
    }

.table td, .table th {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    background-color: white !important;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
   
}
.table-text-wrap {
    max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
   
}
.td-center{
    text-align:center !important;
}
.td-right{
    text-align:right !important
}
.td-left{
    text-align:left !important
}
.table-text-wrap {
   width: 100px !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis !important;

   
}


.table-paddind-childElement .table td, .table th {
   padding: 4px !important;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    background-color: white !important;
}
.bg-secondary {
    background-color: #6c757d!important;
    color: #fff;
}

element.style {
    background-color: red;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
}
.badge-Dispatched{
      background-color: #008080!important;
    color: #fff;
}
