* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb-3 {
  margin-bottom: 25px;
}

.page_section.section-landing {
  background-color: #006a4c;
}

.breadcrumb {
  padding-top: 15px !important;
}

.breadcrumb > .active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.breadcrumb > li a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.breadcrumb > li + li:before {
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer-bottom.hidden-print .text-left {
  text-align: center !important;
}

footer .footer-bottom {
  background-color: #e3e3e3 !important;
  padding: 10px !important;
}

#DataTab.view-grid .table {
  border: 1px solid #ddd;
}

#DataTab.view-grid .table.table-fluid thead {
  background-color: #ededed;
}

#DataTab.view-grid .table > thead > tr > th {
  padding: 6px 15px;
  vertical-align: top;
}

#DataTab.view-grid .table > thead > tr > td,
#DataTab.view-grid .table > tbody > tr > th,
#DataTab.view-grid .table > tbody > tr > td,
#DataTab.view-grid .table > tfoot > tr > th,
#DataTab.view-grid .table > tfoot > tr > td {
  padding: 12px 15px;
}

.page-title-box h4.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 0px 20px;
}

.page_section .row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#DataTab.view-grid .table > tbody > tr > td a:not(.btn) {
  font-weight: 700;
  color: #000000;
  cursor: pointer;
}

.page_section.section-knowledge .table > thead > tr > th,
.page_section.section-knowledge .table > thead > tr > td,
.page_section.section-knowledge .table > tbody > tr > th,
.page_section.section-knowledge .table > tbody > tr > td,
.page_section.section-knowledge .table > tfoot > tr > th,
.page_section.section-knowledge .table > tfoot > tr > td {
  border: 0px;
}

.page_section.section-knowledge .table > tbody > tr > th {
  padding: 20px 25px 0px 0px;
}

.page_section.section-knowledge .table > tbody > tr > td {
  padding: 0px 10px 5px 0px;
}

.page_section.section-knowledge .table #orderamount {
  padding-bottom: 20px;
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #ffffff !important;
  color: #006a4c !important;
  border: 0px;
}

.dashboard-col-info span {
  display: block;
}

.section-landing .row > div .section-landing-heading {
  font-size: 20px !important;
  margin-bottom: 0px;
  margin-top: 0px;
}

.page_section.section-landing .row {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.xrm-editable-hover {
  outline: 0px !important;
}

#DataTab.view-grid .table > tbody > tr > td a:hover {
  color: #006a4c;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #333333 !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a {
  color: #006a4c !important;
  background-color: #fff !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #006a4c !important;
}

#navbar .dropdown-menu {
  margin-top: 7px;
  min-width: 130px;
}

.navbar-inverse .navbar-nav > .open > a {
  border: 0px;
}

.navbar-inverse .navbar-nav.weblinks > li > a:focus {
  background-color: #ffffff !important;
  color: #006a4c !important;
  border: 0px dashed black !important;
  outline: 0px dashed #ffffff !important;
}

.dashboard-col-inner.row {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 10px !important;
  box-shadow: 0px 15px 50px #03030326;
  margin: 0px 0px 40px 0px;
}

.dashboard-col-info label {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0;
}

.dashboard-col-info span {
  font-size: 45px;
  font-weight: 600;
  margin-top: 0;
}

.page-heading {
  background-color: #006a4c !important;
  padding-top: 0px !important;
  margin-bottom: 80px !important;
}

.page-heading .page-header,
.xrm-attribute-value-empty {
  display: none !important;
}

#mainContent {
  margin-bottom: 218px !important;
}

legend {
  border-bottom: 0 !important;
}

.crmEntityFormView {
  border: 0px !important;
}

.crmEntityFormView .cell {
  padding: 0 28px 20px 0px !important;
}

.crmEntityFormView fieldset {
  margin-bottom: 0px !important;
}

.list-group-item {
  font-size: 1em;
  font-weight: bold;
  color: #333 !important;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #006a4c !important;
  background-color: #ffffff !important;
}

.list-group-item.active {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #006a4c !important;
}

.well {
  border-bottom: 0 !important;
  margin-bottom: 0px !important;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 5%) !important;
  background-color: #fff !important;
  border: 0 !important;
  padding-left: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding-top: 0 !important;
}

.btn-primary {
  background-color: #006a4c !important;
  border-color: #006a4c !important;
}

.btn.btn-primary:focus {
  outline: 0px;
  background-color: #fff !important;
  color: #006a4c !important;
}

.btn-default {
  color: #666 !important;
  background-color: #fff !important;
  border-color: #666 !important;
}

.btn-default:hover {
  color: #999 !important;
  background-color: #fff !important;
  border-color: #999 !important;
}

.errordiv {
  z-index: 1;
  margin: auto;
  position: absolute;
  right: -170px;
  top: 18px;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff5f5;
  border: 1px solid #f9caca;
  max-width: 444px;
  color: #a86969;
  border-radius: 6px;
  padding: 10px 15px;
}

.containerDiv {
  position: relative;
}

#currencyField {
  text-align: right;
  padding-right: 120px !important;
  width: 25%;
}

