@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+NKo+Unjoined:wght@500;600&family=Roboto+Condensed:wght@300&display=swap");
body {
  margin: 0px;
}

th, td {
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: middle;
}

.hidden {
  visibility: hidden;
}

input.app-input-form,
input.app-input-form:focus,
input.app-input-form:active {
  background-color: #f7f7f7 !important;
  border: none;
  /* border-bottom: dashed 1px rgba(0,0,0,0.3); */
  border-radius: 0;
  color: #fefefe !important;
}

div.app-box-head {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 55px;
  min-height: 55px;
  background-color: #eeeeee;
}

div.app-box-logo {
  margin: 0;
  position: absolute;
  top: 110%;
  left: 245px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 110px;
  min-width: 300px;
}

div.app-logo {
  margin: 0;
  position: absolute;
  top: 37%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  min-width: 90px;
  background-image: url(/images/logo_cms.svg);
  background-color: #ffffff;
  border: solid 4px #ef8732;
  border-radius: 50%;
  background-repeat: no-repeat;
  text-align: center;
  background-size: 77%;
  background-position: 11px 8px;
  box-shadow: inset 1px 2px 7px rgba(110, 110, 110, 0.5);
  cursor: pointer;
}

nav.app-box-menu {
  display: inline-block;
  background-color: #ef8732;
  width: calc(100% - 245px);
  height: 53px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 3px;
}

nav.box-menu-left {
  width: 235px;
  background-size: 75%;
  background-position-y: center;
}

nav.box-menu-right {
  float: right;
  background-color: #ffffff;
  text-align: right;
  margin-right: 0px;
  margin-left: 0px;
}

div.app-container {
  min-height: 500px;
  padding-top: 8rem;
}

div.app-box-footer {
  width: 100%;
  height: 300px;
  min-height: 300px;
  background-color: rgb(255, 255, 255);
}

div.app-box-footer-label {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
  height: 50px;
}

div.app-box-logo-count {
  position: absolute;
  margin-top: 52px;
  min-height: 50px;
}

div.app-count-left {
  margin-right: 198px;
}

div.app-count-right {
  margin-left: 198px;
}

div.app-count-left span {
  font-size: 1.1rem;
  font-weight: bold;
  float: right;
}

div.app-count-left label {
  float: right;
  font-size: 13px;
  margin-top: -9px;
  color: #646363;
}

div.app-count-right span {
  font-size: 1.1rem;
  font-weight: bold;
  float: left;
}

div.app-count-right label {
  float: left;
  font-size: 13px;
  margin-top: -9px;
  color: #646363;
}

ul.app-menu-list {
  padding-left: 0rem;
  display: block;
}

ul.menu-right {
  float: right;
  width: 50%;
  margin-right: 15px;
}

ul.app-menu-list > li {
  list-style-type: none;
  float: left;
  margin-left: 5px;
  margin-top: 6px;
}

ul.menu-right > li {
  float: right;
  margin-right: 5px;
}

