/* @font-face {
  font-family: Poppins-semi;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat-regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat-medium;
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: poppins-regular;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppins-medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: poppins-bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: roboto-regular;
  src: url(../fonts/Roboto-Regular.ttf);
} */

/* 

.fm-r {
  font-family: 'Montserrat-regular';
}

.fm-m {
  font-family: 'Montserrat-medium';
}

.fp-s {
  font-family: 'Poppins-semi';
}

.fp-r {
  font-family: 'poppins-regular';
}

.fp-m {
  font-family: 'poppins-medium';
}

.fp-b {
  font-family: 'poppins-bold';
}

.fro-r {
  font-family: 'roboto-regular';
}


body {
  font-family: 'poppins-regular';
  font-size: 16px;
} */

/* @font-face {
  font-family: ClearSans-Regular-webfont;
  src: url(../fonts/ClearSans-Regular-webfont.eot);
  src: url(../fonts/ClearSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/ClearSans-Regular-webfont.woff) format("woff"), url(../fonts/ClearSans-Regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
} */

body {
  font-family: ClearSans-Regular-webfont, "Droid Sans Mono", Helvetica, Arial, "Lucida Grande", Verdana, "Gill Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  color: #373a3c; /*thisis for olddesign */
  margin: 0;
  -ms-overflow-style: scrollbar
}

.fixed-preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bold {
  font-weight: 700
}

.red {
    color: red;
}

.blue {
    color: #0089d4;
}

/* masterpagecss */
.btn{
  font-size:14px
}
.btn-primary {
  background-color: #0275d8 !important;
  border-color: #0275d8 !important;
}

  .btn-primary:hover {
      color: #fff;
      background-color: #025aa5 !important;
      border-color: #01549b !important;
  }

.btn-success {
  background-color: #008e3f !important;
  border-color: #008e3f !important;
}

  .btn-success:hover {
      color: #fff;
      background-color: #007132 !important;
      border-color: #007132 !important;
  }

.disabled-div {
  pointer-events: none;
  opacity: .5;
  background: #f3f3f3;
}

.brand-logo {
  /*background-image: url("../images/iPAS_logo.png");*/
  background-size: contain;
  height: 40px;
  margin-top: 5px;
  background-position: center;
}

.brand-logo,
.brand-vegam-view-logo {
  display: block;
  width: 110px;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  float: left;
}

.brand-logo,
.vegam {
  background-repeat: no-repeat;
}

.btn-normal,
.ui-dialog-buttonset button,
.ui-slider .ui-slider-range {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.toggle-button-mydesign {
  display: none
}

.toggle-div-mydesign {
  z-index: 99999999;
  background-color: #e1e5e5;
  position: fixed;
  top: 0
}

.toggle-ul-mydesign li {
  padding: 10px;
  float: left;
  background-color: #e1e5e5;
  margin-top: 5px
}

.toggle-ul-ipas li {
  float: left;
  background-color: #e1e5e5;
  margin-top: 2px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: 5px;
  list-style: none;
  color: #373a3c; /*this is for old design */
}

  .toggle-ul-ipas li a {
      color: inherit;
      padding: 12px 10px;
      float: left;
      font-size: 14px;
      border-radius: 2px;
      /* font-family: poppins-medium; */
      font-weight: 700; /*this is for old design */
  }

.toggle-ul-ipas .active {
  background-color: #fff;
  color: red
}

.super-admin {
  position: relative
}

  .super-admin ul li {
      font-weight: 700
  }

      .super-admin ul li a {
          color: #000
      }

.toggle-ipas-admin {
  margin: 2px 0 0;
  padding: 0;
  list-style-type: none
}

.toggle-ul-ipas li:hover,
.toggle-ul-ipas li:hover .toggle-ul-ipas-hover {
  color: Red;
  background-color: #fff;
  text-decoration: none
}

.super-admin-toggle {
  display: none;
  position: absolute;
  z-index: 51;
  border: 1px solid rgba(0, 0, 0, .2);
  margin: 0;
  top: 48px;
  right: 15px;
  background-color: #fff;
  padding: 5px 0;
  border-radius: 6px;
  list-style-type: none;
}

  .super-admin-toggle li a {
      padding: 2px 20px;
      color: #000;
      cursor: pointer;
      display: block
  }

      .super-admin-toggle li a:hover,
      .super-admin-toggle li:hover,
      .super-admin-toggle li:hover .super-admin-atag {
          color: #fff;
          background-color: #ccc
      }

.user-image {
  float: right;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  margin-top: 3px
}

  .user-image:hover {
      -ms-transform: scale(1.3, 1.3);
      -webkit-transform: scale(1.3, 1.3);
      margin-top: 6px;
      -webkit-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out
  }

.h-text {
  font-size: 1.1rem
}

.vegam {
  background-image: url(../images/vegam.png);
  height: 13px;
  width: 30px;
  display: inline-block
}

.n-icon2 {
  bottom: 130px !important
}

.n-icon {
  position: fixed;
  right: 3px;
  bottom: 50px;
  z-index: 999999;
  width: 50px
}

.n-icona {
  background-color: rgba(100, 100, 100, .1);
  border: 1px solid #4e677c;
  padding: 14px 0;
  border-radius: 50%
}

.footer {
  clear: both;
  position: absolute;
  margin-left: -21px;
  padding: 10px 20px 0 21px;
  width: 100%;
  border: 1px solid #cdd2d2
}

.footer-logo {
  background-image: url(../../Styles/Images/Aureole-New-Logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 200;
  height: 32px;
  margin-top: -4px;
  text-shadow: 0 1px 0 #fff;
  width: 150px
}

#footer {
  border: 1px solid #fff;
  left: 0;
  right: 0;
  position: fixed;
  height: 28px;
  color:#424242;
  max-width: 100%;
  z-index: 10039
}

.master-body {
  border-image: none;
  padding-bottom: 17px !important;
  background-color: #fff;
  margin-bottom: 25px;
  margin-top: 47px
}

.mr-right {
  padding-right: 37px !important
}

/*spinners and sitemap*/

#SiteMap1 > a:first-child + span,
a:first-child + span + span {
  display: none
}

.spinner-rectangle {
  width: 50px;
  height: 30px;
  text-align: center
}

  .spinner-rectangle > div {
      background-color: #248acc;
      height: 100%;
      width: 6px;
      margin-right: 3px;
      display: inline-block;
      -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
      animation: sk-stretchdelay 1.2s infinite ease-in-out
  }

  .spinner-rectangle .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s
  }

  .spinner-rectangle .rect3 {
      -webkit-animation-delay: -1s;
      animation-delay: -1s
  }

  .spinner-rectangle .rect4 {
      -webkit-animation-delay: -.9s;
      animation-delay: -.9s
  }

  .spinner-rectangle .rect5 {
      -webkit-animation-delay: -.8s;
      animation-delay: -.8s
  }

@-webkit-keyframes sk-stretchdelay {

  0%, 100%, 40% {
      -webkit-transform: scaleY(.4)
  }

  20% {
      -webkit-transform: scaleY(1)
  }
}

@keyframes sk-stretchdelay {

  0%, 100%, 40% {
      transform: scaleY(.4);
      -webkit-transform: scaleY(.4)
  }

  20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1)
  }
}

.spinner-circle-big {
  width: 1em;
  height: 1em;
  border: 6px dotted transparent;
  border-radius: 50%;
  padding: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  z-index: 9999
}

.spinner-circle-small {
  width: .4em;
  height: .4em;
  border: 3px dotted transparent;
  border-radius: 50%;
  padding: 15px;
  display: inline-block
}

/* small spinner */
.spinner-mini {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid blue;
  border-bottom: 2px solid blue;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}


/*pager */
.pagination ul > li {
  display: inline
}

  .pagination ul > .active > a,
  .pagination ul > .active > span,
  .pagination ul > li > .active {
      background-color: #9ba4ac;
      color: #fff;
      border: 1px solid #858f9a !important
  }

  .pagination ul > li > a,
  .pagination ul > li > span {
      float: left;
      padding: 4px 12px;
      line-height: 20px;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #9ba4ac !important;
      font-weight: 700;
      color: #5f6973
  }

.pagination-centered {
  text-align: center !important
}

.pagination ul {
  margin-bottom: 0
}

.well {
  background: #f7f7f7;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  -moz-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0 1px
}

.bread {
  margin-top: 13px;
  float: left;
}

/*plant selection box css */
.button-rotation {
  background: #7a7a7a;
  width: 310px;
  color: #fff;
  font-size: 19px;
  padding: 7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px
}

