.action-admin {
    display: flex;
    grid-gap: 5px;
  }
  .action-admin a.btn {
    width: 25px;
    height: 25px;
  }
  .action-admin a i {
    font-size: 10px;
  }
  .table-pages {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.table-pages .pagination a {
    box-sizing: border-box;
    display: flex;
    width: 30px;
    height: 30px;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid #dbdada;
    border-radius: 2px;
    background: #eee;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: 13px;
    transition: 0.5s;
}
.table-pages .pagination a:hover {
    background: #000;
    color: #fff !important;
    transition: 0.5s;
    border: 1px solid #000000;
}

.table-pages .pagination a.page-active{
    background: #000;
    color: #fff !important;
    transition: 0.5s;
    border: 1px solid #000000;
}

.table-datainfo p {
    margin: 0px;
    font-size: 13px;
    color: #5a5a5a;
}

.ct-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-container {
    border: solid 1px #ddd;
    border-radius: 30px;
}

.search-container input {
    background: none;
    border: none;
    outline: none;
    padding: 5px 12px;
    font-size: 13px;
    height: 38px;
    width: 180px;
}

.search-container button {
    background: none;
    border: none;
    width: 40px;
    height: 38px;
    font-size: 14px;
    color: #747474;
}

.searchlist-rowbox {
    display: flex;
    justify-content: space-between;
}

.searchlist-rowbox .fld-part {
    width: calc(100% - 150px);
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
}

.searchlist-rowbox .fld-part .sr-field {
    border: solid 1px #ddd;
    height: 42px;
    width: 50%;
    padding: 6px 12px;
    font-size: 14px;
    color: #141414;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 5px;
}
.searchlist-rowbox .fld-part .sr-field::placeholder{
    color: #141414; 
}

.searchlist-rowbox .sr-button {
    width: 140px;
    background: #e3683d;
    border-radius: 0px;
    height: 42px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    outline: none;
}

.dsb-table-pagination ul.pagination {
    margin: 0px;
}

.dsb-table-pagination ul.pagination a.active {
    background: #000;
    color: #fff !important;
    transition: 0.5s;
    border: 1px solid #000000;
}

tbody.category-listtable{
    max-height: 400px !important;
    overflow: auto !important;
    height: auto !important;   
    width: 100% !important;
}

@media screen and (max-width: 767px) {
.searchlist-rowbox {
    flex-wrap: wrap;
}
.searchlist-rowbox .fld-part {
    width: 100%;
    grid-gap: 0px;
}

.searchlist-rowbox .fld-part {   
    grid-gap: 0px;
    flex-wrap: wrap;
}

.searchlist-rowbox .fld-part .sr-field {   
    width: 100%;
    margin-bottom: 10px;    
}

}

.add-edit-div{
    display: none;
}
.view-div{
    display: none;
}

.content-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.content-inner .input-group {
    margin-bottom: 10px;
}

.tablenew thead.thead-dark tr th img {
    width: 11px;
    margin-left: 5px;
}

.content-inner .input-group  button.btn{
     border-radius: 0px ;
    outline: none !important;
    box-shadow: none !important;
}

.content-inner .input-group input.form-control{
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important; 
}

.content-inner .table .thead-darkth  {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e;
    padding: 6px;
    font-size: 14px;
}

.content-inner .table .thead-dark th{
    background-color: #2951c3;
    border-color: #2951c3;
    padding: 8px;
    font-size: 14px;
}
.content-inner .table tr td{
    padding: 8px;
    font-size: 14px;
    
}

.content-inner table tr td a.blue {
    margin: 0px 5px;
    color: #444444;
}

.product-item-list table {
    width: 100%;
    border: solid 1px #eee;
    border-collapse: collapse;
}

.product-item-list table thead {
    background-color: #86a2f4;
    border-color: #7e98e4;
    color: #fff;
}
.product-item-list table thead tr th{
    padding: 8px;
}

.card-header h3.modal-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.card-header h3.modal-title i {
    margin-right: 10px;
}
form.Product .form-control {
    border: solid 1px #c0c0c0 !important;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    color: #000;
    height: 42px;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.product-item-list table tr td {
    border-top: 1px solid #e3e6f0;
    padding: 8px;
    font-size: 14px;
    color: #77787f;
}

.product-item-list table thead tr th:last-child {
    text-align: right;
}

.product-item-list table tr td:last-child {
    text-align: right;
}
.product-item-list table tr td button {
    padding: 3px 10px;
    background: #4d72de;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

/*26-apr-24*/

form button.btn-blue {
    background: #2951c3;
    color: #fff !important;
    border-radius: 0px;
    padding: 7px 25px;
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
}

button.cancel-add-edit {
    background: #e5e5e5;
    color: #000 !important;
    border-radius: 0px;
    padding: 7px 25px;
    font-size: 14px;
    line-height: 25px;
    outline: none !important;
    font-weight: 600;
}
.frompadding {
    padding: 25px 10px;
}

.frompadding form .form-group .form-control, select.form-control {
    border: solid 1px #a7a7a7 !important;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    color: #141414 !important;
    padding: 6px 12px;
    height: 40px;
}

.frompadding .card-header {
    background: none;
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e1e6f7;
}

.view-div .form-group label {
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 0px;
    font-weight: 600;
}

.view-div .form-group label span {
    margin-left: 10px;
    color: #1e1e1e;
    font-weight: 700;
}

.content-inner .result-div .table tr td{
    max-width: 135px;
    color: #141414;
    font-weight: 400;
}

.frompadding h3 {
    font-size: 18px;
    color: #0d1b44;
    font-weight: 700;
}

.frompadding .serial-no-search {
    text-align: right;
    margin-bottom: 10px;
}

.frompadding .serial-no-search input {
    font-size: 13px;
    height: 34px;
    width: 180px;
    border: solid 1px #e1e1e1;
    padding: 5px;
    outline: none;
    border-radius: 0px;
}

.frompadding .serial-no-search button.searchBtnBySerialNo {
    font-size: 13px;
    height: 34px;
    width: 70px;
    border: solid 1px #e1e1e1;
    padding: 5px;
    outline: none;
    border-radius: 0px;
    color: #141414;
    font-weight: 700;
}

.product-item-list table thead tr th {
    background-color: #2951c3;
    border-color: #2951c3;
    padding: 8px;
    font-size: 14px;
    color: #fff;
}
.product-item-list {
    margin-bottom: 10px;
}

.blue-button a {
    background: #4d72de;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.printbutton-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.nodata-text {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #3a3a3a;
}

.worng-datatext p {
    font-size: 14px;
    color: #ce1414;
}

.search-serial-form {
    width: 500px;
    max-width: 100%;
}

.custome-search-field input.form-control {
    font-size: 13px;
    height: 38px;
    width: 180px;
    border: solid 1px #e1e1e1 !important;
    padding: 5px;
    outline: none !important;
    border-radius: 0px;
    box-shadow: none !important;
}

.custome-search-field  button.btn {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
}


/*////*/

.dataTables_wrapper {
    position: relative;
    clear: both;
    padding: 30px;
}
table.dataTable {
    margin-bottom: 15px !important;
}
.content-inner .add_section {
    display: inline-block;
    padding: 5px 15px;
    background: #4e73df;
    color: #ffffff;
    border-radius: 4px;
    margin: 0 0 15px 0;
}
.content-inner .add_section i{
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}
.content-inner .table tr th:last-child {
    text-align: right !important;
    padding-right: 32px;
}
.content-inner .table tr td:last-child {
    text-align: right !important;
    padding-right: 25px;
}
.alertify .ajs-footer{
    padding-bottom: 15px;
}

.content-inner .add_section{
    text-decoration: none;
}

.alertify .ajs-header {
    text-decoration: none;
    color: #5a5c69 !important;
    font-size: 26px;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary{
    width: 100%;
    padding: 0;
}
.alertify .ajs-footer {
    padding: 20px !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button{
    text-decoration: none !important;
    border: none !important;
    transition: all 0.3s;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{
    background-color: #549944 !important;
    color: #ffffff !important;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel{
    background-color: #e5e5e5 !important;
    color: #000 !important;
}

.content-inner #success-msg {
    width: 100%;
    padding: 10px 15px;
    margin: 15px 0;
    clear: both;
    border: none;
    outline: none;
    color: #270;
    background-color: #DFF2BF;
}

.content-inner #error-msg {
    width: 100%;
    padding: 10px 15px;
    margin: 15px 0;
    clear: both;
    border: none;
    outline: none;
    color: #D8000C;
    background-color: #FFBABA;
}

.content-inner .form-group select {
    word-wrap: normal;
    width: 100%;
    padding: 10px;
    margin: 0;
    border-color: #a7a7a7;
    line-height: 1.5;
}
.content-inner textarea{
    width: 100%;
    border-color: #a7a7a7;
}
.view-div .form-group{
    background-color: #f7f7f7;
    padding: 15px;
    margin: 5px 0;
}
.view-div .cancel-add-edit{
    margin-top: 15px;
}

/*////*/

.sidebar-dark .sidebar-brand {
    background-color: #ffffff;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.bg-gradient-primary {
    background-color: #549944;
    background-image: linear-gradient(180deg,#549944 10%,#549944 100%);
    background-size: cover;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f2faf2;
    border-bottom: 1px solid #deedde;
}

.content-inner .table .thead-dark th {
    background-color: #549944;
    border-color: #549944;
    padding: 8px;
    font-size: 14px;
}
form button.btn-blue {
    background: #549944 !important;
}


.search-new-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.search-new-box input[type="text"] {
    padding: 5px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background-color: #ffffff;
}
.search-new-box .search-btn {
    background: #549944;
    height: 36px;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem;
    padding: 20px 0 10px 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #549944;
    border-color: #549944;
}
.pagination .page-link{
 color: #198754;
}

/*/////*/

.search-new-box .clear-value {
    background: #5a5c69;
    height: 36px;
    color: #ffffff;
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.content-inner .add_section {
    display: inline-block;
    padding: 5px 15px;
    background: #549944;
    color: #ffffff;
    border-radius: 4px;
    margin: 0 0 15px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #549944 !important;
    color: #ffffff !important;
    border-color: #549944 !important;
}
.content-inner .dataTables_wrapper .dataTables_paginate .paginate_button.current, .content-inner .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #549944 !important;
    color: #ffffff !important;
    border-color: #549944 !important;
}
.product-item-list table thead tr th {
    background: #549944 !important;
    color: #ffffff !important;
    border-color: #549944 !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.content-inner .status-btn {
    color: #549944 !important;
    text-decoration: none;
    background-color: transparent;
}