/**
 * COMMON
 *
 * CSS
 * *
 *
 * @format
 */

* {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Sans-serif;
}

.vertical-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}
/* Custom Indicator */
code pre {
    background-color: #f5f5f5;
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    overflow-x: auto;
    white-space: pre;
}

code pre .keyword {
    color: #7d005b !important;
    font-weight: bold;
}

code pre .function {
    color: #1f085e !important;
}

code pre .comment {
    color: #6a9955 !important;
    font-style: italic !important;
}

/*  */
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #555;
}
a {
    color: #71bd2c;
}
a,
a:focus,
a:active {
    outline: none;
}
h1,
h2 {
    margin-top: 10px;
    line-height: 50px;
}

.ff-code {
    font-family: 'Fira Code', monospace;
}
/* Home page */

/***** bootstrap overridden *******/
.btn-orange {
    background-color: #fb7925 !important;
    color: #fff !important;
}
#loginBtn {
    background: #285e94 !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #fff;
    background-color: #fb7925 !important;
    border-color: #fb7925 !important;
}
.btn {
    line-height: 1.3em;
    border-radius: 2px;
    margin: 0 5px;
}
/*** table section css****/

/*Typed Js Animaion in the index page */

.bannerMainTitle {
    margin: 30px 0 20px;
    border-radius: 4px;
    padding: 1.0666666em;
    min-height: 5em;
    max-width: 54em;
    margin: 0 auto;
    margin: 0 auto;
}
.bannerMainTitle #animationDivID {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    letter-spacing: 4px;
}
/* Affiliated*/

/* Download Investfly App Section Styles started --------------------------------------------------------*/

.download {
    background-color: #c9de96 !important; /* Old browsers */
    background-image: linear-gradient(120deg, #155799, #159957);
    background: -moz-linear-gradient(120deg, #155799, #159957); /* FF3.6-15 */
    background: -webkit-linear-gradient(120deg, #155799, #159957); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        120deg,
        #155799,
        #159957
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155799', endColorstr='#159957',GradientType=1 ); /* IE6-9 */
    width: 100%;
    color: #fff;
    text-align: center;
}
.download .container {
    padding: 50px 0 75px !important;
}
.download .container .downloadBtnList a {
    margin: 0 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857;
    text-align: center;
}
.download .downloadAppHeading {
    font: 1.2rem roboto, helvetica, sans-serif;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.download .container .downloadBtnList a:hover {
    background: #fff;
    color: #a1e3d6;
    border-color: #16a085;
}
.download .container .downloadBtnList a i {
    font-size: 3em;
    padding: 0.2em;
}

.newHome {
    padding-top: 10px !important;
    background-color: #c9de96 !important; /* Old browsers */
    background-image: linear-gradient(85deg, #155799, #159957);
    background: -moz-linear-gradient(85deg, #155799, #159957); /* FF3.6-15 */
    background: -webkit-linear-gradient(85deg, #155799, #159957); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        85deg,
        #155799,
        #159957
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155799', endColorstr='#159957',GradientType=1 ); /* IE6-9 */
}

/* About us page */
#site_container {
    background-color: #ffffff;
    height: 100%;
    position: relative;
}

/*** table section css****/

.parallaxBg {
    background-attachment: fixed !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: #fff;
}
.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

.no-padding {
    padding: 0px;
}

#sidebar::-webkit-scrollbar-thumb:window-inactive {
    background: #066;
}

iframe {
    width: 100%;
    min-height: 400px;
}

/* Automation Log Modal Styles */

/*===================================University Landing Page Styles Started ======================================= */

#academicsPage {
    background: url(../img/academics/graduateStudent.jpg) no-repeat;
    background-size: cover;
}

#academics-features .item:hover .item-body {
    background: #64ce83;
    color: #fff;
}

#academics-features .item .item-heading {
    background: #e4e8e9;
    padding: 10px 15px;
    text-transform: uppercase;
}

#academics-features .item:hover {
    cursor: pointer;
}

#academics-features .item:hover .item-heading {
    background: #3dc264;
    color: #fff;
}

#academics-features .item-heading h3 {
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: 300;
}

#academics-features .item .item-body {
    padding: 60px 0;
    background: #ecf0f1;
}

#academics-features .item .item-body i {
    font-size: 6em;
    color: #7f8c8d;
}
#academics-features .item:hover .item-body i {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

#academics-features .item:hover .item-body i {
    color: #fff;
}
/*Academics Features Ends*/

/*Academics List Styles Started*/
#academics-list {
    background: url('../img/academics/traderGroup.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#academics-list .overlay {
    background: rgba(0, 0, 0, 0.9);
}
#academics-list .random-heading {
    font-size: 2em;
    margin: 0 0 30px;
}
#academics-list .random-heading span#random_text {
    min-width: 20%;
    text-align: right;
    display: inline-block;
}
#academics-list .academics-list-header p {
    max-width: 750px;
    margin: 0px auto 30px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 300;
}

.instructorPortal .featureList {
    padding-top: 25px;
}

.instructorPortal ul {
    list-style: none;
    margin-top: 20px;
}

.instructorPortal ul li {
    padding-left: 30px;
    position: relative;
    margin: 0 0 10px;
}

.instructorPortal ul li:before {
    content: '\F058';
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontAwesome;
    font-size: 1.4em;
    line-height: 26px;
    color: #3ce6c3;
}

