/**====================     V 1.6    ======================**/
/**==================== [1] Loading  ======================**/
/* ========== Commented CSS moved to dx-styles.css or styles.css =========== */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background: #fff;
}
.load-circle:after,
.load-circle:before {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 1s;
}
.load-circle:after {
  top: 0;
}
.load-circle:before {
  bottom: 0;
}
.load-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  border-top: 2px solid #c43068;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.smaller-header .nav-withicon {
  padding-top: 32px;
  padding-bottom: 25px;
}

/**==================== [2] Preset  ======================**/
/*
body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0;
  color: #352e29;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #171717;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.7rem;
}

.h1,
h1 {
  font-size: 42px;
}
.h2,
h2 {
  font-size: 42px;
  margin-bottom: 2rem;
}
.h3,
h3 {
  font-size: 34px;
  margin-bottom: 32px;
}
.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #0d0d0d;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #18444c;
  text-decoration: none;
}
figure {
  margin: 0;
}

hr {
  border-color: #707070;
  margin-top: 1rem;
  margin-bottom: 2.3rem;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 30px;
}

.section {
  padding-bottom: 0px;
}
*/
/**==================== [3] Buttons  ======================**/
/*
button:focus {
  outline: none;
  box-shadow: none;
}
 */ 
.btn-default {
  background-color: #18444c;
  border-radius: 0px;
  color: #fff;
  border-width: 0;
  padding: 5px 21px;
  font-size: 18px;
  font-weight: bold;
  border-color: #18444c;
  letter-spacing: 0;
  min-width: 270px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.btn-default:hover {
  background-color: #f0eadf;
  color: #313030;
}
.btn-default-light {
  background-color: #f0eadf;
  color: #313030;
}
.btn-default-light:hover {
  background-color: #18444c;
  color: #fff;
}
.btn-row-small {
  display: flex;
  margin: 0 -15px;
}
.btn-row-small .btn-default {
  max-width: 131px;
  min-width: 50px;
  width: 100%;
  padding: 8px 0 6px;
  margin: 0 15px;
}

.btn-light {
  height: auto;
  padding: 4px 26px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-width: 0;
}

/**==================== [4] Header  ======================**/

.navbar {
  z-index: 1500;
  padding-top: 32px;
  padding-bottom: 13px;
  background: url(/img/header-bg.png) no-repeat right 0;
  background-color: #cad4d1;
  background-size: 100%;
}
.navbar > .container {
  align-items: flex-end;
}

.navbar-brand {
  height: 45px;
  padding: 0;
}
.navbar-brand img {
  height: 100%;
}
.navbar-tagline {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-right: auto;
  display: inline-block;
  padding: 5px 11px;
}

.navbar-nav {
  font-weight: 700;
}
.nav-link {
  color: #171717;
  padding: 4px 10px;
}
.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  color: #18444c;
  opacity: 0.8;
}

.navbar-toggler {
  color: #474c4e;
  z-index: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0;
  right: 15px;
  top: 32px;
}
.navbar-toggler i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #000000;
  opacity: 1;
  border-radius: 2px;
  transition: background-color 0.35s, opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transform-origin: top left;
}
.navbar-toggler i:nth-child(1) {
  top: 0;
}
.navbar-toggler i:nth-child(2) {
  top: 15px;
}
.navbar-toggler i:nth-child(3) {
  top: 29px;
  transform-origin: bottom left;
}
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] i:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] i:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
}

.mb-50 {
  margin-bottom: 50px;
}

/*==== Middle ====*/
.middlecontainer {
  padding-top: 57px;
  padding-bottom: 20px;
}

.box-media {
  background-color: #f1f3f3;

  padding: 30px 33px 40px;
}

.box-media-card {
  background-color: #f9eeda;
  min-height: 100%;
  padding: 43px 35px 28px;
  min-height: 100%;
}
.box-media-card h4 {
  font-size: 75px;
  margin: 0 0 3px;
}