.pollSlider {
  position: fixed;
  margin-top: 87px;
  height: 313px;
  width: 205px;
  z-index: 10080
}

.padd-background {
  padding: 2px;
  background-color: #e4e4e4;
  overflow: hidden;
  clear: both;
}

.arrow-right {
  width: 4px;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3cc;
  margin-left: -15px;
  margin-top: 9px
}

.plant-slider-content {
  position: fixed;
  right: -136px;
  top: 273px;
  z-index: 10001;
  height: 0
}

.plantcleartext {
  position: absolute;
  right: 56px;
  z-index: 99;
  margin-top: 7px;
  color: #a6a6a6
}

.plant-listbox {
  width: 100%;
  height: 270px;
}

.unstyled > .lisite {
  padding: 3px 9px 3px 6px !important;
  background: #f8f8f8;
  width: 264px;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 14px;
  border: 1px solid #b8b8b8;
  border-left: 4px solid #d3d3d3;
  /* -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); */
  font-size: 13.6px !important;
  height: 28px
}

.lisite:active,
.lisite:focus,
.lisite:hover {
  box-shadow: 0 10px 10px -10px rgba(23, 23, 23, .55);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 4px;
  background: #ddf7ff;
  border-left: 4px solid #add8e6 !important;
  border: 1px solid #a2d5e6;
}

.plant-listbox a:hover {
  color: #014c8c !important
}

.grow-shadow {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform
}

  .grow-shadow:active,
  .grow-shadow:focus,
  .grow-shadow:hover {
      box-shadow: 0 10px 10px -10px rgba(194, 194, 194, .8);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      border-radius: 4px;
      background: #d9d9d9;
      border-left: 4px solid #b0b0b0 !important;
      border: 1px solid #b0b0b0
  }

.prev-circle-icon {
  border: 1px solid #909090;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: .5%;
  margin-top: 38.3%;
  background: #eee;
  cursor: pointer
}

.next-circle-icon {
  border: 1px solid #909090;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: 95%;
  margin-top: 41%;
  background: #eee;
  cursor: pointer
}

.opacity-arrow-ele {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none
}

ol.unstyled,
ul.unstyled {
  margin-left: 0;
  list-style: none
}

.back-button {
  margin: 9px 9px 0px 15px;
}

  .back-button a {
      padding: 4px;
      left: 0 !important;
  }

      .back-button a i {
          padding: 2px !important
      }


/* end of masterpagecss */

/*custom scrollbar */

.scrollbox {
  overflow: overlay
}

  .scrollbox::-webkit-scrollbar {
      background-color: transparent;
      width: 0px;
  }

  .scrollbox:hover::-webkit-scrollbar {
      width: 10px;
      height: 10px;
      box-shadow: inset 0 0 5px grey;
  }

  .scrollbox:hover::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
  }
  .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar{
    cursor: pointer;
  }

@media (hover: none) {
  .scrollbox::-webkit-scrollbar {
      width: 10px;
  }

  .scrollbox::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
  }
}

/*custom scroll end */

.d-blue {
  color: #4C96F9
}

.d-gray {
  color: #AFAFAF
}


.t-white {
  color: white !important;
}

.hide {
  display: none !important;
}

.search-section {
  margin-bottom: 20px;
  clear: both;
  min-height: 5px;
  padding-left: 5px
}

  .search-section div {
      float: left;
      cursor: pointer;
  }