div.app-box-search {
  width: 39%;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

button.btn-standard {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}

button.btn-standard:hover {
  opacity: 0.9;
  color: #f3f3f3;
}

button.btn-standard span {
  font-size: 1.1rem;
  margin-left: 5px;
}

button.btn-app-dark {
  color: #40453f;
}

button.btn-app-dark:hover {
  color: #798377;
}

.btn-search {
  display: none;
}

input.input-search,
input.input-search:focus {
  background-color: #f8f8f8;
  border: solid 1px rgba(162, 162, 162, 0.2);
  color: #f3f3f3;
  border-left: none;
}

span.input-group-search {
  color: #919191;
  background-color: #f8f8f8;
  border: 1px solid #f1eeee;
}

div.app-col-left {
  min-height: 500px;
  border-right: solid 1px #dedede;
}

div.app-index-label {
  position: fixed;
  left: 50%;
  min-width: 120px;
  max-width: max-content;
  color: #fff;
  background-color: #d70026;
  border-radius: 0 3px 3px 0;
  font-weight: 600;
}

.offcanvas-start {
  width: 250px;
  top: 55px;
  background-color: hsl(0, 5%, 16%);
  color: #fff;
  opacity: 0.95;
  z-index: 9;
}

.btn-menu-close {
  position: absolute;
  right: 110px;
  bottom: 30px;
  font-size: 2.5rem;
  cursor: pointer;
}

.btn-menu-close:hover {
  color: #4caf50;
}

.app-card-text {
  font-size: 14px;
  color: #615959;
  text-align: justify;
}

.app-btn-menu {
  background-color: rgba(239, 135, 50, 0.8588235294);
  border-radius: 50%;
}

.offcanvas-body {
  padding: 0;
  margin-top: 5vh;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border-bottom: 1px solid rgba(222, 222, 222, 0.13);
  cursor: pointer;
}

.list-group-item:hover {
  background-color: rgba(238, 238, 238, 0.6666666667);
  color: #222;
}

.icon-menu-left {
  margin-right: 15px;
  width: 20px;
  text-align: center;
}

.icon-in-btn {
  margin-right: 10px;
  text-align: left;
}

.app-box-left {
  max-width: 420px;
  float: right;
  width: 420px;
}

.app-box-right {
  max-width: 420px;
  float: left;
  width: 420px;
}

/* BEGIN BTN STYLE */
.btn-black {
  color: #fff;
  background-color: #4caf50;
  border-color: #42a046;
}

.btn-black:hover {
  background-color: #eee;
  border-color: #eee;
}

/* END BTN STYLE */
/* BEGIN USER VIEW */
.app-card-header {
  color: #fff;
  background-color: #4caf50;
}

.app-card {
  background-color: #ffffff;
  color: #787878;
  border: 0;
}

.app-login-note {
  display: none;
  color: #fff;
  padding: 0.5rem;
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
}

.app-box-input {
  margin-top: 10px;
}

.app-box-pass-power {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: rgba(210, 190, 190, 0.7215686275);
}

/* END USER VIEW */
@media only screen and (max-width: 768px) {
  button.btn-standard span {
    display: none;
  }
  .btn-search {
    display: block;
  }
  div.app-box-search {
    display: none;
  }
}
.container {
  padding-top: 15vh;
  min-height: calc(100vh - 340px);
}

.card-register {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.icon-label {
  margin-right: 15px;
  width: 20px;
  text-align: center;
  color: #52b154;
}

.form-text {
  font-size: 0.675em !important;
}

form {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.form-label {
  margin-bottom: 0.2rem;
}

.mb-3 {
  margin-bottom: 0.8rem !important;
}

.form-label-mini {
  font-size: 0.7rem;
}

.form-control {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
}

.footer {
  min-height: 101px;
  background-color: #ef8732;
  margin-top: 239px;
}
.footer-line {
  height: 50px;
  border-bottom: solid 1px #3b8942;
}
.footer span {
  width: 300px;
  display: block;
  color: #fff;
  padding-top: 20px;
  font-size: 12px;
  margin: 10px 50%;
}

.albatros-list-group {
  margin-top: 20px;
}

.albatros-list-group-item {
  color: #222;
  border-bottom: 1px solid rgba(222, 222, 222, 0.7);
}

.menu-a {
  color: #ffffff;
  text-decoration: none;
}

.albatros-card-title {
  margin-bottom: 0.5rem;
  position: absolute;
  top: 20px;
  text-shadow: -2px 4px 3px rgba(0, 0, 0, 0.55);
  color: #fff;
}

.card:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
}

.list-group-item {
  color: #222;
  font-size: 11px;
}

.albatros-list-group-item {
  border: none;
}

.albatros-course-time {
  font-size: 10px;
  display: block;
  width: 200px;
  float: right;
  text-align: right;
}

.albatros-form {
  max-width: 705px;
}

.albatros-form-label {
  text-transform: capitalize;
}

.albatros-images-list {
  border: solid 1px #c2c9be;
  padding: 9px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.abatros-photo-panel {
  border: solid 1px #dfdfdf;
  padding: 9px;
  background-color: #f7f7f7;
  margin-top: 95px;
}
.abatros-photo-panel a {
  text-decoration: none;
  background-color: #348719;
  padding: 6px 9px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.abatros-photo-panel a:hover {
  background-color: #2d7515;
}

.albatros-input {
  color: #999999;
}

.albatros-avatar {
  width: 45px;
  height: 45px;
  background-color: #f1e8e8;
  border: 1px solid #d9c6c6;
  border-radius: 50%;
}

.albatros-menu-item {
  color: #fff;
}

.albatros-input-text {
  background-color: #1cb33c;
  border: 1px solid #3eab3e;
  color: #fff;
}

.albatros-logo {
  width: 76px;
  margin-top: 17px;
}

.albatros-image-thumb {
  width: 45px;
  height: 45px;
  background-color: #460b0b;
  border: 1px solid #d9c6c6;
  cursor: pointer;
}
.albatros-image-thumb img {
  width: 45px;
  height: 45px;
}

.abatros-toast {
  position: absolute;
  z-index: 11;
  right: 5px;
  top: 5px;
  display: none;
}

#form-info {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  position: absolute;
  display: block;
  width: 730px;
  float: left;
  font-weight: 700;
}

#search-info {
  position: absolute;
  top: -25px;
  font-size: 12px;
}

.form-check-label {
  font-size: 12px;
}

#albatros-list-file {
  margin-top: 5px;
}

.albatros-list, .albatros-list-excercice {
  list-style: none;
  background-color: #f7f7f7;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: solid 1px #e9e9e9;
}

.albatros-media-thumbs {
  max-width: 75px;
}

.albatros-photo-item {
  max-width: 82px;
  float: left;
  padding: 2px;
  border: solid 2px #dce0e3;
  margin-left: 20px;
}

.albatros-photo-item:hover {
  border: solid 2px #0f4c7a;
}

.albatros-rm-image {
  position: absolute;
  background-color: rgba(231, 54, 54, 0.4901960784);
  color: #fff;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: -23px;
}

.albatros-rm-image:hover {
  background-color: #e73636;
  color: #f3f3f3;
}

.albatros-rm-ex:hover {
  background-color: #e73636;
  color: #f3f3f3;
}

.albatros-rm-ex {
  background-color: rgba(231, 54, 54, 0.9901960784);
  color: #fff;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 1px;
  margin-right: 10px;
}

span.empty-block {
  font-size: 12px;
  padding: 2px 5px;
  background-color: #fffbd6;
  border: solid 1px #dedede;
}

.add-tee-block {
  width: 100%;
  display: block;
  padding: 9px 10px;
  background-color: #f1f1f1;
  border: solid 1px #cfcfcf;
}

#form-add-tee {
  width: 100%;
  height: 120px;
  font-size: 12px;
  border: solid 1px #dedede;
}