#registerFree {
    padding: 60px 0;
}
#academics-list .signupBtn .btn {
    margin-top: 30px;
    font-size: 1.5em;
    padding: 12px 24px;
}

/*guide page*/
.expand-search:not(:focus) {
    text-indent: -5000px;
}

/*** table section css****/

/*===================================University Landing Page Styles Started ======================================= */

#academicsPage {
    background: url(../img/academics/graduateStudent.jpg) no-repeat;
    background-size: cover;
}

#academics-features .item:hover .item-body {
    background: #64ce83;
    color: #fff;
}

#academics-features .item .item-heading {
    background: #e4e8e9;
    padding: 10px 15px;
    text-transform: uppercase;
}

#academics-features .item:hover {
    cursor: pointer;
}

#academics-features .item:hover .item-heading {
    background: #3dc264;
    color: #fff;
}

#academics-features .item-heading h3 {
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: 300;
}

#academics-features .item .item-body {
    padding: 60px 0;
    background: #ecf0f1;
}

#academics-features .item .item-body i {
    font-size: 6em;
    color: #7f8c8d;
}
#academics-features .item:hover .item-body i {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

#academics-features .item:hover .item-body i {
    color: #fff;
}
/*Academics Features Ends*/

/*Academics List Styles Started*/
#academics-list {
    background: url('../img/academics/traderGroup.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#academics-list .overlay {
    background: rgba(0, 0, 0, 0.9);
}
#academics-list .random-heading {
    font-size: 2em;
    margin: 0 0 30px;
}
#academics-list .random-heading span#random_text {
    min-width: 20%;
    text-align: right;
    display: inline-block;
}
#academics-list .academics-list-header p {
    max-width: 750px;
    margin: 0px auto 30px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 300;
}

.instructorPortal {
    margin: 30px 0;
}

#registerFree {
    padding: 60px 0;
}
#academics-list .signupBtn .btn {
    margin-top: 30px;
    font-size: 1.5em;
    padding: 12px 24px;
}

/* contact us page */

a {
    color: #71bd2c;
}
a,
a:focus,
a:active {
    outline: none;
}
textarea {
    font-size: 14px;
}

#main_container {
    background-color: #2f4050;
}

.no-radius {
    border-radius: 0px !important;
}
.mandatory:after {
    content: ' *';
    color: red;
}

.linkable {
    color: #72c02c;
}
.linkable:hover,
.linkable:visited,
.linkable:focus {
    cursor: pointer;
    text-decoration: underline;
    color: #72c02c;
}

.main {
    padding: 20px 15px;
    background: #d9e0e7;
    overflow: hidden;
}
.main.full-width {
    background: #fff;
    margin-left: 0px;
}

.resources-page-main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}
/***** bootstrap overridden *******/
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    padding-right: 10px;
}
.form-control {
    border-radius: 2px;
}
.btn-success {
    background: #16a085;
    border-color: #14987e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #006666;
    border-color: #006666;
}
.form-group {
    margin-bottom: 10px;
}
.btn {
    line-height: 1.3em;
    border-radius: 2px;
    margin: 0 5px;
}
/*** table section css****/

/*
#contact info
*/
#contact-us {
    margin-bottom: 40px;
}
ul.contact {
    margin-top: 15px;
}
ul.contact li {
    padding: 5px 0;
}
ul.contact i {
    color: #72c02c;
}
#contactUsLoader {
    margin: 8px 0 0 -25px;
}

#contactUsPageContainer.main.full-width {
    min-height: auto;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
    .main {
        margin-left: 150px;
    }
}

@media (min-width: 540px) {
}

.full-width {
    width: 100% !important;
}

a {
    color: #71bd2c;
}
a,
a:focus,
a:active {
    outline: none;
}
h2 {
    margin-top: 10px;
    line-height: 50px;
}
.modal {
    z-index: 9999;
}
.modal-header.white-bg {
    background: #f6f7f8;
    color: #333;
}
.modal-content {
    border-radius: 0px;
}
textarea {
    font-size: 14px;
}

/***** bootstrap overridden *******/
.checkbox-inline {
    display: inline-block !important;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    padding-right: 10px;
}
.btn-default {
    background: #f5f5f5;
    color: #555;
    font-size: 13px;
    line-height: 1.54em;
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
    white-space: normal;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #c7312c;
}

.modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}
.btn {
    line-height: 1.3em;
    border-radius: 2px;
    margin: 0 5px;
}
.modal-body .row {
}
.modal-footer {
    margin-top: 10px;
    padding: 10px;
    background: #f0f0f0;
}
.modal-header {
    padding: 10px;
    background: #006666;
    color: #fff;
    border-radius: 0px;
}
/*** table section css****/

/** datatable custom css **/
.modal-body p {
    word-wrap: break-word;
}

/** Automation Setting CSS ******************************************************************/
.modal-body ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #666;
}
.modal-body ::-webkit-scrollbar {
    width: 8px;
}
.modal-body ::-webkit-scrollbar-track {
    background-color: #efefef;
}

#closeDownGradeFeedBackModal {
    position: absolute;
    right: 10px;
    top: 0;
    border: 0;
    border-radius: 0;
}

iframe {
    width: 100%;
    min-height: 400px;
}

