/*
 * Copyright (C) 2024, Coperitus GmbH. All rights reserved
 */

@font-face {
  font-family: RobotoCondensed;
  src: url("../../webfont/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  src: url("../../webfont/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  src: url("../../webfont/Roboto_Condensed/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  font-family: RobotoCondensed;
}

/*******************
   PPT-Anpassungen
 ******************/
section#c_top section#c_logo .c_spriteBasicLogo {
  width: 180px;
  height: 67px;
  margin: 37px 10px 65px;
}

section.portlet-depotbestand section.c_content section.c_tabContent table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}

section.portlet-kycdata section.c_content a.c_error {
  background-color: rgba(241, 104, 74, 0.5);
}

section#c_middle #main-content section.c_flashMessageHolder .c_error {
  background-color: rgba(241, 104, 74, 0.5) !important;
  border-color: #000 !important;
  color: #000 !important;
}
section#c_middle #main-content section.c_flashMessageHolder .c_error li {
  background-color: rgba(241, 104, 74, 0.5) !important;
  border-color: #000 !important;
  color: #000 !important;
}

section#c_globalFlashMessageHolder .c_error {
  background-color: rgba(241, 104, 74, 0.5) !important;
  border-color: #000 !important;
  color: #000 !important;
}
section#c_globalFlashMessageHolder .c_error li {
  background-color: rgba(241, 104, 74, 0.5) !important;
  border-color: #000 !important;
  color: #000 !important;
}

.ui-dialog.ui-c_success {
  border-color: rgba(81, 212, 123, 0.5);
}
.ui-dialog.ui-c_success #layer_success header.c_success {
  background-color: rgba(81, 212, 123, 0.5);
  color: #08A176;
}
.ui-dialog.ui-c_success #layer_success header.c_success h1 {
  color: #08A176;
}
.ui-dialog.ui-c_success #layer_success header.c_success .c_buttonRow .c_backToLoginButton {
  background-color: #08A176 !important;
  border-color: #08A176 !important;
  padding: 8px 13px !important;
}

section.c_content table#c_orderprozessTableBoerseNational form {
  display: inline-block;
}
section.c_content table#c_orderprozessTableBoerseNational form .c_dataItem {
  vertical-align: baseline;
}

section.c_content table#c_orderprozessTableBoerseNational .c_tableRowSelector .c_tableRowSelectorInput .c_simulateInputElement {
  vertical-align: middle;
}
section.c_content table#c_orderprozessTableBoerseNational .c_tableRowSelector .c_tableRowSelectorInput.c_realtimeCourse {
  position: relative;
}
section.c_content table#c_orderprozessTableBoerseNational .c_tableRowSelector .c_tableRowSelectorInput.c_realtimeCourse:after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #51D47B;
  margin-bottom: -3px;
  margin-left: 5px;
}

section.c_content table#c_orderprozessTableBoerseDirekt form {
  display: inline-block;
}
section.c_content table#c_orderprozessTableBoerseDirekt form .c_dataItem {
  vertical-align: baseline;
}

section.c_content table#c_orderprozessTableBoerseDirekt .c_tableRowSelector .c_tableRowSelectorInput .c_simulateInputElement {
  vertical-align: middle;
}
section.c_content table#c_orderprozessTableBoerseDirekt .c_tableRowSelector .c_tableRowSelectorInput.c_realtimeCourse {
  position: relative;
}
section.c_content table#c_orderprozessTableBoerseDirekt .c_tableRowSelector .c_tableRowSelectorInput.c_realtimeCourse:after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #51D47B;
  margin-bottom: -3px;
  margin-left: 5px;
}