ul#listing-tees {
  margin-top: 15px;
}

.block-listing-tees {
  margin-top: 10px;
}

div#info-adding-images {
  display: contents;
  font-size: 12px;
  color: #b7adad;
}

.albatros-photo-video {
  max-width: 87px;
  float: left;
  padding: 2px;
  border: solid 2px #dce0e3;
  margin-left: 20px;
}

.albatros-excercice-item {
  width: 100%;
  background-color: aliceblue;
  padding: 5px 10px;
  border: solid 1px #e1e1e1;
}

.modal-header {
  background-color: #ef8732;
  color: #ffffff;
}

.form-floating > label {
  color: #b7a2a2;
}

.hr-label {
  margin-top: 5px;
  margin-bottom: 10px;
}

.input-margin {
  margin-right: 42px;
}

.button-icon-fa {
  margin-right: 7px;
}

.icon-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}

.td-width-120 {
  max-width: 120px;
}

.td-width-50 {
  max-width: 50px;
}

.td-width-30 {
  max-width: 30px;
}

.td-width-20 {
  max-width: 20px;
  text-align: center;
}

.td-center {
  text-align: center;
}

.height-110 {
  min-height: 110px !important;
}

.article-thumbs {
  width: 60px;
  height: 60px;
  background-color: #d5d5d5;
  border-radius: 5px;
  border: solid 1px #c7c7c7;
}

