@charset "UTF-8";
.nav-path {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    font-weight: lighter;
    letter-spacing: 0.02em;
}
.nav-path a:hover {
    color: #e60000;
}
.basecomponent {
    padding-top: 0;
}
.pageheadline {
    padding-top: 35px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.product-name {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    padding-bottom: 20px;
}

/* Price Matrix */
.matrix-holder {
    display: block;
    margin-top: 40px;
}
.matrix-slider {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}
.matrix-slider .slider-holder {
    width: calc(100% - 400px);
    margin-bottom: 10px;
    position: relative;
    height: 150px;
}
.matrix-slider .slider-holder .airbag-item {
    position: absolute;
    text-align: center;
    width: 110px;
}
.matrix-slider .slider-holder.reverse .airbag-item {
    right: 0;
}
.matrix-slider .slider-holder .airbag-item .trigger-mark {
    position: absolute;
    border-width: 8px 6px 0 6px;
    border-color: #b89d83 transparent transparent transparent;
    border-style: solid;
    display: inline-block;
    vertical-align: top;
    bottom: -16px;
    left: 49px;
}
.matrix-slider .slider-holder.reverse .airbag-item .trigger-mark {
    left: 49px;
}
.matrix-slider .slider-holder .slider {
    width: calc(100% - 98px);
    position: relative;
    /* float: right; */
    margin: 0 auto;
}
.matrix-slider .slider-holder.reverse .slider {
    width: calc(100% - 98px);
    position: relative;
    /* float: left; */
    margin: 0 auto;
}
.matrix-slider .slider-holder .pclose-price {
    position: absolute;
    left: 30%;
    top: 95px;
    text-align: center;
    width: 110px;
}
/* .matrix-slider .slider-holder .pclose-price .trigger-mark {
    position: absolute;
    border-width: 8px 6px 0 6px;
    border-color: #646464 transparent transparent transparent;
    border-style: solid;
    display: inline-block;
    vertical-align: top;
    bottom: -16px;
    top: 95px;
    left: 0;
} */
.matrix-slider .slider-holder.reverse .pclose-price {
    right: 30%;
    left: auto;
}
.matrix-slider .slider-holder .pclose-price .trigger-mark {
    position: absolute;
    border-width: 8px 6px 0 6px;
    border-color: #646464 transparent transparent transparent;
    border-style: solid;
    display: inline-block;
    vertical-align: top;
    top: -15px;
    -webkit-transform: rotate(180deg);
    height: 8px;
    left: 49px;
}
/* .matrix-slider .dlc-price {
    width: 310px;
} */
.matrix-slider .dlc-price .lastprice {
    padding-right: 20px;
}
.matrix-form {
    display: flex;
    align-items: center;
    color: #1c1c1c;
    background-color: #f2f2f2;
    border-top: 1px solid #1c1c1c;
    padding: 12px 15px;
    justify-content: space-between;
}
.matrix-form .form-select {
    display: flex;
}
.matrix-form .form-data {
    display: flex;
}
.matrix-form .form-item {
    display: flex;
    align-items: center;
}
.matrix-form .form-item:not(:last-child) {
    padding-right: 25px;
}
.matrix-form .form-item .richtext {
    padding-right: 12px;
}
.matrix-form .form-item .selectdiv {
    width: 130px;
}
.matrix-form .form-item.search-box .selectdiv:after {
    content: '';
    top: 21px;
}
.matrix-holder table.result tr.highlight td {
    background-color: #ecdecd;
}
.matrix-holder table.result th:hover, .matrix-holder table.result td:hover {
    color: #1c1c1c;
    background-color: transparent;
}
.matrix-holder table.result th:hover:before, .matrix-holder table.result td:hover:before {
    background-color: transparent;
}
.matrix-holder table.result th:hover:after, .matrix-holder table.result td:hover:after {
    background-color: transparent;
    z-index: -1;
}
.matrix-holder table.result tbody tr:nth-child(odd) td:hover:before {
    background-color: transparent;
    z-index: -2;
}
.matrix-holder table.result td:hover .up, .matrix-holder table.result td:hover .down {
    color: #1c1c1c!important;
}

/* Reverse */
.reverse-holder {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.reverse-holder .checkout {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.reverse-holder .checkout a {
    color: #007099;
    text-decoration: underline;
}

/* Range Slider */
.range-slider {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .range-slider label {
    color: #fff;
    font-size: 13px;
  }
  .range-slider .number-group {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .slider-holder.reverse .range-slider .number-group {
      justify-content: left;
  }
  .range-slider .number-group .number-input {
    font-size: 16px;
    text-align: center;
    width: 100px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #aaa;
    margin-left: 10px;
  }
  .range-slider .number-group .number-input:first-of-type {
    display: none;
    margin-right: 10px;
  }
  .range-slider .number-group .number-input:last-of-type {
    margin-left: 10px;
  }
  .range-slider .number-group .number-input::-webkit-outer-spin-button, .range-slider .number-group .number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .range-slider .number-group .number-input:invalid, .range-slider .number-group .number-input:out-of-range {
    border: 2px solid red;
  }
  .range-slider .range-group {
    position: relative;
    flex: 0 0 100%;
    height: 40px;
  }
  .range-slider .range-group .range-input {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
    border-bottom: 0;
  }
  .range-slider .range-group .range-input:first-of-type {
      display: none;
  }
  .range-slider .range-group .range-input:focus {
    outline: 0;
  }
  .range-slider .range-group .range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    -webkit-animation: 0.2s;
            animation: 0.2s;
    background: #dadada;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }
  .range-slider .range-group .range-input::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    height: 25px;
    width: 12px;
    background: #b89d83;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
  }
  .range-slider .range-group .range-input::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: #dadada;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }
  .range-slider .range-group .range-input::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 5px solid #b89d83;
    height: 25px;
    width: 12px;
    background: #b89d83;
    cursor: pointer;
  }
  .range-slider .range-group .range-input::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  .range-slider .range-group .range-input::-ms-fill-lower, .range-slider .range-group .range-input::-ms-fill-upper {
    background: #3FAFFA;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }
  .range-slider .range-group .range-input::-ms-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #3FAFFA;
    cursor: pointer;
  }
  @media (max-width:767px) {
    .pageheadline {
        padding-top: 30px;
        margin-bottom: 0;
        padding-bottom: 30px;
        font-size: 28px;
    }
    .product-name {
        font-size: 36px;
        line-height: 1.2;
        font-weight: 300;
        padding-bottom: 10px;
    }
    .matrix-slider {
        display: block;
        margin-bottom: 30px;
    }
    .matrix-slider .slider-holder {
        width: 100%;
        height: 190px;
    }
    .matrix-slider .dlc-price {
        width: 100%;
    }
    .matrix-form {
        display: block;
        padding: 12px 10px;
    }
    .matrix-form .form-data {
        justify-content: space-between;
        margin-top: 15px;
    }
    .matrix-form .form-select {
        display: block;
    }
    .matrix-form .form-item {
        display: block;
        align-items: center;
    }
    .matrix-form .form-item.search-box {
        display: flex;
        align-items: center;
    }
    .matrix-form .form-item:not(:last-child) {
        padding-right: 0;
    }
    .matrix-form .form-item .richtext {
        padding-right: 0;
    }
    .matrix-form .form-item.search-box .richtext {
        width: 130px;
    }
    .matrix-form .form-item .selectdiv {
        width: calc(100% - 130px);
    }
    .range-slider .range-group {
        height: 70px;
    }
    .range-slider .number-group {
        position: absolute;
        top: 95px;
        left: -10px;
        top: 155px;
        left: -49px;
    }
    .reverse-holder {
        padding: 30px 0;
    }
    .matrix-slider .slider-holder .pclose-price {
        top: 87px;
    }
  }
  @media (max-width:375px) {
    .matrix-form .form-data .form-item:not(:last-child) {
        padding-right: 15px;
    }
  }

.main-historical-holder {
    display: block;
    margin-bottom: 40px;
}
.main-historical-holder .chart-row {
    width: 100%;
    height: ;
}
.main-historical-row {
    display: flex;
    margin-bottom: 20px;
}
.main-historical-item {
    padding-right: 100px;
}
.main-historical-item .richtext {
    font-weight: 300;
}
.main-historical-item .titletext {
    color: #1c1c1c;
    font-size: 36px;
    line-height: 45px;
}
.performance-holder {
    margin-top: 35px;
}
.performance-select {
    display: inline-block;
}
.performance-select:last-child {
    float: right;
}
.performance-select .main-trend-row {
    margin-bottom: 0;
    height: 38px;
    align-items: center;
}
.performance-select .main-historical-item {
    display: inline-block;
    padding-right: 20px;
}
.performance-select .main-historical-item:last-child {
    padding-right: 0;
}
.performance-select .main-historical-item .richtext {
    font-weight: 400;
}
.performance-select .main-historical-item input {
    font-size: 16px;
    text-align: center;
    width: 150px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #aaa;
}
.performance-select .main-historical-item .titletext {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #b89d83;
}
@media (max-width:767px) {
    .main-historical-holder {
        margin-bottom: 25px;
    }
    .main-historical-row {
        display: block;
        margin-bottom: 20px;
    }
    .main-historical-item {
        display: flex;
        padding-right: 0;
        align-items: baseline;
    }
    .main-historical-item .richtext {
        width: 160px;
        font-weight: 300;
    }
    .main-historical-item .titletext {
        font-size: 30px;
        font-weight: 300;
    }
    .performance-select .richtext {
        width: 100%;
    }
    .performance-select .main-trend-row {
        margin-bottom: 10px;
        display: block;
        margin-top: 8px;
        height: auto;
    }
    .performance-select .main-trend-row .radio-label {
        margin-right: 0;
        display: inline-block;
        width: 48%;
        margin-bottom: 5px;
    }
    .performance-select {
        display: block;
    }
    .performance-select:last-child {
        float: none;
    }
    .performance-select .main-historical-item {
        padding-right: 0;
        width: 48%;
    }
    .performance-select .main-historical-item input {
        width: 100%;
    }
}

.submenu-title {
    font-family: 'Frutiger',Arial,Helvetica,sans-serif;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #e60000;
    padding: 15px 0 5px 0;
}
nav{display: block;}
#mainNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainNav > ul > li {
    display: inline-block;
    vertical-align: text-top;
}
/* #mainNav ul li {
    position: relative;
} */
.header #mainNav > ul > li > a {
    line-height: 100px;
}
#mainNav > ul > li.home > a {
    margin-left: 0;
    border-bottom: none;
}
#mainNav > ul > li.home > a:hover {
    border: none;
}
#mainNav > ul > li.home > a.is_selected{
    background: url(../images/icon-home.svg) no-repeat -26px center;
    border: none;
}
#mainNav > ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #1c1c1c;
    margin: 0 15px;
    padding-top: 0.33571em;
    padding-bottom: 0.30714em;
    margin-top: 0.42857em;
    border-bottom: 6px solid transparent;
}
#mainNav > ul > li > a#topmenu_products:after {
    content: "";
    background: url(../images/down-arrow.svg) no-repeat center center;
    display: inline-block;
    width: 24px;
    height: 8px;
    background-size: 20px 10px;
}
#mainNav > ul > li > a:hover {
    border-color: #646464;
}
#mainNav > ul > li > a.is_selected {
    border-color: #e60000;
}
/* #mainNav ul.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 1000px;
    text-align: left;
    background-color: white;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */
#mainNav ul.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 15px;
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: white;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.3); 
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.3);
}
#mainNav ul.submenu li:first-child {
    border-top: none;
}
/* #mainNav ul.submenu > li {
    border-top: 1px solid #333333;
} */
#mainNav ul li ul li {
    margin-left: 0;
}
#mainNav ul.submenu > li > a {
    display: block;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainNav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
#mainNav ul li > ul.submenu li {
    display: inline-block;
    margin-right: 30px;
    border-bottom: 6px solid transparent;
}
#mainNav ul li > ul.submenu li:hover {
    border-color: #646464;
}

/* Events & Promotions */
.events-holder {
    display: block;
    margin-bottom: 40px;
}
.upcomingevents-holder {
    display: block;
    margin-bottom: 40px;
}
.upcomingevents-holder .events-row {
    display: flex;
}
.upcomingevents-holder .events-row:not(:last-child) {
    margin-bottom: 40px;
}
.upcomingevents-holder .events-item {
    width: 360px;
    margin-right: 36px;
    border-bottom: 1px solid #585148;
}
.upcomingevents-holder .events-item:last-child {
    margin-right: 0;
}
.events-image {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.events-image .link-actions {
    display: none;
    position: absolute;
    bottom: 15px;
    background: hsla(0,0%,100%,.9);
    cursor: pointer;
    left: 10px;
    bottom: 10px;
    padding: 0px 5px;
}
.events-image .link-actions a {
    color: #000;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    padding-right: 5px;
}
.events-image .link-actions a:hover {
    opacity: 1;
    transition: all 0.1ms;
}
.events-image .link-actions:after {
    content: "";
    background: url("../images/icon_detail.svg") no-repeat center center;
    display: inline-block;
    width: 12px;
    height: 20px;
    background-size: 10px 13px;
    vertical-align: sub;
}
.events-image:hover .link-actions {
    display: block;
}
.upcomingevents-holder img {
    width: 380px;
    width: 260px;
}
.upcomingevents-holder .events-title {
    font-size: 26px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    padding-bottom: 20px;
}
.events-holder .richtext {
    padding-bottom: 5px;
    font-weight: 300;
}
.events-holder .events-content {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    padding-bottom: 30px;
}

.pastevents-holder {
    display: block;
    margin-bottom: 40px;
}
.pastevents-holder .headline {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 40px;
}
.pastevents-holder .events-row {
    width: 800px;
    display: flex;
    margin-bottom: 45px;
    margin-bottom: 25px;
}
.pastevents-holder .events-row > a {
    width: 300px;
    margin-right: 40px;
}
.pastevents-holder .events-row img {
    width: 100%;
    height: auto;
}
.pastevents-holder .events-row .events-image > img {
    width: 200px;
    /* height: max-content; */
    margin-right: 40px;
}
.pastevents-holder .events-row .events-item {
    width: calc(100% - 340px);
}
.pastevents-holder .pastevents-item {
    width: calc(100% - 340px);
}
.pastevents-holder .events-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    padding-bottom: 20px;
}
.pastevents-holder .events-content {
    padding-bottom: 0;
}
@media (max-width:767px) {
    .upcomingevents-holder img {
        width: 380px;
        width: 200px;
    }
    .upcomingevents-holder {
        display: block;
        margin-bottom: 30px;
    }
    .upcomingevents-holder .events-row {
        display: block;
    }
    .upcomingevents-holder .events-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .pastevents-holder .headline {
        padding-bottom: 30px;
    }
    .pastevents-holder .events-row {
        width: 100%;
        display: block;
    }
    .pastevents-holder .events-row > a {
        width: 130px;
        height: 87px;
        margin-right: 20px;
    }
    .pastevents-holder .events-row > img {
        width: 130px;
        height: max-content;
        margin-right: 20px;
    }
    .pastevents-holder .events-row .events-item {
        width: calc(100% - 150px);
        width: 100%;
    }
    .pastevents-holder .events-title {
        padding-bottom: 15px;
    }
    .pastevents-holder .events-content {
        font-size: 14px;
    }
    .pastevents-holder .events-row .events-image > img {
        margin-right: 0;
        width: 100%;
        width: 200px;
    }
}