div#c_layerLogin {
  background: white;
  font-size: 10px;
}
div#c_layerLogin .country_select select {
  appearance: none;
  background-color: #f6f6f6;
  height: 35px;
  background-image: url("../images/login_select.svg");
  background-size: 12px 7.5px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 0;
  border-bottom: 1px solid #f6f6f6;
  color: #000;
  font-size: 1.2em;
  padding-right: 40px !important;
  margin-left: 0 !important;
}
div#c_layerLogin .country_select select[disabled] {
  opacity: 0.5;
}
div#c_layerLogin .country_select .select2 {
  min-width: 75px;
}
div#c_layerLogin .country_select .select2.select2-container--open .selection .select2-selection {
  background-color: white;
  border: 1px solid #007C80;
}
div#c_layerLogin .country_select .select2.select2-container--open.select2-container--below .selection .select2-selection {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div#c_layerLogin .country_select .select2.select2-container--open.select2-container--above .selection .select2-selection {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div#c_layerLogin .country_select .select2 .selection .select2-selection {
  background-color: #f6f6f6;
  background-image: url("../images/icon_select.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  height: 35px;
}
div#c_layerLogin .country_select .select2 .selection .select2-selection .select2-selection__rendered {
  color: #000;
  font-size: 12px;
  line-height: 35px;
  padding: 0 14px;
}
div#c_layerLogin .country_select .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
div#c_layerLogin .country_select .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice button {
  display: none;
}
div#c_layerLogin .country_select .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  cursor: pointer;
}
div#c_layerLogin .country_select .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}
div#c_layerLogin .country_select .select2 .selection .select2-selection .select2-search {
  display: none;
}
div#c_layerLogin input {
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #f6f6f6;
  height: 35px;
  border-bottom: 1px solid #007C80;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.17em;
  margin: 0 0 0 40px !important;
  width: 160px;
}
div#c_layerLogin input::placeholder {
  color: #727272;
  opacity: 1; /* Firefox */
}
div#c_layerLogin input:-ms-input-placeholder {
  color: #727272;
}
div#c_layerLogin input::-ms-input-placeholder {
  color: #727272;
}
div#c_layerLogin input:active, div#c_layerLogin input:focus {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #007C80;
}
div#c_layerLogin input[disabled] {
  border: 0;
}
div#c_layerLogin input[disabled]::placeholder {
  color: #bfbfbf;
}
div#c_layerLogin label.c_checkbox {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-left: 16px;
}
div#c_layerLogin label.c_checkbox .c_simulateInputElement {
  margin-right: 9px;
}
div#c_layerLogin .c_buttonRow .c_requestTAN, div#c_layerLogin .c_buttonRow .c_login, div#c_layerLogin .c_buttonRow .c_cancelLogin {
  border: none;
  font-size: 1.5em;
  line-height: normal;
  text-decoration: none;
}
div#c_layerLogin .c_buttonRow .c_requestTAN {
  background-color: rgba(4, 157, 167, 0.08);
  color: #007C80 !important;
  padding: 9px 20px !important;
}
div#c_layerLogin .c_buttonRow .c_login {
  background-color: #007C80;
  color: white !important;
  padding: 9px 13px !important;
  margin-left: 10px;
}
div#c_layerLogin .c_buttonRow .c_cancelLogin {
  background-color: rgba(4, 157, 167, 0.08);
  color: #007C80 !important;
  padding: 9px 13px !important;
}
div#c_layerLogin a {
  text-decoration: underline;
}
div#c_layerLogin .c_info.c_last {
  padding-bottom: 70px;
}
div#c_layerLogin .after-tan {
  margin-top: 66px;
}
div#c_layerLogin .after-tan div {
  margin-left: 0 !important;
}
div#c_layerLogin .after-tan div p {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 8px 0;
}
div#c_layerLogin .after-tan div input {
  margin: 0 0 0 16px !important;
}

.login-dialog ~ .ui-widget-overlay {
  background-image: url("../../images/login-bg.png");
  /*background-size: 100%;*/
  background-repeat: no-repeat;
  height:100%;
  background-size:cover;
}

.login-dialog {
  z-index: 77;
}

.ui-widget-overlay {
  z-index: 76;
}



section.c_content table#c_orderprozessTableBoerseNational .c_dataItem.c_dataItemMarked:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #51D47B;
  margin-left: 6px;
  margin-bottom: -2px;
}

section.c_content table#c_orderprozessTableBoerseDirekt .c_dataItem.c_dataItemMarked:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #51D47B;
  margin-left: 6px;
  margin-bottom: -2px;
}

/*******************
   DERIVATE STYLES
 ******************/