#feedbackModalForDowngrade .modal-dialog {
    width: 700px;
}
#feedbackModalForDowngrade #input-form .row {
    margin: 0 0 10px;
}
#feedbackModalForDowngrade #input-form .row input[type='checkbox'] {
    margin-right: 10px;
}
#feedbackModalForDowngrade textarea {
    padding: 5px;
    border-radius: 5px;
}
#feedbackModalForDowngrade #discountCouponModal {
    padding: 0 10px;
}
#feedbackModalForDowngrade #discountCouponModal p {
    padding: 5px 0;
}
#feedbackModalForDowngrade #discountCouponModal .downgradeCouponCode {
    color: #251e1e;
}
#feedbackModalForDowngrade #discountCouponModal .discountModalActionBtn {
    padding: 10px 0;
}
#feedbackModalForDowngrade #discountCouponModal .discountModalActionBtn a {
    width: 49%;
}

/* footer */

.cust_copyright {
    flex-shrink: 0;
    padding: 10px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -50px;
}

.cust_footer_menu {
    padding: 0;
}

.cust_footer_menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.cust_footer_menu > ul > li > a {
    float: left;
    color: #fff;
    padding: 9px 5px;
}

.cust_footer_menu > ul > li:hover > a {
    color: #41a62a;
    text-decoration: none;
}

a {
    color: #71bd2c;
}
a,
a:focus,
a:active {
    outline: none;
}

/*** table section css****/

#footer {
    background: #0f2a3d;
    color: #dadada;
    /*margin: 0 auto;*/
    background-size: cover;
    background-attachment: fixed;
    z-index: 9999;
}
#footer a {
    color: #fff;
}
#footer .container {
    margin-top: 0px;
}

#footer .disclaimer-footer .container {
    padding: 15px 15px 0;
}
#footer .disclaimer-footer .container p {
    line-height: 1.4em;
    font-size: 13px;
}
.darkblue-bg {
    background-color: #1f3043;
}

.expand-search:not(:focus) {
    text-indent: -5000px;
}

/* header  */
/**
COMMON

CSS
***/
.btn-green {
    background-color: #16a085;
    color: white;
}
.btn-green:hover {
    color: white;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #555;
}
a {
    color: #71bd2c;
}
a,
a:focus,
a:active {
    outline: none;
}
.bg-grey {
    background: #f6f6f6;
}
/* Common style for header loader */

/* Loader inside the input field */

/* Uppercase text inside input */

/******* Common Styles End *******/
/*#site_container > .container {
padding-bottom: 244px;
}*/
/* navigations */
.navbar {
    border: none;
}
.navbar-nav > li > a {
    padding-left: 10px;
}
@media (max-width: 974px) {
    .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}
/*.nav-sidebar > li{
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}*/
.navbar {
    margin-bottom: 0px !important;
    background: #1f3043;
    /*min-height: 51px;*/
    border-radius: 0;
    min-height: 58px;
}

/***** bootstrap overridden *******/

nav.navbar {
    background: linear-gradient(85deg, #155799, #159957) !important;
}

/*** table section css****/
a:hover,
a:focus {
    color: #63a726;
}

/* Download Investfly App Section Styles started --------------------------------------------------------*/
#loginBtn,
#signUpHeaderBtn {
    min-width: fit-content;
}

@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px !important;
        border-radius: 0;
        background-size: cover;
        background-position-y: -390px;
    }
}
.nav {
    font-family: Roboto, Helvetica, Sans-Serif;
    font-weight: 300;
}
/*homepage sliders quickfix*/
@media (min-width: 992px) {
    .navbar-nav a {
        color: #fff;
    }
    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
        margin: 10px 0px;
        font-weight: 300;
    }
}

.nav-link {
    letter-spacing: 1.5px;
}

/* Payment page */

* {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #555;
}
a {
    color: #71bd2c;
}
a,
a:focus,
a:active {
    outline: none;
}
h1 {
    margin-top: 10px;
    line-height: 50px;
}
h1 small {
    color: #7c7f83;
    font-size: 60%;
    font-weight: 300;
}

#main_container {
    background-color: #2f4050;
}

.main_content {
    padding: 20px 40px;
    min-height: 620px;
}

.table tr > td {
    word-break: break-word;
}
/*** table section css****/
a:hover,
a:focus {
    color: #63a726;
}

input[type='search'] {
    margin-left: 10px;
    background: #edf0f5;
    border-radius: 0;
    box-shadow: none;
    border-color: #e2e7eb;
}

.premium-card {
    padding-bottom: 0.7em;
}

.free-card {
    padding-bottom: 10.1em;
}
.feature-item {
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 12px;
    text-underline-offset: 3px;
}
.pricing-cards h4 {
    color: #1f1f24;
    font-size: 16px;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.btn:focus {
    box-shadow: unset !important;
}
.pricing-card-title {
    color: #1f1f24;
    font-size: 32px;
    ine-height: 1.125;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0 0 0.5em;
    margin-bottom: 5px;
}
.pricing-cards h6 {
    color: #626266;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 0;
    text-transform: none;
}

.pricing-cards .card {
    width: 100%;
    border-radius: 8px 8px 0 0;
    border-top: 10px solid #ff7557;
    border-top-color: rgb(255, 117, 87);
}
.border-top-10 {
    border-top: 10px solid inherit;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.border-standard {
    border-color: #1f7ccc !important;
}
.border-premium {
    border-color: #0b807c !important;
}
.border-elite {
    border-color: #ff4a42 !important;
}

/*Free Trial Message Styles Starts Here*/
#freeTrialMsg > p {
    color: #016b6a;
    letter-spacing: 1px;
}
#paymentOptionsImg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
#paymentOptionsImg .cardLogos i {
    font-size: 2.7rem;
    vertical-align: middle;
    color: #176699;
}
#paymentOptionsImg .billTimeInfo {
    margin-top: 10px;
    font-size: 1.4rem;
}

