/* .side-navbar {
  height: calc(100vh - 65px);
} */

.usersubmenu ul {
  list-style-type: none;
  display: flex;
  padding: 20px 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
}

.usersubmenu-section {
  border-bottom: 1px solid #bdbcbc;
}

.form-section .usersubmenu {
  margin: 0 0 0 2rem;
}

.movingassetsection {
  margin: 1rem auto auto;
}

.movingassetsection .form-grp {
  text-align: left;
}

.movingasset-table {
  text-align: center;
}

.movingassetsection h2 {
  margin: 2rem 0 1rem;
  display: inline-block;
}

.movingasset-table .actionicon {
  height: 25px;
}

.movingasset-table td,
.movingasset-table th {
  vertical-align: middle;
}

.movingasset-table {
  border: 1px solid #979797;
}

.movingasset-table thead tr th {
  background-color: #424242;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  border-right: 1px solid #979797;
}

.movingasset-table thead tr th:last-child {
  border-right: 1px solid #424242;
}

.movingasset-table thead tr th:first-child {
  border-left: 1px solid #424242;
}

.movingasset-table tbody tr th,
.movingasset-table tbody tr td {
  color: #424242;
  font-size: 16px;
  text-align: center;
  border: 1px solid #7e7979 !important;
}
.movinghistory-icon {
  height: 20px;
}

.movinghistoryedit label {
  font-weight: bold;
}

.movinghistoryeditbody .row {
  margin-bottom: 1rem;
}

.primary-btn,
.primary-btn:hover {
  background-color: #f57c00;
  color: #fff;
  padding: 0.4rem 2rem;
  border-radius: 10px;
}

.cancel-btn,
.cancel-btn:focus,
.cancel-btn:hover {
  background-color: #263238;
  color: #fff;
  padding: 0.4rem 2rem;
  border-radius: 10px;
  margin: 0.25rem 0.25rem 0.25rem 0.75rem;
}

.movingassetsection .downloadreport {
  height: 36px;
  margin-left: 1rem;
  /* float: right;
	margin: 2rem 0; */
}

.movingasset-search {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  width: 100%;
  background-color: transparent;
  border: none;
}

.movingasset-search:focus-visible {
  outline: none;
}

.movingasset-section .input-group {
  flex-wrap: nowrap;
  border: 1px solid #bdbdbd;
  max-width: 400px;
  border-radius: 7px;
  margin: 1rem auto 2rem;
}

.movingasset-section .assetinfobtn {
  background-color: #f57c00;
}
.search-container {
  /* position: relative; */
  display: flex;
  margin-bottom: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
}
.search-container .form-select {
  width: 100%;
}
.search-container label {
  font-weight: 500;
}
.search-container input[type="date"],
.search-container select {
  width: 230px !important;
}
.dashboard-body.open .search-container input[type="date"],
.dashboard-body.open .search-container select {
  width: 100% !important;
}
.search-container .btn-search,
.search-container .btn-search :hover {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  padding: 0.65rem 3rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 10px;
  color: #fff !important;
  background-color: #f57c00 !important;
  border: none;
  margin-left: 1rem;
}
.btn-reset,
.btn-reset:hover {
  background-color: #601f79 !important;
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-size: 16px;
  margin: 0 1rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  padding: 0.3rem 1.5rem !important;
}
#edit-field-reached-date-value-1-wrapper {
  margin-left: 0.5rem;
}
#edit-field-inv-date-value-wrapper legend,
#edit-field-inv-date-value-1-wrapper legend,
label[for^="edit-field-destination-location-target-id"] {
  font-size: 1rem;
  margin-bottom: 0rem;
  font-weight: 600;
}
.movingasset-section .fieldset-legend {
  font-size: 1rem;
  margin-bottom: 0rem;
  font-weight: 600;
}
#edit-field-reached-date-value-wrapper legend {
  margin-bottom: 0;
  line-height: 1.2;
}
.movingasset-section legend {
  margin-bottom: 0;
  line-height: 1.2;
}
#edit-field-inv-date-value-wrapper,
#edit-field-inv-date-value-1-wrapper,
.js-form-item-field-destination-location-target-id {
  width: 20%;
}
#edit-field-inv-date-value-wrapper {
  margin: 0 1rem;
}
.open-movement-modal {
  text-decoration: none;
}
/* #views-exposed-form-asset-movement-history-block-1
  .js-form-item-field-destination-location-target-id {
  width: 100%;
} */
/* Higher resolution styles start */
#assetMovementModal .modal-footer #save-asset-movement {
  background-color: #f57c00;
  border: none;
  padding: 0.25rem 1.5rem;
  border: 1px solid #f57c00;
}
#assetMovementModal .modal-footer .btn-warning {
  background-color: #fff;
  border: 1px solid #424242;
  color: #424242;
  padding: 0.25rem 1.5rem;
  margin-right: 1rem;
}
.status-message-container [aria-label="Status message"],
.messages__wrapper .messages--status {
  background-color: green;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}
