:root {
    --main-bg-color: coral;
    --orange-color: #f17744;
    --text-color: #343434;
    --black-bg: #333333;
    --white-bg: #fff;
    --light-orange-bg: #fff8f5;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
}

* {
    transition: all 0.3s;
}

a {
    color: #f17744;
    text-decoration: none;
}

a:hover {
    color: #ec642b;
    text-decoration: none;
}

.banner-section {
    text-align: center;
}

.bg-image {
    background: url("../img/bg-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}

.bg-overlay {
    background: rgba(245, 116, 58, 0.7);
    padding: 25px 40px;
}

.navbar-top {
    background: #fff;
    border-radius: 3px;
    padding: 10px 15px;
}

li .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #333 !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.search-field {
    border-radius: 25px;
    font-size: 13px;
    padding: 10px 0px 10px 20px;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #eee;
}

.search-field a {
    color: #eee !important;
}

.search-icon {
    color: #eee;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 15px;
}

.nav-link {
    padding-left: 10px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cacaca !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cacaca !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cacaca !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.banner-content {
    padding: 150px 0px 138px 0px;
}

.banner-title {
    padding: 40px 0px 0px 0px;
}

.white-color {
    color: #fff;
}

.white-color:focus {
    color: #fff;
}

.sitemap {
    display: inline-block;
}


.sitemap li ul {
    margin-top: 10px;
    display: none;
    padding-left: 0px;
}


.sitemap li {
    /*background: #fff8f5;*/
    padding: 5px 25px;
    list-style: none;
    margin-bottom: 5px;
    position: relative;
}

.sitemap li::before {
    position: absolute;
    left: 10px;
    content: '›';
    font-size: 25px;
    top: -3px;
}

.sitemap li ul li {
    /*background:#fff;*/
    margin-bottom: 10px;
}

.sitemap li ul li:last-child {
    margin-bottom: 0px;
}


/*
#fontSizeWrapper { font-size: 15px; }

#fontSize {
    width: 100px;
    font-size: 1em;
}



.tree { margin: 1em; }

.tree input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.tree input ~ ul { display: none; }

.tree input:checked ~ ul {
    display: block;
    padding: 0;
    list-style: none;
    margin-left: -1px;
}

.tree label{
    margin:0;
}


.tree li {
    line-height: 1.2;
    position: relative;
    padding: 0 0 1em 1em;
}

.tree ul li { padding: 1em 0 0 1em; }

.tree > li:last-child { padding-bottom: 0; }


.tree_label {
    position: relative;
    display: inline-block;
    background: #fff;
}

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #666; }

label.tree_label:before {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 1em 0 -2em;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    content: '›';
    text-align: center;
    line-height: .9em;
}

:checked ~ label.tree_label:before { content: 'ˆ';padding-top:5px; }


.tree li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.5em;
    display: block;
    width: 0;
    border-left: 1px solid #777;
    content: "";
}

.tree_label:after {
    position: absolute;
    top: 0;
    left: -1.5em;
    display: block;
    height: 0.5em;
    width: 1em;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    border-radius: 0 0 0 .3em;
    content: '';
}

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
    border-radius: 0 .3em 0 0;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    top: 0.5em;
    height: auto;
}

.tree li:last-child:before {
    height: 1em;
    bottom: auto;
}

.tree > li:last-child:before { display: none; }

.tree_custom {
    display: block;
    background: #eee;
    padding: 1em;
    border-radius: 0.3em;
}*/


.no-child label:before {
    display: none;
}

.no-child label:after {
    display: none;
}


.banner-heading {
    font-family: 'Bebas Neue', cursive;
    color: #ffffff;

}

.banner-heading h1 {
    font-size: 68px !important;
    letter-spacing: 1px;
}

.banner-content hr {
    color: #fff;
    border-color: #fff;
    width: 50%;
    margin-top: -5px;
}

.banner-subheading {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    width: 50%;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
}

.cutsom-btn {
    padding: 8px 23px;
    font-size: 16px;
    text-transform: uppercase !important;
    color: #f37843;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    border-radius: 0px;
    margin-right: 15px;
    border: 3px solid #fff;
    background: #fff;
}

.cutsom-btn:hover {
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
}

.about-section {
    background: #fff;
    padding: 35px 40px;
}

.about-page-section {
    background: #fff;
    padding: 60px 40px;
}

.method-section .white-overlay {
    background: #fff8f5;
}

.about-section-heading {
    display: flex;
    align-items: center;
    height: 100%;
}

.about-section-heading h2 {
    color: #f37843;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 35px;
    letter-spacing: 1px;
}

.border-right {
    border-right: 1px solid #f37843 !important;
}

.about-section p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-top: 10px;
}

.about-page-section p {
    text-align: left;
    font-size: 15px;
    letter-spacing: .5px;
}

.method-section {

}

.method-section-heading {
    text-align: center;
    padding-top: 2rem;
}

.method-section-heading h2 {
    color: #f37843;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 35px;
    letter-spacing: 1px;
}

.method-section hr {
    border-color: #f37843;
    text-align: center;
    width: 10%;
    margin-top: 0px;
}

.parllex-bg {
    background: url("../img/parllex.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.white-overlay {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 0px;
}

.method-box {
    -webkit-box-shadow: 4px 3px 50px 0px rgba(237, 237, 237, 0.65);
    -moz-box-shadow: 4px 3px 50px 0px rgba(237, 237, 237, 0.65);
    box-shadow: 4px 3px 50px 0px rgba(237, 237, 237, 0.65);
    background: #fff;
    padding: 25px;
    height: 100%;
}

.method-count {
    background: #f17744;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 0px;
}

/*.method-icon-1::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 38px;
    background: url("../img/cg-icon.png");
    left: 15px;
}*/
.method-icon-1 {
    /*padding-left: 40px;*/
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.method-box .desc {
    font-size: 12px;
    line-height: 14px;
    font-weight: lighter;
}

/*.method-icon-2::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 38px;
    background: url("../img/tcga.png");
    left: 15px;
}*/
.method-icon-2 {
    /*padding-left: 40px;*/
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

/*.method-icon-3::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 38px;
    background: url("../img/valuation.png");
    left: 15px;
}*/
.method-icon-3 {
    /*padding-left: 40px;*/
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

/*.method-icon-4::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 38px;
    background: url("../img/model.png");
    left: 15px;
}*/
.method-icon-4 {
    /*padding-left: 40px;*/
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

/*.method-icon-5::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 38px;
    background: url("../img/value.png");
    left: 15px;
}*/
.method-icon-5 {
    /*padding-left: 40px;*/
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.section-pt {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
}

.black-img {
    background: url("../img/black-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.black-overlay {
    background: rgba(51, 51, 51, 0.9);
    padding: 85px 0px 60px;
}

.content-section h4 {
    color: #f17744;
    font-size: 35px;
    font-family: 'Bebas Neue', cursive;
}

.content-section p {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    padding-top: 10px;
    line-height: 24px;
}

.content-section .item {
    width: 65%;
    text-align: center;
    margin: 0px auto;
    font-weight: lighter;
}

.model-section-heading {
    text-align: center;
    padding-top: 80px;
}

.model-section-heading h2 {
    color: #f37843;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 35px;
    letter-spacing: 1px;
}

.model-section hr {
    border-color: #f37843;
    text-align: center;
    width: 10%;
    margin-top: 0px;
}

.model-img {
    text-align: center;
}

.model-img img {
    max-width: 65%;
}

.price-section {
    background: #333333;
    padding: 35px 40px;
}

.price-section-heading {
    display: flex;
    align-items: center;
    height: 100%;
}

.price-section-heading h2 {
    color: #f37843;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 35px;
    letter-spacing: 1px;
}

.price-section p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}

. .section-pt {
    padding-bottom: 3rem !important;
}


.testimonail-section-heading {
    text-align: center;
    padding-top: 80px;
}

.testimonail-section-heading h2 {
    color: #f37843;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 35px;
    letter-spacing: 1px;
}

.testimonail-section hr {
    border-color: #f37843;
    text-align: center;
    width: 10%;
    margin-top: 0px;
}

.parllex-bg-2 {
    background: url("../img/parllex-2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonail {
    text-align: center;
}

.testimonail hr {
    border-color: #f37843;

    width: 14%;
    margin-top: 0px;
}

.testimonail p {

}

.testimonail h6 {
    margin-top: 0px;
    text-transform: uppercase;
}

.testimonail img {
    max-width: 17%;
}

.footer-section {
    background: #333;
    padding: 50px 40px 5px;
}

.footer-logo img {
    border-radius: 5px;
}

.footer-section .info {
    padding-top: 30px;
}

.footer-section .info p {
    font-size: 15px;
    color: #fff;
}

.footer-section .info a {
    font-size: 15px;
    color: #fff;
}

.footer-section .links p {
    color: #f17744;
    font-size: 17px;
    font-weight: 500;

}

.footer-section .links a {
    color: #fff;
    font-size: 15px;

}

.footer-section .links ul {
    list-style: none;
}

.footer-section .search-field {
    border-radius: 25px;
    font-size: 13px;
    padding: 10px 0px 10px 20px;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #eee;
    background: transparent;
}

.footer-section .search-icon {
    color: #eee !important;
    position: absolute;
    right: 48px;
    top: 51px;
    font-size: 15px !important;
}

.footer-section hr {
    border-color: #626262;
    width: 75%;
    text-align: center;
}

.copyrights p {
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.footer-section .search-field {
    width: 100%;
}

.custom-title {
    color: #f17744;
    text-transform: uppercase;
}

.custom-title-new {
    color: #f17744;
    text-transform: uppercase;
    position: relative;
}

.custom-title-new::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #f17744;
    left: 0;
    bottom: -7px;
}

.nav-link:hover {
    color: #f17744 !important;
}

.footer-section .links a:hover {
    color: #f17744;
}

.price-logo {
    height: 100px;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.orange-background {
    background: rgba(255, 248, 245, 0.9);
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

#navbarSupportedContent {
    padding-left: 50px;
}

.custom-form {
    width: 400px;
}

.custom-form .form-control {
    width: 100%;
}

.custom-button {
    background: #f47c48;
    border-radius: 25px;
    color: #fff;
    border-color: #f47c48;
    padding: 10px 30px;
}

.custom-button:hover {
    background: #c7511e;

    border-color: #c7511e;
    color: #fff;

}

.data {
    display: none;
}

.f-13 {
    font-size: 13px;
}

.method-box .method-title:hover {
    cursor: pointer;
    color: #f17744;
}

.page-content-container {
    padding: 60px 40px;
}

.qtool[data-qmod-tool="quotehead"] .qmod-heading.qmod-hbg {
    background: transparent;
    font-size: 24px;
    padding-left: 0px !important;
}

#quoteHeadTab .qmod-heading.qmod-hbg {
    background: transparent;
    font-size: 24px;
    padding-left: 0px !important;
}

#company-info-tabs {
    display: block;
    text-align: left;
    border-top: 1px solid #eee;
    padding: 25px 0;
}

#company-info-tabs a {
    display: inline-block;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 15px;
}

.company-more-info {
    padding: 25px 0;
}

.list-group-item.active {
    background-color: #f47b47;
    border-color: #f47b47;
}

.qtool[data-qmod-tool="financials"] .qmod-quotehead,
.qtool[data-qmod-tool="companyprofilemap"] .qmod-quotehead,
.qtool[data-qmod-tool="keyratios"] .qmod-quotehead,
.qtool[data-qmod-tool="companyprofile"] .qmod-quotehead,
.qtool[data-qmod-tool="detailedquotetab"]:not(#quoteHeadTab) .qmod-quotehead {
    display: none;
}

.qtool[data-qmod-tool="detailedquotetab"] .qmod-ui-tool {
    border: none;
}

.qtool[data-qmod-tool="detailedquotetab"]:not(#quoteHeadTab) .qmod-heading.qmod-hbg {
    display: none;
}

#quoteHeadTab .qmod-block-wrapper:not(.qmod-lang-en) {
    display: none;
}

.qtool[data-qmod-tool="detailedquotetab"] .qmod-heading qmod-hbg {
    display: none;
}

/*#detailedquotetab.qtool[data-qmod-tool="detailedquotetab"] .qmod-line-sep.qmod-quote-element:not(.qmod-quote-element-week52high):not(.qmod-quote-element-marketcap):not(.qmod-quote-element-week52low):not(.qmod-quote-element-shareclasslevelsharesoutstanding){*/
#detailedquotetab.qtool[data-qmod-tool="detailedquotetab"] .qmod-line-sep.qmod-quote-element:not(.qmod-quote-element-week52high):not(.qmod-quote-element-marketcap):not(.qmod-quote-element-week52low) {
    display: none;
}

h2.qmod-heading.qmod-hbg {
    background: transparent;
    color: #f47b47;
    padding: 18px 15px 20px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}

/*.qmod-tool-wrap, .qmod-ui-tool {
    border: 1px solid #eee;
}*/
.qtool[data-qmod-tool="interactivechart"] .qmod-btn {
    font-size: 16px !important;
    color: #666464;
    font-weight: normal !important;
}

h3.qmod-heading.qmod-hbg {
    padding: 15px;
    margin-bottom: 15px;
    background: #f2f2f2 !important;
}

.qmod-financials .qmod-financials-cont .qmod-financials-table {
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif !important;
}

.pure-g [class*="pure-u"] {
    font-family: 'Poppins', sans-serif !important;
}

.qmod-ui-tool {
    font-family: 'Poppins', sans-serif !important;
}

div.qtool {
    margin-bottom: 25px;
}

.qmod-btn.qmod-darkblue {
    background: #f47b47 !important;
}

.qmod-btn.qmod-darkblue:hover {
    background: #da6e40 !important;
}

.qtool[data-qmod-tool="quotehead"] .qmod-ui-tool {
    border: none;
}

.qtool[data-qmod-tool="quotehead"] .qmod-head-left {
    margin-left: 0 !important;
}

#quoteHeadTab .qmod-head-left {
    margin-left: 0 !important;
}

.qtool[data-qmod-tool="detailedquotetab"] {
    width: 100%;
}

.qmod-detailedquote .qmod-quotegrid .qmod-line-sep {
    border: none;
}

.qmod-btn.qmod-btn-link.qmod-f-right[title="Fullscreen"] {
    display: none;
}

h2.qmod-heading.qmod-hbg {
    position: relative;
}

h2.qmod-heading.qmod-hbg::after {
    content: "";
    position: absolute;
    font-family: 'FontAwesome';
    right: 18px;
    visibility: visible;
    display: block;
    height: auto;
    top: 12px;
    z-index: 99;
    font-size: 29px;
    transition: all 1s;
}

h2.qmod-heading.qmod-hbg.closed::after {
    transform: rotate(180deg);
    top: 16px;
}

.box-pad {
    overflow: hidden;
}

.rocga-table {
    font-size: 13px !important;
    margin: 0;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.rocga-table td {
    padding: 5px 12px;
    height: 31px;
}

.rocga-summary h3.qmod-heading.qmod-hbg {
    margin: 0;
}

.rocga-first-highter.rocga-table tr td:first-child, .rocga-first-highter.rocga-table tr th:first-child {
    border-right: 1px solid #dee2e6;
    width: 225px;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rocga-chart-box {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.rocga-chart-box-wt-border {
    border: none;
    padding: 0;
}

.rocga-chart-box img {
    width: 100%;
}

.rocga-upper-chart img {
    height: auto;
    width: 100%;
}

.qtool[data-qmod-tool="detailedquotetab"] .pure-u-1-1.pure-u-sm-1-2 {
    width: 100% !important;
}

.qtool[data-qmod-tool="detailedquotetab"] .qmod-detailedquote .qmod-quotegrid .qmod-box-wrap-r,
.qtool[data-qmod-tool="detailedquotetab"] .qmod-detailedquote .qmod-quotegrid .qmod-box-wrap-l {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.qtool[data-qmod-tool="detailedquotetab"] .qmod-detailedquote .qmod-quotegrid .qmod-line-sep {
    border: none;
}

.qtool[data-qmod-tool="detailedquotetab"] {
    margin: 0 !important;
}

.rocga-chart-header {
    padding-top: 19px;
    text-align: left;
}

.rocga-chart-header h3 {
    font-size: 19px;
    padding-top: 10px;
}

#company-info-tabs {
    background: #f8f9fa;
    padding: 0;
    overflow: hidden;
}

#company-info-tabs a {
    margin: 0;
    border-radius: 0px !important;
    padding: 20px 24px;
    font-size: 15px;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    border-left: 1px solid #eee;
    min-width: 150px;
    border-right: 1px solid #eee;
}

.qmod-tool-wrap, .qmod-ui-tool {
    padding: 30px;
}

.icon-box svg {
    height: 25px;
    margin-top: 5px;
    margin-right: 8px;
}

#company-info-tabs a .icon-box {
    display: inline-block;
}

.icon-box svg g {
    fill: #000000 !important;
}

.list-group-item.active {
    color: #f47b47;
    background: #fff !important;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none !important;
}

.list-group-item.active .icon-box svg g {
    fill: #f47b47 !important;
}

.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li, .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li {
    background-color: #f47b47 !important;
}

.tab-content {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: -1px;
}

.no-border {
    padding: 0 !important;
    border: none !important;
}

.no-border-qtool .qmod-ui-tool, .no-border-qtool .qmod-tool-wrap {
    padding: 0 !important;
    /*border: none !important;*/
}

.rocga-table {
    font-size: 13px !important;
    margin: 0;
    border: 1px solid #eee;
    border-top: 0 !important;
}

h3.qmod-heading.qmod-hbg {
    font-size: 14px;
}

.custom-title-new.mb-4.no-line::after {
    display: none;
}

/*.highcharts-point {
    fill: #f47b47;
}*/
.custom-style-bar .ct-series-a .ct-bar,
.custom-style-bar .ct-series-a .ct-line,
.custom-style-bar .ct-series-a .ct-point,
.custom-style-bar .ct-series-a .ct-slice-donut {
    stroke: #f47b47;
    stroke-width: 25px;
    margin: 0 2px;
}

.ct-grid.ct-horizontal {
    display: none;
}

.ct-grid.ct-vertical {
    stroke-dasharray: 0px;
}

.rocga-chart-box .chart--container {
    margin-top: 25px;
}

.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-ul, .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-ul {
    background-color: #f8f9fa !important;
    color: #333 !important;
}

.qmod-ui-tool .inner-addon i:hover {
    color: #f8f9fa !important;
}

.qmod-dd-more-ul:hover .qmod-dd-more-item.qmod-list-header:hover i:hover {
    color: #f47b47 !important;
}

.qmod-legend.qmod-legend-list .inner-addon.right-addon {
    padding-top: 3px;
    height: 29px;
}

.qmod-dropdown-menu li > a.qmod-active {
    background-color: #f8f9fa !important;
    color: #333 !important;
}

.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item, .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item {
    background-color: #f8f9fa !important;
}

.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item a, .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item a {
    color: #333 !important;
}

.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item:hover, .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item:hover {
    background-color: #e1e1e2 !important;
}

.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item.qmod-active, .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item.qmod-active {
    background-color: #e1e1e2 !important;
}

.fixed-top {
    z-index: 9999999;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

h2.qmod-heading.qmod-hbg {
    background: #f8f9fa;
}

.qmod-ui-tool {
    border: 1px solid #eee !important;
}

.qmod-ui-tool .qmod-block-wrapper {
    margin-top: 15px;
}

.qmod-ui-tool.qmod-ui-tool-custom {
    padding: 0 !important;
}

.qmod-ui-tool.qmod-ui-tool-custom .qmod-block-wrapper {
    margin-top: 0px;
}

.qmod-ui-tool.qmod-ui-tool-custom .rocga-table {
    border: none;
}

.table thead th {
    border-top: 0px !important;
}

.rocga-chart-header {
    padding-top: 10px !important;
}

.rocga-chart-header select {
    font-size: 14px !important;
}

#quoteHeadTab .qmod-ui-tool,
#detailedquotetab .qmod-ui-tool {
    border: none !important;
}

.qmod-simplechart.qmod-ui-tool .highcharts-container {
    border: 1px solid #eee !important;
    margin-top: 15px !important;
    border-radius: 0px !important;
}

#quoteHeadTab .qmod-heading.qmod-hbg {
    line-height: normal;
}

.search-suggestion-box {
    position: absolute;
    top: 42px;
    background: #fff;
    z-index: 99;
    width: 100%;
    border: 2px solid #eee;
    border-radius: 0px 0px 25px 25px;
    overflow: hidden;
}

#searchForm.showSearch input {
    border-radius: 25px 25px 0 0;
}

.search-suggestion-box {
    display: none;
}

#searchForm.showSearch .search-suggestion-box {
    display: block;
}

.linePreloader {
    display: none;
}

#searchForm.searching .linePreloader {
    display: block;
}