#pricingTableContainer {
    padding: 0 20px 20px;
}

a {
    color: #71bd2c;
}
a,
a:focus,
a:active {
    outline: none;
}

ul.list,
ol.list {
    margin: 0 0 10px 25px !important;
}

.terms-of-use {
    font-weight: bold;
}
.terms-of-use p,
.terms-of-use ol {
    font-weight: normal;
}

/* Getting Started */

/*Terms and Conditions page Styles */
.brokerTerms,
.brokerTerms-content {
    margin: 40px 0 0;
}
.brokerTerms-content ol li ol li {
    margin-bottom: 10px;
}
.brokerTerms .header h1,
.brokerTerms .header h2 {
    line-height: 42px;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, Sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #555;
}
a {
    color: #428bca;
}
a,
a:focus,
a:active {
    outline: none;
}

/***** bootstrap overridden *******/
.title {
    border-bottom: solid 2px #47a447;
    padding: 10px 0;
}

.title h1 {
    color: #3d464d;
    padding: 15px 0 0 0;
    font-size: 2.5em;
}

.title h2 {
    color: #3d464d;
    font-size: 18px;
}

.title p {
    font-size: 13px;
    color: #3d464d;
    text-align: center;
}

a#resendCodeBtn {
    margin-left: 10px;
    margin-right: 5px;
}

.adjust-inviteFriend {
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px;
}

.text-left {
    text-align: left;
}

#welcomePage {
    margin: 46px auto 15px;
}
#welcomePage p {
    color: #666;
    font-size: 1.3em;
}
#welcomePage .title {
    background: #f2f2f2;
    border: none;
    padding: 15px 0;
    color: #666;
    margin: 0 0 100px;
}
#welcomePage .title h1 {
    margin-top: 0;
    color: #666;
    font-size: 1.8em;
    line-height: 2em;
}
.welcomeStep h2 {
    font-size: 2.2em;
    line-height: 2.5em;
    font-weight: 700;
    margin-top: 20px;
}
#welcomePage .title p {
    font-size: 1.3em;
}
#welcomePage .title a {
    color: #16a085;
}
#welcomePage .title a:hover {
    color: #066;
}
.welcomeStep {
    text-align: center;
    padding: 15px 35px;
    background: #f2f2f2;
    min-height: 400px;
}
.welcomeStep img {
    display: block;
    margin: 0 auto;
    background: #164da0;
    border: 7px solid #fff;
    margin-top: -100px;
    padding: 6px 12px;
}
.welcomeStep i {
    font-size: 4em;
    margin: 0 auto;
    margin-top: -100px;
    color: #fff;
    background: #164da0;
    border: 7px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    width: 135px;
    border-radius: 50%;
}

.expand-search:not(:focus) {
    text-indent: -5000px;
}
.typed-cursor {
    opacity: 1;
    font-size: 35px;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.bannerMainTitle .typed-cursor {
    color: #fff;
    font-size: 28px;
}

.color-success {
    color: #16a085 !important;
}

i.new {
    background: #16a085;
    border-radius: 4px;
    float: right;
    font-style: normal;
    padding: 1px 7px;
    color: #fff;
}
.width-100 {
    min-width: 100px !important;
    width: 0 !important;
}
.width-160 {
    width: 160px !important;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #7c7f83;
    font-size: 60%;
    font-weight: 300;
}
.flexCenter {
    align-items: center;
    justify-content: center;
    display: flex;
}

#login > a {
    color: #fff !important;
}

.social-icons h4 {
    color: #72c02c;
    margin-top: 5px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}
.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}
.social-icons a.social-icon,
.social-icons li a {
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
    background-position: 0 -38px;
    background-color: #fff;
}
.share_facebook,
.social_facebook {
    background: url(../img/facebook.png) no-repeat;
    color: #fff;
    text-decoration: none;
}
.share_twitter,
.social_twitter {
    background: url(../img/twitter.png) no-repeat;
}
.share_googleplus,
.social_googleplus {
    background: url(../img/googleplus.png) no-repeat;
}

.fb-btn-lg {
    background: #4a6d9d url(../img/facebook.png) no-repeat !important;
    color: #fff !important;
    padding-left: 36px !important;
    white-space: normal !important;
    background-position: 0 -76px !important;
}

.fb-btn {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #4a6d9d !important;
    background-image: url(../img/facebook.png) !important;
    background-origin: padding-box !important;
    background-position: 0 -84px !important;
    background-repeat: no-repeat !important;
    background-size: 28px auto;
    color: #fff !important;
    padding-left: 36px !important;
    white-space: normal !important;
}

