
/*header starts*/

mark{
    background:yellow !important;
    color:black;
}
.loader_wrapper{
    position: absolute;
    top: 55px;
    left: 26%;
}
.news-summary-wrapper{
    width: 55vw;
}
.login-error{
    background: #f0c0c0;
    padding: 5px;
    border: 1px solid red;
    margin-bottom: 9px;
    color: red;
}
.login-success{
    color: #155724;
    background-color: #d4edda;
    border-color: green;
    padding: 5px;
    margin-bottom: 9px;
}
#lottie{
    background-color:transparent;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

.forgot_pass{
    background: url(../../common/images/intro-bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 662px;
    padding-top: 70px;
}
.box_forgot{
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    width: 50%;
    margin: 0 auto;
    border: 7px solid #00a3e4;
    border-radius: 3px;
}
.box_forgot > p{
    color: #999;
    font-size: .8rem;
}
.btn-search-assets, .btn-search-analytics{
    cursor: pointer;
}
.box_forgot label[for="identity"]{
    width: 65%;
    text-align: left;
}
.box_forgot label[for="new_password"], .box_forgot label[for="new_password_confirm"]{
    float: left;
    margin-left: 55px;
}
.box_forgot input[type="password"]{
    width: 82%;
    margin: 0 auto;
}
.box_forgot input[type="submit"]{
    background: #00b7ff;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 10px;
}
.box_forgot > h1{
    display: inline-block;
    font-weight: 300;
    color: #00a3e4;
    font-size: 36px;
    line-height: 50px;
    padding-top: 38px;
}
.label[for="identity"]{
    width: 65%;
    text-align: left;
}
.forgot_email{
    width: 65%;
    margin: 0 auto;
}
.unsubscribes{
    cursor: pointer;
    color: #007bff !important;
}
.no-assets{
    pointer-events: none;
}
.error_page {
    text-align: center;
    position: relative;
    color: #777 !important;
    padding-top: 106px;
}
#live-chart{
    height: 465px;
}
.agrud-body{
    background-color: #fff !important;
    padding-right: 0 !important;
    margin: 0 !important;
    font: normal 14px Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    line-height: 1rem;
    color: #444;
    background-color: #eee;
    padding-top: 42px;
    resize: none;
    overflow-x: hidden;
    height: 100%;
    max-width: 1752px;
    margin: 0 auto !important;
    float: none !important;
}
.mr-6{
    margin-right: 2.5rem !important;
}
.dropdown-item {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 9rem;
    padding-left: 2rem;
    text-shadow: 2px 2px rgba(136, 136, 136, 0.8);
}
.button-sign-in:hover {
    background: #ec8a8e;
    text-decoration: none;
}
.banner-wrapper{
    position: absolute;
    text-align: center;
    width: 98%;
    padding-top: 91px;
}
.button-register:hover {
    background: #77c7f2;
    text-decoration: none;
}
.button-register {
    background: #00a3e4;
    border: none;
    color: white;
    padding: 1.7px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
    text-decoration: none;
}
.navbar-nav li:last-child .nav-link {
    background: none;
}
.navbar-dark .navbar-nav .nav-link {
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #fff;
    font-size: 16px;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
.button-sign-in {
    border: none;
    color: white;
    padding: 1.7px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
    background: red;
    text-decoration: none;
}
.bg-custom .nav-link {
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 17px !important;
    padding-right: 17px !important;
    color: #fff;
}
.from-right {
    left: auto;
    right: 0;
}

.custom-dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px dashed #0c4055;
}
.custom-dropdown .dropdown-item {
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}
.custom-dropdown .dropdown-item .fa {
    color: #000;
    position: relative;
    left: -6px;
}

.navbar-nav .dropdown-item i {
    display: inline-block;
    /* margin-right: 6px; */
}
.custom-dropdown > .dropdown-item:hover, .custom-dropdown > .dropdown-item:focus, .custom-dropdown > .dropdown-item:active {
    background-color: rgba(12, 64, 85,.5) !important;
    /* color: #fff; */
}
.custom-dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px dashed #0c4055;
}
.z-index-menu {
    z-index: 100000000 !important;
}
.custom-dropdown {
    border: 1px solid #00a3e4 !important;
    border-radius: 3px !important;
    position: absolute;
    top: 100%;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #00a3e4;
    background-clip: padding-box;
    font-size: 14px;
    padding: 0;
    box-shadow: 2px 3px 3px rgba(136, 136, 136, 0.8);
    margin-top: 0;
}
.drop-menu-item {
    position: absolute;
    left: 55px;
}
.bg-custom{
    background-color: #00142d !important;
    z-index: 1000000000;
    min-height: 40px;
    padding: 0 !important;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    max-width: 1752px;
    margin: 0 auto !important;
    float: none !important;
}

.comp-brand{
    cursor: pointer;
    width: 114px;
    height: 44px;
    /* background: url(../../images/agrud.jpg); */
    background: url(./../agrud.jpg);
}
.bg-custom .navbar-nav{
    float: left;
    margin-left: 85px;
}
.bg-custom .nav-link{
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 17px !important;
    padding-right: 17px !important;
    color: #fff;
}
.custom-dropdown .dropdown-item .portfolio-lock {
    color: #0000006e;
    position: relative;
    right: 0;
    left: 42px;
}
.sign-in-dropdown .fa-user{
    margin-right: 5px;
}
/*header end*/
/*home start*/
.home-first-headline{
    font-size: 27px;
    color: #00a3e4;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin-top: 50px;
    width: 645px;
}
.banner-headline-two {
    font-size: 32px;
    color: #5e5e5e;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    line-height: 45px;
    display: block;
    margin-top: 0px;
}
.heading-first{
    padding-top: 150px;
    padding-bottom: 70px;
}
.search-home-banner {
    position: relative;
    margin-top: 40px;
}
.search-home-banner input {
    width: 100%;
    background-image: none;
    border: solid 1px #00a3e4;
    border-radius: 0px;
    background: #fff;
    /*font-size: 20px;*/
    color: #3b3b3b;
    padding-left: 12px;
    /* padding-right: 108px; */
    margin: 0;
    line-height: 40px;
    height: 42px;
}
.btn-search-assets, .btn-search-analytics {
    position: absolute;
    display: inline-block;
    border: none;
    top: 0;
    right: 0;
    width: 60px;
    height: 42px;
    background-color: #00a3e4;
    z-index: 1000 !important;
}
.findout_panel_wraper {
    position: relative;
    text-align: center;
    min-height: 400px;
}
.findout_panel_wraper .power_agrud_box h4 {
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}
.findout_panel_wraper .power_agrud_box p {
    font-family: 'Arial', sans-serif;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.divider-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.search-assets-home .extra-ajax-loader, .search-analytics-home .extra-ajax-loader {
    position: absolute;
    display: inline-block;
    border: none;
    top: 25%;
    right: 13%;
    width: 28px;
    height: 38px;
    background-color: transparent;
    z-index: 1000 !important;
}
.home-line-last {
    margin: 50px 0 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #5e5e5e;
}
.autocomplete-search-icon-home {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 21px;
    color: #fff;
    font-size: 20px;
}
@keyframes bounce {
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
/*@keyframes no_delete {
    0% {left: 0px;}
    50% {left: 200px;}
    100% {left: 0px;}
}*/

.scrollarrow {
    content: '';
    font-size: 80px;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding-top: 6%;
    cursor: pointer;

}
.explore_text_panel h4 {
    font-family: 'Arial', sans-serif;
    color: #00142d;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    padding-top: 25px;
}
.explore_text_panel p {
    font-family: 'Arial', sans-serif;
    color: #656463;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    padding-top: 7px;
}
button.explore_learn_more_button {
    border: none;
    background-color: #00142d;
    display: table;
    margin: auto;
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 35px;
    cursor: pointer;
}
.scrollarrow:hover, .scrollarrow:focus{
    text-decoration: none;
}
#agrud_analysis{
    background: url(../images/agrud_features_textur.png) repeat-x center bottom #00142d;
    position: relative;
    padding-top: 60px;
    margin: 0;
}
#agrud-engine{
    position: relative;
    background-image: url(../images/stella_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 0;
}
#trackportfolio h6{
    color: #00142d;
    font-weight: 700;
}
#trackportfolio p{
    font-size: 14px;
    line-height: 1.2rem;
}
.pl-6{
    padding-left: 4rem!important;
}
#homesignup{
    position: relative;
    background: url(../images/sign_up_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#homesignup .form_bar {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
}
#homesignup .form_bar > .icon_bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D3D3D3;
    text-align: center;
    color: #00a3e4;
    padding: 9.5px;
    z-index: 3;
}
.sign_up_button {
    cursor: pointer;
    border: none;
    background-color: #00a3e4;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    display: table;
    margin: 0 auto;
}
.pl-8{
    padding-left: 8rem !important;
}
.ml-9{
    margin-left: 9rem!important;
}
input.invalid, textarea.invalid {
    border: 2px solid red !important;
}
input.valid, textarea.valid {
    border: 2px solid green !important;
}
#homesignup .form_bar input {
    background: #fff;
    border: none;
    min-width: 477px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    padding-left: 51px;
    padding-right: 15px;
    margin-right: 15px;
}
#homesignup .error-msg{
    font-size: 12px;
    min-height: 16px;
}

