html {
  height: 100%; }

body {
  padding-top: 0px;
  height: 100%;
  position: relative;
  font-size: 12px; 
  font-family: 'Roboto Condensed', sans-serif;
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-10px); }
  40% { transform: translateX(10px); }
  60% { transform: translateX(-10px); }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.4s;
}

.password_blur-text {
    font-size:13px;
    color: black;
    filter: blur(8px);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.password_blur-text:hover {
    filter: blur(0px);
}

.po_div {
  text-align: center;
  transition: background-color 0.3s, opacity 0.3s;
}

/* Styles for the disabled state */
.disabledpo {
  opacity: 0.5;             /* Reduced opacity for a visual cue */
  cursor: not-allowed;      /* 'Not allowed' cursor */
}

.no-padding-lr{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.summary_css{
    text-align: center;
}
#show_consumption_info_updates_table_summary_paginate > ul > .paginate_button {
  padding: 0!important;
}

@keyframes pulse_enabled {
    0% { background-color: white; }
    50% { background-color: aquamarine; }
    100% { background-color: white; }
}
.pulse_enabled {
    animation: pulse_enabled 3s ease-in-out;
}

@keyframes pulse_reset {
    0% { background-color: white; }
    50% { background-color: pink; }
    100% { background-color: white; }
}
.pulse_reset {
    animation: pulse_reset 3s ease-in-out;
}

.inputline{
  border: 0;
  outline: 0;
  background: transparent;
  width: 100px;
  border-bottom: 1px solid black;
  text-align: center;
}
.inputlines{
  border: 0;
  outline: 0;
  background: transparent;
  width: 100px;
  border-bottom: 1px solid black;
  text-align: center;
}
.inputnoline{
  border: 0;
  outline: 0;
  background: transparent;
  width: 100px;
  text-align: center;
}
.inputlinepo{
  border: 0;
  outline: 0;
  background: transparent;
  width: 80px;
  border-bottom: 1px solid #9e9e9e;
  text-align: center;
}
.inputnolinepo{
  border: 0;
  outline: 0;
  background: transparent;
  width: 80px;
  text-align: center;
}
.disabledpage{
  pointer-events: none;
}
._autocomplete{
  width: 100%;
  position: relative;
  background-color: white;
}
._autocomplete > ul{
  padding: 5px;
  margin: 0px;
  border:1px solid rgba(0,0,0,0.2);
  border-top-color: transparent;
  list-style-type: none;
  max-height: 150px;
  overflow: auto;
}
._autocomplete > ul > li{
  margin: 5px 0px;
  padding: 5px;
  cursor: pointer;
}
._autocomplete > ul > li:hover{
  background-color: #F1F1F1;
}
.no-padding-right{
  padding-right: 0px;
}
.no-padding-tb{
  padding-top: 0px !important;
}
.page-header {
    margin: 0px 0 20px !important;
}
textarea{
  resize: vertical !important;
  max-height: 250px;
}
#dt{
  min-height: 100px;
}
* {
  outline: none; }

/*.row > [class*="col-"] {
  margin-bottom: 25px; }*/

.row.no-margin-bottom > [class*="col-"] {
  margin-bottom: 10px; }

.row.no-gap {
  margin-left: 0;
  margin-right: 0; }
  .row.no-gap > [class*="col-"] {
    padding-left: 0;
    padding-right: 0px; }

.no-padding {
  padding: 0px !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-both {
  clear: both; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }


  .tooltip-inner {
    max-width: 250px;
    /* If max-width does not work, try using width instead */
    width: 250px; 
    text-align: left;
    z-index: 999;
  }
.a{
  font-weight: bold;
  cursor: pointer;
}
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.no-margin-bottom{
  margin-bottom: 0px !important; 
}
.font-weight-300 {
  font-weight: 300; }

.text-indent {
  text-indent: 1em; }

.navbar {
  z-index: 1000001;
  padding-left: 60px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .navbar > .container, .navbar > .container-fluid {
    z-index: 10001; }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      height: 60px;
      line-height: 60px;
      margin-left: 0px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      padding: 0;
      font-size: 1.5em; }
      .navbar > .container .navbar-brand .fa-angle-right, .navbar > .container-fluid .navbar-brand .fa-angle-right {
        margin-left: 5px;
        margin-right: 5px; }
    .navbar > .container .navbar-expand-toggle, .navbar > .container-fluid .navbar-expand-toggle {
      width: 60px;
      height: 60px;
      background-color: transparent;
      border: 0px;
      float: left;
      -moz-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
      opacity: 0.75; }
    .navbar > .container .navbar-expand-toggle .icon, .navbar > .container-fluid .navbar-expand-toggle .icon {
      font-size: 1.4em; }
    .navbar > .container .navbar-right-expand-toggle, .navbar > .container-fluid .navbar-right-expand-toggle {
      width: 60px;
      height: 60px;
      background-color: transparent;
      border: 0px;
      position: absolute;
      right: 0;
      -moz-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
      opacity: 0.75; }
    .navbar > .container .navbar-right-expand-toggle .icon, .navbar > .container-fluid .navbar-right-expand-toggle .icon {
      font-size: 1.4em; }
  .navbar .navbar-breadcrumb {
    margin-left: 0px;
    background-color: transparent;
    padding: 0px;
    float: left; }
    .navbar .navbar-breadcrumb > li {
      height: 60px;
      line-height: 60px;
      vertical-align: middle;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.5em; }
  .navbar .navbar-nav > li > a {
    font-family: 'Roboto Condensed', sans-serif;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px 0px 20px; }
  .navbar .dropdown-menu {
    padding: 0;
    border: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    z-index: -1;
    position: absolute; }
    .navbar .dropdown-menu .title {
      font-family: 'Roboto Condensed', sans-serif;
      padding: 5px 10px;
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    .navbar .dropdown-menu .message {
      font-family: 'Roboto Condensed', sans-serif;
      text-align: center;
      padding: 10px 20px; }
    .navbar .dropdown-menu .notifications.list-group {
      list-style: none;
      padding: 0;
      margin: 0; }
      .navbar .dropdown-menu .notifications.list-group .list-group-item {
        min-width: 250px;
        padding: 8px;
        border: 0;
        border-bottom: 1px solid #EEE; }
        .navbar .dropdown-menu .notifications.list-group .list-group-item .icon {
          margin-right: 5px; }
      .navbar .dropdown-menu .notifications.list-group .badge {
        border-radius: 1em; }
      .navbar .dropdown-menu .notifications.list-group .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px; }
      .navbar .dropdown-menu .notifications.list-group .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px; }
      .navbar .dropdown-menu .notifications.list-group a.list-group-item:hover {
        cursor: pointer; }
  .navbar .dropdown.profile .dropdown-menu {
    width: 305px;
    padding-bottom: 0px;
    text-align: center; 
    z-index: 1000;
    background-color: white !important;
  }
    .navbar .dropdown.profile .dropdown-menu li.profile-img {
      padding: 0px;
      max-height: 300px;
      overflow: hidden; }
      .navbar .dropdown.profile .dropdown-menu li.profile-img img.profile-img {
        width: 100%;
        height: auto;
        margin: 0px;
        border: 0; }
    .navbar .dropdown.profile .dropdown-menu .profile-info {
      font-family: 'Roboto Condensed', sans-serif;
      padding: 15px; 
          z-index: 999
    }
      .navbar .dropdown.profile .dropdown-menu .profile-info .username {
        font-size: 1.8em; }

.app-container {
  min-height: 100%;
  z-index: 500;
  position: relative;
  padding-bottom: 30px; }
  .app-container .app-footer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 65px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif; }
    .app-container .app-footer .wrapper {
      padding: 10px 35px;
      padding-left: 25px;
      height: 50px;
      line-height: 50px;
      vertical-align: middle; }
  .app-container .content-container {
    margin-right: 0;
    margin-left: 0; }
    .app-container .content-container .side-menu {
      overflow-y: auto;
      z-index: 10000000;
      position: fixed;
      width: 60px;
      height: 100%;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      .app-container .content-container .side-menu .navbar-header {
        width: 100%;
        border-bottom: 0px solid #e7e7e7; }
        .app-container .content-container .side-menu .navbar-header .navbar-brand {
          width: 455px;
          line-height: 60px;
          height: 60px;
          padding: 0;
          width: 100%;
          overflow: hidden;
          font-family: 'Roboto Condensed', sans-serif; }
          .app-container .content-container .side-menu .navbar-header .navbar-brand .icon {
            display: flex !important;
            justify-content: center;
            align-items: center;
            width: 60px;
            text-align: center;
            display: inline-block; }
          .app-container .content-container .side-menu .navbar-header .navbar-brand .title {
            margin-left: -10px;
            display: none; }
        .app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
          position: absolute;
          right: 0;
          width: 60px;
          height: 60px;
          background-color: transparent;
          border: 0px;
          -moz-transition: all 0.25s linear;
          -webkit-transition: all 0.25s linear;
          transition: all 0.25s linear;
          opacity: 0.75; }
      .app-container .content-container .side-menu .navbar {
        border: none;
        padding-left: 0px; }
      .app-container .content-container .side-menu .navbar-nav li {
        display: block;
        width: 100%;
        overflow: hidden; }
        .app-container .content-container .side-menu .navbar-nav li a {
          font-family: 'Roboto Condensed', sans-serif;
          padding: 0 10px 0 10px;
          height: 46px;
          line-height: 46px;
          display: block;
          white-space: nowrap; }
          .app-container .content-container .side-menu .navbar-nav li a .icon {
            margin-left: -3px;
            width: 38px;
            text-align: center;
            font-size: 1.1em;
            display: inline-block; }
          .app-container .content-container .side-menu .navbar-nav li a .title {
            width: 0px;
            white-space: nowrap;
            padding-left: 6px;
            display: none; }
      .app-container .content-container .side-menu .navbar-nav li.dropdown {
        border: 0;
        margin-bottom: 0;
        border-radius: 0;
        box-shadow: none; }
        .app-container .content-container .side-menu .navbar-nav li.dropdown ul li a {
          height: 44px;
          line-height: 44px;
          vertical-align: middle;
          padding: 0em 1.2em; }
        .app-container .content-container .side-menu .navbar-nav li.dropdown > a:after {
          content: "";
          position: absolute;
          right: 1em; }
      .app-container .content-container .side-menu .navbar-nav .panel-collapse.in {
        display: none; }
    .app-container .content-container .side-menu:hover {
      width: 250px; }
      .app-container .content-container .side-menu:hover .navbar-header .navbar-brand .title {
        display: inline-block; }
      .app-container .content-container .side-menu:hover .navbar-nav li a .title {
        width: 192px;
        display: inline-block; }
      .app-container .content-container .side-menu:hover .navbar-nav li.dropdown > a:after {
        font-family: FontAwesome;
        content: "\f107";
        position: absolute;
        right: 1em; }
      .app-container .content-container .side-menu:hover .panel-collapse.in {
        display: block; }
    .app-container .content-container .side-body {
      padding-top: 70px; }
    .app-container .content-container .side-body.padding-top {
      padding-top: 84px; }

.app-container.expanded .app-footer {
  left: 250px; }
  .app-container.expanded .app-footer .wrapper {
    padding-left: 25px; }

.app-container.expanded .content-container .navbar-top {
  padding-left: 0px; }

.app-container.expanded .content-container .side-menu {
  width: 250px; }
  .app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
    display: inline-block; }
  .app-container.expanded .content-container .side-menu .navbar-nav li a .title {
    display: inline-block; }
  .app-container.expanded .content-container .side-menu .navbar-nav li .panel-collapse.in {
    display: block; }
  .app-container.expanded .content-container .side-menu .navbar-nav li.dropdown > a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 1em; }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-left: -15px;
  margin-right: -15px; }

