@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Helvetica Neue";
  font-size: 1em;
  color: #000000;
  word-break: break-word;
  background: #f8fafd; }

.clear {
  clear: both; }

a {
  text-decoration: none; }

ul, ol {
  list-style: none;
  }

.form-group {
  margin-bottom: 15px; }

.form-control:focus {
  box-shadow: none; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  border: none;
  height: auto; }

main {
  display: block; }

.image-fit {
  display: block;
  overflow: hidden; }

.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.btn {
  line-height: 100%; }

.list-inline {
  letter-spacing: -0.3em; }

.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block; }

.relative-section {
  position: relative; }

a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

.section-bg {
  background-position: center center;
  background-size: cover; }

.text-orange {
  color: #FF8D4E; }

.text-pink {
  color: #FF4EA7; }

.text-red {
  color: #EF5350; }

.text-green {
  color: #13B394; }

.font900 {
  font-weight: 900; }

.font800 {
  font-weight: 800; }

.font700 {
  font-weight: 700; }

.font600 {
  font-weight: 600; }

.font500 {
  font-weight: 500; }

.font400 {
  font-weight: 400; }

.font300 {
  font-weight: 300; }

.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.list-flex {
  display: flex; }

.flex-three .item-flex {
  width: 33.33%; }

.flex-two .item-flex {
  width: 50%; }

.flex-middle {
  align-items: center;
  -webkit-align-items: center; }

.section-title {
  font-size: 85px;
  color: #000000;
  margin: 0 0 50px; }

:focus {
  outline: none !important; }

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 330px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #000029;
  padding: 17px 29px;
  z-index: 1; }
  #sidebar .toggle-menu {
    position: absolute;
    top: 25px;
    right: 23px;
    color: #000; }
  #sidebar .logo {
    font-size: 20px;
    line-height: 27px;
    color: #000; }
  #sidebar #menu-main {
    margin-top: 34px; }
    #sidebar #menu-main ul li {
      margin: 0 0 5px; }
      #sidebar #menu-main ul li a {
        color: #000;
        padding: 10px 15px 10px 58px;
        display: block;
        position: relative; }
        #sidebar #menu-main ul li a i {
          position: absolute;
          top: 50%;
          left: 15px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
        #sidebar #menu-main ul li a:hover {
          color: #105f40;
            background: #e8e8e880;
            border-radius: 5px;
        }
      #sidebar #menu-main ul li.current-menu-item a {
        background: #77a55a;
        color: #ffffff;
        border-radius: 5px; }

#header {
  border-bottom: 0.5px solid rgba(249, 249, 249, 0.5); }
  #header .toggle-menu {
    color: #000;
    position: relative;
    top: 12px;
    left: 15px;
    display: none; }
  #header #market-hot {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 70%;
    max-width: 636px;
    background: #003D4E;
    border-radius: 5px;
    padding: 15px 15px 8px; }
    #header #market-hot ul {
      margin: 0 -7px; }
      #header #market-hot ul li {
        padding: 0 7px;
        border-right: 1px solid #fff;
        line-height: 12px; }
        #header #market-hot ul li a span {
          color: #3EA74D;
          margin-right: 3px; }
          #header #market-hot ul li a span.name {
            color: #000;
            margin-right: 5px; }
        #header #market-hot ul li:last-child {
          border: none; }
  #header .header-right .tools .item-inline {
    vertical-align: middle;
    margin-right: 28px; }
    #header .header-right .tools .item-inline .current {
      color: #000;
      font-size: 20px; }
    #header .header-right .tools .item-inline .search-item .toggle-show {
      padding-top: 10px; }
      #header .header-right .tools .item-inline .search-item .toggle-show #searchForm {
        width: 159px; }
        #header .header-right .tools .item-inline .search-item .toggle-show #searchForm .form-control {
          box-shadow: 0px 0px 20px #00BAB51A;
          border: 0.5px solid rgba(249, 249, 249, 0.5);
          border-radius: 5px;
          background: #003D4E;
          height: 50px;
          padding: 0 24px; }
  #header .header-right .users {
    padding: 22px 30px 22px 11.5px;
    border-left: 0.5px solid rgba(249, 249, 249, 0.5); }
    #header .header-right .users a {
      display: block;
      color: #000;
      padding-right: 76px; }
      #header .header-right .users a .role {
        color: #00BAB5; }
      #header .header-right .users a .avatar {
        position: absolute;
        width: 60px;
        height: 60px;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 5px;
        top: -10px;
        right: 0; }

