﻿body {
  background-color: white;
  /*userpage*/
  /*custmer*/
  /*machine*/
  /*Toner consumption*/
  /*master report*/
  /*audit log*/
  /*purchase order*/
}
body .user-area {
  margin-bottom: 10px;
}
body .user-area .searchbutton {
  width: 100px;
}
body .user-area .export-btn {
  text-align: end;
  margin-left: auto;
}
body .user-area .export-btn .exportButton {
  width: 100px;
}
body #tblUsers thead {
  background-color: #3B54A6 !important;
}
body #tblUsers thead tr th:nth-child(2) {
  width: 140px;
}
body #tblUsers tbody tr td {
  vertical-align: middle;
  text-align: center;
}
body #tblUsers tbody tr td form {
  gap: 10px;
  display: inline-flex;
}
body #tblUsers tbody tr td form .btn-outline-secondary {
  pointer-events: none;
  text-decoration: none;
}
body #tblUsers tbody tr td:nth-child(3) {
  color: black;
}
body .edit-form {
  margin-bottom: 10px;
}
body .edit-form .form-group {
  margin-bottom: 10px;
}
body .edit-form .form-group .control-label {
  margin-bottom: 10px;
}
body .edit-form .form-group .savebutton {
  margin-top: 10px;
}
body #tblCustomer thead {
  background-color: #3B54A6 !important;
}
body #tblCustomer thead tr th:nth-last-child(1) {
  width: 9%;
}
body #tblCustomer thead tr th {
  vertical-align: middle;
}
body #tblCustomer tbody tr td {
  vertical-align: middle;
  text-align: center;
}
body #tblCustomer tbody tr td form {
  gap: 5px;
}
body #tblCustomer tbody tr td form .btn-outline-secondary {
  pointer-events: none;
  text-decoration: none;
}
body .customerblock .searchbutton {
  width: 100px;
  display: block;
}
body .customerblock .exportButton {
  text-align: end;
  margin-left: auto;
}
body .customerblock .exportButton a {
  width: 100px;
}
body .addbutton a {
  color: white;
}
body .custmer-menu-area .form-group {
  margin-bottom: 10px;
}
body .custmer-menu-area .form-group #IsStore {
  margin-bottom: 10px;
}
body .custmer-menu-area .form-group .btn {
  margin-top: 20px;
}
body .custmer-menu-area .form-group .control-label {
  margin-bottom: 10px;
}
body .customer-detail .email-detail {
  color: black;
  text-decoration: none;
}
body .edit-page .form-group {
  margin-bottom: 10px;
}
body .edit-page .form-group #IsStore {
  margin-bottom: 10px;
}
body .edit-page .form-group .btn {
  margin-top: 20px;
}
body .edit-page .form-group .control-label {
  margin-bottom: 10px;
}
body #tblMachine thead {
  background-color: #3B54A6 !important;
}
body #tblMachine thead tr th:nth-child(1) {
  width: 15%;
}
body #tblMachine thead tr th:nth-last-child(1) {
  width: 9%;
}
body #tblMachine thead tr th:nth-last-child(2) {
  width: 5%;
}
body #tblMachine tbody tr td:nth-last-child(4) {
  max-width: 170px;
}
body #tblMachine tbody tr td {
  vertical-align: middle !important;
  text-align: center;
}
body #tblMachine tbody tr td form {
  gap: 5px;
}
body #tblMachine tbody tr td form .btn-outline-secondary {
  pointer-events: none;
  text-decoration: none;
}
body .machine-block .searchbutton {
  width: 100px;
}
body .machine-block .exportButton {
  text-align: end;
  margin-left: auto;
}
body .machine-block .exportButton a {
  width: 100px;
}
body .form-area .form-group {
  margin-bottom: 10px;
}
body .form-area .form-group #IsStore {
  margin-bottom: 10px;
}
body .form-area .form-group .btn {
  margin-top: 20px;
}
body .form-area .form-group .control-label {
  margin-bottom: 10px;
}
body .form-area div:nth-child(11) {
  margin-bottom: 20px;
}
body .form-area div:nth-child(11) ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  flex-direction: row;
  padding-left: 0;
  margin-top: 10px;
}
body .form-area div:nth-child(11) ul li {
  display: flex;
  flex-direction: row;
  width: 35%;
}
body .form-area div:nth-child(11) ul li .form-check-input {
  margin-right: 2px;
}
body .form-area div:nth-child(11) ul li .control-label {
  margin-right: 12px;
}
body .form-area #myTable thead tr th {
  font-size: medium;
}
body .form-area #myTable #tblbody tr .MinSlabControl {
  width: 145px;
}
body .form-area #myTable #tblbody tr .MaxSlabControl {
  width: 145px;
}
body .form-area #myTable #tblbody tr .SlabText {
  width: 110px;
}
body #EditMachine .form-group {
  margin-bottom: 10px;
}
body #EditMachine .form-group #IsStore {
  margin-bottom: 10px;
}
body #EditMachine .form-group .btn {
  margin-top: 20px;
}
body #EditMachine .form-group .control-label {
  margin-bottom: 10px;
}
body #EditMachine div:nth-child(18) {
  margin-bottom: 20px;
}
body #EditMachine div:nth-child(18) ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  flex-direction: row;
  padding-left: 0;
  margin-top: 10px;
}
body #EditMachine div:nth-child(18) ul li {
  display: flex;
  flex-direction: row;
  width: 35%;
}
body #EditMachine div:nth-child(18) ul li .form-check-input {
  margin-right: 2px;
}
body #EditMachine div:nth-child(18) ul li .control-label {
  margin-right: 12px;
}
body #EditMachine #myTable thead tr th {
  font-size: medium;
}
body #EditMachine #myTable #tblbody tr .Slabmin {
  width: 145px;
}
body #EditMachine #myTable #tblbody tr .Slabmax {
  width: 145px;
}
body #EditMachine #myTable #tblbody tr .SlabPercentage {
  width: 110px;
}
body .master-list .addbutton a {
  color: white;
}
body .master-list #tblMachineMaster thead {
  background-color: #3B54A6 !important;
}
body .master-list #tblMachineMaster thead tr th:nth-child(1) {
  width: 92%;
}
body .master-list #tblMachineMaster thead tr th:nth-child(2) {
  width: 100px;
}
body .master-list #tblMachineMaster tbody tr .managearea form {
  display: inline-flex;
  gap: 5px;
}
body .edit-master .form-group {
  margin-bottom: 10px;
}
body .edit-master .form-group #IsStore {
  margin-bottom: 10px;
}
body .edit-master .form-group .btn {
  margin-top: 20px;
}
body .edit-master .form-group .control-label {
  margin-bottom: 10px;
}
body .create-master-form .form-group {
  margin-bottom: 10px;
}
body .create-master-form .form-group #IsStore {
  margin-bottom: 10px;
}
body .create-master-form .form-group .btn {
  margin-top: 20px;
}
body .create-master-form .form-group .control-label {
  margin-bottom: 10px;
}
body .toner-block .addbutton a {
  color: white;
}
body .toner-block #tblPart thead {
  background-color: #3B54A6 !important;
}
body .toner-block #tblPart thead tr th:nth-child(1) {
  width: 15%;
}
body .toner-block #tblPart thead tr th:nth-child(2) {
  width: 20%;
}
body .toner-block #tblPart thead tr th:nth-child(3) {
  width: 23%;
}
body .toner-block #tblPart thead tr th:nth-child(4) {
  width: 18%;
}
body .toner-block #tblPart thead tr th:nth-child(5) {
  width: 15%;
}
body .toner-block #tblPart tbody tr td {
  vertical-align: middle !important;
  text-align: center;
}
body .toner-block #tblPart tbody tr td:nth-child(5) {
  text-align: center !important;
}
body .toner-block #tblPart tbody tr td:nth-child(6) {
  vertical-align: middle;
}
body .toner-block #tblPart tbody tr .managearea form {
  display: inline-flex;
  gap: 5px;
}
body .toner-block #tblPart tbody tr .managearea form .btn-outline-secondary {
  pointer-events: none;
  text-decoration: none;
}
body #frmcreatetoner .col-md-4 .form-group {
  margin-bottom: 10px;
}
body #frmcreatetoner .col-md-4 .form-group .control-label {
  margin-bottom: 10px;
}
body #frmcreatetoner .col-md-4 div:nth-child(1) {
  margin-top: 20px;
}
body .edit-toner-block .form-group {
  margin-bottom: 10px;
}
body .edit-toner-block .form-group #update {
  margin-top: 10px;
}
body .edit-toner-block .form-group .toner-color {
  font-weight: bold;
  margin-right: 12px;
}
body .edit-toner-block #tonorColorsDivEdit {
  margin-bottom: 20px;
}
body .edit-toner-block #tonorColorsDivEdit .control-label {
  margin-bottom: 10px;
}
body .tonerform {
  max-width: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 1360px) {
  body .tonerform {
    margin: 0 5em;
  }
}
body .tonerform .report-title {
  margin-bottom: 10px;
}
body .tonerform .form-title {
  margin-bottom: 10px;
}
body .tonerform .emptydiv {
  display: none;
}
body .tonerform .exportdiv {
  margin-left: 22%;
  text-align: end;
}
body .tonerform .exportdiv .exportButton {
  width: auto;
}
body #tblTonerReservior thead {
  background-color: #3B54A6 !important;
}
body #tblTonerReservior thead tr th {
  text-align: center;
  border: thin;
  max-width: 280px;
}
body #tblTonerReservior tbody tr {
  border: thin;
}
body #tblTonerReservior tbody tr td {
  vertical-align: middle !important;
  text-align: center;
  white-space: nowrap;
}
body .master-form .searchbutton {
  width: 100px;
}
body .master-form .export-btn {
  text-align: end;
}
body .master-form .export-btn #ExportCustdata {
  width: auto;
}
body .master-form .exportbutton {
  width: 90px;
}
body .master-form .col-md-12 {
  margin-bottom: 10px;
  margin-left: 0px;
}
body .master-form .col-md-12 .master-tbl {
  margin: 1em 0;
}
body .master-form .col-md-12 .master-tbl tbody {
  float: right;
}
body .master-form .col-md-12 .master-tbl tbody tr:nth-child(1) {
  border: solid 1px #c6c6c6;
  padding: 2px;
}
body .master-form .col-md-12 .master-tbl tbody tr:nth-child(1) td:nth-child(1) {
  padding: 5px;
  width: 260px;
}
body .master-form .col-md-12 .master-tbl tbody tr:nth-child(1) td:nth-child(2) {
  background-color: #0000ff;
  padding: 5px;
}
body .master-form .col-md-12 .master-tbl tbody tr:nth-child(2) {
  border: solid 1px #c6c6c6;
  padding: 2px;
}
body .master-form .col-md-12 .master-tbl tbody tr:nth-child(2) td:nth-child(1) {
  padding: 5px;
  width: 260px;
}
body .master-form .col-md-12 .master-tbl tbody tr:nth-child(2) td:nth-child(2) {
  background-color: #ff9000;
  padding: 5px;
}
body #tblMasterList thead {
  background-color: #3B54A6;
}
body #tblMasterList thead tr th {
  text-align: center;
}
body #tblMasterList tbody tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-right: none;
  border-left: none;
}
body #tblMasterList tbody tr td:nth-child(1) {
  text-align: center;
}
body #tblMasterList tbody tr td {
  text-align: center;
}
body .store-report .searchbutton {
  width: 100px;
}
body .store-report .exportbutton {
  text-align: end;
}
body .store-report .exportbutton #Exportdata {
  width: auto;
}
body .store-report .export-all-button {
  text-align: end;
}
body .store-report .export-all-button .exportButton {
  width: 90px;
}
body .store-report .col-md-12 {
  margin-bottom: 10px;
  margin-left: 0px;
}
body .store-report .master-tbl {
  margin: 1em 0;
}
body .store-report .master-tbl tbody {
  float: right;
}
body .store-report .master-tbl tbody tr:nth-child(1) {
  border: solid 1px #c6c6c6;
  padding: 2px;
}
body .store-report .master-tbl tbody tr:nth-child(1) td:nth-child(1) {
  padding: 5px;
  width: 260px;
}
body .store-report .master-tbl tbody tr:nth-child(1) td:nth-child(2) {
  background-color: #ff0000;
  padding: 5px;
}
body .store-report .master-tbl tbody tr:nth-child(2) {
  border: solid 1px #c6c6c6;
  padding: 2px;
}
body .store-report .master-tbl tbody tr:nth-child(2) td:nth-child(1) {
  padding: 5px;
  width: 260px;
}
body .store-report .master-tbl tbody tr:nth-child(2) td:nth-child(2) {
  background-color: #ff9000;
  padding: 5px;
}
body .audit-form {
  /*  .exportButton {
      margin-top: 24px;
  }*/
}
body .audit-form .form-title {
  margin-bottom: 10px;
}
body #tblAuditLog thead {
  background-color: #3B54A6 !important;
}
body #tblAuditLog thead tr th:nth-child(2) {
  max-width: 5% !important;
}
body #tblAuditLog tbody tr td {
  font-size: 13px;
}
body #tblAuditLog tbody tr td:nth-child(9) {
  text-align: left !important;
}
body #tblAuditLog tbody tr td:nth-child(10) {
  text-align: left !important;
}
body #tblAuditLog tbody tr td:nth-last-child(1) a:nth-child(1) {
  /*                        margin-bottom: 0.8em;*/
  display: flex;
  justify-content: center;
}
body .UnRead {
  background-color: #f5f5f5;
  font-weight: 500;
}
body .click {
  width: 100%;
  font-size: 12px;
  background-color: #f5f5f5;
  padding-left: 3px;
}
body .purchase-order-form {
  /*  .exportButton {
      margin-top: 24px;
  }*/
}
body .purchase-order-form .form-title {
  margin-bottom: 10px;
}
body .UnRead {
  background-color: #f5f5f5;
  font-weight: 500;
}
body .click {
  width: 100%;
  font-size: 12px;
  background-color: #f5f5f5;
  padding-left: 3px;
}
body #tblPurchaseOrder .purchase-report-tbl {
  background-color: #dadee3 !important;
}
body #tblPurchaseOrder tbody tr td:nth-child(2) {
  width: 100px;
}
body #tblPurchaseOrder form {
  display: block !important;
}
body #tblPurchaseOrder .form-group {
  font-weight: 600;
  font-size: 17px;
}