.search-block,
.down-up-block {
  margin-top: 10px;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  background-color: #F3F2F2;
  padding: 2px 3px 2px 0;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.down-up-block {
  padding: 10px 5px 10px 5px;
  margin-top:0
}

.search-block label {
  font-size: 11px;
  display: block;
  margin: 0;
}

.search-block input,
.search-block select {
  font-size: 12px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  height: 30px;
  width: 100%
}

.filter-fields-block {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.floating-search-block {
  margin: 0;
  width: 100%;
  text-align: center;
}
.search-field {
  margin-top: 5px;
}
.search-field .btn-primary{
  margin-top:15px
}
.reset-btn {
  clear: both;
  height: 15px;
  color: #ff5084;
  display: block;
  margin-bottom: 7px;
  margin-top: 5px;
}

  .reset-btn:hover {
      text-decoration: underline !important;
  }

.breadcrumb-div {
  position: absolute;
  top: -30px;
  right: 10px;
  float: right
}
#spanUploadError{
  float:left;
  margin-top:6px
}

/* icons*/
.home-background {
  border-radius: 50%;
  background-color: #5f6973;
  height: 30px;
  width: 30px;
}

  .home-background:hover {
      background-color: red
  }
.i-indent {
    background: url('../../Styles/veg-new-master/images/i-indent.svg');
    margin-top:4px;
}

.i-home-white {
  background: url('../../Styles/veg-new-master/images/home-white.svg')
}

.i-back-arrow-white {
  background: url('../../Styles/veg-new-master/images/back-arrow-white.svg');
}

.search-section .download_upload {
  width: 20px;
  height: 20px;
  background: url('../../Styles/veg-new-master/images/search-section.png') -10px -10px;
  float: left;
  cursor: pointer;
}

.down-up-div:hover, .table-div:hover, .split_view ~ div:hover, .define_search_criteria ~ div:hover {
  color: #0275d8
}

.search-section .active .download_upload {
  width: 20px;
  height: 20px;
  background: url('../../Styles/veg-new-master/images/down-up-head-blue.svg');
  float: left;
  cursor: pointer;
}

.search-section .split_view {
  width: 20px;
  height: 20px;
  background: url('../../Styles/veg-new-master/images/search-section.png') -50px -10px;
  float: left;
  cursor: pointer;
}

.search-section .active .split_view {
  width: 20px;
  height: 20px;
  background: url('../../Styles/veg-new-master/images/split-view-blue.svg');
  float: left;
  cursor: pointer;
}

.search-section .table_view {
  width: 20px;
  height: 20px;
  background: url('../../Styles/veg-new-master/images/search-section.png') -10px -50px;
  float: left;
  cursor: pointer;
}


.search-section .active .table_view {
  width: 20px;
  height: 20px;
  background: url('../../Styles/veg-new-master/images/table-view-blue.svg');
  float: left;
  cursor: pointer;
}

.search-section .define_search_criteria {
  width: 20px;
  height: 20px;
  background: url('../../Styles/veg-new-master/images/search-section.png') -10px -90px;
  float: left;
  cursor: pointer;
}


.search-section .active .define_search_criteria {
  width: 20px;
  height: 20px;
  background: url('../../Styles/veg-new-master/images/search-box-blue.svg');
  float: left;
  cursor: pointer;
}

i {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat !important;
  display: inline-block;
  background-size: cover !important;
  cursor: pointer;
}

.bg-contain {
  background-size: contain !important
}

.i-download-disabled {
  background: url('../../Styles/veg-new-master/images/download.svg')
}

.i-upload-disabled {
  background: url('../../Styles/veg-new-master/images/upload.svg')
}

.i-addmore {
  background: url('../../Styles/veg-new-master/images/addmore.svg')
}

.i-circle {
  background: url('../../Styles/veg-new-master/images/circle.svg')
}

.i-circle-check {
  background: url('../../Styles/veg-new-master/images/circle-check.svg')
}

.i-sort {
  background: url('../../Styles/veg-new-master/images/sort.svg')
}

.i-sort-down {
  background: url('../../Styles/veg-new-master/images/sort-down.svg')
}

.i-sort-up {
  background: url('../../Styles/veg-new-master/images/sort-up.svg')
}

th .i-sort {
  height: 15px;
  float: right;
  width: 11px;
  margin-left: 3px;
  position: absolute;
  right: 3px;
  top: 5px
}

th .i-sort-up,
th .i-sort-down {
  height: 7px;
  float: right;
  width: 12px;
  margin-left: 3px;
  position: absolute;
  right: 3px;
  top: 5px
}

.i-mail {
  background: url('../../Styles/veg-new-master/images/mail.svg');
  width: 24px
}

.i-mail-active {
  background: url('../../Styles/veg-new-master/images/mail-active.svg');
  width: 24px
}

.i-mail-warning {
  background: url('../../Styles/veg-new-master/images/mail-warning.svg');
  width: 24px
}

.i-delete {
  background: url('../../Styles/veg-new-master/images/delete.svg')
}

.i-delete-red {
  background: url('../../Styles/veg-new-master/images/delete-red.svg')
}

.i-edit {
  background: url('../../Styles/veg-new-master/images/edit.svg')
}

.i-edit-blue {
  background: url('../../Styles/veg-new-master/images/edit-blue.svg')
}

.i-gear {
  background: url('../../Styles/veg-new-master/images/gear.svg')
}

.i-columns {
  background: url('../../Styles/veg-new-master/images/columns.svg')
}

.i-columns-disabled {
  background: url('../../Styles/veg-new-master/images/columns-disabled.svg')
}

.i-search {
  background: url('../../Styles/veg-new-master/images/search.svg')
}

.i-search-blue {
  background: url('../../Styles/veg-new-master/images/search-blue.svg')
}

.i-alarm {
  background: url('../../Styles/veg-new-master/images/alarm.svg')
}

.i-drag {
  background: url('../../Styles/veg-new-master/images/drag.svg')
}

.i-drag-disabled {
  background: url('../../Styles/veg-new-master/images/drag-disabled.svg')
}

.i-arrows-alt {
  background: url('../../Styles/veg-new-master/images/arrows-alt.svg')
}

.i-arrows-alt-disabled {
  background: url('../../Styles/veg-new-master/images/arrows-alt-disabled.svg')
}

.i-save {
  background: url('../../Styles/veg-new-master/images/save.svg')
}

.i-save-disabled {
  background: url('../../Styles/veg-new-master/images/save-disabled.svg')
}

.i-tick-small {
  background: url('../../Styles/veg-new-master/images/tick-small.svg')
}

.i-tick-small-disabled {
  background: url('../../Styles/veg-new-master/images/tick-small-disabled.svg')
}

.i-tick-big {
  background: url('../../Styles/veg-new-master/images/tick-big.svg')
}

.i-tick-big-disabled {
  background: url('../../Styles/veg-new-master/images/tick-big-disabled.svg')
}

.i-upload {
  background: url('../../Styles/veg-new-master/images/upload.svg');
  margin-right: .50rem !important;
}

.i-download {
  background: url('../../Styles/veg-new-master/images/download.svg');
  margin-right: .50rem !important;
}

.i-addmore-square-disabled {
  background: url('../../Styles/veg-new-master/images/addmore-square.svg')
}

.i-addmore-square {
  background: url('../../Styles/veg-new-master/images/addmore-square-blue.svg')
}

.i-info {
  background: url('../../Styles/veg-new-master/images/info.svg')
}

.i-info-blue {
  background: url('../../Styles/veg-new-master/images/info-active.svg')
}

.i-info-red {
  background: url('../../Styles/veg-new-master/images/info-red.svg')
}

.i-cross-red {
  background: url('../../Styles/veg-new-master/images/cross-red.svg')
}

.i-arrow-list-blue {
  background: url('../../Styles/veg-new-master/images/arrow-list-blue.svg')
}

.i-arrow-list-disabled {
  background: url('../../Styles/veg-new-master/images/arrow-list-disabled.svg')
}

.i-disabled-red {
  background: url('../../Styles/veg-new-master/images/disabled-red.svg')
}

.i-exclamatory-red {
  background: url('../../Styles/veg-new-master/images/exclamatory-red.svg')
}

.i-printer-blue {
  background: url('../../Styles/veg-new-master/images/printer-blue.svg')
}

.i-printer-disabled {
  background: url('../../Styles/veg-new-master/images/printer-disabled.svg')
}

.i-tick-big-white {
  background: url('../../Styles/veg-new-master/images/tick-big-white.svg')
}

.i-weight {
  background: url('../../Styles/veg-new-master/images/weight.svg')
}

.i-calendar-big-blue {
  background: url('../../Styles/veg-new-master/images/calendar-big-blue.svg')
}

.i-calendar-big-disabled {
  background: url('../../Styles/veg-new-master/images/calendar-big-disabled.svg')
}

.i-color-calendar {
  background: url('../../Styles/veg-new-master/images/color-calendar.svg')
}

.i-arrow-left-gray {
  background: url('../../Styles/veg-new-master/images/arrow-left-gray.svg')
}

.i-arrow-right-gray {
  background: url('../../Styles/veg-new-master/images/arrow-right-gray.svg')
}

.i-star {
  background: url('../../Styles/veg-new-master/images/star.svg')
}

.i-star {
  background: url('../../Styles/veg-new-master/images/star-filled.svg')
}
.i-star-red {
  background: url('../../Styles/veg-new-master/images/star-red.svg')
}

.i-arrow-back {
  background: url('../../Styles/veg-new-master/images/arrow_back.svg');
  height: 25px;
  width: 25px;
  background-size: cover;
  cursor: pointer;
}

.i-home {
  background: url('../../Styles/veg-new-master/images/home.svg');
  height: 19px;
  width: 18px;
  background-size: cover;
  cursor: pointer;
}

.i-chevron-up {
  background: url('../../Styles/veg-new-master/images/chevron-up.svg');
}

.i-chevron-down {
  background: url('../../Styles/veg-new-master/images/chevron-down.svg');
}

.i-chevron-right {
  background: url('../../Styles/veg-new-master/images/chevron-right.svg');
}

.i-chevron-left {
  background: url('../../Styles/veg-new-master/images/chevron-left.svg');
}

.i-chevron-up-white {
  background: url('../../Styles/veg-new-master/images/chevron-up-white.svg');
}

.i-chevron-down-white {
  background: url('../../Styles/veg-new-master/images/chevron-down-white.svg');
}

.i-doc-blue {
  background: url('../../Styles/veg-new-master/images/doc-blue.svg');
}

.i-refresh {
  background: url('../../Styles/veg-new-master/images/refresh.svg');
}

.i-flag {
  background: url('../../Styles/veg-new-master/images/flag.svg');
}

.i-flag-red {
  background: url('../../Styles/veg-new-master/images/flag-red.svg');
}
.i-flag-blue {
  background: url('../../Styles/veg-new-master/images/flag-blue.svg');
}
.i-flag-gray {
  background: url('../../Styles/veg-new-master/images/flag-gray.svg');
}
.i-revert-orange{
  background: url('../../Styles/veg-new-master/images/revert-orange.svg');
}
.i-square {
  width: 20px;
  height: 20px;
  border: 2px solid #AFAFAF;
  border-radius: 4px
}

.i-square-check-blue {
  background: url('../../Styles/veg-new-master/images/tick-big-white.svg');
  background-color: #4C96F9;
  border-radius: 4px;
  background-size: 18px 18px !important;
    background-position: center;
}

.i-plus-blue {
  background: url('../../Styles/veg-new-master/images/plus-blue.svg');
}
.i-plus-square-blue {
  background: url('../../Styles/veg-new-master/images/plus-square-blue.svg');
}

.i-minus-blue {
  background: url('../../Styles/veg-new-master/images/minus-blue.svg');
}

.i-exchange-blue {
  background: url('../../Styles/veg-new-master/images/exchange-blue.svg');
}

.i-more-blue {
  background: url('../../Styles/veg-new-master/images/more-blue.svg');
}
.i-flower-green {
  background: url('../../Styles/veg-new-master/images/flower-green.svg');
}
.i-kanban-red {
  background: url('../../Styles/veg-new-master/images/kanban-red.svg');
}
.i-part-bag-brown {
  background: url('../../Styles/veg-new-master/images/part-bag-brown.svg');
}
.i-expand-right-blue{
  background: url(../../Styles/veg-new-master/images/expand-right-blue.svg);
}
.i-expand-left-red{
  background: url(../../Styles/veg-new-master/images/expand-left-red.svg);
}
.i-copy {
    background: url(../../Styles/veg-new-master/images/copy.svg);
}
.i-checked-square {
    background: url(../../Styles/veg-new-master/images/checked-square.svg);
}
.i-not-checked-square {
    background: url(../../Styles/veg-new-master/images/not-checked-square.svg);
}

/* staging status icons */
.i-status-addition {
  background: url('../../Styles/veg-new-master/images/status-addition.svg');
}

.i-status-closed {
  background: url('../../Styles/veg-new-master/images/status-closed.svg');
}

.i-status-manufacturecompleted {
  background: url('../../Styles/veg-new-master/images/status-manufacturecompleted.svg');
}

.i-status-manufacturestarted {
  background: url('../../Styles/veg-new-master/images/status-manufacturestarted.svg');
}

.i-status-notstarted {
  background: url('../../Styles/veg-new-master/images/status-notstarted.svg');
}

.i-status-qcrejected {
  background: url('../../Styles/veg-new-master/images/status-qcrejected.svg');
}

.i-status-scheduled {
  background: url('../../Styles/veg-new-master/images/status-scheduled.svg');
}

.i-status-stagingcomplete {
  background: url('../../Styles/veg-new-master/images/status-stagingcomplete.svg');
}

.i-status-staginginprogress {
  background: url('../../Styles/veg-new-master/images/status-staginginprogress.svg');
}

.i-status-stagingordercreated {
  background: url('../../Styles/veg-new-master/images/status-stagingordercreated.svg');
}
.i-status-stagingorderrec {
  background: url('../../Styles/veg-new-master/images/status-stagingorderrec.svg');
}
.i-status-repacking-inprogress {
  background: url('../../Styles/veg-new-master/images/status-repacking-inprogress.svg');
}

.i-status-revert {
    background: url('../../Styles/veg-new-master/images/statusrevertNew.svg');
    /*background-image: url("../../Styles/veg-new-master/images/Revert.png");*/
}

.i-sand-truck {
    background: url('../../Styles/veg-new-master/images/sandTruck.svg')
}

/* staging status icons end */
/* Quality icons  */
.i-quality {
  background: url('../../Styles/veg-new-master/images/Quality-new.svg');
}
.i-qc-addition {
  background: url('../../Styles/veg-new-master/images/qc-addition.svg');
}
.i-qc-failed {
  background: url('../../Styles/veg-new-master/images/qc-failed.svg');
}
.i-qc-rejected {
  background: url('../../Styles/veg-new-master/images/qc-rejected-new.svg');
}
.i-qc-passed {
  background: url('../../Styles/veg-new-master/images/qc-passed-new.svg');
}
.i-qc-resample {
  background: url('../../Styles/veg-new-master/images/qc-resample-new.svg');
}
.i-qc-required {
    background: url('../../Styles/veg-new-master/images/qc-required.svg');
}
/* Quality icons end  */
/* manf icons */
.i-m-qc-resample {
  background: url('../../Styles/veg-new-master/images/m-qc-resample.svg');
}
.i-m-addition {
  background: url('../../Styles/veg-new-master/images/m-addition.svg');
}
.i-m-quality {
  background: url('../../Styles/veg-new-master/images/m-quality.svg');
}
.i-m-tinting {
  background: url('../../Styles/veg-new-master/images/m-tinting.svg');
}
.i-m-pre-tinting {
  background: url('../../Styles/veg-new-master/images/m-pre-tinting.svg');
}
.i-m-packing-completed {
  background: url('../../Styles/veg-new-master/images/m-packing-completed.svg');
}
.i-m-packing-started {
  background: url('../../Styles/veg-new-master/images/m-packing-started.svg');
}



/* manf icons end  */

/*end of icons*/
.cursor-pointer {
  cursor: pointer
}

.search-section .active div {
  color: #0275d8
}

.search-block .down-up-block {
  padding-left: 10px
}

.down-up-block .btn-outline-light {
  color: #373A3C;
  background-color: #FFFFFF;
  height: 38px;
  margin-right: 20px;
  border: 1px solid #DBDBDB
}

.table-responsive > .table-bordered {
  border: 1px solid #dee2e6;
  width:99.9%
}

.table-section {
  clear: both;
}

  .table-section .table {
      box-shadow: 0 3px 6px #00000029;
      border-radius: 10px;
      margin-bottom: 0;
  }

  .table-section .table-desc {
    background-color: #EDEDED;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 6px;        
    font-size: 14px;
      font-weight: bold;
  }

  .table-section th {
      border: 1px solid #AFAFAF;
      border-bottom: none !important;
      background-color: #EDEDED;
      font-size: 14px;
      /* font-family: 'poppins-medium'; */
      color: #2D2C2C;
      position: relative;
      padding-top:5px;
      padding-bottom:5px;
      vertical-align:top !important;
      border-top:none;
  }

      .table-section th:last-child {
          border-right: none;
      }

      .table-section th:first-child {
          border-left: none;
      }

  .table-section td {
      border: 1px dashed #AFAFAF;
      border-bottom: none !important;
      border-top: none !important;
      font-size: 14px;
      padding: .4rem;
  }

      .table-section td:last-child {
          border-right: none;
      }

      .table-section td:first-child {
          border-left: none;
      }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #FFFFFF
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F5F7F9
}

