/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(120,17): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(121,28): run-time error CSS1039: Token not allowed after unary operator: '-bgColorTab'
(122,28): run-time error CSS1039: Token not allowed after unary operator: '-borderColor'
(185,32): run-time error CSS1039: Token not allowed after unary operator: '-hoverBgTabColor'
(190,28): run-time error CSS1039: Token not allowed after unary operator: '-activeBgTabColor'
(198,40): run-time error CSS1039: Token not allowed after unary operator: '-activeBorderColor'
(218,35): run-time error CSS1039: Token not allowed after unary operator: '-borderColor'
(228,28): run-time error CSS1039: Token not allowed after unary operator: '-borderColor'
(253,35): run-time error CSS1039: Token not allowed after unary operator: '-borderColor'
(259,28): run-time error CSS1039: Token not allowed after unary operator: '-hoverBgColor'
(262,28): run-time error CSS1039: Token not allowed after unary operator: '-activeBgColor'
 */
#liquidity {
    --textColor: #545b66;
    --bgColorTab: #f8f9fa;
    --bgColorRow: #f7f8f9;
    --activeBgColor: #ffe5bf; /*#ffe5bf  #e1f5fe*/
    --activeBgTabColor: #e1f5fe;
    --hoverBgColor: #ffdead;
    --hoverBgTabColor: #e1f5fe;
    --borderColor: #efefef;
    --activeBorderColor: #1562a1;
}
.liquidity-container {
    /*padding-left: 10px;
    padding-right: 10px;*/
    position: relative;
}
.liquidity-container--fullscreen {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 150;
    background-color: #fff;
    margin: 0px;
}
.liquidity__header {    
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px;
    border: 1px solid #efefef;
    border-bottom: none;
}
.liquidity__header-title {
    font-weight: 700;
    padding: 0px 10px;
    color: #545b66;
    font-size: 15px;
    cursor: default;
    white-space: nowrap;
    flex-grow: 1;
}
.liquidity__header-buttons {
    display: flex;
    align-items: center;
}
.liquidity__header-button {
    margin-left: 10px;
    cursor: pointer;
}
.liquidity__header-img, .liquidity__header-img-hover {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    margin-top: -3px;
    /*display: inline-block;*/
    max-height: unset;
    max-width: unset;
}
.liquidity__header-img {
    display: inline-block;
}
.liquidity__header-img-hover {
    display: none;    
}
.liquidity__header-button:hover .liquidity__header-img {
    display: none;
}
.liquidity__header-button:hover .liquidity__header-img-hover {
    display: inline-block;
}
.liquitidy__info {    
    margin-left: 10px;
    color: #3d3f41;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}
    .liquitidy__info:hover .liquidity__tips {
        display: block
    }
.liquidity__tips {
    display: none;
    position: absolute;
    top: 28px;
    left: -120px;
    padding: 10px;
    border: 1px solid #efefef;
    background-color: #335295;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    z-index: 5;
    width: 880px;
    white-space: normal;
}
    .liquidity__tips:after {
        content: " ";
        position: absolute;
        top: -12px;
        left: 118px;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #335295 transparent;
    }
.liquidity__tips p {
    margin-bottom: 5px;
}
.liquidity__top-row {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--textColor);
    background-color: var(--bgColorTab);
    border: 1px solid var(--borderColor);
    height: 35px;
}
    .liquidity__top-row:after{
        clear: both;
    }
.liquidity__search-symbol {    
    padding: 7px 10px;
    background-color: #fff;
    height: 33px;
    cursor: default;
    white-space: nowrap;
}
    .liquidity__search-symbol:hover {
        background-color: #f3f3f3;
    }
        
