﻿@charset "UTF-8";

@font-face {
  font-family: 'Prompt';
  src: url("../fonts/Prompt/Prompt-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Prompt';
  src: url("../fonts/Prompt/Prompt-SemiBold.ttf") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: 'Prompt';
  src: url("../fonts/Prompt/Prompt-LightItalic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'Prompt';
  src: url("../fonts/Prompt/Prompt-SemiBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

/*@import "theme_color";*/
/*default*/
/*header*/
/*body*/
/*footer*/
body {
    font-family: "Prompt";
    color: #022b39;
    background-color: #E6EAEB;
    background-image: url(images/wallpaper.jpg);
    background-repeat: repeat;
    background-size: 50% 50%;
}

label.for-input, label[for] {
  margin-bottom: 0;
  margin-top: 8px; }

button, input[type=button], .btn {
  background-color: #d2d711;
  color: #00546c;
  border: none;
  border-radius: 0; }
  button:hover, input[type=button]:hover, .btn:hover {
    color: white; }
  button:active, input[type=button]:active, .btn:active {
    color: white; }

/* :: navbar*/
nav {
  opacity: 0.9;
  background-color: #00546c !important; }
  nav.nav-border {
    border-color: #0096a9;
    border-bottom-style: solid; }
  nav img.navlogo {
    max-width: 59px;
    max-height: 52px; }
    @media only screen and (max-width: 767px) {
      nav img.navlogo {
        max-width: 53px;
        max-height: 47px; } }
  nav a.navbar-brand {
    color: white !important;
    font-weight: bold;
    font-size: 1.5rem; }
  nav ul .dropdown-menu {
    min-width: 200px; }
  @media only screen and (max-width: 767px) {
    nav ul li.nav-item {
      border-bottom: 1px dotted #0096A9;
      padding-top: 5px;
      padding-bottom: 5px;
      /*&:last-child {
                    border-bottom: none;
                }*/ } }
  nav ul li.nav-item > a {
    font-size: 1rem;
    color: #d2d711;
    width: 100%;
    margin: 10px; }
  nav ul.ml-auto li.nav-item {
    border-bottom: none; }

/* :: carousel*/
.owl-carousel img {
  opacity: 0.8;
  height: 400px; }
  @media only screen and (max-width: 767px) {
    .owl-carousel img {
      height: 200px; } }

.owl-carousel button.btn-carousel {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  border-radius: 50px;
  padding: 0px 10px 0px 10px; }
  .owl-carousel button.btn-carousel:hover {
    background-color: rgba(255, 255, 255, 0.8); }

.owl-carousel .top {
  position: absolute;
  top: 0%;
  margin: 10px; }

.owl-carousel .middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.owl-carousel .bottom {
  position: absolute;
  bottom: 0%;
  margin: 10px; }

.owl-carousel .left {
  position: absolute;
  left: 0%;
  margin: 10px; }

.owl-carousel .center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.owl-carousel .right {
  position: absolute;
  right: 0%;
  margin: 10px; }

/* :: footer*/
.navbar-nav i, .navbar-nav a {
    display: inline;
    color: #fff;
}

footer {
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Prompt";
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-color: $tm-fresh-white;*/
  color: #022b39; }
  footer p {
    margin-bottom: 0px; }
 
/* :: floating button*/
.fab-menu {
  filter: url("Theme/#shadowed-goo"); }

.fab-menu-item, .fab-menu-open-button {
  background: #d2d711;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -80px;
  position: absolute;
  top: 10px;
  color: #00546c;
  text-align: center;
  line-height: 60px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms; }

.fab-menu-open {
  display: none; }

.fab-menu {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 100px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: right;
  z-index: 999; }

.fab-menu-item:hover {
  background: #d2d711;
  color: white; }

.fab-menu-item:nth-child(3) {
  transition-duration: 180ms; }

.fab-menu-item:nth-child(4) {
  transition-duration: 180ms; }

.fab-menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer; }

.fab-menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0); }

.fab-menu-open:checked + .fab-menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, 0, 0); }

.fab-menu-open:checked ~ .fab-menu-item {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .fab-menu-open:checked ~ .fab-menu-item:nth-child(3) {
    transition-duration: 190ms;
    transform: translate3d(0, -70px, 0); }
  .fab-menu-open:checked ~ .fab-menu-item:nth-child(4) {
    transition-duration: 290ms;
    transform: translate3d(0, -140px, 0); }

/* :: Switch radio button*/
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.switch-field label {
  float: left;
  display: inline-block;
  width: 60px;
  background-color: #d1dad6;
  color: #001826;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 2px 14px;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .switch-field label:hover {
    cursor: pointer; }
  .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px; }
  .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0; }

