body {
  font-family: Segoe UI;
}
.drop-shadow {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .show-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .show-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .show-on-tablet {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .show-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .show-on-desktop {
    display: none;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .show-on-desktop {
    display: none;
  }
}
.hide {
  display: none;
}
@media only screen and (max-width: 720px) {
  .hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-on-desktop {
    display: none;
  }
}
.login-wrapper {
  height: 95vh;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .login-wrapper {
    align-items: flex-start;
  }
}
.login-banner {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0px;
}
.spacer-xs {
  height: 10px;
}
.spacer-s {
  height: 20px;
}
.spacer-m {
  height: 30px;
}
.spacer-lg {
  height: 40px;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.text-bold {
  font-weight: bold;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-ls-1 {
  letter-spacing: 1px;
}
.text-small {
  font-size: 12px !important;
}
.text-normal {
  font-size: 14px !important;
}
.text-medium {
  font-size: 18px !important;
}
.text-big {
  font-size: 24px !important;
}
.text-giant {
  font-size: 36px !important;
}
.text-blue {
  color: #256EFF;
}
.text-grey {
  color: #707070;
}
.text-red {
  color: #FF4365 !important;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-decoration-none {
  text-decoration: none;
}
.text-field {
  line-height: 35px;
}
.login-wrapper {
  height: 95vh;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .login-wrapper {
    align-items: flex-start;
    margin-top: 10px;
  }
}
.login-logo {
  width: 50%;
}
.login-banner {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0px;
}
.bg-image-1 {
  background-image: url(../images/illustration-1.png);
  background-position: 90% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .bg-image-1 {
    background-size: 65%;
    background-position: right;
  }
}
@media only screen and (max-width: 720px) {
  .bg-image-1 {
    background-position: bottom;
    background-size: 305px 250px;
  }
}
.bg-image-permission {
  background-image: url(../images/illustration-permission.png);
  background-position: 90% 90%;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .bg-image-permission {
    background-size: 65%;
    background-position: right;
  }
}
@media only screen and (max-width: 720px) {
  .bg-image-permission {
    background-position: bottom;
    background-size: 305px 250px;
  }
}
.bg-image-machine {
  background-image: url(../images/illustration-machine.png);
  background-position: 90% 90%;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .bg-image-machine {
    background-size: 65%;
    background-position: right;
  }
}
@media only screen and (max-width: 720px) {
  .bg-image-machine {
    background-position: bottom;
    background-size: 305px 250px;
  }
}
.bg-image-location {
  background-image: url(../images/illustration-location.png);
  background-position: 90% 90%;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .bg-image-location {
    background-size: 65%;
    background-position: right;
  }
}
@media only screen and (max-width: 720px) {
  .bg-image-location {
    background-position: bottom;
    background-size: 305px 250px;
  }
}
.bg-image-vendor {
  background-image: url(../images/illustration-vendor.png);
  background-position: 90% 90%;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .bg-image-vendor {
    background-size: 65%;
    background-position: right;
  }
}
@media only screen and (max-width: 720px) {
  .bg-image-vendor {
    background-position: bottom;
    background-size: 305px 250px;
  }
}
.bg-image-user {
  background-image: url(../images/illustration-personal-data.png);
  background-position: 90% 90%;
  background-size: 40%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .bg-image-user {
    background-size: 65%;
    background-position: right;
  }
}
@media only screen and (max-width: 720px) {
  .bg-image-user {
    background-position: bottom;
    background-size: 305px 250px;
  }
}
.bg-image-home {
  background-image: url(../images/illustration-home.png);
  background-position: 90% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .bg-image-home {
    background-size: 65%;
    background-position: right;
  }
}
@media only screen and (max-width: 720px) {
  .bg-image-home {
    background-position: 50% 75%;
    background-size: 360px 300px;
  }
}
.ptatn-form .ptatn-label {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #707070;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.ptatn-form .ptatn-label.asterisk::after {
  content: '*';
  font-size: 12px;
  font-weight: 400;
  color: #FF4365;
  position: absolute;
  top: 0;
  margin-left: 3px;
  z-index: 100;
}
.ptatn-form .text {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.ptatn-form .form-control-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.ptatn-form .form-control-wrapper.has-error {
  outline: thin solid #FF4365;
  outline-offset: 5px;
}
.ptatn-form .form-control-wrapper.has-error label {
  color: #000;
}
.ptatn-form .form-control-wrapper.has-error input[type="text"],
.ptatn-form .form-control-wrapper.has-error input[type="password"] {
  border-color: #FF4365;
}
.ptatn-form .help-block {
  color: #FF4365;
  font-size: 10px;
}
.ptatn-form input[type="text"],
.ptatn-form input[type="password"],
.ptatn-form input[type="email"],
.ptatn-form input[type="date"],
.ptatn-form input[type="number"] {
  border: 1px solid #e0e0e0;
  width: 100%;
  outline: none;
  background-color: #FFF !important;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
  border-radius: 5px;
  padding: 0px 8px;
}
.ptatn-form input[type="text"]:active,
.ptatn-form input[type="password"]:active,
.ptatn-form input[type="email"]:active,
.ptatn-form input[type="date"]:active,
.ptatn-form input[type="number"]:active,
.ptatn-form input[type="text"]:hover,
.ptatn-form input[type="password"]:hover,
.ptatn-form input[type="email"]:hover,
.ptatn-form input[type="date"]:hover,
.ptatn-form input[type="number"]:hover,
.ptatn-form input[type="text"]:focus,
.ptatn-form input[type="password"]:focus,
.ptatn-form input[type="email"]:focus,
.ptatn-form input[type="date"]:focus,
.ptatn-form input[type="number"]:focus {
  border: 1px solid #256EFF;
}
.ptatn-form input[type="text"].is-invalid,
.ptatn-form input[type="password"].is-invalid,
.ptatn-form input[type="email"].is-invalid,
.ptatn-form input[type="date"].is-invalid,
.ptatn-form input[type="number"].is-invalid {
  border-color: #FF4365 !important;
}
.ptatn-form input[type="number"]::-webkit-inner-spin-button,
.ptatn-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ptatn-form input[type="number"] {
  -moz-appearance: textfield;
}
.ptatn-form textarea.ptatn-textarea {
  border: 1px solid #e0e0e0;
  width: 100%;
  outline: none;
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
  border-radius: 5px;
  padding: 0px 8px;
}
.ptatn-form .percentage-control-wrapper {
  position: relative;
}
.ptatn-form .percentage-control-wrapper::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f295";
  font-size: 15px;
  line-height: 35px;
  position: absolute;
  right: 15px;
  top: 0;
  color: #000;
}
.ptatn-form .select-control-wrapper {
  position: relative;
}
.ptatn-form .select-control-wrapper::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f078";
  font-size: 15px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  top: 0;
  color: #707070;
}
.ptatn-form .select-control-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
  border: 0px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 0px 8px;
}
.ptatn-form .select-control-wrapper select:active,
.ptatn-form .select-control-wrapper select:hover,
.ptatn-form .select-control-wrapper select:focus {
  border: 1px solid #256EFF;
}
.ptatn-form .radio-control-wrapper.inline {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 720px) {
  .ptatn-form .radio-control-wrapper.inline {
    margin-bottom: 5px;
  }
}
.ptatn-form .radio-control-wrapper label {
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  min-width: 30px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 0px;
}
.ptatn-form .radio-control-wrapper input[type="radio"] {
  display: none;
}
.ptatn-form .radio-control-wrapper input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #256EFF;
}
.ptatn-form .checkbox-control-wrapper {
  position: relative;
}
.ptatn-form .checkbox-control-wrapper .control-label {
  margin-bottom: 5px;
}
.ptatn-form .checkbox-control-wrapper.inline {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 720px) {
  .ptatn-form .checkbox-control-wrapper.inline {
    margin-bottom: 5px;
  }
}
.ptatn-form .checkbox-control-wrapper label {
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  line-height: 35px;
  font-size: 14px;
  min-width: 30px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 5px;
}
.ptatn-form .checkbox-control-wrapper label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
.ptatn-form .checkbox-control-wrapper input[type="checkbox"] {
  display: none;
}
.ptatn-form .checkbox-control-wrapper input[type="checkbox"]:checked + label {
  color: #FFF;
  background-color: #256EFF;
  border: 1px solid #256EFF;
}
.ptatn-form .checkbox-control-wrapper input[type="checkbox"]:checked + label::before {
  content: "\f058";
}
.ptatn-form .checkbox-small-control-wrapper {
  position: relative;
}
.ptatn-form .checkbox-small-control-wrapper .control-label {
  margin-bottom: 5px;
}
.ptatn-form .checkbox-small-control-wrapper.inline {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 720px) {
  .ptatn-form .checkbox-small-control-wrapper.inline {
    margin-bottom: 5px;
  }
}
.ptatn-form .checkbox-small-control-wrapper label {
  color: #000;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 14px;
  min-width: 30px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 0px;
}
.ptatn-form .checkbox-small-control-wrapper label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-size: 12px;
  line-height: 20px;
  margin-right: 5px;
}
.ptatn-form .checkbox-small-control-wrapper input[type="checkbox"] {
  display: none;
}
.ptatn-form .checkbox-small-control-wrapper input[type="checkbox"]:checked + label {
  color: #FFF;
  background-color: #256EFF;
}
.ptatn-form .checkbox-small-control-wrapper input[type="checkbox"]:checked + label::before {
  content: "\f058";
}
*[class^="ptatn-btn"] {
  padding: 0px 20px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 14px;
  line-height: 35px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
*[class^="ptatn-btn"]:disabled {
  background-color: #707070;
  color: #000;
  border-color: #707070;
  cursor: not-allowed;
}
*[class^="ptatn-btn"]:disabled:hover {
  color: #000;
}
*[class^="ptatn-btn"]:hover:enabled {
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
*[class^="ptatn-btn"] i {
  margin-left: 10px;
}
*[class^="ptatn-btn"] + *[class^="ptatn-btn"] {
  margin-left: 10px;
}
.ptatn-btn-primary {
  background-color: #256EFF;
  border: 2px solid #256EFF;
  color: #FFF;
}
.ptatn-btn-primary:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.ptatn-btn-secondary {
  background-color: #FFF;
  border: 2px solid #e0e0e0;
  color: #256EFF;
}
.ptatn-btn-secondary:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.ptatn-btn-tertiary {
  background-color: #FFF;
  border: 2px solid #e0e0e0;
  color: #707070;
}
.ptatn-btn-tertiary:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.ptatn-btn-danger {
  background-color: #FF4365;
  border: 2px solid #FF4365;
  color: #FFF;
}
.ptatn-btn-danger:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.link-primary {
  color: #256EFF;
  text-transform: uppercase;
  font-weight: bold;
}
.link-secondary {
  font-weight: bold;
  color: #707070;
  text-transform: none;
}
.invalid-feedback strong {
  color: #FF4365;
  font-size: 12px;
}
.main {
  display: flex;
  background-color: #FFF;
}
.side-nav-wrapper {
  padding: 15px;
  background-color: #FFF;
}
.side-nav-wrapper .logo {
  height: 70px;
}
.side-nav-wrapper ul li {
  padding: 12px 10px;
  font-weight: 700;
  border-radius: 10px;
}
.side-nav-wrapper ul li.selected {
  background-color: #256EFF;
  color: #FFF;
}
.side-nav-wrapper ul li.selected:hover a {
  color: #FFF;
}
.side-nav-wrapper ul li:hover a {
  color: #256EFF;
}
.side-nav-wrapper ul li .icon-wrapper {
  display: flex;
  align-items: center;
}
.side-nav-wrapper ul li a {
  display: flex;
  align-content: center;
  font-size: 14px;
}
.side-nav-wrapper ul li a i {
  text-align: center;
  width: 20px;
  margin-right: 10px;
}
.side-nav-wrapper ul li a i::before {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .side-nav-wrapper {
    width: 300px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .side-nav-wrapper {
    width: 400px;
  }
}
@media only screen and (max-width: 720px) {
  .side-nav-wrapper {
    width: 80%;
    border-right: 1px solid #256EFF;
  }
}
.side-nav-wrapper.mobile-nav-close {
  display: none;
}
.side-nav-wrapper.mobile-nav-open {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
}
.top-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-flow: row;
  padding-top: 15px;
}
.top-nav-wrapper .page-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.top-nav-wrapper .btn-username {
  font-size: 14px;
  font-weight: bold;
}
.top-nav-wrapper .mobile-nav-button {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.top-nav-wrapper .mobile-nav-button:focus,
.top-nav-wrapper .mobile-nav-button:active {
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .top-nav-wrapper .mobile-nav-button {
    display: none;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .top-nav-wrapper .mobile-nav-button {
    display: none;
  }
}
.content-wrapper {
  padding: 0px 15px 0px 15px;
  width: 100%;
}
.dropdown-wrapper {
  position: relative;
}
.dropdown-wrapper .dropdown-trigger {
  border: none;
  position: relative;
  line-height: 1.5;
}
.dropdown-wrapper .dropdown-trigger:active,
.dropdown-wrapper .dropdown-trigger:hover,
.dropdown-wrapper .dropdown-trigger:focus {
  outline: none;
  color: #256EFF;
}
.dropdown-wrapper .dropdown-list {
  position: absolute;
  display: none;
  margin-top: 5px;
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  z-index: 50;
  font-size: 12px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-wrapper .dropdown-list.show {
  display: block;
}
.dropdown-wrapper .dropdown-list.flat-right {
  right: 0;
}
.dropdown-wrapper .dropdown-list.flat-left {
  left: 0;
}
.dropdown-wrapper .dropdown-list li a {
  min-width: 120px;
  padding: 8px 24px;
  display: inline-block;
}
.dropdown-wrapper .dropdown-list li a:hover,
.dropdown-wrapper .dropdown-list li a:focus {
  outline: none;
  background-color: #e0e0e0;
}
.dropdown-wrapper .dropdown-list li:first-child {
  margin-top: 5px;
}
.dropdown-wrapper .dropdown-list li:last-child {
  margin-bottom: 5px;
}
.flex-container {
  display: flex;
}
.flex-container.flow-vertical {
  flex-flow: column;
}
.flex-container.flow-horizontal {
  flex-flow: row;
}
.flex-container.align-item-center {
  align-items: center;
}
.flex-container.align-item-start {
  align-items: flex-start;
}
.flex-container.align-item-end {
  align-items: flex-end;
}
.flex-container.align-content-center {
  align-content: center;
}
.flex-container.align-content-start {
  align-content: flex-start;
}
.flex-container.align-content-end {
  align-content: flex-end;
}
.flex-container.align-content-space-between {
  align-content: space-between;
}
.flex-container.align-content-space-around {
  align-content: space-around;
}
.flex-container.justify-start {
  justify-content: flex-start;
}
.flex-container.justify-center {
  justify-content: center;
}
.flex-container.justify-space-between {
  justify-content: space-between;
}
.flex-container.justify-space-around {
  justify-content: space-around;
}
.flex-container.justify-end {
  justify-content: flex-end;
}
.flex-container .grow-1 {
  flex-grow: 1;
}
.flex-container .grow-2 {
  flex-grow: 2;
}
.flex-container .grow-3 {
  flex-grow: 3;
}
.flex-container .grow-4 {
  flex-grow: 4;
}
.flex-container .grow-5 {
  flex-grow: 5;
}
.flex-container .grow-6 {
  flex-grow: 6;
}
.flex-container .grow-7 {
  flex-grow: 7;
}
.flex-container .grow-8 {
  flex-grow: 8;
}
.flex-container .grow-9 {
  flex-grow: 9;
}
/* DIVIDER */
.divider {
  border-color: #e0e0e0;
}
.divider-s {
  width: 100%;
  border-bottom: 1px solid;
}
.divider-m {
  width: 100%;
  border-bottom: 2px solid;
}
.divider-lg {
  width: 100%;
  border-bottom: 3px solid;
}
[class^="divider"].red {
  border-color: #FF4365;
}
/* Masonry Container */
.grid {
  margin: 0 auto;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid .gutter-sizer {
  width: 2%;
}
@media only screen and (max-width: 720px) {
  .grid .gutter-sizer {
    width: 0%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .grid .gutter-sizer {
    width: 2%;
  }
}
.grid .grid-sizer,
.grid .grid-item {
  width: 32%;
}
@media only screen and (max-width: 720px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: 49%;
  }
}
/* ---- grid-item ---- */
.grid-item {
  padding: 10px;
  width: 32%;
  float: left;
  background: #FFF;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.grid-item a:hover {
  color: #256EFF;
}
.grid-item--width2 {
  width: 340px;
}
.grid-item--width3 {
  width: 520px;
}
.grid-item--width4 {
  width: 780px;
}
.grid-item--height2 {
  height: 200px;
}
.grid-item--height3 {
  height: 260px;
}
.grid-item--height4 {
  height: 360px;
}
.grid-item--width2 {
  width: 340px;
}
.grid-item--width3 {
  width: 520px;
}
.grid-item--width4 {
  width: 780px;
}
.grid-item--height2 {
  height: 200px;
}
.grid-item--height3 {
  height: 260px;
}
.grid-item--height4 {
  height: 360px;
}
/* PTATN Slider Radio */
.slider-radio.ptatn {
  background-color: #EAEBED;
  border-radius: 5px;
}
.slider-radio.ptatn label {
  display: inline-block;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
}
.slider-radio.ptatn input[type=radio]:checked + label,
.slider-radio.ptatn .sliding-piece {
  color: #FFF;
  border-radius: 5px;
  background-color: #256EFF;
  opacity: 1;
}
.box-list-wrapper a {
  text-decoration: none;
}
.box-list-wrapper a:active,
.box-list-wrapper a:hover,
.box-list-wrapper a:focus {
  text-decoration: none;
}
.box-list-wrapper .box-list-item {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 10px;
}
.box-list-wrapper .box-list-item:hover {
  border: 1px solid #256EFF;
}
.box-list-wrapper .box-list-item:hover .running-number,
.box-list-wrapper .box-list-item:hover .title {
  color: #256EFF;
}
.box-list-wrapper .box-list-item.danger {
  background-image: url(../images/task-danger.png);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right top;
}
.box-list-wrapper .box-list-item.warning {
  background-image: url(../images/task-warning.png);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right top;
}
.box-list-wrapper .box-list-item.normal {
  background-image: url(../images/task-normal.png);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right top;
}
.box-list-wrapper .box-list-item .running-number,
.box-list-wrapper .box-list-item .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  text-overflow: clip;
}
.box-list-wrapper .box-list-item .module-name {
  font-size: 12px;
  margin-bottom: 5px;
}
.box-list-wrapper .box-list-item .short-description {
  font-size: 12px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
}
.box-list-wrapper .box-list-item .general-text {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
.box-list-wrapper .box-list-item .icons {
  padding: 7px;
  background-color: #256EFF;
  color: #FFF;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-list-wrapper .box-list-item .task-info {
  font-size: 12px;
}
.box-list-wrapper .box-list-item .task-info .assignee {
  display: inline-block;
  margin-right: 10px;
}
.box-list-wrapper .box-list-item .task-info .assignee i {
  margin-right: 5px;
}
.box-list-wrapper .box-list-item .task-info .assigned-date {
  display: inline-block;
}
.box-list-wrapper .box-list-item .task-info .assigned-date i {
  margin-right: 5px;
}
/* Wide Box List Wrapper */
.wide-list-wrapper .wide-list-item {
  border: 1px solid #e0e0e0;
}
.wide-list-wrapper .wide-list-item .bg-grey {
  background-color: #e0e0e0;
}
.wide-list-wrapper .wide-list-item .inner-container {
  padding: 10px;
}
.wide-list-wrapper .wide-list-item .btn-link {
  color: #707070;
}
.wide-list-wrapper .wide-list-item .btn-link:hover {
  color: #256EFF;
}
.wide-list-wrapper .wide-list-item .btn-link i {
  margin-right: 5px;
}
.wide-list-wrapper .wide-list-item .btn-link[title^='Edit'],
.wide-list-wrapper .wide-list-item .btn-link[title^='Ubah'] {
  color: #256EFF;
}
.wide-list-wrapper .wide-list-item .btn-link[title^='Delete'],
.wide-list-wrapper .wide-list-item .btn-link[title^='Hapus'] {
  color: #FF4365;
}
/* Section */
.section-title {
  font-weight: bold;
  font-size: 18px;
}
.note {
  font-size: 12px;
  line-height: 20px;
}
.heading {
  margin-bottom: 10px;
}
.heading .heading-text {
  font-size: 16px;
  font-weight: bold;
}
/* Table */
.ptatn-table {
  font-size: 14px;
}
.ptatn-table thead tr {
  background-color: #707070;
  color: #FFF;
  font-weight: 500;
}
.ptatn-table thead tr th,
.ptatn-table thead tr td {
  padding: 7px 7px;
  text-align: left;
}
.ptatn-table tfoot {
  border-top: 2px solid #707070;
}
.ptatn-table tfoot tr th,
.ptatn-table tfoot tr td {
  padding: 7px 7px;
  text-align: left;
}
.ptatn-table tbody tr td {
  padding: 7px 7px;
}
.ptatn-table tbody tr td input[type="number"] {
  height: 25px;
  outline: none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 100px;
  padding: 5px;
}
.ptatn-table tbody tr td input[type="number"]:hover {
  border-color: #256EFF;
}
.ptatn-table tbody tr td input[type="number"].is-invalid {
  border-color: #FF4365 !important;
}
.ptatn-table tbody tr td input[type="number"] {
  -moz-appearance: textfield;
}
.ptatn-table tbody tr td input[type="number"]::-webkit-inner-spin-button,
.ptatn-table tbody tr td input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ptatn-table tbody tr:nth-child(even) {
  background-color: #e0e0e0;
}
.ptatn-table tbody tr:nth-child(odd) {
  background-color: #FFF;
}
.ptatn-table tbody.no-striped tr td {
  padding: 5px 5px;
}
.ptatn-table tbody.no-striped tr:nth-child(even) {
  background-color: transparent;
}
.ptatn-table tbody.no-striped tr:nth-child(odd) {
  background-color: transparent;
}
.ptatn-table .btn-link {
  color: #707070;
}
.ptatn-table .btn-link:hover {
  color: #256EFF;
}
.ptatn-table .btn-link i {
  margin-right: 5px;
}
.ptatn-table .btn-link[title^='Edit'],
.ptatn-table .btn-link[title^='Ubah'] {
  color: #256EFF;
}
.ptatn-table .btn-link[title^='Delete'],
.ptatn-table .btn-link[title^='Hapus'] {
  color: #FF4365;
}
.ptatn-print-table {
  border-collapse: collapse;
}
.ptatn-print-table thead {
  font-size: 12px;
}
.ptatn-print-table thead tr {
  background-color: #707070;
  color: #FFF;
  font-weight: 500;
}
.ptatn-print-table thead tr th,
.ptatn-print-table thead tr td {
  border: 1px solid #000;
  padding: 0px 5px;
  text-align: left;
}
.ptatn-print-table tbody {
  font-size: 12px;
}
.ptatn-print-table tbody tr {
  color: #000;
}
.ptatn-print-table tbody tr th,
.ptatn-print-table tbody tr td {
  border: 1px solid #000;
  padding: 0px 5px;
  text-align: left;
}
.ptatn-print-table tfoot {
  font-size: 12px;
}
.ptatn-print-table tfoot tr {
  color: #000;
}
.ptatn-print-table tfoot tr th,
.ptatn-print-table tfoot tr td {
  padding: 5px 5px;
  text-align: left;
}
/* Pagination */
.ptatn-pagination-wrapper {
  padding: 10px 0px;
  text-align: center;
}
.ptatn-pagination-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
.ptatn-pagination-wrapper ul li {
  display: inline;
}
.ptatn-pagination-wrapper li.button {
  color: #000;
}
.ptatn-pagination-wrapper li.button:hover {
  color: #256EFF;
  cursor: pointer;
}
.ptatn-pagination-wrapper li.button.disabled {
  color: #e0e0e0;
}
.ptatn-pagination-wrapper li.button.disabled:hover {
  color: #e0e0e0;
  cursor: context-menu;
}
.ptatn-pagination-wrapper ul li + li {
  margin-left: 25px;
}
.ptatn-pagination-wrapper a {
  text-decoration: none;
  color: #000;
}
.ptatn-pagination-wrapper a:hover {
  color: #256EFF;
  cursor: pointer;
}
.ptatn-pagination-wrapper .total-indicator {
  font-size: 10px;
  color: #000;
  margin-top: 10px;
}
/* Status */
.status-pending {
  color: #FF9543;
}
.status-pending i {
  margin-right: 5px;
}
.status-completed {
  color: #256EFF;
}
.status-completed i {
  margin-right: 5px;
}
.status-deleted {
  color: #FF4365;
}
.status-deleted i {
  margin-right: 5px;
}
/* Side Filter */
.sideFilter {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 1000;
}
.sideFilter .content {
  padding: 10px;
}
.sideFilter a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sideFilter a:hover {
  color: #f1f1f1;
}
.sideFilter .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sideFilter {
    padding-top: 15px;
  }
  .sideFilter a {
    font-size: 18px;
  }
}
