/* topbar, logobar css - start */

a:focus, a:hover {
    text-decoration: none
}

.list-topbar {
    display: inline-block;
    margin-bottom: 0px;
}

.date-topbar {
    margin-right: 60px;
}

.topbar a {
    color: #fff;
}

.topbar {
    background-color: #edaa4e;
    border-bottom: 1px solid #D89F53;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

    .topbar .list-inline > li {
        padding-top: 5px;
    }


    .topbar .dropdown-menu > li > a:hover {
        background: #edaa4e;
        color: #fff;
    }

p.date-topbar {
    padding-top: 5px;
}

.logobar {
    background: transparent;
    margin: 20px 0px;
}

[class^="icon-"], [class*=" icon-"] {
    padding-right: 5px;
}
/* topbar css - end */

/* Navbar Css - Start */

.navbar {
    z-index: 1001;
}

.navbar-inverse {
    background: #1c8b98;
    border: 1px solid #0F8794;
    border-radius: 0px;
}


.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

    .affix + .container-fluid {
        padding-top: 70px;
    }

.search-form > .dropdown-menu > li {
    padding: 10px;
    width: 310px;
}

.search-form > a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
        background-color: transparent !important;
        padding: 0px 14px;
        height: 48px;
        line-height: 47px;
    }

        .navbar-inverse .navbar-nav > li.active > a,
        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            border-bottom: 4px solid #edaa4e;
        }

    .navbar-inverse .dropdown-menu > li > a:hover,
    .navbar-inverse .dropdown-menu > li.active > a {
        background: #edaa4e;
        color: #fff;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar-inverse .navbar-nav a {
        font-size: 13px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

        .navbar-inverse .navbar-toggle:focus {
            background: transparent;
        }

        .navbar-inverse .navbar-toggle:hover {
            background: #edaa4e;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background: #fff !important;
        }

        .navbar-inverse .navbar-toggle:hover .icon-bar,
        .navbar-inverse .navbar-toggle:focus .icon-bar {
            background: #fff !important;
        }

    .navbar-inverse .navbar-collapse {
        background: #1c8b98;
        border: 0px;
        border-radius: 0px;
        border-top: 1px solid #0f8794;
        border-bottom: 1px solid #0f8794;
    }

    .navbar-inverse .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .navbar-inverse .navbar-nav li > a {
            background-color: transparent !important;
            border-top: 1px solid #289AA6;
            border-bottom: 1px solid #0f8794;
            color: #fff;
        }

            .navbar-inverse .navbar-nav li > a:hover {
                background: #edaa4e !important;
            }

    .navbar-inverse .dropdown-menu {
        padding: 0px;
    }

        .navbar-inverse .dropdown-menu > li > a {
            padding: 10px 25px !important;
            color: #fff !important;
        }

    .navbar-inverse .open > a,
    .navbar-inverse .open > a:hover,
    .navbar-inverse .open > a:focus {
        border-top: 1px solid #289AA6;
        border-bottom: 1px solid #0f8794;
    }

    .dropdown-header {
        border-top: 1px solid #289AA6 !important;
        color: #ddd;
    }

    .dropdown-menu .divider {
        display: none;
    }

    .additional-login-btn {
        border-left: none;
        /*border-top: 1px solid #e6e6e6;*/
        text-align: left;
    }

        .additional-login-btn .btn {
            display: inline-block;
        }
}

/* Navbar Css - End */

/* Nav Pills Css Override - Start */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
    background: #edaa4e;
    color: #fff;
}

.nav-news {
    text-transform: uppercase;
    list-style: none;
    padding-left: 0px;
    border: none;
}

    .nav-news > li {
        display: inline-block;
    }

        .nav-news > li > a {
            padding: 3px 6px;
            color: #444;
            font-size: 14px;
            text-decoration: none;
        }

    .nav-news.no-upper {
        text-transform: none;
    }

    .nav-news > li.active > a,
    .nav-news > li > a:hover {
        background: #edaa4e;
        color: #fff;
    }

.nav-primary > li.active > a {
    background: #204d74;
}

.nav-success > li.active > a {
    background: #4cae4c;
}

.nav-info > li.active > a {
    background: #4db2ec;
}

.nav-danger > li.active > a {
    background: #ac2925;
}

/* News Pills Css Override - End */

/* Advert Css - Start */

.advert {
    text-align: center;
    width: 100%;
}

    .advert img {
        display: block;
        margin: 0 auto;
    }

/* Advert Css - End */

/* News Thumbnail Css - Start*/

.media-news {
    position: relative;
    margin-bottom: 12px;
    clear: both;
}

    .media-news .media-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .media-news .media-wrap {
        margin: 0px 0px 10px 0px;
        overflow: hidden;
    }

.media-news-lg .media-wrap,
.media-news-lg .media-wrap,
.media-news-md .media-wrap,
.media-news-sm .media-wrap {
    width: 100%;
    height: 200px;
}

.media-news-xs .media-wrap {
    width: 100px;
    height: 65px;
    margin: 0px;
    padding: 0px;
}

.media-news .media-left {
    float: left;
    margin-right: 10px;
    padding-right: 0px;
}

.media-news .media-right {
    float: right;
    margin-left: 10px;
    padding-left: 0px;
}

.media-news .media-title {
    margin: 0px;
    /*font-size: 20px;*/
    font-size: 22px;
    line-height: 1.42857143;
}

.media-news .newsTitle {
    font-size: 38px !important;
    font-weight: 600 !important;
}

.media-news .media-label {
    color: #cbcbcb;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    display: block;
}

.media-news .media-content {
    margin: 6px 0px 0px 0px;
    font-size: 16px;
}

.media-news-xs .media-title {
    padding-top: 2px;
    font-size: 18px;
}

.media-news .media-body > .media-title,
.media-news .media-body > .media-title > a {
    color: #333;
    font-size: 16px;
}

    .media-news .media-body > .media-title,
    .media-news .media-body > .media-title > a:hover {
        text-decoration: none;
        outline: 0;
        color: #1c8b98 !important;
        text-decoration: none;
    }


.media-news .media-body > .medita-title > span {
    font-size: 12px;
}

.media-news .media-body-float {
    position: absolute;
    bottom: 10px;
    left: 0px;
    padding: 10px;
    background: rgba(68,68,68,0.7);
    word-wrap: break-word;
    max-width: 500px;
}

    .media-news .media-body-float > .media-title,
    .media-news .media-body-float > .media-title > a {
        color: #fff !important;
    }

.media-content img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .media-news-lg .media-wrap {
        height: 483px;
    }

    .media-news-lg.alt .media-wrap {
        height: 357px;
    }

    .media-news-md .media-wrap {
        height: 235px;
    }

    .media-news-md.alt .media-wrap {
        height: 473px;
    }

    .media-news-sm .media-wrap {
        height: 159px;
    }

    .media-news-md .media-left {
        width: 360px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .media-news-lg .media-wrap {
        height: 435px;
    }

    .media-news-lg.alt .media-wrap {
        height: 357px;
    }

    .media-news-md .media-wrap {
        height: 217px;
    }

    .media-news-md.alt .media-wrap {
        height: 437px;
    }

    .media-news-sm .media-wrap {
        height: 143px;
    }

    .media-news-md .media-left {
        width: 294px;
    }
}

@media only screen and (max-width: 991px) {
    div#ctl00_ContentPlaceHolder1_err_newsDetail {
        height: 460px !important;
    }
}

