﻿:root {
    --bg-color: #ECECF2;
    --bg-header: rgba(77, 115, 252, .2);
}

span.cobalt-checkbox {
  position: relative;
  display: inline-block;
  user-select: none; }
  span.cobalt-checkbox > input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
    span.cobalt-checkbox > input[type=checkbox] + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      vertical-align: middle;
      padding-top: 0px; }
      span.cobalt-checkbox > input[type=checkbox] + label:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 3px;
        width: 15px;
        height: 15px;
        background-color: #fff;
        transition: background-color .2s;
        border: 1px solid #93a5b2; }
      span.cobalt-checkbox > input[type=checkbox] + label:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        transition: all .2s;
        top: 6px;
        left: 3px; }
    span.cobalt-checkbox > input[type=checkbox]:checked + label:after {
      background: #1fafee; }
    span.cobalt-checkbox > input[type=checkbox]:disabled + label {
      color: rgba(0, 0, 0, 0.3); }
      span.cobalt-checkbox > input[type=checkbox]:disabled + label:before {
        border: 1px solid #c9d2d8; }
    span.cobalt-checkbox > input[type=checkbox]:disabled:checked + label:after {
      background-color: #c1c1c1; }

i.cobalt-chk {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 0px; }
  i.cobalt-chk:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    transition: background-color .2s;
    border: 1px solid #93a5b2; }
  i.cobalt-chk:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    transition: all .2s;
    top: 6px;
    left: 3px; }
  i.cobalt-chk[data-check="1"]:after, i.cobalt-chk[data-check="true"]:after {
    background-color: #1fafee; }
  i.cobalt-chk[data-check="2"]:after {
    background-color: rgba(31, 175, 238, 0.3); }

span.cobalt-radio {
  position: relative;
  display: inline-block;
  user-select: none; }
  span.cobalt-radio > input[type=radio] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
    span.cobalt-radio > input[type=radio] + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      vertical-align: middle;
      padding-top: 0px; }
      span.cobalt-radio > input[type=radio] + label:before {
        content: '';
        position: absolute;
        left: 1px;
        top: 4px;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        background-color: #fff;
        transition: background-color .2s;
        border: 1px solid #93a5b2; }
      span.cobalt-radio > input[type=radio] + label:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 9px;
        transition: all .2s;
        top: 7px;
        left: 4px; }
    span.cobalt-radio > input[type=radio]:checked + label:after {
      background: #1fafee; }
    span.cobalt-radio > input[type=radio]:disabled + label {
      color: rgba(0, 0, 0, 0.3); }
      span.cobalt-radio > input[type=radio]:disabled + label:before {
        border: 1px solid #c9d2d8; }
    span.cobalt-radio > input[type=radio]:disabled:checked + label:after {
      background-color: #c1c1c1; }

i.cobalt-radio {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 0px; }
  i.cobalt-radio:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    transition: background-color .2s;
    border: 1px solid #93a5b2; }
  i.cobalt-radio:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    transition: all .2s;
    top: 7px;
    left: 4px; }
  i.cobalt-radio[data-check="1"]:after, i.cobalt-radio[data-check="true"]:after {
    background-color: #1fafee; }
  i.cobalt-radio[data-check="2"]:after {
    background-color: rgba(31, 175, 238, 0.3); }

.btn-cobalt {
  background-color: #006e99;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-family: Arial;
  user-select: none;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #006e99;
  background-color: transparent;
  color: #333;
  background-color: #fff; }
  .btn-cobalt:hover {
    background-color: rgba(255, 255, 255, 0.8); }

.btn-cobalt-primary {
  background-color: #006e99;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-family: Arial;
  user-select: none;
  background-color: #006e99;
  color: #fff; }
  .btn-cobalt-primary:hover {
    color: #fff;
    background-color: #00658d; }

/*#region ContextMenu N Level */
#sct-menu-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  display: none;
  z-index: 1000;
  user-select: none; }

.sct-menu {
  /* border: 1px solid #ccc; */
  display: none;
  position: fixed;
  top: 100px;
  left: 100px;
  background-color: #fff;
  min-width: 180px;
  box-sizing: border-box;
  padding: 10px;
  user-select: none;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  color: #333; }
  .sct-menu table {
    border-collapse: collapse;
    min-width: 180px;
    width: 100%; }
    .sct-menu table .hr-bottom {
      border-bottom: 1px solid #ddd; }
    .sct-menu table .item {
      cursor: pointer; }
      .sct-menu table .item td {
        padding: 5px;
        cursor: default;
        font-size: 14px; }
      .sct-menu table .item td[role="iconFront"] {
        width: 32px;
        text-align: center;
        vertical-align: text-top; }
      .sct-menu table .item td[role="iconEnd"] {
        width: 32px;
        text-align: center; }
      .sct-menu table .item:hover {
        background-color: #eee; }
    .sct-menu table .space td {
      padding: 2px; }
    .sct-menu table .line {
      border-bottom: 1px solid #ddd; }
      .sct-menu table .line td {
        padding: 0px; }
    .sct-menu table .title td {
      text-align: center;
      font-weight: 600;
      padding: 5px;
      border-radius: 5px; }

/*#endregion*/
.datePickerCL {
  width: auto;
  padding: 5px;
  user-select: none;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  right: 0px;
  top: calc(100% + 5px);
  border-radius: 5px; }
  .datePickerCL[data-direct="1"] {
    top: auto;
    bottom: calc(100% + 5px); }
  .datePickerCL ._dYM {
    margin-bottom: 5px; }
    .datePickerCL ._dYM .btn-light {
      border-color: #ccc; }
  .datePickerCL ._dD > table {
    width: 100%;
    border-collapse: collapse; }
    .datePickerCL ._dD > table th {
      text-align: center; }
      .datePickerCL ._dD > table th:first-child {
        color: #a94442; }
    .datePickerCL ._dD > table td {
      text-align: center;
      vertical-align: middle;
      padding: 1px;
      width: 40px; }
      .datePickerCL ._dD > table td input, .datePickerCL ._dD > table td button {
        cursor: pointer;
        width: 100%;
        border: 1px solid #fff;
        background-color: rgba(221, 221, 221, 0.3);
        border-radius: 5px;
        padding: 0px;
        min-width: 36px; }
        .datePickerCL ._dD > table td input[data-current="1"], .datePickerCL ._dD > table td button[data-current="1"] {
          background-color: #adb5bd; }
        .datePickerCL ._dD > table td input[data-selected="1"], .datePickerCL ._dD > table td button[data-selected="1"] {
          background-color: dodgerblue !important;
          color: #fff !important; }
      .datePickerCL ._dD > table td:first-child input, .datePickerCL ._dD > table td:first-child button {
        color: #a94442; }
      .datePickerCL ._dD > table td[data-disabled="true"] {
        opacity: 0.5;
        cursor: not-allowed; }
  .datePickerCL ._dTIME {
    padding: 5px;
    border-top: 1px solid #ccc;
    margin-top: 10px; }
    .datePickerCL ._dTIME > table {
      margin: auto;
      text-align: center; }
      .datePickerCL ._dTIME > table td {
        text-align: center; }
        .datePickerCL ._dTIME > table td input {
          width: 50px;
          margin: auto;
          text-align: center; }
  .datePickerCL ._lbValue > p {
    padding: 2px;
    margin: 3px 0px;
    background: rgba(0, 0, 0, 0.075);
    font-weight: bold;
    font-size: 15px;
    color: #495057;
    text-align: center;
    border-radius: 5px; }
  .datePickerCL ._btns {
    text-align: center;
    padding: 5px; }
    .datePickerCL ._btns > button {
      min-width: 80px; }

.datetime-piker .btn-calendar {
  background-color: var(--mselect-button-bg-color);
  color: var(--mselect-button-text-color); }
  .datetime-piker .btn-calendar i {
    font-size: 18px; }

/*#region CSS For DIALOG: Custom dialog jquery ui*/
._modal-dia_s > .modal-dialog {
  max-width: 380px; }

._modal-dia_m > .modal-dialog {
  max-width: 800px; }

._modal-dia_l > .modal-dialog {
  max-width: 1600px; }

.modal-footer {
  display: block;
  text-align: center; }
  .modal-footer > button {
    min-width: 80px;
    margin: 0.25rem 10px; }

.iframeFull {
  border-width: 0px;
  width: 100%;
  height: 100%;
  display: block; }

body {
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.fixed-body, .fixed-body-flex {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.fixed-body-flex {
  display: flex; }

.hidden {
  display: none !important; }

/*#region DOBInput*/
.dob-input {
  width: 100%;
  border-collapse: collapse; }
  .dob-input td {
    padding-right: 10px; }
    .dob-input td:last-child {
      padding-right: 0px; }

/*#endregion*/
/*#region LoadingUI*/
#dvWait {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  cursor: wait;
  display: none;
  background-color: rgba(0, 0, 0, 0.075); }
  #dvWait table {
    margin: auto;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    min-width: 300px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75); }
    #dvWait table td {
      text-align: center;
      font-size: 18px;
      padding: 10px; }
      #dvWait table td ._btn-close {
        cursor: pointer; }
        #dvWait table td ._btn-close:hover {
          color: #f25216; }

/*#endregion*/
/*#region Multiselect*/
.multichkDropDown {
  overflow: auto;
  padding: 0px;
  margin: 0px;
  font-size: 14px; }
  .multichkDropDown > section {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0px; }
    .multichkDropDown > section > div {
      max-height: 150px;
      overflow: auto; }
      .multichkDropDown > section > div > table {
        border-collapse: collapse;
        width: 100%; }
        .multichkDropDown > section > div > table tr {
          cursor: pointer; }
          .multichkDropDown > section > div > table tr td {
            vertical-align: middle;
            padding: 3px; }
          .multichkDropDown > section > div > table tr td[data-role="chk"] {
            text-align: center;
            width: 40px;
            font-size: 20px; }
          .multichkDropDown > section > div > table tr td[data-role="text"] {
            text-align: left; }
            .multichkDropDown > section > div > table tr td[data-role="text"] > label {
              margin: 0px;
              padding: 0px;
              font-weight: normal; }
          .multichkDropDown > section > div > table tr:hover {
            background-color: aliceblue; }
        .multichkDropDown > section > div > table tr[data-check='1'], .multichkDropDown > section > div > table tr[data-check='2'] {
          color: green; }
    .multichkDropDown > section > button {
      width: 100%;
      height: 24px;
      padding: 0px;
      font-size: 15px;
      border-radius: 0px 0px 5px 5px;
      border-color: transparent; }
  .multichkDropDown > button {
    padding: 0px;
    width: 100%;
    white-space: normal; }
    .multichkDropDown > button > table {
      border-collapse: collapse;
      width: 100%; }
      .multichkDropDown > button > table td {
        padding: 3px 8px; }
      .multichkDropDown > button > table td[data-role="text"] {
        text-align: left; }
        .multichkDropDown > button > table td[data-role="text"] > p {
          margin: 0px;
          white-space: normal; }
      .multichkDropDown > button > table td[data-role="icon"] {
        text-align: center;
        vertical-align: middle;
        width: 32px;
        border-left: 1px solid #ccc; }

.multichkPopup {
  overflow: auto;
  padding: 0px;
  margin: 0px;
  font-size: 14px; }
  .multichkPopup > button {
    padding: 0px;
    width: 100%;
    white-space: normal; }
    .multichkPopup > button > table {
      border-collapse: collapse;
      width: 100%; }
      .multichkPopup > button > table td {
        padding: 3px 8px; }
      .multichkPopup > button > table td[data-role="text"] {
        text-align: left; }
        .multichkPopup > button > table td[data-role="text"] > p {
          margin: 0px;
          white-space: normal; }
      .multichkPopup > button > table td[data-role="icon"] {
        text-align: center;
        vertical-align: middle;
        width: 32px;
        border-left: 1px solid #ccc; }

#mlMultichkBG {
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  display: none; }
  #mlMultichkBG > section {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: auto;
    background-color: #f5f5f5;
    min-width: 320px;
    cursor: default; }
    #mlMultichkBG > section > div[data-role="title"] {
      font-size: 15px;
      font-weight: bold;
      padding: 5px; }
    #mlMultichkBG > section > div[data-role="content"] {
      overflow: auto;
      border-top: 1px solid #9d9d9d;
      border-bottom: 1px solid #9d9d9d; }
      #mlMultichkBG > section > div[data-role="content"] > table {
        border-collapse: collapse;
        width: 100%; }
        #mlMultichkBG > section > div[data-role="content"] > table tr {
          cursor: pointer; }
          #mlMultichkBG > section > div[data-role="content"] > table tr td {
            vertical-align: middle;
            padding: 3px; }
          #mlMultichkBG > section > div[data-role="content"] > table tr td[data-role="chk"] {
            text-align: center;
            width: 40px;
            font-size: 20px; }
          #mlMultichkBG > section > div[data-role="content"] > table tr td[data-role="text"] {
            text-align: left; }
            #mlMultichkBG > section > div[data-role="content"] > table tr td[data-role="text"] > label {
              margin: 0px;
              padding: 0px;
              font-weight: normal; }
          #mlMultichkBG > section > div[data-role="content"] > table tr:hover {
            background-color: aliceblue; }
        #mlMultichkBG > section > div[data-role="content"] > table tr[data-check='1'], #mlMultichkBG > section > div[data-role="content"] > table tr[data-check='2'] {
          color: green; }
    #mlMultichkBG > section > div[data-role="footer"] {
      text-align: center; }
      #mlMultichkBG > section > div[data-role="footer"] > button {
        margin: 5px 10px 0px 10px; }

/*#endregion*/
.SSELECT_CL {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .SSELECT_CL > button {
    padding: 0px;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    border-radius: 0px;
    background-color: #fff; }
    .SSELECT_CL > button > table {
      border-collapse: collapse;
      width: 100%; }
      .SSELECT_CL > button > table td {
        padding: 3px 8px; }
      .SSELECT_CL > button > table td[data-role="text"] {
        text-align: left; }
        .SSELECT_CL > button > table td[data-role="text"] > p {
          margin: 0px;
          white-space: normal; }
      .SSELECT_CL > button > table td[data-role="icon"] {
        text-align: center;
        vertical-align: middle;
        width: 32px;
        border-left: 1px solid #ccc; }
  .SSELECT_CL[data-t="DROP_DOWN"] > button {
    border-width: 1px;
    border-radius: 2px; }
  .SSELECT_CL[data-t="LIST"] {
    border: 0px solid #ccc;
    border-radius: 0px; }
    .SSELECT_CL[data-t="LIST"] > div {
      padding: 10px; }
  .SSELECT_CL[data-t="POPUP"] > button {
    padding: 3px; }
  .SSELECT_CL > section {
    padding: 0px;
    background-color: #fff; }
    .SSELECT_CL > section > button {
      width: 100%;
      height: 24px;
      padding: 0px;
      font-size: 15px;
      border-radius: 0px 0px 5px 5px;
      border-color: transparent; }
    .SSELECT_CL > section[data-t="DROP_DOWN"] {
      border-radius: 2px;
      border: 1px solid #ddd;
      position: absolute;
      width: 100%;
      z-index: 10;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
    .SSELECT_CL > section[data-t="TOGGLE"] {
      border-top: 1px solid #ddd; }
    .SSELECT_CL > section ._search {
      padding: 10px;
      border-bottom: 1px solid #ccc; }
    .SSELECT_CL > section ._lst {
      overflow: auto;
      height: 100%; }
      .SSELECT_CL > section ._lst[data-s="true"] {
        height: calc(100% - 59px); }
      .SSELECT_CL > section ._lst > table {
        border-collapse: collapse;
        width: 100%;
        background-color: #fff; }
        .SSELECT_CL > section ._lst > table tr {
          cursor: pointer;
          /*&:nth-child(even) {
                        background: #eee
                    }
                    &:nth-child(odd) {
                        background: #FFF
                    }*/ }
          .SSELECT_CL > section ._lst > table tr td {
            /*vertical-align: middle;*/
            padding: 3px 0px 3px 3px;
            word-break: break-word; }
            .SSELECT_CL > section ._lst > table tr td:last-child {
              border-right: 3px solid #fff; }
          .SSELECT_CL > section ._lst > table tr td[data-role="chk"] {
            text-align: center;
            width: 40px;
            font-size: 20px;
            vertical-align: top; }
          .SSELECT_CL > section ._lst > table tr td[data-role="text"] {
            text-align: left; }
            .SSELECT_CL > section ._lst > table tr td[data-role="text"] > label {
              margin: 0px;
              padding: 0px;
              font-weight: normal; }
          .SSELECT_CL > section ._lst > table tr:hover {
            background-color: aliceblue; }
          .SSELECT_CL > section ._lst > table tr[data-check='1'] {
            color: #1fafee; }
            .SSELECT_CL > section ._lst > table tr[data-check='1'] td:last-child {
              border-right: 3px solid rgba(0, 128, 0, 0.5); }
          .SSELECT_CL > section ._lst > table tr[data-check='2'] {
            color: #1fafee; }
            .SSELECT_CL > section ._lst > table tr[data-check='2'] td:last-child {
              border-right: 3px solid rgba(0, 128, 0, 0.3); }

.mselectcl {
  user-select: none;
  position: relative; }
  .mselectcl ._button {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 32px 4px 12px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    color: #333; }
    .mselectcl ._button[data-empty="true"] {
      opacity: 0.5;
      cursor: not-allowed; }
    .mselectcl ._button p {
      margin: 0px;
      padding: 0px;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-family: Arial;
      font-size: 14px; }
    .mselectcl ._button > button {
      position: absolute;
      right: 0px;
      top: 0px;
      border-width: 0px;
      height: 100%;
      width: 32px;
      outline: none;
      background-color: transparent;
      font-size: 10px;
      background-color: var(--mselect-button-bg-color);
      color: var(--mselect-button-text-color);
      border-radius: 0px 3px 3px 0px; }
    .mselectcl ._button:hover {
      background-color: rgba(255, 255, 255, 0.9); }
  .mselectcl ._toggle {
    height: 300px;
    border: 1px solid var(--mselectcl-border-color);
    position: absolute;
    left: 0px;
    z-index: 5;
    background-color: var(--mselectcl-bg-color);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    margin: 2px 0px;
    display: none;
    width: 100%;
    top: 100%; }
    .mselectcl ._toggle[data-direct="1"] {
      top: auto;
      bottom: 100%; }
    .mselectcl ._toggle ._search {
      padding-bottom: 5px;
      padding: 5px;
      background-color: var(--mselectcl-search-bg-color); }
    .mselectcl ._toggle ._chkAll {
      padding: 5px 10px;
      border-bottom: 1px solid var(--mselectcl-border-color);
      background-color: var(--mselectcl-search-bg-color); }
    .mselectcl ._toggle ._items {
      height: calc(100% - 90px);
      overflow: auto;
      padding: 10px; }
      .mselectcl ._toggle ._items li {
        border-bottom: 1px solid var(--mselectcl-item-border-color); }
    .mselectcl ._toggle ._chkul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .mselectcl ._toggle ._chkul li {
        padding: 5px 5px 5px 32px;
        position: relative;
        cursor: pointer;
        font-weight: normal;
        word-break: break-word;
        /*border-radius: 5px;*/ }
        .mselectcl ._toggle ._chkul li[data-check="1"] {
          font-weight: 600; }
        .mselectcl ._toggle ._chkul li > i {
          position: absolute;
          left: 5px;
          top: 7px;
          font-size: 20px;
          color: #0075ff; }
        .mselectcl ._toggle ._chkul li:hover {
          background-color: rgba(0, 0, 0, 0.075); }
  .mselectcl[data-toggle="true"] ._toggle {
    display: block; }
  .mselectcl[data-enable="false"] ._button {
    background-color: #eee !important;
    cursor: not-allowed; }

.son-textbox {
  background-color: var(--textbox-bg-color);
  color: var(--textbox-text-color);
  border-color: var(--textbox-border-color); }

.select-theme {
  appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAdCAYAAADLnm6HAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAaPaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwMiA3OS4xNjQzNjAsIDIwMjAvMDIvMTMtMDE6MDc6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4xIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDUtMjlUMTY6MDE6NTIrMDc6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDUtMjlUMTY6MDE6NTIrMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA1LTI5VDE2OjAxOjUyKzA3OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmQ0YzIwNzVhLTRlYTEtNDE0Ny1hZGY0LTBmOWQ1Y2NjYmViYSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJmMDI0OGRkLWI5NjYtMzk0Yi1hMWIxLWRlNmI4OWE4MDUyYyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmRhYzk2YTI2LTE3OTgtZmE0MC1iYjUwLTcxMWJlZmFmNjcyYiIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGFjOTZhMjYtMTc5OC1mYTQwLWJiNTAtNzExYmVmYWY2NzJiIiBzdEV2dDp3aGVuPSIyMDIwLTA1LTI5VDE2OjAxOjUyKzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ0YzIwNzVhLTRlYTEtNDE0Ny1hZGY0LTBmOWQ1Y2NjYmViYSIgc3RFdnQ6d2hlbj0iMjAyMC0wNS0yOVQxNjowMTo1MiswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8cmRmOkJhZz4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6M2NiYzE3MDYtZGJlYy0wOTRlLWJiZWItZWZiOGRhNmQ3N2FhPC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D9mVMwAAAJBJREFUSEtj/A8EDAMImKD0gIFRB4w6YNQBow4YdQDxDvhznKFGkpGBkZEQtmKYegWqhxgAqoyIA9//n+vz+i8B1ALShgtLxC79fw+qgxhAggNAAL8jSLUcBEh0AAhgdwTY8t9QJSQAMhwAAqiOINdyECDTASAAcYRmIvmWg8Boi2jUAaMOGHXAqAMG2AEMDABC3j2R/EJhYAAAAABJRU5ErkJggg==");
  background-size: 32px 32px;
  background-position: 100%;
  background-repeat: no-repeat;
  padding-right: 36px;
  /*Fix form IE*/ }
  .select-theme::-ms-expand {
    display: none; }
  .select-theme option {
    background: var(--bg-color);
    color: var(--label-color); }
  .select-theme:disabled {
    background-color: #d4d4d4;
    color: #000; }

.cobalt-theme .select-theme {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAdCAYAAADLnm6HAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAaPaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwMiA3OS4xNjQzNjAsIDIwMjAvMDIvMTMtMDE6MDc6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4xIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDUtMjlUMTY6MDE6NTIrMDc6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDUtMjlUMTY6MDE6NTIrMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA1LTI5VDE2OjAxOjUyKzA3OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmQ0YzIwNzVhLTRlYTEtNDE0Ny1hZGY0LTBmOWQ1Y2NjYmViYSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJmMDI0OGRkLWI5NjYtMzk0Yi1hMWIxLWRlNmI4OWE4MDUyYyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmRhYzk2YTI2LTE3OTgtZmE0MC1iYjUwLTcxMWJlZmFmNjcyYiIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGFjOTZhMjYtMTc5OC1mYTQwLWJiNTAtNzExYmVmYWY2NzJiIiBzdEV2dDp3aGVuPSIyMDIwLTA1LTI5VDE2OjAxOjUyKzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ0YzIwNzVhLTRlYTEtNDE0Ny1hZGY0LTBmOWQ1Y2NjYmViYSIgc3RFdnQ6d2hlbj0iMjAyMC0wNS0yOVQxNjowMTo1MiswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8cmRmOkJhZz4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6M2NiYzE3MDYtZGJlYy0wOTRlLWJiZWItZWZiOGRhNmQ3N2FhPC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D9mVMwAAAKFJREFUSEtjZA+u+c8wgIAJSg8YGHXAqANGHTDqgFEHEF8XqIUy3GjTY1CAcnGDPwwXNjYyWCyGcgkA4kPg1kWGHQ9+QDl4wOdHDCt2Q9lEABKi4BZDQclqhhn4HPH5HkNF5XyGCS+gfCIAiWkAjyOAlje0kGY5CJCRCLE4Amp5x10onwRAZi5AcsQH8i0HgdEW0agDRh0w6oBRBwywAxgYAL9ZOgLOiQF4AAAAAElFTkSuQmCC"); }

/*#region CSS For NOTICE*/
.son-notice {
  color: white;
  min-width: 320px;
  position: relative;
  cursor: default;
  user-select: none;
  border-radius: 3px; }
  .son-notice .notice-close {
    position: absolute;
    top: -5px;
    right: 5px;
    cursor: pointer;
    font-size: 20px; }
    .son-notice .notice-close:hover {
      font-weight: bold; }
  .son-notice .son-notice-content {
    padding: 10px;
    user-select: text; }
  .son-notice ._divBtn {
    text-align: center;
    padding: 8px 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.7); }
    .son-notice ._divBtn button {
      color: #fff;
      border: 1px solid #fff;
      border-radius: 5px;
      padding: 3px 5px;
      background-color: transparent;
      cursor: pointer;
      min-width: 70px; }
      .son-notice ._divBtn button:hover {
        background-color: rgba(244, 244, 244, 0.4); }

/*#region Type*/
.son-notice-success {
  background-color: rgba(76, 175, 80, 0.9);
  border: 1px solid #17751b; }
  .son-notice-success .son-notice-bar {
    background-color: #4fb854; }

.son-notice-info {
  background-color: rgba(49, 122, 179, 0.9);
  border: 1px solid #2196f3; }
  .son-notice-info .son-notice-bar {
    background-color: #317ab3; }

.son-notice-warning {
  background-color: rgba(194, 115, 0, 0.9);
  border: 1px solid #7e4b00; }
  .son-notice-warning .son-notice-bar {
    background-color: #c27300; }

.son-notice-alert {
  background-color: rgba(175, 52, 43, 0.8);
  border: 1px solid #751a13; }
  .son-notice-alert .son-notice-bar {
    background-color: #af342b; }

.son-notice-alert-ms {
  background-color: rgba(175, 52, 43, 0.9);
  border: 0px solid #751a13;
  top: 0px;
  bottom: 0px !important;
  left: 315px !important;
  right: auto !important;
  cursor: pointer;
  transition: all 1s ease;
  opacity: 0;
  border-radius: 5px; }
  .son-notice-alert-ms .son-notice-bar {
    background-color: #af342b; }
  .son-notice-alert-ms:hover {
    background-color: #af342b; }

.son-notice-alert-ms-2 {
  background-color: rgba(175, 52, 43, 0.9);
  border: 0px solid #751a13;
  bottom: 80px !important;
  left: 315px !important;
  right: auto !important;
  cursor: pointer;
  transition: all 1s ease;
  opacity: 1;
  border-radius: 5px; }
  .son-notice-alert-ms-2 .son-notice-bar {
    background-color: #af342b; }
  .son-notice-alert-ms-2:hover {
    background-color: #af342b; }

.son-notice-black {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #555;
  color: #fff; }
  .son-notice-black .son-notice-bar {
    background-color: #555; }
  .son-notice-black ._divBtn {
    border-top: 1px solid #555; }

.son-notice-light {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  color: #333; }
  .son-notice-light .notice-close {
    color: #999; }
    .son-notice-light .notice-close:hover {
      color: #555; }
  .son-notice-light .son-notice-bar {
    background-color: #333; }
  .son-notice-light ._divBtn {
    border-top: 1px solid #999; }
    .son-notice-light ._divBtn button {
      color: #333;
      border: 1px solid #999; }
      .son-notice-light ._divBtn button:hover {
        background-color: #eee; }

/*#endregion*/
/*#region duaration*/
.son-notice-duration {
  height: 5px;
  position: relative; }
  .son-notice-duration .son-notice-bar {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    z-index: 1;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite; }

/*#endregion*/
/*#region container*/
.notice-container {
  position: fixed;
  z-index: 1051; }

#notice-topleft {
  left: 0px;
  top: 0px;
  position: fixed; }
  #notice-topleft .son-notice {
    position: absolute;
    left: 0px;
    top: 0px; }

#notice-topright {
  top: 0px;
  right: 0px;
  position: fixed; }
  #notice-topright .son-notice {
    position: absolute;
    top: 0px;
    right: 0px; }

#notice-bottomleft {
  left: 0px;
  bottom: 0px;
  position: fixed; }
  #notice-bottomleft .son-notice {
    position: absolute;
    left: 0px;
    bottom: 0px; }

#notice-bottomright {
  bottom: 0px;
  right: 0px;
  position: fixed; }
  #notice-bottomright .son-notice {
    position: absolute;
    bottom: 0px;
    right: 0px; }

.notice-center {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0px;
  right: 0px;
  display: flex;
  cursor: not-allowed; }
  .notice-center > .son-notice {
    margin: auto; }

.notice-msg {
  padding: 10px;
  border-radius: 5px; }
  .notice-msg .notice-close {
    font-size: 20px;
    top: 5px;
    right: 7px; }
  .notice-msg .son-notice-content {
    margin-bottom: 10px; }
  .notice-msg ._divBtn {
    padding-top: 10px; }
    .notice-msg ._divBtn button {
      min-width: 50px; }
  .notice-msg .son-notice-duration {
    margin-top: 8px; }

/*#endregion*/
/*#region Icon Font*/
.son-notice table[role=iconfont] {
  width: 100%;
  border-collapse: collapse; }

.son-notice table[role=iconfont] td:first-child {
  font-size: 40px;
  text-align: left;
  width: 50px;
  vertical-align: top; }

/*#endregion*/
/*#endregion*/
.notice-alert-ms {
  /* background-color: rgba(175, 52, 43, 0.8);*/
  color: #fff;
  width: 530px;
  cursor: pointer; }
  .notice-alert-ms:hover {
    /*background-color: rgba(175, 52, 43,1);*/ }
  .notice-alert-ms h5 {
    border-bottom: 1px solid white;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px; }
  .notice-alert-ms > table td {
    padding: 0px 5px;
    /*  &:nth-child(1) {
                font-size: 80px;
                width: 120px;
                text-align: center;
            }*/ }
    .notice-alert-ms > table td p {
      margin: 0px; }
  .notice-alert-ms ._imgThumb {
    margin: auto;
    position: relative;
    width: 124px;
    height: 124px;
    display: flex;
    border: 2px solid #333;
    background-color: #333;
    border-radius: 3px; }
    .notice-alert-ms ._imgThumb > img {
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
    .notice-alert-ms ._imgThumb ._iconO {
      display: none;
      border-radius: 16px;
      position: absolute;
      bottom: 3px;
      width: 28px;
      height: 28px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      background-size: cover;
      left: 8px;
      background-image: url(../../Asset/Images/zoom-overview.jpg); }
      .notice-alert-ms ._imgThumb ._iconO:hover {
        border: 1px solid #aaa; }
    .notice-alert-ms ._imgThumb ._iconZ {
      display: none;
      border-radius: 16px;
      position: absolute;
      bottom: 3px;
      width: 28px;
      height: 28px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      background-size: cover;
      right: 8px;
      padding: 5px;
      background-image: url(../../Asset/Images/zoom-icon.gif); }
      .notice-alert-ms ._imgThumb ._iconZ:hover {
        border: 1px solid #aaa; }
    .notice-alert-ms ._imgThumb:hover ._iconO, .notice-alert-ms ._imgThumb:hover ._iconZ {
      display: block; }

.paging > table {
  width: 100%;
  border-collapse: collapse; }
  .paging > table tr > td {
    padding: 5px 0px;
    font-size: 14px; }
    .paging > table tr > td[data-role="btns"] {
      user-select: none;
      font-size: 14px;
      width: 110px;
      text-align: center; }
      .paging > table tr > td[data-role="btns"] > i {
        font-size: 32px;
        margin: 0px 5px;
        color: rgba(0, 136, 177, 0.8);
        cursor: pointer; }
        .paging > table tr > td[data-role="btns"] > i:hover {
          color: #0088b1; }
        .paging > table tr > td[data-role="btns"] > i[data-enable="0"] {
          color: #757575;
          cursor: not-allowed; }
          .paging > table tr > td[data-role="btns"] > i[data-enable="0"]:hover {
            color: #757575; }
    .paging > table tr > td[data-role="input"] {
      width: 100px; }
      .paging > table tr > td[data-role="input"] input, .paging > table tr > td[data-role="input"] select {
        width: 90px;
        margin: auto; }

body {
  padding: 0px;
  margin: 0px; }

.popupsbg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden; }

.popupscl {
  border: 2px solid #ccc;
  user-select: none;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff; }
  .popupscl ._header {
    height: 32px;
    border-bottom: 1px solid #ccc;
    position: relative;
    color: #000;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px 3px 0px 0px; }
    .popupscl ._header ._icon {
      padding: 5px;
      width: 32px;
      float: left;
      overflow: hidden;
      box-sizing: border-box;
      text-align: center; }
    .popupscl ._header ._title {
      box-sizing: border-box;
      float: left;
      width: calc(100% - 96px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 5px 10px;
      cursor: move;
      font-weight: bold;
      font-size: 14px; }
    .popupscl ._header ._btns {
      position: absolute;
      right: 0px;
      top: 0px; }
      .popupscl ._header ._btns table {
        margin: 0px;
        padding: 0px;
        border-collapse: collapse;
        height: 30px; }
        .popupscl ._header ._btns table td {
          text-align: center;
          vertical-align: middle;
          border-left: 1px solid #ccc;
          font-size: 15px;
          cursor: pointer; }
          .popupscl ._header ._btns table td > button {
            padding: 0px;
            margin: 0px;
            background-color: transparent;
            border: 0px solid;
            height: auto;
            width: 30px;
            height: 31px;
            outline: none; }
            .popupscl ._header ._btns table td > button:hover {
              font-size: 17px; }
  .popupscl ._content {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    overflow: auto;
    user-select: text; }
  .popupscl ._footer {
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: right; }
    .popupscl ._footer > button {
      min-width: 70px;
      margin: 5px 10px; }
  .popupscl ._footer-center {
    text-align: center; }
  .popupscl ._footer-left {
    text-align: left; }
  .popupscl[data-s="lightBorder"] {
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75); }
    .popupscl[data-s="lightBorder"] ._header {
      color: #000;
      border-bottom: 1px solid #ccc; }
    .popupscl[data-s="lightBorder"] ._footer {
      border-top: 1px solid #ccc; }
  .popupscl[data-s="light"] {
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75); }
    .popupscl[data-s="light"] ._header {
      color: #000;
      border-bottom: 1px solid transparent; }
      .popupscl[data-s="light"] ._header ._btns table td {
        border-left: 1px solid transparent; }
    .popupscl[data-s="light"] ._footer {
      border-top: 1px solid transparent; }
  .popupscl[data-s="blue"] {
    border: 2px solid transparent;
    box-shadow: 0px 0px 8px 0px #03A9F4; }
    .popupscl[data-s="blue"] ._header {
      border-bottom: 0px solid #03A9F4; }
      .popupscl[data-s="blue"] ._header ._btns table td {
        border-left: 1px solid transparent; }
    .popupscl[data-s="blue"] ._footer {
      border-top: 1px solid transparent; }
  .popupscl[data-s="red"] {
    border: 2px solid transparent;
    box-shadow: 0px 0px 8px 0px #F44336; }
    .popupscl[data-s="red"] ._header {
      color: #F44336;
      border-bottom: 0px solid transparent; }
      .popupscl[data-s="red"] ._header ._btns table td {
        border-left: 1px solid transparent; }
    .popupscl[data-s="red"] ._footer {
      border-top: 1px solid transparent; }

/*#region Slide Number S2*/
.SliderNumberS2 table {
  width: 100%;
  border-collapse: collapse; }
  .SliderNumberS2 table tr td {
    text-align: center;
    vertical-align: middle; }
  .SliderNumberS2 table tr td[data-role="name"] {
    width: 70px;
    text-align: left;
    padding-left: 5px; }
  .SliderNumberS2 table tr td[data-role="btnF"], .SliderNumberS2 table tr td[data-role="btnE"] {
    width: 32px;
    color: #025aa5;
    cursor: pointer; }
    .SliderNumberS2 table tr td[data-role="btnF"]:hover, .SliderNumberS2 table tr td[data-role="btnE"]:hover {
      color: #5bc0de; }
  .SliderNumberS2 table tr td[data-role="label"] {
    width: 50px;
    color: #025aa5;
    font-weight: bold; }

.SliderNumberS2 .ui-slider {
  height: 5px;
  border-width: 0px !important;
  cursor: pointer;
  background-color: #5394c4; }
  .SliderNumberS2 .ui-slider .ui-slider-handle {
    top: -7px;
    background-color: #0275d8;
    width: 18px;
    height: 18px;
    margin-left: -9px; }
  .SliderNumberS2 .ui-slider .ui-slider-range {
    background: #0275d8;
    padding: 0px; }

/*#endregion*/
/*----------------------------------------------------------------------*/
/*#region Slide Number S1*/
.SliderNumberS1 {
  height: 3px;
  border-width: 0px !important;
  cursor: pointer; }
  .SliderNumberS1 .ui-slider-handle {
    width: 65px;
    font-size: 14px;
    padding: 3px 0px;
    height: auto;
    top: -10px;
    border-radius: 0px;
    margin-left: -33px;
    text-align: center;
    white-space: nowrap;
    outline: none; }
  .SliderNumberS1 .btn-slider {
    width: 10px;
    text-align: center;
    cursor: pointer; }
  .SliderNumberS1 .ui-state-default {
    border-width: 0px;
    background: #b0e1fa;
    font-weight: bold;
    color: #1c94c4; }
  .SliderNumberS1 .ui-state-hover {
    border-width: 0px;
    background: #5394c4;
    font-weight: bold;
    color: #fff; }
  .SliderNumberS1 .ui-state-focus {
    border-width: 0px;
    background: #5394c4;
    font-weight: bold;
    color: #fff; }
  .SliderNumberS1 .ui-state-active {
    border-width: 0px;
    background: #5394c4;
    font-weight: bold;
    color: #fff; }
  .SliderNumberS1 .ui-widget-header {
    background: #5394c4; }

/*#endregion*/
/*----------------------------------------------------------------------*/
/*#region Slide Number Vertial*/
.SliderNumberV table {
  border-collapse: collapse;
  text-align: center; }
  .SliderNumberV table tr td {
    text-align: center;
    vertical-align: middle; }
  .SliderNumberV table tr td[data-role="name"] {
    text-align: left;
    padding-left: 5px; }
  .SliderNumberV table tr td[data-role="slide"] > div {
    margin: auto;
    width: 6px; }
  .SliderNumberV table tr td[data-role="btnE"] {
    color: #025aa5;
    cursor: pointer; }
    .SliderNumberV table tr td[data-role="btnE"]:hover {
      color: #5bc0de; }
  .SliderNumberV table tr td[data-role="btnE"] {
    color: #025aa5;
    cursor: pointer; }
    .SliderNumberV table tr td[data-role="btnE"]:hover {
      color: #5bc0de; }
  .SliderNumberV table tr td[data-role="label"] {
    width: 50px;
    font-weight: bold; }

.SliderNumberV .ui-slider {
  height: 5px;
  border-width: 0px !important;
  cursor: pointer;
  background-color: #5394c4; }
  .SliderNumberV .ui-slider .ui-slider-handle {
    background-color: #0275d8;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-color: #5394c4;
    border-radius: 0px;
    left: -6px;
    margin-left: 0px;
    top: auto; }
    .SliderNumberV .ui-slider .ui-slider-handle:hover {
      border-color: #adf; }
  .SliderNumberV .ui-slider .ui-slider-range {
    background: #0275d8;
    padding: 0px; }

/*#endregion*/
/*#region UploadOneImageCL*/
.img-upload {
  min-height: 150px;
  text-align: center;
  width: 100%;
  padding: 5px;
  border: 3px dotted #ccc;
  border-radius: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }
  .img-upload:hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .img-upload > img {
    max-width: 100%;
    border: 3px solid #aaa;
    border-radius: 5px;
    margin: auto;
    display: none; }
  .img-upload > input {
    display: none; }
  .img-upload > ._dvImg {
    max-height: 150px;
    white-space: nowrap;
    overflow: auto; }
    .img-upload > ._dvImg > div {
      overflow: auto;
      display: inline-block;
      margin: 3px; }
      .img-upload > ._dvImg > div > div {
        width: 120px;
        height: 120px;
        overflow: hidden;
        text-align: center;
        background-color: #ffffff;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto;
        position: relative; }
        .img-upload > ._dvImg > div > div img {
          box-sizing: border-box;
          height: 100%;
          width: 100%;
          object-fit: contain; }
        .img-upload > ._dvImg > div > div i {
          position: absolute;
          right: 0px;
          top: 0px;
          cursor: pointer;
          font-size: 14px;
          background-color: #ff0000;
          padding: 1px 5px;
          color: #fff; }
          .img-upload > ._dvImg > div > div i:hover {
            background-color: #a94442; }
        .img-upload > ._dvImg > div > div:hover i {
          display: block; }
  .img-upload > ._dvMsg {
    display: flex;
    min-height: 120px; }
    .img-upload > ._dvMsg > h5 {
      font-size: 14px;
      text-align: center;
      font-weight: bold;
      margin: auto; }

.file-upload {
  text-align: center;
  width: 100%;
  padding: 10px;
  border: 3px dotted #ccc;
  border-radius: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }
  .file-upload:hover {
    background-color: aliceblue; }
  .file-upload > img {
    max-width: 100%;
    border: 3px solid #aaa;
    border-radius: 5px;
    margin: auto;
    display: none; }
  .file-upload > h5 {
    font-size: 14px;
    text-align: center;
    font-weight: bold; }
  .file-upload > input {
    display: none; }
  .file-upload > table {
    border-collapse: collapse;
    width: 100%; }
    .file-upload > table tr {
      border-bottom: 1px solid #ccc; }
      .file-upload > table tr:last-child {
        border-bottom: 0px solid #ccc; }
      .file-upload > table tr td {
        padding: 3px;
        text-align: left; }
        .file-upload > table tr td:nth-child(1) {
          width: 40px; }
        .file-upload > table tr td:nth-child(3) {
          width: 100px;
          text-align: right; }
        .file-upload > table tr td:nth-child(4) {
          width: 50px;
          text-align: right;
          text-align: center;
          cursor: pointer; }
          .file-upload > table tr td:nth-child(4) > i {
            padding: 4px 6px;
            color: red; }
          .file-upload > table tr td:nth-child(4):hover > i {
            background-color: red;
            color: #fff;
            border-radius: 15px; }

.file-uploads {
  text-align: center;
  width: 100%;
  padding: 10px;
  border: 3px dotted #ccc;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  max-height: 300px;
  overflow: auto; }
  .file-uploads:hover {
    background-color: aliceblue; }
  .file-uploads > img {
    max-width: 100%;
    border: 3px solid #aaa;
    border-radius: 5px;
    margin: auto;
    display: none; }
  .file-uploads > h5 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 0px; }
  .file-uploads > input {
    display: none; }
  .file-uploads p {
    margin: 0px;
    padding: 0px; }
  .file-uploads ._file {
    border-bottom: 1px solid #337ab7;
    padding: 3px;
    margin: 0px;
    position: relative; }
    .file-uploads ._file:last-child {
      border-bottom-width: 0px; }
    .file-uploads ._file > table {
      width: 100%;
      position: relative; }
      .file-uploads ._file > table td {
        padding: 3px;
        text-align: left; }
      .file-uploads ._file > table ._stt {
        width: 40px; }
      .file-uploads ._file > table ._name {
        word-break: break-word; }
      .file-uploads ._file > table ._size {
        width: 100px;
        text-align: right; }
      .file-uploads ._file > table ._btn {
        width: 50px;
        text-align: right;
        cursor: pointer; }
        .file-uploads ._file > table ._btn > i {
          padding: 4px 6px;
          color: red; }
        .file-uploads ._file > table ._btn:hover > i {
          background-color: red;
          color: #fff;
          border-radius: 15px; }
    .file-uploads ._file ._process {
      width: 0%;
      position: absolute;
      height: 100%;
      bottom: 0px;
      left: 0px;
      transition: all 0.5s ease; }
    .file-uploads ._file ._progress {
      padding: 0px 0px 0px 42px;
      position: relative;
      text-align: left; }
      .file-uploads ._file ._progress span {
        text-align: left;
        padding: 0px; }
    .file-uploads ._file[data-color="0"] ._process {
      background-color: rgba(91, 192, 222, 0.3); }
    .file-uploads ._file[data-color="0"] ._progress span {
      color: #337ab7; }
    .file-uploads ._file[data-color="1"] ._process {
      background-color: rgba(253, 158, 156, 0.3); }
    .file-uploads ._file[data-color="1"] ._progress span {
      color: red; }
    .file-uploads ._file[data-color="2"] ._process {
      background-color: rgba(155, 212, 156, 0.3); }
    .file-uploads ._file[data-color="2"] ._progress span {
      color: green; }
    .file-uploads ._file[data-locked="true"] ._btn {
      visibility: hidden; }

/*#endregion*/

@font-face {
    /*font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;*/
}

.bg-home {
    background-color: #f9f9f9;
}

button:active,
button:focus {
    outline: none;
    border-color: transparent;
}