#currencyField.unit-align,
.unit-align {
  text-align: center !important;
  padding-right: 15px !important;
  width: 10%;
}

.text-align {
  text-align: center;
}

.invoice-hd {
  font-weight: 400;
  width: 33%;
}

.invoice-txt {
  font-weight: 700;
  font-size: 15px;
  width: 33%;
}

.page-title-box h4.page-title.inner {
  padding: 20px 0px 20px;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.view-grid {
  overflow-x: auto;
}

#currencyField.sale-card-amount,
.sale-card-amount {
  padding-right: 20px !important;
  width: 10%;
  text-align: right !important;
}

.page_section .row.p-b-0 {
  padding-bottom: 0px !important;
}

.view-search.entitylist-search {
  margin-top: 44px;
  float: right !important;
  margin-right: 0px;
}

.view-search.input-group .query.form-control {
  font-size: 14px;
  box-shadow: 0px 2px 8px #00000014;
  box-shadow: none;
  border-radius: 4px;
  line-height: 1.42857;
  padding: 5px 10px 5px 40px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ebebeb;
}

.table-sortable th.sort-by {
  padding-right: 18px;
  position: relative;
}

.table-sortable .sort-by:before,
.table-sortable .sort-by:after {
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 15px;
  top: 10px;
  position: absolute;
  width: 0;
}

.table-sortable .sort-by:before {
  border-bottom-color: #666;
  margin-top: -5px;
}

.table-sortable .sort-by:after {
  border-top-color: #666;
  margin-top: 8px;
}

.section-knowledge #Add-edit {
  border-radius: 4px;
  background-color: #dddddd;
  color: rgb(10, 0, 0);
  margin-right: 16px;
}

.section-knowledge .export-btn {
  border-radius: 4px;
  background-color: #dddddd;
  color: rgb(10, 0, 0);
}

.btn:focus {
  outline: none;
}

.section-knowledge .export-div {
  display: flex;
  justify-content: end;
}

.section-knowledge .view-grid {
  margin-top: 10px;
}

.first-box {
  border-radius: 6px;
  margin-top: 18px;
}

.second-box {
  border: 1px solid #dddddd;
  border-radius: 6px;
  margin-top: 18px;
}

.order-no-tbl {
  margin-bottom: 10px !important;
}

.first-box-inner {
  padding: 0 15px;
}

.second-box-inner {
  padding: 15px 15px;
}

.section-knowledge .view-grid {
  overflow-x: unset;
}

.add-label {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 5px;
}

.comment-inner {
  display: flex;
  padding-top: 25px;
}

.comment-inner p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.comment-date {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  margin-left: 10px;
  font-size: 14px;
}

.comment-time {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  margin-left: 10px;
  font-size: 14px;
}

.comment-div {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.comment-line {
  margin-top: 3px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #dddddd;
}

.send-img {
  position: absolute;
  right: 10px;
  bottom: 65px;
  width: 18px;
  height: 18px;
}

.comment-form {
  position: relative;
}

.attachment-tbl {
  border: 1px solid #ddd;
  margin-top: 18px;
}

.attachment-tbl thead {
  background-color: #ededed;
  padding: 6px 15px;
  border-bottom: 1px solid #006a4c;
  vertical-align: top;
}

.attachment-tbl td {
  padding: 12px 15px !important;
}

#CommentsTab {
  padding: 15px 15px;
}

.comment-tr {
  display: flex;
}

.comment-tr .h5 {
  font-size: 16px !important;
  color: #000000;
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dl-horizontal dt {
  white-space: normal;
}

#example_wrapper select {
  max-width: 280px;
}

.buttons-excel {
  margin-left: 10px !important;
}

.top {
  display: flex;
  position: relative;
}

.img {
  margin-left: 6px;
  margin-bottom: 35px;
}

.img .span {
  margin-top: 30px;
  margin-left: 12px;
  text-align: center;
}

.top li i:before {
  color: #424242;
  border-radius: 3px;
}

.page_section .btn.add-doc {
  margin-top: 0;
  padding: 5px 10px;
  background-color: #006a4c;
  border-radius: 4px;
  color: #ffffff;
}

.view-grid #files {
  display: none;
}

.view-grid .table > thead > tr > th {
  vertical-align: baseline;
}

/*Redesign - 16-9-22*/

.admin-wrapper {
  padding-left: 254px;
  min-height: calc(100vh - 47px);
}

.page_section {
  width: 100%;
}