.fbBtn {
    background-color: #4a6d9d !important;
    color: #fff;
}
.fbBtn:hover {
    background-color: #295695 !important;
    color: #fff;
}
.block {
    display: block !important;
}
.wrap-text {
    white-space: normal !important;
}
.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-header {
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
    border: none;
    line-height: 28px;
}
.input-group .form-control {
    float: none;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    padding-right: 10px;
}
.control-group {
    font-family: Roboto, Helvatica, sans-serif;
}
.form-control {
    border-radius: 2px;
}

.btn-success {
    background: #16a085;
    border-color: #14987e;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: #066;
    border-color: #066;
}
.btn-success[disabled],
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    background-color: #16a085;
    border-color: #16a085;
}

.btn-calm:active,
.btn-calm:focus,
.btn-calm:hover {
    background-color: transparent;
    border-color: #00b478;
    color: #00b478;
}
.form-group {
    margin-bottom: 10px;
}
.title {
    border-bottom: solid 2px #47a447;
    padding: 10px 0;
}
.title h1 {
    color: #3d464d;
    padding: 15px 0 0 0;
    font-family: calibri, Helvatica, Arial, sans;
    font-size: 2.5em;
}
.title h2 {
    color: #3d464d;
    font-size: 18px;
}
.title p {
    font-size: 13px;
    color: #3d464d;
    text-align: center;
}
.btn {
    font-size: 0.9em;
    line-height: 1.3em;
    border-radius: 2px;
}
.modal-footer {
    margin-top: 10px;
    padding: 10px;
    background: #f0f0f0;
}
.modal-header {
    padding: 10px;
    background: #066;
    color: #fff;
    border-radius: 0;
}
input[type='search'] {
    margin-left: 10px;
    background: #edf0f5;
    border-radius: 0;
    box-shadow: none;
    border-color: #e2e7eb;
}
a:focus,
a:hover {
    color: #4085c1;
}
.condition-label {
    display: inline-block;
    vertical-align: top;
    background-color: #dce0ea;
    color: #666;
    text-align: center;
    padding: 5px 9px;
    margin: 0 5px;
    border-radius: 4px;
}
#header {
    background: #1f3043;
    border-bottom: 1px solid #1f3043;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    position: relative;
}
#header .container {
    position: relative;
}