.searching-state {
    padding: 15px;
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.search-suggestion-box ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 0;
}

.search-suggestion-box ul li {
    display: block;
    width: 100%;
}

.search-suggestion-box ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.search-suggestion-box ul li a:hover {
    background: #f5f5f5;
}

.search-suggestion-box ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.search-suggestion-item {
    padding: 10px;
    position: relative;
    text-align: left;
    padding-left: 45px;
    width: 100%;
}

.search-suggestion-box {
    max-height: 300px;
    overflow-y: auto;
}

.search-suggestion-item .flag {
    position: absolute;
    left: 5px;
    transform: scale(0.7, 0.7);
    top: 8px;
}

.search-suggestion-item h6 {
    color: #333;
    font-size: 14px;
    margin: 5px 0;
}

.search-suggestion-item span {
    font-size: 12px;
    color: #666;
}

.suggestion-ticker::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    right: 26px;
    top: 10px;
}

.suggestion-ticker.enabled::after {
    color: #f47b47;
}

.linePreloader {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #f17744, #f17744);
    background-color: #eee;
    border-radius: 0px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    animation: scroll 1.2s ease-in-out infinite;
}

#searchForm .form-control:focus {
    outline: 0;
    border-color: #eee;
    box-shadow: none !important;
}

@keyframes scroll {
    50% {
        background-size: 80%
    }
    100% {
        background-position: 125% 0;
    }
}