/* sidebar start */
.sidebar-main {
  width: 254px;
  height: 100vh;
  background: #ffffff;
  box-shadow: 0px 4px 80px rgba(50, 50, 71, 0.01),
    0px 4px 60px rgba(50, 50, 71, 0.04);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.sidebar-logo {
  padding: 30px 20px;
  text-align: center;
}

.sidebar-logo p {
  margin-bottom: 0;
}

.sidebar-logo a {
  color: #000;
  text-decoration: none !important;
  font-weight: bold;
}

.sidebar-logo a:focus {
  color: #000;
  outline: none;
  box-shadow: none;
}

.sidebar-logo a:hover {
  color: #000 !important;
}

.sidebar-wrapper {
  padding: 0 16px;
}

.mobile-screen-menu,
.menu-close-button {
  display: none;
  cursor: pointer;
}

.side-menu li {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  clear: both;
}

.side-menu li a {
  padding: 10px 8px !important;
  text-decoration: none;
  color: #222;
  border-radius: 8px;
  transition: all 0.3s;
}

.side-menu .dropdown-menu {
  position: absolute;
  left: 107px;
  top: 0;
}

.sidebar-menu .sidebar_user {
  margin: 0;
  font-size: 20px;
  /* background-color: #ffedd7; */
  background-color: #006a4c;
  border-radius: 8px;
  padding: 15px 10px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.sidebar-menu .sidebar_user img {
  height: 26px;
  margin-right: 10px;
}

.sidebar-menu .sidebar_user a {
  /* color: #000; */
  color: #fff;
  text-decoration: none;
}

.sidebar-menu .menu-list {
  margin-top: 20px;
  max-height: calc((var(--vh, 1vh) * 100) - 310px);
  overflow-y: auto;
}

html[dir="ltr"] .sidebar-menu li a {
  margin-left: 0;
}

.side-menu .left-menu-icon {
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-right: 5px;
}

.logout-main-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.logout-main-row h4 {
  margin: 0;
  line-height: 1;
  font-size: 16px;
}

.logout-main-row a {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none !important;
  color: #222;
}

.logout-main-row a:hover {
  color: #006a4c;
}

.quotes-table #example_wrapper table {
  border: 1px solid rgb(231 224 216) !important;
}

.quotes-table .dataTables_scrollBody table {
  margin-bottom: 10px;
}

.quotes-table #example_wrapper table td .btn {
  color: #fff;
  background-color: #006a4c;
  border-color: #006a4c;
  margin-right: 5px !important;
}

.quotes-table #example_wrapper .dt-buttons .dt-button.btn-primary {
  color: #fff;
}

.quotes-table #example_wrapper table thead,
.dataTables_wrapper table thead {
  /* background: #ffedd7; */
  background: #006a4c;
}

.quotes-table #example_wrapper table thead,
.dataTables_wrapper table thead th {
  color: #fff !important;
}

.quotes-table #example_wrapper .dataTables_length#example_length {
  margin-bottom: 15px;
}

.quotes-table #example_wrapper .dt-buttons .dt-button,
.quotes-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  background: transparent;
}

.quotes-table #example_wrapper .dataTables_length select {
  padding: 0.48em 1em;
  margin: 0px 3px;
}

.quotes-table .dataTables_wrapper .dataTables_filter input {
  padding: 7px 5px;
}

.quotes-table #example_wrapper #example_filter {
  margin-bottom: 15px;
}
table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px #ffffff !important;
}

@media screen and (min-width: 1200px) {
  .admin-wrapper .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .admin-wrapper {
    padding-left: 0;
    padding-top: 60px;
  }

  .sidebar-main {
    width: 100%;
    height: 60px;
  }

  .sidebar-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0.4px 0px #c1c1c1;
    padding: 8px 16px;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 60px;
  }

  .sidebar-wrapper {
    padding-top: 16px;
    position: fixed;
    top: 60px;
    z-index: 999;
    width: 100%;
    left: -100%;
    transition: 0.3s;
    height: calc(100% - 60px);
    background: #fff;
    opacity: 0;
  }

  .mobile-screen-menu {
    display: flex;
    align-items: center;
  }

  .menu-active .sidebar-wrapper {
    left: 0;
    opacity: 1;
  }

  .menu-close-button {
    display: block;
    text-align: right;
  }

  .sidebar-menu {
    padding-top: 32px;
  }

  body.menu-active {
    overflow: hidden;
  }

  .dashboard-col-info span {
    font-size: 32px;
  }

  .dashboard-col-inner.row {
    margin: 0px 0px 20px 0px;
  }
}

/*------------PRELOADING------------ */
#preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 3;
  border: 4px solid #fff;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}
@media (max-width: 912px) {
  .errordiv {
    right: 8px;
    top: 75px;
  }
}
/* ------------------------------------------------start--------------------------------------------------- */
@media screen and (max-width: 767px) {
  .table-main-overflow {
    box-shadow: none !important;
    padding: 0 !important;
  }

  .table-info-row > * {
    min-height: 65px;
  }

  #tableData td,
  .dataTable th {
    white-space: nowrap;
  }
}

.table-main-overflow {
  /*overflow-x: auto;*/
  box-shadow: 0px 4px 80px rgb(50 50 71 / 1%), 0px 4px 60px rgb(50 50 71 / 4%);
  border-radius: 8px;
  padding: 20px;
}

.table-main-overflow .dt-buttons button.btn-primary {
  color: #fff !important;
}

.dataTables_scroll table,
.dataTables_scroll .dataTables_scrollHeadInner {
  min-width: 100%;
}

.send-img-main-custom .send-img {
  float: right;
  margin: 10px 0;
  position: relative;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  left: auto;
}

/* ------------------------------------------------end--------------------------------------------------- */