.service h2 {
    font-size: 24px;
}
@media (max-width: 322px) {
    .or {
        display: none;
    }
}
@media (min-width: 323px) {
    .or {
        position: relative;
        top: 3px;
        z-index: 1;
        display: inline-block;
        margin: 0 -13px;
        min-width: 22px;
        border-radius: 100%;
        background: #eee;
        font-weight: 500;
        font-size: 10px;
        padding: 3px;
    }
}
.checkbox-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom-label {
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: '\f00c';
    font-family: FontAwesome;
    background: #16a085;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    line-height: 20px;
}
.checkbox-custom:disabled + .checkbox-custom-label::before {
    opacity: 0.4;
}
.service {
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}
.service:hover {
    border-radius: 2px;
    background: #fcfcfc;
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.service i {
    float: left;
    color: #066;
    font-size: 45px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service:hover i {
    color: #1f3043;
}
#register {
    margin-bottom: 40px;
    margin-top: 40px;
}
#register label {
    display: block;
    font-weight: 300 !important;
    font-size: 0.9em;
    color: #fff;
}
#register .name {
    width: 48%;
    display: inline;
    float: left;
    margin-bottom: 10px;
}
#register h2 {
    font-size: 20px;
    font-family: calibri, Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 0;
    color: #333;
}
#register h3 {
    font-family: calibri, Helvetica, Arial, sans;
    font-size: 2.5em;
    font-weight: lighter;
    color: #fff;
}
#register #userValidity {
    font-size: 0.9em;
    position: absolute;
    right: 25px;
    top: 25px;
}
@media (max-width: 350px) {
    #register .name {
        width: 100% !important;
    }
}
.log-page {
    background: #1f3043;
    border: 1px solid #eee;
    box-shadow: 0 0 7px #eee;
    color: #dadada;
    border-radius: 5px;
    margin-bottom: 40px;
}
#contact-us {
    margin-bottom: 40px;
}
ul.contact {
    margin-top: 15px;
}
ul.contact li {
    padding: 5px 0;
}
ul.contact i {
    color: #72c02c;
}
@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
@-moz-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
#affiliatePage {
    background: #f5f5f5;
    padding: 30px 0;
}
.box-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 20px;
    vertical-align: top;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #40566b;
}
.invite_title h2 {
    color: #3c763d;
    font-size: 18px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
#affiliatePage .inviteTitle {
    margin: 0 0 30px;
}
#affiliatePage .inviteContent {
    color: #777;
    font-family: roboto, helvetica, sans-serif;
}
#affiliatePage .inviteContent .social-icons {
    overflow: hidden;
    max-width: 100px;
    margin: 15px auto 0;
}
#affiliatePage .inviteTitle h2 {
    text-align: center;
    font-size: 1.8em;
    color: #666;
}
#affiliatePage .inviteTitle .coloredLine {
    width: 175px;
}
.coloredLine {
    background: #16a085;
    height: 1px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.invite-box {
    margin: 0 0 50px;
    text-align: center;
    min-height: 200px;
}
.invite-box h4 {
    font-weight: 700;
    margin: 10px 0 0;
}
.invite-box .coloredLine {
    width: 75px;
    background: rgba(85, 85, 85, 0.8);
}
.invite-box i {
    font-size: 3em;
    color: #fff;
    padding: 11px 15px;
    border-radius: 4px;
    background: #1f3043;
}
.invite-box p {
    margin: 0;
}
#earnings_summary {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
}
#earnings_summary div {
    margin: 15px 0;
}
#earnings_summary div span {
    line-height: 40px;
}
#earnings_summary > div:nth-child(1),
#earnings_summary > div:nth-child(3) {
    border-right: 1px #ddd solid;
}
@media (max-width: 500px) {
    #earnings_summary {
        font-size: 17px;
    }
}
@media (min-width: 991px) {
    #earnings_summary > div:nth-child(2) {
        border-right: 1px #ddd solid;
    }
}
#referral_summary p {
    font-weight: 700;
}
#referral_summary span {
    font-size: 25px;
    line-height: 40px;
}
img.width-45 {
    width: 45% !important;
}
.AffiliateTopSection {
    padding: 4.5rem 0;
    text-align: center;
    font-family: roboto, helvetica, sans-serif;
    background-color: #c9de96 !important;
    background-image: linear-gradient(85deg, #155799, #159957);
    background: -moz-linear-gradient(85deg, #155799, #159957);
    background: -webkit-linear-gradient(85deg, #155799, #159957);
    background: linear-gradient(85deg, #155799, #159957);
}
.affiliateDetails {
    color: #fff;
    padding-left: 0;
    text-align: left;
}
.affiliateDetails > h1 {
    line-height: normal;
    letter-spacing: 2px;
    font: 700 5rem helvetica, Arial, sans-serif;
}
.affiliateDetails > h3 {
    line-height: inherit;
}
#affiliateInfoBtn {
    background: 0 0;
    font-size: 1.8rem;
    border-color: #fff;
    border-radius: 4px;
    padding: 8px 18px;
    margin-top: 15px;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}
#affiliateInfoBtn:active,
#affiliateInfoBtn:focus,
#affiliateInfoBtn:hover {
    background-color: #00b478;
    border-color: #00b478;
    color: #fff;
}
.affiliateBanner {
    background: url(../img/invite-affiliate.jpg) no-repeat 100% 100% fixed #444;
    text-align: center;
}
.parallaxBg {
    background-attachment: fixed !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: #fff;
}
.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding: 50px 0;
}
.affiliateBanner .affiliateHeadline {
    margin: 0 0 50px;
}
.affiliateBanner .affiliateHeadline h2 {
    font-size: 2.1em;
    padding-top: 5px;
}
.affiliateBanner .affiliateHeadline h2 b {
    font-size: 2em;
}
.affiliateBanner .affiliateHeadline h1 {
    font: 40px/45px Roboto, helvetica, sans-serif;
}
.affiliateBanner .affiliateSteps h3 {
    margin: 15px 0 5px;
}
.affiliateBanner .affiliateSteps h3 strong {
    color: #55fba3;
}
.affiliateBanner .affiliateSteps .box p {
    font-weight: 300;
    color: #fff;
}
.affiliateBanner .affiliateSteps {
    margin: 0 0 50px;
    font: 16px/21px Roboto, helvetica, sans-serif;
}
.affiliateBanner .affiliateSteps .col-md-4 > hr {
    width: 225px;
    margin: 10px auto 20px;
}
.affiliateBanner .affiliateOptions .btn-calm {
    text-align: center;
    font-size: 22px;
    padding: 20px 35px;
    margin: 20px 0;
    border-radius: 4px;
    border: 2px solid transparent;
}
.affiliateBanner .affiliateOptions .btn-calm:hover {
    background: #fff;
    border-color: #00b478;
}
.affiliateBanner .affiliateOptions #invite_with_fb a.btn {
    font-size: 18px;
    padding: 15px 25px;
    margin: 0 10px;
}
.affiliateBanner .affiliateOptions #affiliateSignup .btn {
    padding: 15px 40px;
    font-size: 1.5em;
}
.affiliateBanner .affiliateOptions #affiliateSignup .btn:hover {
    opacity: 0.9;
}
.affiliateBanner .affiliateOptions #invite_with_fb a.btn i {
    font-size: 1.4em;
    margin-right: 5px;
}
.loginAffiliate {
    background: #16a085;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    box-shadow: inset 0 1px 11px rgba(0, 0, 0, 0.5);
}
.loginAffiliate .welcomeAffiliate {
    font-size: 2em;
    letter-spacing: 1px;
}
.loginAffiliate .container > span {
    margin: 0 15px;
}
.loginAffiliate .container .btn-orange {
    font-size: 18px;
    vertical-align: top;
}
.loginAffiliate .container .btn-orange:hover {
    opacity: 0.9;
}
.affiliateDescription {
    padding: 25px 0;
}
.affiliateDescription a {
    color: #16a085;
}
.affiliateDescription .affiliateQuestion {
    list-style: none;
    font: 16px/21px Roboto, helvetica, sans-serif;
    font-weight: 300;
}
.affiliateDescription .affiliateQuestion li {
    margin: 0 0 10px;
}
.affiliateDescription .affiliateQuestion li a {
    color: #fff;
    font-weight: 400;
}
.affiliateDescription .affiliateHelp {
    background: #16a085;
    background: #16a085;
    color: #f9f9f9;
    margin-top: 10px;
    border-radius: 4px;
}
#user_balance,
#user_month_earning {
    font-size: 15px;
    line-height: 32px;
}
.modal-body p {
    word-wrap: break-word;
}
.text-left {
    text-align: left;
}
.text-orange {
    color: #e46b19;
}
[name='qtyAmtSelect'] {
    color: #8b8282;
}
.modal-body ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #666;
}
.modal-body ::-webkit-scrollbar {
    width: 8px;
}
.modal-body ::-webkit-scrollbar-track {
    background-color: #efefef;
}