.box-media-card p {
  margin: 0;
  padding: 0;
}
.box-media-card-small {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

/*Form*/
.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.form-control {
  border: 1px solid #707070;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  padding: 0 10px;
  height: 25px;
  margin-bottom: 13px;
}

.custom-selectmenu {
  display: block;
  max-width: 130px;
  position: relative;
  background-color: #fff;
}

select.form-control {
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.btn-add {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #352e29;
  text-align: left;
}
.btn-add i {
  font-size: 14px;
  margin-right: 5px;
}
.btn-add:hover {
  color: #18444c;
}

.btn-icon {
  height: 35px;
  width: 44px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
  line-height: 35px;
  padding: 0;
}
.btn-icon:hover {
  background-color: #18444c;
  color: #fff;
}
.fitler-btn {
  padding-bottom: 4px;
}
.fitler-btn .btn {
  margin: 5px 20px 20px 0;
}
.fitler-btn .btn:last-child {
  margin-right: 0;
}

/*Table*/
.table-responsive {
  max-height: 421px;
  border: 1px solid #dbdbdb;
  margin-bottom: 50px;
}
.table-striped tbody td {
  white-space: nowrap;
}
.table-striped tbody td.text12 {
  font-size: 12px;
}

.table-striped tbody tr,
.table-striped tbody tr td {
  background-color: #f8f8f8;
}
.table-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #e4e9e8;
}
.table td {
  padding: 12px 5px;
}
.table th {
  padding: 15px 5px;
  background-color: #fff;
}
.table tr td:first-child,
.table tr th:first-child {
  padding-left: 24px;
  min-width: 103px;
  /*position: sticky;*/
  left: 0;
}

/* commented out this but leaving just in case smt goes wrong somewhere */
/* .table tr th:nth-child(2) {
  min-width: 183px;
} */

.table-responsive::-webkit-scrollbar {
  width: 22px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: solid 1px #dbdbdb;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #352e29;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #25201d;
}

.mobileTopscroll {
  margin-bottom: 0;
  min-height: 18px;
  max-height: 18px;
  border-bottom: 0;
  overflow: scroll;
}
.mobileTopscroll .scrollbar {
  margin-bottom: 0;
  height: 1px;
}

/*============= 5 OCT 2021 ===========*/
.subtitle {
  font-size: 20px;
  margin-top: 10px;
}
.box-media-normal {
  min-height: auto;
  margin-bottom: 48px;
  padding: 32px 30px 23px;
}
.box-media-normal h4 {
  font-size: 55px;
  margin-bottom: 5px;
}
.box-media-normal a {
  text-decoration: underline;
  color: #352e29;
}
.box-media-normal a:hover {
  text-decoration: none;
}
.icon-round {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  color: #9bc8b9;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 26px;
  margin: 8px 0 16px 0;
}

.box-mediacard-drak {
  background-color: #9bc8b9;
  color: #fff;
}
.box-mediacard-drak a {
  color: #fff;
}

/* Table */
.table-title {
  display: flex;
  line-height: 1.3;
  font-size: 20px;
}
.table-title h4 {
  margin: 0 21px 0 0;
  font-size: 34px;
}

.table-permissons {
  position: relative;
}
.table-main {
  max-height: 650px;
  position: relative;
}

.table-main th {
  white-space: nowrap;
}
.table-main td {
  font-size: 12px;
  padding: 10px 5px;
  vertical-align: middle;
}
.table-main tr th:nth-child(2) {
  min-width: auto;
}
.table-main tr td:first-child,
.table-main tr th:first-child {
  min-width: auto;
}
.table-main .table {
  margin-bottom: 0;
}

.form-control-text {
  width: 260px;
  border-color: #707070;
  font-size: 14px;
  height: 33px;
  padding-left: 16px;
}

textarea.form-control-text {
  min-height: 65px;
  padding-top: 10px;
  font-size: 12px;
}
.form-control-text::placeholder {
  color: #a1978f;
}
.btn-small {
  padding: 2px 9px 1px;
  margin-right: 16px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn-small:last-child {
  margin-right: 0;
}
.btn-lights {
  background-color: #f9eeda;
}
.btn-lights:hover,
.btn-gary:hover {
  background-color: #18444c;
  color: #fff;
}
.btn-red {
  background-color: #ff9a83;
}
.btn-defaults {
  background-color: #18444c;
  color: #fff;
}
.btn-defaults:hover {
  background-color: #f9eeda;
  color: #232323;
}
.btn-gary {
  background-color: #f2f2f2;
  color: #151616;
}

.btn-large {
  font-size: 24px;
  font-weight: bold;
  padding: 12px 22px 11px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn-large-w395 {
  min-width: 395px;
}

.filter-row-btn .btn {
  margin-right: 30px;
}
.filter-row-btn .btn:last-child {
  margin-right: 0;
}

/*Card user Add and Form*/
.card-adduser.bg-gray {
  background-color: #f2f2f2;
}
.card-adduser {
  background-color: #f1f3f3;
  padding: 30px 40px 0px;
  min-height: 185px;
  margin-bottom: 47px;
}
.min-height-full {
  min-height: 100%;
}

.card-adduser h4 {
  font-size: 28px;
  display: flex;
  align-items: center;
}

.card-adduser h4 > i {
  width: 28px;
  height: 28px;
  background-color: #9bc8b9;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  vertical-align: middle;
  margin-right: 17px;
  flex-shrink: 0;
}

.group-row-col {
  display: flex;
  align-items: flex-start;
}
.group-row-col .form-group-row {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 10px;
}

.group-row-col .form-group-first {
  width: 38%;
  flex-shrink: 0;
}

.form-group-row {
  display: flex;
  font-size: 16px;
  padding-top: 20px;
}
.form-group-row .col-form-label {
  padding-top: 5px;
  margin-right: 15px;
  font-size: 16px;
}
.form-group-row .col-form-label span {
  font-size: 12px;
  font-weight: normal;
}
.form-group-row > .col {
  padding: 0;
}
.form-group-row .form-control-text {
  width: calc(100% - 30px);
  height: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
  background-color: #fff;
  font-size: 12px;
}

.form-group-row .custom-selectmenu {
  width: calc(100% - 30px);
  max-width: 100%;
  margin-bottom: 10px;
}
.form-group-row .custom-selectmenu .form-control-text {
  width: 100%;
  margin: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
}
.form-group-row .form-control.is-invalid,
.was-validated .form-group-row .form-control:invalid,
.form-group-row .form-control.is-valid,
.was-validated .form-group-row .form-control:valid {
  border-color: #707070;
}
.invalid-feedback,
.valid-feedback {
  color: #171717;
  font-size: 12px;
  line-height: 20px;
}
.invalid-feedback .bi {
  color: #ff9a83;
  margin-right: 12px;
  font-size: 18px;
}
.valid-feedback .bi {
  color: #9bc8b9;
  margin-right: 12px;
}
.bi.bigicon {
  font-size: 30px;
  vertical-align: middle;
  line-height: 12px;
  margin-top: -6px;
}

.form-group-row .form-control.is-valid ~ .valid-feedback,
.was-validated .form-group-row .form-control:valid ~ .valid-feedback,
.form-group-row .form-control.is-invalid ~ .invalid-feedback,
.form-group-row .is-invalid ~ .invalid-feedback,
.was-validated .form-group-row .form-control:invalid ~ .invalid-feedback {
  display: flex !important;
}

.form-group-row.wrap-row {
  flex-wrap: wrap;
  padding: 0;

  margin-right: 10px;
  margin-bottom: 16px;
}
.form-group-row.wrap-row:last-child {
  margin-right: 0;
}
.form-group-row.wrap-row .col-form-label {
  width: 100%;
}
.custom-selectmenu-row {
  display: flex;
}
.custom-selectmenu-row .custom-selectmenu {
  margin: 0 10px 0 10px;
  background-color: transparent;
  width: 100%;
}
.custom-selectmenu::after {
  display: none;
}

.editDimensionBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  padding: 23px 30px 23px 25px;
  display: none;
}
.custom-selectmenu-row .form-control {
  margin-bottom: 0;
  background-color: #fff;
}
.select-dimension-row .col-form-label {
  margin-left: 10px;
}
.select-dimension-row {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
  position: relative;
}
.select-dimension-row::before {
  content: "";
  border-left: 1px dashed #707070;
  width: 0px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
.select-dimension-col {
  width: 46%;
}

.card-withicon {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 66px;
}
.card-withicon .bigicon {
  font-size: 250px;
  color: #9bc8b9;
}
.card-withicon h3 {
  margin-top: 24px;
  font-size: 52px;
  margin-bottom: 7px;
}

.btn-row-large {
  padding: 3px 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.btn-row-large .btn {
  margin-right: 40px;
  margin-bottom: 40px;
}

.menubar {
  border-bottom: solid 1px #707070;
  display: flex;
  justify-content: space-between;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4px 0 0;
}
.menubar > h2 {
  font-size: 46px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.menubar > h2 img {
  vertical-align: middle;
  margin: -7px 22px 0 0;
  border: 0;
  flex-shrink: 0;
}

.menuitem {
  display: flex;
  list-style: none;
  padding: 0 20px;
  margin: 10px 0 0;
  background-color: #d5dcda;
  font-size: 14px;
  font-weight: bold;
}
.menuitem li {
  margin: 0;
  padding: 0;
}
.menuitem li a {
  background-color: #d5dcda;
  color: #808080;
  display: block;
  padding: 11px 28px 9px;
}
.menuitem li a:hover,
.menuitem li.active > a {
  color: #171717;
}
.menuitem li.dropdown > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 11px;
  content: "";
  border-top: 8px solid #6e6e6e;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

/* ======= DB Ticker Section 12-10-2021 */
.db-tickersection {
  padding: 90px 0 80px;
  display: flex;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.db-icon-db {
  flex-shrink: 0;
  width: 142px;
  height: 121px;
  border: solid 10px transparent;
  border-bottom: 0;
  font-size: 65px;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 112px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  position: relative;
}
.db-icon-db svg {
  position: absolute;
  left: -12px;
  top: -91px;
  line-height: 1.2;
}

.db-ticker-row {
  display: flex;
  border-bottom: solid 10px #000000;
  width: 100%;
}

.db-ticker-time {
  background-color: #b3e7d8;
  padding: 20px 30px;
  font-size: 28px;
  line-height: 1.2;
  margin-left: 150px;
  display: flex;
  align-items: center;
}
.db-ticker-time .bi {
  font-size: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin-right: 20px;
}

.db-ticker-light {
  background-color: #faefdb;
}

.db-ticker-grey {
  background-color: #f1f3f3;
}

.db-ticker-info {
  font-size: 32px;
  line-height: 1.2;
}
.db-ticker-info b {
  font-size: 42px;
  padding: 0 0 0 2px;
}
.eocjs-newsticker {
  padding: 25px 34px 0;
  width: 100%;
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 104px;
  line-height: 104px;
  white-space: nowrap;
}

/* ======= Box Information Section 12-10-2021 */
.box-information {
  font-size: 20px;
  line-height: 1.36;
  padding-bottom: 1px;
}
.box-information h4 {
  font-size: 28px;
  margin-bottom: 10px;
}

/*=== Card Expandable ===*/

.card-expandable-heder {
  background-color: #f1f3f3;
  padding: 25px 32px;
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 33px;
}
.card-expandable-heder .bi {
  margin-right: 28px;
  font-size: 24px;
}
.card-expandablebody {
  padding: 20px 32px;
  background-color: #f1f3f3;
  position: relative;
}
.card-expandablebody h4 {
  font-size: 24px;
}
.pre-sop-text {
  font-weight: bold;
  font-size: 20px;
  text-wrap: nowrap;
}
.btnclose {
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 23px;
  top: 13px;
  width: 15px;
  height: 15px;
  padding-top: 7px;
}
.btnclose::before {
  content: "";
  background-color: #333232;
  width: 100%;
  height: 3px;
  display: block;
}

/*Dashboard Card : 12 oct 2021*/
.card-dashboard {
  min-height: 100%;
  background-color: #f1f3f3;
}

.card-dashboard-header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0;
  padding: 0 0 15px;
  background-color: #fff;
}

.card-dashboard-header h4 {
  font-size: 24px;
  margin-bottom: 0;
  padding: 5px 0;
}

.card-desh-form {
  margin: 0 -5px;
}
.card-desh-form .custom-selectmenu select {
  padding-right: 25px;
}
.card-desh-form .form-field-cal {
  width: 146px;
  max-width: 146px;
  margin: 5px;
  display: block;
  flex-shrink: 0;
}
.card-desh-form .form-control,
.card-desh-form .dx-lookup {
  margin-bottom: 0;
}
.btn-icons-info {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
}
.table-font-16 td {
  font-size: 16px;
}
.table .fsize12,
.table-font-16 td.fsize12 {
  font-size: 12px;
}
.table-smalltd td {
  padding-top: 6px;
  padding-bottom: 4px;
}

.icon-big {
  font-size: 33px;
  vertical-align: middle;
  margin-right: 5px;
}
.icon-green {
  color: #9bc8b9;
}
.icon-red {
  color: #ff9a83;
}
/* Filter with Title*/
.filter-title {
  padding: 5px 20px 20px 0;
  display: inline-block;
  align-self: center;
}
.fitler-with-title {
  display: flex;
  flex-wrap: wrap;
}
.fitler-withtitle-col {
  display: flex;
  padding-right: 36px;
}
.fitler-withtitle-col:last-child {
  padding-right: 0;
}
.fitler-with-title .fitler-btn {
  padding: 0;
}
.fitler-with-title .fitler-btn .btn {
  margin-right: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
.fitler-with-title .fitler-btn .btn:last-child {
  margin-right: 0;
}

.btn-lightgreen {
  background-color: #9bc8b9;
}

.btn-greyed {
  background-color: #f2f2f2;
}

.card-dash-container {
  min-height: 296px;
}

.card-dashboard-body .table-responsive {
  max-height: 306px;
  margin-bottom: 0;
}
.card-dashboard-body .box-media-card {
  min-height: 315px;
  padding: 86px 40px 0;
}
.card-dashboard-body .box-media-card h4 {
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 0px;
}
.card-dashboard-body .box-media-card p {
  margin-bottom: 16px;
}
.morelink {
  background: url(../../../img/icons/arrow-right.svg) no-repeat 0 center;
  padding-left: 20px;
}
.card-dark .morelink {
  background-image: url(../../../img/icons/arrow-right-w.svg);
}
.box-media-card.card-dark {
  background-color: #08444c;
  color: #fff;
}
.box-media-card.card-dark h4,
.box-media-card.card-dark a {
  color: #fff;
}

/* popup */
.infopopup {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
}
.infopopup h5 {
  font-size: 15px;
  margin-bottom: 4px;
}
.infopopup p {
  margin: 0 0 8px;
  padding: 0;
}
.textsize16 {
  font-size: 16px;
  line-height: 1.2;
}
[data-table-action="activechangebyrow"] {
  display: none;
}
.activebyrow [data-table-action="activechangebyrow"] {
  display: block;
}
.activebyrow [data-table-action="activerowbyrow"] {
  display: none;
}

.chart-box {
  padding: 0;
  min-height: 100%;
  background-color: #f1f3f3;
}
.chart-box .image {
  min-height: 100%;
}
.chart-box .image img {
  height: 100%;
}
.chart-height {
  height: 240px;
}
.chart-height3 {
  height: 316px;
}
.chart-height > svg {
  width: 100% !important;
}

.chart-cart {
  display: flex;
  padding: 20px 24px;
  width: 100%;
}
.chart-col {
  width: 100%;
}
.chart-col img {
  width: 100%;
}
.chart-info {
  display: none;
}

.chart-legend {
  padding: 15px 0 0 30px;
  font-size: 12px;
}
.chart-legend h6 {
  font-size: 14px;
  font-weight: 700;
}

.list-of-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 170px;
}
.list-of-legend li {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.list-of-legendcol-2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  flex-direction: row;
  min-height: 250px;
  align-content: flex-start;
}
.list-of-legendcol-2 li {
  width: 50%;
}

.list-of-legend .legend-color {
  display: block;
  width: 17px;
  height: 17px;
  background-color: #9bc8b9;
  margin-right: 9px;
}
.list-of-legend .legend-color1 {
  background-color: #e4ad4a;
}
.list-of-legend .legend-color2 {
  background-color: #ff9a83;
}

.chart-controls h6 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}
.chart-controls-btn {
  display: flex;
}
.chart-controls-btn .btn {
  padding: 0;
  margin: 0 12px 0 0;
  font-size: 20px;
}
.chart-controls-btn .btn:last-child {
  margin-right: 0;
}
.chart-controls-btn .btn:focus {
  outline: none;
  box-shadow: none;
}
.chart-controls-btn .btn:hover {
  color: #9bc8b9;
}
.chart-controls-btn .btn.iconsmall {
  font-size: 18px;
}

.card-chart-controls {
  position: relative;
}
.card-chart-controls .chart-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.chartfullscreen {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  padding: 60px 20px 20px;
}
.btnchart-close {
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 5px;
  font-size: 26px;
}

/* Dxlockup*/
.dx-lookup {
  border-color: #707070;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  height: 25px;
  padding: 0 0px;
  max-width: 175px;
  width: 100%;
  margin: 0 0 13px;
  color: #030303;
}
/*
.dx-lookup-empty {
  color: #a1978f;
}
*/

.dx-lookup-large {
  height: 30px;
}

.dx-texteditor.dx-editor-outlined {
  border-color: #707070;
  border-radius: 0;
}
.dx-lookup-field {
  padding: 0 10px;
  width: 95%;
}

.dx-lookup-arrow::before {
  color: #9c8f8f;
  font-size: 22px;
  margin-top: -11px;
  margin-left: -8px;
  transform: rotate(90deg) scale(1.5, 1);
  -webkit-transform: rotate(90deg) scale(1.5, 1);
  -moz-transform: rotate(90deg) scale(1.5, 1);
  -ms-transform: rotate(90deg) scale(1.5, 1);
  -o-transform: rotate(90deg) scale(1.5, 1);
}

.dx-lookup-empty .dx-lookup-field {
  color: #a1978f;
}

.custom-selectmenu-row .dx-placeholder::before {
  padding: 0 8px;
}
.custom-selectmenu-row .dx-lookup {
  margin-bottom: 0;
}
.dx-tagbox {
  font-size: 12px;
}
.dx-tag-content {
  margin: 1px;
  padding: 2px 25px 2px 6px;
}
.dx-tag-container.dx-texteditor-input-container {
  padding: 0;
}
.dx-tag-container.dx-texteditor-input-container .dx-texteditor-input {
  min-height: 23px;
  padding-bottom: 0;
}
 
.btn-collapse {
  visibility: hidden;
  padding: 0;
  top: 0;
  font-weight: bold;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  opacity: 0;
}
.btn-collapse.collapsed {
  visibility: visible;
  padding: 0;
  opacity: 1;
  top: 20px;
}

.box-media .btnclose {
  top: -20px;
  right: -10px;
}

/* Card Project setup : 27 AUG 2021*/
.card-project {
  margin-bottom: 46px;
  background-color: #f0eadf;
  padding: 35px 4px 35px 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #171717;
}

.card-project:nth-child(even) {
  margin-bottom: 46px;
  background-color: #f2f2f2;
  padding: 35px 4px 35px 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #171717;
}

.card-bg-light {
  background-color: #f2f2f2;
}

.col-intro {
  width: 100%;
  padding: 5px 30px 0;
  border-left: solid 1px #707070;
}
.col-intro p {
  margin-bottom: 0;
}
.col-intro:first-child {
  border-left: 0;
}
.col-intro-big {
  width: 40%;
  flex-shrink: 0;
}
.col-intro-last {
  max-width: 445px;
  flex-shrink: 0;
}

.title-intro {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  align-items: flex-start;
}
.title-intro h4 {
  font-size: 28px;
  margin: 0;
  padding: 2px 0 0 0;
}
.col-intro h5 {
  font-size: 22px;
}
.card-icon {
  font-size: 52px;
  margin-right: 0spx;
  width: 70px;
  flex-shrink: 0;
}
.card-icon-small {
  font-size: 44px;
}
.card-number {
  padding: 1px 0 0;
}
.card-number h6 {
  font-size: 16px;
  margin: 0 0 14px;
}
.card-number-block {
  text-align: center;
  height: 90px;
  line-height: 90px;
  background-color: #18444c;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}

.btn-action {
  background-color: #cbd4d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-width: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 14px 10px;
}
.btn-action:hover {
  background-color: #cbd4d180;
}
.btn-action .bi {
  font-size: 26px;
  margin-right: 8px;
  line-height: 26px;
  vertical-align: middle;
}
.btn-action-small {
  max-width: 136px;
}
.btn-action-big {
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-action-big .bi {
  font-size: 28px;
}
.btn-gray {
  background-color: #757575;
  color: #fff;
}
.btn-gray:hover {
  background-color: #75757580;
  color: #fff;
}
.btn-action.btn-lightgreen {
  background-color: #9bc8b9;
}
.btn-action.btn-lightgreen:hover {
  background-color: #9bc8b990;
}
.card-btn {
  display: flex;
  margin: 0px -5px 16px;
  padding-top: 4px;
}
.card-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.card-btn-process {
  display: flex;
  align-items: center;
  color: #171717;
  padding-top: 4px;
}
.card-btn-process .bi {
  font-size: 44px;
  margin-right: 18px;
}

.filter-select {
  width: 175px;
  margin: 5px 37px 0 0;
}
.filter-select .dx-lookup-large {
  height: 36px;
  font-size: 16px;
}
.filter-select .dx-lookup-arrow::before {
  font-size: 30px;
  margin-top: -16px;
}

/*Form*/
.card-fixed-box {
  min-height: 420px;
  padding-bottom: 20px;
}

.label-col {
  min-width: 150px;
  max-width: 150px;
  line-height: 1.2;
}

.form-group-fixed {
  margin-bottom: 0;
  padding-top: 12px;
  align-items: flex-start;
}
.form-group-fixed .form-control-text {
  width: 100%;
  min-width: 170px;
}
.form-group-fixed .dx-lookup {
  margin-bottom: 10px;
}
.form-group-fixed .dx-lookup-field {
  padding-left: 15px;
}

.dx-lookup-full {
  max-width: 100%;
}
.form-group-row .is-valid ~ .valid-feedback {
  display: block;
}

/* Custom switch*/
.custom-switch-button {
  margin-top: 5px;
  height: 36px;
  width: 58px;
  position: relative;
  border: solid 0 transparent;
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
}
.custom-switch-button input {
  outline: none;
  box-shadow: none;
  visibility: hidden;
  position: absolute;
}

.custom-switch-button label {
  overflow: hidden;
  content: "";
  font-size: 0;
  text-indent: -9999;
  background-color: #f2f2f2;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  height: 36px;
  width: 58px;
  display: block;
  border: solid 1px #9bc8b9;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.custom-switch-button input:checked ~ label {
  background-color: #9bc8b9;
}
.custom-switch-button label::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #9bc8b9;
  top: 3px;
  left: 3px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.custom-switch-button input:checked ~ label:after {
  left: calc(100% - 33px);
}
.form-control.form-textarea-large {
  min-height: 264px;
}

/* Card Text */
.card-text {
  background-color: #f0eadf;
  padding: 26px 10px 26px;
  font-size: 12px;
  color: #171717;
  line-height: 1.5;
}
.card-text h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.card-text p {
  margin-bottom: 11px;
}
.card-text > [class*="col-"] {
  border-left: solid 1px #707070;
  padding-left: 34px !important;
  padding-right: 34px !important;
  padding-top: 3px;
}
.card-text > [class*="col-"]:first-child {
  border-left-width: 0;
}

.card-text-grid > [class*="col-"] {
  border-width: 0;
}

/* process*/
.step-process {
  margin: 15px 46px 10px 0;
  display: flex;
  align-self: flex-start;
  align-items: center;
}
.stepbar {
  width: 230px;
  height: 26px;
  background-color: #f2f2f2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-left: 20px;
}
.stepbar .progress-bar {
  background-color: #cbd4d1;
  color: #171717;
  font-size: 12px;
}
.stepbar .progress-bar span {
  display: block;
  padding: 2px 24px 0;
  text-align: center;
}

/*Upload BTN*/
.upload-button {
  background-color: #18444c;
  border-width: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 44px 44px 38px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  min-height: 100%;
}
.upload-button .bi {
  display: block;
  font-size: 115px;
  line-height: 1;
  margin-bottom: 24px;
}
.upload-button:hover {
  color: #fff;
  background-color: #9bc8b9;
}
.upload-button-disabled {
  background-color: transparent;
  color: #757575;
  padding-top: 10px;
  padding-bottom: 0;
}
.upload-button-disabled .bi {
  margin-bottom: 20px;
}
.upload-button-disabled:hover {
  background-color: transparent;
  color: #757575;
}

.text-12 {
  font-size: 12px;
}
.from-column {
  min-height: 100%;
  border-left: solid 1px #707070;
  padding-left: 30px;
}

.col-form-label b {
  font-weight: normal;
}

/*Added on 11 Nov 2021*/
.box-title-card {
  padding-top: 2px;
}
.box-title-card .card-title {
  font-size: 16px;
  margin: 0;
}
.box-title-card .field-info {
  padding-top: 0;
}

.field-info {
  font-size: 12px;
  color: #b8b8b8;
  padding: 3px 0;
}
.field-info .bi {
  font-size: 18px;
  vertical-align: middle;
}
.field-info a {
  color: #000;
}

.progress-primary {
  height: 18px;
  width: 100%;
  margin: 0;
  background-color: #f2f2f2;
}
.progress-primary .progress-bar {
  background-color: #9bc8b9;
  color: #fff;
}

.menu-project {
  list-style: none;
  margin: 0;
  padding: 0 25px 0 14px;
  display: flex;
  background-color: #cbd4d1;
  font-size: 14px;
  align-items: center;
  width: 100%;
}
.menu-project li.navtitle {
  font-weight: bold;
  padding: 6px 4px;
}
.menu-project li a {
  display: flex;
  padding: 6px 8px;
}
.menu-project .bi {
  margin: 0 7px 0 0;
  vertical-align: middle;
}

/*Box Card Added on 11 Nov 2021*/
.box-card {
  background-color: #f9eeda;
  color: #352e29;
  padding: 27px 35px;
  min-height: 100%;
}

.box-card h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.box-card p {
  margin: 0 0 10px;
}
.box-card.card-dark {
  background-color: #18444c;
  color: #fff;
  padding: 27px 26px;
}
.box-card.card-dark h5 {
  color: #fff;
}

.table-list {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
.table-list li {
  padding: 2px 0 3px;
}

/*Table*/

.custom-checkbox {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 18px;
  height: 18px;
  position: relative;
}
.custom-checkbox::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #707070;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-checkbox:checked:before {
  background-color: transparent;
}

.table-form-textfield .form-control {
  margin: 0;
}

.table-colored td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.table-colored th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-colored tr td:first-child,
.table-colored tr th:first-child {
  padding-left: 16px;
}

.table-colored tr td {
  background-color: #dedede50;
  border-bottom: solid 1px #e6e6e6;
}
.table-colored tr.tr-green td {
  background-color: #9bc8b950;
  border-color: #aed6cb;
}
.table-colored tr:last-child td {
  border-bottom-width: 0;
}
.table-smallhight {
  max-height: 206px;
  margin-bottom: 32px;
}

.table-title-light h4 {
  font-weight: 400;
}
.table-title-light h4 b {
  font-weight: 700;
}

/* Footer Added on 11-Nov 2021*/
.main-footer {
  background-color: #352e29;
  padding: 10px 0 0;
  color: #fff;
}
.footer-row {
  color: #d2cfcf;
  font-size: 10px;
  padding-bottom: 0px;
}
.footer-row p {
  margin: 0;
  padding: 0;
}
.footer-logo {
  display: flex;
  align-items: flex-end;
  font-size: 13px;
  font-weight: bold;
  margin: 0 20px 4px 0;
  /* padding-top: 9px; */
}
.footer-logo img {
  margin-right: 10px;
}

.icon-heart {
  padding: 0 1px;
}

.btn-navlist {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn-navlist li {
  margin: 0 14px;
}
.btn-navlist li:last-child {
  margin-right: 0;
}
.btn-navlist li:first-child {
  margin-left: 0;
}

.icon-btn {
  background-color: transparent;
  border-width: 0;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 34px;
  background: no-repeat center center;
  background-size: 100%;
  position: relative;
}
.icon-btn:hover {
  opacity: 0.9;
}
.icon-btn .badge {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: -6px;
  top: -7px;
  width: 21px;
}
.badgebutton {
  font-size: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  background-color: #e94e24;
  color: #fff;
}

.icon-automation {
  background-image: url(../../../img/icons/Automation@2x.png);
}
.icon-Idea {
  background-image: url(../../../img/icons/Idea@2x.png);
}
.icon-Supplier {
  background-image: url(../../../img/icons/Supplier@2x.png);
}
.icon-automation-dark {
  background-image: url(../../../img/icons/automation-dark@2x.png);
}
.icon-Idea-dark {
  background-image: url(../../../img/icons/idea-dark@2x.png);
}
.icon-Supplier-dark {
  background-image: url(../../../img/icons/supplier-dark@2x.png);
}

.btn-navlist .dropdown-toggle::after {
  display: none;
}
.btn-navlist .dropdown-menu {
  border-width: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #f6f5f5;
  padding: 18px 18px;
  font-size: 12px;
  line-height: 1.2;
  min-width: 178px;
  margin-top: 25px;
}
.btn-navlist .dropdown-large {
  min-width: 225px;
  padding: 18px 14px;
}

.btn-secondary-full {
  background-color: #cbd4d1;
  width: 100%;
  padding-left: 7px;
  padding-right: 0;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 33px;
  line-height: 33px;
}
.btn-secondary-full .bi {
  font-size: 24px;
  margin-right: 6px;
}

.dropdown-profile {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
  font-size: 10px;
}
.dropdown-profile b {
  font-size: 12px;
}
.profile-icon {
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  background-color: #5e432c;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 33px;
  margin: 0 12px 0 0;
}

.dropdown-newslist {
  background-color: #d8d8d8;
  padding: 10px 10px 6px 9px;
  margin-bottom: 15px;
  position: relative;
}
.dropdown-newslist.new-list {
  background-color: #cbd4d1;
}
.dropdown-newslist:last-child {
  margin-bottom: 0;
}
.dropdown-newslist .badge {
  position: absolute;
  right: -5px;
  top: -8px;
}
.dropdown-news-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}
.dropdown-news-icon {
  flex-shrink: 0;
  width: 36px;
  display: block;
  min-width: 36px;
}
.dropdown-news-info {
  line-height: 1.4;
}

.news-btn-row {
  display: flex;
  align-items: center;
}
.news-btn-row a {
  margin-right: 10px;
}
.news-btn-row a:hover {
  color: #08444c;
}
.news-btn-row a:last-child {
  margin-right: 0;
}
.news-btn-row .bi {
  font-size: 24px;
  line-height: 18px;
}

.btn-link {
  font-size: 10px;
  line-height: 16px;
  color: #000;
}
.btn-link .bi {
  font-size: 20px;
  vertical-align: middle;
  margin-left: -5px;
}
.btn-link:hover {
  color: #08444c;
  text-decoration: none;
}

.btn-spanning {
  background-color: #c7d3d2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 8px 35px 6px 23px;
}
.btn-spanning:hover {
  background-color: #f9eeda;
  color: #000;
}
.btn-spanning .bi {
  font-size: 24px;
  margin-right: 4px;
  line-height: 24px;
  vertical-align: middle;
}

.small-footer {
  font-size: 10px;
  color: #d2cfcf;
  background-color: #352e29;
  padding: 8px 0 10px;
}
.footer-container {
  display: flex;
  align-items: center;
}
.footer-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  line-height: 10px;
}
.footer-meta li {
  border-right: solid 1px #d2cfcf;
  padding: 0 6px;
}
.footer-meta li:last-child {
  border-right: 0;
}
.footer-meta li:first-child {
  padding-left: 0;
}

/*Header withicon*/
.nav-withicon {
  padding-top: 72px;
  padding-bottom: 25px;
  background-position: -600% 0;
}

/* Added On 26 NOV 2021*/
.form-group-column {
  flex-flow: column;
}
.form-group-column .label-col {
  max-width: 100%;
  min-width: 100%;
  padding-bottom: 12px;
}
.form-group-column .form-control {
  margin-bottom: 0;
}

.fixed-btn {
  min-width: 130px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.card-from-equal {
  background-color: #f2f2f2;
  min-height: 100%;
}

.card-from-equal .card-equal-header {
  background-color: #fff;
}
.card-from-equal .card-adduser {
  padding: 30px;
  margin-bottom: 0;
}
.card-from-equal p {
  margin-bottom: 26px;
}
.card-from-equal .form-group-fixed:first-child {
  padding-top: 0;
}
textarea.textarea-small {
  height: auto;
  min-height: 100px;
}
textarea.textarea-small2 {
  height: auto;
  min-height: 134px;
}

/*btn-with-icon*/
.btn-with-icon {
  background-color: #18444c;
  border-width: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 26px 14px 25px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
.btn-with-icon .bi {
  display: block;
  font-size: 115px;
  line-height: 1;
  margin: 0 11px 0 0;
}
.btn-with-icon:hover {
  color: #fff;
  background-color: #9bc8b9;
}

.table-height366 {
  max-height: 366px;
  margin-bottom: 32px;
}
.form-control-sm {
  width: 203px;
  font-size: 12px;
}

.table-title h5 {
  font-size: 28px;
}

.box-graybg {
  background-color: #ece9e8;
}

.box-media-carddark {
  background-color: #757575;
  padding: 24px 15% 20px 40px;
  color: #fff;
}
.box-media-carddark h4 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1.2;
}
.headingsmall {
  font-size: 22px;
  margin-bottom: 26px;
}

.table-striped-colored thead th {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-striped-colored tbody tr,
.table-striped-colored tbody tr td {
  background-color: #dedede50;
}
.table-striped-colored tbody tr:nth-of-type(odd),
.table-striped-colored tbody tr:nth-of-type(odd) td {
  background-color: #9bc8b950;
}

.chart-area {
  height: 390px;
}

/**==================== [8] Responsive  ======================**/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .fitler-btn {
    padding-left: 66px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .box-media-card-small {
    padding: 17px 10px 16px;
  }
  .col-xl-3-6 {
    -ms-flex: 0 0 29.5%;
    flex: 0 0 29.5%;
    max-width: 29.5%;
  }
  .col-xl-2-6 {
    -ms-flex: 0 0 20.5%;
    flex: 0 0 20.5%;
    max-width: 20.5%;
  }
}
@media (min-width: 993px) and (max-width: 1630px) {
  .menu-project {
    padding: 0;
  }
  .menu-project li a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 993px) and (max-width: 1430px) {
  .menu-project {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 86.6vw;
  }
  .navbar > .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.gutters-50 {
    padding-left: 0; /* 5px */
    padding-right: 0; /* 50px */
  }
  .gutters-50 .row {
    margin-right: -25px;
    margin-right: 2%;
    margin-left: -25px;
    /*laurynas change*/
    margin-left: -2.4%;
  }

  .gutters-50 .row > .col,
  .gutters-50 .row > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }

  /* Added on 5 OCT 2021 */
  .gutters-15.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutters-15.row > .col,
  .gutters-15.row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  /*Added On 26  Nov 2021*/
  .gutters-0.row {
    margin-right: -0px;
    margin-left: -0px;
  }
  .gutters-0.row > .col,
  .gutters-0.row > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .col-lg-5-6 {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
  .col-lg-6-6 {
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
  }
}
@media (max-width: 1650px) {
  .btn-navlist .dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 1500.98px) {
  .col-intro-last {
    max-width: 425px;
  }
  .card-project {
    padding-left: 0;
    padding-right: 0;
  }
  .col-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-intro-big {
    width: 36%;
  }
  .col-full {
    width: 100%;
  }
  .btn-navlist .dropdown-menu {
    right: 0;
    left: auto;
  }

  .btn-with-icon .bi {
    font-size: 80px;
  }
}
@media (max-width: 1399.98px) {
  .btn-row-small {
    margin: 0 -5px;
  }
  .btn-row-small .btn-default {
    margin: 0 5px;
  }
  .box-media {
    padding-right: 24px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .box-media-card {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fitler-btn .btn {
    margin-right: 15px;
  }
  .fitler-btn .btn-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Added on 5 OCT 2021 */
  .form-group-row .col-form-label {
    width: 100%;
  }
  .form-group-row {
    flex-wrap: wrap;
  }
  .card-adduser {
    min-height: 100%;
    padding-bottom: 30px;
  }

  /* Added on 12 OCT 2021 */
  .card-dashboard-body .box-media-card {
    padding: 40px 20px 0;
  }
  .card-dashboard-header {
    flex-wrap: wrap;
  }
  .menubar > h2 {
    font-size: 38px;
  }
  .menuitem {
    /* width: 50%; */
    margin-top: 0;
  }
  .menuitem li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Added on 27 OCT 2021 */
  .card-project {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-intro {
    width: 50%;
    border-left-width: 0;
  }
  .col-intro-last {
    border-left-width: 1px;
  }
  .col-intro-big {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #707070;
  }
  .label-col {
    min-height: 100%;
    max-width: 100%;
  }

  .btn-with-icon .bi {
    font-size: 40px;
  }
}

@media (max-width: 1199.98px) {
  .navbar {
    background-size: cover;
    background-position: 0 0;
  }
  /* Added on 5 OCT 2021 */
  .menubar {
    flex-wrap: wrap;
  }
  .menubar > h2 {
    width: 100%;
    white-space: normal;
  }
  .menuitem {
    width: 100%; /* auto */
  }
  .select-dimension-row {
    flex-wrap: wrap;
  }
  .select-dimension-col {
    width: 100%;
    border-bottom: 1px dashed #707070;
    margin-bottom: 10px;
  }
  .select-dimension-row::before {
    display: none;
  }
  .select-dimension-col:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .card-adduser {
    min-height: 185px;
  }
  .table-title {
    flex-wrap: wrap;
  }

  .filter-row-btn {
    padding-left: 0;
  }

  /* Added on 12 OCT 2021 */
  .card-dashboard-body .box-media-card h4 {
    font-size: 60px;
  }

  .card-dashboard-body .box-media-card {
    min-height: 300px;
  }

  .col-12mobile {
    width: 100%;
    min-width: 150px;
  }
  .upload-button {
    padding: 30px 10px;
  }
  .upload-button .bi {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .mb-50 {
    margin-bottom: 35px;
  }
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-tagline {
    padding: 5px 0 5px 0px;
    width: 100%;
    font-size: 14px;
  }
  .navbar > .container {
    /* padding-left: 15px;
    padding-right: 15px; */
  }

  .middlecontainer {
    padding-top: 38px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 1.3rem;
  }
  hr {
    margin: 1rem 0 2rem;
  }

  /* Added on 5 OCT 2021 */
  .menuitem {
    flex-wrap: wrap;
    padding: 0;
  }
  .menuitem li {
    width: 100%;
    border-bottom: solid 1px #707070;
  }
  .menuitem li:last-child {
    border-width: 0;
  }

  .card-withicon {
    font-size: 28px;
  }

  .card-withicon h3,
  .menubar > h2 {
    font-size: 38px;
  }

  /* Added on 12 OCT 2021 */
  .card-desh-form {
    width: 100%;
  }
  .card-dashboard-body .box-media-card {
    min-height: auto;
    padding-bottom: 40px;
  }
  .db-ticker-time {
    font-size: 20px;
    padding: 15px 20px;
  }
  .db-ticker-info {
    font-size: 22px;
  }
  .db-ticker-info b {
    font-size: 26px;
  }

  .chart-cart {
    flex-wrap: wrap;
  }
  .chart-legend {
    padding-left: 0;
    padding-top: 20px !important;
    width: 100%;
  }
  .list-of-legend {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  .list-of-legend li {
    width: auto;
    padding-right: 20px;
  }

  .chart-legend {
    display: flex;
    justify-content: space-between;
  }
  .chart-legend > h6 {
    width: 100%;
  }
  .chart-legend .chart-legend-col {
    width: auto;
  }
  .chart-legend .chart-controls {
    width: auto;
  }

  /* Added on 27 OCT 2021 */
  .card-project {
    padding-top: 20px;
  }
  .col-intro {
    width: 100%;
    border-bottom: solid 1px #707070;
    border-left: 0;
    padding: 20px 0;
    margin: 0;
  }
  .card-number-block {
    font-size: 36px;
  }
  .col-intro:last-child {
    border-bottom: 0;
  }
  .card-text {
    padding: 20px 30px 10px;
    margin-bottom: 30px;
  }
  .card-text > [class*="col-"] {
    border-left-width: 0;
    border-bottom: solid 1px #707070;
    padding: 20px 0 !important;
  }
  .card-text > [class*="col-"]:last-child {
    border-bottom-width: 0;
  }
  .card-text:last-child {
    margin-bottom: 30px;
  }

  .upload-button {
    margin-bottom: 20px;
    min-height: auto;
  }
  .upload-button br {
    display: none;
  }
  .from-column {
    border-left: 0;
    padding: 30px 0 0 0;
    margin-top: 24px;
    border-top: solid 1px #707070;
  }

  /*Added 11 Nov 2021*/
  .footer-flex {
    display: flex;
    flex-flow: column;
    order: 1;
    margin-top: 20px;
  }
  .footer-row {
    order: 1;
  }
  .footer-btn {
    margin-bottom: 20px;
  }

  .nav-withicon {
    padding-top: 32px;
    padding-bottom: 13px;
  }
  .nav-withicon .btn-navlist {
    padding-top: 20px;
  }
  .btn-navlist li {
    position: inherit;
  }
  .btn-navlist .dropdown-menu {
    margin-top: 13px;
    left: 0;
    right: auto;
  }

  .box-card {
    min-height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar > .container {
    /* padding-left: 30px;
    padding-right: 30px; */
  }
  .table tr td:first-child,
  .table tr th:first-child {
    min-width: auto;
  }
  .table tr th:nth-child(2) {
    min-width: auto;
  }

  /* Added on 5 OCT 2021 */

  .group-row-col {
    flex-wrap: wrap;
  }
  .group-row-col .form-group-first {
    width: 100%;
  }

  .btn-large-w395 {
    min-width: auto;
  }

  /* Added on 12 OCT 2021 */
  .filter-title {
    width: 100%;
    padding-bottom: 0;
  }
  .fitler-withtitle-col {
    flex-wrap: wrap;
  }

  .card-desh-form {
    flex-wrap: wrap;
  }

  .card-expandable-heder {
    padding: 18px 0px 18px 15px;
    font-size: 20px;
  }
  .card-expandable-heder .bi {
    font-size: 18px;
    margin-right: 8px;
  }
  .card-expandablebody h4 {
    font-size: 22px;
  }

  .card-withicon {
    font-size: 22px;
  }
  .card-withicon h3,
  .menubar > h2 {
    font-size: 30px;
  }
  .db-ticker-row {
    border-bottom-width: 7px;
  }

  .db-icon-db {
    width: 72px;
    height: 72px;
  }
  .db-icon-db svg {
    transform: scale(0.5) translateX(-98px);
    -webkit-transform: scale(0.5) translateX(-98px);
    -moz-transform: scale(0.5) translateX(-98px);
    -ms-transform: scale(0.5) translateX(-98px);
    -o-transform: scale(0.5) translateX(-98px);
  }
  .db-tickersection {
    padding: 0px 0 40px;
  }
  .eocjs-newsticker {
    padding: 12px 10px 0 10px;
  }
  .db-ticker-time {
    font-size: 18px;
    padding: 10px;
    margin-left: 66px;
  }
  .db-ticker-time .bi {
    font-size: 32px;
    margin-right: 10px;
  }
  .box-information {
    font-size: 16px;
  }
  .box-information h4 {
    font-size: 24px;
  }
  .table-title h4 {
    font-size: 30px;
    margin-right: 0;
  }

  .chart-legend {
    flex-flow: column;
  }

  /* Added on 27 OCT 2021 */
  .card-btn {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .card-btn .btn {
    margin-bottom: 16px;
  }
  .btn-action-small {
    max-width: 100%;
  }
  .title-intro h4 {
    font-size: 26px;
  }
  .card-number-block {
    font-size: 26px;
  }

  .col-intro .gutters-15 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-intro .gutters-15 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .label-col {
    min-width: 100%;
    max-width: 100%;
  }
  .step-process {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .stepbar {
    width: 100%;
    margin: 10px 0 20px;
  }
  .upload-button {
    padding: 30px 10px;
    font-size: 18px;
  }
  .upload-button .bi {
    font-size: 60px;
  }
  .card-adduser {
    padding-left: 30px;
    padding-right: 30px;
  }

  /*Added 11 Nov2021*/
  .footer-container {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-meta {
    margin: 2px auto 0;
  }
  .footer-copyright {
    /* margin: 2px auto 0; */
  }
  .btn-navlist .dropdown-menu {
    width: 100%;
  }

  .progress-primary {
    margin: 0;
  }
  .menu-project {
    flex-wrap: wrap;
    padding: 5px 20px;
  }
}

@media (max-width: 575.98px) {
  .card-number-block {
    font-size: 22px;
  }
}
@media (max-width: 450.88px) {
  .menu-project li.navtitle {
    width: 100%;
    padding-bottom: 0;
  }
}

.owp-toast {
  position: fixed;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);

  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  min-width: 300px;

  padding: 10px;
  box-shadow: 0px 12px 24px #17171729;

  font-weight: bold;
  opacity: 0; /* Initially set to fully transparent */
  transition: opacity 0.7s ease-in-out;
  z-index: 9999999;
}
.showToast {
  opacity: 1;
}
.owp-toast-button {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0px;
  color: #171717;
  opacity: 1;
  min-height: 36px;
  padding-right: 10px;
}
.owp-toast-text {
  max-width: 80%;
}
.success {
  background-color: #9bc8b9;
}
.warning {
  background-color: #f9eeda;
}
.error {
  background-color: #ff9a83;
}

/* GENERIC MODAL STYLES START */
.g-m-overlay {
  background-color: #ffffffcc;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.g-m-container {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 0.2rem;
  box-shadow: 0px 12px 24px #17171729;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  max-height: 400px;
  left: 50%;
  overflow: hidden;
  padding-bottom: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  z-index: 11;
}

.g-m-container.show {
  animation: fadeInOut 0.5s ease-in-out forwards;
}

.g-m-container.hide {
  animation: fadeOutIn 0.5s ease-in-out forwards;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.g-m-title {
  color: #171717;
  font-family: inherit;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 20px 16px 16px;
  line-height: normal;
}

.g-m-title-warning {
  background-color: #f9eeda;
}

.g-m-title-success {
  background-color: #9bc8b9;
}

.g-m-title-error {
  background-color: #ff9a83;
}

.g-m-title-info {
  background-color: #cbd4d1;
}

.g-m-success-icon-wrapper {
  margin-top: 32px;
  text-align: center;
}

.g-m-success-icon {
  color: #9bc8b9;
  font-size: 64px;
}

.g-m-message-wrapper {
  padding: 16px;
  margin-bottom: 24px;
  overflow: auto;
}

.g-m-message {
  font-family: inherit;
  font-size: 14px;
  margin: 0px;
  overflow-wrap: anywhere;
}

.g-m-buttons {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding: 0 16px;
}

.g-m-buttons-aligned {
  justify-content: space-between;
}

.custom-btn-secondary {
  border-radius: 0px;
  background-color: #f2f2f2;
  color: #171717;
}

.custom-btn-secondary:hover {
  background-color: #cbd4d1;
}

.custom-btn-primary {
  border-radius: 0px;
  background-color: #18444c;
  color: #fff;
}

.custom-btn-primary:hover {
  background-color: #f9eeda;
  color: #232323;
}

.custom-btn-primary:active {
  background-color: #dae0e5;
  color: #212529;
}

.custom-btn-secondary,
.custom-btn-primary {
  transition: background-color 0.5s ease, color 0.5s ease;
}

.custom-g-m-btn {
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
  padding: 7px 32px;
}
/* GENERIC MODAL STYLES END */

/* custom or rather standart  class for dfi kanthal header for inner pages overriding the nav-withicon class dynamically inside OriginalOWPHeader.js start*/
.dfi-header-small {
  padding-top: 32px;
  padding-bottom: 13px;
}
/* custom or rather standart  class for dfi kanthal header for inner pages overriding the nav-withicon class dynamically inside OriginalOWPHeader.js end*/

/* GENERIC 'DATA IS LOADING...' DIV WRAPPER STYLES START */
.generic-msg-wrapper {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  flex: 1;
  justify-content: center;
  min-height: 300px;
  text-align: center;
}

.generic-response-msg {
  align-items: baseline;
  display: flex;
  font-size: 32px;
  font-weight: 600;
}

.generic-msg-dot {
  animation: pulse 1.4s infinite ease-in-out both;
  background-color: #333;
  border-radius: 50%;
  height: 8px;
  margin: 0 4px;
  width: 8px;
}

.generic-msg-dot:nth-child(1) {
  animation-delay: -0.32s;
}
.generic-msg-dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes pulse {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* GENERIC 'DATA IS LOADING...' DIV WRAPPER STYLES END */