.highcharts-candlestick-series path.highcharts-point-up {
    fill: #99cc99 !important;
}

.highcharts-candlestick-series path.highcharts-point-down {
    fill: #ff9999 !important;
}

.highcharts-candlestick-series path.highcharts-point-down[fill="#f47b47"] {
    fill: #f47b47 !important;
}

.highcharts-candlestick-series path.highcharts-point-up[fill="transparent"] {
    fill: transparent !important;
}

#rocga-valuation-chart .ct-series-c .ct-line {
    fill: none;
    stroke-width: 4px;
    stroke-dasharray: 5px;
    -webkit-animation: dashoffset 1s linear infinite;
    -moz-animation: dashoffset 1s linear infinite;
    -o-animation: dashoffset 1s linear infinite;
    animation: dashoffset 1s linear infinite;
}

#rocga-valuation-chart .ct-series-c .ct-point {
    stroke: #f47a45;
}

#rocga-valuation-chart .ct-series-c .ct-area {
    fill: #f47a45;
}

#rocga-valuation-chart .ct-series-c .ct-bar,
#rocga-valuation-chart .ct-series-c .ct-line,
#rocga-valuation-chart .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
    stroke: #f47a45;
}

#rocga-valuation-chart .ct-series-b .ct-point {
    stroke: #f47a45;
}