.page-title {
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 10px;
  margin-bottom: 0px;
  height: auto; }
  .page-title .title {
    font-size: 2em; }
  .page-title .page-action {
    float: right;
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }

.sub-title {
  font-family: 'Roboto Condensed', sans-serif; }
  .sub-title > * {
    display: inline-block; }
  .sub-title h3 {
    margin-right: 10px; }
  .sub-title .description {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em; }
  .sub-title .action .btn {
    padding: 0 0.5em; }

/* Main body section */
.app-container .side-body {
  margin-left: 75px;
  margin-right: 15px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.app-container.expanded .side-body {
  margin-left: auto; 
  margin-right: auto;
}

/*GO TO TOP-BOTTOM*/
.sc_floating-button {
    position: fixed; 
    bottom: 20px;      
    right: 154px;    
    z-index: 1050;    
    display: flex;
    flex-direction: column;  
    gap: 5px;       
    opacity: 0.5;  
    transition: opacity 0.3s ease; 
}

.sc_floating-button button {
    border-radius: 50%; 
    width: 30px;         
    height: 30px;        
    font-size: 16px;     
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  
    cursor: pointer;    
}
.sc_floating-button:hover {     
    opacity: 1; 
}
#scrollToTop{
    transition: all 0.3s ease-in-out;
}
#scrollToTop:hover {
    transform: scale(1.2);
}
#scrollToBottom{
    transition: all 0.3s ease-in-out;
}
#scrollToBottom:hover {
    transform: scale(1.2);
}
#container_div{
  overflow-x: hidden !important;
}
#container_div::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
}

#container_div::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

#container_div::-webkit-scrollbar-thumb {
    background: #888;  /* Gray color */
}

#container_div::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
#container_div {
    scrollbar-width: thin;   /* Makes the scrollbar thin */
    scrollbar-color: #888 #f1f1f1;  /* Thumb color and track color */
}
/*END*/
/* small screen */
@media (max-width: 768px) {
  #first-image{
    max-width: 100%;
  }
  .w_780px{
    width: 780px;
  }

  body {
    font-size: 11px; 
  }

  .btn{
    font-size: 12px;
  }
  .navbar .navbar-right .open ._settings{
    left: -114px;
  }

  .nav-tabs > li{
     width: 100%;
  }
  .navbar {
    padding-left: 0; }
    .navbar .navbar-header {
      width: auto;
      display: block; }
    .navbar .navbar-nav {
      width: auto;
      margin: 0; }
      .navbar .navbar-nav > li {
        display: inline-block;
        }
    .navbar .navbar-right {
      position: absolute;
      top: 0;
      right: -100%;
      height: 100%;
      width: 100%;
      -moz-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      .navbar .navbar-right .open .dropdown-menu {
        position: absolute; 
         
      }
    .navbar .navbar-right.expanded {
      right: 0; 

    }
  .app-container .navbar-top {
    min-width: 300px; }
  .app-container .content-container .side-menu {
    margin-left: -250px;
    width: 0px; }
  .app-container .content-container .side-body {
    margin-left: 10px; }
  .app-container.expanded .navbar-top {
    min-width: 480px;
    padding-left: 0px; }
  .app-container.expanded .side-menu {
    margin-left: 0px;
    width: 15%; }
  .app-container.expanded .side-body {
    margin-left: 10px; }
  .app-container .app-footer .wrapper, .app-container.expanded .app-footer .wrapper {
    padding-left: 25px; } }

/* Card */
.card {
  background-color: #FFF;
  border-radius: 1px;
  overflow: hidden;
  position: relative; }
  .card .card-body {
    padding: 25px; }
    .card .card-body .sub-title {
      font-size: 1.2em;
      padding: 1.2em 0em 0.4em 0em;
      margin-bottom: 25px; }
      .card .card-body .sub-title .description {
        padding-left: 0.4em;
        font-size: 0.8em;
        opacity: 0.8; }
  .card .card-body.half-padding {
    padding: 12.5px; }
  .card .card-header .card-title {
    padding: 1.2em 25px;
   /* float: left; */
   text-align: left;
   width: 100%;
   overflow:hidden;
  }
    .card .card-header .card-title .title {
      overflow: hidden;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.5em;
      text-decoration: none; }
  .card .card-header:after {
    content: '';
    display: block;
    clear: both; }
  .card .card-profile-img img {
    width: 100%;
    height: auto; }
  .card .card-jumbotron {
    padding: 1.5em 1.5em; }