.table td .date-alert {
  padding: 3px 9px;
  border-radius: 20px;
  background: #FF3F3F;
  color: #FFFFFF
}

/* table header fixed */
.pane--table2 {
  overflow-x: scroll;
  background-color: #ededed;
}

  .pane--table2 th,
  .pane--table2 td {
      width: auto;
  }

.break-word {
  white-space: normal !important;
  word-break: break-word;
}

/* .pane--table2 th.small, .pane--table2 td.small {
width: auto;
min-width: 100px;
max-width:100px;
}
.pane--table2 th.big, .pane--table2 td.big {
width: auto;
min-width: 300px;
}
.pane--table2 th.bigger, .pane--table2 td.bigger{
width: auto;
min-width: 400px;
max-width: 400px;
white-space: normal;
} */
.pane--table2 tbody {
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  /* height: 200px; */
  max-height: 70vh
}

.pane--table2 thead {
  display: table-row;
}

/*switch element*/
.switch {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 22px;
}

  .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: 20px;
      width: 20px;
      left: 1px;
      bottom: 1px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
  }

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
      border-radius: 50%;
  }

/* end of switch elemts */
/* custom select css */
.custom-select {
  background: url('../../Styles/veg-new-master/images/chevron-down.svg');
  background-position: calc(100% - 9px) 48%, calc(100% - 18%) 10px, 100% 0px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    background-color: white;
}
.form-control,.form-control-sm,.form-control-lg{
  font-size:14px
}
.form-control-sm:disabled, .form-control-sm[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=checkbox] {
  transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  outline: 0;
}
select, .hasDatepicker {
  cursor: pointer
}
.white-shadow-block{
  background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 6px #00000029;
}
/*dynamic grid dropdown-css */
.pro-plan .dropdown-menu li {
  width: 100%;
  display: block;
  float: left;
  border-bottom: 1px solid gainsboro;
}

.pro-plan .dropdown-menu ul {
  border-bottom: 1px solid gainsboro;
}

.pro-plan .dropdown-menu {
  border: 1px solid gainsboro;
  background: #f9f9f9;  
  z-index: 10041 !important;
  font-weight:500
}

  .pro-plan .dropdown-menu li:hover {
      background: #cdd2d2;
  }

  .pro-plan .dropdown-menu .arrow-up {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 5px solid #008e3f;
      font-size: 0;
      line-height: 0;
      top: -6px;
      position: absolute;
  }

.pro-plan .btn-mini {
  padding: .3rem .3rem;
  font-size: .7rem;
}

.pro-plan ul {
  list-style: none;
  overflow-y: auto;
}

.show {
  display: block !important;
}

/*end-dropdown-css */
.ui-widget {
  z-index: 99999
}

/* popup custom css  */

.modal.cust .modal-content {
  border: 1px solid #707070;
  border-radius: 10px
}

.modal.cust .modal-header,
.modal.cust .modal-footer {
  padding: 1rem
}

.modal.cust .modal-body {
  padding: 0 1rem
}

.modal.cust .modal-header,
.modal.cust .modal-body,
.modal.cust .modal-footer {
  border: none
}

.modal.cust .close {
  color: red;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  margin-top: 2px;
}

  .modal.cust .close .text {
      color: gray;
      font-size: 14px;
      float: left;
      margin-right: 4px;
      margin-top: 4px;
  }

/*End op popup custom css */

/* custom-navbar */
.v-cust {
  border-bottom: 2px solid #0089d4;
}

  .v-cust .nav-item {
      margin-bottom: -2px;
      margin-right: 5px
  }

  .v-cust .nav-link.active {
      border: 2px solid #0089d4;
      border-bottom-color: transparent;
      color: #0089d4;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding-bottom: 4px;
  }

  .v-cust .nav-link:hover {
      padding-bottom: 6px;
  }

  .v-cust .nav-link {
      padding: .5rem .5rem;
      color: #818181;
      font-size: 14px;
  }

  .v-cust .nav-item:first-child {
      margin-left: 30px
  }

/*end of custom navbar */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
    cursor:not-allowed;
}

/*Vegam_old CSS Start */

.label-medium {
  max-width: 50px !important;
  min-width: 50px !important;
  float: left
}

.label-large {
  max-width: 68px !important;
  min-width: 68px !important;
  float: left
}