#rocga-valuation-chart .ct-series-b .ct-area {
    fill: #f47a45;
}

#rocga-valuation-chart .ct-series-b .ct-bar,
#rocga-valuation-chart .ct-series-b .ct-line,
#rocga-valuation-chart .ct-series-b .ct-point, .ct-series-c .ct-slice-donut {
    stroke: #f47a45;
}

#rocga-valuation-chart .ct-area {
    opacity: 1;
}

#rocga-valuation-chart .highcharts-series-2 .highcharts-tracker-area,
#rocga-valuation-chart .highcharts-series-2 .highcharts-area {
    fill: rgba(0, 0, 0, 0.05);
}

#rocga-valuation-chart .highcharts-series-0 .highcharts-graph {
    stroke: #f47a45;
}

#rocga-valuation-chart .highcharts-point {
    fill: #f47b47;
    stroke: #f47b47;
}

.highcharts-credits {
    display: none;
}

#rocga-valuation-chart .highcharts-series-1 .highcharts-point {
    fill: #2fa62a;
    stroke: #2fa62a;
    stroke-width: 5px;
}

#rocga-valuation-chart .highcharts-series-1 .highcharts-graph {
    stroke: #2fa62a;
}

#rocga-valuation-chart .highcharts-series-1 .highcharts-point {
    display: none;
}

#rocga-valuation-chart .highcharts-point {
    display: none;
}

@-webkit-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: -20px
    }
}

@-moz-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: -20px
    }
}

@-ms-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: -20px
    }
}

@keyframes dashoffset {
    0% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: -20px
    }
}

.mod-company {
    width: 100%;
}

.mod-company h4 {
    font-size: 14px;
    margin: 0;
}