.container-xxl {
  max-width: 1300px;
}

.row {
  align-items: center;
}

.navbar {
  background-color: white;
}
.navbar .navbar-nav .nav-item {
  font-weight: 700;
  font-size: 17px;
}

.addbutton {
  margin-top: 1rem;
}
.addbutton a {
  margin-top: 5px;
  border-color: #6c757d;
  text-decoration: none;
  border: 2px solid transparent;
  background-color: #6C757D;
  border-radius: 5px;
  padding: 5px;
  color: white;
}

.table {
  border-collapse: unset !important;
}

.card div table {
  border-collapse: unset !important;
}
.card div table tbody tr td form a {
  border-radius: 1px;
}

.pagination-container .pagination .page-item {
  padding: 2px;
}

#pagenav {
  display: flex;
  justify-content: flex-end;
}

.nav-item::after {
  content: "|";
}

.nav-item:nth-last-child(1)::after {
  content: none;
}

.secondnav .nav-item:nth-last-child(2)::after {
  content: none;
}

.nav-item {
  display: flex;
  align-items: center;
}

.form-inline::after {
  content: "";
}

.modal .modal-dialog .modal-content .modal-header {
  background-color: #3B54A6;
  padding: 0.6em 1em;
  color: white;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-header .modal-body {
  padding: 1em 0;
}
.modal .modal-dialog .modal-content .modal-header .modal-body p {
  padding: 0 1em;
}

.customerblock {
  align-items: end;
}

.managearea {
  vertical-align: middle;
}
.managearea form {
  display: flex !important;
  justify-content: center;
}

.nav-link:hover {
  background-color: #DADEE3;
}

.navbar-nav {
  margin-left: 2em;
}
.navbar-nav li:nth-child(9) {
  display: none;
}
.navbar-nav .nav-item .navbar {
  padding-right: 10px;
}

.nav-link {
  font-weight: 700;
  font-size: 17px;
}

.savebutton {
  border-color: #6c757d;
  text-decoration: none;
  border: 1px solid black;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  color: #000;
}

.container-xxl > div:has(a.backbutton) {
  margin-top: 20px;
}

.backbutton {
  border-color: #6c757d;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  color: #000;
  margin-top: 10px;
}

.backbutton:hover {
  background-color: #3B54A6;
  color: #fff;
}

th {
  text-align: center !important;
  vertical-align: central;
}

tbody tr td {
  text-align: center !important;
}

.card div table tbody td {
  vertical-align: middle !important;
}

.navbar {
  display: block;
}

#tblPartMaster tbody tr td {
  text-align: center;
}