@media only screen and (min-width: 768px) {
    .media-news-lg .media-title {
        /*font-size: 26px;*/
        font-size: 28px;
    }
}

.news-detail {
    font-size: 16px;
}

/* News Thumbnail Css - End */

/* Page Header Css Override - Start */

.page-header {
    border-bottom: 2px solid #1c8b98;
    padding-bottom: 5px;
    text-align: left;
	line-height :1;
}

    .page-header > span {
        background-color: #1c8b98;
        padding: 5px 10px;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }

    .page-header > a {
        color: #444;
        font-size: 14px;
    }

.header-primary {
    border-color: #204d74;
}

    .header-primary > span {
        background-color: #204d74;
    }

.header-success {
    border-color: #4cae4c;
}

    .header-success > span {
        background-color: #4cae4c;
    }

.header-info {
    border-color: #4db2ec;
}

    .header-info > span {
        background-color: #4db2ec;
    }

.header-danger {
    border-color: #ac2925;
}

    .header-danger > span {
        background-color: #ac2925;
    }

/* Page Header Css Override - End */

/* Well Css Override - Start */

.well-primary {
    border-color: #0f8794;
    background-color: #1c8b98;
}

.well-success {
    border-color: #43a543;
    background-color: #47a447;
}

.well-danger {
    border-color: #df3c28;
    background-color: #d2322d;
}

.well-primary,
.well-success,
.well-danger {
    color: #fff;
}

/* Well Css Override - End */

/* Image Viewer Css - Start */

.panel-footer-alt {
    border-top: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

/* Image Viewer Css - End */

/* Label Css Override - Start */

.label-default {
    background: #edaa4e;
}

/* Label Css Override - End */

/* Table Css Override - End */

.table td > a > i,
.table td > a > span {
    color: #333;
}

.table tr.increase-row > td,
.table tr.decrease-row > td,
.table tr.nochange-row > td,
.table tr.increase-row > td > a,
.table tr.decrease-row > td > a,
.table tr.nochange-row > td > a {
    color: #fff !important;
}

.table tr.increase-row > td {
    background-color: #47a447;
}

.table tr.increase-row:hover > td {
    background-color: #5cb85c;
}

.table tr.decrease-row > td {
    background-color: #d2322d;
}

.table tr.decrease-row:hover > td {
    background-color: #d9534f;
}

.table tr.nochange-row > td {
    background-color: #ed9c28;
}

.table tr.nochange-row:hover > td {
    background-color: #f0ad4e;
}

/* Table Css Override - End */

/* Live Trading Css - Start */


/* Live Trading Css - End */

/* Index Slider Css - Start */

.list-sliding {
    position: relative;
    height: 90px;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

    .list-sliding > li {
        text-align: center;
        margin: 0px;
        height: 90px;
        padding: 15px;
    }

    .list-sliding > .list-item {
        width: 200px;
        border-left: 1px solid #ddd;
    }

.list-sliding-nav {
    float: left;
}

@media only screen and (max-width:767px) {
    .list-sliding > .list-item {
        width: 100%;
    }

    .list-sliding > li, .list-sliding-nav > button {
        display: block;
    }

    .list-sliding-nav {
        clear: both;
    }
}

/* Index Slider Css - End */

/* Well Nav Css - Start */

.well-nav {
    padding: 0px;
    border-radius: 0px;
}

    .well-nav .nav-pills > li > a,
    .well-nav .nav > li > a:hover,
    .well-nav .nav > li > a:focus {
        border-radius: 0px;
    }

/* Well Nav Css - End */

/* Increase - Decrease Text Css - Start */

.text-increase {
    color: #0dbe0d !important;
}

.text-decrease {
    color: #f33 !important;
}

/* Increase - Decrease Text Css - End */

/* Add - Sell Share Css - Start */

.panel-addshare .serial-number, .panel-sellshare .serial-number {
    width: 20px;
}

.panel-addshare .transaction-number, .panel-sellshare .transaction-number {
    width: 140px;
}

.panel-addshare .symbol, .panel-sellshare .symbol {
    width: 90px;
}

.panel-addshare .quantity, .panel-sellshare .quantity {
    width: 100px;
}

.panel-addshare .rate, .panel-sellshare .rate {
    width: 80px;
}

.panel-addshare .broker, .panel-sellshare .broker {
    width: 110px;
}

.panel-addshare .portfolio, .panel-sellshare .portfolio {
    width: 150px;
}

.panel-addshare .shareholder, .panel-sellshare .shareholder {
    width: 160px;
}

.panel-sellshare .baseprice {
    width: 100px;
}

.panel-sellshare .tax {
    width: 100px;
}

.panel-addshare .search, .panel-sellshare .search {
    width: 40px;
}

.panel-addshare .delete, .panel-sellshare .delete {
    width: 30px;
}

.panel-addshare .header-row > div, .panel-addshare .content-row > div, .panel-sellshare .header-row > div, .panel-sellshare .content-row > div {
    display: inline-block;
    padding: 5px;
}

.panel-sellshare .search {
    padding: 0px !important;
}

.panel-addshare .header-row, .panel-sellshare .header-row {
    font-weight: bold;
}

.panel-addshare .header-row, .panel-addshare .content-row, .panel-addshare .footer-row, .panel-sellshare .header-row, .panel-sellshare .content-row, .panel-sellshare .footer-row {
    margin-left: 20px !important;
}

.text-black {
    color: #333;
}

/* Add - Sell Share Css - End */

/* Announcement Css - Start */

.announcement-list {
    margin-bottom: 20px;
}

    .announcement-list .media {
        margin-top: 10px;
    }

    .announcement-list .pull-left {
        width: 90px;
    }

/* Announcement Css - End */

/* Popover Css Override - Start */

.popover {
    border-radius: 0px;
    padding: 0px;
}

.popover-title {
    background-color: #1C8B98;
    border-color: #0F8794;
    border-radius: 0px;
    color: #fff;
}

.popover-content {
    color: #333 !important;
    font-size: 14px !important;
}

.popover-footer {
    padding: 15px 0px 5px 0px;
}

    .popover-footer .btn {
        border-radius: 0px;
    }

.popover-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1009;
    opacity: 0.2;
    background-color: #000;
}

/* Popover Css Override - End */

/* Button Css Override - Start */

.btn-primary {
    background-color: #2C98A5;
    border-color: #0F8794;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #1C8B98;
        border-color: #0F8794;
    }

/* Button Css Overrdie - End */

/* Panel Css Override - Start */

.panel-default > .panel-heading {
    color: #fff;
    background-color: #1C8B98;
    border-color: #0F8794;
    border-radius: 0px;
}

.panel-success {
    border-color: #43a543;
}

.panel-danger {
    border-color: #df3c28;
}

/* Panel Css Override - End */

/* alert css override - start */

.alert-success,
.panel-success > .panel-heading {
    background-color: #47a447;
    border-color: #43a543;
    color: #fff;
}

.alert-danger,
.panel-danger > .panel-heading {
    background-color: #d2322d;
    border-color: #df3c28;
    color: #fff;
}

    .alert-danger .close,
    .alert-success .close {
        color: #fff;
        opacity: 0.8;
    }

        .alert-danger .close:hover,
        .alert-danger .close:focus,
        .alert-success .close:hover,
        .alert-success .close:focus {
            opacity: 1;
        }

/* alert css override - start */

/*Begin Pager CSS */

.pagging {
    /*height: 20px;*/
    display: flex;
    padding: 8px 10px;
    line-height: 19px;
    color: #949494;
}

    .pagging a {
        border-radius: 4px;
        background: url(images/pagging.gif) repeat-x 0 0;
        height: 20px;
        float: left;
        padding: 0 8px;
        border: solid 1px #d5d5d5;
        text-decoration: none;
        color: #949494;
        margin-left: 5px;
    }

        .pagging a:hover, .pagging a.current_page:hover {
            border-radius: 4px;
            border-color: #D81500;
            background: #e14b3b;
            color: #fff;
        }

        .pagging a.current_page {
            border-radius: 4px;
            border-color: #D81500;
            background: #e14b3b;
            color: #fff;
            cursor: default;
        }

    .pagging span {
        float: left;
        margin-left: 5px;
        padding-top: 2px;
    }

/*End Pager CSS*/

/* jquery ui css override - start */

.ui-datepicker {
    z-index: 11 !important;
}

.ui-autocomplete {
    z-index: 9999 !important;
    /*1002*/
}

/* jquery ui css override - end */

.date-label {
    padding-bottom: 10px;
}

.summary-label {
    background-color: #428bca;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.table-index .increase > td + td {
    color: #0dbe0d;
}

.table-index .decrease > td + td {
    color: #f33;
}


.media a {
    color: #000;
}

.text-primary {
    color: #1c8b98;
}

a:hover .text-primary {
    color: #edaa4e;
}

.callout {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #1c8b98;
}

.footer {
    margin-top: 40px;
    padding: 20px 0px 0px 0px;
    background: #1c8b98;
    color: #fff;
}

    .footer .nav-stacked {
        list-style: none;
    }

.list-social-icons a {
    color: #333;
    text-decoration: none;
}

.footer .list-social-icons a,
.footer .nav-stacked a {
    color: #fff;
    text-decoration: none;
}

.list-social-icons a:hover {
    color: #edaa4e
}

.copyright {
    background-color: #edaa4e;
    padding: 7px 0px;
    color: #fff;
    font-size: 12px;
}

    .copyright a {
        color: #fff;
    }

    .copyright ul {
        margin-bottom: 0px;
    }

.watchlist-toolbar .btn-toolbar {
    margin-bottom: 10px;
}


@media only screen and (max-width: 767px) {
    .watchlist-toolbar .btn-toolbar.pull-right {
        float: none !important;
    }
}

.td-icon {
    width: 40px;
}

.td-icon-xl {
    width: 150px;
}

.td-icon-md {
    width: 100px;
}

.td-icon-lg {
    width: 70px;
}

.td-icon-sm {
    width: 20px;
}

.form-control-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.img-left {
    float: left;
    margin-right: 10px;
}

.img-right {
    float: right;
    margin-left: 10px;
}

/* index graph css - start */

.chart-container {
    display: none;
    width: 100%;
}

.chart {
    width: 100%;
    height: 100%;
}

.chart-error {
    display: none;
}

/* index graph css - end */

/*.data-processing {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
    height: 80%;
    background: #fff;
    opacity: 0.5;
}

.data-processing span {
    opacity: 1;
}*/

.viewer {
    width: 100%;
    height: 700px;
    position: relative;
}

.processing {
    background: url(images/ajax-loader.gif) no-repeat;
    height: 100px;
    width: 100px;
    z-index: 2000;
}

.increase-row [class^="icon-"],
.decrease-row [class^="icon-"],
.nochange-row [class^="icon-"] {
    color: #fff !important;
}

/* start headline news*/
.headlineTitle {
    display: block;
    position: relative;
    font-size: 45px;
    color: #1c8b98;
    line-height: 76px;
    padding-bottom: 0;
    padding-left: 40px;
    border-bottom: 1px solid #ddd;  
}

    .headlineTitle a {
        color: #1c8b98;
    }

        .headlineTitle a:hover {
            color: #edaa4e;
            text-decoration: none;
        }

    .headlineTitle:before {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        top: 20px;
        left: 0;
        border-left: 18px solid #edaa4e;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        z-index: 2;
    }

    .headlineTitle:after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        top: 20px;
        left: 7px;
        border-left: 18px solid #1c8b98;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        z-index: 1;
    }