.card:hover .card-header .title {
  text-decoration: none !important; }

.card.summary-inline .card-body {
  padding: 20px; }
  .card.summary-inline .card-body .content {
    float: right; }
    .card.summary-inline .card-body .content .title {
     font-family: 'Lato', sans-serif;
      margin-top: -0.1em;
      font-size: 2.5em;
      text-align: right; }
    .card.summary-inline .card-body .content .sub-title {
      font-family: 'Lato', sans-serif;
      font-size: 0.9em;
      text-align: right;
      margin-top: -10px;
      margin-bottom: 0;
      padding: 0;
      border-bottom: 0; }

.card.profile .card-body {
  padding: 0.5em 0.8em; }

.card.profile .card-footer {
  padding: 0.5em 0.8em; }

.panel {
  border-radius: 1px; }
  .panel .panel-heading {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }

.chart {
  padding: 15px; }

.chart.no-padding {
  padding: 0;
  margin-bottom: -5px; }

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 1px;
  border-width: 1px;
  font-family: 'Roboto Condensed', sans-serif; }

.btn-group-lg > .btn, .btn-group-lg > .btn-lg {
  border-radius: 1px; }

.progress {
  border-radius: 1px;
  box-shadow: none; }
  .progress .progress-bar {
    box-shadow: none; }

.pagination {
  margin-top: 5px;
  margin-bottom: 5px; }
  .pagination li:first-child > a, .pagination li:first-child span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .pagination li:last-child > a, .pagination li:last-child span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.form-control {
  border-radius: 1px;
  box-shadow: none; }

.bs-example-modal .modal {
  z-index: 100;
  position: relative;
  display: block; }

.modal {
  z-index: 100001; }
  .modal .modal-dialog .modal-header {
    font-family: 'Roboto Condensed', sans-serif; }
  .modal .modal-dialog .modal-content {
    border-radius: 1px;
    box-shadow: none; }
  .modal .modal-dialog .modal-footer .btn {
    margin-top: 0;
    margin-bottom: 0; }

.modal-backdrop {
  z-index: 100000; }

.modal-backdrop.in {
  opacity: 0.8; }

.alert {
  border-width: 0px;
  border-radius: 1px; }

.list-group .badge {
  border-radius: 1px; }

.list-group .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.list-group .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.checkbox3, .radio3 {
  margin-top: 0px;
  margin-bottom: 0px; }

.checkbox-inline {
  margin-bottom: 5px; }

.checkbox3 label, .radio3 label {
  padding: 8px 0 8px 30px; }

.checkbox3 label::before, .radio3 label::before {
  top: 5px; }

.checkbox3 label::after, .radio3 label::after {
  top: 5px; }

.checkbox3 label, .radio3 label, .checkbox-inline, .radio-inline {
  font-weight: normal; }

.bootstrap-switch {
  border-radius: 1px; }

.thumbnail {
  border-radius: 1px;
  padding: 0; }
  .thumbnail .caption {
    padding: 0.5em 1.2em; }
    .thumbnail .caption .h1, .thumbnail .caption .h2, .thumbnail .caption .h3, .thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3 {
      margin-top: 15px; }

body.login-page {
  background: url(../images/testbg5.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center center;
}

  @media (max-width: 768px) {
    body.login-page {
      background: url(../images/testbg5.jpg) no-repeat center center fixed;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;  
    }
  }

  body.login-page::before {
  content: '';
  position: absolute;
  width: 150%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit; /* Inherit the background image */
  filter: brightness(30%); /* Darken the background */
  z-index: -1;
/*  border: 5px solid rgb(0, 0, 0, 0.3);*/
}

  body.login-page .login-box {
    width: 100%;
/*    max-width: 320px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0; }
    body.login-page .login-box > .title {
      margin-bottom: 1em; }
    body.login-page .login-box > .row {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; }
  body.login-page .login-form {
    padding: 0em; }
    body.login-page .login-form .login-header {
      margin-bottom: 1.2em;
      font-size: 1.5em; }
    body.login-page .login-form .login-body {
      padding: 1.5em;
      border-radius: 1px; }
    body.login-page .login-form input {
      margin-bottom: 0.8em;
      margin-top: 0.5em;
      /*padding: 1.2em 1em;*/
      font-size: 1.1em;
      border-radius: 1px; }
  body.login-page .login-button .btn {
    padding: 0.5em 2em;
    font-size: 1.1em;
    border-radius: 1px;
    margin-bottom: 0; }
  body.login-page .login-footer {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: right;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

@media (max-width: 768px) {
  body.login-page .login-form .login-header {
    margin-bottom: 1em; }
  body.login-page .login-box {
    width: 100%;
    max-width: 260px; } }

.dataTables_wrapper .row {
  margin-bottom: 0.5em; }

.dataTables_wrapper .top {
  margin-bottom: 6px;
  position: relative; }

.dataTables_wrapper .bottom {
  margin-top: 6px; }

.dataTables_wrapper .top:after, .dataTables_wrapper .bottom:after {
  position: relative;
  clear: both;
  display: block;
  content: ''; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin-left: 0;
  border: 0; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 0; }

/* .dataTables_wrapper tfoot {
  display: none; } */

.code-preview {
  width: 100%;
  min-height: 400px; }

.nav-tabs > li {
  margin-bottom: -1px; }
  .nav-tabs > li > a {
    border-radius: 0;
    border: 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-radius: 0;
  border-top: 0; }

.tab-content > div {
  padding: 20px 0px; 
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left, .tabs-right {
  display: table; }

.tabs-left > .nav-tabs {
  display: table-cell;
  margin-right: 19px; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px; }

.tabs-right > .nav-tabs {
  display: table-cell;
  margin-left: 19px; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px; }

.tab:after {
  content: '';
  display: block;
  clear: both; }

.step .nav-tabs {
  border-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px; }
  .step .nav-tabs > li[class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .step .nav-tabs > li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .step .nav-tabs > li {
    border-right: 0; }
    .step .nav-tabs > li > a {
      margin-right: 0;
      display: block;
      width: 100%;
      padding: 1em;
      padding-left: 2em;
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      text-align: left;
      border-bottom: 0; }
      .step .nav-tabs > li > a .icon {
        font-size: 2.5em;
        display: inline-block;
        margin-right: 0.25em;
        vertical-align: middle; }
      .step .nav-tabs > li > a .step-title {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        text-align: left; }
        .step .nav-tabs > li > a .step-title .title {
          font-weight: bold;
          font-size: 1.1em; }
        .step .nav-tabs > li > a .step-title .description {
          font-size: 0.9em; }
    .step .nav-tabs > li > a:hover {
      border-bottom: 0; }
  .step .nav-tabs > li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0%, -50%);
    z-index: 100001; }
  .step .nav-tabs > li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0%, -50%);
    z-index: 100000; }
  .step .nav-tabs > li.active > a, .step .nav-tabs > li.active > a:focus, .step .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 0; }
  .step .nav-tabs > li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .step .nav-tabs > li:last-child:before, .step .nav-tabs > li:last-child:after {
    display: none; }

.step .tab-content > div {
  padding: 0; }

.step.card-no-padding .nav-tabs {
  margin-bottom: 0px; }
  .step.card-no-padding .nav-tabs > li {
    border-radius: 0; }

.step.card-no-padding .tab-content > div {
  padding: 5px 0px 20px 20px;
}

.step.tabs-left .tab-content {
  padding: 5px 15px;
  display: table-cell;
  vertical-align: top; }
  .step.tabs-left .tab-content > div {
      padding: 5px 0px 20px 20px; }