section.c_derivatives {
  font-size: 10px;
}
section.c_derivatives section.c_display_filter {
  background-color: white;
  border-radius: 2px;
  padding: 19px 17px;
  margin-bottom: 22px;
}
section.c_derivatives section.c_display_filter .c_derivative_info {
  margin-bottom: 22px;
  width: 100%;
}
section.c_derivatives section.c_display_filter .c_derivative_info .c_derivative_logo_container {
  display: inline-block;
  background-color: #f6f6f6;
  border-radius: 50%;
  margin-right: 12px;
  height: 40px;
  width: 40px;
  text-align: center;
}
section.c_derivatives section.c_display_filter .c_derivative_info .c_derivative_logo_container img.c_derivative_logo {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}
section.c_derivatives section.c_display_filter .c_derivative_info h2.c_derivative_name {
  display: inline-block;
  color: #000;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.1718em;
  margin-right: 10px;
  vertical-align: super;
}
section.c_derivatives section.c_display_filter .c_derivative_info .c_derivative_number {
  display: inline-block;
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.1718em;
  margin-right: 5px;
  vertical-align: super;
}
section.c_derivatives section.c_display_filter .c_derivative_display_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.c_derivatives section.c_derivative_certificate_container .grid-sizer {
  width: calc(50% - 10px);
}
section.c_derivatives section.c_derivative_certificate_container .gutter-sizer {
  width: 20px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container {
  margin-bottom: 20px;
  width: calc(50% - 10px);
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_box {
  background-color: white;
  border-radius: 2px;
  padding: 20px 13px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_header h3 {
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.1718em;
  margin: 0;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_header .c_derivative_certificate_info > span {
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.1718em;
  margin-left: 20px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_header .c_derivative_certificate_info > span.c_derivative_cert_info_value_indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-top: -3px;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_header .c_derivative_certificate_info > span.c_derivative_cert_info_value_indicator.up {
  background-image: url("../../images/icon_value_up.png");
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_header .c_derivative_certificate_info > span.c_derivative_cert_info_value_indicator.down {
  background-image: url("../../images/icon_value_up.png");
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row {
  position: relative;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_certificate_filter_row_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 17px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_certificate_filter_row_top select, section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_certificate_filter_row_top button, section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_certificate_filter_row_top .select_container {
  width: calc(33.333% - 10px);
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_certificate_filter_row_top .c_flex_spacer {
  width: calc(33.333% - 10px);
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_certificate_filter_row_top .select2 {
  width: 100% !important;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2 {
  min-width: 85px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2.select2-container--open .selection .select2-selection {
  background-color: white;
  border: 1px solid #007C80;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2.select2-container--open.select2-container--below .selection .select2-selection {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2.select2-container--open.select2-container--above .selection .select2-selection {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2 .selection .select2-selection {
  background-color: #f6f6f6;
  background-image: url("../../images/icon_select.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  height: 35px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2 .selection .select2-selection .select2-selection__rendered {
  color: #000;
  font-size: 1.5em;
  line-height: 35px;
  padding: 0 14px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice button {
  display: none;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  cursor: pointer;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .select2 .selection .select2-selection .select2-search {
  display: none;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_text {
  display: block;
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.1718em;
  margin-bottom: 14px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_hebel, section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_barrier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_hebel > button, section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_barrier > button {
  font-size: 1.8em;
  padding: 6px;
  width: 85px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_hebel > span:not(.select2), section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_barrier > span:not(.select2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 2px;
  color: #333;
  font-size: 1.3em;
  text-align: center;
  flex: 1 0 auto;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_barrier {
  justify-content: flex-start;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_barrier > span:not(.select2) {
  flex: 0 0 auto;
  padding: 0 30px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row .c_derivative_cert_filter_barrier .select2 .selection .select2-selection span.select2-selection__rendered {
  font-size: 1.3em;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row label {
  position: absolute;
  left: 13px;
  top: 6px;
  color: #333;
  font-size: 1.6em;
  font-weight: 700;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row input[type=text] {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  color: #333;
  padding: 6px 13px;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row input[type=text]::placeholder {
  color: #b5b5b5;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_certificate_filter_row input[type=text]:focus {
  box-shadow: none;
  outline: 0;
  border-color: #007C80;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table {
  border-bottom: 0;
  margin-top: 25px;
  width: 100%;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th {
  border: 0;
  color: #000;
  font-size: 1.4em;
  padding: 8px 0;
  text-align: center;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th:first-child {
  text-align: left;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th .tb-head {
  position: relative;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th .tb-head:before, section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th .tb-head:after {
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -15px;
  top: 3px;
  bottom: auto;
  background-image: url("../../images/icon_sort_desc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th .tb-head:before {
  transform: rotate(180deg);
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th:before, section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th:after {
  content: none !important;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th.sorting:not(.sorting_asc, .sorting_desc) .tb-head:before, section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th.sorting:not(.sorting_asc, .sorting_desc) .tb-head:after {
  display: none;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th.sorting_asc .tb-head:before {
  display: inline-block;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th.sorting_asc .tb-head:after {
  display: none;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th.sorting_desc .tb-head:after {
  display: inline-block;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table thead tr th.sorting_desc .tb-head:before {
  display: none;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table tbody tr td {
  color: #000;
  font-size: 1.6em;
  padding: 8px 0;
  text-align: center;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table tbody tr td:first-child {
  text-align: left;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table tbody tr td span.c_derivative_certificate_entry_label, section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container table.c_derivative_certificate_table tbody tr td span.c_derivative_certificate_entry_runtime {
  display: block;
  color: #717171;
  font-size: 12px;
  margin-bottom: 5px;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_more_button {
  margin-top: 32px;
  text-align: right;
  width: 100%;
}
section.c_derivatives section.c_derivative_certificate_container .c_derivative_certificate_box_container .c_derivative_more_button button {
  font-size: 1.2em;
  padding: 10px;
  width: 200px;
}
section.c_derivatives .select2-selection__choice__display {
  line-height: 1;
}
section.c_derivatives .c_derivative_button {
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 400;
  height: 35px;
  padding: 5px 30px;
  transition: all 300ms;
  margin-top: -4px;
}
section.c_derivatives .c_derivative_button.button_filter {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000;
  font-size: 1.6em;
  padding: 8px;
}
section.c_derivatives .c_derivative_button.button_filter.inactive {
  color: #000;
}
section.c_derivatives .c_derivative_button.button_filter.active {
  background-color: black;
  border-color: black;
  color: white;
}
section.c_derivatives .c_derivative_button.button_ci {
  background-color: #007C80;
  border-color: #007C80;
  color: white;
}
section.c_derivatives .c_derivative_button.button_ci:hover {
  background-color: white;
  color: #007C80;
}
section.c_derivatives .c_derivative_button:focus {
  outline: 0;
  box-shadow: none;
}

span.select2-container {
  font-size: 10px;
}
span.select2-container .select2-dropdown {
  background-color: white;
  border: 1px solid #007C80;
  border-radius: 2px;
}
span.select2-container .select2-dropdown.select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
span.select2-container .select2-dropdown.select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options {
  max-height: 350px;
  padding: 0 8px;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
  padding: 8px 20px 8px 8px;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted, span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selected {
  background-color: white;
  color: #000;
  font-weight: bold;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option strong.select2-results__group {
  color: #717171;
  font-size: 10px;
  font-weight: normal;
  padding: 0;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option .selection-count {
  position: absolute;
  right: -15px;
  top: 5px;
  color: #717171;
  font-size: 12px;
  font-weight: 400;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option ul.select2-results__options--nested {
  padding: 5px 0 0 0;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option ul.select2-results__options--nested li.select2-results__option {
  border-bottom: 0;
  font-size: 12px;
  padding: 5px 0 5px 22px;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option ul.select2-results__options--nested li.select2-results__option:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  border-radius: 2px;
  border: 1px solid #007C80;
}
span.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option ul.select2-results__options--nested li.select2-results__option.select2-results__option--selected:before {
  background-image: url("../../images/icon_ci_square.png");
}
span.select2-container .select2-dropdown .select2-results > ul.select2-results__options > li.select2-results__option > span > .selection-count {
  right: 5px;
  top: 8px;
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 5px;
  padding-left: 37px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #fafafa;
}
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input[type=checkbox]:checked ~ .checkmark {
  border: 1px solid #007C80;
}
.checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container input[type=checkbox]:checked ~ .checkbox-title {
  color: #007C80;
  font-weight: 700;
}
.checkbox-container .checkbox-title {
  display: block;
  color: #717171;
  margin-top: -4px;
  padding-right: 30px;
}
.checkbox-container .checkbox-title:after {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.checkbox-container .checkbox-text {
  display: inline-block;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 1px solid #717171;
  border-radius: 2px;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  background-color: #007C80;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
}


/******************
 Dashboard Styling
*******************/
section#c_middle {
  padding-top: 40px;
  padding-bottom: 40px;
}
section#c_middle section.c_dashboard .c_gridMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 75%;
  padding: 0 30px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridLeft {
  width: 66.666%;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridRight {
  width: 33.333%;
}
section#c_middle section.c_dashboard .c_gridMain .c_innerGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
section#c_middle section.c_dashboard .c_gridMain .c_innerGrid .c_gridItem {
  flex: 1 0 40%;
  margin-bottom: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem {
  background-color: white;
  border-bottom: 1px solid #e2e2e2;
  padding: 24px 20px 0;
  margin-bottom: 10px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead a.c_arrowLink {
  display: inline-block;
  color: #007C80;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0.5px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead a.c_arrowLink:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/chevron-right-ci.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -4px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead .select2 .selection .select2-selection {
  border: 0;
  background-image: url("../images/icon_select_black.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead .select2 .selection .select2-selection .select2-selection__rendered {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  padding-right: 30px;
  text-align: right;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody {
  padding-bottom: 32px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList {
  margin-bottom: 8px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList:last-child {
  margin-bottom: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList.c_itemList50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList.c_itemList50 .c_itemList_item {
  width: calc(50% - 40px);
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 2px;
  position: relative;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item:last-child {
  margin-bottom: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_circleImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  min-width: 40px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_circleImage img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_circleImage .c_circleText {
  color: #717171;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemText h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemText .c_itemSubtext, section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemText .c_itemSuptext {
  display: block;
  color: #717171;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue {
  margin-left: auto;
  text-align: right;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_mainValue {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_valueChange {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_valueChange:before {
  display: inline-block;
  margin-right: 2px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_valueChange.up {
  color: #51D47B;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_valueChange.down {
  color: #F1684A;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue .delete-plan-button {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/cancel.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item.c_itemListLink {
  position: relative;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList .c_itemList_item.c_itemListLink:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/chevron-right.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14.2857142857%;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 16px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_circleImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 16px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_circleImage img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_cardText {
  text-align: center;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_cardText h3 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value:before {
  display: inline-block;
  margin-right: 2px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value.up {
  color: #51D47B;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value.up:before {
  content: "+";
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value.down {
  color: #F1684A;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value.down:before {
  content: "-";
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_portfolio_sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_portfolio_sum p {
  color: #717171;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_portfolio_sum .c_totalValue {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridMarketing {
  display: block;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridMarketing img {
  width: 100%;
  height: auto;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridMarketing p {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridMarketing p:last-child {
  margin-bottom: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .portfolio_sum {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .portfolio_change {
  font-size: 15px;
  font-weight: 500;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .portfolio_change:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -3px;
  margin-right: 2px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .portfolio_change.up {
  color: #51D47B;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .portfolio_change.up:before {
  background-image: url("../images/arrow-price-up.svg");
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .portfolio_change.down {
  color: #F1684A;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .portfolio_change.down:before {
  background-image: url("../images/arrow-price-down.svg");
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .portfolio_change_timespan {
  font-size: 15px;
  font-weight: 500;
  color: #b5b5b5;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .c_portfolio_chart_timefilter {
  padding: 24px 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .c_portfolio_chart_timefilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .c_portfolio_chart_timefilter ul li {
  width: 16.6667%;
  flex-grow: 1;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .c_portfolio_chart_timefilter ul li.active button {
  background-color: #000;
  color: white !important;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .c_portfolio_chart_timefilter ul li button {
  background-color: #f6f6f6;
  color: #000 !important;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  width: 100%;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_portfolio_chart .c_portfolio_chart_image {
  width: 100%;
  margin-bottom: 40px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridOrderButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridOrderButtons h3 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridOrderButtons .c_gridOrderButtonsC {
  margin-left: auto;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridOrderButtons .c_gridOrderButtonsC a {
  margin-left: 10px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridButtonBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridButtonBar a {
  width: calc((100% - 20px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridButtonBar.c_gridButtonBar50 {
  padding-top: 0;
  margin-bottom: 8px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridButtonBar.c_gridButtonBar50 a {
  width: calc((100% - 10px) / 2);
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_krypto_bar {
  position: relative;
  background: #b4338b;
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_krypto_bar .c_close_bar {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url("../images/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 !important;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_krypto_bar .c_bar_pill {
  display: inline-block;
  background-color: white;
  border-radius: 4px;
  color: #717171;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_krypto_bar p {
  color: white;
  font-size: 16px;
  margin: 8px 0 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_newsList .c_newsItem {
  display: block;
  margin-bottom: 16px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_newsList .c_newsItem:last-child {
  margin-bottom: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_newsList .c_newsItem .c_newsText h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_newsList .c_newsItem .c_newsText .c_newsTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_newsList .c_newsItem .c_newsText .c_newsTags .c_tagItem {
  display: inline-block;
  background-color: #f6f6f6;
  border-radius: 4px;
  color: #717171;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  margin-right: 4px;
  padding: 2px 4px;
}

section.c_pageWrapper section#c_top {
  height: 190px;
}
section.c_pageWrapper section#c_top section#c_logo {
  padding-top: 28px;
}
section.c_pageWrapper section#c_top section#c_logo .c_spriteBasicLogo {
  width: 180px;
  height: 67px;
  margin: 0 10px 60px;
}
section.c_pageWrapper section#c_top section#c_service {
  padding-top: 28px;
}
section.c_pageWrapper section#c_top section#c_service section#c_globalAccountSelect p {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}
section.c_pageWrapper section#c_top section#c_service span#c_messagesTop {
  display: block;
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 3px 10px 3px 0;
}
section.c_pageWrapper section#c_top section#c_service span#c_messagesTop img {
  width: 100%;
  height: auto;
}
section.c_pageWrapper section#c_top section#c_navigation {
  background: linear-gradient(90deg, #007C80 0%, #51D47B 100%);
  margin-top: 0;
}
section.c_pageWrapper section#c_top section#c_navigation nav {
  background: transparent;
}
section.c_pageWrapper section#c_top section#c_navigation nav #c_mainNavigation #c_menuItemStaticHome {
  /*background-color: black;*/
}
section.c_pageWrapper section#c_top section#c_navigation nav #c_mainNavigation #c_menuItemStaticHome .c_spriteBasicStaticHome {
  background-image: url("../images/logoicon.svg");
  background-position: center !important;
  background-size: 24px 24px;
}
section.c_pageWrapper section#c_top section#c_navigation form#c_globalSearch {
  background: transparent;
  width: auto;
}
section.c_pageWrapper section#c_top section#c_navigation form#c_globalSearch .c_buttonRow {
  background: #f6f6f6;
  border-radius: 5px 0 0 5px;
  width: 30px;
}
section.c_pageWrapper section#c_top section#c_navigation form#c_globalSearch .c_buttonRow .c_globalSearchButton {
  left: auto;
  right: 0;
  background-image: url("../images/icon_search.svg");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
section.c_pageWrapper section#c_top section#c_navigation form#c_globalSearch input {
  background: #f6f6f6;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  padding-left: 5px;
  text-transform: none;
}
section.c_pageWrapper section#c_top section#c_navigation form#c_globalSearch input::placeholder {
  font-weight: 400;
  color: #b5b5b5;
  opacity: 1; /* Firefox */
}
section.c_pageWrapper section#c_top section#c_navigation form#c_globalSearch input:-ms-input-placeholder {
  font-weight: 400;
  color: #b5b5b5;
}
section.c_pageWrapper section#c_top section#c_navigation form#c_globalSearch input::-ms-input-placeholder {
  font-weight: 400;
  color: #b5b5b5;
}
section.c_pageWrapper section#c_top section#c_navigation > div:last-child {
  float: right;
}

a.c_ci-button, button.c_ci-button, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton {
  display: inline-block;
  background-color: #007C80;
  border: 1px solid #007C80;
  border-radius: 4px;
  color: white !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1em;
  height: auto !important;
  padding: 16px 24px !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms;
}
a.c_ci-button:hover, button.c_ci-button:hover, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton:hover {
  background-color: white !important;
  color: #007C80 !important;
}
a.c_ci-button:focus, button.c_ci-button:focus, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton:focus {
  outline: 0;
  box-shadow: none;
}
a.c_ci-button.c_ci-button-alt, button.c_ci-button.c_ci-button-alt, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton.c_ci-button-alt {
  color: #007C80 !important;
  background-color: rgba(4, 157, 167, 0.08);
  border-color: rgba(4, 157, 167, 0.08);
}
a.c_ci-button.c_ci-button-alt:hover, button.c_ci-button.c_ci-button-alt:hover, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton.c_ci-button-alt:hover {
  background-color: white !important;
  color: #007C80 !important;
  border-color: #007C80 !important;
}

#spinner {
  display: block;
  width: 46px;
  position: absolute;
  left: 5px;
  top: 5px;
}

@media (max-width: 991.98px) {
  .login-screen .c_pageWrapper {
    min-width: 300px;
    width: auto;
  }
  .login-screen #c_layerLogin header {
    padding-bottom: 5px;
  }
  .login-screen #c_layerLogin section:not(.c_last) {
    padding-top: 5px;
  }
  .login-screen #c_layerLogin section.c_last {
    padding-bottom: 35px;
  }
  .login-screen #c_layerLogin section.c_last p {
    margin: 0;
  }
  .login-screen #c_layerLogin form section fieldset {
    margin-bottom: 0;
  }
  .login-screen #c_layerLogin form section fieldset > div, .login-screen #c_layerLogin form section fieldset > input {
    float: none !important;
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .login-screen #c_layerLogin form section fieldset input {
    width: 98%;
  }
  .login-screen #c_layerLogin form section fieldset .select2, .login-screen #c_layerLogin form section fieldset select {
    width: 100% !important;
  }
  .login-screen #c_layerLogin form section fieldset .c_buttonRow button {
    width: 100%;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan {
    margin-top: 0;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan .tan-row {
    margin-bottom: 0;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan .tan-row .text {
    margin-bottom: 0;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan .tan-row .text p {
    margin-bottom: 0;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan .tan-row input {
    float: none !important;
    width: 98%;
    margin: 0 0 15px 0 !important;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan .tan-row .c_checkbox {
    padding-left: 0;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan .tan-row .c_buttonRow {
    float: none !important;
    margin-top: 10px;
    width: 100%;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan .tan-row .c_buttonRow button {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .login-screen #c_layerLogin form section fieldset.after-tan .tan-row .c_buttonRow button:last-child {
    margin-bottom: 0;
  }
  .login-screen .login-dialog ~ .ui-widget-overlay {
    background-size: cover;
  }
}

section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead .select2 .selection .select2-selection {
  border: 0;
  background-image: url("../images/icon_select_black.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemHead .select2 .selection .select2-selection .select2-selection__rendered {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  padding-right: 30px;
  text-align: right;
}

section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList:last-child {
  margin-bottom: 0;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList.c_itemList50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridItemBody .c_itemList.c_itemList50 .c_itemList_item {
  width: calc(50% - 40px);
}

section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridMarketing {
  display: block;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridMarketing img {
  width: 100%;
  height: auto;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridMarketing p {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridMarketing p:last-child {
  margin-bottom: 0;
}

section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridButtonBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridButtonBar a {
  width: calc((100% - 20px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridButtonBar.c_gridButtonBar50 {
  padding-top: 0;
  margin-bottom: 8px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_gridButtonBar.c_gridButtonBar50 a {
  width: calc((100% - 10px) / 2);
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_krypto_bar {
  position: relative;
  background: linear-gradient(to right, #007C80 0%, #51D47B 100%);
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_krypto_bar .c_close_bar {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url("../images/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 !important;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_krypto_bar .c_bar_pill {
  display: inline-block;
  background-color: white;
  border-radius: 4px;
  color: #717171;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
}
section#c_middle section.c_dashboard .c_gridMain .c_gridItem .c_krypto_bar p {
  color: white;
  font-size: 16px;
  margin: 8px 0 0;
}

.c_suchergebnisseLists .c_suchergebnisseList header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0;
  padding: 10px 0 20px;
}
.c_suchergebnisseLists .c_suchergebnisseList header h1 {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
.c_suchergebnisseLists .c_suchergebnisseList header .c_searchPills ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.c_suchergebnisseLists .c_suchergebnisseList header .c_searchPills ul li {
  margin: 0 5px;
}
.c_suchergebnisseLists .c_suchergebnisseList header .c_searchPills ul li a {
  background-color: white;
  border-radius: 16px;
  color: #000;
  font-size: 14px;
  padding: 8px 12px;
  text-decoration: none;
}
.c_suchergebnisseLists .c_suchergebnisseList header .c_searchPills ul li.active a, .c_suchergebnisseLists .c_suchergebnisseList header .c_searchPills ul li:hover a {
  background-color: #000;
  color: white;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults thead tr th {
  border-bottom: 1px solid #b5b5b5 !important;
  border-top: 0 !important;
  font-size: 13px !important;
  font-weight: bold;
  text-transform: uppercase;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults thead tr th .c_sortingItemActive.c_spriteBasicAsc {
  background-image: url("../images/sort-inc.svg");
  background-position: center;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults thead tr th .c_sortingItemActive.c_spriteBasicDesc {
  background-image: url("../images/sort-dec.svg");
  background-position: center;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults thead tr th:first-child {
  padding-left: 41px;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td {
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_dataHolder {
  padding: 5px 8px;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_dataHolder .c_dataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_circleImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_circleImage img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_itemText h3 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_itemValue {
  margin-left: auto;
  text-align: right;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_itemValue span.c_mainValue {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_itemValue span.c_valueChange {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_itemValue span.c_valueChange:before {
  display: inline-block;
  margin-right: 2px;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_itemValue span.c_valueChange.up {
  color: #51D47B;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr td .c_itemValue span.c_valueChange.down {
  color: #F1684A;
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr:hover {
  /*cursor: pointer;*/
}
.c_suchergebnisseLists .c_suchergebnisseList table.c_searchResults tbody tr:hover td {
  background-color: white;
}
.c_suchergebnisseLists .c_suchergebnisseList > .c_buttonRow {
  margin-top: 40px;
}
.c_suchergebnisseLists .c_suchergebnisseList > .c_buttonRow span {
  margin-right: 20px;
}
.c_suchergebnisseLists .c_suchergebnisseList > .c_buttonRow span.c_invisible {
  display: none;
}

section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li {
  margin-right: 30px;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li:last-child {
  margin-right: 0;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li a span.c_submenuItemText-lvl-0 {
  color: #51D47B;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li a .c_submenuItemQuestionmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_questionmark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -4px;
  margin-right: 10px;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul {
  background-color: white;
  width: 375px;
  padding: 0;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul > li {
  height: auto;
  padding: 0;
  border: 0;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul > li a {
  border-bottom: 1px solid #efefef;
  color: #000;
  font-size: 15px;
  padding: 8px 20px;
  text-transform: none;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul > li a .c_spriteBasic.c_spriteMenuFooterFoldOut.c_fRight {
  background-image: url("../images/chevron-right.svg");
  background-position: center;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul > li:hover > a {
  color: white;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul > li:hover > a .c_spriteBasic.c_spriteMenuFooterFoldOut.c_fRight {
  background-image: url("../images/chevron-right_white.svg");
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul > li.c_submenuFooterText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #b5b5b5;
  font-size: 13px;
  height: 50px;
  padding-left: 20px;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul > li.c_submenuFooterText:hover {
  background-color: white;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul ul {
  background-color: white;
  left: 375px;
  width: 255px;
  padding-left: 0;
  padding-bottom: 50px;
  padding-top: 0;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul ul li {
  height: auto;
  margin-left: 0;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul ul li a {
  color: #000;
}
section.c_pageWrapper section#c_bottom.c_footerNew section#c_subNavigation nav > ul > li > ul ul li:hover a {
  color: white;
}

.ui-dialog {
  background: white;
  border-radius: 5px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
  font-size: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick:after {
  background-image: url("../images/close_black.svg");
  background-position: center;
  height: 20px;
  width: 20px;
}
.ui-dialog .overlayContent {
  padding: 0 2rem;
}
.ui-dialog .overlayContent .c_gridItemBody {
  padding-bottom: 32px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList {
  margin-bottom: 8px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList:last-child {
  margin-bottom: 0;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 2px;
  position: relative;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item:last-child {
  margin-bottom: 0;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_circleImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_circleImage img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_circleImage .c_circleText {
  color: #717171;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemText h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemText .c_itemSubtext, .ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemText .c_itemSuptext {
  display: block;
  color: #717171;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue {
  margin-left: auto;
  text-align: right;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_mainValue {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_valueChange {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_valueChange:before {
  display: inline-block;
  margin-right: 2px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_valueChange.up {
  color: #51D47B;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue span.c_valueChange.down {
  color: #F1684A;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item .c_itemValue .delete-plan-button {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/cancel.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item.c_itemListLink {
  position: relative;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemList .c_itemList_item.c_itemListLink:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/chevron-right.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14.2857142857%;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 16px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_circleImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 16px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_circleImage img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_cardText {
  text-align: center;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_cardText h3 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value:before {
  display: inline-block;
  margin-right: 2px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value.up {
  color: #51D47B;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value.up:before {
  content: "+";
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value.down {
  color: #F1684A;
}
.ui-dialog .overlayContent .c_gridItemBody .c_itemCards .c_cardItem .c_cardText .c_value.down:before {
  content: "-";
}
.ui-dialog .overlayContent .c_gridItemBody .c_portfolio_sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ui-dialog .overlayContent .c_gridItemBody .c_portfolio_sum p {
  color: #717171;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.ui-dialog .overlayContent .c_gridItemBody .c_portfolio_sum .c_totalValue {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

section#c_subNavigationHeader {
  zoom: 1;
  height: 50px;
  float: left;
}
section#c_subNavigationHeader ul, section#c_subNavigationHeader ul li, section#c_subNavigationHeader ul li a {
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
section#c_subNavigationHeader:before, section#c_subNavigationHeader:after, section#c_subNavigationHeader > ul:before, section#c_subNavigationHeader > ul:after {
  content: "";
  display: table;
}
section#c_subNavigationHeader:after, section#c_subNavigationHeader > ul:after {
  clear: both;
}
section#c_subNavigationHeader, section#c_subNavigationHeader nav {
  display: inline-block;
}
section#c_subNavigationHeader nav > ul {
  height: 50px;
}
section#c_subNavigationHeader nav > ul > li > a {
  font-weight: normal;
}
section#c_subNavigationHeader ul li {
  float: left;
  position: relative;
  list-style: none;
  display: block;
}
section#c_subNavigationHeader ul li a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  padding: 0 15px;
  margin: 0px;
  text-decoration: none;
  color: #000;
}
section#c_subNavigationHeader #c_submenuItemHeader > a {
  padding-right: 36px;
}
section#c_subNavigationHeader #c_submenuItemHeader > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 18px);
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/chevron-right.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
section#c_subNavigationHeader ul li:last-child, section#c_subNavigationHeader ul li.last-child {
  border-right: none;
}
section#c_subNavigationHeader ul li:hover > ul {
  display: block;
}
section#c_subNavigationHeader ul li ul li {
  font-weight: 500;
}
section#c_subNavigationHeader ul li ul li:not(.c_submenuItemHeaderText):hover {
  background-color: #007C80;
}
section#c_subNavigationHeader ul li ul li.c_submenuItemHeaderText {
  padding: 30px 20px 20px;
}
section#c_subNavigationHeader ul ul {
  display: none;
  height: auto;
  margin: 0;
  width: 255px;
  position: absolute;
  z-index: 105;
  top: 50px;
  right: -50px;
  background-color: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
section#c_subNavigationHeader ul ul li {
  float: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #eee;
  border-right: none;
  position: static;
}
section#c_subNavigationHeader ul ul li a {
  height: 31px;
  line-height: 1.72222rem;
}
section#c_subNavigationHeader nav > ul > li > ul {
  background-color: white;
  width: 375px;
  padding: 0 0 10px;
}
section#c_subNavigationHeader nav > ul > li > ul > li {
  height: auto;
  padding: 0;
  border: 0;
}
section#c_subNavigationHeader nav > ul > li > ul > li a {
  border-bottom: 1px solid #efefef;
  color: #000;
  font-size: 15px;
  padding: 8px 20px;
  text-transform: none;
}
section#c_subNavigationHeader nav > ul > li > ul > li a .c_spriteBasic.c_spriteMenuFooterFoldOut.c_fRight {
  background-image: url("../images/chevron-right.svg");
  background-position: center;
}
section#c_subNavigationHeader nav > ul > li > ul > li a .c_spriteBasic.c_spriteMenuExternal.c_fRight {
  background-image: url("../images/external_link.svg");
  background-position: center;
}
section#c_subNavigationHeader nav > ul > li > ul > li a .c_spriteMenuExternal {
  height: 31px;
  width: 12px;
  margin-left: 6px;
}
section#c_subNavigationHeader nav > ul > li > ul > li a .c_spriteMenuFooterFoldOut {
  height: 31px;
  width: 7px;
  margin-left: 6px;
}
section#c_subNavigationHeader nav > ul > li > ul > li:hover > a {
  color: white;
}
section#c_subNavigationHeader nav > ul > li > ul > li:hover > a .c_spriteBasic.c_spriteMenuFooterFoldOut.c_fRight {
  background-image: url("../images/chevron-right_white.svg");
}
section#c_subNavigationHeader nav > ul > li > ul > li:hover > a .c_spriteBasic.c_spriteMenuExternal.c_fRight {
  background-image: url("../images/external_link_white.svg");
}

a.c_ci-button, button.c_ci-button, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton, .c_simulateButton.c_ci-button {
  display: inline-block;
  background-color: #007C80;
  border: 1px solid #007C80;
  border-radius: 4px;
  color: white !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1em;
  height: auto !important;
  padding: 16px 24px !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms;
}
a.c_ci-button:hover, button.c_ci-button:hover, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton:hover, .c_simulateButton.c_ci-button:hover {
  background-color: white !important;
  color: #007C80 !important;
}
a.c_ci-button:focus, button.c_ci-button:focus, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton:focus, .c_simulateButton.c_ci-button:focus {
  outline: 0;
  box-shadow: none;
}
a.c_ci-button.c_ci-button-alt, button.c_ci-button.c_ci-button-alt, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton.c_ci-button-alt, .c_simulateButton.c_ci-button.c_ci-button-alt {
  color: #007C80 !important;
  background-color: rgba(4, 157, 167, 0.08);
  border-color: rgba(4, 157, 167, 0.08);
}
a.c_ci-button.c_ci-button-alt:hover, button.c_ci-button.c_ci-button-alt:hover, section.c_pageWrapper #c_top #c_service .c_logOutArea .c_simulateButton.c_ci-button-alt:hover, .c_simulateButton.c_ci-button.c_ci-button-alt:hover {
  background-color: white !important;
  color: #007C80 !important;
  border-color: #007C80 !important;
}

#spinner {
  display: block;
  width: 46px;
  position: absolute;
  left: 5px;
  top: 5px;
}

#secAccountId_chosen {
  border: none;
  height: 50px;
  display: flex;
  align-items: center;
  width: auto !important;
}
#secAccountId_chosen:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 18px);
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../images/chevron-right.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
#secAccountId_chosen .chosen-single span {
  text-transform: none;
}
#secAccountId_chosen .chosen-single div {
  display: none !important;
}
.c_globalDetailsButton {
  left: auto !important;;
  right: 0 !important;;
  background-image: url("../images/icon_search.svg") !important;
  background-position: center !important;;
  background-size: 20px 20px !important;;
  background-repeat: no-repeat !important;;
}