.custom-loader {
  width: 45px;
  height: 12px;
  border-radius: 40px;
  color: #E4E4ED;
  border: 2px solid;
  position: relative;
  overflow: hidden;
  margin-left: 37px;
  margin-top: 23px;
}

.custom-loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: -20px;
  border-radius: inherit;
  background: #766DF4;
  box-shadow: -10px 0 12px 3px #766DF4;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
  animation: ct4 1s infinite linear;
}

@keyframes ct4 {
  100% {
    left: calc(100% + 20px);
  }
}
.card-login {
  padding: 3px;
  background-color: #fff;
  border: solid 1px #ededed;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.card-login-logo {
  border: solid 2px #ededed;
  border-radius: 9%;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: 39%;
  background-color: #fff;
  background-image: url("/images/pcm.svg");
  background-size: 82% 90%;
  background-position: 9px 2px;
  transform: rotate(45deg);
}

.card-login-logo-top {
  margin: 0;
  position: absolute;
  top: 8%;
  left: 30%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  min-width: 90px;
  background-image: url(/images/pcm.svg);
  background-color: #ffffff;
  border: solid 4px #ef8732;
  border-radius: 9%;
  background-repeat: no-repeat;
  text-align: center;
  transform: rotate(45deg);
  background-size: 77%;
  background-position: 9px 6px;
  box-shadow: inset 1px 2px 7px rgba(110, 110, 110, 0.5);
  cursor: pointer;
}

.card-register-logo {
  left: 59%;
  bottom: -50px;
  top: auto;
}

.card-register-activate {
  bottom: -50px;
  left: 59%;
  top: auto;
}

.footer-login {
  font-size: 12px;
  color: #bdbdbd;
  position: absolute;
  bottom: 0px;
}

.footer-login a {
  text-decoration: none;
  color: #959595;
}