.step.tabs-left .nav-tabs {
  border-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }
  .step.tabs-left .nav-tabs > li[class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .step.tabs-left .nav-tabs > li:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .step.tabs-left .nav-tabs > li {
    border-right: 0px;
    min-width: 250px;
    display: table;
    width: 250px; }
    .step.tabs-left .nav-tabs > li > a {
      margin-right: 0;
      display: table-cell;
      width: 100%;
      padding: 1em;
      padding-left: 2em;
      vertical-align: middle;
      table-layout: fixed;
      white-space: nowrap;
      overflow: hidden; }
      .step.tabs-left .nav-tabs > li > a .icon {
        font-size: 2.5em;
        display: inline-block;
        margin-right: 0.25em;
        vertical-align: middle; }
      .step.tabs-left .nav-tabs > li > a .step-title {
        width: auto;
        display: inline-block;
        vertical-align: middle; }
        .step.tabs-left .nav-tabs > li > a .step-title .title {
          font-weight: bold;
          font-size: 1.1em; }
        .step.tabs-left .nav-tabs > li > a .step-title .description {
          font-size: 0.9em; }
    .step.tabs-left .nav-tabs > li > a:hover {
      border-bottom: 0; }
  .step.tabs-left .nav-tabs > li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 10000;
    display: none; }
  .step.tabs-left .nav-tabs > li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0%, -50%);
    z-index: 10000;
    display: none; }
  .step.tabs-left .nav-tabs > li.active > a, .step.tabs-left .nav-tabs > li.active > a:focus, .step.tabs-left .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 0; }
  .step.tabs-left .nav-tabs > li.active:after, .step.tabs-left .nav-tabs > li.active:before {
    display: block; }
  .step.tabs-left .nav-tabs > li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

@media (max-width: 768px) {
  .step .nav-tabs > li:after {
    display: none; }
  .step .nav-tabs > li:before {
    display: none; } }

.loader-container {
  display: none; }

.loader .loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1003; }

.loader:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  border-radius: 1px; }

.pricing-table .pt-header {
  text-align: center;
  padding: 1em; }
  .pricing-table .pt-header .plan-pricing .pricing {
    font-size: 2.5em; }
  .pricing-table .pt-header .plan-pricing .pricing-type {
    opacity: 0.9; }

.pricing-table .pt-body {
  padding: 1em;
  text-align: center; }
  .pricing-table .pt-body .plan-detail {
    padding: 0;
    margin: 0;
    list-style: none; }

.pricing-table .pt-footer {
  padding: 0.75em;
  text-align: center; }

.icons-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .icons-list > li {
    float: left;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 8px; }
    .icons-list > li span {
      display: block; }
    .icons-list > li .glyphicon {
      font-size: 1.5em; }
    .icons-list > li .glyphicon-class {
      margin-top: 8px;
      font-size: 0.75em; }

.icons-list:after {
  content: '';
  display: block;
  position: relative;
  clear: both; }

.row.example > [class*='col-'] > div {
  background-color: #EEE;
  padding: 10px;
  border: 1px solid #DDD; }

.breadcrumb {
  margin-bottom: 0; }
  .breadcrumb > li + li:before {
    font-family: FontAwesome;
    content: '\f105';
    margin-right: 3px; }

.message-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .message-list > a > li {
    border-bottom: 1px dotted #EEE;
    padding: 8px; }
    .message-list > a > li > .message-block {
      padding-left: 70px;
      min-height: 60px; }
      .message-list > a > li > .message-block .username {
        font-size: 12px;
        font-weight: bold; }
      .message-list > a > li > .message-block .message-datetime {
        font-size: 10px;
        color: #AAA; }
      .message-list > a > li > .message-block .message {
        font-size: 12px; }
    .message-list > a > li .profile-img {
      width: 60px;
      height: 60px; }
  .message-list > a:hover li {
    background-color: rgba(0, 0, 0, 0.01); }

.bs-example > * {
  margin-bottom: 20px; }

.bs-example > *:last-child {
  margin-bottom: 5px; }

.landing-page {
  font-family: 'Roboto Condensed', sans-serif; }
  .landing-page .navbar .navbar-toggle {
    position: absolute;
    right: 0;
    border-radius: 0;
    border: 0;
    height: 44px;
    padding: 0 15px; }
  .landing-page .app-header {
    padding-top: 100px;
    background-image: url("../img/app-header-bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 0; }
    .landing-page .app-header .app-logo {
      margin-bottom: 20px; }
    .landing-page .app-header .app-description {
      margin-bottom: 40px; }
  .landing-page .app-content-a, .landing-page .app-content-b {
    padding-top: 50px;
    padding-bottom: 20px; }
  .landing-page .app-content-b.feature-1 {
    background-image: url("../img/bg/picjumbo.com_HNCK3558.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 0; }
  .landing-page .app-content-b.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../img/contact-us-bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 0; }
    .landing-page .app-content-b.contact-us .contact-us-header {
      font-weight: 300;
      font-size: 46px; }
    .landing-page .app-content-b.contact-us .contact-us-description {
      font-weight: 300;
      font-size: 18px;
      opacity: 0.9;
      text-indent: 40px; }
    .landing-page .app-content-b.contact-us form {
      margin-top: 20px; }
      .landing-page .app-content-b.contact-us form input {
        padding: 10px;
        width: 100%;
        border: 0px; }
  .landing-page .app-content-header {
    font-weight: 300;
    font-size: 46px; }
  .landing-page .app-content-description {
    font-weight: 300;
    font-size: 18px; }
  .landing-page .app-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0; }
    .landing-page .app-footer p {
      margin: 0; }
  .landing-page .navbar-affix {
    width: 100%;
    height: 60px;
    border-top: 2px rgba(78, 205, 196, 0.8);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: fixed;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4); }
  .landing-page .navbar.affix {
    z-index: 4000;
    background-color: rgba(255, 255, 255, 0.95) !important;
    height: 60px;
    opacity: 1;
    margin-top: 0px; }
  .landing-page .navbar-affix.affix li a {
    height: 60px;
    line-height: 60px; }
  .landing-page .navbar-affix.affix .navbar-nav > li > a {
    background-color: transparent;
    font-weight: 400;
    color: #333; }
  .landing-page .navbar {
    padding-left: 0px;
    background-color: transparent;
    box-shadow: none; }
    .landing-page .navbar .navbar-right {
      position: relative;
      right: 0; }
    .landing-page .navbar .navbar-header {
      border-bottom: 0px solid #e7e7e7; }
      .landing-page .navbar .navbar-header .navbar-brand {
        width: 45px;
        line-height: 60px;
        height: 60px;
        padding: 0;
        width: 100%;
        overflow: hidden;
        padding-left: 0px;
        font-family: 'Roboto Condensed', sans-serif; }
        .landing-page .navbar .navbar-header .navbar-brand .icon {
          width: 50px;
          text-align: center;
          display: inline-block; }
        .landing-page .navbar .navbar-header .navbar-brand .title {
          margin-left: -10px;
          display: inline-block; }
      .landing-page .navbar .navbar-header .navbar-expand-toggle {
        position: absolute;
        right: 0;
        width: 60px;
        height: 60px;
        background-color: transparent;
        border: 0px;
        -moz-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        opacity: 0.75; }

@media only screen and (max-width: 768px) {
  .horizontal-scrollable {
      overflow-y: hidden;
    }
  .horizontal-scrollable form{
      width: 768px;
  }
  .landing-page .navbar .navbar-header .navbar-brand {
    padding-left: 15px; } }

.row-example > [class*="col-"] {
  margin-bottom: 0px; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20; }

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px; }

.navbar-wrapper .navbar .container {
  width: auto; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px; }

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10; }

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777; }

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px; }

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center; }

.marketing h2 {
  font-weight: normal; }

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px; }

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */ }

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {


  /* Navbar positioning foo */
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px; }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0; }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px; }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4; }
  .featurette-heading {
    font-size: 50px; } 

  }

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 100px;
    margin-bottom: 20px; } }

.datepicker {
  cursor: pointer;
}

.ui-datepicker-month,
.ui-datepicker-year {
  color: black;
}


/* Show Thread Comment New Color */
.comment_color_new{
  /* background: pink !important; */
  /* color: #fff; */
  padding: 10px;
}

.comment_own_container{
  position: relative;
  width: 100%;
  text-align: right;
}

.fl-right{
  float: right;
}


.comment_new{  
  padding: 9px;
  border-radius: 18px;
  display: inline-block;
  text-align: left;
  color: #484444;
  white-space: inherit !important;
}