.switch-field input:checked + label {
  background-color: #0096a9;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* :: Toggle*/
.onoffswitch {
  position: relative;
  width: 55px;
  display: inline-block;
  font-size: 80%; }
  .onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ffffff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0; }
  .onoffswitch .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.15s ease-in-out;
    -o-transition: margin 0.15s ease-in-out;
    -moz-transition: margin 0.15s ease-in-out;
    transition: margin 0.15s ease-in-out; }
    .onoffswitch .onoffswitch-inner:before, .onoffswitch .onoffswitch-inner:after {
      float: left;
      width: 50%;
      height: 24px;
      padding: 0;
      line-height: 24px;
      font-size: 80%;
      color: white;
      font-weight: normal;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .onoffswitch .onoffswitch-inner:before {
      content: "ON";
      padding-left: 10px;
      background-color: #0096a9;
      color: white; }
    .onoffswitch .onoffswitch-inner:after {
      content: "OFF";
      padding-right: 10px;
      background-color: #d1dad6;
      color: #022b39;
      text-align: right; }
  .onoffswitch .onoffswitch-switch {
    width: 22px;
    height: 22px;
    margin: 0;
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 35px;
    -webkit-transition: right 0.15s ease-in-out;
    -o-transition: right 0.15s ease-in-out;
    -moz-transition: right 0.15s ease-in-out;
    transition: right 0.15s ease-in-out; }

.toggle-group {
  position: relative;
  height: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .toggle-group input[type=checkbox] {
    position: absolute;
    left: 10px; }
    .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
      margin-left: 0; }
    .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
      right: 1px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    .toggle-group input[type=checkbox]:focus ~ .onoffswitch {
      outline: thin dotted #333;
      outline: 0; }
  .toggle-group label {
    position: absolute;
    cursor: pointer;
    padding-left: 65px;
    display: inline-block;
    text-align: left;
    line-height: 24px;
    width: auto;
    z-index: 1;
    height: 24px;
    font-weight: 200;
    margin-top: 0; }

.aural:focus {
  clip: rect(0, 0, 0, 0);
  font-size: 1em;
  height: auto;
  outline: thin dotted;
  position: static !important;
  width: auto;
  overflow: visible; }

/* :: Scoreboard*/
.score-board {
  border: 1px solid #022b39;
  border-radius: 10px;
  background-color: #d1dad6;
  min-width: 10em;
  min-height: 5em;
  position: relative; }
  .score-board .score-value {
    font-size: 3em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }

/* badge with remove btn */
.badgex {
  position: relative;
  height: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #0096a9;
  padding-left: 7px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 20px;
  font-size: 0.8em;
  vertical-align: middle; }
  .badgex a.x-btn {
    border-radius: 50%;
    font-weight: normal;
    vertical-align: middle;
    font-size: 0.8em;
    margin-top: -2px;
    margin-left: 5px;
    cursor: pointer;
    color: #022b39; }

li.product-list-item {
  margin-top: 10px; }

.search-box .form-control {
  padding-left: 2.375rem; }

.search-box .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #d1dad6; }

.select-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px; }
  .select-list li {
    border: 1px solid #001826;
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #d1dad6;
    padding: 8px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 18px;
    color: #022b39;
    display: block; }
    .select-list li label {
      width: 100%;
      margin: 0px; }
    .select-list li:hover {
      background-color: #eee; }

/* :: Other*/
a {
  color: #00546c; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

.input-group {
  border: 1px solid #d1dad6;
  border-radius: 7px;
  padding-bottom: 10px; }

fieldset {
  width: inherit; }

iframe {
  width: 100%; }

.custom-control-label {
  margin-left: 1.5em; }

.modal-dialog,
.modal-content {
  height: 80%; }

.modal-body {
  max-height: calc(100vh - 70px);
  overflow-y: auto; }

.chart-container {
  width: 100%;
  height: 60vh; }
  @media only screen and (max-width: 767px) {
    .chart-container {
      width: 65vw;
      height: 15vh; } }

.pdfobject-container {
  height: 30rem;
  border: 1rem solid rgba(0, 0, 0, 0.1); }

.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none; }
  .stacktable.small-only {
    display: table; } }

a[data-toggle='collapse'] {
  display: inline-block;
  width: 100%; }

.ck-content {
  min-height: 13em; }

.table.fixed-width {
  width: 100%; }

.table thead th {
  background-color: #0096a9;
  color: white; }

.table tbody {
  overflow-y: auto; }
  .table tbody tr:nth-child(even) {
    background-color: #d1dad6; }
  .table tbody tr:hover td {
    background-color: #001826;
    color: white; }
  .table tbody tr td {
    padding: 0.4em;
    /*white-space: pre-wrap;*/}
  .table tbody label {
    margin: 0; }
    .table tbody label.up {
      color: green; }
      .table tbody label.up::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0d8";
        font-weight: 900;
        font-style: normal; }
    .table tbody label.down {
      color: red; }
      .table tbody label.down::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        font-weight: 900;
        font-style: normal; }
  .table tbody a {
    color: inherit; }