body .second-box-main,
.documents-main {
  border: 1px solid #006a4c4d;
  border-radius: 10px;
  margin-top: 0px !important;
  background-color: #fff;
  overflow: hidden;
}

.second-box-main .title-top,
.documents-main .document-title {
  /* background: #ffedd799; */
  background: #006a4c;
  margin: 0;
  padding: 16px 21px;
  min-height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #006a4c4d !important;
}

.second-box-main .title-top .add-label i {
  margin-right: 10px;
  font-size: 25px;
}

.second-box-main .view-grid .comment-chat {
  padding: 0px;
}

.second-box-main .title-top h2,
.documents-main .document-title h2 {
  font-family: "muli", Helvetica, sans-serif;
  font-size: 24px !important;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  /* color: #000000; */
  color: #fff;
}

.second-box-main .title-top h2 i,
.documents-main .document-title h2 i {
  font-family: "Font Awesome 6 Free";
  /* color: #006a4c; */
  color: #fff;
  margin-right: 5px;
  font-size: 28px;
}

.second-box-main #CommentsTab {
  height: 450px;
  overflow-y: auto;
  padding-bottom: 0;
}

.second-box-main #CommentsTab table {
  margin-bottom: 0;
}

.second-box-main #CommentsTab::-webkit-scrollbar {
  width: 0px;
}

.second-box-main .send-img {
  bottom: 15px;
  cursor: pointer;
}

.second-box-main .comment-main {
  margin-bottom: 20px;
}

.second-box-main .comment-td {
  background: #f9f8fa;
  padding: 13px !important;
  border-radius: 0px 5px 5px 5px;
  width: 50% !important;
  display: inline-block;
}

.second-box-main .comment-td p {
  margin-bottom: 0;
  padding-top: 0;
}

.second-box-main .comment-tr {
  justify-content: space-between;
  width: 50%;
  margin-bottom: 10px;
}

.second-box-main .comment-tr td {
  padding: 0px !important;
  margin: 0;
}

.second-box-main .comment-tr .h5 {
  font-family: "muli", Helvetica, sans-serif;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 600;
}

.documents-main table {
  border: none;
  margin: 0;
}

.second-box-main .comment-form {
  width: 100%;
  border: 1px solid #aaaaaa87;
  border-radius: 8px;
  padding: 12px 40px 9px 12px;
}

.comment-form #comment {
  width: 100%;
  font-size: 13px;
  height: 21px;
  font-weight: 400;
  overflow-y: auto;
  max-height: 100px;
  border: none;
  box-shadow: none;
  outline: none;
  resize: none;
}

.second-box-main .view-grid .comment-chat .comment-main p {
  font-size: 16px;
}

.comment-form #comment::placeholder {
  color: rgb(170 170 170 / 97%) !important;
}

.second-box-main .second-box-inner {
  padding: 5px 15px 15px;
}

.documents-main {
  height: 100%;
}

.documents-main .document-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding: 13px 25px;
}

.documents-main .document-right-sec i {
  font-family: "Font Awesome 6 Free";
}

.documents-main .documents-main .inner-document a {
  color: #848588;
  text-decoration: none;
  background: #f6f8fc;
  border-radius: 0px 8px 8px 8px;
  padding: 10px;
  margin: 7px 0px;
  width: 100%;
  display: inline-block;
}

.documents-main .document-title h2 {
  display: flex;
  align-items: center;
}

.documents-main .document-title h2 img {
  margin-right: 13px;
  width: 23px;
  height: auto;
}

.documents-main .document-right-sec {
  display: flex;
  align-items: center;
}

body .document-right-sec label {
  background: #fdebd2;
  border-radius: 4px;
  margin-left: 15px;
  padding: 5px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0;
}

body .document-right-sec label img {
  width: 25px;
  height: 25px;
}

.documents-main .documnent-detail {
  padding: 24px;
}

.documents-main .documnent-detail .inner-document {
  height: auto;
  margin-bottom: 12px;
  padding: 10px 8px;
  background: #f6f8fc;
  border-radius: 0px 8px 8px 8px;
  opacity: 0.65;
}

.documents-main .documnent-detail .inner-document a {
  padding: 0px;
  margin: 0px !important;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #848588;
  opacity: 1;
  text-decoration: none;
}

body .documents-main .view-grid {
  margin-top: 0;
}

.documents-main .download-icon {
  float: right;
  width: 20px !important;
  height: auto;
}

.documents-main .excel-icon {
  width: 28px !important;
  height: auto;
  margin-right: 8px;
}

/* jk style */
@font-face {
  font-family: "muli";
  font-style: normal;
  font-weight: 400;
  src: url("/Muli-Regular.woff") format("woff");
}

@font-face {
  font-family: "muli";
  font-style: normal;
  font-weight: 600;
  src: url("/Muli-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "muli";
  font-style: normal;
  font-weight: 700;
  src: url("/Muli-Bold.woff") format("woff");
}

html[dir="ltr"] .sidebar-menu li a {
  font-size: 18px;
}

body .orderCardPG .orderCard .page_section,
.addOrderPG .addCard .page_section {
  font-family: "muli", Helvetica, sans-serif;
}

/* .cstTable th.sorting.ord-no {
    width: 10% !important;
} */

@media (min-width: 992px) {
  .sameHeight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
  }

  .sameHeight > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
}