#tblPartThreshold thead tr th:nth-child(3) {
  width: 16%;
}
#tblPartThreshold thead tr th:nth-last-child(1) {
  width: 8%;
}
#tblPartThreshold thead tr th:nth-last-child(2) {
  width: 10%;
}
#tblPartThreshold thead tr th:nth-last-child(3) {
  width: 7%;
}

/*SCSS for side navbar*/
/*body {
    header {
        .navbar {
            position: relative;

            .sidenavbar {
                position: fixed;
                height: 100%;
                width: 250px;
                align-items: flex-start;
                left: -250px;
                transition: all .4s ease-in-out;


                .secondnav {
                    display: flex;
                    flex-direction: column;
                    margin-top: 2em;
                }
            }

            .sidenavbar.slide {
                left: 0;
            }
        }
    }
}


.tabelarea {
    padding-left: 0;
    transition: all .4s ease-in-out;
}

.tabelarea.slide {
    padding-left: 250px;
}*/
/* Scss for spinner navbaricon*/
/*input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 99;
    height: 100%;
    width: 100%;
    height: 22px;
    width: 22px;
    margin-left: 13px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: gray;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}*/
/*.secondnav {

    .nav-item::after {
        content: none;
    }
}*/
.parthresholdcrudearea {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.parthresholdcrudearea .col-md-1 {
  padding-left: 0px;
}
.parthresholdcrudearea .col-md-1 .searchbutton {
  width: auto !important;
}
.parthresholdcrudearea .col-md-1 .exportButton {
  width: auto !important;
}
.parthresholdcrudearea .col-md-1 #ExportThresholddata {
  width: auto !important;
  padding: 6px 4px 6px 4px;
}

