.common-header-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end; }
  .common-header-row .header-item .breadcrumb {
    background: transparent;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.side-navbar .scroll-wrapper {
  min-height: calc(100vh - 60px); }

.logo-header .navbar-brand {
  color: #fff;
  font-weight: bold;
  line-height: 1em; }

.auth-banner-section {
  background-size: cover;
  background-repeat: no-repeat; }

.po-report-page .row .col-md-12 .jqx-grid {
  margin-top: 15px !important; }
.po-report-page .row .col-md-12:not(:last-child) {
  margin-bottom: 60px !important; }
.po-report-page .row .col-md-12:nth-of-type(1) {
  margin-top: 50px; }

main {
  position: relative;
  padding-bottom: 50px; }
  @media all and (max-width: 667px) {
    main {
      padding-bottom: 110px; } }
  main .custom-table-block {
    display: flex;
    flex-wrap: wrap;
    margin: -20px; }
    main .custom-table-block .block-item {
      overflow: hidden;
      padding: 20px; }
      main .custom-table-block .block-item:nth-of-type(1) {
        width: calc(100% - 380px); }
        main .custom-table-block .block-item:nth-of-type(1) .inner {
          overflow-y: hidden;
          overflow-x: scroll; }
          main .custom-table-block .block-item:nth-of-type(1) .inner table tr td, main .custom-table-block .block-item:nth-of-type(1) .inner table tr th, main .custom-table-block .block-item:nth-of-type(1) .inner table th td, main .custom-table-block .block-item:nth-of-type(1) .inner table th th {
            border: 1px solid #f2f2f2; }
      main .custom-table-block .block-item:nth-of-type(2) {
        width: 380px; }
        main .custom-table-block .block-item:nth-of-type(2) .inner {
          padding: 20px;
          background-color: #eaeaea; }
          main .custom-table-block .block-item:nth-of-type(2) .inner h3 {
            font-weight: bold;
            padding: 0 8px; }
          main .custom-table-block .block-item:nth-of-type(2) .inner table {
            width: 100%; }
            main .custom-table-block .block-item:nth-of-type(2) .inner table tr td {
              padding: 8px; }
              main .custom-table-block .block-item:nth-of-type(2) .inner table tr td:nth-of-type(1) {
                font-weight: bold; }
  main .form-group.type-canvas .inner {
    display: inline-block; }
    main .form-group.type-canvas .inner label {
      display: block; }
    main .form-group.type-canvas .inner .signature-pad {
      border: 1px solid #ccc;
      max-width: 100%;
      width: 500px;
      height: 300px; }
      @media all and (max-width: 667px) {
        main .form-group.type-canvas .inner .signature-pad {
          height: 200px; } }
    main .form-group.type-canvas .inner .button-container {
      display: block;
      text-align: right; }
      main .form-group.type-canvas .inner .button-container button {
        display: inline-block; }
  main footer {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }
  main .common-block-container {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; }
    main .common-block-container .block-item:nth-of-type(1) {
      width: calc(100% - 280px);
      padding-right: 25px; }
    main .common-block-container .block-item:nth-of-type(2) {
      width: 280px; }
  main .common-view-all-table {
    margin-top: 20px; }
    main .common-view-all-table table.dataTable {
      width: 100% !important;
      border: 1px solid #e5e5e5;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }
      main .common-view-all-table table.dataTable tr {
        background-color: #fff; }
        main .common-view-all-table table.dataTable tr td, main .common-view-all-table table.dataTable tr th {
          padding: 8px 15px;
          vertical-align: top; }
      main .common-view-all-table table.dataTable thead tr th {
        border-bottom: 1px solid #e1e1e1; }
      main .common-view-all-table table.dataTable tbody tr:nth-child(odd) {
        background-color: whitesmoke; }
      main .common-view-all-table table.dataTable tbody tr:hover td:nth-of-type(1) ul, main .common-view-all-table table.dataTable tbody tr:hover td:nth-of-type(2) ul, main .common-view-all-table table.dataTable tbody tr:hover td:nth-of-type(3) ul {
        opacity: 1; }
      main .common-view-all-table table.dataTable tbody tr td img {
        width: 75px;
        height: auto;
        max-width: 100%; }
      main .common-view-all-table table.dataTable tbody tr td ul {
        opacity: 0;
        padding: 0;
        padding-top: 5px;
        margin: 0; }
        main .common-view-all-table table.dataTable tbody tr td ul li {
          position: relative;
          list-style: none;
          display: inline-block;
          vertical-align: top; }
          main .common-view-all-table table.dataTable tbody tr td ul li a, main .common-view-all-table table.dataTable tbody tr td ul li button {
            font-size: 13px;
            font-weight: 400;
            display: block;
            padding: 0;
            background: transparent;
            border: 0; }
          main .common-view-all-table table.dataTable tbody tr td ul li button {
            color: #a00; }
            main .common-view-all-table table.dataTable tbody tr td ul li button:hover {
              color: red; }
          main .common-view-all-table table.dataTable tbody tr td ul li:not(:last-of-type) {
            padding-right: 10px;
            margin-right: 8px; }
            main .common-view-all-table table.dataTable tbody tr td ul li:not(:last-of-type):after {
              content: '';
              height: 12px;
              width: 1px;
              background-color: #949494;
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%); }
      main .common-view-all-table table.dataTable tbody tr td:nth-of-type(1) {
        font-weight: 600; }
    main .common-view-all-table table#product-table tbody tr td:nth-of-type(2) {
      font-weight: bold; }
  main .common-add-new-page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    main .common-add-new-page-container .add-page-container a {
      margin-left: 4px;
      padding: 4px 8px;
      position: relative;
      top: -3px;
      text-decoration: none;
      border: 1px solid #ccc;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background: #f7f7f7;
      text-shadow: none;
      font-weight: 600;
      font-size: 13px;
      line-height: normal;
      color: #0073aa;
      cursor: pointer;
      outline: 0; }
      main .common-add-new-page-container .add-page-container a:hover {
        border-color: #008EC2;
        background: #00a0d2;
        color: #fff; }
    main .common-add-new-page-container .breadcrumb-container ul {
      margin: 0;
      padding: 0;
      background-color: transparent; }
  main .common-postbox {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: #fff; }
    main .common-postbox.no-border {
      border: 0; }
    main .common-postbox.category-post-box select {
      width: 100%;
      padding: 6px;
      border: 1px solid #e2dfdf; }
      main .common-postbox.category-post-box select:not(:last-of-type) {
        margin-bottom: 15px; }
    main .common-postbox .title {
      padding: 8px 12px;
      border-bottom: 1px solid #eee; }
      main .common-postbox .title h2 {
        font-weight: bold;
        margin-bottom: 0; }
    main .common-postbox .content {
      min-height: 10px;
      padding: 10px;
      /*ul{
        padding: 0;
        margin: 0;
        li{
          list-style: none;
          @extend .ex-flex;
          align-items: center;
          &:not(:last-of-type){
            margin-bottom: 8px;
          }
          span{
            display: block;
            &:nth-of-type(1){
              padding-right: 10px;
            }
          }
        }
      }*/ }
      main .common-postbox .content select {
        width: 100%;
        padding: 6px;
        border: 1px solid #e2dfdf; }
        main .common-postbox .content select:not(:last-of-type) {
          margin-bottom: 15px; }
      main .common-postbox .content ul {
        margin: 0;
        padding: 0; }
        main .common-postbox .content ul li {
          list-style: none; }
    main .common-postbox .foot {
      display: flex;
      padding: 10px;
      border-top: 1px solid #ddd;
      background: #f5f5f5;
      justify-content: space-between;
      align-items: center; }
      main .common-postbox .foot .trash a {
        color: red; }
  main .common-image-upload-area.gallery-type ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-bottom: 10px; }
    main .common-image-upload-area.gallery-type ul li {
      width: 33.33%;
      height: 80px;
      padding: 5px; }
      main .common-image-upload-area.gallery-type ul li span {
        height: 100%;
        border: 1px solid #ccc;
        padding: 5px; }
        main .common-image-upload-area.gallery-type ul li span > img {
          height: 100%;
          width: 100%;
          object-fit: contain;
          object-position: center;
          background-size: contain; }
  main .common-image-upload-area ul li span {
    position: relative;
    display: block; }
    main .common-image-upload-area ul li span label {
      width: 100%;
      margin: 0; }
      main .common-image-upload-area ul li span label img {
        width: 100%; }
    main .common-image-upload-area ul li span a {
      cursor: pointer;
      opacity: 0;
      position: absolute;
      right: -7px;
      top: -12px;
      display: block;
      vertical-align: top; }
    main .common-image-upload-area ul li span:hover a {
      opacity: 1; }
  main .common-image-upload-area .image-action {
    margin-top: 15px; }
    main .common-image-upload-area .image-action p {
      color: #00a0d2;
      text-decoration: underline;
      margin: 0;
      cursor: pointer; }
  main .common-toggle {
    position: relative;
    height: 17px; }
    main .common-toggle input {
      position: absolute;
      opacity: 0;
      margin: 0; }
      main .common-toggle input:checked ~ label:before {
        background-color: #27ae60; }
      main .common-toggle input:checked ~ label:after {
        left: 1.9rem;
        -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
        box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; }
    main .common-toggle label {
      margin: 0;
      position: relative;
      width: 36px;
      height: 18px; }
      main .common-toggle label:before {
        z-index: 1;
        content: '';
        width: 35px;
        height: 16px;
        border-radius: 500rem;
        display: block;
        background: rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 0;
        -webkit-transform: none;
        transform: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      main .common-toggle label:after {
        z-index: 2;
        content: "" !important;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        background: #fff -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
        background: #fff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
        background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
        webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
        box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
        -webkit-transition: background .3s ease,left .3s ease;
        transition: background .3s ease,left .3s ease; }
      main .common-toggle label:hover::before {
        background: #d9d9d9; }
  main .common-tab .nav-tabs {
    margin-bottom: 10px;
    background-color: #fff; }
    main .common-tab .nav-tabs li {
      margin-bottom: 0;
      border-radius: 0;
      border: 0; }
      main .common-tab .nav-tabs li i {
        display: inline-block;
        font-size: 16px;
        margin-right: 5px;
        position: relative;
        bottom: -1px; }
      main .common-tab .nav-tabs li a {
        font-size: 14px;
        line-height: 45px;
        padding: 10px 20px;
        margin-right: 1px;
        background: #fff;
        color: #555;
        border-radius: 0;
        border: 0;
        border-right: 1px solid #e5e5e5; }
      main .common-tab .nav-tabs li:hover, main .common-tab .nav-tabs li:focus {
        border: 0; }
        main .common-tab .nav-tabs li:hover a, main .common-tab .nav-tabs li:focus a {
          background-color: #00a0d2;
          color: #fff;
          border: 0;
          border-right: 1px solid #00a0d2; }
      main .common-tab .nav-tabs li.active {
        border: 0; }
        main .common-tab .nav-tabs li.active a {
          background-color: #00a0d2;
          color: #fff;
          border: 0;
          border-right: 1px solid #00a0d2; }

/*# sourceMappingURL=thestyles.css.map */