.mod-options {
    margin: 0;
    padding: 0;
    display: block;
}

.mod-options li {
    display: inline-block;
}

.mod-options li a {
    display: block;
    color: #333;
    padding: 8px 10px;
    text-decoration: none;
    min-width: 85px;
    max-width: 85px;
    text-align: center;
    border-radius: 5px;
    margin: 3px;
    font-size: 14px;
    background: rgba(244, 123, 71, 0.3);
    border: 2px solid #f47b47;
}

.mod-options li a:hover {
    background: rgba(244, 123, 71, 0.6);
}

.mod-options li a.active {
    background: rgba(244, 123, 71, 1);
    color: #fff;
}

.mod-company-row {
    margin: 15px 0;
    width: 100%;
}

.btn-primary {
    background-color: #f47b47;
    border-color: #f47b47;
}

.btn-primary:hover {
    background-color: #cf693c;
    border-color: #cf693c;
}

.form-control {
    font-size: 14px;
}

.mod-options-four li {
    width: 20%;
    max-width: 20%;
    margin: 0 -5px;
}

.mod-options {
    width: 100%;
}

.mod-options.mod-options-four {
    white-space: nowrap;
    text-align: center;
}

.mod-options.mod-options-four p {
    margin: 0;
}

.mod-options.mod-options-four li input {
    padding: 5px;
    min-width: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0px;
}

.mod-options.mod-options-four li:first-child input {
    border-radius: 5px 0 0 5px;
}

.mod-options.mod-options-four li:last-child input {
    border-radius: 0 5px 5px 0;
}

.mod-options.mod-options-four li input:focus, .mod-options.mod-options-four li input.focus {
    border-color: #cccccc;
}

.mb-label {
    display: none;
}

.rocga-additional-risk-chart {
    padding: 10px 15px 25px;
}

.rocga-additional-risk-chart thead {
    border-top: 1px solid #ddd;
}

.rocga-additional-risk-chart input {
    border: none !important;
    width: 100% !important;
    padding: 0 !important;
}

#growth-cash-generating-assets-chart .highcharts-legend-item .highcharts-point {
    width: 12px;
}

/*.highcharts-point.highcharts-color-1 {
    fill: #2fa62a;
}
#growth-cash-generating-assets-chart .highcharts-legend-item.highcharts-column-series.highcharts-color-1.highcharts-series-1 .highcharts-point {
    fill: #2fa62a;
}
#rocga-cash-generating-assets-chart .highcharts-legend-item.highcharts-column-series.highcharts-color-1.highcharts-series-2.highcharts-legend-item-hidden .highcharts-point {
    fill: #2fa62a;
}*/
#rocga-cash-generating-assets-chart .highcharts-point.highcharts-color-0 {
    fill: #7cb5ec;
}

.mod-company.modify-company .mod-company-row {
    margin: 28.5px 0;
}

.rocga-additional-risk-chart tbody td {
    padding: 0 !important;
}

.rocga-additional-risk-chart input {
    box-shadow: none !important;
    padding: 0 7px !important;
    border-right: 1px solid #eee !important;
    border-radius: 0px !important;
    text-align: center;
    display: flex;
    height: 100%;
    line-height: normal;
    font-size: 13px;
}

.rocga-additional-risk-chart {
    padding: 0 !important;
}

.rocga-additional-risk-chart table {
    border: none !important;
}

.rocga-additional-risk-box .qmod-block-wrapper.rocga-summary {
    margin: 0 !important;
}

.rocga-additional-risk-chart thead {
    border-top: none;
}

.copyrights p {
    margin: 10px 0;
}

.copyrights p:last-child {
    font-size: 14px;
    font-weight: normal;
}

.qmod-block-wrapper {
    position: relative;
}

.content-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9;
    align-items: center;
    display: none;
}

.loading-tab .content-loading {
    display: flex;
}

.content-loading img {
    max-height: 100%;
    margin: 0 auto;
    display: block;
    height: 100px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #ce683c;
    border-color: #ce683c;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem #ce683c;
}

.rocga-first-highter.rocga-table tr td:first-child, .rocga-first-highter.rocga-table tr th:first-child {
    min-width: 225px;
}

.rocga-table td, .rocga-table th {
    white-space: nowrap;
}

.rocga-chart-content-container {
    overflow: hidden;
    min-height: 307px;
    position: relative;
}

.content-loading img {
    width: 100px;
}

.rocga-chart-box.rocga-box-loading .content-loading {
    display: flex !important;
}

#list-valuation .qmod-ui-tool .qmod-block-wrapper {

}

a.btn {
    color: #fff;
    text-decoration: none;
}

.btn-primary-outline {
    background: rgba(244, 123, 71, 0.6);
    display: block;
    color: #333 !important;
    padding: 7px 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none !important;
    border: 2px solid #f47b47;
}

.modal-open .modal {
    z-index: 99999999;
}

.highcharts-exporting-group {
    display: none !important;
}

#rocga-valuation-chart .highcharts-series.highcharts-arearange-series .highcharts-tracker-area {
    fill: rgba(124, 182, 236, 0.3) !important;
}

.rocga-first-highter.rocga-table tr td:nth-child(2), .rocga-first-highter.rocga-table tr th:nth-child(2) {
    border-right: 1px solid #dee2e6;
    text-align: center;
}

.box-pad.rocga-additional-risk-chart table {
    text-align: center;
}

.chart-with-remove {
    display: flex;
    align-items: center;
}

.chart-with-remove .btn {
    color: #999;
    font-weight: normal;
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #ccc;
}

.chart-with-remove .btn:hover {
    background: #f47b47;
    border-color: #f47b47;
    color: #fff;
}

.add-chart-btn {
    font-size: 14px;
    background: transparent;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    color: #f47b47 !important;
    position: absolute;
    right: 50px;
    border: 1px solid #f47b47;
    top: 13px;
}

.add-chart-btn:hover {
    background: #f47b47 !important;
    color: #fff !important;
}

.add-chart-btn i {
    margin-right: 5px;
}

.list-group-item.active svg {
    fill: #f47b47 !important;
}

.chart_title_right {
    display: flex;
    align-self: baseline;
    float: right;
    margin-right: 0;
    margin-left: auto;
}

.rocga-chart-box.empty-chart-not-set .rocga-chart-content-container {
    min-height: 200px !important;
}

.rocga-chart-box.empty-chart-not-set .rocga-chart-content-container .chart-not-settle {
    padding-top: 85px;
    color: #f47b47;
    font-size: 18px;
}