.comment_new > p{
  color: #484444 !important; 
}

.bg_comment_own{
  background: #0084ff;
  margin-bottom: 10px;
  color: #fff !important;
}

.bg_comment_own > p{
  color: #fff !important;
}

.bg_comment_others{
  background: #e4e6eb;
}

/* color: #484444 !important; */
/* bg background: #e4e6eb; */


/* End Show Thread Comment New Color */


/* AUTHOR CODES SUPPLIER PAGE */

.suppllierList{
  overflow: hidden;
  position: relative;
}


.addSection {
  display: none;
  margin-bottom: 30px;
}
.addSection h3{
  color: black;
  background: rgb(58, 210, 248);
  padding: 15px 10px;
  border-radius: 10px;
  position: relative;
}
.addSection h3 i{
  position: absolute;
  right: 15px;
  top: 3px;
  bottom: 0;
  cursor: pointer;
  margin: auto;
}
.addSection .inputBox{
  padding: 15px 30px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.addSection .inputBox span{
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.addSection .inputBox input{
  font-size: 22px;
  margin-left: 15px;
  padding: 5px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.btnsaveSupplier{
  padding: 8px 10px;
  background: pink;
  color: white;
  border-radius: 10px;
  width: max-content;
  color: black;
  margin-left: 30px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}
.supplierHolder{
  overflow: hidden;
  position: relative;
}
.supplierList.table th{
    font-size: 16px;
}
.supplierList.table th:last-of-type{
  text-align:right;
}
.supplierList.table th .btnAddSupplier{
  padding: 5px 10px;
  width: max-content;
  background: lightskyblue;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
} 
.table th:first-of-type,
.table td:first-of-type
{
  /*width: 80px;*/
  text-align: center;
  /*font-size: 16px;*/
}
.supplierList.table td{
  vertical-align: middle;
}
.supplierList.table td .supplierName{
  font-size: 18px;
}
.supplierList.table td input{
  padding: 10px;
  font-size: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  display: none;
}
.supplierList span{
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  font-weight: 500;

}
.supplierList .btnEditSup{
  background: chartreuse;
}
.supplierList .btnSaveSup{
  background: pink;
}
.supplierList .btnDeleteSup{
  background: red;
  color: white;
}



/* for loader */
.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1000000;
  background:rgba(255,255,255,0.7);
  display: none;
}
.overlay .text{
  font-size: 20px;
  color:#000;
  font-weight: 800;
}
.loadingBox{
	width: 100%;
	position: relative;
	text-align: center;
}
.loadingBox .text{
	font-size: 20px;
	position: relative;
	top: -10px;
}
.loader {
  font-size: 10px;
  margin: 30px auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: green !important;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: white;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* for loader */


/* PERSON INCHARGE */
.showList .btn{
  font-size: 16px;
}
.showList .active{
  background: green;
}
.viewList{
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  border: 1px solid rgb(99, 95, 95);
  text-align: center;
}
.viewList > div{
    flex:1;
}
.viewList > div:not(:last-of-type){
    border-right: 1px solid #000;
}
.viewList h6{
  font-weight: 800;
  border-bottom: 1px solid #000;
  padding: 10px;
}
.viewList .dataList{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

#person_incharge .card-body{
  border: 1px solid #ddd;
}
#person_incharge .card-body .table > thead > tr > th {
  border:1px solid #000;
  text-align: left;
}
#person_incharge .card-body .table > tbody > tr > td {
  border:1px solid #ddd;
  text-align: left;
  padding: 12px
}
#person_incharge .personIncharge{
  position: relative;
}
#person_incharge .personIncharge .dataBox{
  justify-content: space-between;
  display: flex;
  align-items: center;
}
#person_incharge .personIncharge .personList {
    position: absolute;
    width: 100%;
    top: 45px;
    z-index: 9999;
    display: none;
    padding: 15px;
    border: 1px solid #ddd;
    background: white;
    max-height:250px;
    overflow:hidden;
    overflow-y: auto;
}
#person_incharge .personIncharge .personList input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 5px;
    font-size: 16px;
}
#person_incharge .personIncharge  .dataList {
    width: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    /* border: 1px solid #ddd; */
    min-height: 200px;
}
#person_incharge .personIncharge  .nameHolder {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#person_incharge .personIncharge  .nameHolder .name,
#person_incharge .personIncharge  .nameHolder .counter
{
  font-size:15px;
}
#person_incharge .personIncharge  span.btnSelect {
  display:none;
}
#person_incharge .personIncharge  .nameHolder:hover{
  background: #e6e1e1;
}
/* PERSON INCHARGE */


/* MODAL FOR SUPPLIER LIST */
#supplier_set_modal .modal-dialog{
  width: fit-content;
}

.holder_table.col-lg-12 {
  height: 300px;
  overflow: auto;
}

.sticky_header_table {
  position: sticky;
  top: 0px;
  background: white;
}


#supplier_set_modal .modal-body tbody{
  width: 100%;
  height: 350px;
  overflow-y: auto;    /* Trigger vertical scroll    */
  overflow-x: hidden;  /* Hide the horizontal scroll */
}

.template_subcon_18 {
  width: 100%;
}

.subcon_item {
  position: relative;
    width: 51%;
    /* flex: 7 1 auto; */
    /* margin: 14px; */
    display: inline-flex;
    margin-top: 14px;
}

span.subcon_remove {
  position: relative;
  top: -12px;
  right: 0px;
}

.template_subcon_18 >tbody > tr > td {
  padding: 2px;
  border: 1px solid;
  width: 50%;
}

.template_subcon_18 td {
  white-space: pre-line;
}

.template_subcon_18 p {
  margin: 0px !important;
}

span.btn.btn-primary.pull-right.update_reorder {
  justify-self: flex-end;
}

.dc_railway_table {
  font-size: 16px;
}
.dc_railway_table > table > thead > tr > th {
  text-align: center;
}
.dc_railway_table > table > tbody > tr > td {
  text-align: center;
}

input.dc_input {
  border: none;
  font-size: 14px;
  text-align: center;
}

.holder_withstore_name > label,
.holder_withstore_name > p {
  margin: 0px;
}

/* MODAL FOR SUPPLIER LIST */


/*STATION*/
.checkbox-inline.fixer{
  margin-left: 0 !important;
  margin-right: 20px;
  padding-left: 16px;
  border-bottom: 1px solid transparent;
}

.checkbox-inline.fixer:hover{
  border-color: #ccc;
}

.checkbox-inline.fixer input{
  margin: 0 !important;
  left: 0;
}
.checkbox-inline.fixer label{
  position: relative;
  top: -2px;
  cursor: pointer;
}
/* AUTHOR CODES SUPPLIER PAGE */


.parent_rail_material,.holder_withstore_name {
  position: relative;
}

span.remove_material_railway,span.remove_material_railway_new {
  position: absolute;
  right: 30px;
  top: 0px;
  font-size: 18px;
  color: red;
}

.dc_remove_railway {
  position: absolute;
  top: -2px;
  right: 3px;
  color: red;
  font-size: 15px;
}

.reorder-circle, .reorder-circle-remaining  {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: green;
    border: 1px solid black;
    color: #ffff;
    text-align: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.reorders_only h5{
  font-size:15px;
  font-weight: 700;
  margin-bottom:5px;
}

.lists_techpack {
  position: relative;
}

.fab_trim_delete {
  position: absolute;
  top: 1px;
  right: 2px;
  color: red;
}
.jconfirm .jconfirm-box{
  width: 70% !important;
}

.catalog_style_info_css tr td:nth-child(2) {
    padding: 8px 6px 4px 8px;
}
.catalog_style_info_css tr td:nth-child(2) input,
.catalog_style_info_css tr td:nth-child(2) select  {
    height: 28.5px;
}


.flat-input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-family: poppins;
    font-weight: 10;
    font-size: 14px;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-appearance: none;
    background: 0 0;
}


.week_report {
    position: relative;
    width: 99%;
    /* flex: 7 1 auto; */
    /* margin: 14px; */
    display: inline-flex;
    margin-top: 14px;
}