/*.tonerform {
    .form-title {
        .exportdiv {
            .exportButton {
                margin-left: 10px;
            }
        }
    }
}*/
/*.purchase-order-form {
    .form-title {
        .row {
            .col-md-1 {
                .exportButton {
                    padding-left: 17px;
                    padding-right: 17px;
                }
            }
        }
    }
}*/
.audit-form .form-title .row .col-md-1 {
  padding-left: 0;
}

#tblPurchaseOrder thead {
  background-color: #3B54A6 !important;
}

.modal-body .form-group + span {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}

.modal.show .modal-dialog .modal-content .modal-body span {
  display: flex;
  flex-wrap: wrap;
}

#wrapper {
  padding-left: 50px;
  transition: all 0.1s ease 0s;
  height: 100%;
}
#wrapper ul li {
  padding-left: 0;
  list-style-type: none;
}
#wrapper .sidenavbar {
  box-sizing: border-box;
  /* padding: 0px 15px;*/
  margin-left: -267px; /*-270px;*/
  left: 50px;
  width: 260px;
  top: 0px;
  /*  background: #12191e;*/
  position: fixed;
  height: 100%;
  z-index: 10000;
  transition: all 0.4s ease 0s;
  flex-direction: column;
}
#wrapper .sidenavbar .secondnav {
  display: block;
  float: left;
  width: 100%;
  list-style: none;
  margin: 4rem 0 0 0;
  padding: 0;
}