.rocga-chart-box.rocga-box-loading.empty-chart-not-set .content-loading {
    display: none;
}

.chart-not-settle {
    display: none;
}

.empty-chart-not-set .chart-not-settle {
    display: block !important;
}

.select2-container .select2-selection--single {
    height: 38px;
    border-color: #ccc;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 35px;
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-results__option[aria-selected] {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.chart_title_right .select2-container .select2-selection--single .select2-selection__rendered {
    min-width: 200px;
}

.large-chart-item .chart_title_right {
    width: 30%;
}

.mini-chart-item .chart_title_left {
    width: 40%;
}

.mini-chart-item .chart_title_right {
    width: 60%;
}

.mini-chart-item .chart_title_left h3 {
    font-size: 14px;
}

.noty_text {
    font-weight: normal !important;
    font-size: 14px;
}

.rocga-btn-list {
    text-align: right;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.rocga-btn-list li a {
    border: 1px solid #f17744;
    padding: 10px 18px;
    border-radius: 5px;
    font-size: 15px;
    transition: all 0.3s;
    display: inline-flex;
}

.rocga-btn-list li a i {
    margin-right: 5px;
    font-size: 20px;
}

.rocga-btn-list li a:hover {
    background: #f17744;
    color: #fff;
}

.qtool-title {
    color: #444;
    font-size: 23px;
    margin: 0;
}

.form-control.selectize-control .item {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    padding-right: 15px;
    line-height: 1.7;
    color: #555;
}

.selectize-input input {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100% !important;
    text-overflow: ellipsis;
    padding-right: 15px !important;
    line-height: 1.7 !important;
    color: #555;
}

.selectize-control.single .selectize-input::after {
    display: none;
}

.selectize-control.form-control .selectize-input.items {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
}

.selectize-control.form-control .selectize-input.items.input-active.full input {
    top: -7.5px !important;
}

.selectize-dropdown-content .option:hover {
    cursor: pointer;
}

.selectize-control.form-control.single {
    width: 200px;
    line-height: normal;
    height: auto;
    display: inherit;
    max-height: 38px;
    min-width: 200px;
}

select[name="chart_type"] {
    min-width: 120px;
}

.selectize-input {
    min-height: 38px;
}

#company-info-tabs a span {
    text-align: center;
    width: 100%;
}

.menu-account-btn {
    min-width: 120px;
    margin-left: 15px;
}

li .nav-link.menu-account-btn {
    color: #fff !important;
}

.nav-link:not(.btn) {
    padding-top: 10px;
}

p.help-block.help-block-error {
    color: #ce1f1f;
}

p.help-block {
    font-size: 12px;
}

form div.required label.control-label:after {
    content: " * ";
    color: #ce1f1f;
}

.saved-scenario-box h5 {
    font-size: 18px;
    color: #f17744;
    margin: 0;
}

.saved-scenarios-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: list-item;
    width: 100%;
    align-content: center;
    justify-content: center;
}

.saved-scenarios-container ul li {
    display: inline-block;
    width: 32.9%;
}

.saved-scenario-box {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
    position: relative;
    margin: 5px;
    border-radius: 5px;
}

.saved-scenario-box p {
    font-size: 13px;
    margin: 0;
    color: #666;
}

.save-scenario-buttons {
    display: flex;
    top: 20px;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    right: 12px;
}

.save-scenario-buttons a {
    background: transparent;
    color: #f17744;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #f17744;
    transition: all 0.3s;
}

.save-scenario-buttons a:hover {
    background: #f17744;
    color: #fff;
}

.save-scenario-buttons .useSavedValuationModels,
.save-scenario-buttons .useSavedCharts {
    margin-right: 3px;
}

.saved-scenario-box textarea {
    display: none;
}

.saved-scenario-box h5 {
    font-size: 15px;
    padding-right: 48px;
}

a#addToWatchlist {
    float: revert;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    background: #f17744 !important;
    right: 15px;
    color: #fff !important;
}

a#addToWatchlist:hover {
    background: #ce663a !important;
}

.modal {
    z-index: 99999999 !important;
}

.common-acs {
    color: #f17744 !important;
    margin-right: 3px;
}

.common-acs:hover {
    background: #ce663a !important;
    color: #fff !important;
    cursor: pointer !important;
}

.mod-company-child-row {
    padding: 25px;
    border: 1px solid #eee;
    margin-top: 15px;
}

#showMoreCyclicalOptions {
    color: #f47b47;
    text-decoration: none;
    position: absolute;
    right: 40px;
    font-size: 16px;
    margin-top: -5px;
}

#showMoreCyclicalOptions::after {
    content: "";
    position: absolute;
    font-family: FontAwesome;
    right: -25px;
    visibility: visible;
    display: block;
    height: auto;
    top: -2px;
    z-index: 99;
    font-size: 20px;
    transition: all 1s ease 0s;
    transform: rotate(180deg);
}

#showMoreCyclicalOptions:not(.collapsed)::after {
    transform: unset;
}

.about-box {
    margin: 15px 0;
}

.about-box .card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
}

.about-box .card .card-body h4 {
    color: #f47b47;
    font-size: 20px;
    margin-bottom: 10px;
}

ul.method-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.method-list li {
    text-transform: capitalize;
}

section.price-section {
    border-bottom: 1px solid #626262;
}

.rocga-first-highter.rocga-table tr td:not(:first-child), .rocga-first-highter.rocga-table tr th:not(:first-child) {
    text-align: center;
}

.mod-options.mod-options-four input[disabled] {
    background: #eee;
}

.search-suggestion-item h6.enabled {
    color: #F17744;
}

.qtool-child h2.qmod-heading.qmod-hbg {
    font-size: 16px;
    padding: 15px 12px 17px;
}

.qtool-child h2.qmod-heading.qmod-hbg::after {
    top: 6px;
}

h3.qmod-heading.qmod-hbg {
    position: relative;
}

.card-extra-things {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 0;
    padding: 0 10px;
}

.card-extra-things select {
    width: 250px;
}

.mod-options .disabled-control {
    position: relative;
}

.mod-options .disabled-control input {
    background: #eee !important;
}

.mod-options .disabled-control::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.blog-box {
    background: #f6f6f6;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog-header {
    height: 250px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: block;
    width: 100%;
}

.blog-body {
    padding: 20px;
    width: 100%;
}

.blog-body p {
    font-size: 14px;
}