span.remove_techpack_railway {
    position: absolute;
    top: 0px;
    left: 300px;
    color: red;
    font-size: 18px;
}

.counting_reorders {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.input-group.file-caption-main {
    margin-bottom: 30px;}
.zoomimg {
  transition: transform .2s; /* Animation */
  max-height: 70px;
  max-width: 70px;
  margin: 0 auto;
}
.zoomimg:hover {
  transform: scale(4.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomimg_bigger {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}
.zoomimg_bigger:hover {
  transform: scale(1.2);
}
.loadingbg{
  background-image: url(https://www.trackerteer.com/accountspckg/images/loading-banana-black.gif);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.select_arrow_hidden {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.centered{
  display: flex;
  justify-content: center;
}


/* FOR MONITORING SHIPMENT MODULE  */
.label-warning-ms-2 {
  background-color: #F4D03F;
}
.label-warning-ms-3 {
  background-color: #E68500;
}
/* END MONITORING SHIPMENT MODULE  */
.text_option{
  display: contents;
}

div#myUL {
    min-height: 100vh;
}
.flat-input {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #bfbfbf;
        box-sizing: border-box;
        font-family: poppins;
        font-weight: 10;
        font-size: 14px;
        transition: .3s ease;
        -moz-transition: .3s ease;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        -ms-transition: .3s ease;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-appearance: none;
        background: 0 0;
    }

     .suggestions {
      border: 1px solid #ccc;
      border-top: none;
      max-height: 150px;
      overflow-y: auto;
      position: absolute;
      z-index: 1000;
      background-color: white;
      width: calc(100% - 2px); /* Adjust width to match the input */
      margin: 0; /* Reset default margin */
      padding: 0; /* Reset default padding */
      list-style-type: none; /* Remove bullets */
    }

    .suggestion-item {
      padding: 10px;
      cursor: pointer;
    }

    .suggestion-item:hover {
      background-color: #f0f0f0;
    }


@keyframes movingGradient {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.pulsezz {
 width: 100%;
  height: 100vh;
  animation: background-pulse 2.5s ease-in-out infinite;
}
@keyframes background-pulse {
  0%   { background-color: #2c639d; }  /* Base color */
  20%  { background-color: rgb(36, 167, 238); }  /* Darker blue */
  40%  { background-color: #2c639d; }  /* Bright sky blue */
  60%  { background-color: rgb(36, 167, 238); }  /* Flash of red for high contrast */
  80%  { background-color: #2c639d; }  /* Back to bright blue */
  100% { background-color: #2c639d; }  /* Return to base */
}

.sd_station_trigger :hover{
   background-color: #2c77c7;!important;
}
.sd_station_trigger_ :hover{
   background-color: #2c77c7;!important;
}
.hover_thread :hover{
  background-color: #2c77c7 !important;
  transition: background-color 0.3s ease-in-out;
}
.supplier_select_china + .select2-container, .material_station_color + .select2-container {
  z-index: 998 !important;
}
.mother_style + .select2-container .select2-selection--single {
    border-radius: 0px !important;
    border: 1px solid #cccccc !important;
    height: 35px;
    width: 13vw;
}
.bg_comment_own span {
    color: white !important;
    background-color: transparent !important;
}

.stock_summary {
    cursor: pointer;
    overflow: auto;
}
#stock_summary_body td{
  padding-left: 5px;
}
.stock_summary_table{
  width: 100%;
}
.stock_summary_table th{
  font-weight: bolder;
  font-size: 12px;
  padding: 5px 5px 5px 5px;

}
.ss_btn{
    padding: 9px 9px 2px;
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;
    font-size: 13px;
    border: 1px solid;
    font-weight: bold;
    cursor: pointer;
}
.count_con h6{
  font-weight: bold;
}
.count_con{
  margin-bottom: 3%;
  display: flex;
  justify-content: space-evenly;

}
.ss_btn.active {
  padding: 11px 11px 4px;
}
.summary_circle {
    background-color: #597445;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5),
            -4px -4px 10px rgba(255, 255, 255, 0.2),
            inset 2px 2px 5px rgba(255, 255, 255, 0.3),
            inset -2px -2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;        
}
.zero_station_reason{
  display: flex;
  justify-content: center;
  color: red;
  flex-direction: column;
  gap:2px;
  align-items:center;
  h6 {
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 5px;

  }
}

.pe_rack_con {
  width: 100%;
  margin: 0px !important;
  background-color:rgb(255,255,255,0) !important ;
}

.thread .rack_1, .thread .rack_2, .thread .rack_3, .thread .rack_4 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 13vw;
  overflow: hidden; /* Prevent children from breaking out */
  margin-bottom: 8px;

}

.thread .pe_rack1, .thread .pe_rack2, .thread .pe_rack3, .thread .pe_rack4 {
  flex: 0 0 auto;
  width: 40px;
  font-size: 11px;
}

.thread .scrollable_pe_con,
.thread .scrollable_pe_rack2con,
.thread .scrollable_pe_rack3con,
.thread .scrollable_pe_rack4con {
  flex: 1 1 auto;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  gap: 8px;
  min-width: 0;
   scrollbar-width: thin;             
  scrollbar-color: #aaa transparent;
}

.thread .pe_sizes {
  font-size: 11px;
  width: 60px;
  flex: 0 0 auto;
  overflow-x: auto !important;
}

.barcode_save{
  padding:0px 2px;
  font-size: 12px;
}

.pe_washing_label, .pe_stretch_factor{
  height: 40px !important;
}

.pe_sample_length, .pe_materials, .product_description_new{
  min-height: 400px !important;
   field-sizing: content;
   max-height: none !important;
   max-width: 16vw;
   resize: none;
  overflow: hidden;

}

.pe_materials_con{
  width:100%
}

.pe_image_add_con {
    position: relative;
/*    overflow: hidden;*/
}

.pe_image_add_con img {
    transition: transform 0.4s ease;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    will-change: transform;
    
}

.pe_image_add_con img.zoomed {
    transform: scale(1);
/*    z-index: 10;*/
/*    transition: all 0.4s ease;*/
    transform-origin: center center;
/*    position: absolute; */
    z-index: 1;

}

.product_description_new.texteditor-content{
  max-width: 100% !important;
  field-sizing: none;
  overflow: auto;
}

#task_preview_list{
  font-size: 10px;
}

#task_preview_list .title-info .title p{
  margin-bottom: 0px !important;
}

.task_preview_box{
  width: 95vw !important;
}

.project_title_search a{
  border: 1px solid #f0f0f0;
  padding: 2px 5px;
}

.project_title_search a.active{
  border: 1px solid #ffa98f;
  background-color: #ffa98f;
  color: white;
}

.empty_file{
  width: 60px;
  height: auto;
  opacity: 0.2;
  padding: 10px;
}

.dropbox {
    border: 2px dashed #ccc;
/*    padding: 30px;*/
    height: 130px;
    text-align: center;
    color: #888;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dropbox p{
    height: fit-content;

  }

  .dropbox.dragover {
    background-color: #f0f8ff;
    border-color: #4ca090;
    color: #333;
  }

  #incidentFormInvestigation .col-md-12 {
    padding:0px !important;
  }

  #filePreviewBox_result{
    padding: 0px;
  }

  .file-preview-item img {
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 4px;
  }

  .disabled_ir {
    cursor: not-allowed !important;
    background: #eeeeee !important;
  }



.name-tag-container, .users-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.users-container {
  max-height: 200px;
  overflow-y: auto;
}

.name-tag {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    background-color: #2c639d;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
}

.remove-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.remove-btn:hover {
    color: #ffcccc;
}

.user-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 10px;
    background-color: #eaeaea;
    border-radius: 3px;
    cursor:pointer;
}

.fullwidth-tabs > li > a {
    border-radius: 0;
}

.irs-input-sm {
  height: 20px;
  
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
}

.irs-user-tab > li > a{
  margin:0px;
  padding: 5px;
}

.irs-user-tab > li.active > a,
.irs-user-tab > li.active > a:focus,
.irs-user-tab > li.active > a:hover {
    background-color: #2c639d !important;
    color: #fff !important;
    border: none !important;
}


/* Parent container */
#employee-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; 
  gap: 6px;    
}