.page-title-box h4.page-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: "muli", Helvetica, sans-serif !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.page_section .top {
  background-color: #f5f7fa;
  padding-bottom: 40px;
}

/* .orderStatusBox */
.orderStatusBox {
  padding: 30px 100px 30px 57px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 3px 6px #1e212908;
  border-radius: 8px;
  opacity: 1;
  position: relative;
}

.orderStatusBox::after {
  content: "";
  position: absolute;
  background: #ccc;
  border-radius: 12px;
  opacity: 1;
  width: 5px;
  height: calc(100% - 40px);
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.orderStatusBox.orderno::after {
  background: #4d5bd4;
}

.orderStatusBox.orderstatus::after {
  background: #7bc0c4;
}

.orderStatusBox.orderdate::after {
  background: #ef6531;
}

.orderStatusBox.extdocument::after {
  background: #6e9ff3;
}

.orderStatusBox.cptShpd::after {
  background: #eca049;
}

.orderStatusBox.amtIncTax::after {
  background: #73d597;
}

.orderStatusBox.orderamount::after {
  background: #73d597;
}

.orderStatusBox::before {
  content: "";
  position: absolute;
  background-image: url(/img-date.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eceefb;
  border-radius: 4px;
  width: 65px;
  height: 65px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.orderStatusBox.orderno::before {
  background-image: url(/img-order.svg);
  background-color: #eceefb;
}

.orderStatusBox.orderstatus::before {
  background-image: url(/img-time.svg);
  background-color: #e0f1f3;
}

.orderStatusBox.orderdate::before {
  background-image: url(/img-order-date.svg);
  background-color: #ef65311f;
}

.orderStatusBox.extdocument::before {
  background-image: url(/img-documents.svg);
  background-color: #f1f7fd;
}

.orderStatusBox.cptShpd::before {
  background-image: url(/img-date.svg);
  background-color: #ffefdc;
}

.orderStatusBox.amtIncTax::before {
  background-image: url(/img-amount.svg);
  background-color: #5ce88f3b;
}

.orderStatusBox.orderamount::before {
  background-image: url(/img-amount.svg);
  background-color: #5ce88f3b;
}

.orderStatusBox h4 {
  font-family: "muli", Helvetica, sans-serif !important;
  min-height: 30px;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  margin: 0px;
}

.orderStatusBox span {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.7);
}
.content-box-lft .dash-row {
  padding-left: 5px;
  padding-right: 5px;
}
.content-box-lft .dash-box {
  padding-left: 10px;
  padding-right: 10px;
}
.content-box-lft .dash-box a {
  text-decoration: none;
}
@media (max-width: 1800px) {
  .orderStatusBox {
    padding: 15px 50px 15px 32px;
  }

  .orderStatusBox::before {
    width: 40px;
    height: 40px;
    background-size: auto 24px;
    right: 15px;
  }

  .orderStatusBox::after {
    left: 15px;
    height: calc(100% - 30px);
  }

  .orderStatusBox h4 {
    font-size: 18px;
  }

  .orderStatusBox span {
    font-size: 16px;
  }
}

@media (max-width: 1350px) {
  .orderStatusBox {
    padding: 10px 40px 10px 24px;
  }

  .orderStatusBox::before {
    width: 40px;
    height: 40px;
    background-size: auto 25px;
    right: 10px;
  }

  .orderStatusBox::after {
    left: 10px;
    width: 3px;
    height: calc(100% - 20px);
  }

  .orderStatusBox h4 {
    font-size: 18px;
  }

  .orderStatusBox span {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .orderStatusBox {
    padding: 15px 50px 15px 32px;
  }

  .orderStatusBox::before {
    width: 40px;
    height: 40px;
    background-size: auto 24px;
    right: 15px;
  }

  .orderStatusBox::after {
    left: 15px;
    height: calc(100% - 30px);
  }

  .orderStatusBox h4 {
    font-size: 20px;
  }

  .orderStatusBox span {
    font-size: 18px;
  }
}

/* cstTable */
.cstTable .quotes-table .dataTables_scrollBody {
  border: none !important;
}

.cstTable {
  /* border: 1px solid #006a4c4D; */
  /* border-radius: 8px; */
  margin-bottom: 30px;
  /* overflow: hidden; */
}

.cstTable .dataTables_scroll {
  border: 1px solid #006a4c4d;
  border-radius: 8px;
  overflow: hidden;
}

.cstTable table.dataTable {
  border: 0 !important;
  width: 100% !important;
}

.cstTable .dataTables_scrollHeadInner .no-footer:first-child {
  border-bottom: 1px solid #006a4c4d !important;
  min-height: 62px;
}

.cstTable th.sorting {
  border: none !important;
}

.cstTable table.dataTable tbody tr {
  background-color: #fff !important;
}

.cstTable td.sorting_1 {
  box-shadow: none !important;
}

.cstTable table.dataTable thead th,
.cstTable table.dataTable thead td {
  padding: 0 10px;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  box-sizing: border-box !important;
}

.cstTable table.dataTable tbody td {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  box-sizing: border-box !important;
}

.cstTable .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.cstTable .dataTables_scrollBody table {
  margin: 0px;
}

@media (max-width: 1800px) {
  .page_section.section-landing .breadcrumb {
    font-size: 18px !important;
  }

  /* .cstTable table.dataTable tbody td {
        font-size: 16px;
    } */

  /* .cstTable table.dataTable thead th,
    .cstTable table.dataTable thead td {
        font-size: 14px;
    } */

  .second-box-main .title-top h2,
  .documents-main .document-title h2 {
    font-size: 18px !important;
  }

  .second-box-main .title-top,
  .documents-main .document-title {
    min-height: 60px;
    padding: 14px 18px;
  }

  .documents-main .document-title {
    padding: 12px 25px;
  }

  .second-box-main .title-top h2 i {
    font-size: 20px;
  }

  .second-box-main .comment-tr .h5 {
    font-size: 14px !important;
  }

  .second-box-main .view-grid .comment-chat .comment-main p {
    font-size: 14px;
  }

  .documents-main .document-title h2 img {
    width: 20px;
  }

  body .document-right-sec label {
    width: 35px;
    height: 35px;
  }

  body .document-right-sec label img {
    width: 22px;
    height: 22px;
  }

  .documents-main .documnent-detail .inner-document {
    padding: 8px 6px;
    margin-bottom: 8px;
  }

  .documents-main .excel-icon {
    width: 26px !important;
  }

  .documents-main .documnent-detail .inner-document a {
    font-size: 15px;
  }

  .documents-main .download-icon {
    width: 16px !important;
  }
}

@media (max-width: 1350px) {
  .page_section.section-landing .breadcrumb {
    font-size: 16px !important;
  }

  /* .cstTable table.dataTable tbody td {
        font-size: 14px;
    } */

  .second-box-main .title-top h2,
  .documents-main .document-title h2 {
    font-size: 16px !important;
  }

  .documents-main .excel-icon {
    width: 25px !important;
  }

  .documents-main .download-icon {
    width: 15px !important;
  }
}

@media (max-width: 1199px) {
  .page_section.section-landing .breadcrumb {
    font-size: 20px !important;
  }

  /* .cstTable table.dataTable thead th,
    .cstTable table.dataTable thead td {
        font-size: 16px;
    } */

  .second-box-main .title-top h2,
  .documents-main .document-title h2 {
    font-size: 20px !important;
  }

  .second-box-main .title-top h2 i {
    font-size: 20px;
  }

  .documents-main .document-title h2 img {
    width: 20px;
  }

  body .document-right-sec label {
    width: 30px;
    height: 30px;
  }

  body .document-right-sec label img {
    width: 20px;
    height: 20px;
  }

  .documents-main .documnent-detail .inner-document {
    padding: 10px 8px;
    margin-bottom: 8px;
  }

  .documents-main .documnent-detail .inner-document a {
    font-size: 14px;
  }

  .documents-main .excel-icon {
    width: 26px !important;
  }

  .documents-main .download-icon {
    width: 18px !important;
  }
}

/* comman css */
.page_section.section-landing {
  font-family: "muli", Helvetica, sans-serif;
  background-color: #fff !important;
}

.page_section.section-landing .breadcrumb {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.7) !important;
  padding: 27px 0px 27px 15px !important;
  margin: 0px;
}

.page_section.section-landing .breadcrumb > li a {
  color: rgba(0, 0, 0, 0.7) !important;
  margin: 0px;
  padding: 0px;
}

.page_section.section-landing .breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.7) !important;
  padding: 0px;
}