table.plain-table thead th {
    background-color: #f2f2f2;
    border-top: 1px solid #1c1c1c;
    border-right: none;
}
table.plain-table tbody td {
    font-weight: 500;
    line-height: 24px;
    border-right: none;
}
table.plain-table input[type=number] {
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #919191;
    padding: 0 5px;
    font-weight: 400;
}
table.plain-table .pre-result {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
table.plain-table td .align-center {
    text-align: center;
}
table tr.grid-line td {
    border-top: 1px solid #1c1c1c;
}
table tr.calc-result td {
    border-top: 2px solid #1c1c1c;
    border-bottom: 2px solid #1c1c1c;
    background-color: #f2f2f2;
}
@media (max-width:767px) {
    table.plain-table thead th {
        white-space: normal;
    }
    table.plain-table tbody td {
        white-space: normal;
        line-height: 18px;
    }
    table.plain-table .pre-result {
        font-size: 14px;
        line-height: 18px;
    }
    /* table.plain-table input[type=number] {
        width: 60px;
    } */
}

/* Underlying Chart */
.main-terms-row.uchart {
    align-items: center;
}
.main-terms-row.uchart .bidask-holder {
    height: 45px;
    margin-top: 10px;
}
.main-terms-row.uchart .row-feature-terms {
    margin-top: 0;
}
.uchart-form {
    display: flex;
    align-items: center;
    color: #1c1c1c;
    background-color: #f2f2f2;
    border-top: 1px solid #1c1c1c;
    padding: 12px 15px;
    justify-content: space-between;
}
.uchart-form .form-select {
    display: flex;
    align-items: center;
}
.uchart-form .form-select .richtext {
    padding-right: 12px;
}
.uchart-form .form-item {
    display: flex;
    align-items: center;
}
.uchart-form .form-item:not(:last-child) {
    padding-right: 25px;
}
.uchart-form .form-item.search-box .selectdiv:after {
    content: '';
    top: 21px;
}
.uchart-form input {
    font-size: 16px;
    text-align: center;
    width: 150px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #aaa;
}
.uchart-form .titletext {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #b89d83;
    margin-right: 12px;
    width: 120px;
}
.uchart-form .titletext:last-child {
    margin-right: 0;
}
.search-box.period .selectdiv {
    margin-right: 12px;
}
.search-box.period .selectdiv:last-child {
    margin-right: 0;
}
.search-box.period .selectdiv select {
    min-width: 100px;
}
.main-uchart-holder {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}
.main-uchart-holder .general-tools {
    position: absolute;
    right: 0;
    top: 0;
}
.main-uchart-holder .general-tools .items {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
}
.main-uchart-holder .general-tools .items.gt-share {
    background: url(../images/icon-share.png);
}
.main-uchart-holder .general-tools .items.gt-share:hover {
    background: url(../images/icon-share-hover.png);
}
.main-uchart-holder .general-tools .items.gt-printer {
    background: url(../images/icon-print.png);
}
.main-uchart-holder .general-tools .items.gt-printer:hover {
    background: url(../images/icon-print-hover.png);
}
.main-uchart-holder .general-tools .items.gt-download {
    background: url(../images/icon-download.png);
}
.main-uchart-holder .general-tools .items.gt-download:hover {
    background: url(../images/icon-download-hover.png);
}
.main-uchart-holder .general-tools .items.gt-enlarge {
    background: url(../images/icon-enlarge.png);
}
.main-uchart-holder .general-tools .items.gt-enlarge:hover {
    background: url(../images/icon-enlarge-hover.png);
}

.main-uchart-holder .form-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-uchart-holder .selectdiv select {
    height: 38px;
    margin: 5px 0px;
    border: 1px solid #aaa;
    background: white;
}
.main-uchart-holder .form-item {
    display: flex;
    align-items: center;
}
.main-uchart-holder .form-item.chart-select .selectdiv {
    margin-right: 12px;
}
.main-uchart-holder .form-item.chart-select .selectdiv select {
    min-width: 220px;
}
.main-uchart-holder .form-item.style-select .selectdiv select {
    min-width: 200px;
}
.main-uchart-holder .form-item.style-select .richtext {
    padding-right: 12px;
}
.main-uchart-holder .form-item.style-select .type-candle:before {
    content: '';
    background: url(../images/icon-candle.jpg) no-repeat center center;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 22px 22px;
}
.main-uchart-holder .form-item .selectdiv:after {
    content: '';
    top: 21px;
}
.main-uchart-holder .form-item.option-select .checkbox-label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-right: 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-uchart-holder .form-item.option-select .checkbox-label:last-child {
    margin-right: 0;
}
.main-uchart-holder .form-item.option-select .checkbox-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #919191;
}
.tool-area {
    display: flex;
    border-bottom: 2px solid #1c1c1c;
}
.tool-area .richtext {
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.75em;
    height: 1.75em;
    display: inline-block;
}
.tool-area ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.tool-area ul li:first-child {
    margin-right: 5px;
}
.tool-area ul li.tools {
    width: 29px;
    height: 29px;
}
.tool-area ul li.tools {
    width: 29px;
    height: 29px;
    margin-right: 8px;
    cursor: pointer;
}
.tool-area ul li input[type="color" i] {
    border: none;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: none;
    vertical-align: super;
}
.tool-area ul li.t-cursor {
    background: url(../images/t-cursor.jpg) no-repeat center;
}
.tool-area ul li.t-cursor:hover, .tool-area ul li.t-cursor.active {
    background: url(../images/t-cursor-hover.jpg) no-repeat center;
}
.tool-area ul li.t-enlarge {
    background: url(../images/t-enlarge.jpg) no-repeat center;
}
.tool-area ul li.t-enlarge:hover, .tool-area ul li.t-enlarge.active {
    background: url(../images/t-enlarge-hover.jpg) no-repeat center;
}
.tool-area ul li.t-reduce {
    background: url(../images/t-reduce.jpg) no-repeat center;
}
.tool-area ul li.t-reduce:hover, .tool-area ul li.t-reduce.active {
    background: url(../images/t-reduce-hover.jpg) no-repeat center;
}
.tool-area ul li.t-circle {
    background: url(../images/t-circle.jpg) no-repeat center;
}
.tool-area ul li.t-circle:hover, .tool-area ul li.t-circle.active {
    background: url(../images/t-circle-hover.jpg) no-repeat center;
}
.tool-area ul li.t-line {
    background: url(../images/t-line.jpg) no-repeat center;
}
.tool-area ul li.t-line:hover, .tool-area ul li.t-line.active {
    background: url(../images/t-line-hover.jpg) no-repeat center;
}
.tool-area ul li.t-arrow {
    background: url(../images/t-arrow.jpg) no-repeat center;
}
.tool-area ul li.t-arrow:hover, .tool-area ul li.t-arrow.active {
    background: url(../images/t-arrow-hover.jpg) no-repeat center;
}
.tool-area ul li.t-rectangle {
    background: url(../images/t-rectangle.jpg) no-repeat center;
}
.tool-area ul li.t-rectangle:hover, .tool-area ul li.t-rectangle.active {
    background: url(../images/t-rectangle-hover.jpg) no-repeat center;
}
.tool-area ul li.t-text {
    background: url(../images/t-text.jpg) no-repeat center;
}
.tool-area ul li.t-text:hover, .tool-area ul li.t-text.active {
    background: url(../images/t-text-hover.jpg) no-repeat center;
}
.tool-area ul li.t-vertical {
    background: url(../images/t-vertical.jpg) no-repeat center;
}
.tool-area ul li.t-vertical:hover, .tool-area ul li.t-vertical.active {
    background: url(../images/t-vertical-hover.jpg) no-repeat center;
}
.tool-area ul li.t-horizontal {
    background: url(../images/t-horizontal.jpg) no-repeat center;
}
.tool-area ul li.t-horizontal:hover, .tool-area ul li.t-horizontal.active {
    background: url(../images/t-horizontal-hover.jpg) no-repeat center;
}
.tool-area ul li.t-parallel {
    background: url(../images/t-parallel.jpg) no-repeat center;
}
.tool-area ul li.t-parallel:hover, .tool-area ul li.t-parallel.active {
    background: url(../images/t-parallel-hover.jpg) no-repeat center;
}
.tool-area ul li.t-range {
    background: url(../images/t-range.jpg) no-repeat center;
}
.tool-area ul li.t-range:hover, .tool-area ul li.t-range.active {
    background: url(../images/t-range-hover.jpg) no-repeat center;
}
.tool-area ul li.t-eraser {
    cursor: pointer;
    background: url(../images/t-eraser.jpg) no-repeat center;
}
.tool-area ul li.t-eraser:hover, .tool-area ul li.t-eraser.active {
    background: url(../images/t-eraser-hover.jpg) no-repeat center;
}
.tool-area ul li.t-bin {
    cursor: pointer;
    background: url(../images/t-bin.jpg) no-repeat center;
}
.tool-area ul li.t-bin:hover, .tool-area ul li.t-bin.active {
    background: url(../images/t-bin-hover.jpg) no-repeat center;
}
.uchart-row {
    margin-top: 10px;
}
.uchart-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px;
}
.uchart-info .udata {
    font-size: 13px;
    line-height: 20px;
}
.uchart-info .udata .date {
    color: #717173;
}
.uchart-info .udata .date span {
    padding: 0 20px;
}
.uchart-info .udata .ohlc span {
    padding-right: 25px;
}
.uchart-info .udata .indicator span {
    padding-right: 25px;
}
.uchart-info .udata .indicator div {
    display: inline-block;
    margin-right: 25px;
}
.uchart-info .udata .indicator .ulegend {
    height: 4px;
    width: 15px;
    margin-right: 7px;
    display: inline-block;
    padding-right: 0;
    vertical-align: middle;
}
.uchart-info .udata .indicator .ulegend.legend-r01 {
    background: #6fb7df;
}
.uchart-info .udata .indicator .ulegend.legend-r02 {
    background: #e6b01c;
}
.uchart-info .udata .indicator .ulegend.legend-r03 {
    background: #56b1b4;
}
.uchart-info .udata .indicator .ulegend.legend-r04 {
    background: #cdd65f;
}
.uchart-info .udata .indicator .ulegend.legend-r05 {
    background: #7c6b59;
}
.uchart-info .ubuttons {
    display: flex;
    align-items: center;
}
.uchart-table-row {
    margin-top: 35px;
}
.uchart-table-row table sup {
    position: initial;
}
.rsi-setting_box {
    right: 0;
    top: 350px;
}
.setting_box_menu {
    right: 0;
}
.underlyingChart-setting_box {
    display: flex;
    right: 0;
}
#sma_setting, #ema_setting, #bol_setting, #sar_setting {
    top: 0;
}