.toggle-section {
  position: relative; }
  .toggle-section .toggle-show {
    position: absolute;
    top: 120%;
    right: 0;
    opacity: 0;
    visibility: hidden; }
  .toggle-section.active .toggle-show {
    top: 100%;
    opacity: 1;
    visibility: visible; }

.form-control {
  color: #000;
  font-size: 1em; }

.form-control::-webkit-input-placeholder {
  color: #000; }

.form-control:-moz-placeholder {
  color: #000;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #000; }

.btn, .form-control {
  font-size: 0.8em; }

.height100 {
  height: 100%; }

#wrapper {
  padding-left: 330px; }
  #wrapper h1.title {
    font-size: 16px;
    padding: 18px 40px;
    border-bottom: 0.5px solid rgba(249, 249, 249, 0.5);
    margin: 0; }
  #wrapper .contennt-primary {
    padding: 30px 40px;
    min-height: 100vh; }
    #wrapper .contennt-primary .box-item {
      margin: 0 0 25px; }
      #wrapper .contennt-primary .box-item h2 {
        font-size: 16px;
        margin: 0 0 16px; }
      #wrapper .contennt-primary .box-item .inner-box {
        background: #ffffff;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 0 13px 0 rgb(87 88 87 / 38%);
      }
        #wrapper .contennt-primary .box-item .inner-box .compression-indicator .note {
          padding-left: 35px;
          font-size: 10px; }
          #wrapper .contennt-primary .box-item .inner-box .compression-indicator .note li {
            margin-bottom: 28px; }
            #wrapper .contennt-primary .box-item .inner-box .compression-indicator .note li:last-child {
              margin: 0; }
        #wrapper .contennt-primary .box-item .inner-box .market-indicator {
          padding-top: 6px; }
          #wrapper .contennt-primary .box-item .inner-box .market-indicator #chartMarkerIn {
            margin-bottom: 73px; }
            #wrapper .contennt-primary .box-item .inner-box .market-indicator #chartMarkerIn .list-flex .item-flex {
              height: 49px; }
            #wrapper .contennt-primary .box-item .inner-box .market-indicator #chartMarkerIn .line {
              position: absolute;
              top: 10px;
              width: 4px;
              height: 63px;
              background-image: url("../images/arrow-lup.png");
              background-size: 100% auto; }
        #wrapper .contennt-primary .box-item .inner-box .template-list li {
          padding: 15px 5px;
          border-bottom: 1px solid rgb(147 151 148 / 32%); }
            #wrapper .contennt-primary .box-item .inner-box .template-list li:hover{
                background: #e8e8e880;
                color: #105f40;
                border-radius: 5px;
            }
          #wrapper .contennt-primary .box-item .inner-box .template-list li .info {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 10px;
            color: #F09D37; }
            #wrapper .contennt-primary .box-item .inner-box .template-list li .info span {
              display: inline-block;
              vertical-align: middle;
              min-width: 100px; }
            #wrapper .contennt-primary .box-item .inner-box .template-list li .info .closer {
              color: #E05340;
              font-size: 20px;
              display: inline-block;
              line-height: 100%;
              vertical-align: middle; }
          #wrapper .contennt-primary .box-item .inner-box .template-list li:first-child {
            padding-top: 0; }
          #wrapper .contennt-primary .box-item .inner-box .template-list li:last-child {
            padding-bottom: 0;
            border: none; }
      #wrapper .contennt-primary .box-item.wacth-list ul.note {
        font-size: 10px;
        background: #003D4E;
        border-radius: 10px 10px 0 0;
        margin: -20px -20px 0;
        padding: 20px; }
        #wrapper .contennt-primary .box-item.wacth-list ul.note li {
          width: 33.33%;
          padding: 0 5px;
          color: #00BAB5; }
          #wrapper .contennt-primary .box-item.wacth-list ul.note li span {
            width: 22px;
            height: 22px; }
      #wrapper .contennt-primary .box-item.wacth-list .table-custom td:first-child {
        width: 38%; }
      #wrapper .contennt-primary .box-item.marker-list .table-custom {
        margin-top: 22px; }
    #wrapper .contennt-primary #chartMarker {
      width: 100%;
      height: 200px;
      overflow: hidden; }
  #wrapper .table-custom {
    border-color: rgba(249, 249, 249, 0.5);
    color: #000;
    margin: 0; }
    #wrapper .table-custom tr {
      background: none; }
      #wrapper .table-custom tr td {
        border-color: rgba(249, 249, 249, 0.5);
        color: #000; }
        #wrapper .table-custom tr td i {
          font-size: 20px; }
      #wrapper .table-custom tr:first-child td {
        border: none; }
      #wrapper .table-custom tr.headline td {
        background: #003D4E; }
  #wrapper .status-up {
    color: #67AC5B; }
  #wrapper .status-down {
    color: #E05340; }
  #wrapper .status-keep {
    color: #4BA7ED; }

