@font-face {
  font-family: rsfont;
  src: url(/source/css/scan/fonts/RSU_Regular.ttf);
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: rsfont !important;
  background: #eee;
}

.cus-scroll::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.cus-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.cus-scroll::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 25px;
}

textarea {
  resize: none !important;
  width: 100%;
  border-radius: 10px !important;
  padding: 10px !important;
  border: #E9E9E3;
  -webkit-box-shadow: inset 0px 0px 8px 0px #999999;
  box-shadow: inset 0px 0px 8px 0px #999999;
  height: 100%;
}

textarea {
  border: 1px solid #E9E9E3 !important;
}

input {
  outline: none !important;
}

input:-moz-read-only, textarea:-moz-read-only {
  background-color: #E9E9E3 !important;
}

input:read-only, textarea:read-only {
  background-color: #E9E9E3 !important;
}

.cus-lot-keycheck {
  outline: none !important;
}

.cus-box-shadow {
  -webkit-box-shadow: inset 0px 0px 8px 0px #999999, 0px 0px -8px 0px #999999;
  box-shadow: inset 11px 0px 8px -10px #999,inset -11px 0px 8px -10px #999;
}

.cus-box-shadow-outer, .cus-nav-topbar {
  -webkit-box-shadow: 0px 0px 8px 0px #999999;
  box-shadow: -1px 2px 5px #aaa;
}

.container-lg {
  width: 1450px;
}

.cus-nav-topbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 3em;
  z-index: 999;
}

.cus-nav-topbar div.cus-profile {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cus-nav-topbar div.cus-profile div {
  display: inline-block;
}

.cus-nav-topbar div.cus-profile div.cus-profile-name {
  min-width: 5em;
  text-align: center;
  font-weight: 700;
}

.cus-nav-topbar div.cus-profile img {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  border: 1px #ddd solid;
}

.cus-content {
  width: 100%;
  overflow-y: none;
  margin-top: 4em;
}

.cus-menu-left {
  width: 100%;
  background-color: transparent;
  font-size: 1em;
  border-right: 1px solid #eee;
  border-left: 5px solid transparent;
  width: 15em;
  margin-top: 4em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.cus-menu-left ul.cus-menu-list {
  list-style-type: none !important;
  margin: 0;
  padding-left: 0;
}

.cus-menu-left ul.cus-menu-list div {
  width: 100%;
  line-height: 2.5;
  list-style-type: none !important;
  padding: 0 30px 0 30px;
}

.cus-menu-left ul.cus-menu-list .cus-menu-li2 div {
  line-height: 2.5;
  list-style-type: none !important;
}

.cus-menu-left ul.cus-menu-list .cus-menu-tag {
  cursor: pointer;
  width: 100%;
  background: #ddd !important;
  border-left: 7px solid #333 !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cus-menu-left ul.cus-menu-list div:hover {
  cursor: pointer;
  width: 100%;
  background: #fff;
  border-left: 7px solid #aaa;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cus-content-right {
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-left: 15em;
}

.cus-item-dropdown .dropdown-menu a {
  border-left: 5px solid transparent !important;
}

.cus-item-dropdown .dropdown-menu a:hover {
  border-left: 5px solid #ffc107 !important;
  background-color: #fff3cd;
}

.cus-item-dropdown {
  position: relative;
  height: auto;
}

.cus-item-dropdown .right {
  position: relative;
  right: 0;
}

.cus-btn-width {
  width: 100%;
}

.cus-form-input {
  border: solid;
  border-radius: 7px;
  background: #fff;
  margin-bottom: 15px !important;
}

.cus-form-input input {
  width: 100%;
  padding-right: 30px;
  padding-left: 40px;
  background: transparent !important;
}

.cus-form-input.cus-user, .cus-form-input.cus-pass, .cus-menu, .cus-search {
  position: relative;
}

.cus-form-input.cus-user::before {
  padding-left: 0.5em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f502";
}

.cus-form-input.cus-pass::before {
  padding-left: 0.5em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f084";
}

.cus-menu.folder-open::before {
  background: -webkit-linear-gradient(#222bc3, #f02dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07c";
}

.cus-search::before {
  padding-left: 0.5em;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}

.cus-light-radius {
  background: #E9E9E3;
  width: 100%;
  border-radius: 25px;
}

.cus-search input {
  padding-left: 2em;
  background: transparent;
  height: 100%;
}

.cus-menu.folder-close::before {
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07b";
}

.cus-menu.user-order::before {
  width: 1em;
  text-align: center;
  margin-right: 1em;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f142";
}

.cus-menu.user-home::before {
  margin-right: 1em;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f015";
}

.cus-menu.user-lock::before {
  margin-right: 1em;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f502";
}

.cus-form-campaign {
  margin-bottom: 0 !important;
}

.cus-form-campaign label {
  margin-bottom: 0 !important;
}

.cus-fa-icon {
  width: 1em;
  margin-right: 1em;
}

.cus-container-center {
  height: 100vh;
  position: relative;
  background: url("/media/backdrop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cus-container-center .cus-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 350px !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cus-container-center .cus-flex .confirm {
  width: auto !important;
}

.cus-container-center .cus-flex .cus-backdrop {
  border-radius: 15px;
  width: 100%;
  min-height: 200px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
}

.cus-container-center .cus-flex .cus-backdrop .column-form {
  position: relative;
  margin: 30px auto;
  width: 220px;
}

.cus-container-center .cus-flex .cus-backdrop .column-form .form-input {
  margin-bottom: 20px;
}

.cus-container-center .cus-flex .cus-backdrop .column-form .error {
  position: absolute;
  bottom: -60px;
  text-align: center;
  width: 100%;
}

.cus-container-center .cus-flex .form-control {
  padding: 0;
}

.scale-tr {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform-style: preserve-3D;
          transform-style: preserve-3D;
}

.scale-tl {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform-style: preserve-3D;
          transform-style: preserve-3D;
}

.scale-sx {
  -webkit-animation: scale 0.3s;
          animation: scale 0.3s;
}

.scale-x {
  -webkit-animation: scale-close 0.3s;
          animation: scale-close 0.3s;
}

.cus-error {
  -webkit-animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.cus-preview-im {
  margin: 1em 0 1em 0;
  width: 100%;
  text-align: center;
}

.cus-preview-im img {
  border: solid 1px #ddd;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: .5em;
  width: 100%;
}

#modalFormSM {
  z-index: 9999;
}

.cus-modal-response {
  z-index: 22222;
}

.modal-box-dark {
  z-index: 55555;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-form-open .modal-backdrop {
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1024px) {
  .modal-lg {
    min-width: 100% !important;
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scale-close {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes scale-close {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
/*# sourceMappingURL=style.css.map */