/* end headline news*/

#offer_modal {
    text-align: center;
}

    #offer_modal .close {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        background: #000000;
        border-radius: 50%;
        text-align: center;
        line-height: 0;
        opacity: 1;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-weight: 400;
    }

    #offer_modal .modal-dialog {
        display: inline-block;
    }

    #offer_modal .modal-content {
        border-radius: 0px;
    }

.modal-content-buysell {
    border-radius: 0px;
}

#offer_modal .modal-body {
    padding: 10px 22px;
}

/*#offer_modal .modal-dialog {
    margin-top: 100px;
}*/

#offer_modal .modal-dialog img:hover {
    opacity: 0.75;
}

@media only screen and (max-width:767px) {
    #offer_modal .modal-dialog {
        margin: 100px 15px 0px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-dialog {
        width: auto !important;
        /*margin: 30px auto;*/
    }
}

.googleAds {
    width: 728px;
    max-width: 100%;
    padding: 0 15px;
}

/*.icon-button(@icon-url, @icon-size: 16px, @icon-inset: 10px, @border-color: #000, @background-color: transparent)
 {
    height: @icon-size * 2;
    padding-left: @icon-size + @icon-inset * 2;
    padding-right: @icon-inset;
    border: 1px solid @border-color;
    background: @background-color url(@icon-url) no-repeat @icon-inset center;
    cursor: pointer;
}

input.button-add {
    .icon-button("http://placehold.it/16x16", @background-color: #ff9900);
}*/

.btn-export {
    background-position: 90% 4px;
    background-position: 9px 4px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}

#tbl-event-calendar {
    width: 100%;
}

    #tbl-event-calendar thead tr {
        border-bottom: 1px solid #dddddd;
        background: #dddddd;
        height: 18px;
    }

        #tbl-event-calendar thead tr th {
            padding: 8px;
            text-align: center;
        }

    #tbl-event-calendar tbody tr td {
        padding: 8px;
        text-align: center;
        border-bottom: 1px solid #dddddd;
    }

        #tbl-event-calendar tbody tr td a {
            text-decoration: none;
        }

        #tbl-event-calendar tbody tr td:hover {
            background: #edaa4e;
            border: 1px solid #1c8b98;
        }

    #tbl-event-calendar .tooltip.in {
        opacity: 1;
    }

    #tbl-event-calendar .tooltip-inner {
        width: 400px;
        max-width: 99%;
        text-align: left;
        background: #1c8b98;
        padding: 15px;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    }

    #tbl-event-calendar .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #1c8b98;
    }





/*padding: top right bottom left
    padding: 6px 12px 6px 12px;
    ==========================================*/
.icon-export {
    background: transparent url(/Content/images/excel.png) no-repeat;
    background-position: 90% 4px;
    background-position: 9px 4px;
    margin-bottom: 4px;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 32px;
    cursor: pointer;
    height: 12px;
}