/****pagination****/
.pager__items {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  --bs-pagination-active-bg: #f67c01;
  --bs-pagination-active-border-color: #f67c01;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pager__items .pager__item a {
  font-size: 1rem;
  color: #f67c01;
  margin: 0 0.5rem;
  align-content: center;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 10px !important;
  border: 1px solid #f67c01;
  position: relative;
  display: block;
  text-decoration: none;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
}

.pager__items .pager__item.is-active a {
  background: #f67e32;
  color: #fff;
}

.pager__items .pager__item.pager__item--ellipsis {
  align-content: center;
}
@media (min-width: 1367px) {
}

/* Higher resolution styles start */

/* Higher resolution styles end */

/* tablet styles start */

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .search-container input[type="date"],
  .search-container select {
    width: 180px !important;
  }
  #edit-field-inv-date-value-wrapper,
  #edit-field-inv-date-value-1-wrapper,
  .js-form-item-field-destination-location-target-id {
    width: 23%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .movingasset-table thead {
    display: none;
  }

  .movingasset-table tbody tr th,
  .movingasset-table tbody tr td {
    display: block;
    width: 100%;
    padding-left: 50%;
    position: relative;
  }

  .movingasset-table tbody tr th::before,
  .movingasset-table tbody tr td::before {
    position: absolute;
    top: 20%;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .movingasset-table tbody tr th {
    border: 0px;
  }

  .movingasset-table thead tr th:nth-child(2) {
    display: block;
    width: 100%;
  }

  .movingasset-table tbody tr td:nth-of-type(2) {
    word-wrap: break-word;
  }

  .movingasset-table tbody tr td:nth-of-type(1):before {
    content: "S.no";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(2):before {
    content: "Asset Name";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(3):before {
    content: "Asset ID";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(4):before {
    content: "Moved Date";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(5):before {
    content: "Reached Date";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(6):before {
    content: "From Location";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(7):before {
    content: "To Location";
    font-weight: 600;
  }
  .movingasset-table tbody tr td:nth-of-type(8):before {
    content: "Status";
    font-weight: 600;
  }
  .movingasset-table tbody tr td:nth-of-type(9):before {
    content: "Action";
    font-weight: 600;
  }
  .movingassetsection .downloadreport {
    display: block;
    margin: 0;
  }
  .movingassetsection .downloadreport {
    top: auto;
    right: auto;
    position: relative;
    margin: 1rem 0;
    margin-left: auto;
  }
  .movingassetsection .downloadreportoption {
    display: block;
    text-align: end;
  }
  .search-container {
    flex-direction: column;
  }
  .search-container .form-select,
  .search-container .start-date,
  .search-container .form-grp,
  .search-container .btn-search,
  #edit-field-inv-date-value-wrapper,
  #edit-field-inv-date-value-1-wrapper,
  .js-form-item-field-destination-location-target-id {
    width: 100%;
  }
  .search-container .start-date,
  .search-container .btn-search {
    margin: 1rem 0;
  }
  #edit-field-inv-date-value-wrapper {
    margin: 1rem 0rem;
  }
  .search-container fieldset {
    width: 100%;
  }
  .search-container input[type="date"],
  .search-container select {
    width: 100% !important;
  }
}
/*responsive change*/
/* tablet styles end */

/* mobile styles start */

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .movingasset-table thead {
    display: none;
  }

  .movingasset-table tbody tr th,
  .movingasset-table tbody tr td {
    display: block;
    width: 100%;
    padding-left: 50%;
    position: relative;
  }

  .movingasset-table tbody tr th::before,
  .movingasset-table tbody tr td::before {
    position: absolute;
    top: 20%;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .movingasset-table tbody tr th {
    border: 0px;
  }

  .movingasset-table thead tr th:nth-child(2) {
    display: block;
    width: 100%;
  }

  .movingasset-table tbody tr td:nth-of-type(2) {
    word-wrap: break-word;
  }

  .movingasset-table tbody tr td:nth-of-type(1):before {
    content: "S.no";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(2):before {
    content: "Asset Name";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(3):before {
    content: "Asset ID";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(4):before {
    content: "Moved Date";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(5):before {
    content: "Reached Date";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(6):before {
    content: "From Location";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(7):before {
    content: "To Location";
    font-weight: 600;
  }
  .movingasset-table tbody tr td:nth-of-type(8):before {
    content: "Status";
    font-weight: 600;
  }
  .movingasset-table tbody tr td:nth-of-type(9):before {
    content: "Action";
    font-weight: 600;
  }
  .movingassetsection .downloadreport {
    display: block;
    margin: 0;
  }
  .movingassetsection .downloadreport {
    top: auto;
    right: auto;
    position: relative;
    margin: 1rem 0;
    margin-left: auto;
  }
  .movingassetsection .downloadreportoption {
    display: block;
    text-align: end;
  }
  .search-container {
    flex-direction: column;
  }
  .search-container .form-select,
  .search-container .start-date,
  .search-container .form-grp,
  .search-container .btn-search,
  #edit-field-inv-date-value-wrapper,
  #edit-field-inv-date-value-1-wrapper,
  .js-form-item-field-destination-location-target-id {
    width: 100%;
  }
  .search-container .start-date,
  .search-container .btn-search {
    margin: 1rem 0;
  }
  #edit-field-inv-date-value-wrapper {
    margin: 1rem 0rem;
  }
  .search-container fieldset {
    width: 100%;
  }
  .search-container input[type="date"],
  .search-container select {
    width: 100% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .movingasset-table thead {
    display: none;
  }

  .movingasset-table tbody tr th,
  .movingasset-table tbody tr td {
    display: block;
    width: 100%;
    padding-left: 50%;
    position: relative;
  }

  .movingasset-table tbody tr th::before,
  .movingasset-table tbody tr td::before {
    position: absolute;
    top: 20%;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .movingasset-table tbody tr th {
    border: 0px;
  }

  .movingasset-table thead tr th:nth-child(2) {
    display: block;
    width: 100%;
  }

  .movingasset-table tbody tr td:nth-of-type(2) {
    word-wrap: break-word;
  }

  .movingasset-table tbody tr td:nth-of-type(1):before {
    content: "S.no";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(2):before {
    content: "Asset Name";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(3):before {
    content: "Asset ID";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(4):before {
    content: "Moved Date";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(5):before {
    content: "Reached Date";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(6):before {
    content: "From Location";
    font-weight: 600;
  }

  .movingasset-table tbody tr td:nth-of-type(7):before {
    content: "To Location";
    font-weight: 600;
  }
  .movingasset-table tbody tr td:nth-of-type(8):before {
    content: "Status";
    font-weight: 600;
  }
  .movingasset-table tbody tr td:nth-of-type(9):before {
    content: "Action";
    font-weight: 600;
  }
  .movingassetsection .downloadreport {
    top: auto;
    right: auto;
    position: relative;
    margin: 1rem 0;
  }
  .movingassetsection .downloadreportoption {
    display: block;
    text-align: end;
  }
  .search-container {
    flex-direction: column;
  }
  .search-container .form-select,
  .search-container .start-date,
  .search-container .form-grp,
  .search-container .btn-search,
  #edit-field-inv-date-value-wrapper,
  #edit-field-inv-date-value-1-wrapper,
  .js-form-item-field-destination-location-target-id {
    width: 100%;
  }
  .search-container .start-date,
  .search-container .btn-search {
    margin: 1rem 0;
  }
  #edit-field-inv-date-value-wrapper {
    margin: 1rem 0rem;
  }
  .search-container fieldset {
    width: 100%;
  }
  .search-container input[type="date"],
  .search-container select {
    width: 100% !important;
  }
}

/* mobile styles end */