.label-login {
  display: block;
  margin: auto;
  max-width: 415px;
  margin-bottom: 5px;
  color: #32373d;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}

div.pcm-logo {
  position: absolute;
  top: 3%;
  left: 38%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-image: url(/images/pcm.svg);
  background-color: #ffffff;
  border: solid 4px #ef8732;
  border-radius: 9% 9% 9% 9%;
  background-repeat: no-repeat;
  text-align: center;
  background-size: 77%;
  background-position: 6px 4px;
  box-shadow: inset 1px 2px 7px rgba(110, 110, 110, 0.5);
  cursor: pointer;
  transform: rotate(43deg);
}

.pcm-menu-item {
  font-size: 14px;
}

.pcm-menu-item:hover {
  filter: drop-shadow(2px 4px 6px black);
}

.pcm-footer {
  max-height: 25px;
  display: block;
  background-color: #ef8732;
  height: 25px;
  bottom: 0px;
  font-size: 12px;
  position: fixed;
  width: 100%;
  color: #fff;
  padding: 3px 10px;
}

nav.pcm-box-menu-right {
  background-color: #fff;
  color: #eee;
}

button.btn-app-silver {
  color: #adadad;
}

.pcm-container {
  padding-top: 6vh;
  min-height: 160px;
  padding-right: 0;
  padding-left: 0;
}

.pcm-container-md {
  background-color: #FF9800;
  color: #dedede;
  padding: 22px 20px;
  position: fixed;
  padding-bottom: 5px;
  top: 55px;
  left: 0px;
  z-index: 1;
  width: 100%;
}

.pcm-container-options {
  background-color: #fff;
  color: #222;
  padding: 22px 20px;
  position: fixed;
  padding-bottom: 5px;
  top: 155px;
  left: 0px;
  z-index: 1;
  width: 100%;
  box-shadow: -20px 3px 20px 3px rgba(153, 153, 153, 0.11);
  padding-bottom: 15px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
nav.pcm-box-menu {
  width: calc(100% - 240px);
}

.pcm-page-label {
  margin-top: 0px;
  color: #FFF;
}

.pcm-box-head {
  background-color: #ef8732 !important;
}

.pcm-card {
  border-radius: 0 !important;
  margin-top: 109px !important;
}

.pcm-card-box {
  width: 235px;
  padding: 0px;
  margin-left: 15px;
  padding-top: 15px;
}

.pcm-col-weight {
  width: 335px;
}

.pcm-desc-label {
  margin-top: -7px;
  color: #fff;
}

.pcm-card {
  padding-bottom: 25px;
}

.pcm-col {
  max-width: 280px;
  min-width: 200px;
}

.pcm-login-menu {
  width: 320px;
  height: 100px;
  display: block;
  margin: auto;
  margin-top: 110px;
  color: #1689fc;
  font-size: 12px;
}

.pcm-login-menu a {
  text-decoration: none;
  color: #1689fc;
}

.pcm-box-menu-color {
  background-color: #ef930a !important;
}

.pcm-icon-menu-left {
  margin-right: 0px !important;
}

.pcm-label-confirm {
  width: 370px;
  font-size: 12px;
  margin: 20px 20px 0px;
  color: #998585;
}

.pcm-box-alert {
  position: fixed;
  max-width: 245px;
  min-width: 343px;
  min-height: 101px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e9e9e9;
  bottom: 10px;
  right: 10px;
}

.pcm-box-label {
  border-bottom: solid 1px #d9d9d9;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #e8f0fe;
  color: #222;
}

.pcm-box-body {
  display: block;
  padding: 7px 10px;
  font-size: 14px;
  color: #646764;
}

.pcm-btn-close {
  font-size: 14px;
  color: #000;
  display: block;
  text-decoration: none;
  padding: 0px 5px;
  float: right;
  margin-top: 0px;
}

.pcm-logo-animate {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pcm-alert {
  padding-bottom: 0px;
  margin-bottom: 0rem;
  display: none;
}

.product-box-image {
  width: 70%;
  margin: auto;
  margin-top: 15px;
}
.product-box-title {
  margin-bottom: 0.05rem;
}
.product-box-text {
  font-size: 12px;
  color: #a19595;
  font-family: system-ui;
  text-align: justify;
}
.product-box-progress {
  height: 5px;
  margin-bottom: 5px;
}
.product-box-productID {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 10px;
  color: #737070;
  font-family: "Roboto Condensed", sans-serif;
}
.product-box-ean {
  position: absolute;
  top: 15px3px;
  left: 5px;
  font-size: 10px;
  color: #737070;
  font-family: "Roboto Condensed", sans-serif;
}
.product-box-producer {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  display: block;
  color: #000000;
}
.product-box-listing {
  margin-top: 5px;
  padding-left: 0px;
}
.product-box-listing li {
  list-style: none;
  font-size: 12px;
}
.product-box-listing li span {
  display: block;
  float: right;
  background-color: #069109;
  padding: 0px 3px;
  font-size: 10px;
  color: #fff;
  width: 15px;
  text-align: center;
  border-radius: 3px;
}
.product-box-alarm {
  position: absolute;
  right: 10px;
  top: 5px;
}
.product-box-alarm:hover {
  color: #8f8a8a;
  cursor: pointer;
}

.red {
  background-color: #db1515 !important;
}

.margin5--icon {
  margin-right: 5px;
}

.label-progress {
  font-size: 11px;
  font-weight: 500;
}

.last-update {
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
  color: #979090;
  font-family: "Roboto", sans-serif;
}

.btn-stats {
  background-color: white;
  float: right;
  border: solid 1px #dedede;
}

.pcm-card-body {
  padding-bottom: 5px;
}

.btn-create-product {
  position: absolute;
  z-index: 3;
  top: 35px;
  right: 50px;
  font-size: 16px;
  color: #ff9800;
  padding: 5px 10px;
  cursor: pointer;
  background-color: white;
  border-radius: 3px;
  box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.btn-create-product:hover {
  color: #000;
}

.pcm-modal-card-header {
  background-color: unset;
}

.pcm-modal-card {
  border: unset;
}

.pcm-modal-body-edit {
  padding: 0px;
}

.pcm-box-title-edit-product {
  width: 50%;
  float: left;
  text-align: left;
  margin: 10px 10px;
}
.pcm-box-title-edit-product-h5 {
  margin-bottom: 0px;
}

#product-content-chart {
  max-width: 120px;
  max-height: 120px;
  border: solid 1px #dedede;
  border-radius: 50%;
}

.pcm-form-full {
  max-width: 100%;
  width: 100%;
  margin-top: 0px;
}

th, td {
  font-family: "Roboto Condensed";
}

.pcm-form-seo-textarea {
  min-height: 120px !important;
  color: #776f6f;
  padding: 30px 12px !important;
}

.pcm-down-info {
  text-align: left;
  font-size: 12px;
  margin: 5px 5px;
  color: #a19e9e;
}

.pcm-down-info span {
  font-weight: 700;
}

.pmc-media-upload {
  width: 120px;
  opacity: 0;
  position: absolute;
}

#upload-form-box {
  margin-left: 35px;
  margin-bottom: 15px;
  min-height: 50px;
}

.pcm-card-body-nopadding {
  padding: 0px;
}

.richText {
  margin-top: 0px !important;
}

#pcm-autosave-box {
  position: absolute;
  left: 30px;
}

#pcm-autosave-btn {
  height: 23px;
  width: 50px;
  margin-top: 6px;
}