/*.ui-tabs .ui-tabs-nav,.ui-tabs .ui-tabs-nav li{
    background:transparent;
}
.ui-tabs .ui-tabs-nav{
    border:0px;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid #1c8b98;
    border-radius:0px;
    margin-top:2px;
}
.ui-tabs .ui-tabs-nav li a{
    margin-right:0px;
    background-color: transparent;
    font-size:medium;
}
.ui-tabs .ui-tabs-nav li.active a {
    background-color: #1c8b98;
    background-color: #edaa4e;
    color:#fff;
    border:0px;
    
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #1c8b98;
    background-color: #edaa4e;
    color: #fff;
    border: 0px;
}

.tab-content > .tab-pane {
    border: 1px;
}

#tabs {
    border: 0px;
}

#MsgBoard {
    border: 1px none #edaa4e;
    border-collapse: collapse;
    width: 100%;
    border-color: #ddd;
    padding: 12px;
}

    #MsgBoard > td {
        height: 41px;
    }


/*.ui-datepicker {
z-index: 1000;
 width: 17em;
width:500px;
padding: .2em .2em 0;
display: none;
position: absolute;
padding: 100px 20px;
top: 100px;
left: 50%;
margin-top: -100px;
 }*/

.popupbox1 {
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    box-shadow: 0 0 10px #000000;
    display: none;
    border-radius: 2px;
    left: 50%;
    padding: 10px;
    position: fixed;
    top: 20%;
    width: 430px;
    z-index: 9999;
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3); */
}

.closePopup {
    float: right;
    margin: -25px -25px 0 0;
}

#eventPopup {
    height: auto !important;
}

#calendar_wrap .date-label a {
    text-decoration: none;
}

.btndownload.dropdown-toggle {
    padding: 7px 12px;
    margin-bottom: 5px;
    background: #0F8794;
    color: #ffffff !important;
}

.pdfobject-container {
    height: 500px;
}

.pdfobject {
    border: 1px solid #666;
}


.img-ads {
    float: left;
    margin: 7px 10px 10px 0;
    max-width: 100%;
}

.owl-nav a {
    text-decoration: none;
    opacity: 0;
    transition: all 0.5s ease-in;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel {
    padding: 0px 18px;
}

    .owl-carousel:hover .owl-nav a {
        opacity: 1;
    }

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.1;
    }
}


.table-grid {
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 30px;
}

.table-wrapper .page-header {
    background: #1c8b98;
    margin: 0;
    padding: 15px;
}

    .table-wrapper .page-header > span {
        background-color: transparent;
        padding: 0;
    }

.table-wrapper .date-label {
    padding-bottom: 10px;
    padding-top: 10px;
}

.table-wrapper .table-responsive > .table {
    margin-bottom: 0;
}

.table-wrapper:nth-child(3n+1) {
    clear: both;
}

.table-grid .owl-stage-outer {
    padding: 15px 10px 15px 5px;
}

.table-grid .owl-prev a {
    margin-left: 5px;
}

.table-grid .owl-next {
    margin-right: 5px;
}