#wrapper.active {
  /* padding-left: 260px;*/
}
#wrapper.active .secondnav .nav-item .nav-link img.sub_icon {
  display: none;
}
#wrapper.active .secondnav .nav-item .nav-link img.sub_icon1 {
  display: inline-flex;
}
#wrapper.active .sidenavbar {
  left: 260px;
}

#sidebar_menu li a {
  color: #627e8f;
  /*  display: block;
  float: left;*/
  text-decoration: none;
  width: 100%;
  height: 50px;
  /*    background: #12191e;*/
  border-top: 1px solid #373737;
  border-bottom: 1px solid #1a1a1a;
  transition: background 0.5s;
}

.secondnav {
  /*
  .sidebar-is-active {
      border-top: 1px solid #373737;
      border-bottom: 1px solid #1a1a1a;
  }*/
}
.secondnav li {
  line-height: 40px;
  /* text-indent: 20px;*/
}
.secondnav li a {
  color: #627e8f;
  display: block;
  float: left;
  text-decoration: none;
  width: 100%;
  height: 50px;
  /*   background: #12191e;*/
  transition: background 0.5s;
  color: #627e8f;
  display: block;
  text-decoration: none;
}
.secondnav li a:hover {
  /*    color: #fff;*/
  /* background: rgba(255, 255, 255, 0.2);*/
  text-decoration: none;
}
.secondnav li a:active, .secondnav li a:focus {
  text-decoration: none;
}
.secondnav > .sidebar-brand {
  line-height: 60px;
  font-size: 18px;
}
.secondnav > .sidebar-brand a {
  /* color: #999999;*/
}
.secondnav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.secondnav #main_icon {
  float: right;
  padding-top: 15px;
}
.secondnav .sub_icon {
  float: right;
  /*   padding-top: 10px;*/
}
.secondnav .sub_icon1 {
  /* display: none;*/
}
.secondnav .hide {
  display: none;
}
.secondnav .show {
  /*    display: inline-block;*/
  /*    text-indent: 0px;*/
}