h3 {
  color: #0096a9; }

.quotation-list {
  font-size: 0.75em;
  background-color: none;
  color: #022b39; }
  .quotation-list li {
    list-style-type: none;
    border-bottom: 1px solid #d1dad6;
    padding: 10px; }
    .quotation-list li .icon::before {
      font-family: "Font Awesome 5 Free";
      font-size: 2em;
      content: "\f07b";
      font-weight: 900;
      font-style: normal; }
    .quotation-list li .view-pdf {
      display: none; }
    .quotation-list li:hover {
      color: white;
      background-color: #0096a9;
      opacity: 0.8; }
      .quotation-list li:hover .list-btn {
        display: flex; }
    .quotation-list li.selected {
      color: white;
      background-color: #0096a9; }
      .quotation-list li.selected .icon::before {
        content: "\f07c"; }
      .quotation-list li.selected .list-btn {
        display: flex; }
      .quotation-list li.selected .view-pdf {
        display: block; }
    .quotation-list li .list-btn {
      margin-top: 10px;
      display: none; }
  .quotation-list p {
    margin-bottom: 0; }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown .dropdown-label {
    text-align: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .dropdown .dropdown-label i::after {
      font-family: "Font Awesome 5 Free";
      content: "\f0d7";
      font-weight: 900;
      font-style: normal;
      float: right; }
  .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #d1dad6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #001826;
    z-index: 1; }
    .dropdown .dropdown-content input[type=text] {
      border: none;
      border-bottom: 1px solid #001826; }
      .dropdown .dropdown-content input[type=text]:focus {
        border-bottom: none;
        outline: 3px solid #001826; }
    .dropdown .dropdown-content ul.dropdown-list {
      color: #022b39;
      padding: 12px 16px;
      margin-bottom: 5px;
      text-decoration: none;
      display: block;
      list-style: none;
      overflow: auto;
      max-height: 180px; }
      .dropdown .dropdown-content ul.dropdown-list li {
        border-bottom: 1px solid #001826;
        padding: 5px;
        cursor: default; }
        .dropdown .dropdown-content ul.dropdown-list li:hover {
          background-color: #d1dad6; }
        .dropdown .dropdown-content ul.dropdown-list li.selected {
          background-color: #001826;
          color: white; }
        .dropdown .dropdown-content ul.dropdown-list li a {
          display: block;
          width: 100%;
          color: inherit; }
          .dropdown .dropdown-content ul.dropdown-list li a p {
            display: inline;
            margin: 10px; }
            @media only screen and (max-width: 767px) {
              .dropdown .dropdown-content ul.dropdown-list li a p.xs-hide {
                display: none !important; } }

.range {
  position: relative; }
  .range_input {
    width: 100%; }
  .range_list {
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
    margin-top: -10px; }
    .range_list_opt:before {
      content: '';
      display: block;
      width: 0;
      height: auto;
      padding-left: 3px;
      text-indent: 0; }

.card-header {
  background-color: #0096a9 !important;
  color: white !important; }
  .card-header h3 {
    color: inherit; }
  .card-header a {
    color: inherit; }

.modal-content {
  border: none; }
  .modal-content > .modal-header {
    background-color: #0096a9; }
    .modal-content > .modal-header > .modal-title {
      color: white; }
  .modal-content > .modal-footer > label.warning {
    color: red;
    width: -webkit-fill-available; }

.txt-fresh-blue {
  color: #0096a9; }

.txt-premium-blue {
  color: #00546c; }

.txt-fresh-green {
  color: #d2d711; }

.nav-tabs .nav-link {
  color: #0096a9; }
  .nav-tabs .nav-link.active {
    color: #0096a9;
    font-weight: bold; }

.ico-fund-link1::after {
    font-family: "Font Awesome 5 Free";
    content: "\f080";
    font-weight: 900;
    font-style: normal;
}

.ico-fund-link2::after {
    font-family: "Font Awesome 5 Free";
    content: "\f200";
    font-weight: 900;
    font-style: normal;
}

.ico-fund-link3::after {
    font-family: "Font Awesome 5 Free";
    content: "\f201";
    font-weight: 900;
    font-style: normal;
}