.liquidity__symbol-code {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 5px;
}
.liquidity__symbol-ico {
    font-size: 13px;
    color: #808181;
}
.liquidity__price-info {
    flex-grow: 1;
    padding: 7px 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.liquidity__price-info--up {
    color: #09a909;
}
.liquidity__price-info--dn {
    color: #bb0808;
}
.liquidity__price-info--st {
    color: #e79405;
}
.liquidity__close-price {
    margin-right: 10px;
}
.liquidity__change {
    margin-right: 5px;
    white-space: nowrap;
}
.liquidity__perChange {

}
.liquidity__duration {
    display: flex;
    align-items: center;
}
.liquidity__time-frame {
    padding: 7px 15px;
    cursor: pointer;
    height: 32px;
    margin-right: 1px;
}
    .liquidity__time-frame:hover {
        background-color: var(--hoverBgTabColor);
    }
.liquidity__time-frame--active {
    font-weight: bold;
    position: relative;
    background-color: var(--activeBgTabColor);
    color: #0b5495 !important;
    cursor: default;
}
    .liquidity__time-frame--active:after {
        content: " ";
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed var(--activeBorderColor);
        position: absolute;
        left: 0px;
        bottom: -2px;
    }

/* DROPDOWN SEARCH */
.liquidity__search-dropdown {
    display: none;
    position: absolute;
    left: 1px;
    top: 37px;
    background-color: #fff;
    box-shadow: 1px 2px 3px #0c0b0b59;
    border-radius: 2px;
    z-index: 10;
    width: 450px;
}
.liquidity__search-header {
    padding: 10px;
    border-bottom: 1px solid var(--borderColor);
    background-color: #fdfdfd;
}
.liquidity__search-ico {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #63615f;
}
.liquidity__search-input {
    border: 1px solid var(--borderColor);
    outline: none;
    padding: 7px;
    width: 100%;
    padding-right: 30px;
    font-size: 13px;
    text-transform: uppercase;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
    .liquidity__search-input::placeholder {
        text-transform: none;
    }
    .liquidity__search-input:hover, .liquidity__search-input:focus {
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

.liquidity__search-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.liquidity__search-item {
    padding: 7px 10px;
    border-bottom: 1px solid var(--borderColor);
    display: flex;
    align-items: center;
    cursor: default;
}
.liquidity__search-item:hover {
    background-color: var(--hoverBgColor);
}
.liquidity__search-item--active {
    background-color: var(--activeBgColor);
}
.liquidity__logo-frame {
    min-width: 65px;
    width: 65px;
    height: 30px;
    text-align: center;
}
.liquidity__logo-frame img {
    max-width: 100%;
    max-height: 100%;
}
.liquidity__stock-frame {
    margin-left: 10px;
}

.liquidity__stock-name {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.liquidity__stock-alias {
    margin-top: 5px;
    color: #676767;
}

.liquidity__search-body {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
    .liquidity__search-body::-webkit-scrollbar {
        width: 6px;
        height: 0px;
    }

    .liquidity__search-body::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #efefef;
    }

    .liquidity__search-body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #b6b7b7;
    }
/* CHART */
.liquidity__chart-content {
    margin-top: 10px;
    height: 400px;
    width: 100%;
}
.liquidity__chart-content--fullscreen {
    margin-top: 10px;
    /*height: 500px;*/
    height: calc(100% - 100px);
}
#liquidity-chart .highcharts-container {
    background: url(https://image.vietstock.vn/common/vietstock_60.png) no-repeat center 25%;
}
.highcharts-legend-item {
    font-family: 'Roboto', Helvatica;
    font-size: 12px;
}
.highcharts-legend-item text {
    font-weight: 500 !important;
}
/*-------*/
/*Tooltip formater of chart*/
.liquidity__tooltip-formatter {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    padding: 2px 4px;
    background-color: rgba(247, 247, 247, 0.6);
    color: #0e0e0e;
    border-radius: 2px;
}

.liquidity__tooltip-code {
    font-size: 13px;
    font-weight: 700;
    color: #636363;
}

.liquidity__tooltip-data {
    display: flex;
    align-items: center;    
    padding: 2px 0px;
    font-size: 13px;
}

.liquidity__tooltip-color {
    height: 10px;
    width: 20px;
    margin-right: 5px;
}
.liquidity__tooltip-color--history {
    background-color: #dee1e6;
}

.liquidity__tooltip-color--current {
    background-color: #2ca8ff;
}

.liquidity__tooltip-name {
    margin-right: 10px;
}
.liquidity__tooltip-value {
    font-weight: 500;
}
.liquidity__tooltip-trading-date {
    margin-top: 5px;
    font-weight: 500;
}
.liquidity__tooltip-trading-date-value {

}

/* ---------------- */
/* Tooltip at top row */

.liquidity__duration-tooltip {
    position: relative;
}

    .liquidity__duration-tooltip:before {
        content: attr(data-tooltip);
        font-weight: normal;
        margin-top: -15px;
        /* basic style */
        background-color: #335295;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        /* vertically center */
        transform: translate(-10%, -100%);
        text-align: center;
    }
    .liquidity__duration-tooltip:last-child:before {
        transform: translate(-70%, -100%);
    }
    .liquidity__duration-tooltip:after {
        content: " ";
        top: 0px;
        margin-top: -17px;
        border-width: 6px;
        border-style: solid;
        border-color: #335295 transparent transparent transparent;
    }

    .liquidity__duration-tooltip:before, .liquidity__duration-tooltip:after {
        /*visibility: hidden;*/
        display: none;
        pointer-events: none;
        position: absolute;
        z-index: 10;
    }

.liquidity__time-frame:hover .liquidity__duration-tooltip:before,
.liquidity__time-frame:hover .liquidity__duration-tooltip:after,
.liquidity__search-symbol:hover .liquidity__duration-tooltip:before,
.liquidity__search-symbol:hover .liquidity__duration-tooltip:after
{
    display: block;
}

/* ----- */
/* MEDIA SCREEN */
@media screen and (max-width: 375px) 
{
    .liquidity__tips {
        width: 360px !important;
    }
}

@media screen and (max-width: 480px) {
    .liquidity__top-row {
        overflow-x: auto;
    }

    .liquidity__price-info {
        display: none;
        width: 0px;
    }

    .liquidity__search-dropdown {
        width: 350px;
    }

    .liquidity__chart-content {
        height: 300px;
    }

    .liquidity__chart-content--fullscreen {
        height: 300px;
    }
    .liquidity__time-frame:hover .liquidity__duration-tooltip:before,
    .liquidity__time-frame:hover .liquidity__duration-tooltip:after,
    .liquidity__search-symbol:hover .liquidity__duration-tooltip:before,
    .liquidity__search-symbol:hover .liquidity__duration-tooltip:after {
        display: none;
    }
    .liquidity__tips {
        width: 380px;
    }
}

@media screen and (min-width: 481px) and (max-width: 860px) {
    .liquidity__chart-content {
        height: 320px;
    }
    .liquidity__chart-content--fullscreen {
        height: 320px;
    }
    .liquidity__tips {
        width: 700px;
    }
}