@media (max-width: 767px) {
  #wrapper {
    padding-left: 70px;
    transition: all 0.4s ease 0s;
  }
  .sidenavbar {
    left: 70px;
  }
  #wrapper.active {
    /*      padding-left: 150px;*/
  }
  #wrapper.active .sidenavbar {
    left: 150px;
    width: 150px;
    transition: all 0.4s ease 0s;
  }
}
#main_icon {
  position: absolute;
  right: 10px;
  bottom: 1rem;
}

.dropdown-toggle::after {
  content: none;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
}

#wrapper .sidenavbar .secondnav .nav-item {
  display: block;
}

.rotate {
  transform: rotateZ(90deg);
}

/*.dropdown {
    float: right;
    padding-top: 25px;
}*/
/*.tabelarea {
    padding-left: 50px;
    transition: all .4s ease-in-out;
}*/
.pb-3 {
  margin-right: -0.8%;
}

/*.tabelarea.slide {
    padding-left: 250px;
}*/
#wrapper .sidenavbar {
  background-color: white;
  opacity: 0.9;
}
#wrapper .sidenavbar .secondnav .nav-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrapper .sidenavbar .secondnav .nav-item .nav-link {
  position: relative;
  padding-left: 20px;
}
#wrapper .sidenavbar .secondnav .nav-item .nav-link .sub_icon1 {
  padding-right: 10px;
  padding-bottom: 3px;
}
#wrapper .sidenavbar .secondnav .nav-item .nav-link .sub_icon1:hover {
  color: red;
}
#wrapper .sidenavbar .secondnav .nav-item .nav-link .sub_icon {
  padding-top: 8px;
}
#wrapper .sidenavbar .secondnav .nav-item .nav-link .dropdown {
  position: absolute;
  right: 56px;
  top: 20px;
}
#wrapper .sidenavbar .secondnav .nav-item .nav-link:hover .sub_icon1 {
  opacity: 0.5;
  cursor: pointer;
}
#wrapper .sidenavbar .secondnav .nav-item .nav-link:hover .sub_icon {
  opacity: 0.5;
  cursor: pointer;
}

.nav-item:hover .dropdown-menu {
  display: block;
  padding: 0;
}

/*.sub_icon1_hover {
    position: absolute;
    left: 20px;
    bottom: 11px;
    display:none;
}
.nav-link:hover{
    .sub_icon1{
        display:none;
    }
   .sub_icon1_hover{
       display:block;
   }
}*/
.nav-link:hover a {
  opacity: 0.5;
}

.sidebar-is-active a[title] {
  display: none;
}