section.support .row {
    margin-top: 20px;
}
section.support ul {
    list-style: none;
    margin: 10px 0;
    min-height: 131px;
}
section.support ul li {
    text-align: center;
    line-height: 30px;
}
section.support ul li a:hover {
    color: #63a726;
}
.resources-page {
    overflow-x: hidden;
}
.resources-page p {
    font-size: 1rem;
    /*margin:10px 0;*/
    /*color:#666*/
}
section#faq ul li {
    font-weight: 400;
}
.header-overlay {
    background: rgba(41, 56, 70, 0.6);
}
.btn-post {
    background: #87aa28;
    border: none;
    color: #fff;
    font-weight: 700;
}
.btn-post:hover {
    background: #8cb717;
    color: #fff;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*=================*/
.btn.btn-info {
    background: #7fc876;
    border-color: #6cbd62;
}

.shadow {
    -moz-box-shadow: 2px 2px 8px #aaa;
    box-shadow: 2px 2px 8px #aaa;
    -webkit-box-shadow: 2px 2px 8px #aaa;
}

.btn-default.no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-shadow {
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.panel-success {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc !important;
}

.panel-success > .panel-body {
    background: #f6f7f8;
    text-align: center;
    border-radius: 0px 0px 2px 2px;
}

.panel-success {
    border: none;
}

.panel-success .panel-title {
    line-height: 20px;
    font-size: 13px;
    color: #fff;
}

.panel-body .info {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.input-group .form-control {
    float: none;
}

.callout {
    margin-top: 5px;
    color: #16a085;
    border: 0;
    border-left: 5px solid;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 5px;
    background: #fbfbfb;
}

.callout-info {
    border-color: #16a085;
    color: #305d8c;
    background: #d6dde7;
}

#investfly-overview {
    padding: 30px 15px 20px 15px;
    border: solid 1px #eee;
    background: #f8f8f8;
    margin-bottom: 30px;
    text-align: center;
}

#investfly-overview h2 {
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 0;
}

@media (max-width: 322px) {
    .or {
        display: none;
    }
}

@media (min-width: 323px) {
    .or {
        position: relative;
        top: 3px;
        z-index: 1;
        display: inline-block;
        margin: 0 -13px;
        min-width: 22px;
        border-radius: 100%;
        background: #eee;
        font-weight: 500;
        font-size: 10px;
        padding: 3px;
    }
}

@media (min-width: 1440px) {
    #profile-info {
        max-width: 400px;
    }
}

#contact-us {
    margin-bottom: 40px;
}

ul.contact {
    margin-top: 15px;
}

ul.contact li {
    padding: 5px 0;
}

ul.contact i {
    color: #72c02c;
}

.books > div {
    margin-bottom: 35px;
}

@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}

@-moz-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}

@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}

#send_message_btn {
    display: none;
}

#alert-name {
    margin: 0;
    font-family: Roboto, sans-serif;
    color: #555;
    font-size: 18px;
    font-weight: 700;
}

#builder .panel-success {
    border: 1px solid #e5e5e5 !important;
    box-shadow: none;
    border-radius: 2px;
}

textarea#query {
    background: none repeat scroll 0 0 #edf0f5;
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin-left: 15px;
    vertical-align: middle;
    width: 97%;
}

@media (max-width: 768px) {
    .main {
        margin-left: 150px;
    }
}

@media (min-width: 768px) {
    .main {
        margin-left: 180px;
    }
}

@media (min-width: 992px) {
    .main {
        margin-left: 220px;
    }
}

#documentation {
    font-family: Roboto, sans-serif;
    line-height: 1.4em;
}

#documentation ul li {
    padding: 5px;
}

.screener-fields > div {
    margin-bottom: 30px;
}

[name='qtyAmtSelect'] {
    color: #8b8282;
}

.panel ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #666;
}

.panel ::-webkit-scrollbar {
    width: 8px;
}

.panel ::-webkit-scrollbar-track {
    background-color: #efefef;
}

div.refrenceButton a.btn {
    width: 100%;
    margin-bottom: 10px;
}

.contactDetails .headline h3,
h3.refrencesTitle {
    font-size: 20px;
    color: #16a085;
    margin-left: 15px;
    border-bottom: 2px solid #16a085;
    padding-bottom: 5px;
    margin-left: 0;
}

#guideStartSection {
    padding-left: 0;
}

#supportPage .resourcesPageContent table tr {
    text-align: center;
}

#supportPage .resourcesPageContent table tr td {
    padding: 15px;
}

#supportPage .resourcesPageContent table tr i {
    font-size: 45px;
    display: block;
    color: #555;
    margin-bottom: 10px;
}

#supportPage .resourcesPageContent table tr a {
    font-size: 20px;
    text-decoration: none;
    color: #2a6496;
}