.blog-footer {
    width: 100%;
    display: flex;
    align-items: center;
}

.blog-footer {
    display: flex;
    align-items: center;
    padding: 0px 20px 15px;
}

.social-share-icons ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-share-icons ul li a {
    font-size: 20px;
    padding: 0 4px;
    display: block;
}

.blog-footer .btn {
    margin-right: 0;
    margin-left: auto;
}

.btn-empty {
    background: #fff !important;
    color: #333 !important;
}

.btn-empty:hover {
    background: #F47B47 !important;
    color: #fff !important;
    border-color: #F47B47 !important;
}

.blog-body h2 {
    font-size: 20px;
    font-weight: 600;
}

.blog-body h2 a {
    color: #333 !important;
}

.social-share-icons ul li a i.la-linkedin {
    color: #007bb6 !important;
}

.social-share-icons ul li a i.la-twitter {
    color: #00aced !important;
}

.social-share-icons ul li a i.la-facebook {
    color: #3b5998 !important;
}

h1.blog-view-title {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 32px;
}

.blog-main-image {
    width: 100%;
}

.blog-main-image img {
    width: 100%;
    height: auto;
}

.blog-view-content * {
    font-family: unset !important;
    /*white-space: break-spaces;
    word-break: break-all;*/
}

.blog-view-sub-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.blog-view-sub-header span.time {
    font-weight: 600;
    padding-right: 15px;
}

.blog-view-sub-header {
    margin-top: 25px;
    margin-bottom: 15px;
}

.blog-view-sub-header .social-share-icons {
    margin-right: 0;
    margin-left: auto;
}

.social-share-icons .label {
    font-weight: 600;
    margin-right: 15px;
}

.blog-body p.time {
    color: #F47B47;
    margin-top: 14px !important;
    font-weight: 600;
}

.blog-view-sub-header .time {
    color: #F47B47;
}

.line-height-25, .line-height-25 * {
    line-height: 25px !important;
}

.black-sec-content, .black-sec-content * {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    padding-top: 10px;
    line-height: 24px;
}

div#methodModal .modal-body img {
    width: 100% !important;
    height: auto !important;
}

.blog-main-image img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

ul.ticker-notes li {
    margin: 15px 0;
}

.btn-outline-primary {
    color: #f17744 !important;
    background: transparent !important;
    border-color: #f17744 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    color: #fff !important;
    background: #f17744 !important;
    box-shadow: 0 0 0 0.2rem rgb(241 119 68 / 50%);
}

.saved-scenarios-child {
    padding: 15px;
}

.saved-scenarios-child h6 {
    padding-left: 5px;
    margin: 5px 0 15px;
}

.mod-width-man .mod-options li a {
    max-width: unset !important;
}

.mod-width-man .mod-options {
    text-align: center;
}

div#valuation-gap table tr th:first-child, div#valuation-gap table tr td:first-child {
    width: unset !important;
    max-width: unset !important;
    min-width: unset !important;
    border-right: none !important;
}

div#valuation-gap table tr td:nth-child(2), div#valuation-gap table tr th:nth-child(2) {
    border-right: none !important;
    text-align: unset !important;
}

div#valuation-gap .qmod-ui-tool {
    border-top: none !important;
}

.search-suggestion-box {
    border: none;
}

.blog-main-image {
    height: 500px;
    border-bottom: 1px solid #eee;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
    background-size: auto 100% !important;
}