.user-area .from .export-btn {
  position: absolute;
  right: 43px;
}

.tonerform + container {
  max-width: 100% !important;
}

.container-fluid + .active .sidenavbar {
  border: 2px solid #3B54A6;
}
.container-fluid + .active .sidenavbar #sidebar_menu .sidebar-brand #menu-toggle .fa-angle-double-right:before {
  content: "\f100";
  font-weight: bold;
}

.sidenavbar #sidebar_menu .sidebar-brand #menu-toggle .fa-angle-double-right:before {
  font-size: 25px;
  color: #3B54A6;
  font-weight: bold;
}

/*[data-status="true"] {
    color: green;
}*/
.secondnav .nav-item::after {
  content: none;
}

/*.tabelarea {
 > main {
        margin-left: 3%;
    }
}*/
#ExportThresholddata {
  width: 90px !important;
}

.container {
  max-width: 100%;
}

/*remove slide for all pages */
.tabelarea {
  padding: 0px;
  padding-left: 30px;
  transition: none;
}

/*header:has(.active) + .tabelarea {
    padding-left: 250px;
}
*/
/*header:has(.active) + .tabelarea {
    .pb-3 {
        .container-xxl {
            .card {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
        }
    }
}
*/
/*slide remove for  audit page*/
.tabelarea:has(#tblAuditLog) {
  padding: 0px;
  padding-left: 30px;
  transition: none;
}
.tabelarea:has(#tblAuditLog) .pb-3 .container-xxl .card {
  display: block;
  overflow-x: unset;
  white-space: unset;
}
.tabelarea:has(#tblAuditLog) #wrapper.active {
  padding-left: 0px;
}
.tabelarea:has(#tblAuditLog) #wrapper.active .sidenavbar {
  left: 150px;
  width: 150px;
  transition: none;
}

#tonorColorsDiv .table {
  width: 100% !important;
}
#tonorColorsDiv .table tbody tr th, #tonorColorsDiv .table tbody tr td {
  text-align: center;
}

@media screen and (min-device-width: 1300px) and (max-device-width: 1950px) {
  .container-xxl:has(#tblAuditLog) {
    max-width: 1600px;
  }
}
.navbar-brand {
  z-index: 99999;
}

header .navbar #wrapper .sidenavbar .secondnav .nav-item ul .dropdown-item_title {
  padding-left: 15px;
}

.exportButton {
  margin-left: auto;
}

.dropdown-menu.show {
  display: none;
}

@media screen and (min-device-width: 1300px) and (max-device-width: 1950px) {
  .container-xxl {
    max-width: 1600px;
  }
}
.master-form .row div {
  align-items: end;
}
.master-form .row div .export-btn {
  margin-left: auto;
}

.store-report .row div {
  align-items: end;
}
.store-report .row div .exportbutton {
  margin-left: auto;
}
.store-report .row div .export-all-button {
  width: 90px;
}

.row.spare_fromheader {
  align-items: end;
}
.row.spare_fromheader div:nth-last-child(1) {
  text-align: end;
  margin-left: auto;
}

.row.masterpartlist_fromheader {
  align-items: end;
}
.row.masterpartlist_fromheader .exportButton .btn-secondary {
  width: auto !important;
}
.row.masterpartlist_fromheader div:nth-last-child(1) {
  text-align: end;
  margin-left: auto;
  padding-left: 0;
}

.row.parthresholdcrudearea {
  align-items: end;
}
.row.parthresholdcrudearea div:nth-last-child(1) {
  text-align: end;
}

.tonerform div.form-title:nth-child(2) {
  align-items: end;
}
.tonerform div.form-title:nth-child(2) div:nth-last-child(1) {
  text-align: end;
  margin-left: auto;
}

.auditlog_fromheader {
  align-items: end;
}
.auditlog_fromheader div:nth-last-child(1) {
  text-align: end;
  margin-left: auto;
}

.tonerreport_fromheader {
  align-items: end;
}
.tonerreport_fromheader div:nth-last-child(1) {
  text-align: end;
  margin-left: auto;
  padding-left: 0;
}

.purchaseorder_fromheader {
  align-items: end;
}
.purchaseorder_fromheader div:nth-last-child(1) {
  text-align: end;
  margin-left: auto;
  padding-left: 0;
}