/* Ex-dividend */
.main-search-row.dividend .main-search-item {
    min-width: calc((100% - 75px) / 4);
}
.main-search-row.dividend .main-search-item:first-child {
    width: 350px;
}


@media (max-width:767px) {
    .uchart-info .udata .ohlc span {
        display: inline-block;
    }
    .uchart-form {
        display: block;
    }
    .main-uchart-holder .form-select {
        display: block;
    }
    .main-uchart-holder .general-tools {
        position: relative;
    }
    .main-uchart-holder .form-item {
        display: block;
    }
    .main-uchart-holder .form-item.style-select {
        margin-top: 20px;
    }
    .tool-area {
        display: block;
    }
    .tool-area .richtext {
        padding-right: 0;
    }
    .main-uchart-holder {
        margin-bottom: 20px;
    }
    .uchart-form .form-item {
        display: block;
    }
    .uchart-form .form-item.search-box {
        width: 100%;
    }
    .uchart-form .form-item.search-box .selectdiv {
        width: 100%;
    }
    .uchart-form .form-item.search-box.period {
        width: auto;
        display: flex;
    }
    .uchart-form .form-select .richtext {
        width: 60px;
    }
    .uchart-info {
        display: block;
    }
    .uchart-info .ubuttons {
        margin: 5px;
    }
    .main-search-row.dividend .main-search-item:first-child {
        width: 100%;
    }
}
@media (max-width:375px) {
    .uchart-form .titletext {
        font-size: 16px;
        width: 126px;
    }
}
@media (max-width:375px) {
    .uchart-form .titletext {
        font-size: 16px;
        width: 110px;
    }
}