.blog-view-sub-header {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

h1.blog-view-title {
    margin: 0;
}

.blog-main-image.full_width {
    background-size: cover !important;
}

.note-editor.note-frame.panel.panel-default.fullscreen {
    background: #fff;
}

span.qmod-btn-text {
    background: #F17744;
    border-color: #F17744;
}

.qmod-active span.qmod-btn-text {
    background: #ce663a !important;
}

.modal-title .btn-xs {
    font-size: 14px;
    padding: 5px;
    margin-top: -5px;
}

.qtool[data-qmod-tool="interactivechart"] .qmod-btn {
    padding: 0;
}

.qtool[data-qmod-tool="interactivechart"] .qmod-btn span {
    padding: 5px 8px;
    display: block;
    background: #eee;
}

.qtool[data-qmod-tool="interactivechart"] .qmod-btn.qmod-active span {
    color: #fff !important;
    background: #F17744 !important;
    border-color: #F17744 !important;
outline: none !important;
}

.qtool[data-qmod-tool="interactivechart"] .qmod-btn.qmod-active {
    color: #fff !important;
    background: #F17744 !important;
    border-color: #F17744 !important;
	outline: none !important;
}

@media only screen and (max-width: 991px) {
    .blog-main-image img {
        width: 100%;
    }

    a#useFiveYrAvgGrowth {
        margin-bottom: 10px;
    }

    .form-inline.my-2.my-lg-0 {
        position: relative;
        width: auto;
        margin: 0 auto;
        display: inline-block;
    }

    .search-icon {
        top: 10px;
        right: 25px;
    }

    .footer-section .links {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .blog-main-image {
        height: 250px;
    }

    .about-page-section {
        padding: 50px 15px;
    }

    .blog-view-sub-header {
        display: block;
    }

    #navbarSupportedContent {
        z-index: 99;
    }

    .blog-view-sub-header .social-share-icons {
        margin-top: 15px;
    }

    .card-extra-things {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        padding: 0;
        margin-top: 14px;
    }

    h3.qmod-heading.qmod-hbg span {
        width: 100%;
        display: block;
        text-align: center;
    }

    .card-extra-things select {
        width: 100%;
    }

    .about-box .card {
        margin: 15px 0;
        height: auto !important;
    }

    .rocga-btn-list {
        text-align: left;
        margin-top: 15px;
    }

    .add-chart-btn {
        text-align: center !important;
        padding-left: 20px !important;
    }

    .chart_title_right {
        width: 100% !important;
        display: table;
    }

    .chart_title_right .select2-container .select2-selection--single .select2-selection__rendered {
        min-width: 50vw;
        width: 100% !important;
    }

    .chart_title_right .form-control.custom-select.mr-2 {
        margin-bottom: 10px;
    }

    .add-chart-btn span {
        display: none !important;
    }

    .mb-label {
        display: block;
    }

    .mod-company h4 {
        padding: 5px 6px;
        text-align: center;
        width: 100%;
    }

    .mod-options {
        text-align: center;
    }

    .mod-company-row select {
        margin-bottom: 15px;
    }

    .navbar-top {
        padding: 10px 7px;
    }

    .bg-overlay {
        padding: 25px 0px !important;
    }

    .banner-content {
        padding: 80px 0px 60px 0px !important;
    }

    .banner-heading h1 {
        font-size: 40px !important;
    }

    .banner-subheading {
        width: 100% !important;

    }

    .cutsom-btn {
        margin-right: 10px;
        margin-top: 10px;
    }

    .search-icon {
        color: #eee;
        position: absolute;
        right: 25px;
        top: unset;
        font-size: 15px;
        bottom: 29px !important;
    }

    .border-right {
        border-right: unset !important;
        border-bottom: 1px solid #f37843 !important;
    }

    .about-section {
        background: #fff;
        padding: 35px 15px !important;
    }

    .border-right {
        border-right: unset !important;
        border-bottom: 1px solid #f37843 !important;
        width: 38%;
    }

    .method-count {

        margin-bottom: 15px !important;
    }

    .content-section .item {
        width: 90% !important;
    }

    .model-img img {
        max-width: 100% !important;
    }

    .section-pt {
        padding-top: 2rem !important;
        padding-bottom: 1.5rem;
    }


    .price-section-heading {
        text-align: center;
        margin: 0px auto;
        width: 100%;
        border: unset !important;
        display: block !important;
    }

    .about-section-heading {
        display: block;
        height: 100%;
        text-align: center;
        width: 100% !important;
        border: unset !important;
    }

    .method-count {
        margin: 0px auto !important;
    }

    .method-box .col-md-10, .method-box .col-md-11 {
        text-align: center;
    }

    .method-icon-1::before {
        left: -5px;
    }

    .method-icon-1 {
        display: inline-block;
        width: auto;
        position: relative;
    }

    .method-icon-2::before {
        left: 18px;
    }

    .method-icon-2 {
        display: inline-block;
        width: auto;
        position: relative;
        margin-left: -35px;
    }

    .method-icon-3::before {
        left: -5px;
    }

    .method-icon-3 {
        display: inline-block;
        width: auto;
        position: relative;
    }

    .method-icon-4::before {
        left: 0px;
    }

    .method-icon-4 {
        display: inline-block;
        width: auto;
        position: relative;
    }

    .method-icon-5::before {
        left: -5px;
    }

    .method-icon-5 {
        display: inline-block;
        width: auto;
        position: relative;
    }

    .method-title {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .method-icon-2.method-title {
        padding-left: 65px;
    }

    .method-icon-2::before {
        left: 26px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-section .info {
        text-align: center;
    }

    .form-inline.my-2.my-lg-0 {
        position: relative;
    }

    .footer-section .search-icon {
        top: 10px;
        right: 25px;
    }

    #navbarSupportedContent {
        position: absolute;
        top: 75px;
        width: 100%;
        background: #fff;
        left: 0;
        border-radius: 0 0 5px 5px;
        padding-left: 0px;
    }

    .navbar-nav {
        padding-bottom: 10px;
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    .form-inline.my-2.my-lg-0 {
        position: relative;
        margin: 25px;
        padding-bottom: 15px;
    }

    .form-inline .search-icon {
        top: 11px;
        right: 25px;
    }

    .method-section .section-pt .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .links li {
        display: inline-block;
        margin: 0px 5px;
    }

    .footer-section .info a {
        font-size: 12px;
    }

    .footer-section .info p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .footer-section .links p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .footer-section .links a {
        font-size: 12px;
    }

    .copyrights p {
        font-size: 12px;
    }

    .footer-section .info {
        padding-top: 15px;
    }

    .links {
        margin: 15px 0 0;
    }

    .footer-section .links ul {
        padding-left: 0px !important;
        margin-bottom: 0px;
    }

    .footer-section {
        background: #333;
        padding: 25px 40px 5px;
    }

    .method-box img {
        width: auto !important;
        height: 40px !important;
        display: block;
        margin: auto;
    }

    .m-pl-15 {
        padding-left: 15px !important;
    }

    .page-content-container {
        padding: 60px 10px;
    }

    .qtool[data-qmod-tool="interactivechart"] .qmod-block-wrapper {
        padding: 0 15px !important;
    }

    .ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
        stroke-width: 10px;
        margin: 0 8px;
    }

    #saved-screens-container.saved-scenarios-container ul li {
        width: 100%;
    }

    #saved-watchlists-container.saved-scenarios-container ul li {
        width: 100%;
    }

    .saved-scenarios-container ul li {
        width: 100%;
    }

    a#addToWatchlist {
        position: relative;
        text-align: center;
        margin: 0 auto !important;
        right: 0;
    }

    #company-info-tabs a {
        display: flow-root;
        width: 100%;
    }

    .mod-company-row.with-child-options-mod .col-md-8.d-flex {
        display: block !important;
        width: 100%;
    }

    #showMoreCyclicalOptions {
        position: relative;
        width: 100%;
        display: block;
        right: 0;
        top: 0;
        margin-top: 15px;
    }

    #showMoreCyclicalOptions::after {
        right: 0;
    }
}

@media only screen and (min-width: 1000px) {
    .selectize-control.form-control.single {
        width: 50%;
        min-width: 50%;
    }

    select[name="chart_type"] {
        width: 35%;
        min-width: 35%;
    }
}

@media print {
    .page-content-container {
        padding: 0 !important;
    }

    #company-info-tabs a {
        text-decoration: none;
    }

    .ct-grid {
        stroke: none !important;
    }

    svg.highcharts-root {
        width: 100%;
        overflow: hidden;
    }

    .qtool[data-qmod-tool="interactivechart"] {
        overflow: hidden !important;
    }

    nav {
        display: flex !important;
    }

    a {
        text-decoration: none !important;
    }

    body {
        margin-top: 0;
        zoom: 80%;
    }

    button.navbar-toggler {
        display: none !important;
    }

    .collapse {
        display: block;
    }

    ul.navbar-nav.ml-auto {
        flex-direction: row;
    }

    li .nav-link {
        font-size: 12px;
    }

    .collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .qtool {
        page-break-inside: avoid;
    }

    .fixed-top {
        position: relative;
    }
}

dialog.qmod-popup{
    transform: translate(-50%, -50%) scale(0) !important;
}
.qmod-detailedquote .qmod-quotegrid .qmod-popup.anim {
    transform: translate(-50%, -50%) scale(1) !important;
}