.page_section.section-landing .breadcrumb > .active {
  color: rgba(0, 0, 0, 0.7) !important;
}

.section-knowledge .top .section-knowledge {
  background-color: #f5f7fa;
}

@media (max-width: 991px) {
  .sameHeight > div:first-child {
    margin-bottom: 20px;
  }
}

/* add order page */
.addOrderPG .addCard {
  background-color: #f5f7fa;
  padding-bottom: 40px;
}

.addOrderPG .page_section .quotes-table.addOrder {
  margin: 20px 0px 28px;
  background: #ffffff;
  border: 1px solid #f8962080;
  border-radius: 8px;
  opacity: 1;
  padding: 0;
}

.addOrderPG .table-main-overflow {
  padding: 0px;
}

.addOrderPG .page-title-box .page-title {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 0;
}

.addOrderPG .form-row .form-group p {
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
  color: #000000b3;
  margin-bottom: 0px;
  padding: 0px;
  margin-top: -12px;
}

.addOrderPG .form-row .form-group p b {
  color: #000;
}

.addOrderPG .form-group input.form-control {
  height: auto;
  padding: 15px 9px;
  background: #ffffff;
  border: 1px solid #d4def2;
  border-radius: 6px;
  line-height: normal !important;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000b3;
}

.addOrderPG .form-group input.form-control:focus {
  background: #f7f8fb78 !important;
}

.addOrderPG .form-group input.form-control::placeholder {
  color: 000000B3;
}