/* Each employee card */
.involved-card {
  display: flex;
  align-items: center;
  background-color: #007bff;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: default;
}

/* Icon style */
.involved-card .btn-close {
  margin-left: 6px;
  cursor: pointer;
}



.action_ul_measurement{
/*  display:none;*/
  position:absolute;
  background: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 100;
  width: 100px;
}

.action_ul_measurement li{
  padding: 10px;
  font-size: 12px;
}

.action_ul_measurement li:hover{
  background-color:#f7f7f7;
  cursor: pointer;
}

.cancel_measurement, .save_edited_measurement{
  padding: 5px 10px;
  margin-left: 5px;

}

.cancel_measurement{
  background: #dedede;
}

.table_measurement td,.table_measurement th{
  padding:auto;
  text-align: center;
}

.btn_add_measurement{
  width: fit-content;
}

.sort_header_item{
  padding: 60px 0px;
  width: calc((100% - 10px) / 3);
  text-align: center;
  cursor:move;
  box-shadow:
}

/* Each employer card */
.employer-card {
  display: inline-flex;       /* para sakto lang sa content */
  align-items: center;
  background-color: #007bff;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: default;
  margin: 3px;               /* para may spacing kada card */
  white-space: nowrap;       /* para hindi mag line-break yung text */
}

/* Icon style */
.employer-card .btn-close {
  margin-left: 6px;
  cursor: pointer;
}

/* Each employer card */
.employee-card {
  display: inline-flex;       /* para sakto lang sa content */
  align-items: center;
  background-color: #007bff;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: default;
  margin: 3px;               /* para may spacing kada card */
  white-space: nowrap;       /* para hindi mag line-break yung text */
}

/* Icon style */
.employee-card .btn-close {
  margin-left: 6px;
  cursor: pointer;
}


.modal-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; /* fully transparent */
  z-index: 1051; /* above modal content */
  cursor: wait;
  display: none;
}



#irp_page_container .irp-tab-link {
  cursor: pointer;
  color: #444;
  font-weight: bolder;
}

/* Tab navigation styling */
#irp_page_container .irp-tabs {
    border-bottom: 2px solid #ddd;
}

#irp_page_container .irp-tabs > li {
    float: left;
}

#irp_page_container .irp-tabs > li > a {
    background: #f1bdb0;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 10px 20px;
    font-weight: 600;
    color: #555;
    border-radius: 5px 5px 0 0;
    transition: all 0.2s ease-in-out;
}

#irp_page_container .irp-tabs > li > a:hover {
    background: #f1f1f1;
    color: #222;
    text-decoration: none;
}

/* Active tab */
#irp_page_container .irp-tabs > li.active > a {
    background: #ffffff;
    color: #000;
    border: 2px solid #aaa; 
    border-bottom: none;
    font-weight: 700;
}

/* Tab content container */
#irp_page_container .irp-tab-content {
    background: #fff;
    padding: 20px;
    min-height: 200px;
}

#irp_page_container #irp-search {
    padding: 4px 8px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: auto;              
    min-width: 160px;         
    display: inline-block;    
    vertical-align: middle;
    transition: border-color 0.2s;
}

#irp_page_container #irp-search:focus {
    border-color: #F1BDB0;
    outline: none;
}

/* Center title fix */
#irp_page_container h4.text-center {
    margin: 6px 0;
    font-weight: 600;
    font-size: 15px;
}

/* Custom base button */
#irp_page_container .btn-base {
    background-color: #F1BDB0;
    border-color: #e6a89b;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.2s, border-color 0.2s;
}

#irp_page_container .btn-base:hover,
#irp_page_container .btn-base:focus {
    background-color: #e6a89b;
    border-color: #d18e81;
    color: #fff;
}

/* Pagination styles */
#irp_page_container #irp-pagination {
    margin: 0;
    display: inline-block;
}

#irp_page_container #irp-pagination > li > a,
#irp_page_container #irp-pagination > li > span {
    border-radius: 0 !important; /* square buttons */
    margin: 0 2px;
    color: #555;
    border: 1px solid #ddd;
    background-color: #fff;
    min-width: 34px;
    text-align: center;
}

#irp_page_container #irp-pagination > li.active > a,
#irp_page_container #irp-pagination > li.active > span {
    background-color: #F1BDB0;
    border-color: #e6a89b;
    color: #fff;
    font-weight: bold;
}

#irp_page_container #irp-pagination > li.disabled > span,
#irp_page_container #irp-pagination > li.disabled > a {
    color: #ccc;
    background-color: #f9f9f9;
    cursor: not-allowed;
}

/* Entries info styling */
#irp_page_container #irp-entries-info {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}




.ss_container .ssc_content{
  overflow-x: auto;
  /*max-width: calc(1500px * 0.9);*/
}

table.ssmr_table{
  border: 2px solid #ccc;
}
table.ssmr_table th{
  border:2px solid #ccc;
  padding:0px 30px;
  vertical-align: middle;
  text-align: center;
}
table.ssmr_table td{
  border:2px solid #ccc;
  padding:5px;
}
table.ssmr_table .point_header{
  background-color:orange;
  font-weight:bold;
  /*font-size:18px;*/
  text-transform:uppercase;
  text-align: left;
}

table.ssmr_table td{
  white-space: pre-wrap;
  word-wrap: break-word;
}