span.stars, span.stars span {
    display: block;
    background: url(/Content/images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

    span.stars span {
        background-position: 0 0;
    }

.amExportButton {
    display: none;
}
/*.footer-advert {
    position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 9999;height: 90px;transition: 0.3s all linear;
} */

.sticky-footer-advert .advert {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

.footer-advert .advert {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    transition: 0.3s all linear;
    padding: 0 15px;
    margin-bottom: 0;
}


/* .footer-advert.moveddown {
    bottom: -90px;
} */
.footer-advert.moveddown .advert {
    bottom: -90px;
}

.mobile-advert-advert .mobile-advert {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    transition: 0.3s all linear;
    /*padding: 0 15px;*/
}

.mobile-advert.modal-body {
    padding: 5px;
}

.mobile-advert .modal-dialog {
    margin: 0;
}

.mobile-advert .modal-body {
    padding: 5px;
}

.mobile-advert .modal-content {
    width: 100%;
}

.install-btn {
    margin-right: 50px;
    padding: 4px 8px !important;
}
/* .footer-advert.moveddown {
    bottom: -90px;
} */
.amChartsLegend {
    display: none;
}

.fundamental_table .amChartsLegend {
    display: block;
}

.dropdownDatalist {
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
    width: 0;
}

.tbl-toggle {
    position: relative;
}

.toggle-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    background: white;
    z-index: 100;
}

.tbl-toggle button.form-control {
    position: relative;
    padding-left: 15px;
    text-align: left;
}

    .tbl-toggle button.form-control b {
        position: absolute;
        top: 50%;
        right: 5px;
    }

.tbl-toggle .table tr > td {
    border-top: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tbl-toggle .table {
    border: 1px solid #dddddd;
}

.showCriteria {
    display: block;
}

.hideCriteria {
    display: none;
}

.div-tags {
    display: inline-block;
    padding: 5px;
    margin: 0px 5px 5px 0px;
}

.marketdepth {
    color: #fff;
    background: red;
}

.credential_footer {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tikker-bell {
    position: relative;
}

    .tikker-bell .date-label {
        padding-bottom: 10px;
        position: absolute;
        left: -12px;
        top: 7px;
    }

        .tikker-bell .date-label span {
            border-radius: 50%;
            height: 15px;
            width: 15px;
            line-height: 15px;
            background: #ff0000;
            padding: 0;
        }

.tbl-tikker {
    padding-right: 10px;
    max-height: 385px;
}

.tikker-scroll {
    padding: 10px;
    position: absolute;
    display: block;
    min-width: 340px;
    right: -110px;
    background: #fff;
    box-shadow: 0 2px 5px #ccc;
    top: 49px;
    border: none;
    z-index: 9;
}

.recent-news .tikker-scroll {
    position: relative;
    min-width: 100%;
    box-shadow: none;
    top: 0;
    right: 0;
}

    .recent-news .tikker-scroll table.table {
        border: none;
    }

        .recent-news .tikker-scroll table.table > tbody > tr > td {
            padding-top: 0;
            border: none;
        }

            .recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle {
                margin: 0;
                line-height: 25px;
            }

                .recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle a {
                    color: #1c8b98;
                    font-size: 22px;
                }

                .recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle:after {
                    top: 10px;
                    border-left: 10px solid #1c8b98;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                .recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle:before {
                    top: 10px;
                    border-left: 10px solid #edaa4e;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

.headline .media-news-sm .media-wrap {
    height: 350px;
}

    .headline .media-news-sm .media-wrap a {
        font-size: 22px;
        color: #1c8b98;
       /* font-weight: bold;*/
    }

.headline .media-news {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.tbl-tikker tr:first-child td {
    border-top: none;
}

.tbl-tikker tr a {
    color: #000;
}

.tbl-tikker .table {
    margin-bottom: 0;
}



.tikker-bell i {
    height: 48px;
    line-height: 47px;
}


@media only screen and (max-width:767px) {
    .credential_footer > div {
        text-align: center !important;
    }
}

.inline-input input[type="text"] {
    width: 300px;
    max-width: 100%;
}

.Analytics-wrapper {
    min-height: 100vh;
    /*padding-bottom: 35px;*/
    position: relative;
}

    .Analytics-wrapper .copyright {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

@media only screen and (max-width:767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block !important;
        padding-left: 30px;
    }

    .dropdown-submenu > a::after {
        transform: rotate(90deg);
    }

    .data_table td {
        display: block;
        margin-bottom: 10px;
    }

        .data_table td.text-right {
            text-align: left;
        }

    .navbar-brand {
        display: flex !important;
        line-height: 0;
    }

    .tikker-bell i {
        line-height: 20px;
    }

    .tikker-bell .date-label {
        top: -5px;
    }

    .tikker-scroll {
        left: 0;
    }

        .tikker-scroll:before {
            left: 1%
        }

    .tikker-scroll {
        top: 36px;
    }

    .tikker-bell {
        margin-right: 10px;
    }

    .tbl-tikker {
        overflow-y: scroll;
    }


    .navbar-brand .icon-search {
        font-size: 14px;
        line-height: 20px;
    }

    #navbar .tikker-bell {
        display: none;
    }

    .tbl-tikker table td a {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    #offer_modal .modal-content {
        width: 100% !important;
    }

    .modal-content-buysell {
        width: 100% !important;
    }
}

@media only screen and (max-width: 575px) {
    .media-news .newsTitle {
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 480px) {

    .data_table .renew_button {
        margin-bottom: 10px;
    }

    /*.media-news .newsTitle {
        font-size: 25px !important;
    }*/

    .b_logo {
        width: 100% !important;
    }

    .tikker-scroll {
        min-width: 290px;
    }
}



/* ==========================================================================
    Renew Button
========================================================================== */
.renew_button {
    background: #fff;
    display: inline-block;
}

    .renew_button a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        text-decoration: none;
    }

        .renew_button a.data_analytics_btn {
            background: #0f8794;
            border: 3px solid #197a84;
            border-top: none;
            border-right: none;
            border-radius: 5px 0 0 5px;
            -moz-box-shadow: inset -2px 2px 5px #b5d4d7;
            -webkit-box-shadow: inset -2px 2px 5px #b5d4d7;
            box-shadow: inset 0px 2px 5px #b5d4d7;
            text-shadow: 0px 2px 1px #0f5e66;
            padding: 11px 15px 6px 10px;
        }

            .renew_button a.data_analytics_btn span {
                background: #096973;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                line-height: 20px;
                text-align: center;
                font-size: 12px;
                margin-right: 5px;
                display: inline-block;
            }

            .renew_button a.data_analytics_btn i {
                -webkit-animation: bounce 2s ease infinite;
                animation: bounce 2s ease infinite;
            }


@-webkit-keyframes bounce {
    0%, 10%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    60% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes bounce {
    0%, 10%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    60% {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.renew_button a.data_analytics_renew-btn {
    background: #edaa4e;
    border: 3px solid #e19328;
    border-top: none;
    border-right: none;
    border-radius: 0 5px 5px 0;
    -moz-box-shadow: inset -2px 2px 5px #f6debd;
    -webkit-box-shadow: inset -2px 2px 5px #f6debd;
    box-shadow: inset -2px 2px 5px #f6debd;
    text-shadow: 0px 2px 1px #b78341;
    padding: 11px 12px 6px 12px;
    border-left: none;
    margin-left: -4px;
}

.renew_button a.data_analytics_btn:focus {
    background: #0c6a74;
    border: none;
    -moz-box-shadow: inset 0px 0px 9px #073c41;
    -webkit-box-shadow: inset 0px 0px 9px #073c41;
    box-shadow: inset 0px 0px 9px #073c41;
    text-shadow: none;
    color: #073c41;
    padding: 11px 13px 9px 12px;
}

.renew_button a.data_analytics_btn:hover {
    background: #0b6c76;
}

.renew_button a.data_analytics_btn:focus span {
    background: #0c7882;
}

.renew_button a.data_analytics_btn:focus i {
    color: #052f33;
}

.renew_button a.data_analytics_renew-btn:focus {
    background: #e78d11;
    border: none;
    -moz-box-shadow: inset 0px 0px 9px #a06e2b;
    -webkit-box-shadow: inset 0px 0px 9px #a06e2b;
    box-shadow: inset 0px 0px 9px #a06e2b;
    text-shadow: none;
    color: #9e610e;
    padding: 11px 12px 9px 12px;
}

.renew_button a.data_analytics_renew-btn:hover {
    background: #dd983a;
}

div#offer_modal {
    padding-right: 0 !important;
}

.divPieChartContainer {
    width: 100% !important;
}

.highcharts-root {
    font-family: inherit !important;
}

/* custom scroll bar */
.tbl-tikker::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.tbl-tikker::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

/* Handle */
.tbl-tikker::-webkit-scrollbar-thumb {
    background: #1c8b98;
    border-radius: 10px;
}

/*scrollToTop*/
.scrollToTop {
    margin-bottom: 47px;
    right: 20px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    font-size: 22px;
    color: #aaa;
    animation: myfirst 1s infinite;
    animation-direction: alternate;
    border: 1px solid #aaa;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 27px;
}

    .scrollToTop:hover, .scrollToTop:focus {
        text-decoration: none;
        outline: none;
    }

@keyframes myfirst {
    0% {
        bottom: 10px;
        bottom: 20px
    }

    100% {
        bottom: 20px;
        bottom: 10px
    }
}


/*.media-news .media-content p:nth-child(2):before {
    top: 485px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}*/

.quota-exceeded p:nth-child(2):before {
    top: 270px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.7) 31%,white 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0.55) 0,rgb(255, 255, 255) 31%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}

.additional-login {
    position: relative;
}

div#ctl00_ContentPlaceHolder1_err_newsDetail {
    height: 420px;
    /*height: 100%;*/
}

.login-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 1;
}

/*.panel.panel-default.login-panel .btn {
    margin: 10px;
}*/

.modal-content {
    width: 30%;
    margin: 0 auto;
    /*top: 100px;*/
}

.modal-content-buysell {
    width: 400px;
    margin: 15px auto;
}

.modal-content .modal-body .modal-content-buysell {
    position: relative;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.additional-login-btn {
    display: inline-block;
}

    .additional-login-btn .btn {
        display: inline-block;
        box-sizing: border-box;
        position: relative;
        width: 16em;
        margin: 0.2em;
        padding: 0 15px 0 46px;
        border: none;
        text-align: left;
        line-height: 34px;
        white-space: nowrap;
        border-radius: 0.2em;
        font-size: 14px;
        color: #FFF;
        cursor: pointer;
    }

.panel-body-login .form-group {
    margin-bottom: 15px;
    display: block;
    text-align: left;
}

div#account {
    border: none;
}

#CreateAccount .text-muted {
    color: #777;
    text-align: left;
    display: block;
    margin-left: 10px;
}

div#CreateAccount .panel {
    border: none;
}

div#CreateAccount .page-header {
    text-align: left;
}

div#CreateAccount .panel {
    margin-bottom: 0;
}

div#CreateAccount .panel-body {
    margin-top: -13px;
}

div#CreateAccount .btn {
    margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
    div#ctl00_ContentPlaceHolder1_err_newsDetail {
        height: 550px !important;
    }

    div#account label {
        text-align: left;
    }
}

.company_search {
    margin-bottom: 20px;
    display: flex;
}


    .company_search h3 {
        background: #3daab7;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 10px 40px 10px 30px;
        position: relative;
        font-size: 20px;
        font-weight: 500;
        flex: 3;
    }

        .company_search h3:after {
            content: '';
            border-right: 8px solid #fff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: absolute;
            top: 13px;
            right: -1px;
        }

    .company_search form {
        width: 100%;
    }

    .company_search .form-group {
        position: relative;
        margin-bottom: 0;
        width: 100%;
        display: flex;
    }

    .company_search .form-control {
        border: 1px solid #3daab7;
        height: 45px;
        border-radius: 0;
        background: #fff;
        width: 100%;
        border-left: none;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        color: #727272;
        padding-left: 22px;
        flex: 7;
    }

    .company_search autosuggest {
        width: 100%;
    }

    .company_search .form-group .search_btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 45px;
        background: #edaa4e;
        border-radius: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        padding: 0 40px;
        transition: ease 0.5s;
        vertical-align: middle;
        line-height: 45px;
    }