.smworkflow_fromheader {
  align-items: end;
}
.smworkflow_fromheader div:nth-last-child(1) {
  text-align: end;
  margin-left: auto;
}

.partindex_fromheader {
  align-items: end;
}
.partindex_fromheader div:nth-last-child(2) .btn-secondary {
  width: auto !important;
}
.partindex_fromheader div:nth-last-child(1) {
  text-align: end;
  margin-left: auto;
  padding-left: 0;
}
.partindex_fromheader div:nth-last-child(1) .exportButton {
  width: auto !important;
}

.regionalstorereportarea {
  display: flex;
  justify-content: flex-end;
}
.regionalstorereportarea h2 {
  margin-right: auto;
}

.modal-open .tabelarea main .container-xxl #requestPOModal .modal-dialog {
  max-width: 600px;
}
.modal-open .tabelarea main .container-xxl #requestPOModal .modal-dialog .modal-content .modal-body {
  padding: 0 1rem 0 1rem;
}
.modal-open .tabelarea main .container-xxl #requestPOModal .modal-dialog .modal-content .modal-body #storePoForm #tblStorePO tbody tr td {
  vertical-align: middle;
}

.modal-open .tabelarea .pb-3 .container-xxl #myModal .modal-dialog .modal-content .modal-body p {
  display: flex;
}
.modal-open .tabelarea .pb-3 .container-xxl #myConsumptionModal .modal-dialog #divproc .modal-body p {
  display: flex;
}
.modal-open .tabelarea .pb-3 .container-xxl #myConsumptionModalHP .modal-dialog #divproc .modal-body p {
    display: flex;
}
.modal-open .tabelarea .pb-3 .container-xxl #myProcModal .modal-dialog #divproc .modal-body p {
  display: flex;
}
.modal-open .tabelarea .pb-3 .container-xxl #myProcModalHP .modal-dialog #divproc .modal-body p {
    display: flex;
}
.modal-open .tabelarea .pb-3 .container-xxl #myTransferModalHP .modal-dialog #divproc .modal-body p {
    display: flex;
}

.modal-open .tabelarea .pb-3 .container-xxl #orderPlaceModal .modal-dialog .modal-content .modal-body p {
    display: flex;
}

.card {
  overflow: auto;
}
.card #tblPart tbody tr td {
  vertical-align: middle;
}

.card .table thead {
  background-color: #3B54A6 !important;
}
.card .table thead tr th {
  color: white;
  vertical-align: middle;
}
.card .table thead tr th a .fa-unsorted:before, .card .table thead tr th a .fa-sort:before {
  color: white;
}

.exportButton, .btn-secondary {
  background-color: white;
  color: black;
  border-color: black;
  font-size: 12px;
}

.btn-secondary:hover {
  background-color: #3B54A6;
}

.btn-primary:hover {
  background-color: #3B54A6;
}

.btn-primary {
  background-color: white;
  color: black;
  border-color: black;
}

.container-xxl .row .addbutton a {
  background-color: white;
  color: black;
  border: 1px solid black;
  font-size: 12px;
  padding: 8px;
}
.container-xxl .row .addbutton a:hover {
  background-color: #3B54A6;
  color: white;
}

.table thead tr th {
  font-size: 13px !important;
}
.table tbody tr td {
  font-size: 13px !important;
}

.form-select {
  font-size: 13px !important;
}

input {
  font-size: 13px !important;
}

body.modal-open header .navbar #wrapper .sidenavbar {
  z-index: 1;
}

.modal-dialog .modal-content .modal-footer .btn-outline-info {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.modal-dialog .modal-content .modal-footer .btn-outline-info:hover {
  background-color: #3B54A6;
  color: white;
}

section #account .form-floating {
  margin-bottom: 10px;
}

#closeIconModalAll {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

#closeIconModalAll:hover {
  background-color: #3B54A6;
  color: white;
}

#closeIconModal {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

#closeIconModal:hover {
  background-color: #3B54A6;
  color: white;
}

#addMoreBtn {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

#addMoreBtn:hover {
  background-color: #3B54A6;
  color: white;
}
