@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,400&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: "Muli", sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}

html {
  font-size: 10px;
}

@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #292929;
  font: 1.5rem "Muli", sans-serif;
  line-height: 1.8rem;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  color: #98012e;
  font-size: 1.5rem "Muli", sans-serif;
  text-decoration: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

a:hover {
  color: #292929;
}

h1 {
  color: #98012e;
  font: 700 2.4rem "Muli", sans-serif;
  margin: 0 0 1.8rem 0;
  padding: 0;
}

h2 {
  color: #98012e;
  font: 700 2rem "Muli", sans-serif;
  margin: 0 0 2.5rem 0;
  padding: 0;
}

h3 {
  color: #333333;
  font: 700 1.7rem "Muli", sans-serif;
  margin: 0 0 2rem 0;
  padding: 0;
}

h4 {
  color: #454545;
  font: 700 1.5rem "Muli", sans-serif;
  margin: 0 0 1.8rem 0;
  padding: 0;
}

p {
  margin: 0 0 1.5rem 0;
  padding: 0;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

.border-radius {
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
}

#wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.container {
  padding: 0 1.5rem;
  margin: 0 auto;
}

.fa {
  color: #292929;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

small {
  color: #292929;
}

/*** Tooltip ******/
.ui-tooltip, .arrow:after {
  background: #5c5c5c;
  border: 2px solid #5c5c5c;
}

.ui-tooltip {
  padding: .5rem 1rem;
  color: white;
  font-size: 1.3rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.arrow {
  width: 40px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -5px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

/**** Scroll css *******/
/** ToolTip ***/
.ui-tooltip-arrow {
  visibility: hidden !important;
}

.ui-tooltip {
  font-size: 1.3rem !important;
}

.ui-tooltip.ui-tooltip-right {
  margin-left: 2px !important;
}

.ui-tooltip.ui-tooltip-left {
  margin-left: -2px !important;
}

.ui-tooltip.ui-tooltip-top {
  margin-top: -3px !important;
}

.ui-tooltip.ui-tooltip-bottom {
  margin-bottom: -3px !important;
}

.ui-tooltip .ui-tooltip-text {
  background-color: #575757 !important;
  color: #ffffff !important;
  padding: .75rem 1.2rem !important;
  font-size: 1.3rem !important;
}

/***** Banner ***********/
.banner {
  width: 100%;
  margin: 0;
  padding: 70px 0 0 0;
  height: 270px;
  background-color: #ececec;
}

@media (max-width: 1280px) {
  .banner {
    padding: 0px 0 0 0;
  }
}

@media (max-width: 992px) {
  .banner {
    height: 230px;
  }
}

@media (max-width: 767px) {
  .banner {
    height: auto;
  }
}

.banner__content {
  width: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.banner__content h3 {
  font-size: 38px;
  margin: 3.5rem 0 0 0;
  color: #c2c2c2;
}

.banner__content img {
  width: 100%;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.header-menu {
  width: 200px !important;
}

@media (max-width: 1024px) {
  .header-menu {
    width: 180px !important;
  }
}

.dahsboardpage .banner {
  height: 150px;
}

.banner-hide .banner {
  display: none;
}

@media (max-width: 1024px) {
  .banner-hide .content-part {
    height: calc(100vh - 177px);
  }
}

.banner-hide .content-main {
  padding-top: 72px;
  margin-top: 0px;
  min-height: calc(100vh - 70px) !important;
}

@media (max-width: 1280px) {
  .banner-hide .content-main {
    padding-top: 0px;
    min-height: calc(100vh - 140px) !important;
  }
}

@media (max-width: 1024px) {
  .banner-hide .content-main {
    padding-top: 0px;
    min-height: calc(100vh - 129px) !important;
  }
}

.banner-hide .content-main .store-management {
  min-height: calc(100vh - 68px);
}

.banner-hide .invoice-entry .content-scroll-panel {
  height: calc(100vh - 228px);
}

@media (max-width: 1024px) {
  .banner-hide .invoice-entry .content-scroll-panel {
    height: calc(100vh - 203px);
  }
}

.banner-hide .vendor-management .content-scroll-panel {
  height: calc(100vh - 200px);
}

.banner-hide .store-management .content-scroll-panel {
  height: calc(100vh - 229px) !important;
}

@media (max-width: 1024px) {
  .banner-hide .store-management .content-scroll-panel {
    height: calc(100vh - 200px) !important;
  }
}

.banner-hide .tolerance-level .content-scroll-panel {
  height: calc(100vh - 225px);
}

@media (min-width: 1600px) {
  .banner-hide .tolerance-level .content-scroll-panel {
    height: calc(100vh - 207px);
  }
}

@media (max-width: 1280px) {
  .banner-hide .tolerance-level .content-scroll-panel {
    height: calc(100vh - 205px);
  }
}

.banner-hide .vendor-credit .content-scroll-panel {
  height: calc(100vh - 215px) !important;
}

@media (max-width: 1280px) {
  .banner-hide .vendor-credit .content-scroll-panel {
    height: calc(100vh - 253px) !important;
  }
}

.banner-hide .notepopupbox p {
  text-align: left;
}

@media (min-width: 1600px) {
  .banner-hide .notepopupbox .modal-content {
    margin: 8% 12.5% 0 auto !important;
    top: 9% !important;
  }
}

@media (max-width: 1024px) {
  .banner-hide .notepopupbox .modal-content {
    margin: 0px auto !important;
    top: 22%  !important;
  }
}

.banner-hide .memo .content-scroll-panel {
  height: calc(100vh - 195px) !important;
}

@media (max-width: 1280px) {
  .banner-hide .memo .content-scroll-panel {
    height: calc(100vh - 208px) !important;
  }
}

@media (max-width: 1024px) {
  .banner-hide .memo .content-scroll-panel {
    height: calc(100vh - 164px) !important;
  }
}

.banner-hide .vendor-credit .content-part {
  height: calc(100vh - 208px);
}

@media (min-width: 1600px) {
  .banner-hide .vendor-credit .content-part {
    height: calc(100vh - 205px);
  }
}

@media (max-width: 1280px) {
  .banner-hide .vendor-credit .content-part {
    height: calc(100vh - 204px);
  }
}

@media (max-width: 1024px) {
  .banner-hide .vendor-credit .content-part {
    height: calc(100vh - 196px);
  }
}

/***** footer *****/
.footer {
  width: 100%;
  text-align: center;
  background-color: #ececec;
  color: #292929;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .footer {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-top: 2rem;
  }
}

.footer p {
  margin: 0;
  padding: 1.5rem 0;
  font-size: 1.4rem;
}

/**** content-main *******/
.content-main {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: calc(100vh - 275px);
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  margin-top: -65px;
  position: relative;
}

@media (max-width: 1280px) {
  .content-main {
    width: 100%;
    background-color: #ffffff;
    min-height: inherit;
    margin-top: -89px;
  }
}

@media (max-width: 1280px) {
  .content-main {
    margin-top: -120px;
  }
}

@media (max-width: 767px) {
  .content-main {
    width: 100%;
    overflow-x: hidden;
  }
}

.content-main.invoice-entry {
  min-height: calc(100vh - 375px);
}

@media (max-width: 1024px) {
  .content-main.invoice-entry {
    min-height: calc(100vh - 300px);
  }
}

.content-main.store-management {
  min-height: calc(100vh - 280px);
}

@media (max-width: 1024px) {
  .content-main.store-management {
    min-height: calc(100vh - 267px);
  }
}

@media (max-width: 767px) {
  .content-main.vendor-updates .title-box position:relative {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

.content-main.vendor-updates .title-box position:relative__right {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  width: auto;
  padding: 1rem 0;
}

@media (max-width: 767px) {
  .content-main.vendor-updates .title-box position:relative__right {
    width: 100%;
  }
}

.review-invoice .content-part {
  height: calc(100vh - 290px);
}

@media (min-width: 1600px) {
  .review-invoice .content-part {
    height: calc(100vh - 250px);
  }
}

@media (max-width: 1280px) {
  .review-invoice .content-part {
    height: calc(100vh - 205px);
  }
}

@media (max-width: 1024px) {
  .review-invoice .content-part {
    height: calc(100vh - 170px);
  }
}

.vendor-credit .content-part {
  height: calc(100vh - 315px);
}

@media (min-width: 1600px) {
  .vendor-credit .content-part {
    height: calc(100vh - 276px);
  }
}

@media (max-width: 1280px) {
  .vendor-credit .content-part {
    height: calc(100vh - 223px);
  }
}

@media (max-width: 1024px) {
  .vendor-credit .content-part {
    height: calc(100vh - 207px);
  }
}

.review-invoice-table td, .review-invoice-table th {
  white-space: inherit !important;
}

.store-management .title-box span {
  padding-left: 1rem;
  color: #292929;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .store-management .title-box__right {
    margin-left: 0px;
    margin-top: 0px;
  }
  .store-management .title-box .form__group {
    margin-top: 0px !important;
  }
}

.title-box {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 1rem 4rem;
  background-color: #f8f8f8;
  width: 100%;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .title-box {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.title-box h1 {
  margin: 0;
}

@media (max-width: 992px) {
  .title-box h1 {
    font-size: 2rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .title-box h1 {
    width: 100%;
  }
}

.title-box .table-search {
  max-width: 250px;
}

.title-box .table-search .form__group {
  margin: 0;
}

.title-box__left {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
}

@media (max-width: 992px) {
  .title-box__left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc( 100% - 300px);
    margin-bottom: 10px;
  }
}

.title-box__left h1 {
  min-width: 295px;
  margin: 0;
}

@media (max-width: 1024px) {
  .title-box__left h1 {
    min-width: 215px;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .title-box__left h1 {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media (max-width: 767px) {
  .title-box__left h1 {
    font-size: 2rem;
    width: 100%;
    min-width: inherit;
  }
}

.title-box__left h2 {
  margin: 0;
  color: #292929;
}

@media (max-width: 767px) {
  .title-box__left h2 {
    font-size: 1.6rem;
  }
}

.title-box__right {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .title-box__right {
    -webkit-box-flex: .45;
        -ms-flex: .45;
            flex: .45;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  .title-box__right {
    -webkit-box-flex: .75;
        -ms-flex: .75;
            flex: .75;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 8px;
    width: 300px;
  }
}

@media (max-width: 767px) {
  .title-box__right {
    width: 100%;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.title-box__right a i {
  font-size: 2rem;
}

.title-box__right a:hover i {
  color: #98012e;
}

.title-box__right a.filter {
  margin-left: 2rem;
}

.title-box__right a.filter i {
  font-size: 2.2rem;
}

.title-box__right a.add-column {
  padding: 0rem;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .title-box__right a.add-column {
    margin-top: 15px;
  }
}

.title-box__right a.add-column i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.title-box__right a.export-file {
  padding: 0rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .title-box__right a.export-file {
    margin-right: 10px;
  }
}

.title-box__right a.add-announcement {
  margin: 0 0 0 2rem;
}

.title-box__right form {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .title-box__right form {
    -webkit-box-flex: .75;
        -ms-flex: .75;
            flex: .75;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 8px;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .title-box__right form {
    width: 100%;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.title-box__right.announcement-filter {
  max-width: 60%;
  -webkit-box-flex: .35;
      -ms-flex: .35;
          flex: .35;
}

@media (max-width: 992px) {
  .title-box__right.announcement-filter .form__group {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

@media (max-width: 1024px) {
  .title-box__right.announcement-filter {
    -webkit-box-flex: .46;
        -ms-flex: .46;
            flex: .46;
  }
}

@media (max-width: 992px) {
  .title-box__right.announcement-filter {
    max-width: 100%;
  }
}

.title-box__right.announcement-filter a {
  width: 33px;
}

.title-box__right .form__group {
  margin: 0 1rem 0 0;
}

@media (max-width: 767px) {
  .title-box__right .form__group {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 15px;
  }
}

.title-box__right .update-selected-vendor .btn {
  min-width: 158px;
  margin: 0 1.5rem 0 0;
}

.add-announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100% !important;
}

.add-announcement .radio-btn {
  font-size: 1rem;
}

.max_char {
  font-size: 12px;
  color: #98012e;
}

.content-part {
  width: 100%;
  margin: 0;
  padding: 2rem 4rem 0 4rem;
  height: calc(100vh - 338px);
}

@media (max-width: 1440px) {
  .content-part {
    height: calc(100vh - 208px);
  }
}

@media (max-width: 1024px) {
  .content-part {
    height: calc(100vh - 330px);
  }
}

@media (max-width: 768px) {
  .content-part {
    height: calc(100vh - 280px);
  }
}

.dashboard {
  height: 100%;
  background: #fdfdfd;
}

@media (max-width: 767px) {
  .dashboard .content-scroll-panel {
    height: auto;
  }
}

.single_store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.charts {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  Flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.charts .title-box h3 {
  padding: 0px  15px;
}

.chart_block {
  border: .1rem solid #efeded;
  -webkit-box-shadow: 1px 1px 3px 0px #f8f8f8;
          box-shadow: 1px 1px 3px 0px #f8f8f8;
  background: #fff;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .chart_block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.last {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.last .info_table {
  position: relative;
  -ms-flex-preferred-size: 48.5% !important;
      flex-basis: 48.5% !important;
  left: 23px;
}

@media (max-width: 1024px) {
  .last .info_table {
    left: 15px;
  }
}

@media (max-width: 768px) {
  .last .info_table {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    left: 0px;
  }
}

.chart_div {
  width: 90%;
  height: 350px;
  position: relative;
}

.pie_chart {
  width: 50% !important;
  height: 230px;
}

@media (max-width: 768px) {
  .pie_chart {
    width: 100% !important;
    height: auto;
  }
}

.info_table {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .info_table {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .info_table {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.info_table .tables {
  background: #fdfdfd;
  width: 100%;
  margin: 0px;
  border-top: 1px solid #98012e;
  border-left: 1px solid #efeded;
  border-right: 1px solid #efeded;
  border-bottom: 1px solid #efeded;
}

.info_table .tables td {
  font-size: 1.3rem;
}

.spacing {
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .spacing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.view_all {
  color: #000;
  font-size: 11px;
  font-weight: lighter;
}

.view_all a {
  background: url("../img/view_icon.png") left center no-repeat;
  background-size: 70%;
  padding: 15px 0px;
}

.view_all a:hover {
  background: url("../img/view_brown.png") left center no-repeat;
  background-size: 70%;
}

.view_all span {
  visibility: hidden;
}

.review-invoice .checkbox label {
  top: -8px;
}

.review-invoice .content-scroll-panel {
  height: calc(100vh - 388px);
}

@media (min-width: 1600px) {
  .review-invoice .content-scroll-panel {
    height: calc(100vh - 335px);
  }
}

@media (max-width: 1024px) {
  .review-invoice .content-scroll-panel {
    height: calc(100vh - 380px);
  }
}

@media (max-width: 992px) {
  .review-invoice .content-scroll-panel {
    height: calc(100vh - 303px);
  }
}

@media (max-width: 767px) {
  .review-invoice .content-scroll-panel {
    height: auto;
  }
}

@media (min-width: 1600px) {
  .report-invoice .content-scroll-panel {
    height: calc(100vh - 381px);
  }
}

.invoice-entry .content-scroll-panel {
  height: calc(100vh - 346px);
}

@media (max-width: 1024px) {
  .invoice-entry .content-scroll-panel {
    height: calc(100vh - 330px);
  }
}

@media (max-width: 767px) {
  .invoice-entry .content-scroll-panel {
    overflow-x: hidden;
    height: auto;
  }
}

.vendor-credit .content-scroll-panel {
  height: calc(100vh - 345px) !important;
}

@media (min-width: 1600px) {
  .vendor-credit .content-scroll-panel {
    height: calc(100vh - 330px);
  }
}

@media (max-width: 1024px) {
  .vendor-credit .content-scroll-panel {
    height: calc(100vh - 330px);
  }
}

@media (max-width: 767px) {
  .vendor-credit .content-scroll-panel {
    overflow-x: hidden;
    height: auto;
  }
}

.store-management .content-scroll-panel {
  height: calc(100vh - 347px);
}

@media (max-width: 1024px) {
  .store-management .content-scroll-panel {
    height: calc(100vh - 335px);
  }
}

@media (max-width: 768px) {
  .store-management .content-scroll-panel {
    height: calc(100vh - 287px);
  }
}

@media (max-width: 767px) {
  .store-management .content-scroll-panel {
    height: auto;
  }
}

.add-user .content-scroll-panel {
  height: calc(100vh - 350px) !important;
}

@media (max-width: 1024px) {
  .add-user .content-scroll-panel {
    height: calc(100vh - 345px) !important;
  }
}

@media (max-width: 767px) {
  .add-user .content-scroll-panel {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .sync .content-scroll-panel {
    height: calc(100vh - 341px) !important;
  }
}

@media (max-width: 1024px) {
  .banner-hide .sync .content-scroll-panel {
    height: calc(100vh - 210px) !important;
  }
}

.tolerance-level .content-scroll-panel {
  height: calc(100vh - 332px);
}

@media (max-width: 1280px) {
  .tolerance-level .content-scroll-panel {
    height: calc(100vh - 335px);
  }
}

@media (max-width: 1024px) {
  .tolerance-level .content-scroll-panel {
    height: calc(100vh - 333px);
  }
}

@media (max-width: 768px) {
  .tolerance-level .content-scroll-panel {
    height: calc(100vh - 287px);
  }
}

@media (max-width: 767px) {
  .tolerance-level .content-scroll-panel {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .vendor-management .fix_drop_down {
    min-width: 70%;
  }
}

@media (max-width: 768px) {
  .vendor-management .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vendor-management .title-box h1 {
    width: 100%;
  }
  .vendor-management .title-box__right {
    margin-left: 8px;
  }
  .vendor-management .title-box .fix_drop_down {
    min-width: 100%;
  }
}

.vendor-management .content-scroll-panel {
  height: calc(100vh - 340px);
}

@media (max-width: 1024px) {
  .vendor-management .content-scroll-panel {
    height: calc(100vh - 320px);
  }
}

.invoice_input {
  width: 300px   !important;
}

.vendor-updates .content-scroll-panel {
  height: calc(100vh - 273px);
}

@media (max-width: 1024px) {
  .vendor-updates .content-scroll-panel {
    height: calc(100vh - 320px);
  }
}

.vendor-updates .checkbox label {
  display: initial;
}

.vendor-updates .title-box h1 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .vendor-updates .title-box {
    height: 105px;
  }
}

@media (max-width: 1024px) {
  .vendor-updates .title-box__right {
    -webkit-box-flex: .85;
        -ms-flex: .85;
            flex: .85;
  }
}

.status-of-msg {
  width: 100%;
  margin: 0;
  padding: 1.5rem 0;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media (max-width: 767px) {
  .status-of-msg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .status-of-msg__left {
    max-width: 58%;
  }
}

@media (max-width: 767px) {
  .status-of-msg__left {
    max-width: 100%;
  }
}

.status-of-msg ul {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  margin-bottom: .2rem;
}

@media (max-width: 992px) {
  .status-of-msg ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.status-of-msg ul li {
  list-style: none;
  margin-right: .2rem;
}

.status-of-msg ul li a {
  color: #292929;
  background-color: #ececec;
  color: #292929;
  padding: .7rem 1.5rem;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
}

.status-of-msg ul li a:hover, .status-of-msg ul li a.active {
  background-color: #98012e;
  color: #ffffff;
}

@media (max-width: 767px) {
  .status-of-msg ul li.ui-selected {
    margin-bottom: .2rem;
  }
}

.status-of-msg ul li.ui-selected a {
  background-color: #98012e;
  color: #ffffff;
}

@media (max-width: 767px) {
  .status-of-msg ul.second-tab {
    margin-bottom: 2rem;
  }
}

.status-of-msg ul.second-tab.show {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
}

.status-of-msg ul.second-tab li {
  margin-bottom: .5rem;
}

.status-of-msg ul.second-tab li a:hover, .status-of-msg ul.second-tab li a.active {
  background-color: #98012e99;
  color: #ffffff;
}

.status-of-msg ul.second-tab li.ui-selected a {
  background-color: #98012e99;
  color: #ffffff;
}

@media (max-width: 992px) {
  .status-of-msg__right {
    max-width: 42%;
  }
}

@media (max-width: 767px) {
  .status-of-msg__right {
    max-width: 100%;
  }
}

.status-of-msg__right .approved-btn .btn {
  border: none;
  height: 3.8rem;
}

.status-of-msg__right .table-search {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
}

.status-of-msg__right .table-search .form__group {
  margin: 0 0 0 1.5rem;
}

.status-of-msg__right .table-search .form__group.datepicker-box {
  max-width: 150px;
}

.status-of-msg__right .table-search .form__group.search-btn {
  width: auto;
}

.status-of-msg__right .table-search .form__group.search-btn .btn {
  margin: 0;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.datepicker-box {
  max-width: 150px;
  display: inline-block;
}

@media (max-width: 767px) {
  .datepicker-box {
    max-width: 47%;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 576px) {
  .datepicker-box {
    margin-bottom: 3rem !important;
  }
}

.datepicker-box-width {
  max-width: 250px;
}

@media (max-width: 1024px) {
  .datepicker-box-width {
    width: 210px !important;
  }
}

/**** Datepicker calendar ********/
.ui-datepicker {
  z-index: 999 !important;
  border-radius: 0 !important;
}

.ui-datepicker {
  border-radius: 0 !important;
  border: none !important;
  background: #f3f6f9 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: none !important;
  background: #f3f6f9 !important;
  color: #292929 !important;
  padding: 8px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default:hover {
  border: none !important;
  background: #ffffff !important;
  color: #000 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: none !important;
  background: #fe3470 !important;
  color: #ffffff !important;
}

.ui-datepicker-header .ui-corner-all:hover {
  background: #cb013d;
}

/**** Alert Message *****/
.alert {
  padding: 1.5rem;
  background-color: #f44336;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  margin-bottom: 1.5rem;
  position: fixed;
  bottom: 0;
  right: 15px;
  min-width: 200px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
}

.alert strong {
  padding-right: 1.5rem;
}

.alert p {
  padding-right: 3rem;
  margin: 0;
}

.alert.success {
  background-color: #4CAF50;
}

.alert.info {
  background-color: #2196F3;
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 25%;
  right: 1.5rem;
}

.closebtn:hover {
  color: black;
}

/*** Dilog popup *****/
.dialog {
  display: none;
}

.ui-dialog .ui-dialog-titlebar .ui-button {
  display: none !important;
}

.ui-widget.ui-widget-content {
  border: none;
  z-index: 99999 !important;
  border: 1px solid #c5c5c5 !important;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 1rem;
  position: relative;
  background-color: transparent;
  border: none;
}

.ui-widget-overlay.ui-front {
  z-index: 999;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 1rem;
  border-top: 1px solid #f1f1f1;
}

.ui-dialog .ui-dialog-buttonpane button {
  height: 38px;
  margin-bottom: 0;
  padding: 0rem 1.7rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-size: 1.6rem;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
  color: #ffffff;
  background-color: #98012e;
}

.ui-dialog .ui-dialog-buttonpane button:first-child:hover {
  text-decoration: none !important;
  color: #ffffff;
  background-color: #444444;
}

.tolerance-block .error-msg {
  width: 130px !important;
  background: #fff;
  border: 1px solid #ccc !important;
  z-index: 999;
  padding: 10px 5px 10px 7px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0 0px 5px #9c9c9c;
          box-shadow: 0 0px 5px #9c9c9c;
  top: 55px;
  bottom: auto;
}

.tolerance-block .error-msg:before {
  content: '';
  position: absolute;
  left: 42%;
  bottom: 103%;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #ccc;
  clear: both;
}

.tolerance-block .error-msg:after {
  content: '';
  position: absolute;
  left: 42%;
  bottom: 99%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  clear: both;
}

.Vendor-icon {
  position: relative;
  top: 5px;
  left: 0px;
  width: 22px;
  height: 100%;
  cursor: pointer;
}

.page_bot_found {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-weight: bold;
}

.page_bot_found p {
  color: #6d6d6d;
  font-size: 150px;
  padding: 0px 50px 80px 50px;
}

.page_bot_found span {
  color: #ad3458;
  font-size: 30px;
  padding-bottom: 40px;
  line-height: 35px;
}

.page_bot_found button {
  padding: 0px 50px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .page_bot_found {
    padding-top: 0px;
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .page_bot_found {
    padding-top: 0px;
    min-height: 200px;
  }
}

table.dataTable thead th:focus {
  outline: none !important;
}

.review-invoice table.dataTable thead th, table.dataTable thead td {
  padding-left: 16px !important;
}

.note-block {
  margin: 0 .3rem;
  width: 27px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.text {
  display: none;
}

.active + .text {
  display: block;
  max-width: 300px;
  float: left;
  background: #f7f7f7;
  padding: 10px;
  margin: 0px 10px;
  position: absolute;
  right: 30px;
  top: -12px;
  width: 300px;
  white-space: normal;
  border: 1px solid #98012e;
  -webkit-box-shadow: 1px 2px 3px 0px #a0a0a0;
          box-shadow: 1px 2px 3px 0px #a0a0a0;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  color: #292929;
  z-index: 99;
  text-align: left;
}

@media (max-width: 768px) {
  .active + .text {
    width: 200px;
  }
}

.text:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #98012e;
  clear: both;
}

.tables tr:last-child td:last-child .active + .text {
  bottom: -12px;
  display: block;
  max-width: 300px;
  float: left;
  background: #f7f7f7;
  padding: 10px;
  margin: 0px 10px;
  position: absolute;
  right: 30px;
  top: auto;
  width: 300px;
  white-space: normal;
  border: 1px solid #98012e;
  -webkit-box-shadow: 1px 2px 3px 0px #a0a0a0;
          box-shadow: 1px 2px 3px 0px #a0a0a0;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  color: #292929;
  z-index: 99;
  text-align: left;
}

.tables tr:last-child td:last-child .text:after {
  content: '';
  position: absolute;
  right: -11px;
  top: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #98012e;
  clear: both;
  bottom: 14px;
}

.mob-space {
  display: none;
}

@media (max-width: 768px) {
  .mob-space {
    display: inline;
  }
}

.errorpage {
  width: 100% !important;
  height: calc(100vh - 205px);
  padding-top: 100px;
}

.errorpage .footer {
  position: absolute;
  bottom: 0px;
}

.error_page_message {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-weight: bold;
}

.error_page_message p {
  color: #6d6d6d;
  font-size: 62px;
  padding: 0px 50px 30px 50px;
}

.error_page_message span {
  color: #ad3458;
  font-size: 20px;
  padding-bottom: 40px;
  line-height: 25px;
}

.error_page_message button {
  padding: 0px 50px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .error_page_message {
    padding-top: 0px;
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .error_page_message {
    padding-top: 0px;
    min-height: 200px;
  }
}

.selected_vendor {
  position: absolute;
  left: 325px;
  display: none;
  width: 250px !important;
}

@media (max-width: 768px) {
  .selected_vendor {
    left: 10px;
    top: 39px;
  }
}

@media (max-width: 767px) {
  .selected_vendor {
    width: 240px;
    top: 55px;
  }
}

.Instruction {
  width: 108% !important;
  margin-top: 3rem;
}

.Instruction .small_text {
  max-width: 100%;
  margin: 0px;
  padding: 5px 14px;
  font-size: 12px;
}

.logo_banner .upload-btn-wrapper .error-msg {
  position: absolute;
  top: 40px;
}

.invoice-entry-form profile {
  width: 30%;
  display: inline-block;
  float: left;
}

.max_full_width {
  max-width: 90% !important;
}

@media (max-width: 1024px) {
  .max_full_width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fix_drop_down {
  min-width: 400px;
}

@media (max-width: 1024px) {
  .fix_drop_down {
    min-width: 380px;
  }
}

@media (max-width: 992px) {
  .fix_drop_down {
    min-width: 250px;
  }
}

.fix_drop_down span {
  font: 1.3rem "Muli", sans-serif !important;
}

.dashbord_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.dashbord_row .title-box {
  background-color: transparent;
  position: relative;
  padding: 0px;
  z-index: 99;
  margin-right: 30px;
  height: 40px;
  width: 60%;
}

.dashbord_row .title-box span {
  font-size: 2rem;
}

.dashbord_row .title-box h2 {
  color: #000;
  padding: 0px;
  margin-bottom: 0px;
  font-weight: lighter;
  font-size: 1.5rem;
  line-height: 2rem;
}

.dashbord_row .title-box h3 {
  color: #000;
  padding: 0px 15px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
}

.dashbord_row .title-box h3 span {
  color: #98012e;
  font-size: 1.8rem;
  font-weight: lighter;
}

.store_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.store_information .approve_box {
  margin: 0px 15px;
}

@media (max-width: 768px) {
  .store_information .approve_box {
    margin: 0px 0px;
  }
}

@media (max-width: 768px) {
  .store_information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.store_information .store_count_box {
  background: #a92a50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2.2rem !important;
}

.store_information .store_count_box .heading {
  color: #fff;
}

.store_information .store_count_box .borrtom_-info {
  color: #fff;
  border-top: 2px solid #fff;
  margin-top: 6px;
  padding-top: 6px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .store_information .store_count_box {
    margin-right: 0px;
  }
}

.store_name {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.5rem;
}

.greybox {
  background: #ffffff;
  padding: 1.5rem 2.5rem;
  font-size: 2.2rem;
  border: .1rem solid  #efeded;
  margin: 0 .5rem 0 0;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0px #f8f8f8;
          box-shadow: 1px 1px 3px 0px #f8f8f8;
  border-radius: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px 18px;
}

.greybox:hover {
  border: .1rem solid  #c2c2c2;
}

@media (max-width: 1280px) {
  .greybox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (max-width: 992px) {
  .greybox {
    padding: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .greybox {
    width: 100%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.mgl {
  margin-left: 0px !important;
}

.mgr {
  margin-right: 0px !important;
}

.brd_onhold {
  border-bottom: 2px solid #e7af70;
}

.brd_approved {
  border-bottom: 2px solid #8ce260;
}

.brd_processed {
  border-bottom: 2px solid #8581e6;
}

.greybox_min_h {
  height: 75px;
}

.greybox_min_h small {
  font-size: 15px;
  color: #000000;
  font-weight: lighter;
  float: right;
  fonr-weight: bold;
}

.greybox_min_h small a {
  color: #000000;
  text-decoration: underline;
  fonr-weight: bold;
}

.greybox_min_h small a:hover {
  color: #98012e;
}

.store_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.borrtom_-info {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.6rem;
}

.icon_div {
  padding: 1rem;
  border-radius: 100%;
  line-height: 0px;
  text-align: center;
  border: 1px solid #d0d0d0;
}

.icon_div img {
  width: 30px;
  height: auto;
}

@media (max-width: 768px) {
  .icon_div img {
    max-width: 80% !important;
  }
}

.dropdown_icon {
  position: absolute;
  top: -6px;
  right: 0px;
  z-index: 999;
  background: #fff;
  margin-top: 4px;
}

.no_bg {
  background: none !important;
}

.heading {
  color: #000;
}

.summeryhead {
  font-size: 1.8rem;
}

.short_info {
  width: 100%;
}

.bar_chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -80px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.invoice_statstics {
  margin-top: 0rem;
  width: 99%;
}

.vender_error {
  font-weight: bold;
  text-align: center;
  position: relative;
}

.vender_error .dropdown_icon {
  top: 0px;
  right: 22px;
}

.nodata_chart {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  min-height: 300px;
}

.vender_table {
  padding: 15px;
  border: 1px solid #ccc;
  position: relative;
}

@media (max-width: 768px) {
  .vender_table {
    width: 100%;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .vender_table .tables {
    overflow: auto;
    width: 600px;
  }
}

.vender_table .vender_store {
  color: #98012e;
  font-size: 1.4rem;
  padding: 15px !important;
  width: 185px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.vender_table .vender_store p {
  width: 120px;
  float: left;
  overflow: wrap;
  text-align: left;
  border-right: 1px  solid #000;
  margin-bottom: 0px;
  font-size: 1.2rem;
  padding-right: 2px;
}

.vender_table .vender_store .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vender_table .vender_store span {
  padding: 1rem;
  margin-left: 1rem;
  color: #000;
}

.vender_table .onhold span {
  display: block;
  background: #e4ac6d;
  padding: 0.2rem 0rem;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem !important;
}

.vender_table .approved span {
  display: block;
  background: #8ce260;
  padding: 0.2rem  0rem;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem !important;
}

.vender_table .processed span {
  display: block;
  background: #0900d47a;
  padding: 0.2rem  0rem;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem !important;
}

.vender_table .tables td {
  padding: 0rem;
}

.eroor_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3rem;
}

.dashboard_left {
  width: 100%;
}

.show {
  right: 0px !important;
}

/************** Invoice Entry Report *****/
.fix_drop_down .btns.report-btn {
  margin: 1.5rem 0 0 0;
}

.fix_drop_down .btns.report-btn .btn {
  padding: 1rem 1rem;
  margin-right: 0px;
  height: 33px;
}

.fix_drop_down .btns.report-btn .btn .ic.search {
  background-position: -91px 0px !important;
  width: 15px;
  height: 20px;
}

.search-icon {
  margin-bottom: 0  !important;
  padding-top: 5px !important;
}

.invoice-serchbtn .btn--primary {
  margin: 0;
  padding-top: 5px;
}

.ui-selectmenu-open {
  z-index: 999999;
  position: fixed !important;
}

.total-amount .error-msg {
  width: 114%;
}

.btn--primary {
  margin-right: 15px;
}

.custom-select {
  min-width: 150px;
  width: 100%;
}

.dropdown-content {
  max-height: 190px;
}

.modal-content {
  text-align: center;
}

.ph_no, .text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.amount_align {
  text-align: right !important;
  padding-right: 17px !important;
}

.amount_column_size {
  width: 105px !important;
}

.date_column_size {
  width: 85px !important;
}

.validation_status_column_size {
  width: 150px !important;
}

.invoice_status_column_size {
  width: 105px !important;
}

.jlicategory_table .ui-button {
  height: 2.9rem !important;
}

.invoice-upload-btn-error {
  max-width: 17% !important;
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  .invoice-upload-btn-error {
    max-width: 80% !important;
    width: 100%;
    position: relative;
  }
  .invoice-upload-btn-error small {
    float: right;
    position: absolute;
    top: -24px;
    right: 0px;
    width: 31%;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .invoice-upload-btn-error small {
    top: 0px;
    right: 134px;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .invoice-upload-btn-error small {
    width: 100%;
  }
}

.DTFC_LeftBodyLiner {
  overflow: hidden !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
  position: inherit !important;
}

.fancy_scroll::-webkit-scrollbar {
  width: 10px;
}

.fancy_scroll::-webkit-scrollbar-thumb {
  background-color: #98012e;
  border: 2px solid #eaeaea;
}

.scrollbar {
  height: auto;
  overflow-y: scroll;
  background: transparent;
  scrollbar-color: #98012e #ffffff;
  scrollbar-width: thin;
}

.force-overflow {
  height: 100%;
}

.img_icon {
  width: auto !important;
}

@media (max-width: 767px) {
  .img_icon {
    width: 30px !important;
    -ms-flex-preferred-size: 15%  !important;
        flex-basis: 15%  !important;
    margin: 0px 10px 0px 0px !important;
  }
}

.ui-multiselect-filter {
  width: 80% !important;
}

.sync-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: flez-start;
      -ms-flex-align: flez-start;
          align-items: flez-start;
  width: 97% !important;
}

.sync-block .tolerance-block__title {
  padding-left: 30px;
}

.sync-block .btn {
  margin: 4px 0px 0px 0px;
}

.sync-block .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.sync-block .sync_dropdown {
  width: 100px;
  margin: 5px 0px 5px 15px;
}

.manual_sync_data_table {
  width: 100%;
  margin-top: 15px;
  padding: 15px;
}

.manual_sync_data_table .tolerance-block__title {
  padding-left: 15px !important;
  width: 83.5%;
}

@media (min-width: 1600px) {
  .manual_sync_data_table .tolerance-block__title {
    width: 84%;
  }
}

@media (max-width: 1024px) {
  .manual_sync_data_table .tolerance-block__title {
    width: 82%;
  }
}

@media (max-width: 768px) {
  .manual_sync_data_table .tolerance-block__title {
    padding-right: 0px;
    width: 100%;
  }
}

.manual_sync_data_table ul {
  margin-top: 10px;
}

.manual_sync_data_table li {
  margin-left: 17px;
  line-height: 2.5rem;
  list-style: none;
  display: inline;
  -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  width: 45%;
  background: url(../img/left-aerrow.png) no-repeat left 17px;
  padding: 10px 100px 0px 23px;
  float: left;
}

@media (max-width: 768px) {
  .manual_sync_data_table li {
    width: 100%;
    padding: 10px 20px 0px 23px;
  }
}

.manual_sync_data_table li span {
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  color: #000000;
  float: right;
}

.manual_sync_data_table .tables {
  border: .1rem solid #c2c2c2;
}

.manual_sync_data_table .btn {
  margin: 0px;
  height: 30px;
}

.validation_data ul li {
  width: 48% !important;
  padding: 10px 12px 0px 23px !important;
}

@media (max-width: 1024px) {
  .validation_data ul li {
    width: 90% !important;
  }
}

.validation_title {
  width: 100% !important;
  padding-right: 20px !important;
}

@media (min-width: 1600px) {
  .validation_title {
    padding-right: 30px !important;
  }
}

@media (max-width: 1024px) {
  .validation_title {
    padding-right: 66px !important;
  }
}

@media (max-width: 768px) {
  .validation_title {
    padding-right: 40px !important;
  }
}

.sync-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f6f9;
  padding: 15px 30px;
}

@media (max-width: 1024px) {
  .sync-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.run_all {
  font-size: 18px !important;
}

.datasync_right {
  padding-top: 0px  !important;
}

.logtable {
  width: 100%;
}

.logtable .fix_column {
  width: 100px;
}

.datatable_fix_column {
  width: 280px !important;
  padding-right: 15px !important;
}

.image_name_text {
  background: #f3f6f9;
  position: absolute;
  font-size: 12px;
  width: 100%;
  margin-top: 6px;
}

.image_name_text .form__group {
  padding: 3px 13px;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.image_name_text .delete_baner {
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
}

.image_name_text .delete_baner:hover {
  color: #98012e;
}

.image_name_text .banner_name {
  color: #98012e;
}

.info__msg {
  font-size: 1.2rem;
  color: #ff9800;
}

.invoicetype {
  margin: 3px 0px 0px 0px !important;
  max-width: 100% !important;
  position: absolute !important;
}

.transparent-btn {
  color: #292929;
  font-size: 1.5rem;
  border: none !important;
  background: #f7f7f7 !important;
  line-height: 40px !important;
  hover-background-color: #444444 !important;
}

.credit-requested {
  height: 100px  !important;
}

.notepopuptext {
  margin-bottom: 0px !important;
  text-align: left;
}

.notepopuptext h2 {
  margin-bottom: 1.2rem;
}

.notepopuptext p {
  margin-bottom: 1.5rem !important;
}

.notepopupbox p {
  text-align: left;
}

@media (max-width: 1024px) {
  .notepopupbox .modal-content {
    margin: 0px auto !important;
    top: 35%    !important;
  }
}

.memo .content-scroll-panel {
  height: calc(100vh - 323px) !important;
}

@media (max-width: 1280px) {
  .memo .content-scroll-panel {
    height: calc(100vh - 317px) !important;
  }
}

.vendor_credit_invoice {
  width: 350px !important;
}

@media (max-width: 1024px) {
  .vendor_credit_invoice {
    width: 190px !important;
  }
}

#strNote {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  position: relative;
  width: 800px;
  height: auto;
  padding: 0.5rem;
}

@media (max-width: 768px) {
  #strNote {
    width: 100%;
    min-width: 280px;
  }
}

.ic {
  display: inline-block;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.ic.setting {
  background-position: 0 0;
  width: 25px;
  height: 25px;
}

.ic.announcement {
  background-position: -35px 0;
  width: 22px;
  height: 25px;
}

.ic.close {
  background-position: -65px 0;
  width: 17px;
  height: 17px;
}

.ic.date {
  background-position: -113px 0;
  width: 19px;
  height: 19px;
}

.ic.search {
  background-position: -91px 0;
  width: 19px;
  height: 19px;
}

.ic.search-black {
  background-position: -91px -20px;
  width: 19px;
  height: 19px;
}

.ic.processed-ic {
  background-position: -203px 0;
  width: 22px;
  height: 22px;
}

.ic.view {
  background-position: -159px 0;
  width: 22px;
  height: 22px;
}

.ic.edit {
  background-position: -135px 0;
  width: 22px;
  height: 22px;
}

.ic.delete {
  background-position: -134px -22px;
  width: 22px;
  height: 22px;
}

.ic.assign {
  background-position: -154px -22px;
  width: 22px;
  height: 22px;
}

.ic.download {
  background-position: -227px 0px;
  width: 22px;
  height: 22px;
}

.ic.approved-ic {
  background-position: -181px 0;
  width: 22px;
  height: 22px;
}

.form__group {
  width: 100%;
  margin: 0 0 3rem 0;
  padding: 0;
  position: relative;
}

.form .invalid-feedback {
  position: absolute;
  left: 0;
  bottom: 18px;
  color: #f42525;
  font-size: 1.2rem;
}

.form__label {
  width: auto;
  margin: 0;
  padding: 1px 1rem;
  font: 1.3rem "Muli", sans-serif;
  line-height: 13px;
  color: #8f8f8f;
  position: absolute;
  top: -8px;
  left: 7px;
  z-index: 9;
  background-color: #ffffff;
}

.form__control {
  width: 100%;
  margin: 0;
  padding: 0 1.7rem !important;
  font: 1.3rem "Muli", sans-serif;
  color: #000000;
  height: 3.8rem;
  border: 1px solid #bfbfbf;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  background: #ffffff;
}

.form__control.disabled {
  background: #f5f4f4;
}

.form__control.error {
  position: relative;
  border-color: #f42525;
}

.form__textarea {
  width: 100%;
  margin: 0;
  padding: 1rem 1.7rem !important;
  font: 1.3rem "Muli", sans-serif;
  color: #000000;
  height: 86px;
  border: 1px solid #bfbfbf !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  background: #ffffff;
  line-height: normal;
}

.form__btnbox {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.form__btnbox a {
  color: #292929;
}

textarea {
  resize: none;
}

.ui-selectmenu-menu ul.ui-menu {
  max-height: 250px;
  overflow-y: auto;
}

.form__group.stare-zip {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.form__group.stare-zip .form__group {
  max-width: 45% !important;
  margin: 0;
}

.row.login-id h3 {
  padding: 0 1.5rem;
  margin: 0rem 0 3rem 0;
  display: block;
  width: 100%;
}

.row.login-id h4 {
  padding: 0 1.5rem;
  margin: 2rem 0;
  display: block;
  width: 100%;
}

.row.login-id .form__group {
  max-width: 19% !important;
}

.row.login-id .msg {
  margin: 2rem 0 0 0;
  font-size: 1.2rem;
  font-style: italic;
}

.row.login-with-pass h4 {
  padding: 0 1.5rem;
  margin: 0 0 2rem 0;
  display: block;
  width: 100%;
}

.row.login-with-pass .checkbox {
  display: block;
}

.form__group.amount .fa {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 1.2rem;
  color: #8f8f8f;
}

.form__group.amount .form__control {
  padding-left: 2.8rem !important;
}

.form__group.percent .fa {
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 1.2rem;
  color: #8f8f8f;
}

.form__group.percent .form__control {
  padding-right: 2.8rem !important;
}

.datepicker-box .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 22px;
  cursor: pointer;
  z-index: 0;
  margin: -9px;
}

.assign-invoice {
  width: auto;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
}

.search-box .search {
  position: absolute;
  top: 50%;
  right: 22px;
  cursor: pointer;
  z-index: 0;
  margin: -9px;
  background-color: transparent;
  border: none;
}

.invoice-entry-form.profile .form__group {
  max-width: 25%;
  position: relative;
}

.form__group.note {
  max-width: 36.2% !important;
}

@media (max-width: 767px) {
  .form__group.note {
    max-width: 100% !important;
  }
}

.form__group.note .form__textarea {
  height: 60px;
}

/**** Select box *****/
.ui-selectmenu-button.ui-button {
  width: 100%;
  min-width: 150px;
  padding: 0 3rem 0 1.5rem;
  height: 3.8rem;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ffffff;
  font: 1.3rem "Muli", sans-serif;
  color: #000000;
  height: 3.8rem;
  border: 1px solid #bfbfbf;
}

.ui-selectmenu-button.ui-button:focus {
  outline: 0;
}

.ui-button .ui-icon {
  background-image: url(../img/select-arrow.png) !important;
  background-position: 0 0;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #98012e !important;
  background: #98012e !important;
  color: #ffffff !important;
}

/**** File upload *****/
.upload-btn {
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #ffffff;
  font: 1.3rem "Muli", sans-serif;
  color: #000000;
  height: 38px;
  border: 1px solid #bfbfbf;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.form__group.flex {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__group.flex .btn {
  margin-bottom: 0;
  margin-right: 2rem;
}

.error-msg {
  color: #f42525;
  position: absolute;
  font-size: 1.2rem;
  left: 0;
  font-weight: 500;
  line-height: normal;
  top: 40px;
}

@media (max-width: 1024px) {
  .error-msg {
    font-size: 1rem;
  }
}

.other-error {
  color: #ff9800;
  position: relative;
  font-size: 1.2rem;
  left: 0;
  font-weight: 500;
  line-height: normal;
  clear: both;
  margin-top: 0px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .other-error {
    font-size: 1rem;
  }
}

.invoice-entry .invoice-entry-form {
  padding: 1.5rem 0;
  margin-top: 2rem;
}

.invoice-entry-form {
  padding: 1.5rem 0;
}

.invoice-entry-form .row {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.invoice-entry-form .row.bg-grey {
  margin-top: -1rem;
  padding-top: 3rem;
  margin-bottom: 2rem;
  background-color: #f3f6f9;
}

.invoice-entry-form .form__group {
  max-width: 17%;
  width: 100%;
  position: relative;
  margin: 0 1.5rem 3rem 1.5rem;
}

@media (max-width: 1024px) {
  .invoice-entry-form .form__group {
    max-width: 24%;
  }
}

@media (max-width: 767px) {
  .invoice-entry-form .form__group {
    max-width: 100%;
    margin: 0 1.5rem 3rem 1.5rem;
  }
}

.invoice-entry-form .form__btnbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.invoice-entry-form .form__btnbox .btn {
  margin: 0 2.5rem 0 0;
}

.invoice-entry-form .form__btnbox a:hover {
  color: #98012e;
}

@media (max-width: 767px) {
  .invoice-entry-form.setting-forms {
    overflow-x: hidden;
  }
}

.invoice-entry-form.setting-forms .form__group {
  max-width: 30%;
}

@media (max-width: 1024px) {
  .invoice-entry-form.setting-forms .form__group {
    max-width: 29%;
  }
}

@media (max-width: 992px) {
  .invoice-entry-form.setting-forms .form__group {
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .invoice-entry-form.setting-forms .form__group {
    max-width: 100%;
  }
}

.invoice-entry-form.setting-forms .form__group.address {
  max-width: 63% !important;
}

@media (max-width: 767px) {
  .invoice-entry-form.setting-forms .form__group.address {
    max-width: 100% !important;
  }
}

.invoice-entry-form.setting-forms .form__group.add-announcement {
  max-width: 38% !important;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
}

@media (max-width: 767px) {
  .invoice-entry-form.setting-forms .form__group.add-announcement {
    max-width: 100% !important;
  }
}

.invoice-entry-form.setting-forms .form__group.add-announcement .radio-btn {
  margin-right: 1.5rem;
}

@media (max-width: 1024px) {
  .invoice-entry-form.setting-forms .form__group.add-announcement .radio-btn {
    padding-bottom: 1rem;
    display: inline-block;
  }
}

.invoice-entry-form.store-management-forms .form__group {
  max-width: 30%;
}

@media (max-width: 1024px) {
  .invoice-entry-form.store-management-forms .form__group {
    max-width: 29%;
  }
}

@media (max-width: 992px) {
  .invoice-entry-form.store-management-forms .form__group {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .invoice-entry-form.store-management-forms .form__group {
    max-width: 100%;
    margin: 0 0 3rem 0;
  }
}

.invoice-entry-form.tolerance-form {
  padding: 0 1.5rem;
  overflow: hidden;
}

.invoice-entry-form.tolerance-form .form__group.form__btnbox {
  margin: 1.5rem 1.5rem;
}

@media (max-width: 992px) {
  .invoice-entry-form.tolerance-form .form__group.form__btnbox {
    margin: 1.5rem 0;
  }
}

.invoice-entry-form.accounting-software-forms .switch {
  float: right;
}

.invoice-entry-form.accounting-software-forms .form__group {
  max-width: 30%;
}

@media (max-width: 1024px) {
  .invoice-entry-form.accounting-software-forms .form__group {
    max-width: 29%;
  }
}

@media (max-width: 992px) {
  .invoice-entry-form.accounting-software-forms .form__group {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .invoice-entry-form.accounting-software-forms .form__group {
    max-width: 100%;
    margin: 0 0 3rem 0;
  }
}

.invoice-entry-form.user-management-forms .row.login-id .form__group {
  max-width: 30% !important;
}

@media (max-width: 1024px) {
  .invoice-entry-form.user-management-forms .row.login-id .form__group {
    max-width: 29% !important;
  }
}

@media (max-width: 992px) {
  .invoice-entry-form.user-management-forms .row.login-id .form__group {
    max-width: 60% !important;
  }
}

@media (max-width: 767px) {
  .invoice-entry-form.user-management-forms .row.login-id .form__group {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .invoice-entry-form.user-management-forms .row.login-id .msg {
    width: 100%;
    text-align: right;
    margin: -3rem 0 0 0;
  }
}

.invoice-entry-form.user-management-forms .ui-selectmenu-button {
  max-width: 100%;
}

.invoice-entry-form.user-management-forms .form__group {
  max-width: 30%;
}

@media (max-width: 1024px) {
  .invoice-entry-form.user-management-forms .form__group {
    max-width: 29%;
  }
}

@media (max-width: 992px) {
  .invoice-entry-form.user-management-forms .form__group {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .invoice-entry-form.user-management-forms .form__group {
    max-width: 100%;
    margin: 0 0 3rem 0;
  }
}

.invoice-entry-form.logo-banner-forms .form__group {
  max-width: 33%;
}

@media (max-width: 1024px) {
  .invoice-entry-form.logo-banner-forms .form__group {
    max-width: 33%;
  }
}

@media (max-width: 992px) {
  .invoice-entry-form.logo-banner-forms .form__group {
    max-width: 44%;
  }
}

@media (max-width: 767px) {
  .invoice-entry-form.logo-banner-forms .form__group {
    max-width: 60%;
    margin: 0 0 3rem 0;
  }
  .invoice-entry-form.logo-banner-forms .form__group .btn {
    margin: 0 0 0 1rem;
  }
  .invoice-entry-form.logo-banner-forms .form__group.upload-btn-wrapper {
    max-width: 40%;
  }
}

.invoice-entry-form.announcement-forms .form__group {
  max-width: 37%;
}

.address .error-msg {
  top: 90px !important;
}

.address .datepicker-box {
  max-width: 17% !important;
}

@media (max-width: 767px) {
  .address .datepicker-box {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .address .datepicker-box.announcementstore {
    max-width: 100% !important;
  }
}

.address.vendors-form .form__group {
  max-width: 28%;
}

@media (max-width: 1024px) {
  .address.vendors-form .form__group {
    max-width: 30%;
  }
}

@media (max-width: 992px) {
  .address.vendors-form .form__group {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .address.vendors-form .form__group {
    max-width: 100%;
  }
}

.VisibletoSelectedStore.announcementstore {
  display: none;
  max-width: 37% !important;
}

.bg-grey.invoice-amout .form__group {
  max-width: 15.5%;
}

@media (max-width: 1280px) {
  .bg-grey.invoice-amout .form__group {
    max-width: 24%;
  }
}

@media (max-width: 1024px) {
  .bg-grey.invoice-amout .form__group {
    max-width: 24%;
  }
}

@media (max-width: 767px) {
  .bg-grey.invoice-amout .form__group {
    max-width: 100%;
    margin: 0 1.5rem 3rem 1.5rem;
  }
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #292929;
  font-size: 1.3rem;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    padding-bottom: 10px;
  }
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  background: #ffffff;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #98012e;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox {
  display: inline-block;
  margin-bottom: 15px;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
  display: inline-block;
  width: auto;
  top: 0px;
}

.checkbox label:before {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #a2a2a2;
  padding: 9px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: .8rem;
  content: '';
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  left: 0;
}

.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #98012e;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/******** switch *******/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #98012e;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #98012e;
          box-shadow: 0 0 1px #98012e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/**** NOtes *******/
.notes {
  width: 100%;
  margin: 0;
  padding: 0 1.5rem;
  display: inline-block;
}

.notes h4 {
  width: 100%;
  margin: 0;
}

.notes p {
  width: 100%;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #767676;
}

.setprmission .form__group.checkbox {
  max-width: 100% !important;
  margin-right: 10px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .setprmission .form__group.checkbox {
    -ms-grid-rows: (auto)[8];
        grid-template-rows: repeat(8, auto);
  }
}

@media (max-width: 767px) {
  .setprmission .form__group.checkbox {
    -ms-grid-rows: (auto)[8];
        grid-template-rows: repeat(8, auto);
  }
}

.setprmission .form__group.checkbox li {
  display: inline-block;
  width: 100% !important;
  margin-bottom: 10px;
  max-width: 33.3%;
}

@media (max-width: 768px) {
  .setprmission .form__group.checkbox li {
    width: 90% !important;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .setprmission .form__group.checkbox li {
    width: 90% !important;
    max-width: 95%;
  }
}

.multiselect_white {
  max-width: 18%;
}

@media (max-width: 767px) {
  .multiselect_white {
    max-width: 100%;
  }
}

.multiselect_white .ui-state-default {
  border: 1px solid #bfbfbf !important;
  background: #ffffff !important;
  color: #000000 !important;
  padding: 10px !important;
  font: 1.3rem "Muli", sans-serif;
  width: 100% !important;
}

.multiselect_white .ui-state-default .ui-multiselect-open {
  margin-right: 13px;
}

.multiselect_white .ui-state-default .ui-multiselect-open .ui-icon {
  background-image: url(../img/select-arrow.png) !important;
  background-position: 0 0;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: auto;
  margin-top: -3px;
}

.ui-multiselect {
  background-color: #fff !important;
  border: 1px solid #aaa !important;
  border-radius: 3px !important;
}

.smallsize {
  margin-left: 105px !important;
  max-width: 17% !important;
}

@media (max-width: 992px) {
  .smallsize {
    margin-left: 0px !important;
    max-width: 55% !important;
  }
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-items div, .select-selected {
  color: #000000;
  padding: 5px 16px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  font: 1.3rem "Muli", sans-serif;
}

.select-selected {
  background: #ffffff url(../img/select-arrow.png) no-repeat 97% center;
  padding: 10px 16px  !important;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #bfbfbf;
}

.select-items div {
  border: none;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color: #ffffff !important;
  background-color: #98012e;
}

button, a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.btn {
  width: auto;
  height: 38px;
  margin-bottom: 1.5rem;
  padding: 0rem 1.7rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-size: 1.6rem;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.small {
  font-size: 1.4rem;
  padding: 0rem 1.5rem;
  height: 32px;
  line-height: 32px;
}

.btn--primary {
  color: #ffffff;
  background-color: #98012e;
}

.btn--primary:hover {
  text-decoration: none !important;
  color: #ffffff;
  background-color: #444444;
}

.btn--cancel {
  height: auto;
  background-color: transparent;
  min-width: inherit;
  margin: 0 0 0 1.5rem;
  padding: 0;
  font-weight: 400 !important;
  color: #292929;
  font-size: 1.6rem;
}

.btn--cancel:hover {
  text-decoration: underline;
}

.btn--secondary {
  color: #ffffff;
  background-color: #444444;
}

.btn--secondary:hover {
  color: #ffffff;
  text-decoration: none !important;
  background-color: #1c1c1c;
}

.search-btn {
  margin: 0;
}

.search-btn .btn {
  margin: 0;
  padding: 1rem 1.7rem;
}

.search-btn-box {
  top: 9px;
  position: absolute;
  right: 7px;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
}

#filter-sirebar {
  padding-right: 1.5rem;
}

#filter-sirebar .search-btn {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#filter-sirebar .search-btn .btn--primary {
  margin-right: 15px !important;
}

#filter-sirebar .search-btn .btn {
  width: 100%;
  margin: 0;
  padding: 1rem 1.7rem;
  line-height: normal;
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-main {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  padding: 2rem;
  position: relative;
}

.login-main:before {
  position: absolute;
  width: 50%;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  background: url("../img/login-shap.png") top right no-repeat;
}

@media (max-width: 767px) {
  .login-main:before {
    width: 100%;
  }
}

.login-main:after {
  position: absolute;
  width: 50%;
  height: 100%;
  content: '';
  bottom: 0;
  left: 0;
  background: url("../img/login-shap-1.png") bottom left no-repeat;
}

.login-main .login-block {
  width: 100%;
  max-width: 1280px;
  padding: 2rem;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  z-index: 9;
}

@media (max-width: 767px) {
  .login-main .login-block {
    padding: 0rem;
  }
}

.login-main .login-block__left {
  width: 100%;
  max-width: 50%;
  text-align: center;
  margin-top: -100px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

@media (max-width: 1024px) {
  .login-main .login-block__left {
    margin-top: -125px;
  }
}

@media (max-width: 992px) {
  .login-main .login-block__left {
    display: none;
  }
}

.login-main .login-block__right {
  width: 100%;
  max-width: 50%;
}

@media (max-width: 992px) {
  .login-main .login-block__right {
    max-width: 100%;
  }
}

.login-main .login-block__right .form {
  max-width: 450px;
  width: 100%;
  -webkit-box-shadow: 0 0px 10px #e4e4e4;
          box-shadow: 0 0px 10px #e4e4e4;
  padding: 30px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (max-width: 576px) {
  .login-main .login-block__right .form {
    padding: 15px;
    max-width: 100%;
  }
}

.login-main .login-block__right .form .login__with {
  width: 100%;
  margin: 1.5rem 0 3.5rem 0;
  padding: 0;
  display: inline-block;
}

.login-main .login-block__right .form .login__with .radio-btn {
  margin: 0 1.5rem 0 0rem;
}

@media (max-width: 767px) {
  .login-main .login-block__right .form .login__with .radio-btn {
    margin-bottom: 1.5rem;
    display: inline-block;
  }
}

.login-main .login-block__right .form .form__btnbox a {
  text-decoration: underline;
}

.login-main .login-block__right .form .form__btnbox a:hover {
  text-decoration: none;
}

.login-main .login-block__right .form .loginbox {
  display: none;
}

.login-main .login-block__right .form .loginbox.withstoreid {
  display: block;
  padding-top: 15px;
}

.header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #e5d9dd;
}

@media (max-width: 1280px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
  }
}

.header__top {
  width: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 2.5rem;
  z-index: 9;
  position: relative;
  background-color: #98012e0a;
}

@media (max-width: 1024px) {
  .header__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .header__top {
    background-color: #e9e3e5;
    height: 65px;
    -webkit-box-shadow: 0 3px 12px #a2a2a2;
            box-shadow: 0 3px 12px #a2a2a2;
    padding: 0 1.5rem;
  }
}

.header__top__left {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  padding: 0rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
}

.header__top__left .logo {
  padding: 1rem 0;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 1024px) {
  .header__top__left .logo {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .header__top__left .logo {
    -ms-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 576px) {
  .header__top__left .logo {
    width: 130px;
  }
}

.header__top__left .responive-menu {
  font-size: 28px;
  margin-left: 1.5rem;
  display: none;
}

@media (max-width: 992px) {
  .header__top__left .responive-menu {
    display: block;
  }
}

.header__top__right {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
}

@media (max-width: 768px) {
  .header__top__right {
    position: absolute;
    width: calc(100% - 450px);
    right: 0;
    height: 50px;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .header__top__right {
    position: relative;
    right: auto;
    height: auto;
    width: auto;
    padding-top: 9px;
  }
}

.header__top__right ul {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top__right ul li {
  list-style: none;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 0 1.5rem;
}

@media (max-width: 1024px) {
  .header__top__right ul li {
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  .header__top__right ul li:first-child {
    display: none;
  }
}

.header__top__right ul li a {
  padding: 0;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top__right ul li a .store-id {
  font-weight: 600;
  margin-left: 1rem;
  color: #292929;
}

.header__top__right ul li .setting-menu {
  position: absolute;
  top: 70px;
  width: 200px;
  background: #ffffff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -75px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 17px #ccc;
          box-shadow: 0 0 17px #ccc;
  display: none;
  z-index: 9999;
}

@media (max-width: 767px) {
  .header__top__right ul li .setting-menu {
    top: 65px;
  }
}

.header__top__right ul li .setting-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f8f8f8;
}

@media (max-width: 767px) {
  .header__top__right ul li .setting-menu li:first-child {
    display: block;
  }
}

.header__top__right ul li .setting-menu li a {
  line-height: normal;
  width: 100%;
  padding: 0.5rem 1.5rem;
}

.header__top__right ul li .setting-menu li a:hover, .header__top__right ul li .setting-menu li a.active {
  background-color: #98012e;
  color: #ffffff;
}

.header__top__right ul li .setting-menu.Logout-menu {
  right: 0;
  min-width: 150px;
  width: auto;
  position: fixed;
  top: 70px;
  right: 20px;
  max-width: 250px;
}

.header__top__right ul li .setting-menu.Logout-menu h3 {
  margin: 0;
  padding: 1rem 1.5rem;
}

.header__top__right ul li .setting-menu.Logout-menu li a {
  display: block;
  width: 100%;
}

.header__top__right ul li .setting-menu.Logout-menu li:first-child {
  border-bottom: 1px solid #f8f8f8;
}

.header__top__right ul li:hover .setting-menu {
  display: block;
}

.header__bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 270px;
}

.header__bottom .banner {
  width: 100%;
  background-color: #ececec;
  height: 270px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.header__bottom .banner h3 {
  font-size: 38px;
  margin: 0;
  color: darkgray;
}

.header__bottom .banner img {
  width: 100%;
  max-height: 270px;
}

.store-icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.store-icons span {
  width: 100%;
  font-weight: 500 !important;
  margin: .5rem 0 0 0 !important;
}

.menu {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.5rem;
}

@media (max-width: 992px) {
  .menu {
    -ms-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: -webkit-box;
    display: flex;
    position: fixed;
    left: -250px;
    top: 51px;
    width: 250px;
    margin: 0;
    background-color: #e9e3e5;
    height: 100%;
    padding-top: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .menu {
    top: 66px;
  }
}

@media (max-width: 992px) {
  .menu.active {
    left: 0px;
  }
}

.menu .menu-close {
  display: none;
}

@media (max-width: 992px) {
  .menu .menu-close {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
  }
  .menu .menu-close i {
    color: #ffffff;
    font-weight: 300;
    font-size: 2rem;
  }
}

.menu__block {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 992px) {
  .menu__block {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    display: block;
  }
}

.menu__block__item {
  list-style: none;
  height: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .menu__block__item {
    height: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.menu__block__item .setting-menu {
  position: absolute;
  top: 39px;
  width: 233px;
  background: #ffffff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0px;
  margin-top: 0;
  -webkit-box-shadow: 5px 5px 4px -4px #ccc;
          box-shadow: 5px 5px 4px -4px #ccc;
  display: none;
  z-index: 999;
  left: 0px;
}

@media (max-width: 1024px) {
  .menu__block__item .setting-menu {
    top: 34px;
  }
}

@media (max-width: 767px) {
  .menu__block__item .setting-menu {
    top: 65px;
  }
}

.menu__block__item .setting-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #f8f8f8;
  list-style: none;
  text-align: left;
}

@media (max-width: 767px) {
  .menu__block__item .setting-menu li:first-child {
    display: block;
  }
}

.menu__block__item .setting-menu li a {
  line-height: normal;
  width: 100%;
  padding: 1rem 1.5rem 1.1rem 1.5rem;
  display: inline-block;
  text-align: left;
  margin-bottom: 0px;
}

.menu__block__item .setting-menu li a:hover, .menu__block__item .setting-menu li a.active, .menu__block__item .setting-menu li a:focus {
  background-color: #98012e;
  color: #ffffff;
}

.menu__block__item .setting-menu li a:hover .carrot, .menu__block__item .setting-menu li a.active .carrot, .menu__block__item .setting-menu li a:focus .carrot {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.menu__block__item:hover a {
  background: #98012e;
  color: #ffffff;
}

.menu__block__item:hover a .carrot {
  background-image: url("../img/drop-aerrow-hvr.png");
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.menu__block__item:hover .setting-menu {
  display: block;
}

.menu__block__item:hover .setting-menu a {
  background: #ffffff;
  color: #98012e;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .menu__block__item:hover .setting-menu {
    top: -15px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.menu__block__item__link {
  font-size: 1.6rem;
  font-weight: 500;
  height: 100%;
  padding: 1rem 1.5rem 1.1rem 1.5rem;
  text-align: center;
  border-radius: 3px;
}

@media (max-width: 1280px) {
  .menu__block__item__link {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .menu__block__item__link {
    font-size: 1.6rem;
    padding: 1rem 1.5rem 1.1rem 1.5rem;
    position: relative;
  }
}

@media (max-width: 768px) {
  .menu__block__item__link {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 992px) {
  .menu__block__item__link {
    line-height: normal;
    padding: 1.5rem 2.5rem;
    display: block;
    width: 100%;
    text-align: left;
  }
}

.menu__block__item__link .carrot {
  background-image: url("../img/drop-aerrow.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 12px 11px;
  width: 16px;
  height: 11px;
  top: 0px;
  position: relative;
  left: 4px;
}

@media (max-width: 992px) {
  .menu__block__item__link .carrot {
    position: absolute;
    left: auto;
    top: 13px;
    right: 15px;
  }
}

.menu__block__item__link:hover, .menu__block__item__link.active {
  background-color: #98012e;
  color: #ffffff;
  border-radius: 3px;
}

.menu__block__item__link:hover .carrot, .menu__block__item__link.active .carrot {
  background-image: url("../img/drop-aerrow.png") !important;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 12px 11px;
  width: 16px;
  height: 11px;
  top: 0px;
  position: relative;
  left: 4px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.dashboard-menu {
  padding: 2.6rem 1rem;
}

@media (max-width: 768px) {
  .dashboard-menu {
    padding: 1.5rem 2.5rem;
  }
}

.announcement-sirebar {
  width: 350px;
  margin: 0;
  padding: 0;
  padding-right: 0;
  top: 70px;
  right: -350px;
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 10px #e4e4e4;
          box-shadow: 0 0px 10px #e4e4e4;
  height: calc(100% - 70px);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 9;
}

.announcement-sirebar.show {
  right: 0;
}

.announcement-sirebar .close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.3rem;
}

.announcement-sirebar h2 {
  padding: 1.5rem;
  margin: 0;
}

.announcement-sirebar ul {
  width: 100%;
  margin: 0;
  padding: 0 1.5rem 1.5rem 1.5rem;
  height: calc(100vh - 132px);
}

.announcement-sirebar ul li {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 3px 3px #ccc;
          box-shadow: 0 3px 3px #ccc;
}

.announcement-sirebar ul li:last-child {
  border: none;
}

.announcement-sirebar ul li .title-block {
  width: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
}

.announcement-sirebar ul li .title {
  width: 100%;
  margin: 0 0 .3rem 0;
  padding: 0;
  font-size: 1.4rem;
}

.announcement-sirebar ul li h3 {
  margin: .5rem 0;
  font-size: 1.5rem;
  color: #98012e;
}

.announcement-sirebar ul li .date {
  width: 100%;
  max-width: 100px;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #767676;
  font-weight: 500;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.announcement-sirebar ul li .disc {
  width: 100%;
  margin: 0 0 .5rem 0;
  padding: .5rem 0 0 0;
  font-size: 1.5rem;
}

.announcement-sirebar.column-sidebar {
  right: 0;
  width: 230px;
  height: auto;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 63px;
}

.announcement-sirebar.column-sidebar.show {
  right: 0;
  opacity: 1;
  z-index: 99;
}

.announcement-sirebar.column-sidebar .add-column-table {
  width: 100%;
  margin: 3rem 0 0 0;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.announcement-sirebar.column-sidebar .add-column-table .checkbox {
  display: block;
}

.banner-hide .announcement-sirebar.column-sidebar {
  top: 140px;
}

@media (max-width: 1280px) {
  .banner-hide .announcement-sirebar.column-sidebar {
    top: 68px;
  }
}

.table-search {
  padding: 1.5rem;
}

.fa.high {
  color: #dd2525;
}

.fa.medium {
  color: #eb9c03;
}

.fa.low {
  color: #09b763;
}

/*** Deshborad *******/
.deshborad-block {
  width: 100%;
  margin: 0;
  padding: 1.5rem;
  margin-bottom: 11px;
}

/*** Setting page css ********/
.setting-content {
  width: 100%;
  margin: 0;
  padding: 0;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media (max-width: 767px) {
  .setting-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.setting-content__left {
  width: 100%;
  max-width: 282px;
  margin: 0;
  min-height: calc( 100vh - 270px);
  border-right: 1px solid #ececec;
  overflow-y: auto;
}

@media (max-width: 1024px) {
  .setting-content__left {
    max-width: 205px;
    min-height: calc( 100vh - 350px);
  }
}

@media (max-width: 767px) {
  .setting-content__left {
    display: none;
  }
}

.setting-content__left .scrollbar {
  height: calc( 100vh - 200px);
}

.setting-content__left ul {
  width: 100%;
  margin: 0;
  padding: 1rem 3rem 0rem 3rem;
}

@media (max-width: 1024px) {
  .setting-content__left ul {
    padding: 1rem 1rem 0rem 1rem;
    overflow: hidden;
  }
}

.setting-content__left ul li {
  display: block;
  margin: 0 0 .2rem 0;
  text-align: right;
}

.setting-content__left ul li:last-child {
  border: none;
}

.setting-content__left ul li a {
  padding: 1rem 2.5rem;
  display: block;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  position: relative;
  color: #292929;
}

@media (max-width: 1366px) {
  .setting-content__left ul li a {
    padding: 0.8rem 2.5rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .setting-content__left ul li a {
    padding: 0.5rem 2.5rem;
    font-size: 1.3rem;
  }
}

.setting-content__left ul li a:after {
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  content: " ";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  border-left-color: #f3f6f9;
  border-width: 1rem;
  opacity: 0;
}

.setting-content__left ul li a:hover, .setting-content__left ul li a.active {
  background-color: #f3f6f9;
  color: #98012e;
}

.setting-content__left ul li a:hover:after, .setting-content__left ul li a.active:after {
  opacity: 1;
}

.setting-content__right {
  width: 100%;
  margin: 0;
  padding: 1.5rem;
}

@media (max-width: 992px) {
  .setting-content__right {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .setting-content__right {
    width: 100%;
  }
}

.view-detail {
  width: 100%;
  margin: 0;
  padding: 0;
}

.view-detail ul {
  width: 100%;
  margin: 0;
  padding: 1.5rem;
}

.view-detail ul li {
  display: block;
  margin: 0 0 1rem 0;
}

.view-detail ul li span {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-detail ul li span strong {
  width: 200px;
}

.invoicedetails {
  margin-top: 15px;
}

.invoicedetails ul {
  display: inline-block;
  margin: 0;
  padding: 1.5rem;
}

.invoicedetails ul li {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.2rem 0rem;
}

.invoicedetails ul li strong {
  width: 170px;
  display: inline-block;
}

.back-btn {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #292929;
}

.back-btn img {
  margin-right: .5rem;
}

.back-btn:hover {
  color: #98012e;
}

.profile {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
}

.profile__left {
  max-width: 25%;
  width: 100%;
}

.profile__left h3 {
  padding: 0 1.5rem;
}

.profile__left .form__group {
  max-width: 100% !important;
}

.profile__right {
  max-width: 30%;
  width: 100%;
  padding-left: 5rem;
}

.profile__right h3 {
  padding: 0 1.5rem;
}

.profile__right .form__group {
  max-width: 100% !important;
}

.invoice-entry .invoice-entry-form .form__group.form__btnbox {
  margin: 0 1.5rem;
}

/*** Tolerance page*******/
.setting-content__right.tolerance-right .setting-forms {
  padding: 0 1.5rem;
  overflow: hidden;
}

.setting-content__right.tolerance-right .setting-forms .form__btnbox {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .setting-content__right.tolerance-right .setting-forms .form__btnbox {
    margin-left: 0;
  }
}

.tolerance-block {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 1.5rem 0 1.5rem;
  padding: 2rem 0 1rem 0;
  position: relative;
}

@media (max-width: 767px) {
  .tolerance-block {
    margin: 0 0;
  }
}

.tolerance-block:nth-child(even):before {
  width: 1000px;
  height: 100%;
  position: absolute;
  background-color: #f3f6f9;
  content: '';
  left: -150px;
  top: 0;
  z-index: 0;
}

.tolerance-block:nth-child(even):after {
  width: 1000px;
  height: 100%;
  position: absolute;
  background-color: #f3f6f9;
  content: '';
  right: -700px;
  top: 0;
  z-index: 0;
}

.tolerance-block__title {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 0 1.5rem 0;
  z-index: 9;
  position: relative;
}

.tolerance-block__title h3 {
  margin: 0;
}

.tolerance-block__title .form__group {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  margin: 0;
}

.tolerance-block__content {
  z-index: 9;
  position: relative;
}

.tolerance-block__content__block {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .tolerance-block__content__block {
    margin-bottom: 0rem;
  }
}

@media (max-width: 992px) {
  .tolerance-block__content__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .tolerance-block__content__block {
    position: relative;
  }
}

.tolerance-block__content__labels {
  min-width: 100px;
}

@media (max-width: 992px) {
  .tolerance-block__content__labels {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.tolerance-block__content .ui-selectmenu-button {
  max-width: 180px;
  min-width: inherit;
}

@media (max-width: 1024px) {
  .tolerance-block__content .ui-selectmenu-button {
    max-width: 140px;
  }
}

@media (max-width: 992px) {
  .tolerance-block__content .ui-selectmenu-button {
    max-width: 180px;
    margin-top: 0px;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 576px) {
  .tolerance-block__content .ui-selectmenu-button {
    max-width: 66%;
  }
}

.tolerance-block__content .ui-selectmenu-button .ui-selectmenu-text {
  margin-right: 0 !important;
}

.tolerance-block__content .form__group {
  margin: 0 .5rem;
}

@media (max-width: 992px) {
  .tolerance-block__content .form__group {
    margin: 0 .8rem 2.5rem .8rem;
  }
}

.tolerance-block__content .form__group.percent, .tolerance-block__content .form__group.amount {
  max-width: 90px;
}

@media (max-width: 576px) {
  .tolerance-block__content .form__group.percent, .tolerance-block__content .form__group.amount {
    max-width: 30%;
    margin-right: 0;
  }
}

.tolerance-block__content .form__group.percent .error-msg, .tolerance-block__content .form__group.amount .error-msg {
  width: 150px;
}

.tolerance-block__content .form__group.put-error-code {
  max-width: 150px;
}

@media (max-width: 992px) {
  .tolerance-block__content .form__group.put-error-code {
    max-width: 225px;
  }
}

@media (max-width: 576px) {
  .tolerance-block__content .form__group.put-error-code {
    max-width: 64%;
    margin-left: 0;
  }
}

.tolerance-block__content .form__group.put-error-message {
  max-width: 260px;
}

@media (max-width: 992px) {
  .tolerance-block__content .form__group.put-error-message {
    margin-left: 0;
    max-width: 284px;
  }
}

@media (max-width: 576px) {
  .tolerance-block__content .form__group.put-error-message {
    max-width: 100%;
    margin-right: 0;
  }
}

.tolerance-block__content .form__group.flex {
  max-width: 180px;
  margin-left: 1rem;
}

@media (max-width: 576px) {
  .tolerance-block__content .form__group.flex {
    position: absolute;
    right: 0;
    top: -5px;
    width: auto;
    margin: 0;
  }
}

.labels-for-error-description {
  width: 100%;
  margin: -1.5rem 0 0 0;
  display: block;
  padding: 0 0 .5rem 388px;
  position: relative;
  z-index: 9;
  font-size: 1.1rem;
  color: #292929;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .labels-for-error-description {
    padding: 0 0 .5rem 416px;
  }
}

@media (max-width: 992px) {
  .labels-for-error-description {
    display: none;
  }
}

.labels-for-error-description__error-code {
  width: 156px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .labels-for-error-description__error-code {
    width: 148px;
  }
}

.labels-for-error-description__error-descri {
  width: 162px;
  display: inline-block;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.no-mar {
  margin: 0px !important;
}

.dropbtn {
  padding: 5px;
  width: 30px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #ffffff;
  min-width: 200px;
  overflow: auto;
  -webkit-box-shadow: 0 0 17px #ccc;
          box-shadow: 0 0 17px #ccc;
  z-index: 99;
}

.dropdown-content a {
  border-bottom: 1px solid #f8f8f8;
  line-height: normal;
  width: 100%;
  padding: 0.5rem 1.5rem;
  color: #98012e;
  font-size: 13px;
  overflow: hidden;
  width: 100%;
  display: block;
  text-align: left;
  font-weight: normal !important;
}

.dropdown-content a:hover, .dropdown-content a.active {
  background-color: #98012e;
  color: #ffffff;
}

.show {
  display: block;
}

.menu__block {
  display: -webkit-box !important;
}

@media (max-width: 768px) {
  .menu__block {
    display: initial !important;
  }
}

.menu__block__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}

@media (max-width: 768px) {
  .menu__block__item br {
    display: none;
  }
}

.canvasjs-chart-credit {
  display: none   !important;
}

.text-right {
  text-align: right !important;
}

/*popup*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #98012e;
  width: 400px;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 5px 3px #888888;
          box-shadow: 2px 2px 5px 3px #888888;
}

.modal-content p {
  margin: 0 0 2.3rem 0;
}

.close {
  color: #ffffff;
  float: right;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  padding: 1px 0px 0px 2px;
}

.close:hover, .close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .close {
  background: #98012e;
}

.modal-content .close:hover {
  background: #000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .setting-content__left ul li {
    margin: 0px;
  }
  .setting-content__left ul li a {
    padding: 7px 1rem;
  }
  .title-box__right.announcement-filter {
    max-width: inherit !important;
  }
  .title-box__right.announcement-filter .form__control {
    width: 250px !important;
    float: right !important;
  }
  .store-management .title-box__right .form__control {
    width: 250px !important;
    float: right !important;
  }
  .title-box__left h1 {
    min-width: 237px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .title-box__left h1 {
    min-width: 157px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select_dropdown_lists {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 37px;
    line-height: 20px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .login-block__left img {
    max-width: 94%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .menu__block__item {
    margin-right: 0px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .content-part {
    height: calc(100vh - 275px);
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .invoice-entry .content-scroll-panel {
    height: calc(100vh - 275px);
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .memo .content-scroll-panel {
    height: calc(100vh - 259px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .vendor-management .content-scroll-panel {
    height: calc(100vh - 255px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .report-invoice .content-scroll-panel {
    height: calc(100vh - 320px) !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title-box h1 {
    margin-right: 20px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .store-management .content-scroll-panel {
    height: calc(100vh - 275px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .tolerance-level .content-scroll-panel {
    height: calc(100vh - 275px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .content-main {
    margin-top: 69px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .content-part {
    height: calc(100vh - 125px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .invoice-entry .content-scroll-panel {
    height: calc(100vh - 130px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .report-invoice .content-scroll-panel {
    height: calc(100vh - 170px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .memo .content-scroll-panel {
    height: calc(100vh - 110px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .vendor-management .content-scroll-panel {
    height: calc(100vh - 110px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .report-invoice .content-scroll-panel {
    height: calc(100vh - 170px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .store-management .content-scroll-panel {
    height: calc(100vh - 130px) !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
  .banner-hide .tolerance-level .content-scroll-panel {
    height: calc(100vh - 125px) !important;
  }
}

#tblInvoiceReview_wrapper .DTFC_ScrollWrapper {
  height: auto !important;
}

#tblInvoiceReview_wrapper .DTFC_ScrollWrapper .dataTables_scrollBody {
  max-height: calc( 100vh - 398px) !important;
}

#tblInvoiceReview_wrapper .DTFC_ScrollWrapper table.dataTable thead th {
  min-width: 120px;
}

#tblInvoiceReview_wrapper .DTFC_ScrollWrapper table.dataTable thead th:first-child {
  min-width: inherit;
}

#tblInvoiceReview_wrapper .DTFC_ScrollWrapper table.dataTable tbody td {
  min-width: 120px;
}

#tblInvoiceReview_wrapper .DTFC_ScrollWrapper table.dataTable tbody td:first-child {
  min-width: inherit;
}

.tables {
  font-family: "Muli", sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.tables td, .tables th {
  padding: 8px 15px;
  font-size: 1.4rem;
}

.tables td:last-child, .tables th:last-child {
  text-align: center;
}

.tables td .error {
  background-color: #f98686;
  color: #ffffff;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 0 5px 0;
}

.tables td .no-error {
  background-color: #d4d4d4;
  color: #000000;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 0 5px 0;
}

.tables td .on-hold {
  background-color: #d471008f;
  color: #ffffff;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.tables td .approved {
  background-color: #48d4009c;
  color: #ffffff;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.tables td .processed {
  background-color: #0900d47a;
  color: #ffffff;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.tables tr:nth-child(even) {
  background-color: #f7f7f7;
}

.tables tr:hover {
  background-color: #f3f3f3;
}

.tables tfoot tr:hover {
  background-color: #ffffff;
}

.tables th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #292929;
  border-bottom: 2px solid #dddddd;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  -webkit-box-shadow: 0 1px 0px #dddddd;
          box-shadow: 0 1px 0px #dddddd;
  z-index: 9;
}

.tables th:last-child {
  width: 150px;
}

.tables td .action-block {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.tables td .action-block a {
  margin: 0 .3rem;
  height: 25px;
  width: 25px;
}

.tables--vendor {
  max-width: 1000px;
}

@media (max-width: 767px) {
  .tables--vendor {
    max-width: 500px;
  }
}

.review-invoice-table tr th:first-child {
  padding-right: 0 !important;
}

.review-invoice-table tr td:first-child {
  width: 20px;
  padding-right: 0 !important;
}

.review-invoice-table tr td:first-child .checkbox {
  opacity: 1;
}

.review-invoice-table tr:hover td:first-child .checkbox {
  opacity: 1;
}

.vendor-updates tr th:first-child, .vendor-updates tr td:first-child {
  width: 20px;
  padding-right: 0;
}

.vendor-updates tr th:first-child .checkbox, .vendor-updates tr td:first-child .checkbox {
  margin: 0;
}

.vendor-updates table.dataTable {
  margin: 0px;
}

/***Pagination****/
.pagination {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  margin: 1.5rem 0;
}

.pagination a {
  color: #292929;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #98012e;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

/*** Data Table ***/
table.dataTable {
  width: 100% !important;
}

table.dataTable thead th {
  border: none !important;
}

table.dataTable tbody td {
  word-break: break-word;
  padding: 8px 15px !important;
}

@media (max-width: 1280px) {
  table.dataTable tbody td {
    padding: 8px 7px !important;
  }
}

@media (max-width: 767px) {
  table.dataTable tbody td {
    word-break: normal;
  }
}

@media (max-width: 1024px) {
  .vendor-credit-table table.dataTable tbody td {
    padding: 8px 18px !important;
  }
}

.review-invoice table.dataTable {
  width: 100% !important;
}

.review-invoice table.dataTable thead th {
  border: none !important;
}

.review-invoice table.dataTable tbody td {
  word-break: inherit;
  padding: 8px 15px !important;
}

@media (max-width: 767px) {
  .review-invoice table.dataTable tbody td {
    word-break: normal;
  }
}

table.dataTable.no-footer {
  border: none !important;
}

.bottom {
  margin: 1.5rem 0;
  display: inline-block;
  width: 100%;
}

.bottom .dataTables_length label {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom .dataTables_length label select {
  width: 58px;
  padding: 0 .5rem;
  margin: 0 1rem;
  height: 3.8rem;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ffffff;
  outline: 0;
  font: 1.3rem "Muli", sans-serif;
  color: #000000;
  border: 1px solid #bfbfbf;
}

.update-jli .bottom {
  margin-bottom: 0px;
}

@media (max-width: 1280px) {
  .review-invoice .bottom {
    margin: 0.5rem 0.5rem 0.5rem 1rem;
    width: 99%;
  }
}

.dataTables_paginate a {
  color: #292929;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: none !important;
}

.icons-credit-table a {
  margin: 0 0.5rem;
}

@media (max-width: 1024px) {
  .vendor-updates table.dataTable thead th {
    padding: 10px 7px;
  }
}

.vendor-column-freez {
  width: 140px !important;
}

.store-column-freez {
  width: 120px !important;
}

#q-graph {
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
  margin: 0px;
  padding: 0;
  background: transparent;
  font-size: 11px;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 9;
}

#q-graph caption {
  caption-side: top;
  width: 800px;
  margin-top: -86px;
  position: relative;
  z-index: 10;
  font-weight: bold;
  text-align: left;
  font-size: 2.2rem;
  margin-left: -45px;
  color: #9a0031;
}

@media (max-width: 768px) {
  #q-graph caption {
    width: 500px;
  }
}

#q-graph td {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#q-graph td:hover {
  background-color: #4d4d4d;
  opacity: .9;
  color: white;
}

#q-graph thead {
  top: 5.75em;
  line-height: 2;
  left: 0;
}

#q-graph thead tr {
  position: relative;
  width: 100%;
  display: inline-block;
}

#q-graph thead th {
  width: 7.5em;
  height: auto;
  padding: 0.5em 1em;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 400px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 800px;
  top: 2px;
}

@media (max-width: 1024px) {
  #q-graph thead th {
    width: 720px;
  }
}

@media (max-width: 768px) {
  #q-graph thead th {
    width: auto;
  }
}

#q-graph thead th span {
  width: 60px;
  margin: 1rem 0.5rem;
  text-align: center;
  height: 6px;
}

#q-graph thead th .color_text {
  top: 2px;
  position: relative;
}

#q-graph thead th.onhold {
  top: 0;
  left: 0;
  line-height: 2;
}

#q-graph thead th.approved {
  top: 2.75em;
  line-height: 2;
  left: 0;
}

#q-graph thead th.processed {
  top: 5.75em;
  line-height: 2;
  left: 0;
}

#q-graph thead.onhold {
  top: 0;
  left: 0;
  line-height: 2;
}

#q-graph thead.approved {
  top: 2.75em;
  line-height: 2;
  left: 0;
}

#q-graph tbody tr {
  height: 222px;
  padding-top: 2px;
  border-right: 1px dotted #C4C4C4;
  color: #AAA;
}

#q-graph tbody th {
  bottom: -1.75em;
  vertical-align: top;
  font-weight: normal;
  color: #333;
}

@media (max-width: 1440px) {
  #q-graph tbody th {
    bottom: -0.5rem;
    background: #fff !important;
    padding-bottom: 12px;
    z-index: 99;
  }
}

#q-graph #storeA {
  left: 0;
}

#q-graph #storeB {
  left: 60px;
}

#q-graph #storec {
  left: 120px;
}

#q-graph #stored {
  left: 180px;
}

#q-graph #storee {
  left: 240px;
}

#q-graph #storef {
  left: 300px;
}

#q-graph #storeg {
  left: 360px;
}

#q-graph #storedh {
  left: 420px;
}

#q-graph #storei {
  left: 480px;
}

#q-graph #storeJ {
  left: 480px;
}

#q-graph #storeK {
  left: 540px;
}

#q-graph #storeL {
  left: 600px;
}

#q-graph #storeL1 {
  left: 660px;
}

#q-graph #storeM {
  left: 720px;
}

#q-graph #storen {
  left: 780px;
}

#q-graph #storeo {
  left: 840px;
}

#q-graph #storep {
  left: 900px;
}

#q-graph #storeq {
  left: 960px;
}

#q-graph .bar {
  width: 10px;
  border: 1px solid;
  border-bottom: none;
  color: #000;
}

#q-graph .bar p {
  margin: 5px 0 0;
  padding: 0;
  opacity: .4;
}

#q-graph .onhold {
  left: 10px;
  background-color: #e4ac6d;
  border-color: transparent;
}

#q-graph .approved {
  left: 25px;
  background-color: #8ce260;
  border-color: transparent;
}

#q-graph .processed {
  left: 40px;
  background-color: #8581e6;
  border-color: transparent;
}

#q-graph tr, #q-graph th, #q-graph td {
  position: absolute;
  bottom: 0;
  width: 100px;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}

#q-graph th {
  text-align: left;
  padding-left: 10px;
}

#ticks {
  position: relative;
  top: -313px;
  left: 2px;
  width: 100%;
  height: 300px;
  z-index: 1;
  margin-bottom: -300px;
  font-size: 10px;
  font-family: "fira-sans-2", Verdana, sans-serif;
}

@media (max-width: 768px) {
  #ticks {
    top: -296px;
    left: 26px;
  }
}

#ticks .tick {
  position: relative;
  border-bottom: 1px dotted #C4C4C4;
  width: 100%;
}

#ticks .tick p {
  position: absolute;
  left: -5em;
  top: 4.9em;
  margin: 0 0 0 0.5em;
}

.pieID {
  display: inline-block;
  vertical-align: middel;
}

.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
}

.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #EEE;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}

.pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 220px auto;
}

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  -webkit-animation: bake-pie 1s;
          animation: bake-pie 1s;
}

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}

.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 15px;
  font-size: 13px;
}

.legend li {
  width: 110px;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}

.legend em {
  font-style: normal;
}

.legend span {
  float: right;
}

.colors {
  height: 40px !important;
  overflow: hidden !important;
}
/*# sourceMappingURL=style.css.map */