﻿/*html, body {
    height: 100%;
}
div#mm-0 {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
}*/
a {
    cursor: pointer;
}

    a.text-default {
        text-decoration: none;
    }

hr.dotted {
    border-style: dotted !important;
}

.show-disc ul,
.show-disc ol {
    padding-left: 20px !important;
}

    .show-disc ul li,
    .show-disc ol li {
        list-style: inherit !important;
    }

/* performance */
.display-plussign {
    display: inline;
}

.hide-plussign {
    display: none;
}

/*/* infinite scroll */
.infinite-scroll .left-panel-head {
    padding-left: 0;
}

.infinite-scroll .right-panel-head {
    padding-right: 0;
}

@media screen and (max-width: 883px) {
    .infinite-scroll .left-panel-head {
        padding-right: 0;
    }

    .infinite-scroll .right-panel-head {
        display: none;
    }
}

/* IPO */
@media screen and (max-width: 767px) {
    .ipo-suit-margin {
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .ipo-suit-margin {
        margin-top: 41px;
    }
}

/* table feed // stock margin */
table.vertical-top td {
    vertical-align: top !important;
}

.table-feed {
    width: 100%;
    text-align: center;
}

    .table-feed td {
        padding: 8px 10px;
        border-left: 1px solid #28a5e1;
        vertical-align: top;
    }

@media screen and (max-width: 883px) {
    .table-feed td {
        text-align: left;
    }
}

/* table-fluid */
@media screen and (max-width: 883px) {
    .table-fluid.table-fluid-blue .suit-sm .row-title-xs {
        background: #1e7dc3;
        color: white;
    }

    .table-fluid.table-fluid-blue .suit-sm .table-row-0 .bg-light,
    .table-fluid.table-fluid-blue .suit-sm .table-row-1 .bg-light {
        background: #ebfcff;
    }

    .table-fluid.table-fluid-blue .suit-sm .table-row-0 > div,
    .table-fluid.table-fluid-blue .suit-sm .table-row-1 > div {
        border-left: none;
    }

    .table-fluid.table-fluid-blue .suit-sm td {
        text-align: left;
    }

    .table-fluid.table-fluid-blue .suit-sm .table-row-1 {
        background: none !important;
    }

    .table-fluid.table-fluid-blue .sm-padding-horizon-none {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (min-width: 884px) {
    .table-fluid.table-fluid-blue .suit-sm .md-border-left {
        border-left: 1px solid #28a5e1;
    }
}

@media screen and (min-width: 768px) {
    .table-fluid.table-fluid-blue.table-seminar td {
        height: 58px;
    }
}


.table-fluid-brown a.t-text-color:hover {
    color: #b99128 !important;
}

.table-fluid.text-justify td {
    text-align: justify;
}

/* btn */
.chevron.chevron-inline {
    display: inline-block;
    position: relative;
    top: 4px;
}

/* newsletter */
.newsletter .chevron {
    width: 15px !important;
    height: 15px !important;
    top: 3px;
    background-size: 15px 15px !important;
}

/* pop-up */
.modal.modal-info {
    font-size: 18px;
}

/*@media (max-width: 926px) {
    .modal.modal-info .modal-dialog {
        width: 100%;
        margin-left: 10px;
    }
}

@media (min-width: 927px) {
    .modal.modal-info {
        padding: 0 !important;
    }

        .modal.modal-info .modal-dialog {
            width: 900px;
        }
}*/

/* pop-up page */
@media (max-width: 879px) {
    .pop-up {
        width: 100%;
    }
}

@media (min-width: 880px) {
    .pop-up {
        padding: 10px;
        width: 800px;
        position: relative;
        left: 50%;
        margin-left: -400px;
    }
}

.pop-up-banner img {
    width: 100%;
}

.seminar .seminar-title {
    font-size: 26px;
}

.seminar .seminar-disclaimer {
    font-size: 13px;
    width: 100%;
    height: 200px;
    overflow-y: auto;
}

@media(max-width: 329px) {
    .seminar .speaker-thumb {
        width: 100%;
    }

    .seminar .speaker-info {
        text-align: center;
    }
}

@media(min-width: 330px) and (max-width: 767px) {
    .seminar .speaker-thumb {
        width: 240px;
        left: 50%;
        margin-left: -120px;
        position: relative;
    }

    .seminar .speaker-info {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .seminar .speaker-thumb {
        width: 100%;
        max-width: 240px;
    }
}

/* stock quotation */
@media (max-width: 399px) {
    .profile-diagram {
        width: 100%;
    }
}

@media (min-width: 400px) {
    .profile-diagram {
        width: 400px;
        position: relative;
        left: 50%;
        margin-left: -200px;
    }
}

/*.form-inline .input-group .input-group-addon .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: none;
    padding: 5px 5px 6px;
    min-width: 100px;
}

.input-group-desktop .input-group-addon .btn {
    padding: 5px 12px 6px !important;
    min-width: 0 !important;
}*/

/* table vertical form */
.table-vertical-form td.visible-xs {
    border-left: none;
}

@media (max-width: 767px) {
    .table-vertical-form td {
        padding-left: 15px;
        padding-right: 15px;
    }

        .table-vertical-form td.bg-light {
            background: #ebfcff !important;
        }

    .table-vertical-form .row-title-sm {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .table-vertical-form td {
        border-left: 1px solid #28a5e1;
    }
}

.table-vertical-form-heading {
    padding: 8px 15px;
    border-left: 1px solid white;
    color: white;
    text-align: center;
}

/* chart */
.stock-chart applet {
    width: 100% !important;
}

/* quotation news */
.text-default {
    color: #1e7dc3 !important;
    border-bottom: 1px solid #1e7dc3;
    cursor: pointer;
}

/* link */
.text-pointer {
    cursor: pointer;
}

/* modal */
/*.modal-dialog {
    padding-right: 22px;
}*/

/* table fluid blue */
@media screen and (min-width: 768px) {
    .table-fluid-blue .sm-border-top {
        border-top: 1px solid #28a5e1;
    }
}

/* front page */
.feature-box .feature-calendar {
    width: 320px;
    height: 250px;
    position: relative;
    box-shadow: 0px 0px 5px #c0c0c0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* promotion */
.promotion .box-green p,
.promotion .box-cyan p,
.promotion .box-purple p {
    margin: 5px 10px;
}

.promotion .box-green {
    border-bottom: 1px solid #63b331;
}

    .promotion .box-green .box-title {
        background: #63b331;
        color: white;
        padding: 10.05px 0 10.05px;
        border-radius: 5px;
        font-size: 19px;
    }

    .promotion .box-green h5 {
        color: #63b331;
        font-size: 19px;
        /*text-decoration:underline;*/
    }

.promotion .box-cyan {
    border-bottom: 1px solid #13b3a4;
}

    .promotion .box-cyan .box-title {
        background: #13b3a4;
        color: white;
        padding: 10.05px 0 10.05px;
        border-radius: 5px;
        font-size: 19px;
    }

    .promotion .box-cyan h5 {
        color: #13b3a4;
        font-size: 19px;
        /*text-decoration:underline;*/
    }

.promotion .box-purple {
    border-bottom: 1px solid #6d4fae;
}

    .promotion .box-purple .box-title {
        background: #6d4fae;
        color: white;
        padding: 10.05px 0 10.05px;
        border-radius: 5px;
        font-size: 19px;
    }

    .promotion .box-purple h5 {
        color: #6d4fae;
        font-size: 19px;
        /*text-decoration:underline;*/
    }

.promotion .promo-special img.bonus-icon {
    height: 45px;
    width: auto;
    margin-bottom: 10px;
}

/* appointment */
.appointment select {
    -webkit-appearance: none;
    background: white url(images/chevron/chevron-down-grey.png) no-repeat;
    background-size: 20px 20px;
    background-position: center right 10px;
}

/*.appointment .btn.submit {
    margin-left: -50px !important;
}*/

/*.form-calendar input,
.form-dropdown input {
    padding-left: 7px !important;
}

.form-calendar input,
.form-dropdown input {
    padding-left: 7px !important;
}*/

.form-dropdown input {
    padding-bottom: 2px !important;
}

input.dxeEditArea {
    color: #585858 !important;
}

/* map */
#map {
    width: 100%;
    height: 480px;
    background-color: #ccc;
    color: #000;
    position: fixed !important;
    z-index: 101;
    display: none;
}

.blackout {
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    cursor: pointer;
}

.map .show-thumb,
.map .show-map {
    background-repeat: no-repeat !important;
    background-size: 38px 65px !important;
    width: 38px;
    height: 33px;
    display: block;
    float: left;
    cursor: pointer;
}

    .map .show-map:hover,
    .map .show-thumb:hover {
        background-position: 0 -35px;
    }

.map .show-map {
    background: url(images/about/network/about-network-map.png);
    margin-left: 10px;
}

.map .show-thumb {
    background: url(images/about/network/about-network-thumb.png);
}

.map address {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.map .map-btn {
    width: 100%;
    position: relative;
    display: inline-block;
}

    .map .map-btn img {
        width: 100%;
    }

.map .panel {
    margin-bottom: 6px;
}

.map .row .col-sm-4 {
    padding-bottom: 15px;
}

/* network map */
.popup-map {
    background-image: url(images/branch/map.jpg);
    background-repeat: no-repeat;
    background-position: center -50px;
    height: 500px;
    position: relative;
}
    .popup-map a {
        color: #454545;
        font-size: 12px;
        text-decoration: none;
        position: absolute;
        display: table;
    }

.map .tooltip-inner {
    /*color: black;
    background-color: white;*/
    background-color: #5a5a5a;
    line-height: 20px;
}

    .map .tooltip-inner h5 {
        margin-top: 0;
        padding-bottom: 3px;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

.map .tooltip.top .tooltip-arrow {
    border-top-color: #5a5a5a;
}

.map .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5a5a5a;
}

.map .tooltip.left .tooltip-arrow {
    border-left-color: #5a5a5a;
}

.map .tooltip.right .tooltip-arrow {
    border-right-color: #5a5a5a;
}



/* mission */
@media screen and (min-width: 768px) and (max-width: 883px) {
    .mission-suit-height {
        height: 190px;
    }
}

@media screen and (min-width: 884px) and (max-width: 1029px) {
    .mission-suit-height {
        height: 170px;
    }
}

@media screen and (min-width: 1030px) {
    .mission-suit-height {
        height: 150px;
    }
}

/* padding */
@media screen and (min-width: 768px) {
    .sm-padding-right-none {
        padding-right: 0 !important;
    }
}

/* empty data */
.jumbotron p.empty-data {
}

@media screen and (max-width: 767px) {
    .jumbotron p.empty-data {
        text-align: left !important;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron p.empty-data {
        margin-top: 20px;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
}

/* border */
.border-bottom-white {
    border-bottom: white 1px solid;
}

/* mobile app middle search bar */
@media screen and (max-width: 329px) {
    visible-extra-xs {
        display: block;
    }
}

@media screen and (min-width: 330px) {
    visible-extra-xs {
        display: none;
    }
}

/* revised global.css */
.bg-green {
    background: #95bd40 !important;
}

/*.caret {
    margin-right: 3px;
    margin-top: 8px;
    float: right;
}*/

.chevron {
    background-repeat: no-repeat !important;
}

.table-fluid-app .top-trader-comparison {
    border-bottom: 1px solid #b4b4b4 !important;
}

@media screen and (min-width: 768px) {
    .table-fluid.table-fluid-blue .table-row-2, .table-fluid.table-fluid-blue .table-row-0 {
        background: white !important;
    }

    .table-fluid.table-fluid-blue .table-row-1 {
        background: #ebfcff !important;
    }
}

.table-quote th {
    background: #1e7dc3;
    color: white;
    text-align: center;
    padding: 8px 0;
    vertical-align: top;
    font-weight: normal;
}

    .table-quote th:first-child {
        text-align: left;
        padding-left: 15px;
    }

.table-quote td {
    padding: 8px 15px;
    vertical-align: top;
}

    .table-quote td:first-child {
        border-left: none;
        width: 40%;
    }

.table-quote.suit-width td:first-child {
    width: inherit;
}

.table-quote.suit-width.squeeze td {
    padding: 8px 7px;
}

.table-quote tr:nth-child(odd) {
    background: #ebfcff;
}

.table-quote tr:nth-child(even) {
    background: white;
}

.table-quote.text-center td:first-child {
    text-align: left !important;
}

.table-quote.text-center td:last-child {
    text-align: center;
}

.table-quote.reverse tr:nth-child(odd) {
    background: white;
}

.table-quote.reverse tr:nth-child(even) {
    background: #ebfcff;
}

.table-quote.border-left-none {
    border-bottom: none;
    border-top: none;
}

    .table-quote.border-left-none td {
        border-left: none !important;
    }

.table-fluid .suit-table-padding td {
    padding-left: 15px;
    padding-right: 15px;
}

.suit-heading-margin {
    margin-top: 20px;
}

ul.disc.suit-align, ol.disc.suit-align {
    padding-left: 3px !important;
    padding-right: 30px;
}

.form-control {
    width: 100% !important;
}

/*.caret {
    background-image: url(../images/chevron/chevron-down-grey.png) !important;
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border: none !important;
}*/

.nav-tabs > li > a {
    text-decoration: none;
}

.small-rounded {
    border-radius: 4px;
}

.jumbotron p.margin-bottom-none {
    margin-bottom: 0 !important;
}

.media-middle {
    vertical-align: middle !important;
}

.nav-tabs li ul li a {
    width: 100% !important;
    border: none !important;
}

.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.nav-tabs .dropdown-menu {
    width: 100%;
    margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
    .sm-padding-horizon-none {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .table-fluid .fixed-height .table-row-0 > div td,
    .table-fluid .fixed-height .table-row-1 > div td,
    .table-fluid .fixed-height .table-row-2 > div td {
        padding-top: 5px;
        vertical-align: middle;
    }

    .table-fluid .fixed-height .table-row-0 > div > div,
    .table-fluid .fixed-height .table-row-1 > div > div,
    .table-fluid .fixed-height .table-row-2 > div > div {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .xs-suit-margin-top {
        margin-top: 15px;
    }
}

@media screen and (max-width: 883px) {
    .warrantcbbc .text-default {
        color: white !important;
        border-bottom: 1px solid white;
    }

    .warrantcbbc .sm-padding-horizon-none {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.pop-up img {
    width: 100% !important;
}
.pop-up img.auto {
    width: auto !important;
}

#accordion .panel #collapseThree #accordion-child .panel-body a.research,
#accordion .panel #collapseSix .col-xs-12 a.research,
#accordion .panel #collapseFive .col-xs-12 a.research,
.tab-content a.learn-more {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-top: 0 !important;
}

.modal-content.ipo-insight table {
    width: 100% !important;
}

    .modal-content.ipo-insight table tr:nth-child(2n) {
        background: #ebfcff !important;
    }