.weekly_analyzes_part {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 100px;
    margin-top: 30px;
}
.weekly_analyzes_part span {
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.stella-numbers > span {
    font-family: 'Arial', sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    font-size: 30px;
}
/*home end*/
/*search bar start*/
#quote_search_modal .close{
    position: absolute;
    right: 14px;
}
.ticker-modal {
    border: none !important;
    position: inherit !important;
}
span.for-example {
    color: #a9a9a9;
    font-size: 13px;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}
span.for-example a {
    color: #a9a9a9 !important;
}
span.for-example a:hover{
    color: blue !important;
    text-decoration: none;
}
.new-search-panel, .new-search-panel-right{
    position: relative;
}
.new-search-panel input[type="search"] {
    width: 100%;
    line-height: 30px;
    height: 36px;
    padding-left: 10px;
    padding-right: 60px;
    background-color: #f7f6f6;
    border: 1px solid #a9a9a9;
}
.quote-panel {
    flex: 0 0 24.2%;
    max-width: 24.2%;
    padding-right: 6px;
    padding-left: 15px;
}
.search-ticker{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    display: block;
}
.new-search-panel-right {
    position: relative;
    /* margin-top: 15px; */
}
.calender {
    height: 46px;
    text-align: center;
    padding: 0;
    background-color: #00b7ff;
    position: relative;
}
.date {
    font-size: 23px;
    text-align: center;
    margin-top: 6px;
    font-weight: bold;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-shadow: 2px 2px rgba(136, 136, 136, 0.8);
}
.month {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    position: relative;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    text-shadow: 2px 2px rgba(136, 136, 136, 0.8);
}
.calender-dark {
    height: 46px;
    text-align: center;
    padding: 0;
    position: relative;
    background-color: #00142d;
}
.day {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
}
.year {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-left: 5px;
    margin-top: 4px;
    font-size: 21px;
}
.calender-time {
    margin-top: 14px;
    padding-right: 0;
}
#time {
    font-size: 30px;
    font-weight: bold;
    margin-top: 14px;
    margin-left: 0px;
    color: #fff;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    float: left;
    position: relative;
}
#meridiem {
    color: #00a3e4;
    margin-top: 14px;
    margin-right: 5px;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    float: right;
    font-weight: bold;
}
.trading-panel {
    flex: 0 0 59%;
    max-width: 59%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 1px;
}
/*search bar end*/
/*main start*/
.card-title {
    font-size: 17px;
}
.card-header {
    position: relative;
    background-color: #00142d;
    text-transform: capitalize;
    color: #00a3e4;
    font-weight: bold;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    padding-left: 1.7rem;
}
.block{
    display: block !important;
    margin: 10px;
}
.inline-block{
    display: inline-block !important;
    width: initial !important;
    height: 28px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.grey-bg{
    background-color: #FAF8F8;
    min-height: 137px;
}
.criteria-btn {
    height: 28px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    width: 120px !important;
}
.agrud-button {
    -webkit-border-radius: 0;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    background: #00a3e4;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 100%;
    text-shadow: 2px 2px rgba(136, 136, 136, 0.8);
}

/*main end*/
/*left start*/
.comps-item {
    display: grid;
    border: 1px solid rgba(210,214,222,1);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.red-percent-text-fill{
    position: relative;
    font-family: 'arial';
    /*color: #ff333a;*/
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.neutral-text-fill{
    position: relative;
    font-family: 'arial';
    /*color: #f5800c;*/
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.green-percent-text-fill{
    position: relative;
    font-family: 'arial';
    /*color: #00ca43;*/
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.fund-tablink-price-currency {
    color: #f0f0f0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12px;
}
.security_header_content .font_green {
    color: #54e31f !important;
}
.security_header_content .font_red {
    color: #f22424;
}
.comps-item > tr {
    background-color: #333;
    padding: 8px 0px 8px 8px;
}
.comps-item > tr:last-of-type {
    border-bottom: none !important;
}
.comps-list{
    border: 1px solid rgba(210,214,222,1);
}
.comps-item > tr:hover {
    background-color: #F0F8FF;
}
.comps-item > tr {
    background-color: #FAF8F8;
    padding: 8px 0px 8px 8px;
}

.ticker-big-text-competitors > a {
    white-space: nowrap;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    display: block;
    color: #0081f2 !important;
}
.ticker-small-text-competitors{
    padding-top: 2px;
    margin: 0;
    font-size: 11px;
    font-weight: 400!important;
    color: #464e56;
    float: left;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 75px;
    text-align: left;
}

.ticker-last-price-change-competitors {
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    position: absolute;
    right: 6px;
    margin-top: -15px;
    color: #000;
}
.ticker-time-text-competitors {
    /*text-shadow: 1px 1px #000;*/
    font-size: 13px;
    font-weight: bold;
    /* color: #464e56; */
    position: absolute;
    right: 6px;
    margin-top: 0px;
    /* margin-right: 11px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#collapse-left-column .card-header span.card-title {
    display: inline-block;
    margin-bottom: 0;
    color: #00a3e4;
}
.static-cons-list {
    padding-left: 17px;
    background: inherit;
    min-height: 1100px;
    background-color: #f7f6f6;
}
.screener_loader{
    position: absolute;
    top: 70px;
    left: 101px;
}
.right_loader {
    position: absolute;
    top: 52px;
    left: 130px;
}
.static-cons-list .con-item {
    color: rgb(119, 117, 117);
    display: flex;
    z-index: 1;
    align-items: center;
    vertical-align: middle;
    border-bottom: dashed 1px #b5b5b5;
    margin-left: -18px;
    position: relative;
    padding: 6px;
    border-radius: 0;
    height: 55px;
    /*height: 65px;*/
    font-size: 13px;
    border-left: 1px solid rgba(210,214,222,1);
    background-color: #FAF8F8;
}
.con-item[data-toggle="collapse"]{
    font-size: 16px;
    cursor: pointer;
}
#Equity_collapse{
    width: auto;
    height: 300px;
    overflow-y: scroll;
    cursor: pointer;
    margin-left: -17px;
}
.equity_collapse{
    padding: 6px 6px 6px 20px;
}
.static-cons-list .con-item:last-child{
    border-bottom:none;
}
a.title-link {
    color: #444;
    text-decoration: none;
}
.con-item > a, .competitor-item > a {
    padding-left: 9px;
    z-index: 1000000;
}
.comp-logo {
    position: absolute;
    right: 5px;
    top: 15px;
}
.con-item:not(.cf_highlight):hover {
    background-color: #F0F8FF;
}
/*left end*/
/*right start*/
.scratchpad-tbody > tr:hover, .portfolio-tbody > tr:hover, .analytics-block > tr:hover {
    background-color: #F0F8FF;
    /* cursor: pointer; */
}
.price-neutral {
    color: #f5800c;
}
.scratchpad-table > tbody > tr, .portfolio-table > tbody > tr {
    background-color: #FAF8F8;
    vertical-align: top;
    height: 44px;
    font-weight: 500;
    font-weight: 500;
    border-color: #e0e4e9;
    -webkit-tap-highlight-color: transparent;
    border-bottom-width: 0;
    border-style: solid;
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 1px;
    border-bottom: 1px solid #e0e4e9;
}
.portfolio-table > tbody > tr > td:nth-child(1):not(.no-data-right),  .scratchpad-table > tbody > tr > td:nth-child(1):not(.no-data-right){
    text-align: left;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 14px;
    padding: 0;
    padding-left: 6px;
}
.ticker-big-text > a {
    white-space: nowrap;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    display: block;
    color: #0081f2 !important;
}
.ticker-small-text {
    padding-top: 2px;
    margin: 0;
    font-size: 11px;
    font-weight: 400!important;
    color: #464e56;
    float: left;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 95%;
    text-align: left;
}
.scratchpad-table > tbody > tr > td:nth-child(2), .portfolio-table > tbody > tr > td:nth-child(2) {
    padding-right: 10px;
}
.scratchpad-tbody >tr >td:nth-child(3), .portfolio-tbody >tr >td:nth-child(3) {
    padding-right: 24px !important;
}
.parameter, .ticker-last-price-analytics, .ticker-wtd-analytics, .ticker-mtd-analytics, .ticker-qtd-analytics, .ticker-ytd-analytics, .ticker-last-price-change {
    /* text-align: center; */
    text-align: right;
    /*padding-right: 10px;*/
    font-size: 11px;
    font-weight: bold;
}
.no-data-right{
    background-color: honeydew;
    padding: 40px !important;
    text-align: center !important;
    line-height: 6;
    cursor: not-allowed;
    height: 177px;
}
.text-align-right{
    text-align: right;
}
.ticker-last-price-change {
    font-weight: bold;
    white-space: nowrap;
}
.price-red {
    color: red !important;
}
.price-green {
    color: #093 !important;
}
.ticker-close-button {
    position: absolute;
    right: 8px;
}

.ticker-close-button, .ticker-add-button {
    color: #464e56;
    font-size: 14px;
    padding-left: 6px;
    cursor: pointer;
}
.ticker-add-button {
    /* position: absolute; */
    /* right: 3px; */
    font-size: 14px;
    font-weight: normal;
    min-width: 20px;
    color: #464e56;
    position: absolute;
    margin-top: 16px;
    right: 7px;
}
.added-box{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0px;
    display: block;
    background-color: rgba(0, 0, 0, 0.12) !important;
    z-index: 200005;
    overflow: hidden;

}
.added-wrapper{
    position: absolute;
    left: 50%;
}
.added-details{
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    border: 2px solid #7bacd5;
    box-shadow: 2px 2px #2d90ca;
    border-radius: 5px;
    position: relative;
    left: -50%;
}
.margin-right-more, .scratchpad-margin-right-more {
    margin-right: 35px;
}
.parameter{
    font-size: 11px;
    font-weight: bold;
}
.ticker-time-text {
    font-size: 11px;
    font-weight: normal;
    color: #464e56;
    position: absolute;
    right: -7px;
    margin-top: 16px;
    /* margin-right: 10px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ticker-time-text-screener{
    position: absolute;
    bottom: 2px;
    margin-right: 10px;
}
.scratch-pad-head-text >tr>th:nth-child(2):not(.no-data-right) {
    text-align: right;
}
.scratch-pad-head-text >tr>th:nth-child(3):not(.no-data-right) {
    text-align: center;
    padding-left: 14px;
    padding-right: 5px;
}
.scratchpad-table > tbody > tr > td:not(.no-data-right),  .portfolio-table > tbody > tr > td:not(.no-data-right){
    text-align: right;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 12px;
    padding: 0;
    font-weight: bold;
}
.ticker-last-price {
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 12px;
    padding: 0;
}

.cf-container {
    padding: 0px;
    position: relative;
}
.card-block-functions {
    min-height: 150px;
}
.scratchpad-table {
    width: 100%;
    vertical-align: middle;
    text-align: right;
    table-layout: fixed;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    border-collapse: collapse;
    border-spacing: 0;
}
.scratch-pad-head-text {
    background-color: #00a3e4;
}
.scratch-pad-head-text >tr>th:nth-child(1) {
    padding-left: 5px;
}
.signup-popup-link, .signin-popup-link, .scratch-pad-head-text > tr > th {
    text-shadow: 2px 2px rgba(136, 136, 136, 0.8);
}
.scratch-pad-head-text >tr>th {
    text-align: left;
    white-space: nowrap;
    padding-bottom: 7px;
    padding-top: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.portfolio-table {
    width: 100%;
    vertical-align: middle;
    text-align: right;
    table-layout: fixed;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    border-collapse: collapse;
    border-spacing: 0;
}
span.assets-card {
    color: #fff;
    font-size: 10px;
    font-style: italic;
}
.new-search-panel-right {
    position: relative;
    /* margin-top: 15px; */
}
.new-search-panel-right input[type="search"] {
    width: 100%;
    border: none;
    line-height: 30px;
    height: 36px;
    padding-left: 10px;
    padding-right: 60px;
    background-color: #f7f6f6;
    border: 1px solid #a9a9a9;
}

button.search_button {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px !important;
    width: 45px;
    font-size: 17px;
    margin-right: 0;
    border: none;
    background-color: #00a3e4;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 100%;
}
button.search_button:focus {
    outline: none;
}
.extra-ajax-loader-news {
    display: inline-block;
    position: absolute;
    top: 24%;
    right: 17%;
    color: #000;
    z-index: 4;
}
.search-result-body{
    max-height: 300px;
    overflow-y: auto;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: .8rem;
    font-style: italic;
    font-weight: normal;
    /*color: #DCDCDC;*/
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: .8rem;
    font-style: italic;
    font-weight: normal;
    /*color: #DCDCDC;*/
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: .8rem;
    font-style: italic;
    font-weight: normal;
    /*color: #DCDCDC;*/
}
:-moz-placeholder { /* Firefox 18- */
    font-size: .8rem;
    font-style: italic;
    font-weight: normal;
    /*color: #DCDCDC;*/
}
/*right end*/

.collapse-right-column {
    display: block;
    border: solid 1px rgba(210,214,222,1) !important;
    border-radius: 3px !important

}
/*screener start*/
.popover-body{
    font-size: 11px !important;
    max-width: 190px;
    background-color: #555;
    color: #fff;
}
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after{
    right: 0;
    border-left-color: #555;
}
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::before, .bs-popover-right .arrow::after {
    right: 1px;
    border-left-color: #555;
}
.popover[x-placement^=right]{
    margin-left: 170px;
}
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: #555 !important;
}
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #555 !important;
}
.custom-drop{
    height: 30px;
    width: 143px;
    padding: 2px;
}
fieldset.scheduler-border {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

legend.scheduler-border {
    width: auto !important;
    border: none;
}
.accord-header{
    background-color: rgba(211,211,211,.4);
    padding: 10px;
}
.bold-20{
    font-size: 20px;
    font-weight: bold;
}
.result-wrapper{
    margin-bottom: 15px;
    /*padding: 10px;*/
    background-color: #f7f6f6;
    border: solid 1px #e1e0e0;
    /*text-align: center;*/
    min-height: 200px;
}
.screener-title{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.criteria-btn{
    height: 28px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    width: 120px !important;
}
.screener-time-width{
    max-width: 1370px;
    position: fixed;
    left: 0px;
    right: 0;
    top: 135px;
    height: 68px;
    z-index: 1000000;
    background-color: #fff;
}
.right-0{
    position: absolute;
    right: 0;
}
.digital{
    max-width: 15%;
    margin-top: 11px;
}
.cf-container-group .agrud-button:nth-child(1){
    margin-top: .5rem !important;
}
.agrud-button > a{
    color: #fff;
}
.agrud-button > a:hover, .condition-close-button:hover{
    text-decoration: none !important;
    cursor: pointer;
}
.screen-close-button {
    position: absolute;
    right: 35px;
    color: #464e56;
    font-size: 14px;
    padding-left: 6px;
    cursor: pointer;
}
#saved_criteria .saved:last-of-type{
    border-bottom: none !important;
}
.subscription_text{
    position: absolute;
    top: -75px;
    font-size: 11px;
    left: 14px;
    color: gray;
}
#saved_criteria{
    min-height: 112px !important;
    padding: 0px;
    position: relative;
}
.saved > a{
    font-size:14px;
}
#save_data{
    width: 174px;
    height: 29px;
    font-size: 12px;
    position: absolute;
    margin-left: 15px;
}
.screener-info{
    color: #00142d;
    float: right;
    margin-right: 89px;
    cursor: pointer;
    display: inline-block;
    margin-top: 3px;
}
#criteria .small{
    font-size: 13px;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
#criteria hr{
    margin: 1px 0;
}
.criteria:nth-last-child{
    border-bottom: 0;
}
.criteria-added-tick{
    color: #00142d;
    position: absolute;
    right: 72px;
    cursor: pointer;
    margin-top: -16px;
    display: none;
}
.custom-card-title{
    position: absolute;
    display: inline-block;
    top: 13px;
    left: 10px;
    color: #fff;
}
.criteria-arrow{
    color: red;
    text-shadow: none;
    text-align: right;
    font-size: 19px;
    position: absolute;
    right: 15px;
}
.criteria-box{
    visibility: visible;
    height: 106px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sign-in-btn, .sign-up-submit{
    height: 45px;
}
#scrtachpad-container, #portfolio-container{
    height: 203px;
    overflow-y: auto;
    width: 100%;
    /*    border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;*/
}
.criteria-click{
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 45%;
    display: block;
    font-size: 13px;
}
.criteria-added .criteria-added-tick{
    display: block;
    margin-right: 8px;
    position: relative;
    right: -133px;
    margin-top: -17px;
    width: 5px;
}
/*@-moz-document url-prefix() {
    .criteria-added .criteria-added-tick{
        margin-top: -23px;
    }
}*/
div[data-parent="#criteria"] {
    overflow-y: auto;
    max-height: 200px;
}
.top-strip {
    transform: rotate(141deg);
    margin-top: -3px;
    margin-right: 81px;
    margin-left: -246px;
    border-bottom: 49px solid #4DBBC3;
    border-top: 14px solid #429be7;
}
#saved_screens .modal-dialog, #clear_criteria .modal-dialog, #account_activated .modal-dialog, #check_delete .modal-dialog{
    width: 251px;
}
#saved_screens .modal-content, #clear_criteria .modal-content, #account_activated .modal-content, #check_delete .modal-content{
    border: 7px solid rgb(23, 162, 184);
}
.delete-yes, .delete-no {
    border-radius: 0;
}
.modal-p{
    font-size: 15px;
    font-weight: normal;
    color: #393944;
    line-height: 17px;
    text-align: center;
    margin-bottom: 0;
}
.screener-big-text{
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    display: block;
    color: #0081f2 !important;
    white-space: nowrap;
}
.screener-small-text{
    padding-top: 2px;
    margin: 0;
    font-size: 11px;
    font-weight: 400 !important;
    color: #464e56;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    display: block;
}
.screener_header_name{
    display: block;
    font-size: 23px;
    color: #fff;
    text-transform: capitalize;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 1px;
    text-align: left;
}
.w-150{
    width: 150px !important;
}
.screener_header_ticker{
    display: block;
    font-weight: bold;
    color: #0275d8;
    text-transform: uppercase;
    margin-left: 12px;
}
.market_close_time{
    font-size: 10px;
    color: #fff;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 14px;
}
.container_openprice_left_txt {
    font-size: 14px;
    color: #00b7ff;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    padding-left: 10px;
}
@keyframes live_glow {
    0%  { text-shadow: none; }
    50% { text-shadow: 0px 0px 6px #fcf30a;}
    100% {text-shadow: none; }
}
.header_price_glow {
    -webkit-animation: live_glow 3s;
    -moz-animation:    live_glow 3s;
    -o-animation:      live_glow 3s;
    animation:         live_glow 3s;
}
.header_price{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
}
.newscontent_right_panel{
    line-height: 25px;
}
.container_openprice{
    border-bottom: solid 1px #384265;
}
.newscontent_right_panel{
    line-height: 25px;
}
.different_price_range{
    line-height: 0;
    padding: 0.75rem;
}
.font_green {
    color: #2e914f !important;
}
.font_red {
    color: #ff333a !important;
}
.custom-dropdown > #analytics-arrow {
    right: 60px;
}
.custom-dropdown > #analytics-arrow {
    position: absolute;
    top: -11px;
    right: 76px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00a3e4;
}
#collapseOne .card-body, legend.scheduler-border, .condition-input, .condition-input-first, .condition-input-second {
    font-size: 12px;
}
.down_csv {
    background-color: #faf8f8;
    text-shadow: none;
    position: absolute;
    top: 3px;
    right: 10px;
    height: 28px;
    font-size: 11px;
    color: #000 !important;
    border-radius: 0;
}
.down_csv:hover{
    text-decoration: none;
    /* color: #fff; */
    outline: none;
}
.result_count{
    font-size: 11px;
    display: inline-block;
    background-color: #eccb29;
    position: absolute;
    top: 4px;
    left: 190px;
}
.card-header:hover {
    background-color: #00142d;
}
.criteria-name{
    width: 155px;
    background: #FFF;
    display: table-cell;
    /*border-right: 1px solid #BABABA;*/
}
.criteria-name a{
    display: block;
    padding: 7px 10px;
    border-top: 1px solid #DADADA;
    position: relative;
}
.single-group {
    font-size: 12px;
    font-weight: bold;
    color: #00142d;
    padding: .5rem 1.25rem;
    border-right: 1px solid #BABABA;
    cursor: pointer;
    border-bottom: 1px solid #BABABA;
}
.single-group:nth-last-of-type{
    border-bottom: none;
}
.group-clicked{
    background-color: #444;
    border-right: none !important;
    color: #fff;
}
.group-clicked::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #444;
    right: -8px;
}
.get_criteria{
    max-height: 300px;
    overflow-y: auto;
}
.start-screener{
    font-size: 14px;
    color: #00142d;
    font-weight: normal;
}
/*screener end*/
/*terms, service start*/
.cust-home h1, .cust-home h2, .cust-home h3, .cust-home h4, .cust-home h5, .cust-home h6 {
    font-weight: 700;
}
.terms p, .service p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.service > ol {
    line-height: 1.5rem;
    font-size: 1rem;
}
.page-header {
    margin: 10px 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}