table.ffc_table{
  width:100%;
}
table.ffc_table th{
  border:2px solid #ccc;
  padding:0px 30px;
  text-align: center;
  vertical-align: middle !important; 
}
table.ffc_table td, table.ffc_table th{
  border:2px solid #ccc;
  padding:5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table.ffc_table .row_spacer{
  height:20px;
}

table.ffc_table .text-right{
  text-align:right;
}

table.ffc_table .col-size-1{
  width: 10%;
}

table.ffc_table .col-size-2{
  width: 15%;
}

table.ffc_table .ffc-title{
  font-size: 2rem;
  padding: 0;
  margin: 0;
  text-transform: UPPERCASE;
}

table.ffc_table .ffc-sub-title {
    background: orange;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

/* Upload area */
.fc_img_container .ss_images_saving_area {
    border: 2px dashed #ccc;
    min-height: 80px;
    color: #999;
    text-align: center;
    line-height: 80px;
    margin-bottom: 15px;
}

/* Header */
.fc_img_container .images-header {
    background: #fff;
    border: 2px solid #ccc;
    padding: 8px;
}

.fc_img_container .images-header h4 {
    margin: 0;
    color: #000;
    text-align: center;
}

/* Image cards */
.fc_img_container .image-card {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
}

.fc_img_container .image-card img {
    display: block;
    width: 100%;
    height: auto;
}

.fc_img_container .image-card .remove-btn,
.fc_img_container .image-card .remove-btn-uplded {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.fc_img_container #fc_images_container {
  border:2px solid #ccc;
  padding: 15px;
  margin-bottom: 10px;
  max-height: 600px;
  overflow-y: auto;
}

table.gsm_table{
  width:100%;
  text-align:left;
}
table.gsm_table th{
  border:2px solid #ccc;
  padding:0px 10px;
}
table.gsm_table td{
  border:2px solid #ccc;
  padding:5px;
}

table.gsm_table .left_column{
  width:25%;
}

table.gsm_table .measure-header{
  text-align:center;
  font-weight:bold;
  vertical-align: middle !important; 
}
table.gsm_table .ss-title{
  text-align:center;
  font-weight:bolder;
  vertical-align: middle !important; 
  font-size: 2.1rem;
}
table.gsm_table .group-point{
  background:orange;
  font-weight:bold;
  text-align:left;
}

table.gsm_table .light-primary{
  background: #bde4ff !important;
}

table.gsm_table .bg-secondary{
  background: #ccc !important;
  cursor: not-allowed;
}

.ss_images_saving_area .removeAfter{
  width: 100%;
  background: #1f8fd9;
  color:#fff;
  padding: 10px;
  border-radius: 25px;
  margin-right: 10px;
  cursor: pointer;
}

.ss_images_saving_area .removeAfter:hover{
  background: #0b6daf;
}

.ss_images_saving_area .drag-txt{
  font-size: 2.5rem;
  font-weight: bolder;
}

input.balance:disabled {
    background-color: #fff !important; 
    border: none !important;           
    color: #000;                        
    -webkit-text-fill-color: #000;      
    opacity: 1; 
    font-size: 15px;                        
}
input.actual_tbs{
    background-color: #fff !important; 
    border: none !important;           
    color: #000;                        
    -webkit-text-fill-color: #000;      
    opacity: 1;  
    font-size: 15px;                       
}


.pkc-card{
  padding: 0px 5px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
.pkc-success{
  background: #1abc9c;
}
.pkc-danger{
  background: #fa2a00;
}


.pkc_content table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 2px solid #ccc !important;
}


.pkc_content table th,
.pkc_content table td:not(.pkc-merge-top):not(.pkc-merge-bottom) {
    border: 1px solid #ccc !important;
}


.pkc_content table td.pkc-merge-top {
    border-top: none !important;
    border-bottom: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
}

.pkc_content table td.pkc-merge-bottom {
    border-top: 1px solid #ccc !important;
    border-bottom: none !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
}


/* Main container centering */
.pkc-container {
    padding: 100px 0;
    text-align: center;
    border: 1px solid #ccc;
}

/* Title styling */
.pkc-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Wrapper for centering buttons */
.pkc-btn-wrapper {
    display: inline-flex;
    gap: 10px;            /* space between buttons */
    justify-content: center;
    align-items: center;
}

/* Button base style */
.pkc-btn-yes,
.pkc-btn-no {
    padding: 8px 24px;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

/* Yes button */
.pkc-btn-yes {
    background: #28a745;
    color: white;
}
.pkc-btn-yes:hover {
    background: #218838;
}

/* No button */
.pkc-btn-no {
    background: #dc3545;
    color: white;
}
.pkc-btn-no:hover {
    background: #c82333;
}

/* === ACTIVITY LOGS FILTER PANEL / PREMIUM UI === */

.pks_al_filter_btn {
    background: linear-gradient(135deg, #4f7cff, #3358f4);
    border: none;
    padding: 8px 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(51, 88, 244, 0.35);
    transition: 0.25s;
}

.pks_al_filter_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(51, 88, 244, 0.45);
}


/* CARD PANEL */
.pks_al_card {
    background: #ffffff;
    border: 1px solid #e3e6ef;
    border-radius: 12px;
    padding: 0;
    margin-top: 12px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.07);
    animation: pks_al_fadeIn 0.3s ease;
}

.pks_al_card_body {
    padding: 18px 20px;
}

/* Input design */
.pks_al_input {
    border-radius: 8px !important;
    border: 1px solid #d5d8e0;
    transition: 0.3s;
}

.pks_al_input:focus {
    border-color: #4f7cff;
    box-shadow: 0 0 0 0.15rem rgba(79,124,255,0.35);
}


/* Buttons at the bottom */
.pks_al_btn_reset, .pks_al_btn_apply {
    padding: 8px 18px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: 0.25s;
}

/* Reset Button */
.pks_al_btn_reset {
    background: #f1f1f1;
    color: #333;
    margin-right: 8px;
}

.pks_al_btn_reset:hover {
    background: #e4e3e3;
}

/* Apply Button */
.pks_al_btn_apply {
    background: #3ac47d;
    color: #fff;
    box-shadow: 0 4px 10px rgba(58, 196, 125, 0.35);
}

.pks_al_btn_apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(58, 196, 125, 0.45);
}


/* Fade In Animation */
@keyframes pks_al_fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}


.pkc-timeline {
    position: relative;
    padding: 0 10px;
}

/* REMOVE main long line (CAUSE OF CUTTING) */
.pkc-timeline::before {
    display: none;
}

/* DATE LABEL */
.pkc-date-label {
    /*text-align: center;
    font-weight: bold;
    margin: 65px 200px 10px;
    font-size: 13px;
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4f7cff, #3358f4);
    color: #fff;*/
    text-align: center;
    font-weight: bold;
    margin: 65px 200px 10px;
    font-size: 13px;
    padding: 10px;
    color: rgb(136 136 136);
}

/* ITEM WRAPPER */
.pkc-log-item {
    position: relative;
    width: 100%;
    margin: 25px 0;
}

/* VERTICAL LINE SEGMENT PER LOG (FIX) */
.pkc-log-item::after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 20px;
    bottom: -40px;
    width: 2px;
    background: #dadada;
    z-index: 1;
}

.pkc-log-item:last-child::after {
    display: none;
}

/* DOT */
.pkc-log-item::before {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    top: 12px;
    width: 12px;
    height: 12px;
    background: #ffa500;
    border-radius: 50%;
    z-index: 3;
    border: 2px solid white;
}

/* LEFT SIDE (OTHER USERS) */
.pkc-left {
    width: 46%;
    padding: 10px 14px;
    background: #f5f5f5;
    border-radius: 10px;
    position: relative;
    margin-right: 54%;
    font-size: 14px;
    z-index: 2; /* ensure above line */
}

/* Connector line → bubble */
.pkc-left::after {
    content: "";
    position: absolute;
    right: -38px;
    top: 18px;
    width: 40px;
    height: 2px;
    background: #ccc;
}

/* RIGHT SIDE (YOU) */
.pkc-right {
    width: 46%;
    padding: 10px 14px;
    background: #d2eaff;
    border-radius: 10px;
    position: relative;
    margin-left: 54%;
    font-size: 14px;
    z-index: 2; /* ensure above line */
}

.pkc-right::after {
    content: "";
    position: absolute;
    left: -38px;
    top: 18px;
    width: 39px;
    height: 2px;
    background: #ccc;
}

/* NAME & DATE */
.pkc-name {
    font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
}

.pkc-date {
    color: gray;
    font-size: 11px;
}



.autocomplete-box {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    z-index: 9999999999999999999999999999;
    max-height: 180px;
    overflow-y: auto;
    font-size: 14px;
}

.autocomplete-item {
    padding: 6px 10px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background: #f1f1f1;
}

.additionalPointSave {
    transition: 
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.3s ease;
}

.additionalPointSave.is-editing {
    border: 1px solid #c82333;
    box-shadow: 0 0 0 3px rgba(220,53,69,.35);
}

.additionalPointSave.is-saved {
    background-color: #c3e6cb;
    border: 1px solid #1e7e34;
}

@media (max-width:1050px){
  .style_container.container_block{
    width: 27vw !important;
    padding:0px 5px !important;
/*    flex: 1;*/
  }
  #divtoappend{
    justify-content: center;
  }
  .collection_label_con{
    padding: 0px;
  }
  
   .style_container.container_block .img-responsive{
    height: 350px !important;
  }

}



/*.jconfirm select.designer_trend + .select2-container 
.select2-selection--single , .jconfirm select.collection_trend + .select2-container 
.select2-selection--single{
  border: 1px #ced4da solid !important;
  height: 35px;
  border-radius: 2px !important;
}*/

/* Remove default absolute inside modal */
.trend_select-dropdown .dropdown-list {
    display: none;
    position: fixed; /* float above modal */
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    z-index: 99999; /* high above modal */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* List items */
.trend_select-dropdown .dropdown-list li {
    padding: 8px 12px;
    cursor: pointer;
}

.trend_select-dropdown .dropdown-list li:hover {
    background: #f1f1f1;
}

.trend_select-dropdown .dropdown-list li.active {
    background: #007bff;
    color: #fff;
}
.mockup_style{
  margin-left: 15px;
}
#mockup_div .mockup_file_icon{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#555;
}
#mockup_div .mockup_file_icon i{
  font-size:38px;
}


.tcl_img_cell{
    position: relative;
}

.tcl_img_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.5);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transition: opacity 0.2s ease;
}


.tcl_img_no_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tcl_img_cell:hover .tcl_img_overlay{
    opacity: 1;
}

.tcl_img_cell:hover .tcl_img_no_overlay{
    opacity: 1;
}

.tcl_upload_btn{
    padding: 6px 12px;
    cursor: pointer;
}