.pcm-autosave-label {
  margin-left: 20px;
}

#form-head {
  max-width: 69%;
  margin-left: 30px;
}

span.footer-text {
  font-size: 10px;
  font-family: "Roboto";
}

.pcm-card:hover, .card-body:hover, card:hover {
  box-shadow: unset;
}

.pcm-history-card {
  margin-top: 210px !important;
}

.table-history {
  width: 98%;
  margin: auto;
  border: solid 1px #ccc;
}

.table-history td {
  vertical-align: middle;
}

.table-history-box-view {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #dedede;
  background-color: #f1f1f1;
}

.table-option {
  max-width: 60px;
}

.pcm-card-text {
  font-size: 12px;
  font-family: Roboto;
}

.pcm-box-title-edit-product span {
  font-size: 12px;
}

.btn-form-search {
  float: right;
}

.form-padding-left-10 {
  margin-left: 10px;
}

.section-image-desc {
  display: none;
}

.section-image-desc-show {
  display: block !important;
}

.keys-lenght {
  font-size: 10px;
  text-transform: uppercase;
  color: #b5b5b5;
  margin-left: 5px;
}

.input-title-filter {
  width: 100%;
  border: none;
  padding: 3px 6px;
  background-color: #fdfdfd;
}

.article-image {
  max-width: 58px;
}

.btn-close-search-hide {
  display: none;
}

.btn-close-search-show {
  display: block !important;
}

.form-number {
  max-width: 100%;
}

.col-note {
  font-size: 10px;
  color: #222;
  text-align: justify;
}

.form-scraper {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 9px;
}