.search_btn {
    height: 45px;
    background: #edaa4e;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: ease 0.5s;
    vertical-align: middle;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}

.today_nav_search .search_btn {
    width: 100%
}

.company_search .form-group button:hover {
    background: #bd8334;
    transition: ease 0.5s;
}

.company_search .form-group a:hover {
    background: #bd8334;
    transition: ease 0.5s;
    text-decoration: none;
}


@media only screen and (max-width: 767px) {
    .analysis_tab {
        width: 100%;
        margin: 2px 0 2px 0;
    }

    table#tblBuySell td {
        padding: 8px;
        font-size: 12px;
    }

    table.tablehead-arrow thead th span {
        padding: 3px 0;
        font-size: 12px;
    }

    table#tblBuySell td {
        padding: 10px;
    }

    .search_btn {
        font-size: 14px;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
    }

    .btn-buy-stock {
        margin-right: 10px;
        max-width: 150px;
        display: inline-block !important;
    }
}

.analysis_tab {
    height: 45px;
    background: #0f8794; /* #6fc0ca; */ /*#edaa4e*/
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: ease 0.5s;
    vertical-align: middle;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
}

    .analysis_tab:hover, .analysis_tab.active {
        color: #fff;
        background: #edaa4e;
    }

table.table {
    border: 1px solid #acdccf;
}

table.tablehead-color thead th {
    background: #1c8b98;
    color: #ffffff;
    border-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
}

table.tablehead-color tbody td {
    font-size: 14px;
    font-weight: 600;
    color: #716e6e;
}

table.tablehead-arrow thead th {
    position: relative;
    /* padding: 0px; */
}

.tablehead-arrow.text-center thead th {
    text-align: center;
}

table.tablehead-arrow thead th span {
    display: inline-block;
    position: relative;
    padding: 5px 0;
}

    table.tablehead-arrow thead th span:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 5px 7.5px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
    }

table.arrowdown thead th span:after {
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #1c8b98 transparent transparent transparent;
}

table.table > tbody > tr > td {
    border-top: 1px solid #ddd;
}

table.table tbody td, table.table tbody th {
    padding: 15px;
    vertical-align: middle;
}

.company_name {
    background: #3daab7;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

    .company_name h3 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        font-weight: 700;
    }

    .company_name:after {
        content: '';
        border-top: 7px solid #3daab7;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        position: absolute;
        bottom: -7px;
        margin: auto;
    }

.FinancialAnalysisTab {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.page-title {
    background: #1c8b98;
    padding: 15px 23px;
    border: 1px solid #b3d4d7;
    margin-bottom: 20px;
}

    .page-title h1 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        font-weight: 700;
    }


/*table.tablehead-arrow thead th {
    position: relative;
}

.tablehead-arrow.text-center thead th {
    text-align: center;
}

table.tablehead-arrow thead th span {
    display: inline-block;
    position: relative;
    padding: 5px 0;
}

    table.tablehead-arrow thead th span:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 5px 7.5px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
    }*/

span.blink.label.label-warning {
    position: absolute;
    top: 2px;
    left: 60px;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    width: 16em; /*- apply for fixed size*/
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}

.newsdtl-Facebook {
    /*margin-left: 4em;*/

    display: inline-block;
    text-align: left;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('images/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }

.social-button {
    background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 224px;
    border-radius: 3px;
    margin: 10px auto;
    outline: rgb(255, 255, 255) none 0px;
    /*padding-left: 20%;*/
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    text-transform: capitalize;
}

.newsdtl-Google {
    width: 225px;
    margin: 0.2em;
    margin-left: 0em;
}


.google-connect {
    border: 1px solid rgb(220, 74, 61);
    border-color: rgb(220, 74, 61);
    background: rgb(220, 74, 61) url('images/google-plus-white.png') no-repeat scroll 5px 0px / 34px 34px padding-box border-box;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}



    .google-connect span {
        box-sizing: border-box;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: 0px none rgb(220, 74, 61);
        outline: rgb(255, 255, 255) none 0px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #FFF;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }


.usermobile {
    margin: 0px;
    padding: 0px;
}

@media only screen and (min-width: 1024px) {
    .mob-no {
        width: unset;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-sm {
        display: inline-block !important;
    }
}

@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: 100% !important;
        vertical-align: middle;
    }
}


@media only screen and (max-width: 425px) {
    .usermobile {
        margin: 0 0 10px 0;
        padding: 0;
    }

    .modal-content {
        width: 100%;
        /*top: 100px;*/
    }

    .company_search h3 {
        font-size: 12px;
        padding: 0 10px;
        /* height: 45px; */
        line-height: 45px;
    }

    .company_search .form-group .search_btn {
        font-size: 12px;
        padding: 0 10px;
        /* height: 45px; */
        line-height: 45px;
    }

    .company_search .form-control {
        font-size: 12px;
    }

    .company_name h3 {
        font-size: 12px;
    }
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    width: 16em; /*- apply for fixed size*/
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
    display: inline-block;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('images/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }


.googleLoginDiv {
    display: inline-block;
}

.usermobile {
    margin: 0px;
    padding: 0px;
}

span.icon-home.icon-2x {
    /* top: 5px; */
    /* position: relative; */
}

@media only screen and (min-width: 1024px) {
    .mob-no {
        width: unset;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-sm {
        display: inline-block !important;
    }
}

@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: 100% !important;
        vertical-align: middle;
    }

    .pull-right-lg {
        float: right;
    }
}


@media only screen and (max-width: 425px) {
    .usermobile {
        margin: 0 0 10px 0;
        padding: 0;
    }
}

.modal-footer {
    text-align: center;
}

.panel-footer ul {
    padding-left: 15PX;
}


div#ctl00_ContentPlaceHolder1_divVirtualTrading {
    margin: 15px 0;
}

div#ctl00_ContentPlaceHolder1_divBuyVirtualCash {
    text-align: right;
}

div#ctl00_ContentPlaceHolder1_divTournamentDateInfo .panel {
    border: none;
}

.buy-btn {
    padding: 5px 27px;
    /* height: 30px; */
    margin: 5px 0 15px 0;
    text-transform: uppercase;
    /* background: #edaa4e; */
    /*  background-color: #2874A6;*/
    color: white;
    /* width: 70px; */
    background-color: #edaa4e;
    border: 1px solid #D89F53;
    font-weight: 700;
}

div#ctl00_ContentPlaceHolder1_divPreviousLeaderboard .panel {
    border: 0;
}

.leaderboard-user {
    color: #fff;
    background: #edaa4e;
}

tr.leaderboard-user td {
    color: white;
}

.buy-now-section .thumbnail {
    padding: 10px;
    /*background-color:#1c8b98;*/
    /*border:none;*/
}

    .buy-now-section .thumbnail .caption {
        /*color:#fff;*/
        border-radius: 3px;
    }

tr.leaderboard-user td {
    color: #fff !important;
}