ul.note li span {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  border-radius: 50%; }
ul.note.list-inline {
  margin: 0 -15px; }
  ul.note.list-inline li {
    padding: 0 15px; }

.note-content #searchFormInner {
  max-width: 472px;
  margin: 0 0 15px; }
  .note-content #searchFormInner .form-control {
    background: #003D4E;
    color: #000;
    padding: 0 20px;
    height: 40px;
    border: none; }
  .note-content #searchFormInner .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: none;
    color: #000; }
.note-content .tab-nav a {
  min-width: 229px;
  padding: 15px;
  background: #003D4E;
  border-radius: 5px;
  color: #00918F;
  margin: 0 15px 20px 0; }
  .note-content .tab-nav a.active {
    background: #00BAB5;
    color: #000; }
.note-content .tab-content {
  background: #ffffff;
  border-radius: 10px;
  max-width: 719px; }

.note-item {
  padding: 20px 28px;
  border-bottom: 1px solid rgba(249, 249, 249, 0.5); }
  .note-item .info {
    margin: 0 0 10px; }
    .note-item .info a {
      color: #00BAB5;
      margin-left: 30px; }
  .note-item .content-text {
    height: 36px;
    overflow: hidden;
    margin-bottom: 20px; }
  .note-item .show-more {
    color: #00BAB5; }
  .note-item:last-child {
    border: none; }
  .note-item.active .content-text {
    text-align: justify;
    white-space: pre-line;
    padding: 0 5px 0 0;
    height: auto; }

.the-tab .tab-content {
  display: none; }
  .the-tab .tab-content.active {
    display: block; }

.faviz-content .faviz-ltemplate {
  /*border-bottom: 1px solid rgba(249, 249, 249, 0.5);*/
  padding-right: 155px; }
  .faviz-content .faviz-ltemplate ul li {
    width: 16.66%;
      box-shadow: 0 0 10px 0 rgb(74 75 74 / 36%);
  }
    .faviz-content .faviz-ltemplate ul li a {
      padding: 5px 5px 5px 10px;
      color: #105f40;
      background: #ffffff;
      display: block;
      line-height: 100%;
        border-radius: 5px;
      border-right: 1px solid rgba(0, 0, 0, 0.3); }
      .faviz-content .faviz-ltemplate ul li a .remove {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 5px;
        cursor: pointer;
          color: #ea3042;
        font-size: 20px; }
      .faviz-content .faviz-ltemplate ul li a:hover {
        color: #77a55a;
        background: #105f40;
        box-shadow: 0 0 20px 0 rgb(16 95 64 / 46%);
          border-radius: 5px;
      }
    .faviz-content .faviz-ltemplate ul li.active a {
      color: #ffffff;
      background: #77a55a;
      border-bottom: 1px solid #022133;
      position: relative;
      top: 1px; }
  .faviz-content .faviz-ltemplate .add-template {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 100px;
    width: 40px;
    height: 40px;
    background: #00BAB5;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00BAB51A;
    color: #000;
    font-size: 29px;
    line-height: 49px; }
.faviz-content .faviz-top {
  margin: 0 -10px 48px; }
  .faviz-content .faviz-top .item-flex {
    margin: 0 10px;
    border-radius: 5px;
    /*border: 1px solid rgba(249, 249, 249, 0.5);*/
    overflow: hidden; }
    .faviz-content .faviz-top .item-flex.item-search {
      width: 164px;
        box-shadow: 0 0 13px 0 rgb(62 44 90 / 15%);
    }
      .faviz-content .faviz-top .item-flex.item-search form {
        height: 100%;
        height: 50px; }
        .faviz-content .faviz-top .item-flex.item-search form .form-control {
          background: #003D4E;
          height: 100%;
          padding: 0 0 0 20px;
          border: none;
          color: #000; }
        .faviz-content .faviz-top .item-flex.item-search form .btn {
          background: none;
          border: none;
          position: absolute;
          /*top: 0;*/
          /*right: 0;*/
          /*bottom: 0;*/
          /*padding: 0 17px;*/
          color: #000; }
    .faviz-content .faviz-top .item-flex.item-note a {
      display: block;
      height: 100%;
      min-height: 50px;
      width: 50px;
      background: #77a55a;
      color: #000;
      font-size: 20px;
      line-height: 50px; }
    .faviz-content .faviz-top .item-flex.item-info {
      background: #ffffff;
      padding: 7px 9px;
      width: calc(100% - 266px);
        box-shadow: 0 0 13px 0 rgb(62 44 90 / 15%);
      line-height: 18px; }
      .faviz-content .faviz-top .item-flex.item-info .list-inline {
        margin: 0 -50px; }
        .faviz-content .faviz-top .item-flex.item-info .list-inline .item-inline {
          padding: 0 0px; }
        .faviz-content .faviz-top .item-flex.item-info .list-inline .name {
          color: #00BAB5; }
.faviz-content .faviz-chart {
  background: #ffffff;
  box-shadow: 0 0 13px 0 rgb(104 117 95 / 32%);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 39px; }
  .faviz-content .faviz-chart .scroll-wrapper {
    padding-right: 20px !important; }
  .faviz-content .faviz-chart .header {
    background: #f5f5f5;
    padding: 18px 23px;
    z-index: 1; }
    .faviz-content .faviz-chart .header h2 {
      font-size: 1em;
      color: #000;
      margin: 0; }
      .faviz-content .faviz-chart .header h2 .edit-faviz {
        margin-left: 10px;
        vertical-align: 2px; }
    .faviz-content .faviz-chart .header .tools {
      position: absolute;
      top: 50%;
      right: 23px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-size: 16px;
      padding-right: 12px; }
      .faviz-content .faviz-chart .header .tools ul {
        display: inline-block;
        vertical-align: middle;
        display: none; }
        .faviz-content .faviz-chart .header .tools ul li {
          margin-right: 23px;
          vertical-align: middle; }
          .faviz-content .faviz-chart .header .tools ul li a {
            color: #000; }
            .faviz-content .faviz-chart .header .tools ul li a.active, .faviz-content .faviz-chart .header .tools ul li a:hover {
              color: #105f40; }
      .faviz-content .faviz-chart .header .tools .toggle-tool {
        color: #00BAB5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 0;
        text-align: right;
        width: 48px; }
        .faviz-content .faviz-chart .header .tools .toggle-tool .show-tool {
          font-size: 16px;
          color: #105f40; }
          .faviz-content .faviz-chart .header .tools .toggle-tool .show-tool span {
            font-size: 16px;
            vertical-align: 1px; }
        .faviz-content .faviz-chart .header .tools .toggle-tool .remove-fchi {
          font-size: 23px;
          top: 2px;
          position: relative;
          left: 4px;
          color: #105f40; }
  .faviz-content .faviz-chart .chart-inner {
    padding: 30px 20px; }
    .faviz-content .faviz-chart .chart-inner #favizChart {
      height: 435px; }
    .faviz-content .faviz-chart .chart-inner .form-submit {
      margin-top: 24px;
      display: none; }
      .faviz-content .faviz-chart .chart-inner .form-submit .btn {
        min-width: 156px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid rgba(249, 249, 249, 0.5);
        border-radius: 5px;
        color: #00BAB5;
        font-size: 14px;
        margin-left: 19px; }
        .faviz-content .faviz-chart .chart-inner .form-submit .btn.active, .faviz-content .faviz-chart .chart-inner .form-submit .btn:hover {
          background: #00BAB5;
          color: #000; }
    .faviz-content .faviz-chart .chart-inner .note-list .note-item {
      padding: 15px 0; }
      .faviz-content .faviz-chart .chart-inner .note-list .note-item .content-text {
        margin-bottom: 10px; }
      .faviz-content .faviz-chart .chart-inner .note-list .note-item:first-child {
        padding-top: 0; }
      .faviz-content .faviz-chart .chart-inner .note-list .note-item:last-child {
        border: none !important; }
    .faviz-content .faviz-chart .chart-inner #noteForm .form-control {
      height: 59px;
      background: #ffffff;
      box-shadow: 0px 0px 20px #00BAB51A;
      border: 1px solid rgba(249, 249, 249, 0.5);
      border-radius: 5px;
      color: #000; }
    .faviz-content .faviz-chart .chart-inner #noteForm .btn {
      background: #00BAB5 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 5px;
      color: #000;
      font-size: 14px;
      padding: 0 15px;
      min-width: 156px; }
    .faviz-content .faviz-chart .chart-inner .faviz-section {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      padding: 30px 20px;
      display: none; }
      .faviz-content .faviz-chart .chart-inner .faviz-section .table tr td:first-child {
        padding-left: 0; }
      .faviz-content .faviz-chart .chart-inner .faviz-section .table tr td:last-child {
        padding-right: 0; }
      .faviz-content .faviz-chart .chart-inner .faviz-section.active {
        display: block; }
      .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings {
        padding: 0; }
        .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .setting-left {
          border-right: 1px solid rgba(249, 249, 249, 0.5); }
        .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings h2 {
          margin: 0;
          padding: 14px 17px;
          font-size: 1em;
          border-bottom: 1px solid rgba(249, 249, 249, 0.5); }
        .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner {
          padding: 20px; }
          .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner ul li {
            margin: 0 0 20px; }
            .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner ul li a {
              color: #000; }
              .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner ul li a:hover, .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner ul li a.active {
                color: #00BAB5; }
              .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner ul li a.remove {
                position: absolute;
                top: 3px;
                right: 0;
                color: #E05340;
                font-size: 17px; }
            .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner ul li.relative-section {
              padding-right: 50px; }
          .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner #FormAddGroup {
            margin-top: 32px; }
            .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner #FormAddGroup .form-control {
              border-radius: 5px;
              color: #000;
              background: #f8fafd;
              height: 40px;
              padding: 0 10px;
              border: none; }
            .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner #FormAddGroup .btn {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              padding: 11px 14px;
              border-radius: 5px;
              color: #000;
              background: #00BAB5; }
      .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart {
        max-width: 415px;
        left: auto;
        border: 1px solid rgba(249, 249, 249, 0.5);
        border-top: none;
        border-radius: 0 0 10px 10px;
        padding: 17px 0;
        font-size: 1em; }
        .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item {
          margin-bottom: 20px; }
          .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex {
            margin: 0 10px; }
            .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex .material-icons {
              vertical-align: -2px;
              color: #00BAB5;
              font-size: 14px;
              margin-right: 2px; }
            .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex.name {
              width: 50%; }
            .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex .actions a {
              font-size: 16px;
              line-height: 100%;
              margin-left: 2px;
              vertical-align: middle; }
              .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex .actions a.toggle-view {
                color: #00BAB5;
                vertical-align: 0; }
              .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex .actions a.chart-add {
                color: #67AC5B; }
              .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex .actions a.chart-minus {
                color: #E05340; }
            .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex.title {
                width: 170px;
              position: relative;
              padding-left: 20px; }
              .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item .list-flex .item-flex.title span {
                position: absolute;
                top: 1px;
                left: 0; }
          .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item.cset-hide .title, .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item.cset-hide .chart-type .current, .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item.cset-hide .axis-type, .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item.cset-hide .sp-preview, .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-schart .cset-item.cset-hide .toggle-view {
            opacity: 0.2; }
  .faviz-content .faviz-chart.faviz-addnew {
    border: 1px dashed rgba(249, 249, 249, 0.5);
    box-shadow: 0px 0px 20px #00BAB51A;
    padding: 202px 20px; }
    .faviz-content .faviz-chart.faviz-addnew #favizAddnew {
      max-width: 288px;
      margin: 0 auto; }
      .faviz-content .faviz-chart.faviz-addnew #favizAddnew .form-control {
        background: none;
        box-shadow: 0px 0px 20px #00000050;
        border: 1px solid rgba(249, 249, 249, 0.5);
        border-radius: 5px;
        height: 40px; }
      .faviz-content .faviz-chart.faviz-addnew #favizAddnew .btn {
        width: 100%;
        box-shadow: 0px 0px 20px #00BAB51A;
        border: 1px solid rgba(249, 249, 249, 0.5);
        border-radius: 10px;
        height: 40px;
        padding: 0 10px;
        color: black;
        background: #77a55a; }
        .faviz-content .faviz-chart.faviz-addnew #favizAddnew .btn:hover {
          background: #105f40;
          color: black; }

.sp-replacer {
  border: none;
  background: none;
  padding: 0; }
  .sp-replacer .sp-preview {
    margin: 0;
    width: 16px;
    height: 16px; }
  .sp-replacer .sp-dd {
    display: none; }

.the-toggle {
  position: relative; }
  .the-toggle .current img {
    width: 18px; }
  .the-toggle .toggle-list {
    position: absolute;
    top: 100%;
    right: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 20px #00BAB51A;
    border: 1px solid rgba(249, 249, 249, 0.5);
    border-radius: 5px;
    width: 151px;
    padding: 5px 6px;
    display: none;
    z-index: 9; }
    .the-toggle .toggle-list ul li a {
      display: block;
      padding: 8px 2px;
      border-bottom: 1px solid rgba(249, 249, 249, 0.5);
      color: #000; }
      .the-toggle .toggle-list ul li a img {
        vertical-align: -2px;
        margin-right: 4px;
        width: 18px; }
    .the-toggle .toggle-list ul li:last-child a {
      border-bottom: none; }

.datepicker {
  background-image: url("../images/calendar-alt-solid.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px auto; }

.date-group .form-control {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px #36363647;
  border: none;
  border-radius: 5px;
  height: 40px;
  color: #000;
  display: inline-block;
  width: calc(100% - 44px);
  margin-left: 10px; }

.tags-list .tag-item {
  margin-right: 30px;
  color: #000; }

.table-noborder tr td {
  border: none !important; }
  .table-noborder tr td span {
    border-bottom: 1px solid rgba(249, 249, 249, 0.5) !important; }
.table-noborder tr.trborder td {
  border-bottom: 1px solid rgba(249, 249, 249, 0.5) !important; }
.table-noborder tr.hidden td {
  opacity: 0.1; }

.faviz-tbc .table-custom {
  min-width: auto; }

#wrapper {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

.show-menu-pc #sidebar {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }
  .show-menu-pc #sidebar .toggle-menu {
    top: 21px;
    right: -31px; }
.show-menu-pc #wrapper {
  padding: 0; }
.show-menu-pc #header .toggle-menu {
  display: show; }

@media (max-width: 1400px) {
  #sidebar {
    width: 250px;
    padding: 15px; }

  #wrapper {
    padding-left: 250px; }

  #header #market-hot {
    width: auto; }

  .faviz-content .faviz-ltemplate ul li a {
    padding: 5px 5px 5px 5px; }
    .faviz-content .faviz-ltemplate ul li a .remove {
      right: 1px; }
  .faviz-content .faviz-top .item-flex.item-info .list-inline {
    margin: 0 -10px;
    display: flex; }
    .faviz-content .faviz-top .item-flex.item-info .list-inline .item-inline {
      padding: 0 10px; }
      .faviz-content .faviz-top .item-flex.item-info .list-inline .item-inline.jobs .tag-item {
        display: none; }
        .faviz-content .faviz-top .item-flex.item-info .list-inline .item-inline.jobs .tag-item:nth-child(1), .faviz-content .faviz-top .item-flex.item-info .list-inline .item-inline.jobs .tag-item:nth-child(2), .faviz-content .faviz-top .item-flex.item-info .list-inline .item-inline.jobs .tag-item:nth-child(3) {
          display: inline-block;
          margin-right: 10px; } }
@media (max-width: 1199px) {
  html, body {
    overflow-x: hidden;
    font-size: 0.9em;}

  #header .toggle-menu {
    display: inline-block; }
  #header #market-hot {
    position: static;
    height: 39px; }
  #header .header-right {
    padding: 10px 15px; }
    #header .header-right .tools .item-inline {
      margin-right: 15px;
      padding-top: 4px;
      line-height: 100%; }
    #header .header-right .users {
      padding: 0;
      border: none; }
      #header .header-right .users .info {
        display: none; }
      #header .header-right .users a {
        padding: 0; }
        #header .header-right .users a .avatar {
          position: static;
          width: 30px;
          height: 30px; }

  #sidebar {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
    #sidebar .toggle-menu {
      top: 15px;
      right: 15px; }

  .faviz-content .faviz-chart .header {
    padding-left: 15px;
    background: #f5f5f5;
    padding: 10px 15px;
    z-index: 1;
  }
  .faviz-content .faviz-chart .chart-inner {
      padding: 3px 5px;
  }
  .faviz-content .faviz-top .item-flex.item-note a {
    display: block;
    height: 100%;
    min-height: 1em;
    width: 1.5em;
    background: #77a55a;
    color: #000;
    font-size: 20px;
    line-height: 0.1em;
  }
    .faviz-content .faviz-top .item-flex.item-search form .form-control {
        background: #e3e5e7;
        height: 100%;
        border: black;
        color: #000;
    }
  .list-inline {
      overflow-y:scroll;
  }
  .item-tab{
      display: table-cell !important;
  }
  /*.btn-save{*/
  /*    display:none !important;*/
  /*}*/
  .add-template_{
      right: 0.3em;
  }
  #wrapper {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    padding-left: 0; }
    #wrapper h1.title {
      padding: 15px; }
    #wrapper .contennt-primary {
      padding: 15px 15px; }
      #wrapper .contennt-primary .box-item .inner-box .compression-indicator .list-flex {
        display: block;
        width: auto; }
      #wrapper .contennt-primary .box-item .inner-box .compression-indicator .note {
        padding: 0;
        letter-spacing: -0.3em;
        margin: 30px -10px 0;
        text-align: center; }
        #wrapper .contennt-primary .box-item .inner-box .compression-indicator .note li {
          margin: 0;
          display: inline-block;
          padding: 0 10px;
          letter-spacing: normal; }
          #wrapper .contennt-primary .box-item .inner-box .compression-indicator .note li span {
            width: 20px;
            height: 20px; }

  ul.note li span {
    width: 18px;
    height: 18px; }
  .show-menu #sidebar {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  .show-menu #wrapper {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  .show-menu #header .toggle-menu {
    display: none; }

  .faviz-content .faviz-ltemplate {
    padding-right: 55px; }
    .faviz-content .faviz-ltemplate ul li {
      width: 50%; }
    .faviz-content .faviz-ltemplate .add-template {
      right: 8px; }
  .faviz-content .faviz-top {
    position: relative;
    margin: 0 -10px 20px; }
    .faviz-content .faviz-top .list-flex {
      display: block; }
      .faviz-content .faviz-top .list-flex .item-flex {
        width: auto;
        margin-bottom: 15px; }
        .faviz-content .faviz-top .list-flex .item-flex.item-search {
          margin-right: 75px; }
        .faviz-content .faviz-top .list-flex .item-flex.item-note {
          position: absolute;
          top: 0;
          right: 75px; }
        .faviz-content .faviz-top .list-flex .item-flex.item-btn {
            position: absolute;
            top: 0;
            right: 0;
            border:0;
            width:fit-content !important;
        }
        .faviz-content .faviz-top .list-flex .item-flex.item-info .list-inline {
          display: block; }
          .faviz-content .faviz-top .list-flex .item-flex.item-info .list-inline .item-inline {
            display: block;
            margin-bottom: 5px; }
            .faviz-content .faviz-top .list-flex .item-flex.item-info .list-inline .item-inline.jobs .tag-item {
              display: inline-block; }
  .faviz-content .faviz-chart {
    margin-bottom: 20px; }
    .faviz-content .faviz-chart.faviz-addnew {
      padding: 50px 20px; }
      .faviz-content .faviz-chart.faviz-addnew .btn {
        margin-bottom: 15px; }
    .faviz-content .faviz-chart .chart-inner .form-submit {
      letter-spacing: -0.3em;
      margin: 20px -5px 0; }
      .faviz-content .faviz-chart .chart-inner .form-submit .btn {
        width: calc(50% - 10px);
        margin: 0 5px;
        letter-spacing: normal;
        min-width: 50px; }
    .faviz-content .faviz-chart .chart-inner .faviz-section {
      overflow: auto;
      padding: 5px 5px;
    }
    .faviz-content .faviz-chart .chart-inner #noteForm .btn {
      margin-bottom: 20px; }
    .faviz-content .faviz-chart .header .tools ul {
      position: sticky;
      background: #003D4E;
      right: -17px;
      width: calc(70vw - 3px);
      text-align: right;
      top: -21px; }
      .faviz-content .faviz-chart .header .tools ul li {
        margin: 0 10px; }

  .note-content .tab-nav {
    margin: 0 -5px; }
    .note-content .tab-nav a {
      width: 50%;
      margin: 0 5px 20px;
      min-width: 50px;
      padding: 10px 5px;
      font-size: 10px; }

  .note-item {
    padding: 15px; }
    .note-item .info span, .note-item .info a {
      display: inline-block;
      margin: 0; }

  .date-group .list-flex {
    display: block; }
    .date-group .list-flex .item-flex {
      width: auto;
      margin-bottom: 10px; }
      .date-group .list-flex .item-flex .form-control {
        display: block;
        width: 100%;
        margin-left: 0; }

  .faviz-content .faviz-chart .chart-inner .faviz-section.faviz-settings .inner #FormAddGroup .btn {
    position: static;
    margin-top: 10px;
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