.addOrderPG .form-group input.form-control::-webkit-input-placeholder {
  color: 000000B3;
}

.addOrderPG .form-group input.form-control::-moz-placeholder {
  color: 000000B3;
}

.addOrderPG .form-group input.form-control:-ms-input-placeholder {
  color: 000000B3;
}

.addOrderPG .form-group input.form-control:-moz-placeholder {
  color: 000000B3;
}

.addOrderPG .form-group .form-label {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000b3;
  opacity: 1;
  margin-bottom: 16px;
}

#update_order .form-row:nth-child(2) > .form-group {
  margin-bottom: 15px;
}

.cBtn {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  color: #fff !important;
  border-radius: 4px !important;
  margin-top: 20px !important;
  background: #006a4c !important;
  background: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cBtn:hover {
  background-color: #006a4c !important;
}

.cBtn:focus {
  outline: 0px;
  background-color: #006a4c !important;
  color: #ffffff !important;
}

.addOrderPG .form-row #back-btn {
  margin-top: 20px !important;
}

.addOrderPG .dt-buttons .cBtn {
  margin-bottom: 10px;
}

.addOrderPG #order_line_table_wrapper .dt-buttons .cBtn {
  position: absolute;
  top: -74px;
  right: 0;
}

.addOrderPG .cstTable .table-responsive {
  overflow: unset !important;
}

.form-group:nth-child(4) .cBtn {
  margin-top: 40px !important;
  padding: 15px 36px;
}
.add-main-order {
  padding: 10px 18px 0 18px;
}
.external-doc-row {
  padding-left: 8px;
  padding-right: 8px;
}
.external-doc-row .form-group {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 1800px) {
  .addOrderPG .page-title-box .page-title {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .addOrderPG .form-row .form-group p {
    font-size: 20px;
  }

  #update_order .form-row:nth-child(2) > .form-group {
    margin-bottom: 15px;
  }

  .addOrderPG .form-group .form-label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .addOrderPG .form-group input.form-control {
    font-size: 16px;
    padding: 8px 8px;
  }
  .form-group:nth-child(4) .cBtn {
    margin-top: 31px !important;
    padding: 6px 26px;
    border-radius: 6px !important;
  }

  .cBtn {
    font-size: 16px !important;
  }
  #order_line_table_wrapper button.dt-button {
    padding: 6px 18px !important;
    border-radius: 6px !important;
  }
}

@media (max-width: 1350px) {
  .addOrderPG .page-title-box .page-title {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .addOrderPG .form-row .form-group p {
    font-size: 20px;
  }

  #update_order .form-row:nth-child(2) > .form-group {
    margin-bottom: 10px;
  }

  .addOrderPG .form-group .form-label {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .addOrderPG .form-group input.form-control {
    font-size: 18px;
    padding: 10px;
  }

  .cBtn {
    font-size: 16px !important;
  }
}

@media (max-width: 1199px) {
  .addOrderPG .page-title-box .page-title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .addOrderPG .form-row .form-group p {
    font-size: 24px;
  }

  #update_order .form-row:nth-child(2) > .form-group {
    margin-bottom: 10px;
  }

  .addOrderPG .form-group .form-label {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .addOrderPG .form-group input.form-control {
    font-size: 18px;
    padding: 10px 8px;
  }

  .cBtn {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  button.cBtn.btn.btn-primary.order_up_btn {
    margin-top: 0px !important;
  }
}

/* model */
#add_order_line,
h4 {
  font-family: "muli", Helvetica, sans-serif !important;
}

#add_order_line .modal-dialog {
  width: 100%;
  max-width: 486px;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#add_order_line .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

#add_order_line .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#add_order_line .modal-dialog .modal-header .close {
  margin-top: -55px;
}

#add_order_line .modal-dialog .modal-header .close span {
  font-size: 30px;
}

#add_order_line .modal-content {
  padding: 35px;
  box-sizing: border-box;
  border-radius: 16px !important;
}

#add_order_line .modal-header {
  border: none !important;
  padding: 0px !important;
}

#add_order_line .modal-header .modal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #3b3b4b;
  opacity: 1;
  margin-bottom: 15px;
}

#add_order_line .modal-content .detailItem .form-group {
  padding: 0px !important;
  margin-bottom: 30px;
}

#add_order_line .modal-content .detailItem .form-group .form-label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(49, 52, 64, 0.7);
}

#add_order_line .modal-content .detailItem .form-group input.form-control {
  border: 1px solid #d4def2;
  border-radius: 6px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  height: inherit;
  padding: 15px 9px;
  box-sizing: border-box;
  color: rgba(49, 52, 64, 0.7);
}

#add_order_line
  .modal-content
  .detailItem
  .form-group
  input.form-control::placeholder {
  color: #000000b3;
}

#add_order_line
  .modal-content
  .detailItem
  .form-group
  input.form-control::-webkit-input-placeholder {
  color: #000000b3;
}

#add_order_line
  .modal-content
  .detailItem
  .form-group
  input.form-control::-moz-placeholder {
  color: #000000b3;
}

#add_order_line
  .modal-content
  .detailItem
  .form-group
  input.form-control:-ms-input-placeholder {
  color: #000000b3;
}