.label-xlarge {
  max-width: 100px !important;
  min-width: 100px !important;
  float: left
}

.label-xxlarge {
  min-width: 130px !important;
  max-width: 130px !important;
  float: left;
  float: left !important
}

.label-xxxlarge {
    min-width: 185px;
    max-width: 185px;
    float: left;
    float: left !important
}

.label-2xlarge {
  min-width: 195px !important;
  max-width: 195px !important;
  float: left;
  float: left !important
}

#footer,
.footer {
    background-color: #f0f0f0;
    bottom: 0
}


.break-all {
  word-break: break-all
}

.nowrap {
  white-space: nowrap
}

.scroll-bar {
  cursor: pointer;
}

input[type="file" i] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px
}

.form-control-sm {
  border: 1px solid #ced4da;
}

@media (max-width:979px) and (min-width:100px) {
    .super-admin-click  > a {
        padding: 51px 0px 12px !important;
    }
    
    .toggle-ul-ipas .active {
        background-color: #e1e5e5 !important;
        color: lightgray;
    }

  .pollSlider {
      position: fixed;
      margin-top: 87px;
      height: 310px;
      width: 352px;
      z-index: 10080;
      right: -572px;
  }

  .user-image {
      display: none;
  }

  .toggle-ul-ipas {
      width: 100%;
      display: none;
      position: absolute;
      z-index: 50;
      top: 56px
  }

      .toggle-ul-ipas li a {
          float: none;
          display: block;
          color: #777;
          border-bottom: 2px solid white;
      }

  .user-image:hover {
      right: 140px
  }

    .toggle-button-mydesign {
        display: block;
        /*margin-left: 229px;*/
        float: right;
        margin-top: 10px;
        background: #f3f4f4;
    }

  .toggle-ul-ipas li {
      width: 99.8%;
      text-align: center;
      padding: 0;
      margin-top: 0
  }

  .toggle-div-mydesign {
      padding-left: 0
  }

  .brand-logo {
      margin-left: 0
  }

  .super-admin {
      margin-right: 49px;
      margin-top: -38px
  }

  .super-admin-toggle {
      right: 25px
  }
}

@media (min-width:481px) and (max-width:767px) {
  .brand-logo {
      float: left;
      display: block;
      background-image: url("../images/iPAS_logo.png");
      background-size: 80% 100%;
      width: 110px;
      height: 38px;
      font-size: 20px;
      font-weight: 200;
      margin-top: 4px;
      margin-left: 6px;
      color: #fff;
      text-shadow: 0 1px 0 #fff
  }
}

@media (min-width:320px) and (max-width:480px) {
  .brand-logo {
      float: left;
      display: block;
      background-image: url("../images/iPAS_logo.png");
      background-size: 80% 100%;
      width: 110px;
      height: 38px;
      font-size: 20px;
      font-weight: 200;
      margin-top: 4px;
      margin-left: 6px;
      color: #fff;
      text-shadow: 0 1px 0 #fff
  }
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.3em;
  cursor: default
}

.ui-widget-header a {
  color: #222
}