#supportPage .resourcesPageContent .resourcesPageHeading h2 {
    color: #16a085;
    font-size: 20px;
}

#supportPage .resourcesPageContent .resourcesPageHeading i {
    display: inline;
    color: #16a085;
    font-size: 20px;
}

section.support .row {
    margin-top: 20px;
}

section.support ul {
    list-style: none;
    margin: 10px 0;
    min-height: 131px;
}

section.support ul li {
    text-align: center;
    line-height: 30px;
}

section.support .col-sm-6:nth-child(odd) {
    border-right: 2px solid #999;
}

section.support .col-sm-6:first-child ul,
section.support .col-sm-6:nth-child(2) ul {
    border-bottom: 1px dashed #999;
    margin-bottom: 1px;
    padding-bottom: 10px;
}

section.support .col-sm-6:last-child ul,
section.support .col-sm-6:nth-child(3) ul {
    border-top: 1px dashed #999;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 10px;
}

section.support ul li a:hover {
    color: #63a726;
}

.resources-page {
    overflow-x: hidden;
}

.resources-page #main .row a:focus,
.resources-page #main .row a:hover {
    color: #63a726;
}

section#glossary h4 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 15px;
}

section#alert ul li,
section#faq ul li,
section#glossary ul li,
section#live-trading ul li,
section#stock-screeners ul li,
section#strategy-bank ul li,
section#strategy-builder ul li,
section#virtual-trading ul li {
    font-weight: 400;
}

.fa-question-circle,
.fa-question-circle:hover {
    font-size: 14px;
    color: #a4abb7;
    text-decoration: none;
}

.startGuidedTour {
    margin: 0 !important;
}

#profile-info {
    background-color: #2f4050;
    border-radius: 5px;
    color: #fff;
    padding: 0;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.full-width {
    width: 100% !important;
}

/*=================*/

/*------------------*/
.sidebar {
    background: #2f4050;
    top: 58px;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    padding: 0 0 0 20px;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 220px;
    float: left;
    position: fixed;
}

.sidebar .welcome {
    margin: 0;
    font-style: italic;
    color: #9aa4af;
    font-size: 13px;
    float: left;
}

.nav-sidebar {
    margin-right: -5px;
    margin-bottom: 0;
    margin-left: -20px;
    border-top: 1px solid #2f4050;
}

.page-header {
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
    border: none;
    line-height: 28px;
}

.panel-heading h4 {
    overflow: hidden;
}

.close-filter {
    position: absolute;
    top: 0;
    right: 10px;
}

.alert {
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 2px;
    padding: 12px 10px;
}

a:focus,
a:hover {
    color: #63a726;
}

.welcome-panel {
    border: 1px solid #cfcfcf;
    font-family: Roboto, helvetica, sans-serif;
    margin: 15px;
    margin-top: 0;
}

.welcome-panel h3 {
    margin: 0 0 15px;
}

#builder .tab-content {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .sidebar {
        width: 150px;
        padding-right: 5px;
    }

    .main {
        margin-left: 150px;
    }
}

@media (min-width: 768px) {
    .sidebar {
        width: 180px;
        padding-right: 5px;
    }

    .main {
        margin-left: 180px;
    }
}

@media (min-width: 992px) {
    .sidebar {
        width: 220px;
    }

    .main {
        margin-left: 220px;
    }
}

.heading h4 {
    margin-bottom: 2px;
    color: #555;
}

.resources-page .secondary {
    padding-right: 0;
    padding-top: 5px;
    background-color: #f9f9f9;
    overflow-x: hidden;
    overflow-y: auto;
}

.sub-list {
    margin-bottom: 0;
}

#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#sidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #066;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scrollUp {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    color: #fff;
    background: #666;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    z-index: 999;
}

.scrollUp i {
    font-size: 1.8em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scrollUp:hover,
.scrollUp:active,
.scrollUp:focus {
    opacity: 0.9;
    color: #fff;
}

h2#fundamental-indicators,
h2#technical-indicators {
    margin-top: 50px;
}

.tab-container {
    background: #28a78e;
    padding: 10px 0 5px;
}

.tab-container h4 {
    color: #fff;
    padding: 0 20px;
    line-height: 10px;
    margin-bottom: 15px;
}

.steps {
    font-family: roboto, helvetica, sans-serif;
}

.steps h4 {
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    color: #555;
    overflow: hidden;
}

.steps h5 {
    margin-top: 20px;
    font-weight: 700;
}
/*sidebar */
.active-sidebar-item {
    background-color: #d2f4ea;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded='true'] {
    color: rgba(0, 0, 0, 0.85);
}
.btn-toggle[aria-expanded='true']::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding-inline: 0.1875rem;
    margin-top: 0.125rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

#sidebar a {
    /*color: #16a085;*/
    text-decoration: none;
}

#sidebar a:hover {
    color: #066;
}

/*End sidebar*/
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#automation-tab {
    position: relative;
}

#resource-scrollUp,
#footer-scrollUp {
    width: 40px;
    height: 40px;
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #198754; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 1em; /* Increase font size */
    text-align: center;
    padding: 9px;
}

#resource-scrollUp i,
#footer-scrollUp i {
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#resource-scrollUp:hover,
#footer-scrollUp:hover {
    opacity: 0.6;
}

/*------------------*/