.margin-rules {
    margin: 5px 40px;
}

.vt-info {
    padding: 10px 20px;
}

    .vt-info h4 {
        margin: 0px !important;
    }

/*table#tblBuySell {
background: linear-gradient(
 to right, 
 #fff 0%, 
 #fff 50%, 
 #f5f5f5 50%, 
 #f5f5f5 100%
 );
}*/
/*table#tblBuySell:first-child>tr:first-child>t th{


background: linear-gradient(
 to right, 
 #fff 0%, 
 #fff 50%, 
 #000 50%, 
 #000 100%
 );
}*/

td.text-center.attrSellPrice {
    border-left: 2px solid #1c8b98;
}

td.text-center.sell-total {
    border-left: 2px solid #1c8b98;
}

td.text-center.tr-bold {
    font-weight: 800;
}
/*table#tblBuySell td {
    padding: 12px;
}*/
.btn-buy-stock {
    display: block;
    /* background: red; */
    max-width: 100px;
    margin-bottom: 15px;
    background-color: #edaa4e;
    border: 1px solid #edaa4e
}

.scrollToTop .icon-chevron-up {
    padding-right: 0;
}


.company-info {
    font-weight: bold;
}

    .company-info ul li {
        margin-left: 20px;
        display: inline-block;
    }

.info-data {
    text-align: center;
}

.info-text {
    margin-right: 10px;
    color: #4f4f4f;
}

.btn-cancel {
    border: 0px;
    color: #4a5568;
    text-transform: capitalize;
}

.btn-pay {
    padding: 5px 50px;
}

html {
    height: 100% !important;
}


body {
    height: 100% !important;
}

form#aspnetForm {
    height: 100% !important;
}

.market-header {
    padding: 10px;
    background: #1c8b98;
    color: white;
}