.ui-slider-horizontal {
  height: 1em
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #fff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  height: 12.5px;
  margin-top: -1px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.ui-dialog .ui-dialog-content {
  color: #44484a !important;
  padding: 10px !important
}

.ui-dialog-buttonset button {
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  min-width: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  color: #fff;
  padding: 5px 10px;
  outline: 0
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(../../Styles/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-widget-header .ui-icon {
  background-image: url(../../Styles/images/ui-icons_ffffff_256x240.png) !important
}

.ui-widget-header .ui-state-hover {
  border-color: transparent !important;
  background: 0 0 !important
}

.ui-widget {
  font-family: Helvetica, Tahoma, Arial, sans-serif !important;
  font-size: 14px;
  text-align: left;
  padding: 0 !important;
  border-color: #8d9498 !important;
  border-width: 2px;
  border-radius: 0
}

.ui-dialog-titlebar-close {
  border: none;
  background-color: transparent;
  background-image: url(../../Styles/images/ui-icons_ffffff_256x240.png);
  background-position: -96px -128px;
}

/*Vegam_old CSS End */

/*calender styles start*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: transparent;
    font-weight: normal;
    color: #444648;
    text-align: center;
}

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        border: 1px solid #ccc;
        background: #ededed;
        font-weight: normal;
        color: #2b2b2b;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #007fff;
    background: #c3c3c3;
    color: #333;
    font-weight: 600;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #007fff;
    background: #007fff;
    color: #fff;
    font-weight: 600;
}

.ui-datepicker-close {
    display: none;
}
/*calender styles end*/

@media(min-width:767px) {
  .plant-listbox {
      width: 574px
  }

  .pollSlider {
      width: 575px
  }

  .filter-fields-block {
      width: 90%;
      border-right: 1px solid #00000029;
      padding-top: 5px;
      padding-bottom: 5px;
      cursor: default !important;
  }
  .filter-fields-block div{
    cursor:default !important;
}
  .floating-search-block {
      
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 10%;
      text-align: center;
      right: 0
  }
}

@media(max-width:767px) {
  .v-cust .nav-item {
      width: 100%
  }

  .v-cust .nav-link.active {
      border-bottom-color: #4C96F9
  }
}

/*page-block common styles using parent prefix "page-block" for new designs*/
/*common styles started*/
.page-block {
    height: calc(100vh - 127px);
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #00000028;
}

    .page-block .page-block-header {
        position: relative;
        z-index: 20;
        box-shadow: 0px 3px 3px #7D7D7D24;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .page-block .page-block-title {
        font-size: 18px;
        font-weight: 700;
        margin: 0
    }

    .page-block .page-block-body {
        flex-grow: 1;
        overflow: auto;
        position: relative;
    }

    .page-block .page-block-footer {
        position: relative;
        z-index: 20;
        box-shadow: 0px -2px 12px #7D7D7D52;
        padding: 2px 5px 2px 5px !important;
        min-height: 50px;
    }

    .page-block .page-block-actions {
        float: right;
        padding: 2px 0px 2px 0px;
    }

.page-block-actions button {
    width: 142px;
    height: 42px;
    font-weight: bold;
}

.page-block .navTabs-new .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--text-blue) !important;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #0275D8 !important;
}

.page-block .navTabs-new .receiving-mode {
    position: relative;
    bottom: -2px;
}

.page-block .nav-link {
    color: var(--text-primary) !important;
    border: none;
}

.page-block .nav-tabs .nav-link:hover {
    border: none;
}
/*common styles ended*/

.page-block .i-chevron-down {
    background: url("../images/i-chevron-down-new.svg") no-repeat;
    width: 18px;
    height: 8px;
}

.page-block .i-chevron-up {
    background: url("../images/i-chevron-up-new.svg") no-repeat;
    width: 18px;
    height: 8px;
}

.page-block .i-edit-blue {
    background: url("../images/i-edit-thin-blue.svg") no-repeat;
    width: 24px;
    height: 24px;
}

.page-block .i-delete {
    background: url("../images/i-delete-new.svg") no-repeat;
    width: 18px;
    height: 22px;
}

.page-block .i-delete-red {
    background: url("../images/i-delete-red-new.svg") no-repeat;
    width: 18px;
    height: 22px;
}

.page-block .i-printer-blue {
    background: url("../images/i-printer-blue-new.svg") no-repeat;
    width: 21px;
    height: 21px;
}

.page-block .i-edit-thin-gray,
.page-block .i-edit {
    background: url("../images/i-edit-thin-gray.svg") no-repeat;
    height: 24px;
    width: 24px;
}

.page-block .i-search-thin {
    background: url("../images/i-search-thin.svg") no-repeat;
}

.page-block .bg-gray-primary {
    background: var(--bg-primary);
}

.page-block .i-plus-circle-new {
    background: url('../images/i-plus-circle-new.svg') no-repeat;
    width:20px;
    height:20px;
}

.page-block .i-checkbox-new {
    background: url('../images/checkbox-new.svg') no-repeat;
    height: 24px;
    width: 24px;
}

.page-block .i-orange-left-arrow {
    background: url("../images/orange-left-arrow.svg") no-repeat;
    width: 7px;
}

.page-block .i-orange-right-arrow {
    background: url("../images/orange-right-arrow.svg") no-repeat;
    width: 7.3px;
}

.i-cross-red-new,
.i-close-red {
    width: 32px;
    height: 32px;
    background: url("../images/i-close-red.svg") no-repeat;
}

.page-block .i-expand-left-blue {
    background: url("../images/expand-left-blue.svg") no-repeat;
    width: 24px;
    height: 24px;
}

.page-block .i-expand-right {
    background: url("../images/expand-right.svg") no-repeat;
    width: 24px;
    height: 24px;
}

.page-block .i-expand-right-gray {
    background: url("../images/expand-right-gray.svg") no-repeat;
    width: 24px;
    height: 24px;
}

.page-block .i-upload {
    background: url(../images/i-upload.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.page-block .i-download {
    background: url(../images/i-download.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.page-block .i-eye {
    background: url(../images/i-eye.svg) no-repeat;
}

.page-block .i-eye-slash {
    background: url(../images/i-eye-slash.svg) no-repeat;
}

.search-section .active .define_search_criteria {
    background: url('../images/i-search-square-active-new.svg') no-repeat !important;
}

.search-section .active .download_upload {
    background: url('../images/i-download-upload-active-new.svg') no-repeat !important;
}

.page-block .i-save-blue {
    height: 31px !important;
    width: 31px !important;
    background: url('../images/i-save-blue-new.svg') no-repeat;
}

.page-block .i-cal-blue {
    height: 23px;
    width: 23px;
    background: url('../images/i-cal-blue.svg') no-repeat;
}

.page-block .i-doc-new {
    height: 24px;
    width: 24px;
    background: url('../images/i-doc-new.svg') no-repeat;
}

.page-block .i-play-new {
    height: 24px;
    width: 24px;
    background: url('../images/i-play-new.svg') no-repeat;
}

.page-block .i-smart-view {
    height: 24px;
    width: 24px;
    background: url('../images/i-smart-view.svg') no-repeat;
}

.page-block .i-list-view {
    height: 24px;
    width: 24px;
    background: url('../images/i-list-view.svg') no-repeat;
}

.i-history {
    background: url('../images/i-history.svg') no-repeat;
}


.i-ellipsis {
    background: url('../images/i-ellipsis.svg') no-repeat;
}

.i-smile-green {
    background: url('../images/i-smile-green.svg') no-repeat;
}

.i-smile-orange {
    background: url('../images/i-smile-orange.svg') no-repeat;
}

.i-smile-orange {
    background: url('../images/i-smile-orange.svg') no-repeat;
}

.i-inprogress {
    background: url('../images/i-inprogress.svg') no-repeat;
}

.i-order-accept {
    background: url('../images/i-order-accept.svg') no-repeat;
}

.i-ellipsis {
    background: url('../images/i-ellipsis.svg') no-repeat;
}

.i-material-delivered {
    background: url('../images/i-material-delivered.svg') no-repeat;
}

.i-cross-gray-o {
    background: url(../images/i-cross-gray-o.svg) no-repeat;
}

.page-block .table-header {
    background: var(--bg-navy);
    min-height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
}

.page-block .btn-white {
    background: #fff !important;
    height: 100%;
    border-radius: 0;
    border: 1px solid var(--border-primary);
    border-right: none;
}

.page-block .highlightRow {
    background-color: lightblue !important;
}

.page-block .arrow-right-black-small {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid var(--bg-navy);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*page description icons*/
.i-info-new {
    background: url("../images/i-info-new.svg");
}

.i-info-active-new {
    background: url("../images/i-info-active-new.svg");
}

.desc-div {
    position: relative;
}

#descInfo {
    height: 33px;
    width: 33px;
    margin: 10px 13px 0px 0px;
}

.desc-div {
    padding: 5px 37px 5px 15px;
    z-index: 10;
    top: 90px;
    width: 100%;
    position: absolute;
    left: 0px;
    color: var(--text-primary);
    min-height: 51px;
}

.desc-content {
    padding: 5px 10px 5px 10px;
    background: var(--bg-primary);
    box-shadow: 0px 16px 29px -1px #00000040;
}

/*search-section down-up block new design styles*/

.page-block .search-block {
    margin-top: 0;
    box-shadow: none;
    border-radius: 0px;
    background-color: var(--bg-primary);
    padding: 2px 3px 2px 4px;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0px;
    position: relative;
    z-index: 6;
}

.page-block .search-section {
    margin-bottom: 0px;
    position: relative;
    padding-left: 0;
}


.page-block .search-section .define_search_criteria {
    margin-left: 5px;
}

.page-block .down-up-block {
    border-radius: 0px;
    padding: 2px 3px;
    width: 100%;
    clear: both;
    margin-bottom: 0px;
    z-index: 1030;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--bg-white);
    border: 1px solid var(--border-primary);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
}

    .page-block .down-up-block fieldset {
        display: flex;
        align-items: center;
        height: 100%;
        width: 90.3%;
        padding-left: 0px !important;
    }

    .page-block .down-up-block .btn-outline-light {
        height: 40px;
        border: 1px solid var(--border-primary);
        border-radius: 0;
        margin-right: 0px;
        color: var(--text-blue);
        font-weight: 700;
        display: flex;
        align-items: center;
    }

.page-block .search-section .active div {
    color: var(--text-blue);
    font-weight: 700;
}

.page-block .down-up-div div:hover {
    color: var(--text-blue);
}

.page-block .filter-fields-block {
    padding-top: 0px;
    border-right: none;
    /*margin-left: -10px;*/
}

.page-block .search-block label {
    font-size: 14px;
    color: var(--text-primary);
}

.page-block .search-block input:not(input[type=checkbox],input[type=radio]) {
    height: 40px;
    width: 100%;
}

.page-block .search-block input:not(.vscomp-search-input) {
    font-size: 14px;
    border: 2px solid var(--border-primary);
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #00000026 inset;
}

.page-block .search-block .vscomp-toggle-button {
    height: 40px !important;
    border-radius: 4px !important;
    box-shadow: 0px 2px 4px 0px #00000026 inset;
}

.page-block .vscomp-arrow::after {
    border: none;
    background: url("../images/i-chevron-down-new.svg") no-repeat;
    height: 12px;
    width: 15px;
    transform: none;
    margin-top: 6px;
}

.page-block .vscomp-option-text,
.page-block .vscomp-value {
    font-size: 14px;
    color: #373a3c;
}

.page-block .vscomp-ele.pop-comp-active .vscomp-arrow::after {
    transform: rotate(180deg);
    margin-top: -4px;
}

.page-block .search-field .btn-primary {
    font-weight: 700;
    height: 42px;
}

.page-block .reset-btn {
    height: 42px;
}

.page-block .search-v-line {
    position: absolute;
    border-right: 1px solid var(--border-primary);
    left: 90%;
    z-index: 99;
}

.page-block .border-bottom-gray {
    border-bottom: 1px solid var(--border-primary);
}

.page-block .pagination .pager-prev-text, .page-block .pagination .pager-next-text {
    display: none
}

.pager-prev-img, .pager-next-img {
    display: none
}

.page-block .pagination .pager-prev-img, .page-block .pagination .pager-next-img {
    display: block
}
/*footer buttons colors changed accding to vinay design*/
.page-block-actions a {
    min-width: 142px;
    max-width: 220px;
    height: 42px;
    font-weight: bold;
    padding: 0.65rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-block-actions .btn-primary {
    background: #0275D8;
    color: #fff;
}

.page-block-actions .btn-outline-primary {
    color: var(--text-blue);
    border: 1px solid #0275D8;
}

.page-block-actions .btn-outline-danger {
    color: #FF4D4D;
    border: 1px solid #FF4D4D;
}

.page-block-actions .btn-outline-success {
    color: #198038;
    border: 1px solid #198038;
}

.page-block .page-block-actions .btn:not(:disabled):hover {
    color: #fff;
}

/*Custom checkbox in define search criteria - START */

.page-block .filter-div .custom-checkbox {
    -webkit-appearance: none; /*hides the default checkbox*/
    appearance: none;
    height: 24px;
    width: 24px;
    transition: 0.10s;
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    border-radius: 5px;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: none;
    margin: 0px;
    margin-right: 5px;
}

    /*.page-block .filter-div .custom-checkbox:checked {
        background: url("../images/checkbox-new.svg") no-repeat;
        border:0;
    }*/

.filter-div .custom-checkbox:hover {
    cursor: pointer;
    opacity: 0.9;
}
/*Custom checkbox - END */
.page-block .filter-div {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 5px;
    padding: 6px 15px;
    width: 100%;
    margin-top: 12px;
    border-top: 1px solid var(--border-primary);
}

    .page-block .filter-div .filter-box {
        color: var(--text-primary);
        border: 1px solid var(--border-primary);
        display: flex;
        width: 100%;
        height: 40px;
        align-items: center;
        background: #fff;
        padding: 8px;
    }
/*page-block-modal common style*/
.page-block-modal .modal-header {
    height: 33px;
    padding-left: 10px;
    background: var(--bg-navy);
    color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid var(--border-primary);
    border-radius: 5px;
}

.page-block-modal .title {
    font-size: 14px;
    font-weight: bold;
}

.page-block-modal .modal-footer {
    min-height: 74px;
    padding: 0px;
}

    .page-block-modal .modal-footer button.btn {
        height: 42px;
        width: 142px;
        border-radius: 5px;
        margin-block: 0px;
    }
/*page-block-modal common style end*/
.page-block-modal .modal-dialog {
    width: 374px;
}

.page-block-modal .modal-body fieldset {
    display: flex;
    align-items: center;
}

.page-block-modal .modal-body label {
    width: 119px;
    height: 48px;
    border: 1px solid var(--border-primary);
    margin: 0px;
    background: #f5f5f5;
    color: var(--text-primary);
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-inline: 10px;
}

.page-block-modal .modal-body input {
    border: 1px solid var(--border-primary);
    height: 48px;
    width: 224px;
    border-radius: 0;
}

.page-block-modal .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.page-block-modal .modal-body input:focus {
    outline: none;
}

.page-block .table {
    color: var(--text-primary);
}


:root {
    /* Text colors*/
    --text-primary: #373A3C;
    --text-secondary: #656565;
    --text-tertiary: #B8B8B8;
    --text-blue: #0275D8;
    --text-red: #FF4D4D;
    /* Background colors*/
    --bg-white: #FFFFFF;
    --bg-primary: #F5F7F9;
    --bg-secondary: #F0F0F0;
    --bg-tertiary: #F3F9FF;
    --bg-navy: #28315A;
    /* Border colors*/
    --border-primary: #DFDFDF;
    --border-blue: #0275D8;
    --border-orange: #F27F32;
}

/* ----------- */
.page-block .bg-gray-secondary {
    background: var(--bg-secondary);
}

.page-block .bg-tertiary {
    background: var(--bg-tertiary);
}

.page-block .txt-primary{
    color:var(--text-primary);
}

.page-block .txt-secondary{
    color:var(--text-secondary);
}

.page-block .txt-tertiary {
    color: var(--text-tertiary);
}

.page-block .txt-blue {
    color: var(--text-blue);
}


.page-block .border {
    border: 1px solid var(--border-primary) !important;
}

.page-block .border-blue {
    outline: 1px solid var(--border-blue);
    outline-offset:-1px;
}

.border-orange {
    outline: 1px solid var(--border-orange);
    outline-offset: -1px;
}

.page-block .border-left {
    border-left: 1px solid var(--border-primary) !important;
}

.page-block .border-right {
    border-right: 1px solid var(--border-primary) !important;
}

.page-block .border-top {
    border-top: 1px solid var(--border-primary) !important;
}

.page-block .border-bottom {
    border-bottom: 1px solid var(--border-primary) !important;
}

.page-block .text-red {
    color: #FF4D4D;
}

.page-block .h-40 {
    min-height: 40px;
    height: auto;
}

.page-block .h-min40 {
    min-height: 40px;
}

.page-block .form-control-sm {
    border-radius: 0px !important
}

.page-block .form-control-sm:focus,
.page-block .form-control:focus {
     border-color: #0275d8 !important;
     outline: 0 !important;
     box-shadow: none !important;
}

.page-block ::placeholder {
    color: var(--text-tertiary);
}

/*.page-block input:focus {
    outline: none;
}*/

.page-block .equal-padding {
    padding: 0.6rem;
}

/* Style For Split View */
.mt-40 {
    margin-top: 40px;
}

.split-view.col-lg-5 .table-desc {
    width: 240.4%;
    border: 1px solid var(--border-primary);
}

.split-view.col-lg-6 .table-desc {
    width: 200.2%;
    border: 1px solid var(--border-primary);
}

.split-view.col-lg-7 .table-desc {
    width: 171.5%;
    border: 1px solid var(--border-primary);
}

.split-view.col-lg-8 .table-desc {
    width: 150%;
    border: 1px solid var(--border-primary);
}

.split-view.col-lg-9 .table-desc {
    width: 133.4%;
    border: 1px solid var(--border-primary);
}


/* Page Modal UI - START*/
.pb-modal {
    padding-top: 18px;
}

.pb-modal .modal-content {
    border-radius: 4px;
}

.pb-modal .modal-header {
    color: #fff;
    background: var(--bg-navy);
    min-height: 40px;
    padding-top: 0;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 3px #7D7D7D24;
    z-index: 1;
}

.pb-modal .modal-header .close {
    padding: 0;
    opacity: 1;
}

.pb-modal .modal-title {
    font-weight: 600;
}

.pb-modal .modal-footer {
    box-shadow: 0px -2px 12px #7D7D7D52;
    z-index: 1;
}

.pb-modal .modal-footer .btn {
    min-width: 150px;
    padding: 0.6rem 0.75rem;
}
/* Page Modal UI - END*/


/* Custom Checkbox - START */
.custom-checkbox {
    -webkit-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    transition: 0.10s;
    background-color: var(--bg-white);
    border: 1px solid #bdbdbd;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    border-radius: 5px;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: none !important
}

.custom-checkbox:checked:before {
    transform: none;
    border: none;
    background: url("../images/checkbox-new.svg") no-repeat;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.custom-checkbox:checked {
    background: url("../images/i-checkbox-checked.svg");
    border: 0px !important;
}

.custom-checkbox:disabled {
    background: url("../images/i-checkbox-disabled.svg");
    border: 0px !important;
}

.custom-checkbox:checked:disabled {
    background: url("../images/i-checkbox-checked-disabled.svg");
    border: 0px !important;
}
/* Custom Checkbox - END */


.page-block .table-section tbody td {
    height: 40px;
    /*max-width: 220px;*/
    vertical-align: middle !important;
    /*padding-left: 12px;*/
    padding: 0px 8px 0px 10px;
    border: 1px solid var(--border-primary);
}

.page-block .table-desc {
    height: 40px;
    background: var(--bg-primary);
    border-radius: 0;
}

.page-block .table-section th {
    border: 1px solid var(--border-primary);
    background: #f5f5f5;
    height: 24px;
    vertical-align: middle !important;
    color: var(--text-primary) !important;
    font-weight: bold !important;
    padding: 0px 15px 0px 10px;
    border-top: none;
}

.page-block tbody td.action-icons {
    padding-left: 0px !important;
}

.page-block tbody tr {
    background: var(--bg-white);
    border: 1px solid var(--border-primary);
}

.page-block tfoot {
    height: 50px;
    background: var(--bg-white);
    position: sticky;
    bottom: -1px;
    z-index: 5;
    border-top: 1px solid var(--border-primary);
}

/*used for pagination at center when table become 50%*/
.page-block .pagination-div .pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-block .pagination {
    justify-content: center;
}

.page-block tfoot tr td {
    height: 40px !important;
}

.page-block .pagination ul {
    box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    padding-left: 0px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 22px;
    margin-bottom: 0px;
}

.page-block .pagination ul > li > a,
.page-block .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-weight: normal;
    color: var(--text-primary);
    border: none !important;
}

.page-block .pagination ul > .active > a,
.page-block .pagination ul > .active > span,
.page-block .pagination ul > li > .active {
    background-color: var(--bg-white);
    color: var(--text-blue);
    border: 1px solid var(--border-blue) !important;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-block .pagination.pagination-div ul li:last-child a {
    padding-right: 2px !important;
    padding-left: 0px !important;
}

.page-block .pagination.pagination-div ul li:first-child a {
    padding-left: 2px !important;
    padding-right: 0px !important;
}

.page-block .pagination.pagination-div ul {
    padding-inline: 2px !important;
}

.page-block .empty-row {
    background: var(--bg-primary) !important;
}

/*Custom Radio - START */
.custom-radio {
    width: 22px;
    height: 22px;
    -webkit-appearance: none; /*hides the default radio*/
    appearance: none;
    background: url("../images/i-radio-unchecked.svg") no-repeat;
    background-size: contain;
}

.custom-radio:checked {
    background: url("../images/i-radio-checked.svg") no-repeat;
    background-size: contain;
}

.custom-radio:disabled {
    filter: grayscale(1) opacity(0.4);
}
/*Custom Radio - END */

/*scrollbar styles*/
.page-block ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    border-radius: 10px;
}

.page-block ::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1 !important;
}

.page-block ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #dfdfdf;
}

.page-block ::-webkit-scrollbar-thumb:hover {
   background: #c6c6c6;
}

/*scrollbar styles*/

.border-red {
    border: 1px solid red !important;
}

.ZebraDialog {
    z-index: 1090 !important;
}

.ZebraDialogBackdrop {
    z-index: 1089 !important;
}

/* make the columns dynamically sticky column */
th.dynamicSticky,
td.dynamicSticky {
    position: sticky !important;
    z-index: 4;
    background: #fff;
}
/* Example for the first sticky column */
th.dynamicSticky:first-child,
td.dynamicSticky:first-child {
    left: 0;
}

.new-dynamicGrid-table .table-responsive.hasDynamicStickyColumn tbody {
    overflow: visible;
    max-height: unset !important;
}

.new-dynamicGrid-table .table-responsive.hasDynamicStickyColumn thead {
    top: 0;
    position: sticky;
    z-index: 6
}

/*solution for while scrolling sticky columns borders are also moving*/
.page-block .table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 0px !important;
}

    .page-block .table thead th {
        border-right: 1px solid #dfdfdf !important;
        border-left: 0px !important;
    }

.page-block tbody td {
    border-top: 1px solid #dfdfdf !important;
    border-right: 1px solid #dfdfdf !important;
    border-left: 0px !important;
}

.page-block tbody tr:last-child td {
    border-bottom: 1px solid #dfdfdf !important;
}

/*Checkbox button & Radio button*/
.btn-checkbox,
.btn-radio {
    margin: 0;
}

.btn-checkbox input[type="checkbox"],
.btn-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
}

.btn-checkbox input[type="checkbox"] + span,
.btn-radio input[type="radio"] + span {
    padding: 0.54rem 0.75rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border-primary);
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    background: var(--bg-white);
}