/* Chart */
@media (max-width:767px) {
#underlyingChartContainer {
    /* min-width: 460px; */
    width: 100%;
}
.highcharts-container {
    width: 100%!important;
}
}
#underlyingChartContainer {
    position: relative;
}
.technical_pick_tick_box_area {
    margin: 5px 12px 5px 0;
}
.technical_pick_tick_box {
    position: relative;
    width: 270px;
}
.technical_pick_tick_box a {
    font-size: 14px;
    line-height: 38px;
    display: block;
    padding: 0px 12px;
    height: 38px;
    border: 1px solid #aaa;
    background: white;
}
.technical_pick_tick_box:after {
    content: '';
    right: 12px;
    top: 17px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #1c1c1c transparent transparent transparent;
    border-radius: 2px;
}
.technical_pick_menu {
    position: absolute;
    top: 38px;
    width: 270px;
    z-index: 9;
    background: #fff;
    border: #aaa solid;
    border-width: 0 1px 1px 1px;
    color: #333;
    padding: 5px 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#taContainer1.technical_pick_tick_box {
    position: relative;
    width: 200px;
}
#taContainer1.technical_pick_tick_box .technical_pick_menu {
    width: 200px;
}
.technical_pick_menu ul.assist_chart {
    padding: 5px 10px;
}
.technical_pick_menu ul.assist_chart .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #919191;
    border-radius: 50%;
}
.technical_pick_menu ul.assist_chart li {
    line-height: 20px;
}
.main-uchart-holder .form-item.style-select .selectdiv select#chart_style {
    min-width: 165px;
}
/* Chart Setting */
.setting_box {
    display: flex;
    align-items: center;
}
.closing_box {
    display: flex;
    align-items: center;
    left: 1090px!important;
}
.setting_box a {
    width: 29px;
    height: 29px;
}
.closing_box a {
    width: 29px;
    height: 29px;
}
.setting_box_menu {
    background: #FFF;
    padding: 10px 15px;
    border: 1px solid #ccc;
    z-index: 999;
    width: 250px;
    position: absolute;
}
.setting_box.recordButtons {
    width: 87px!important;
    position: absolute;
    top: 25px;
    left: 990px!important;
}
.setting_box_menu ul li {
    font-size: 16px;
    line-height: 1.75em;
}
.setting_box_menu ul li ul {
    margin-top: 10px;
}
.setting_box_menu ul li ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.setting_box_menu ul li ul li input {
    border: #ccc solid;
    border-width: 1px;
    color: #333;
    padding: 5px;
    outline: none;
    background: #fff;
    margin-top: 2px;
}
.setting_box_menu ul li ul li button.apply {
    color: #FFF;
    border: none;
    width: 100%;
    margin-top: 5px;
    font-family: 'Frutiger',Arial,Helvetica,sans-serif;
    border-radius: 2px;
    padding: 10px 20px;
    background: #e60000;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

@media (max-width:767px) {
    .technical_pick_tick_box_area {
        margin-right: 0;
    }
    .technical_pick_tick_box {
        width: 100%;
    }
    #taContainer1.technical_pick_tick_box {
        width: 100%;
    }
    .main-uchart-holder .form-item .selectdiv:after {
        content: '';
        top: 17px;
    }
}

/* Comparison */
.terms-block.comparison-block {
    display: block;
    width: 100%;
}
.terms-block.comparison-block table.column-list tr td:nth-child(odd) {
    font-weight: 300;
}
.terms-block.comparison-block table.column-list tr td:first-child{
    font-weight: 400;
}
.comparison-block table.column-list tr td {
    width: auto;
}
@media (max-width:767px) {
    .comparison-block table.column-list tr td {
        width: 50%;
        display: revert;
    }
}