#add_order_line
  .modal-content
  .detailItem
  .form-group
  input.form-control:-moz-placeholder {
  color: #000000b3;
}

#add_order_line .modal-content .modal-footer {
  padding: 0px;
  border: none;
}

#add_order_line .modal-content .modal-footer .cBtn {
  margin: 0px !important;
}

/* order Card page */

.orderCardPG .orderCard {
  background-color: #f5f7fa;
  padding-bottom: 40px;
}

.orderCardPG .page-title-box .page-title {
  padding: 20px 0px;
}

/* Home Page */
.page_section .page-topBar {
  background: #ffffff;
  box-shadow: 0px 3px 10px #0000001a;
  opacity: 1;
  font-family: "muli", Helvetica, sans-serif !important;
}

.page_section .page-topBar h1 {
  margin: 0;
}

.page_section .page-topBar h2 {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 38px !important;
  color: #000000;
  opacity: 1;
  margin: 0;
  padding: 16px 0;
}

.page-title-box.WelCome {
  background-image: url(/img-welcome-bg.svg);
  background-color: #f2f7ff;
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px 20px 25px 25px;
  box-sizing: border-box;
  margin: 20px 0px 20px 0px;
}

.page-title-box.WelCome span {
  display: block;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 5px;
}
.page-title-box.WelCome h1 {
  font-size: 32px !important;
  font-weight: 600;
  line-height: 36px !important;
  letter-spacing: 0px;
  color: #006a4c;
  opacity: 1;
  margin: 0px;
}

.dashTile {
  border-radius: 8px;
  padding: 18px 18px 25px 18px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  border: 3px solid transparent;
}
.dashTile * {
  font-family: "muli", Helvetica, sans-serif !important;
}

.dashTile h2 {
  display: block;
  box-sizing: border-box;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 24px !important;
  color: #45464e;
  opacity: 1;
  margin: 0;
  padding: 58px 0 0;
  margin-bottom: 10px;
}

.dashTile span {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  display: block;
  color: #4e4f67;
  opacity: 1;
  margin: 0;
  padding: 0;
}

.dashTile .iconWrapper {
  background: rgba(204, 204, 204, 0.2);
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 6px;
  padding: 15px;
}
.dashTile .iconWrapper img {
  display: block;
  max-width: 50px;
  margin: 0 auto;
}
.dashTile.customer {
  background: #f4f2ff;
}
.dashTile.customer:hover {
  border: 3px solid #877bc6;
}

.dashTile.customer .iconWrapper {
  background: #e4e0f8;
}

.dashTile.Balance {
  background: #fff2ec;
}

.dashTile.Balance:hover {
  border: 3px solid #d4a690;
}
.dashTile.Balance .iconWrapper {
  background: #fbe2d7;
}

.dashTile.CreditLimit {
  background: #ecfbff;
}

.dashTile.CreditLimit:hover {
  border: 3px solid #85c2d2;
}

.dashTile.CreditLimit .iconWrapper {
  background: #d6f3fb;
}

.dashTile.OverdueAmount {
  background: #feefd0;
}

.dashTile.OverdueAmount:hover {
  border: 3px solid #c8ac72;
}

.dashTile.OverdueAmount .iconWrapper {
  background: #f9e4b7;
}

.dashTile.TotalSales {
  background: #d1ffefba;
}

.dashTile.TotalSales:hover {
  border: 3px solid #5ebb9b;
}

.dashTile.TotalSales .iconWrapper {
  background: #c3fbe7;
}

.dashTile.Payments {
  background: #d4eaff99;
}

.dashTile.Payments:hover {
  border: 3px solid #6693c1;
}

.dashTile.Payments .iconWrapper {
  background: #d4e9ff;
}
.quotes-table table thead tr th:nth-child(3) {
  width: 235px;
}
.quotes-table #example thead tr th:nth-child(3) {
  width: 235px;
}
@media (max-width: 1499px) {
  .page-title-box.WelCome h1 {
    font-size: 29px !important;
    line-height: 29px !important;
  }
  .dashTile {
    padding: 18px 18px 25px 18px;
  }
  .dashTile h2 {
    font-size: 18px !important;
    line-height: 19px !important;
    padding-top: 62px;
  }
  .dashTile span {
    font-size: 38px;
    line-height: 40px;
  }
  .dashTile .iconWrapper {
    padding: 21px;
    top: 20px;
    right: 20px;
  }
  .dashTile .iconWrapper img {
    max-width: 40px;
  }
}
@media (max-width: 1300px) {
  .dashTile h2 {
    font-size: 15.5px !important;
    line-height: 15px !important;
    padding-top: 73px;
  }
  .dashTile span {
    font-size: 39px;
    line-height: 40px;
  }
  .dashTile .iconWrapper {
    padding: 18px;
    top: 18px;
    right: 18px;
  }
  .dashTile .iconWrapper img {
    max-width: 45.5px;
  }
}

@media (max-width: 575px) {
  /* .page-title-box.WelCome h1{
        font-size: 25px !important;
        line-height: 25px !important;
    } */
}
.text-center {
  text-align: center !important;
}