.btn-checkbox input[type="checkbox"]:checked + span,
.btn-radio input[type="radio"]:checked + span {
    border-color: var(--border-blue);
}

.btn-checkbox input[type="checkbox"]:disabled + span,
.btn-radio input[type="radio"]:disabled + span {
    cursor: not-allowed;
}


/* New Search Design */

.search-block-footer {
    min-height: 50px;
    position: relative;
    z-index: 20;
    padding: 2px 5px 2px 5px;
    border: 1px solid var(--border-primary);
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 4px 0px #00000026;
}

.page-block .n-search-block {
    width: 50vw;
    margin-top: 0;
    padding: 2px 3px 2px 4px;
    position: absolute;
    left: 0;
    background-color: var(--bg-white);
    margin-bottom: 0px;
    z-index: 1030;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 4px 0px #00000026;
}

.page-block .n-search-block .filter-fields-block {
    height: 100%;
    width: 100%;
    /*padding-top: 0px;*/
    border-right: none;
    /*margin-left: -10px;*/
    max-height: 50vh;
    overflow: auto;
}

.page-block .n-search-block .filter-fields-block .vscomp-ele {
    max-width: unset;
}

.page-block .n-search-block .search-section:not(.new-dynamicGrid-search) {
    border-bottom: 1px solid var(--border-primary);
}