.summary-panel {
    padding: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.my-5 {
    margin: 5px 0px;
}

.popup {
    /* display: inline-block; */
    position: absolute;
    cursor: pointer;
    width: 500px;
    padding: 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 15000;
    background-color: white;
    margin: 0 auto;
    animation-name: slideDownEnter;
    animation-iteration-count: 1;
    /* animation-timing-function: ease-out; */
    animation-duration: .6s;
    /* animation-fill-mode: forwards; */
}

@keyframes slideDownEnter {
    from {
        top: -100px;
    }

    to {
        top: 0px;
    }
}

.allow-btn {
    padding: 5px 20px;
    margin: 0 15px;
}

.popup {
    display: none;
    max-width: 500px;
}

.popup-wrapper {
    display: flex;
    justify-content: center;
}

.popup-body {
    display: flex;
    padding: 20px;
}

.popup-desc {
    padding: 0 20px;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.popup-image {
    display: flex;
    align-content: center;
}

.popup-footer {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 425px) {
    .popup {
        width: 100%;
    }

    .popup-desc {
        padding: 0 10px;
    }

    .popup-body {
        padding: 10px;
    }
}

/*  Added css for payment partners*/
.list-payment-partners {
    margin-top: 15px;
}


.payment-method {
    margin-top: 20px;
}


.tbl-live-update-box {
    border: 1px solid #d1d1d1;
    padding: 15px 15px 33px;
    border-radius: 5px;
}

    .tbl-live-update-box h2 {
        margin-top: 0;
    }

        .tbl-live-update-box h2 span {
            font: bold 24px/24px arial;
            color: #d81a21;
            text-transform: uppercase;
        }

.video-live-update-scroll {
    /*padding: 10px;
    position: absolute;*/
    min-width: 340px;
    /*right: -110px;
    background: #fff;
    box-shadow: 0 2px 5px #ccc;
    top: 49px;
    border: none;
    z-index: 9;*/
}

.videoNews {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.video-live-update-scroll li span {
    position: relative;
    font: 700 12px arial;
    color: #9e2729;
    text-transform: uppercase;
    padding-left: 10px;
}

    .video-live-update-scroll li span:after {
        position: absolute;
        content: '';
        top: 4px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #a12629;
    }

.video-live-update-scroll li p {
    position: relative;
    font: 500 15px/22px Noto Sans,sans-serif;
    color: #4c4b4b;
    padding-left: 5px;
    margin-top: 7px;
    overflow: hidden;
    padding-right: 25px;
}

    .video-live-update-scroll li p:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #e0e0e0;
    }

.supdate-live-inner-box {
    overflow-x: hidden;
}

.tbl-live-update-box {
    border: 1px solid #d1d1d1;
    padding: 15px 15px 33px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.center-grey-modal {
    background: rgba(50,50,50, 0.5);
}

    .center-grey-modal .modal-dialog {
        height: 100%;
    }

    .center-grey-modal .modal-content {
        top: 30%;
    }

@media(min-width:1360px) {
    .container {
        width: 1280px;
    }
}



.visible-mobile-ad {
    display: block;
}



@media(min-width:768px) {
    .visible-mobile-ad {
        display: none;
    }

    .visible-desktop-ad {
        display: block;
    }
}

@media(max-width:767px){
	.visible-desktop-ad {
		display: none;
	}
}

nav.navbar.navbar-inverse.affix-top {
    margin-bottom: 0;
}

.S3-wrap .col-lg-12 {
    padding: 0 0 10px 0;
}
.S4-wrap {
    margin-bottom : 12px;
}

@media(max-width:767px) {
    .mobilep-0 {
        padding: 0;
    }

    .mobilet-0 {
        padding-top: 0;
    }

    .mobileb-0 {
        padding-bottom: 0;
    }

    .mobilemt-2 {
        margin-top: 2rem;
    }

    .mobilemb-2 {
        margin-top: 2rem;
    }

    h4.page-header.mt-0 {
        margin-top: 20px !important;
    }

    .mobilep-0 h4.market-header {
        font-size: 15px;
    }

    .m-0 {
        margin: 0;
    }
	.visible-desktop-ad {
        display:none;
    }
}

@media(min-width:768px) {
    .advert {
        margin-bottom: 20px;
    }

    .mdt-20 {
        margin-top: 20px;
    }
}

.recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle a {
    font-size: 16px;
    line-height: 0;
}

.headline .media-news-sm .media-wrap a {
    font-size: 18px;
}

.media-label-recent-news {
    font-size: 12px;
    font-style: italic;
    color: #cbcbcb;
}

#ctl00_AdvertisementA9_divAdvertisement > #ctl00_AdvertisementA9_divGeneral.row {
    margin-left: 0;
    margin-right: 0;
}

body {
    overflow-x: hidden;
}

nav.navbar.navbar-inverse.affix-top {
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .tikker-scroll {
        padding: 0;
    }

    .nav-stacked > li {
        display: inline-block;
        padding: 10px;
        width: 50%
    }
}

.tbl-tikker {
    padding-right: 10px;
    max-height: 385px;
    min-height: 385px;
    overflow: auto;
}

@media(max-width:991px) {
    .media-news.media-news-xs {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .media-news.media-news-xs .media-body {
            width: calc(100% - 130px);
            margin-left: 10px;
        }
}

@media(max-width:767px) {
    .footer .nav-stacked {
        text-align: justify;
        display: flex;
        flex-wrap: wrap;
    }
}

.media-content .news-inner-ads img {
    height: 275px;
    width: 275px;
}

.breakingNewsTitle .headlineTitle {
    line-height: 60px;
}

@media(max-width:767px) {
    .media-content .news-inner-ads a.img-ads {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .news-inner-ads + p {
        text-align: justify;
    }

    li.mobile-d-none {
        display: none;
    }

    .recent-news .tikker-scroll {
        margin-bottom: 30px;
    }

    .breakingNewsTitle .headlineTitle {
        line-height: 45px;
        font-size: 30px;
        font-weight: bold;
    }

        .breakingNewsTitle .headlineTitle::before {
            display: none;
        }

        .breakingNewsTitle .headlineTitle::after {
            display: none;
        }

    .breakingNewsTitle .headlineTitle {
        padding-left: 0;
    }
	.media-news-sp-wrap.media-news .media-body > .media-title, .media-news-sp-wrap.media-news .media-body > .media-title > a {
       display:block;
       margin-top:15px;
    }
	.breakingNewsTitle .headlineTitle {    
        margin-bottom: 10px;
    }
	.headline .media-news-sm .media-wrap a span {       
        font-weight: bold;
    }
}

.media-wrap.media-left img.lazy {
    object-fit: unset;
    height: 60px;
    width: 100px;
    background: #fafafa;
}

.headline .media-news-sm .media-wrap a {
    font-size: 30px;
}

.headline .media-news .media-wrap img.lazy {
    margin-top: 15px;
}

div#ctl00_ContentPlaceHolder1_divNPRecentNews h4.page-header {
    margin-bottom: 5px;
    margin-top: 5px;
}

.recent-news .tikker-scroll table.table > tbody > tr > td {
    padding-bottom: 5px;
}

    .recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle {
        line-height: 21px;
    }

div#ctl00_ContentPlaceHolder1_divPopularNews .media-wrap.media-left a img {
    object-fit: unset;
    height: 60px;
    width: 100px;
    background: #fafafa;
}

.media-news-xs .media-wrap a img {
    object-fit: unset;
    height: 60px;
    width: 100px;
    background: #fafafa;
}

.media-wrap.sp-wrap {
    height: auto !important;
}

    .media-wrap.sp-wrap a img {
        object-fit: cover;
        height: auto;
        aspect-ratio: 3/2;
    }

.headline .media-news-sm .media-wrap {
    height: auto;
}

    .headline .media-news-sm .media-wrap img {
        object-fit: cover;
        height: auto;
        aspect-ratio: 3/2;
    }

.col-lg-12.breakingNewsTitle {
    margin-top: -15px;
}

.breakingNewsTitle .headlineTitle::after {
    top: 11px;
}

.breakingNewsTitle .headlineTitle::before {
    top: 11px;
}

.recent-news .tikker-scroll {
    padding-left: 0;
    padding-top: 0;
}

.recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle:before {
    left: -15px;
}

.recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle:after {
    left: -10px;
}

.recent-news .tikker-scroll table.table > tbody > tr > td h4.headlineTitle {
    padding-left: 8px;
}
.visible-desktop-ad.ear-panel a img {
    margin-left: auto !important;
}
.media-none {
    display : none;
}
@media(min-width:991px) {
    .media-news-sp-wrap:first-child .media-news .media-body > .media-title a {
        color: #1c8b98;
    }
    .media-news-sp-wrap.media-news .media-body > .media-title, .media-news-sp-wrap.media-news .media-body > .media-title > a {
        font-size: 22px;
		color: #1c8b98;      
    }
	.headline .media-news-sm .media-wrap a {
    font-size: 26px;
	}
	
    .media-news-sp-wrap .media-content p span {
        font-size: 14px !important;
    }

    .media-news-sp-wrap.media-news span.media-label {
        margin-bottom: 28px;
    }

    .media-news-sp-wrap .media-news {
        margin-bottom: 11px;
    }
    .headline .media-news-sm .media-wrap a span {
        display: block;
        min-height: 85px;
    }	
	.media-news-sp-wrap.media-news span.media-label {
		margin-bottom: 5px;
	}
	.headline .media-news .media-wrap img.lazy {
		margin-top: 5px;
	}
}
.recent-news .media-label-recent-news {
        display:inline-block;
}
.navbar li.search-form > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height:48px;
}

    .navbar li.search-form > a > span {
        background: #fff;
        color: #1c8b98;
        padding: 0 15px;
        min-width: 160px;
        font-style:italic;
    }

    .navbar li.search-form > a i {
        position: absolute;
        color: #1c8b98;
        right: 15px;
    }
.navbar li.dropdown.search-form {
    max-width: 180px;
}


@media(max-width:767px) {
    .navbar li.search-form > a > span {
        width: 100%;
    }
    .navbar li.dropdown.search-form {
        max-width: 100%;
    }
}
.navbar li.search-form > a:hover {
    border: none;
}
.navbar-brand.visible-xs {
    min-width: calc(100% - 170px);
    padding: 5px 15px;
}


    .navbar-brand.visible-xs .dropdown.search-form {
        width: 100%;
    }

    .navbar-brand.visible-xs a.dropdown-toggle {
        position: relative;
        display: block;
    }

    .navbar-brand.visible-xs .dropdown.search-form {
        width: 100%;
    }


    .navbar-brand.visible-xs span.mobile-search {
        background: #fff;
        padding: 20px;
        width: 100%;
        display: block;
        color: #1c8b98;
		font-style:italic;
    }

    .navbar-brand.visible-xs a.dropdown-toggle i {
        position: absolute;
        right: 5px;
        color: #1c8b98;
        bottom: 10px;
        font-size: 20px;
    }
.top-sector{
    margin-bottom:0;
}
.top-sector-page-header{
    margin-top:9px;
}
.widget_calendar h4#StockEvents {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-panel-search {
    position: relative;
    min-width: 230px;
    margin-top: 7px;
}
.home-button-search {
    position: absolute;
    right: 0;
    top: 0;
    background: #edaa4e;
    border: none;
    margin-top: 1px;
    padding-right: 3px;
    padding-left: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-brand.visible-xs ul li {
    list-style: none;
}

@media(max-width:767px) {
    .home-panel-search input {
        width: 100% !important;
    }

    .navbar-brand.visible-xs .home-panel-search input {
        width: 100%;
    }

    .navbar-brand.visible-xs .home-panel-search {
        margin-top: 2px;
    }
	
	.page-header.company-inner-title {
        padding-bottom: 0px;
    } 
	
    .page-header.company-inner-title > span {
        display: block;		
    } 
	
}

.breakingNewsTitle .headlineTitle::before {
    display: none;
}

.breakingNewsTitle .headlineTitle::after {
    display: none;
}

.breakingNewsTitle .headlineTitle {
    padding-left: 0;
    border-bottom: none;
}

.breakingNewsTitle .headlineTitle a:after {
    content: '';
    background: #bbbbbb;
    height: 2px;
    width: 50%;
    position: absolute;
    left: 25%;
    bottom: 0;
    margin: 0 auto;
    opacity: 60%;
}

.breakingNewsTitle .headlineTitle a {
    color: #1c8b98;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
@media(max-width:767px) {
    .breakingNewsTitle .headlineTitle a:after {
        left: 0;
        width: 100%;
        height: 1px;
    }

    .breakingNewsTitle .headlineTitle a {
        text-align: left;
    }
}
@media(min-width:767px) and (max-width:1400px){
.navbar-inverse .navbar-nav > li > a{
padding:0 8px;
}
}

.buy-now-section .thumbnail {
    min-height: 165px;
}