/*terms, service end*/
/*footer start*/
.footer-logo {
    margin-bottom: 31px;
    text-align: center;
}
.share-media {
    text-align: center;
    margin-right: 37px;
}
.share-facebook a:hover, .share-linkedin a:hover {
    text-decoration: none;
}
.share-media ul li {
    padding: 1px;
    display: inline-block;
    margin-right: 22px;
}
.share-facebook {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #3b5998;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}
/*.share-twitter:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: inset 0 0 3px #00a3e4;
    -moz-box-shadow: inset 0 0 3px #00a3e4;
    box-shadow: inset 0 0 3px #00a3e4;
}*/
.share-twitter {
    background: #1da1f3;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}
.social-media-icon {
    text-align: left;
    display: inline;
    cursor: pointer;
    padding-top: 10px;
}
.share-media .fa {
    color: #fff;
    font-size: 22px;
    padding: 9px 2px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    text-decoration: none;
}
.share-media ul li:last-child {
    margin-right: 0;
}
/*.share-linkedin:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: inset 0 0 3px #0077b5;
    -moz-box-shadow: inset 0 0 3px #0077b5;
    box-shadow: inset 0 0 3px #0077b5;
}*/
.share-linkedin {
    background: #0077b5;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}
.footer-menu-container {
    text-align: center;
}
ul.icon li a {
    font-family: 'Raleway', sans-serif;
    text-decoration: none !important;
    color: #656565;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
ul.icon li {
    padding: 7px 15px 0px;
    float: left;
    border-right: solid 1px #e5e5e5;
}
ul.icon li:last-child {
    border-right: none;
}

ul.icon {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    padding: 10px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
ul.icon li a:hover {
    text-decoration: none !important;
    color: #2196f3 !important;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-copyright-container {
    margin-top: 9px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    color: #656565 !important;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
}
/*footer end*/
/*aboutus start*/
.about_us_banner{
    min-height: 316px;
}
.about-menu{
    background-color: #eeeeee;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
}
.content-container h2, #advisors h2 {
    padding-bottom: 25px;
    font-size: 2.75rem;
    color: #18a7d2;
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
}
.market-close {
    background-color: #202c53;
}
.market-close-highlight {
    font-size: 10px;
    color: #fff;
    display: block;
}
.pe_pb_ps_text {
    font-size: 14px;
    color: #00a3e4;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: text-bottom;
}
.wtd_mtd_qtd_ytd_text {
    font-size: 14px;
    color: #00a3e4;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    line-height: 25px;
    border-right: solid 1px #384265;
}
.big-cat > .action-btns-utils{
    font-size: 14px;
}
.pe_pb_ps_value {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    text-align: left;
}
.container_openprice_right_price_value {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-left: 0;
    text-align: right;
    padding-right: 10px;
}
.menu:not(.tab-current){
    cursor: pointer;
}
.menu-item:hover{
    text-decoration: none;
}
.vision > p {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5rem;
}
.features-new {
    padding-top: 57px;
    padding-bottom: 50px;
    background-image: url(../images/bg-features.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.menu{
    text-align: center;
    padding: 1rem!important;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
h1.fnb-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #00a3e4;
    text-align: center;
}
.content-container h4 {
    padding-bottom: 5px;
    padding-top: 20px;
}
h4.fnb-sub-title {
    margin-top: 20px;
    margin-bottom: 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #00142c;
    text-align: center;
}
.fnb-separator {
    display: inline-block;
    width: 100%;
    height: 7px;
    background-image: url(../images/div.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-bottom: 20px;
}
.features-new-look-wraper-content.f-img {
    background-image: url(../images/contextual.png);
}
.features-new-look-wraper-content {
    width: 147px;
    height: 147px;
    margin: 4px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.features-new-look-head {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #00142c;
    padding-top: 21px;
    padding-bottom: 15px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center;
    background-image: url(../images/de.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-left: -2px;
}
.features-new-look-wraper-hover-lower-text {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.72em;
    text-align: center;
    margin-top: 115px;
    padding: 5px;
}
.features-new-look-wraper:hover .features-new-look-wraper-hover {
    height: 100%;
}
.features-new-look-wraper-hover-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 15px;
    line-height: 1.2em;
    letter-spacing: 1px;
    background-image: url(../images/de-white.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.features-new-look-wraper {
    position: relative;
}
.features-new-look-wraper-content.f-img03 {
    background-image: url(../images/personalised.png);
}
.features-new-look-wraper-content.f-img02 {
    background-image: url(../images/deep-and-broad.png);
}
.features-new-look-wraper-content.f-img04 {
    background-image: url(../images/distribution-and.png);
}
.features-new-look-wraper-container {
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
    padding: 33px 20px;
    min-height: 313px;
    border-radius: 0;
    background-color: #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
}
.features-new-look-wraper-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #00a3e4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: top 0.2s ease-in;
    transition: top 0.5s ease;
    transition: .5s ease;
}
/* .menu > a{
    color: #000;
} */
.tab-current{
    background-color: #fff;
    border-bottom: none;
}
.about_us_banner_wrap {
    padding-top: 84px;
    padding-bottom: 41px;
    text-align: center;
}
.word-stella {
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
    color: #00a3e4;
    position: relative;
    display: block;
}
.line-one {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    position: relative;
    display: block;
}
.line-two {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #00a3e4;
    position: relative;
    display: block;
}
.blue_highlight {
    color: #00a3e4 !important;
}
/*aboutus end*/
/*team starts*/

.portfolio-box {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0px;
    /*width: 150px;*/
    /*height: 204px;*/
    overflow: hidden;
}
.portfolio-txt-bg {
    padding-top: 3px;
    color: #fff;
    display: block;
    background: rgba(0,0,0,.7);
    text-align: center;
    width: 164px;
    height: 22%;
}
.portfolio-box img{
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out;
}
.portfolio-box  img:hover {
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);

}
.portfolio-box  img:hover + .portfolio-txt-bg {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease-in-out;

}
.portfolio-box .portfolio-box-caption {
    opacity: 0;
    color: #fff;
    display: block;
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 262px !important;
}
.thumbnail:hover .portfolio-box-caption {
    opacity: 1 !important;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 13px;
}
.member-details {
    color: #f3f3f3;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.2;
    text-align: left;
    text-transform: none !important;
    padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .linkedin-icon {
    position: absolute;
    color: #d2530f;
    float: right;
    botom: 0;
    right: 0;
    font-size: 25px;
    font-weight: bold;
    opacity: 1;
}
.social-media-icon {
    text-align: left;
    display: inline;
    cursor: pointer;
    padding-top: 10px;
}
/*team ends*/
/*markets start*/
sup.red {
    top: -0.3em;
    font-size: 21px;
}
.fold {
    display: none;
}
.open-drop {
    display: table-row;
    background-color: #F0F8FF !important;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.landing_header_name{
    margin-left: -10px;
}
.bold-18{
    font-size: 18px;
    font-weight: bold;
}
.du-chart-container {
    display: inline-block;
    background-color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.du-chart-container .consumer-chart {
    vertical-align: middle;
    background-color: #fffaf7;
    border: 1px solid #f2c3a5;
    position: relative;
    text-align: center;
}
.float_left {
    margin-left: 1%;
    text-align: left;
    display: block;
    /* width: 100%; */
    /* margin-right: -50%; */
}
.socials {
    display: inline-block;
    float: right !important;
    top: 0px;
    padding-bottom: 10px !important;
    padding-top: 0 !important;
    margin-right: 13px;
}
.ohlc-anchor, .pb-anchor, .ps-anchor, .pe-anchor {
    display: inline-block;
    line-height: 0;
    border-radius: 4px;
    transition: background-color 0.5s ease-out;
}
.live_chart_button:hover {
    background: #fc0015;
    text-decoration: none;
    outline: none;
}
.live_chart_button {
    background: red;
    border-radius: 0px;
    font-family: Arial;
    color: #fff;
    font-size: 13px;
    padding: 6px 13px 7px 15px;
    text-decoration: none;
    float: left;
    margin: 5px;
}
.competitors-td {
    cursor: pointer;
    padding-top: 10px;
    color: #316093;
    background-color: #E4ECF4;
}
.header_right_panel{
    line-height: 25px;
    position: relative;
    float: right;
    text-align: right;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
}
.news-share-facebook-dailyupdate{
    padding-top: 5px;
    padding-right: 6px;
    padding-left: 9px;
    padding-bottom: 6px;
    background: #3b5998;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.news-share-twitter-dailyupdate{
    padding-left: 7px;
    padding-top: 5px;
    padding-right: 4px;
    padding-bottom: 6px;
    margin-left: 10px;
    background: #1dcaff;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.news-share-whatsapp-dailyupdate{
    padding-left: 7px;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 6px;
    margin-left: 10px;
    background: #34AF23;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.news-summary-css {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 12px;
    margin-left: 9px;
    margin-right: 10px;
    margin-top: 10px;
    color: black;
}
.header_right_panel .container_openprice_left_txt{
    color: #0275d8;
}
.socials .fa{
    color: #fff;
}
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #fff;
    background-color: #00142d;
    border-right: 2px solid #00142d;
    border-left: 2px solid #00142d;
    border-top: 2px solid #00142d;
    border-bottom: none;
    /* border-color: rgba(210,214,222,1) rgba(210,214,222,1) transparent; */
}
.mx-10{
    margin-left: 10px;
    margin-right: 10px;
}
.content-newsbox {
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 16px;
    padding-top: 16px;
    /* width: 100%; */
}
.content-newsbox img {
    width: 60px;
    height: 60px;
}
.content-newsbox .space-reduce {
    /*margin-left: -40px;*/
}
.news-content-img-box {
    background-color: #ADD8E6;
    width: 60px;
    height: 60px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.news-content-img-box > div {
    font-size: 38px;
    font-weight: bold;
    text-transform: capitalize;
}
.markets-middle .nav-tabs{
    border-bottom: 2px solid #00142d;
}
span.right-one-text {
    float: right;
    display: block;
    color: #000;
    font-size: 11px;
    opacity: .7;
    /*    margin-right: -44px;
        margin-left: 32px;*/
}
span.content-newsbox-heading {
    font-family: 'arial';
    font-size: 14px;
    color: black;
    font-weight: bold;
    display: block;
}
.news-heading {
    color: #2c4962 !important;
    cursor: pointer;
}
.sourced {
    float: right;
    /*margin-right: -7%;*/
    font-size: 11px;
    font-weight: normal;
    color: #3e3c3c;
    font-style: italic;
}

.morelink, .fa-chevron-circle-right {
    font-style: normal;
    text-decoration: none !important;
    font-size: 10px;
    white-space: nowrap;
    font-weight: normal;
    cursor: pointer;
    padding: 1px;
    padding-left: 4px;
}
.markets-middle .nav-link:hover {
    cursor: pointer;
}
#major-indices, .analytics-details{
    margin-bottom: 15px;
    padding: 20px;
    padding-bottom: 10px;
    background-color: #f7f6f6;
    border: solid 1px #e1e0e0;
    text-align: center;
}
#major-indices{
    min-height: 590px;
}
.analytics-header h1{
    /* display: inline-block; */
    font-size: 16px;
    font-weight: bold;
    color: #243a55;
    text-align: center;
    margin-bottom: 4px;
}
.block-table {
    display: table;
    margin: auto;
    width: 100%;
}
.analytics-block-head-text{
    background-color: #00a3e4;
}
.analytics .table-info, .analytics .table-info>td, .analytics .table-info>th{
    background-color: #00a3e42b;
}
.analytics-block-head-text >tr>th:nth-child(1) {
    padding-left: 5px;
}
.analytics-block-head-text th {
    text-align: left;
    font-size: 11px;
    padding-right: 5px;
    white-space: nowrap;
    padding-bottom: 6px;
    padding-top: 1px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.analytics-block-head-text >tr>th:nth-child(3) {
    text-align: right;
    padding-right: 5px;
}
.analytics-block-head-text >tr>th:nth-child(2) {
    text-align: center;
    /*text-align: right;*/
}
.fancy-container {
    display: inline-block;
    color: red;
    font-size: 22px;
    border-right: 1px solid #dee2e6;
}
.border-green {
    border-top: #00ca43 10px solid;
}
.border-red {
    border-top: #ff333a 10px solid;
}
.border-neutral {
    border-top: #f5800c 10px solid;
}

.container_security_header .security_header_content {
    background-color: #0c1532;
    overflow: hidden;
    padding: 0;
}
.fancy-container > .fa-angle-down, .fancy-container > .fa-angle-up {
    font-weight: bold;
}
.analytics-block > tr {
    cursor: pointer;
    background: #fff;
    vertical-align: top;
    line-height: 14px;
    font-weight: 500;
    font-weight: 500;
    border-color: #e0e4e9;
    -webkit-tap-highlight-color: transparent;
    border-bottom-width: 0;
    border-style: solid;
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 1px;
    border: 1px solid #e0e4e9;
}

/*markets end*/
/*tickers details start*/
.interactive-chart-container{
    background-color: #0c1532;
    border: 1px solid #f2c3a5;
    width: 100%;
}
.snapshot-chart-container {
    background-color: #0c1532;
    border: 1px solid #f2c3a5;
    width: 100%;
    /*min-height: 580px;*/
}
.security_header_content .green{
    font-size: 21px;
    position: relative;
    top: 6px;
    left: 3px;
}
.security_header_content .red{
    font-size: 21px;
    position: relative;
    top: -3px;
    left: 4px;
}
.chart-container{
    width: auto;
    vertical-align: middle;
    margin: 0 auto;
}
.horizontal-middle{
    width: auto;
    margin: 0 auto;
}
.snapshots .thead-dark th, .comp .thead-dark th, .financials .thead-dark th{
    background-color: #959595;
    border-color: #959595;
}
.snapshots .card-header{
    background-color: #959595;
    color: #fff;
    padding: 7px;
    border-radius: 0;
}
.snapshots .card-body{
    padding: 14px;
}
.snapshots .table-bordered td{
    border: none !important;
}
.snapshots tr{
    border-bottom: 1px solid #dee2e6;
}
.snapshots .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F2F8F8;
}
.font-11{
    font-size: 11px;
}
.analytics .table-sm td, .analytics .table-sm th, .comp .table-sm td, .comp .table-sm th, .financials .table-sm td, .financials .table-sm th {
    padding: 8px;
}
.financials-currency{
    position: relative;
    top: -41px;
    right: -690px;
}
/*tickers details end*/
/*summary start*/
.summary_wrapper{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #a9a9a9;
}
.summary_title{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5rem;
    color: #000;
    padding-top: 15px;
}
.summary_published {
    color: #000;
    font-size: 11px;
    padding-top: 15px;
}
.displaynone {
    display: none !important;
}
.single-news-summary {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
}
.pad-down created-by .fa{
    color: #fff !important
}
.summary_published> .created-by > .news-share-facebook, .summary_published > .created-by > .news-share-twitter, .summary_published > .created-by > .news-share-whatsapp {
    font-size: 13px;
}
.news-share-facebook {
    padding-top: 8px;
    padding-right: 6px;
    padding-left: 9px;
    padding-bottom: 7px;
    background: #3b5998;
    color: #fff;
    font-size: 9px;
    cursor: pointer;
    text-decoration: none;
}
.agrud-button-round {
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    font-size: 17px;
}
.agrud-button:hover {
    background: #00b7ff;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
.news-share-twitter {
    padding-left: 7px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 7px;
    margin-left: 10px;
    background: #1dcaff;
    color: #fff;
    font-size: 9px;
    cursor: pointer;
    text-decoration: none;
}
.news-share-whatsapp {
    padding-left: 7px;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
    margin-left: 10px;
    background: #34AF23;
    color: #fff;
    font-size: 9px;
    cursor: pointer;
}
.single-image {
    padding-top: 10px;
    text-align: center;
}
.published-domain, .published-on {
    float: left;
    clear: left;
    position: relative;
    font-size: 12px;
}
.external-news {
    padding-bottom: 20px;
    width: 100%;
    margin-left: 35%;
}
/*summary end*/
/*blog start*/
.blog_header {
    position: relative;
    background: #00a3e4;
    background: linear-gradient(to right, #1aadee , #00a3e4);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
.blog_header > h2 {
    position: relative;
    padding-top: 10px;
    background: #00a3e4;
    background: linear-gradient(to right, #1aadee , #00a3e4);
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 0 2px rgba(0,0,0,.4);
    text-align: center;
    display: block;
    margin: 0;
}
.blog_header > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 2px rgba(0,0,0,.5);
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.content-blogs-box {
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 10px;
    padding-top: 10px;
}
.blogs-content-img-box {
    display: block !important;
    width: 288px;
    height: 100px;
    /*background-color: #d3d3d3;*/
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    font-size: 32px;
}
.paginations {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    list-style: none;
    float: right;
    position: relative;
    left: -30%;
    text-align: left;
}
.pags {
    cursor: pointer;
    float: left;
    font-size: 16px;
    background-color: #f2f3f4;
    padding-right: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 9px;
    margin-right: 5px;
    font-weight: bold;
}
.selected {
    float: left;
    font-size: 16px;
    background-color: #c5eaf9;
    color: #00142d;
    padding-right: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 9px;
    margin-right: 5px;
    font-weight: bold;
}
.pags > a {
    color: #7a7a7a;
}
#blogs-spinner {
    font-size: 14px;
    color: darkgray;
}
.blog-heading {
    color: #00142d;
    font-weight: bold;
}
.blog-desc {
    font-size: 12px;
    color: #444444;
}
.blog-author{
    margin-top: -4px;
}
.blogs-content{
    line-height: 15px;
}
.mobile-space-reduce{
    margin-top: -4px;
    margin-left: -9px;
}
.article-header{
    position: relative;
    background: linear-gradient(to right, #1aadee , #00a3e4);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 13px;
}
.article-header > h2{
    position: relative;
    padding-top: 10px;
    background: #00a3e4;
    background: linear-gradient(to right, #1aadee , #00a3e4);
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 0 2px rgba(0,0,0,.4);
    text-align: center;
    display: block;
    margin: 0;
}
.blog-author > .fa, .blog-published-time > .fa, .blog-read-more, .blog-read-more > .fa {
    font-size: 11px;
    padding-right: 5px;
    color: #00a3e4;
    font-weight: bold;
}
.news-title{
    display: block;
}
.blog-heading:hover {
    color: #00a3e4;
    text-decoration: none;
}
.post-title {
    font-size: 22px;
    /*margin-top: 20px;*/
    font-weight: bold;
    color: #00142d;
    line-height: 2rem;
}
.blog-author, .blog-published-time {
    color: #656463;
    font-size: 11px;
    display:block;
}
.blog-author .fa-user-o, .blog-published-time  .fa, .blog-read-more, .blog-read-more > .fa {
    font-size: 11px;
    padding-right: 5px;
    color: #00a3e4;
    font-weight: bold;
}
.blog-author .fa-linkedin-square{
    color: #0077B5;
}
.blog-author .f-17{
    font-size: 17px;
}

.post-content > p:first-of-type {
    padding-top: 15px;
}

.post-content > p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 22px;
}
.tag {
    padding: 3px 8px 3px 8px;
    border: 1px solid #ece7e7;
    background-color: #ece7e7;
    font-size: 13px;
    color: #555;
    font-weight: normal;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.social-blog {
    padding-top: 5px !important;
    text-align: right !important;
    padding-bottom: 10px;
    display: block;
}
.news-share-facebook-blog {
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 9px;
    padding-bottom: 7px;
    background: #3b5998;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.news-share-facebook-article{
    padding-top: 4px;
    padding-right: 2px;
    padding-left: 6px;
    padding-bottom: 3px;
    background: #3b5998;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.news-share-twitter-article{
    padding-left: 6px;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 3px;
    margin-left: 5px;
    background: #1dcaff;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.news-share-linkedin-article {
    padding-left: 6px;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 3px;
    margin-left: 5px;
    background: #0077B5;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.news-share-facebook-article> i, .news-share-twitter-article > i{
    color: #fff;
}
.news-share-twitter-blog {
    padding-left: 7px;
    padding-top: 8px;
    padding-right: 4px;
    padding-bottom: 7px;
    margin-left: 10px;
    background: #1dcaff;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.news-share-whatsapp-blog {
    padding-left: 7px;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
    margin-left: 10px;
    background: #34AF23;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
}
.recent-tags{
    padding-bottom: 35px;
    font-size: 16px;
    position: relative;
}
.view-all{
    float: right;
    position: absolute;
    right: 0;
}
.others-title{
    font-size: 14px;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: bold;
    color: #00142d;
    cursor: pointer;
    /*display: block;*/
}
/*blog end*/
/*signin-up start*/
.signin-popup .modal-body, .signup-popup .modal-body {
    padding: 0;
}
signup-signin-popup .modal-body {
    font-size: 14px;
    text-align: left;
    color: #222 !important;
    /* max-height: 400px; */
    overflow: auto;
}
.signin-content {
    /* border: solid 1px #00f; */
    position: relative;
    border: solid 1px #565656;
    border-radius: 3px;
    background: url(../images/bg-home-medium.jpg) no-repeat bottom center;
    background-size: cover;
    background-color: #00a3e4;
    padding-right: 195px;
}
.signin-box-left {
    /* float: left; */
    /*    box-sizing: border-box;
        max-width: 420px;
        min-width: 320px;
        width: 420px;*/
}
.signup-signin-popup .modal-body{
    border: 7px solid #00a3e4;
    border-radius: 3px;
}
label[for="remember"], a[href="/auth/forgot_password"]{
    font-size: 12px;
    text-align: justify;
}

label[for="agree_terms"], label[for="signup_text"]{
    font-size: 11px;
    text-align: justify;
}
.signin-box-left .box-admin {
    margin-right: 0;
    border-top: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.box.box-primary {
    padding: 20px;
    border-top-color: #3c8dbc;
}
.box-admin {
    /* margin-top: 20%; */
    /* width: 420px; */
    margin: auto;
    /* margin-bottom: 30%; */
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
}
.box-admin .box-header.login-box-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-admin .box-header {
    text-align: center;
}
.box .box-header {
    color: #444;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.padding-lr {
    padding-left: 40px;
    padding-right: 40px;
}
.modal{
    top: 50px;
}
a[href$="forgot_password"], a[href$="/terms"], a[href$="/privacy"], a[href$="/service"]{
    text-decoration: none !important;
}
.extra-ajax-loader-signin{
    display: none;
}
#old_news{
    width: 151px;
    height: 11px;
    position: absolute;
    margin: 0 auto;
    left: 57%;
    bottom: 30px;
}
#old_news_markets{
    left: 616px;
    top: -25px;
    margin: 0 auto;
    width: 190px;
    height: 30px;
    position: relative;
}
.news-load{
    width: 115%;
}
.disabled_button{
    background-color: #8080806b;
    pointer-events:none;
}
.disabled-text{
    color: #8080806b;
    pointer-events: none;
}
.extra-ajax-loader-signin{
    position: absolute;
    left: 48%;
    bottom: 50px;
    color: #fff;
    font-size: 18px;
}
.sign-in-btn, label[for="signup_text"], .sign-up-submit, .no-more{
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.load-more{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 190px;
    height: 30px;
}
.load-more:visited, .load-more:focus{
    outline: none;

}
.sign-in-btn, .sign-up-submit{
    width: 150px;
}
.sign-up-anchor, .sign-in-anchor{
    color: #0056b3 !important;
    cursor: pointer;
    text-decoration: none !important;
}
.box-admin .box-header .box-title {
    display: inline-block;
    font-weight: 300;
    color: #00a3e4;
    font-size: 36px;
    line-height: 50px;
}
/*signin-up end*/
/*career start*/
.carousel-containers{
    width: 815px;
    padding-left: 300px;
}
.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:visited, .carousel-control-next:visited, .carousel-control-prev:focus, .carousel-control-next:focus, .carousel-control-prev:active, .carousel-control-next:active {
    color: #fff;
    text-decoration: none !important;
}
#career a, #career a:active, #career a:focus, #career a:visited, .privacy-terms a, .privacy-terms a:active, .privacy-terms a:focus, .privacy-terms a:visited {
    color: #00a3e4;
}
.carousel-inner > a:visited {
    color: #fff;
    text-decoration: none !important;
}
#career .first > p{
    font-size: 1rem;
    line-height: 2rem;
}
#career .first > p:first-child{
    text-align: left;
    font-weight: bold;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5rem;
    padding-bottom: 25px;
}
#career .modal-header h4 {
    font-weight: bold;
    padding: 18px;
    padding-bottom: 0px;
    padding-top: 0;
    color: #18a7d2;
    font-size: 22px;
}
#career .modal-body {
    font-size: 14px;
    text-align: left;
    color: #222 !important;
    overflow: auto;
    line-height: 1.5rem;
    max-height: 350px;
}
/*career end*/
/*preferences start*/
.preference {
    margin-top: 70px;
    font-size: large;
    border: 1px solid #d3d3d3;
    display: inline-block;
    padding: 20px;
    margin-left: 17px;
}
.unsubscribe {
    font-size: 13px;
    color: gray;
    text-align: left;
}
/*preferences end*/
/* Markets Page Analytics section */
.custom-accordion {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 11px;
    /*text-align: center;*/
}
.custom-accordion .card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    border-radius: 1px;
    margin-left: -2px;
    border: 1px solid rgba(0,0,0,.125);
}
.custom-accordion .card-header {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.custom-accordion .card-header a {
    text-decoration: none;
    color: #808080;
}
.custom-accordion .card-header a h5.card-header-text {
    color: #00a3e4;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 30px;
    height: 30px;
}
/*
.custom-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
.rotate-icon{
    float: right;
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
    color: red;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.rotate-icon.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.analytics-card-body{
    padding-top: 13px;
    padding-bottom: 15px;
}
.custom-accordion .card .card-body {
    position: relative;
    padding: 0px;
}
.analytics_items_container_panel {
    position: relative;
    max-height: 263px;
    overflow-y: auto;
}
.hover-effect .card-header{
    background-color: #00a3e4 !important;
}
.hover-effect .card-header-text{
    color: #fff !important;
}
.hover-effect .collapse{
    border: 1px solid #00a3e4 !important;
}
section {
    scroll-behavior: smooth;
}
.analytics-count {
    padding: 8px;
    text-align: left;
    background-color: #f0f0a1;
    font-weight: normal;
    font-size: 12px;
}
.analytics-count > .fa-info-circle {
    font-size: 17px;
    color: #8B4513;
}
.content-analytics-box {
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 10px;
    padding-top: 10px;
}
.analytics-img {
    width: 12%;
    padding-right: 0;
    float: left;
}
.analytics-content-img-box {
    width: 100px;
    height: 45px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    font-size: 32px;
}
a.title-link {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}
span.left-one-text {
    float: left;
    display: block;
    color: #2a5274;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 8px;
    opacity: .7;
}
span.content-newsbox-heading {
    font-family: 'arial';
    font-size: 14px;
    color: black;
    font-weight: bold;
    display: block;
}
.news-heading {
    color: #2c4962 !important;
    cursor: pointer;
}
.news-heading {
    color: #2c4962 !important;
    cursor: pointer;
}
span.news-textsize-change {
    font-size: 12px;
    display: inline-block;
    margin-top: 4px;
    width: 56vw;
}
.currency{
    border: 1px solid #00a3e4;
}
.global-indices .container-fluid{
    border: 1px solid #00a3e3;
    border-radius: 3px;
}
.global-indices .card{
    background: linear-gradient(to right, #1aadee , #00a3e4);
    border-radius: 3px 3px 0px 0px;
}
.global-indices .card .card-body{
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 0 2px rgba(0,0,0,.4);
    text-align: center;
    display: block;
    margin: 0;
}
.analytics-counts{
    background-color: #f0f0a1;
    font-weight: normal;
    font-size: 12px;
}
.analytics-counts > .fa-info-circle {
    font-size: 17px;
    color: #8B4513;
    padding-right: 7px;
}
.analytics-details{
    /*border: 1px solid black;*/
}
/*scratchpad/portfolio start*/
.portfolio-local-msg-box, .scratchpad-local-msg-box, .local-msg-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0px;
    display: block;
    margin: 0 !important;
    border: 0;
    padding: 0;
    background-color: rgba(0,0,0, 0.6) !important;
    z-index: 200005;
    overflow: hidden;
}
.local-msg-container {
    display: block;
    height: 100%;
    text-align: center;
    margin: 0;
    border: 0;
    padding: 0;
}
.local-msg-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.info_color_blue_bk {
    background-color: #0375D8;
}
.local-msg-content {
    display: block;
    border: solid 1px #3e3e3e;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.info-icon {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 2rem;
}
.info-details {
    display: block;
    margin-left: 50px;
    color: #6d6d6d;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.local-msg-line-one {
    display: block;
    font-size: .8rem;
    padding: 7px;
    text-align: left;
}
.msg-add-delete{
    display: block;
    padding: 7px;
    text-align: left;
    font-size: 14px;
}
.local-msg-footer {
    display: block;
    text-align: right;
    padding: 4px 10px;
    border-bottom-right-radius: 3px;
}
.msg-btn-login, .portfolio-ok-btn, .msg-btn-login, .scratchpad-ok-btn {
    background-color: #636363;
}
.trigger-pill{
    color: #007bff !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.msg-btn {
    display: inline-block;
    padding: 2px 10px;
    margin-left: 6px;
    color: #fff;
    font-size: .8rem;
    cursor: pointer;
    border-radius: 2px;
}
.info-icon .fa-info-circle {
    margin-top: 7px;
    margin-left: 11px;
}
.scratchpad-portfolio-header h1{
    display: inline-block;
    font-size: 22px;
    color: #243a55;
    margin-bottom: 8px;
    text-align: left;
    font-weight: normal;
}
.my-change-wrapper {
    top: 47px;
    border-radius: 3px;
    position: absolute;
    right: 7.5%;
    border: 1px solid #ccc;
    width: 110px;
    height: 32px;
    background-color: #fff;
}
.change_avg {
    float: left;
    padding: 7px;
    border-right: 1px solid #ccc;
    font-size: 16px;
}
.change_avg_price {
    float: right;
    padding: 7px;
    font-size: 15px;
    font-weight: bold;
    cursor: default;
}
.my-avg-green-border {
    border: 2px solid #00ca43;
    color: #00ca43;
}
.my-avg-red-border {
    border: 2px solid #ff333a;
    color: #ff333a;
}
.avg_red_color {
    color: #ff333a;
}
.avg_green_color {
    color: #00ca43;
}
/*scratchpad/portfolio end*/

/* Ticker details page by subha start */
.nav-pills-container{
    position: relative;
    vertical-align: middle;
    height: 33px;
    padding-top: 11px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 11px;
    margin-left: -1px;
    margin-right: -1px;
    background-color: #fff;
    text-align: right;
    display: block;
}
.mobile-view-scroling-container-nav-pills{
    max-width: 1028px;
    overflow-x: auto;
    overflow-y: hidden;
    display: inline-flex;
    width: 100%;
    padding: 0px 0px;
    background-color: #efefef;
}
.mobile-view-scroling-container-nav-pills > .nav-item {
    max-width: 170px;
    /* min-width: 14.28%; Remove due to Print tab hidden */
    min-width: 16.65%;
    text-align: center;
}
.mobile-view-scroling-container-nav-pills > .nav-item:nth-child(1),
.mobile-view-scroling-container-nav-pills > .nav-item:nth-child(1):hover{
    background-color: #7a4b1d;
}
.mobile-view-scroling-container-nav-pills > .nav-item:nth-child(2){
    background-color: #687a1d;
}
.mobile-view-scroling-container-nav-pills > .nav-item:nth-child(3){
    background-color: #7a1d6d;
}
.mobile-view-scroling-container-nav-pills > .nav-item:nth-child(4){
    background-color: #491d7a;
}
.mobile-view-scroling-container-nav-pills > .nav-item:nth-child(5){
    background-color: #1d627a;
}
.mobile-view-scroling-container-nav-pills > .nav-item:nth-child(6){
    background-color: #7a1d2f;
}
.mobile-view-scroling-container-nav-pills > .nav-item:nth-child(7){
    background-color: #018629;
}
.mobile-view-scroling-container-nav-pills .nav-link {
    display: block;
    font-size: 13px;
    line-height: 11px;
    padding: 13px 15px;
    border-radius: 0;
    max-width: 100%;
    white-space: nowrap;
    margin-left: 0px;
    color: #fff !important;
}
#my-news-pills .nav-pills .nav-link.active{
    background-color: #ffffff;
    color: #000 !important;
    border: 1px solid #000;
    cursor: default;
}
.cust-autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    z-index: 888888888 !important;
    position: absolute;
    width: 100%;
    list-style: none;
    border-top: 0px;
}
.share-facebook a, .share-linkedin a{
    color: #fff;
}
.analytics-search-box{
    max-height: 400px;
}
.analytics-search-box .search-ticker{
    font-size: 15px;
}
.extra-ajax-loader-analytics{
    position: relative;
    float: right;
    bottom: 29px;
    right: 80px;
}
input[type="search"]:focus{
    outline: none;
}
.search-ticker-symbol{
    font-weight: bold;
}
.cust-autocomplete-suggestions li:nth-child(odd) {
    background: #f9f9f9;
    font-size: .8rem;
    line-height: 25px;
    cursor: pointer;
}
.cust-autocomplete-suggestions li:nth-child(even) {
    background: #fffefe;
    font-size: .8rem;
    line-height: 25px;
    cursor: pointer;
}
.cust-autocomplete-suggestions li:hover{
    background-color: #ddeafa;
}
.cust-autocomplete-suggestion {
    color: #444;
    text-align: left;
    position: relative;
    padding: 5px 15px 2px 5px;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
}
.search_result {
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5rem !important;
    background: #00b7ff !important;
    font-size: 15px !important;
}
[data-presence*="1"]{
    cursor: not-allowed !important;
}
#my_live_chart {
    width: 100%;
    height: 400px;
}
#live_chart_candlestick,
#live_chart_line,
#live_chart_ohlc {
    background: rgb(255,253,253);
    border: 1px solid rgb(255,253,253);
    border-radius: 5px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    margin: 1px;
    opacity: 1;
    outline: none;
    display: inline;
    cursor: pointer;
}
.chart_active {
    background: rgb(185, 205, 245) !important;
    border: 1px solid rgb(185, 205, 245) !important;
    border-radius: 5px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    margin: 1px;
    opacity: 1;
    outline: none;
    display: inline;
}
.chart_pattern{
    text-align: right;
    padding-bottom: 1px;
    padding: 5px 9px 0px;
}

/* Color Change for Live data by Subha */

.flicker-red {
    animation-name: live-price-red;
    animation-duration: 3s;
    border-radius: 2px;
}
.flicker-green {
    animation-name: live-price-green;
    animation-duration: 3s;
    border-radius: 2px;
}
.flicker-text-red {
    animation-name: live-price-text-red;
    animation-duration: 3s;
}
.flicker-text-green {
    animation-name: live-price-text-green;
    animation-duration: 3s;
}
.live-green-border{
    border-top: #256e20 10px solid;
    border-image: linear-gradient(to right, #f0d224 0%, #256e20 100%);
    border-image-slice: 1;
    border-width: 10px;
    -webkit-animation: live-border 2s ease infinite;
    -moz-animation: live-border 2s ease infinite;
    animation: live-border 2s ease infinite;
}
.live-red-border{
    border-top: #ff0000 10px solid;
    border-image: linear-gradient(to right, #f0d224 0%, #ff0000 100%);
    border-image-slice: 1;
    border-width: 10px;
    -webkit-animation: live-border 2s ease infinite;
    -moz-animation: live-border 2s ease infinite;
    animation: live-border 2s ease infinite;
}
.category-selection{
    font-size: 13px;
    padding-bottom: 17px;
    left: 50%;
    margin-right: -20%;
}
.category-selection input[type="checkbox"]{
    margin-right: 5px !important;
}

@keyframes live-border {
    0%{border-image-repeat: repeat;}
    100%{border-image-repeat: unset;}
}

@keyframes live-price-red {
    0%   {background-color: #fea5a5;}
    100% {background-color: #FAF8F8;}
}
@keyframes live-price-green {
    0%   {background-color: #91ec94;}
    100% {background-color: #FAF8F8;}
}
@keyframes live-price-text-red {
    0%   {
        color: #fea5a5;
        opacity: 0.7;
    }
    100% {
        color: #FFF;
        opacity: 0.7;
    }
}
@keyframes live-price-text-green {
    0%   {
        color: #91ec94;
        opacity: 0.7;
    }
    100% {
        color: #FFF;
        opacity: 0.7;
    }
}
@keyframes scratpad-portfolio-highlight {
    0%   {background: #faebd7;}
    100% {background: #FAF8F8;}
}
@keyframes new-add{
    0%   {background: #f5e6c2;}
    100% {background: #FAF8F8;}
}

.highlight {
    animation-name: scratpad-portfolio-highlight;
    animation-duration: 3s;
}
.modify{
    animation-name: new-add;
    animation-duration: 3s;
}
.card-header:first-child {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.bottom-radius{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.consumers-list{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.trash-portfolio, .trash-scratchpad{
    position: absolute;
    right: 11px;
    cursor: pointer;
}
.title-link{
    cursor: default;
}
.default{
    cursor: default;
}
.pointer{
    cursor: pointer;
}
.cms-signup{
    cursor : pointer;
    color : #007bff
}


/* Custom Css by Lachlan */

/*.screener-header{
    margin-bottom:10px;
}*/

span.for-example {
    margin-bottom: 5px;
}

a.mobile-trigger{
    display:none;
}

.signup-popup-link, .signin-popup-link, .scratch-pad-head-text > tr > th {
    text-shadow:none;
    margin-top: 1px;
}

.signup-signin-popup{
    z-index: 999999;
}
.news-summary {
    color: #000000;
    font-size: 12px;
}
.card{
    width: 102.7%;
}
.news-headings{
    font-size: 14px;
}
@media (max-width: 1199px)
{
    .content-newsbox .space-reduce {
        margin-left: -20px;
    }

    span.right-one-text {
        margin-right: -25px;
    }

    .news-summary-wrapper {
        width: 100%;
    }

    .markets-middle,
    #collapse-left-column,
    #collapse-right-column,
    .news-email-box-row .digital,
    .news-email-box-row .trading-panel,
    .news-email-box-row .quote-panel{
        padding-right:15px !important;
        flex: inherit;
        max-width: 95%;
        padding-left: 15px !important;
    }
    .for-example{
        margin-left: 20px;
    }
    .new-search-panel-right{
        margin-left: 20px;
    }
    .trading-panel{
        margin-top:0;
    }

    .tab-content > .tab-pane {
        max-width: 100%;
    }

    .content-newsbox .mobile-news-img-change{
        flex: inherit;
        max-width: 90px;
        padding-left: 0 !important;
        padding-right: 15px !important;
    }

    .content-newsbox .space-reduce {
        margin-left: 0px;
        width: calc(100% - 70px);
        flex: inherit;
        max-width: 100%;
    }

    .sourced,
    span.right-one-text{
        margin-right:0;
    }

    .news-load {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .fold-content img{
        max-width:100%;
    }
}

@media (max-width: 991px)
{

}

@media (max-width: 940px)
{
    ul.icon{
        width: 336px;
    }

    a.mobile-trigger {
        font-size: 21px;
        color: #fff;
        position: absolute;
        right: 18px;
        display:block;
    }

    ul.mobile-menu.navbar-nav {
        position: absolute;
        width: 300px;
        right: 0;
        top: 100%;
        background: #00142d;
        display: none;
        margin-left:0;
    }

    ul.mobile-menu li{
        display:block;
    }

    ul.mobile-menu  .custom-dropdown .dropdown-item {
        color: #fff !important;
        font-weight: bold;
        cursor: pointer;
        border: 0 !important;
        padding: 10px 22px;
        text-shadow: none;
    }

    ul.mobile-menu .dropdown-menu.show {
        display: block;
        position: relative !important;
        width: 100% !important;
        background: none !important;
        border: 0 !important;
        box-shadow: none;
        margin-left: 0 !important;
    }

    ul.mobile-menu.navbar-nav .dropdown-item i {
        display: inline-block;
        margin-right: 0;
        color: #fff !important;
    }

    ul.mobile-menu .drop-menu-item {
        position: absolute;
        left: 40px;
    }

    ul.mobile-menu .custom-dropdown > #analytics-arrow {
        display: none;
    }

    .bg-custom .navbar-nav.right-nav {
        right: 44px !important;
        display:block!important;
    }
    .articles-tab {
        padding-left: 18px;
    }
    .about-tab {
        padding-left: 18px;
    }
    .chart-tab{
        padding-left: 18px;
    }
    .container{
        margin-left: 10px;
    }
    .new-search-panel-right{
        width: 99%;
    }
    .popular-screeners{
        width: 96%;
    }
    .card{
        width: 97%;
    }
    .bg-custom .navbar-nav.right-nav  .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .footer-menu-container ul.icon li {
        padding: 7px 7px 8px;
        float: none;
        border-right: 0;
        display: inline-block;
    }
}

@media (max-width: 500px)
{
    .body-start{
        padding-bottom:15px !important;
    }

    .footer-copyright-container{
        margin-bottom:-25px;
    }

    .modal-dialog .container-fluid .padding-lr{
        padding:0 5px;
    }

    .signup-form input[type="submit"], .login-form input[type="submit"] {
        width: calc(100% - 10px);
    }
}

@media (max-width: 420px)
{
    .custom-accordion .card-header a h5.card-header-text{
        font-size:14px;
    }
}

@media (max-width: 400px)
{
    #major-indices{
        overflow-x: scroll;
        width: 100%;
    }

    #major-indices table.block-table-analytics{
        min-width: 320px;
    }

}
.dataTables_length {
    display: none;
}
.dataTables_info{
    display: none;
}
.title-main {
    position: relative;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 16px;
    padding-top: 16px;
}

.title-main-inner2 {
    text-align: right;
    margin-top: -24px;
}

.title-main-inner2 h6 {
    color: #000;
    font-size: 11px;
    opacity: .7;
}

.title-main-inner h5 {
    color: #2c4962 !important;
    cursor: pointer;
}

.title-main-inner span {
    font-size: 12px;
    margin-top: 4px;
    font-family: 'arial';
    font-size: 14px;
    color: #2c4861;
}
.title-main-inner p {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-size: 12px;
    display: inline-block;
    margin-top: 4px;
    max-width: 700px;
}

.title-main-inner2 p {
    font-size: 11px;
    font-weight: normal;
    color: #3e3c3c;
    font-style: italic;
    margin-bottom: 0;
    margin-top:"-20px"
    
}
.highcharts-navigator-outline{
    width: 100px !important;
}
/* .agrud-button{
    
    padding: 5px 20px 5px 20px;
    font-size: 17px;

    font-weight: bold;
    border: none;
    font-family: Arial;
    color: #ffffff;
    background: #00a3e4;
    text-decoration: none;
    border-radius: 50px;
    text-shadow: 2px 2px rgba(136, 136, 136, 0.8);
} */

@media(max-width: 500px){
    .title-main {
        display: block !important;
    } 

   .title-main-inner{
        width: 100% !important;
    }

    .title-main-inner2{
        width: 100% !important;
    } 
}