.page-block .n-search-block .floating-search-block {
    position: unset;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 2;
}

.search-div.active + .n-search-block {
    top: 40px;
}

.page-block .search-results {
    margin-top: 10px;
    display: inline-block;
}

.vscomp-dropbox-container {
    z-index: 1050 !important;
}

.search-results > span:first-child {
    border-left: 1px solid var(--border-primary);
    padding-left: 0.5rem
}

.search-filter-pill,
.search-filter-more {
    background: var(--bg-primary);
    padding: .25rem .5rem;
    margin: 0 .25rem;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
}

.search-filter-pill .search-filter-pill-label {
    font-weight: bold;
}

.search-filter-pill .search-filter-pill-value {
    margin: 0 0.25rem;
}

.search-filter-pill .search-filter-pill-clear-btn{
    padding: 0;
    padding-left: .25rem;
    background: transparent;
    outline: none;
    border: none;
    border-left: 1px solid var(--border-primary);
}

.search-filter-clear-all {
    color: var(--text-blue);
    font-weight: bold;
    border: none;
}

.search-results .custom-checkbox:checked:disabled {
    width: 20px;
    height: 22px;
    margin-right: 4px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}


/*capsule common styles*/

.capsule-block.new-capsule-block {
    border: none;
    min-height: 46px;
    padding: 6px 0px 0px;
}

.page-block .new-capsule-block .capsule-left,
.page-block .new-capsule-block .capsule-right {
    height: 36px;
    min-width: 43px;
    float: left;
    text-align: center;
}

.page-block .new-capsule-block .capsule-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
    border: 2px solid #dfdfdf;
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.10) inset;
    border-right: 0 !important;
}

.page-block .new-capsule-block .capsule-right {
    min-width: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.page-block .new-capsule-block .capsule-left .dot {
    display: none;
}

.page-block .new-capsule-block .capsule-left .text {
    font-size: 14px;
    color: #373A3C;
    float: left;
    margin: 7px 13px;
    margin-right: 0px;
    padding-right: 13px;
}

.page-block .new-capsule-block .capsule-right .number {
    font-size: 14px;
    color: #373A3C !important;
    margin: 7px 0px;
    padding-inline: 10px;
}

.page-block .new-capsule-block .capsule.active .capsule-right .number {
    font-weight: bold;
}

.page-block .new-capsule-block .capsule.active .capsule-left {
    box-shadow: none;
}

.page-block .new-capsule-block .capsule-left .text {
    border-right: 0px;
}

.page-block .new-capsule-block .capsule.active .capsule-left .text {
    border-right: 1px solid #d3d3d3;
    font-weight: normal;
}

.page-block .new-capsule-block .capsule.active .capsule-right {
    border-left: 0px !important;
}

.page-block .new-capsule-block .capsule.all .capsule-left {
    border: 1px solid #dfdfdf;
    border-right: 0px !important;
    box-shadow: none;
}


.page-block .new-capsule-block .capsule.all .capsule-right,
.page-block .new-capsule-block .capsule.all.active .capsule-left
 {
    border: 2px solid rgba(2, 117, 216, 1);
}


/* Navbar Breadcrumb New UI Changes */
.brand-logo {
    position: relative;
    margin-right: 30px;
    height: 30px;
    margin-top: 8px;
}

.brand-logo:after {
    content: '';
    height: 25px;
    border-right: 1px solid #dfdfdf;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.i-home-blue {
    background: url('../images/i-home-blue.svg');
    background-position: 0 -2px;
}

.back-button {
    height: 30px;
}

.i-arrow-left-blue,
i.i-breadcrumb-back-arrow {
    background: url('../images/i-arrow-left-blue.svg');
}

i.i-logo-side-image {
    background: url('../images/logo-side-image.svg') no-repeat;
    float: left;
    height: 45px;
    margin-left: -23px;
    width: 30px;
}

.toggle-div-mydesign {
    background-color: #F5F7F9;
}

.toggle-ul-ipas li {
    background-color: #F5F7F9;
}

.toggle-ul-ipas .active,
.toggle-ul-ipas li:hover,
.toggle-ul-ipas li:hover .toggle-ul-ipas-hover {
    position: relative;
    isolation: isolate;
    background: #F5F7F9;
    color: var(--text-primary);
}

.toggle-ul-ipas li:not(.active):hover .toggle-ul-ipas-hover {
    text-decoration: underline;
}

.toggle-ul-ipas li.active:hover .toggle-ul-ipas-hover {
    background: transparent;
}

.toggle-ul-ipas .active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FBFDFF 15.56%, #EBF5FF 59.99%, #E8F4FF 92.4%, #0080FF 94.94%);
    filter: drop-shadow(0px 0px 6.6px rgba(0, 0, 0, 0.10));
    transform: skewX(-30deg);
    z-index: -1;
}

.toggle-ul-ipas li a {
    font-weight: 500;
}

.toggle-ul-ipas .active a {
    padding: 12px 20px;
    font-weight: 700;
}
/*style for make table desc stop responsive with custom binding dropdown in dynamic grid table*/
@media screen and (max-width:1200px) {
    .page-block .custom-binding-element {
        clear: both;
    }

    .page-block .custom-binding-drp-element {
        margin: 0px !important;
    }

    .page-block .table-desc {
        height: auto !important;
    }
}