@page {
    size: auto;
    margin: 25mm 0 25mm 0;
}

body {
    background: #c0c0c0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
    max-width: 1780px;
    margin: 0 auto;
    padding: 0;
}

    body p, .lucror-alltrades, .right-section, .footnote, .year, #secure-trade-idea .table, #side-bar, .comp-recom, ul li, ol li {
        font-size: 13px !important;
    }

*:focus {
    outline: none !important;
}

sup.new-company {
    color:indianred;
    font-weight:bold;
    font-size: 65%!important;
}

@font-face {
    font-family: 'ElegantIcons';
    src: url('../../../fonts/ElegantIcons.eot');
    src: url('../../../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('../../../fonts/ElegantIcons.woff') format('woff'), url('../../../fonts/ElegantIcons.ttf') format('truetype'), url('../../../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.alert-danger {
    background: #fff !important;
    border: 2px solid #e41010;
    color: #e41010 !important;
    font-size: 15px;
    border-radius: 3px;
    margin-top: -5px;
}


img {
    max-width: 100% !important;
    height: auto;
}


#secure-coverage h2 img {
    width: 64px !important;
}

.modal-financial .modal-lg {
    width: 1000px !important;
}

/* Header */

#intro {
    background: #fff;
}


/* Navigation */

.page-header .nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    position: relative;
    padding: 5px 0 !important;
    margin: 40px 35px 0 0;
}

.top-nav-collapse .navbar-nav a {
    margin-top: 10px !important;
}

.top-nav-collapse .navbar-nav ul li.menu-dropdown:last-child a {
    margin-top: 7px !important;
}



.page-header ul li:last-child a {
    background: #2a4577;
    border: 2px solid rgba(42, 69, 119, 0);
    color: #fff;
    margin-top: 37px;
    margin-right: 0;
    padding: 7px 25px 5px 25px !important;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    transition: background .2s linear;
}

    .page-header ul li:last-child a:hover {
        background: none;
        border: 2px solid rgba(255, 255, 255, 1);
        color: #fff;
    }

    .page-header ul li:last-child a:before {
        border: none;
    }

.page-header .nav a:hover {
    background: none !important;
    color: #fff;
}

.page-header ul.nav li {
    display: inline-block;
}

    .page-header ul.nav li:last-child {
        margin-right: 0;
    }

.page-header .nav a:before {
    content: '';
    position: absolute;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #fff;
    pointer-events: none;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.page-header .nav a:before {
    width: 100%;
    height: 80%;
    top: 10%;
}

.page-header .nav a:hover::before, .page-header .nav a.nav-active::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.page-header .nav a.login::before {
    border: none;
}

.navbar .container.text-center {
    text-align: left !important;
}

.navbar-nav .menu-dropdown {
    float: right;
}
/*------------------------------------------------------------------------------------------*/
/* Website Header */
/*------------------------------------------------------------------------------------------*/

#header-nav {
    height: 126px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1366px;
    background: url(../../../Images/bg-header-lucror-white.jpg) #fff;
}

    #header-nav.row {
        margin-bottom: 0;
    }

#logo {
    display: inline-block;
    margin-top: 20px;
}

#header-nav nav#nav-main {
    margin-top: 45px;
    float: right;
    padding-right: 15px;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #2A4577;
    display: inline-block;
    position: relative;
    font-weight: 500;
}

    nav a:hover {
        color: #2A4577;
    }

    nav a.nav-active {
        color: #2A4577;
    }

header nav#nav-main ul li {
    margin-right: 35px;
    display: inline-block;
}

    header nav#nav-main ul li:last-child {
        margin-right: 0;
    }

nav#nav-main a:before {
    content: '';
    position: absolute;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #2A4577;
    pointer-events: none;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

nav#nav-main a:before {
    width: 100%;
    height: 99%;
    top: 10%;
}

nav#nav-main a:hover::before, nav#nav-main a.nav-active::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

nav#nav-main a.login::before {
    border: none;
}

#nav-main .button.solid.blue:hover {
    background:none;
    color: #2A4577!important;
    border-color:#2A4577!important;
}

/* Nav Mobile */

nav#nav-mobile {
    position: relative;
    z-index: 99;
}

    nav#nav-mobile ul {
        display: none;
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    }

        nav#nav-mobile ul:after {
            display: none;
        }

    nav#nav-mobile li {
        margin: 0 20px;
        float: none;
        text-align: left;
        border-bottom: 1px solid #e1e1e1;
    }

        nav#nav-mobile li:last-child {
            border-bottom: none;
        }

.nav-solid nav#nav-mobile li {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    width: 100%;
    height: auto;
    line-height: normal;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    nav#nav-mobile a:hover {
        background: #fafafa;
        opacity: 1;
    }


/* Trigger */

#nav-trigger {
    display: none;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 25px;
}

    #nav-trigger span {
        display: inline-block;
        width: 38px;
        height: 71px;
        color: white;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 22px;
        text-align: center;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: #999;
    }

        #nav-trigger span:after {
            font-family: "fontAwesome";
            display: inline-block;
            width: 38px;
            height: 71px;
            line-height: 75px;
            text-align: center;
            content: "\f0c9";
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }

        #nav-trigger span.open:after {
            content: "\f00d";
        }


        #nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
            opacity: 0.6;
        }

#logo {
    display: inline-block;
    margin-top: 20px;
}

/* Tables */

.table {
    width: 100% !important;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 12px !important;
    }

        .table > thead > tr > th {
            vertical-align:middle!important;
        }

        .right-section .table {
            padding-bottom: 0 !important;
            margin-bottom: 0;
        }


/*--------------------------------------------------
	[SPACES]
----------------------------------------------------*/
/* 'margin-bottom' Space */
.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-85 {
    margin-bottom: 85px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-95 {
    margin-bottom: 95px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

/* 'margin-bottom' Space for tablet view */
@media (max-width: 992px) {
    .md-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .md-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .md-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .md-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    .md-margin-bottom-35 {
        margin-bottom: 35px !important;
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px !important;
    }

    .md-margin-bottom-45 {
        margin-bottom: 45px !important;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px !important;
    }

    .md-margin-bottom-55 {
        margin-bottom: 55px !important;
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px !important;
    }

    .md-margin-bottom-65 {
        margin-bottom: 65px !important;
    }

    .md-margin-bottom-70 {
        margin-bottom: 70px !important;
    }

    .md-margin-bottom-75 {
        margin-bottom: 75px !important;
    }

    .md-margin-bottom-80 {
        margin-bottom: 80px !important;
    }

    .md-margin-bottom-85 {
        margin-bottom: 85px !important;
    }

    .md-margin-bottom-90 {
        margin-bottom: 90px !important;
    }

    .md-margin-bottom-95 {
        margin-bottom: 95px !important;
    }

    .md-margin-bottom-100 {
        margin-bottom: 100px !important;
    }
}
/* 'margin-bottom' Space for mobile view */
@media (max-width: 768px) {
    .sm-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .sm-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .sm-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .sm-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    .sm-margin-bottom-35 {
        margin-bottom: 35px !important;
    }

    .sm-margin-bottom-40 {
        margin-bottom: 40px !important;
    }

    .sm-margin-bottom-45 {
        margin-bottom: 45px !important;
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px !important;
    }

    .sm-margin-bottom-55 {
        margin-bottom: 55px !important;
    }

    .sm-margin-bottom-60 {
        margin-bottom: 60px !important;
    }

    .sm-margin-bottom-65 {
        margin-bottom: 65px !important;
    }

    .sm-margin-bottom-70 {
        margin-bottom: 70px !important;
    }

    .sm-margin-bottom-75 {
        margin-bottom: 75px !important;
    }

    .sm-margin-bottom-80 {
        margin-bottom: 80px !important;
    }

    .sm-margin-bottom-85 {
        margin-bottom: 85px !important;
    }

    .sm-margin-bottom-90 {
        margin-bottom: 90px !important;
    }

    .sm-margin-bottom-95 {
        margin-bottom: 95px !important;
    }

    .sm-margin-bottom-100 {
        margin-bottom: 100px !important;
    }
}
/*--------------------------------------------------
	[HEADING]
----------------------------------------------------*/
.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

    .heading:after {
        left: 50%;
        height: 3px;
        width: 50px;
        content: " ";
        bottom: -50px;
        margin-left: -25px;
        position: absolute;
        background: #bf5757;
    }

    .heading h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 0 0 20px;
        color: #3f5263;
    }

    .heading p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #8693a7;
    }

.heading-light {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

    .heading-light:after {
        left: 50%;
        height: 3px;
        width: 50px;
        content: " ";
        bottom: -50px;
        margin-left: -25px;
        position: absolute;
        background: #bf5757;
    }

    .heading-light h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 0 0 20px;
        color: #fff;
    }

    .heading-light p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #8693a7;
    }

.heading-blue {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

    .heading-blue:after {
        left: 50%;
        height: 3px;
        width: 50px;
        content: " ";
        bottom: -50px;
        margin-left: -25px;
        position: absolute;
        background: #1b7685;
    }

    .heading-blue h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 0 0 20px;
        color: #fff;
    }

    .heading-blue p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #9ddde7;
    }

/*--------------------------------------------------
	[HEADING LEFT]
----------------------------------------------------*/
.heading-left {
    z-index: 1;
    margin-bottom: 30px;
}

    .heading-left h2 {
        font-size: 30px;
        margin: 0 0 20px;
        color: #3f5263;
        text-transform: capitalize;
    }

    .heading-left p {
        color: #8693a7;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

.heading-left-light {
    z-index: 1;
    margin-bottom: 30px;
}

    .heading-left-light h2 {
        font-size: 30px;
        margin: 0 0 20px;
        color: #fff;
        text-transform: capitalize;
    }

    .heading-left-light p {
        color: #8693a7;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

/*--------------------------------------------------
	[SUBSCRIBE]
----------------------------------------------------*/
.subscribe {
    padding: 42px 0;
    background: #2c3a46;
    /* Subscribe Wrapper */
    /* Input Field */
}

    .subscribe .subscribe-wrap {
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
    }

    .subscribe .subscribe-body {
        clear: both;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .subscribe .subscribe-desc {
        max-width: 550px;
        padding-right: 20px;
    }

        .subscribe .subscribe-desc h1 {
            font-size: 30px;
            margin: 0 0 10px;
            letter-spacing: 2px;
            color: #fff;
        }

        .subscribe .subscribe-desc p {
            color: #5d7283;
            font-size: 19px;
            font-weight: 300;
            margin-bottom: 0;
        }

    .subscribe .input-field {
        float: right;
    }

@media (max-width: 768px) {
    .subscribe {
        padding: 30px 0;
    }

        .subscribe .subscribe-wrap,
        .subscribe .subscribe-body {
            display: block;
            margin: 0 auto;
            text-align: center;
        }

        .subscribe .input-field {
            float: none;
            display: block;
            margin: 0 auto;
            text-align: center;
        }

            .subscribe .input-field .form-control {
                min-height: 40px;
            }

            .subscribe .input-field .btn-danger.btn-md {
                font-size: 13px;
                padding: 10px;
            }

        .subscribe .subscribe-desc h1 {
            font-size: 25px;
            letter-spacing: 2px;
        }

        .subscribe .subscribe-desc p {
            font-size: 16px;
        }
}
/*--------------------------------------------------
	[SERVICES]
----------------------------------------------------*/
.service-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

    .service-bg .services {
        margin: 0 auto;
        text-align: center;
    }

        .service-bg .services h2 {
            font-size: 23px;
            margin: 0 0 10px;
            line-height: 1.4;
            text-transform: capitalize;
            color: #3f5263;
        }

        .service-bg .services p {
            font-size: 16px;
            color: #8693a7;
        }

        .service-bg .services .services-wrap {
            width: 100px;
            height: 100px;
            display: table;
            text-align: center;
            position: relative;
            margin: 0 auto 70px;
            vertical-align: middle;
        }

            .service-bg .services .services-wrap:before {
                top: -40px;
                left: -40px;
                right: -40px;
                bottom: -40px;
                content: " ";
                position: absolute;
            }

            .service-bg .services .services-wrap img {
                margin: 0 auto;
                text-align: center;
            }

        .service-bg .services .service-body {
            height: 100%;
            display: table-cell;
            vertical-align: middle;
        }

/*--------------------------------------------------
	[FEATURES]
----------------------------------------------------*/
.features-bg {
    padding: 100px 0 0 0;
    background: #5E7BAF;
}

    .features-bg .features {
        overflow: hidden;
    }

        .features-bg .features img {
            width: 300px;
            height: auto;
            float: left;
            margin-right: 15px;
        }

        .features-bg .features .features-in {
            overflow: hidden;
        }

            .features-bg .features .features-in h3 {
                font-size: 23px;
                font-weight: 500;
                text-transform: capitalize;
            }

                .features-bg .features .features-in h3 a {
                    color: #fff;
                }

                    .features-bg .features .features-in h3 a:hover {
                        color: #fff;
                        text-decoration: none;
                    }

            .features-bg .features .features-in p {
                color: #fff;
            }

@media (max-width: 480px) {
    .features-bg .features img {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------
    [Bootstrap Carousel]
----------------------------------------------------*/
/* Set displays an element as in inline-level flex container */
.center-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.center-block-wrap {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.center-block-body {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.carousel {
    /* Carousel Item Background Images */
    /* Carousel Titles */
    /* Carousel Subtitles */
    /* Carousel Positions */
    /* Carousel Animation Delay */
}

    .carousel .carousel-indicators {
        bottom: 0;
    }

    .carousel .carousel-caption {
        left: auto;
        right: auto;
        bottom: auto;
        text-shadow: none;
        text-align: inherit;
        padding: 0;
    }

    .carousel .carousel-control.right, .carousel .carousel-control.left {
        background-image: none;
    }

    .carousel .item {
        width: 100%;
        height: 100%;
        min-height: 570px;
    }

    .carousel .carousel-item-one {
        background: url(../../Images/main.jpg);
        background-size: 1366px;
        background-repeat: no-repeat;
        background-position: top;
    }

    .carousel .carousel-item-three {
        background: url(../../Images/subscription-bg.jpg);
        background-size: cover;
        background-position: center center;
    }

    .carousel .carousel-item-four {
        background: url(../../Images/contact-bg.jpg);
        background-size: cover;
        background-position: center center;
    }

    .carousel .carousel-title-v1 {
        color: #2A4577;
        line-height: 55px;
        font-size: 60px;
        text-transform: uppercase;
    }

    .carousel .carousel-title-v2 {
        color: #5E7BAF;
        line-height: 55px;
        font-size: 60px;
        text-transform: uppercase;
    }

.lucror-news-title {
    line-height: 55px;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.contact-us-title {
    line-height: 55px;
    font-size: 60px;
    color: #fff; /*#B95C20*/
    ;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 25px;
}

.carousel .carousel-subtitle-v1 {
    color: #000;
}

.carousel .carousel-subtitle-v2 {
    color: #808080;
}

.carousel .carousel-subtitle-v3 {
    color: #808080;
}

.carousel .carousel-position-one {
    top: 33%;
}

.carousel .carousel-position-two {
    top: 55%;
}

.carousel .carousel-position-three {
    top: 66%;
}

.carousel .carousel-position-four {
    top: 55%;
    margin-left: 350px;
}

.carousel .carousel-position-five {
    top: 20%;
    left: 30%;
}

.carousel .carousel-caption .animate-delay {
    animation-delay: 1s;
}

/* Stylesheet design for under max-width: 768px */
@media (max-width: 768px) {
    /* 768px */
    .carousel .carousel-title-v1 {
        font-size: 30px;
    }

    .carousel .carousel-title-v2,
    .carousel .carousel-title-v3 {
        font-size: 30px;
    }

    .carousel .carousel-subtitle-v1 {
        font-size: 10px;
    }
}

/*
  REPORT  PRINTING
*/



h4.company-name {
    font-size: 25px !important;
}

#tearsheetcontent h2 {
    font-size: 22px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
}

.report-company-name {
    position: absolute;
    top: 720px;
}

    .report-company-name h1 {
        font-family: Arial;
        font-weight: 800 !important;
        color: #000;
    }

.report-table {
    position: absolute;
    top: 950px;
}

    .report-table table {
        font-family: 'Open Sans', sans-serif;
        width: 940px;
        font-weight: bold;
    }

.modal.modal-md .modal-dialog {
    width: 50%;
}

.modal.modal-wide .modal-dialog {
    width: 75% !important;
}

.modal-md .modal-body, .modal-wide .modal-body {
    overflow-y: auto;
}

.common-panel {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 3px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.current-selection .type {
    padding-left: 0 !important;
}

.panel-default > .panel-heading {
    color: #2a4577 !important;
}

    .panel-default > .panel-heading:hover {
        background: #f1f1f1 !important;
    }

.panel-heading h4 a:hover {
    color: #2a4577 !important;
}

.padding-20 {
    padding: 20px;
}

.padding-40 {
    padding: 40px;
}

.right-padding-15 {
    padding-right: 15px;
}

.common-panel h5, .rep-block h4, #sidebar h4, .rep-block h3 {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #154b75;
}

.rep-block li, .rep-block p {
    font-size: 13px !important;
}

.col-sm-3 .rep-block li {
    margin-bottom:10px;
}

.col-sm-3 .rep-block li:last-of-type {
    margin-bottom:0;
}

/*

#secure-research .common-panel h5 {
    color:#556b2f;
}

*/

#secure-research #research-sidebar {
    width: 20% !important;
}

#secure-research #research-content {
    width: 80% !important;
}

#research-reports_wrapper.dataTables_wrapper div.dataTables_length select, #researchdatatable_wrapper.dataTables_wrapper div.dataTables_length select {
    width: 48px !important;
    display: inline-block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#research-reports_wrapper .even {
    background: #f8f8f8;
}

#research-reports_wrapper tr:hover {
    background: #ebebeb !important;
}

#research-reports_wrapper thead tr:hover {
    background: #2a4577 !important;
}

.report-header h1, #secure-trade-idea h1 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e1e1e1;
}

.content-panel {
    background-color: #F2F2F2;
    padding: 20px;
    min-height: 600px;
}

#secure-research .table-panel {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 3px !important;
}

#recent-news .article-panel {
    padding-right: 70px !important;
    cursor: pointer;
}

    #recent-news .article-panel h4 {
        color: #B95C20;
    }

#recent-news .news-panel {
    margin-left: 150px;
    margin-right: 150px;
}

.about-us {
    background-color: #2A4577;
}

.about-us {
    background-color: #2A4577;
}

    .about-us .left-panel {
        background-color: #2A4577;
        color: #fff;
        font-size: 20px;
        line-height: 35px;
        padding: 80px;
        height: 652px;
    }

#subscription .floating-panel {
    padding: 40px 60px;
    background-color: #2A4577;
    z-index: 1000;
    width: 690px;
    position: absolute;
    top: 30%;
    color: #fff;
    left: 150px;
}

.public-page-title {
    line-height: 55px;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.text-color-gray {
    color: #a09f9f;
}

a.text-color-gray:hover {
    color: #5E7BAF !important;
}

.text-color-darkblue {
    color: #2A4577;
}

a.text-color-darkblue:hover {
    color: #a09f9f !important;
}

.about-nav h2 {
    cursor: pointer;
    color: #7d7d7d;
}

    .about-nav h2.active {
        cursor: pointer;
        color: #2a4577;
        font-weight: bold;
    }

.tool-services-header {
    margin-top: 20px;
    color: #dec567;
    font-size: 22px;
    font-weight: bold;
}

.btn-transparent {
    background: none !important;
    color: #fff !important;
}

#secure-navbar-collapse {
    margin-left: 50px !important;
}

.navbar-collapse {
    position: relative;
    padding-top: 30px !important;
    max-height: 270px;
}

    .navbar-collapse form[role="search"] {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        z-index: 0;
    }

    .navbar-collapse .navbar-form .input-group {
        float: right;
    }

    .navbar-collapse form[role="search"] button,
    .navbar-collapse form[role="search"] input {
        padding: 8px 12px;
        border-radius: 0px;
        border-width: 0px;
        /*color: rgb(119, 119, 119);
    background-color: rgb(248, 248, 248);*/
        border-color: rgb(231, 231, 231);
        box-shadow: none;
        outline: none;
        color: #fff;
    }

    .navbar-collapse form[role="search"] input {
        padding: 16px 12px;
        /*font-size: 14pt;
    font-style: italic;
    color: rgb(160, 160, 160);*/
        color: #fff;
        box-shadow: none;
        width: 100%;
    }

    .navbar-collapse form[role="search"] button[type="reset"] {
        display: none;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        padding-top: 0px !important;
        padding-right: 38px !important;
    }

        .navbar-collapse form[role="search"] {
            width: 100px;
        }

            .navbar-collapse form[role="search"] button,
            .navbar-collapse form[role="search"] input {
                padding: 15px 12px;
            }

            .navbar-collapse form[role="search"] input {
                padding: 25px 12px;
                /*font-size: 18pt;*/
                opacity: 0;
                display: none;
            }

    .secure-navbar .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-collapse form[role="search"].active {
        width: 100%;
    }

        .navbar-collapse form[role="search"].active button,
        .navbar-collapse form[role="search"].active input {
            display: table-cell;
            opacity: 1;
        }

        .navbar-collapse form[role="search"].active input {
            width: 100%;
            background-color: #5E7BAF !important;
            color: #fff;
        }
}

@media print {
    .noPrint {
        display: none;
    }
}

.icon-print, .icon-download {
    cursor: pointer;
    color: #337ab7;
}


/* New Site CSS */


body {
    background-color: #c0c0c0;
}

a {
    text-decoration: none !important;
}

    a:hover {
        color: #2A4577;
    }

footer a {
    color: #FFF !important;
}

ul {
    list-style: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    /*padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.full-width {
    max-width: 100% !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.container-fluid textarea {
    width: 100% !important;
    max-width: 100%;
}

.container .secure {
    background-color: #F2F2F2;
    padding: 15px;
    padding-right: 15px !important;
}

.btn-grey {
    background-color: #2A4577;
    color: #fff;
}

.btn-darkgrey {
    background-color: #b0afad;
    color: #fff;
}

.btn-xl {
    padding: 12px 25px;
    font-size: 20px;
    line-height: 1.33;
}

.padded-50 {
    padding: 50px;
}

.news-bg {
    padding: 100px 0 100px 0;
    background-color: #fff;
}

    .news-bg img {
        width: 600px;
    }

.form-control {
    background-color: #fff !important;
    height: 40px;
}

.navbar-nav .form-control {
    border: none !important;
}


.container {
    width: 1366px !important;
    padding-right: 0;
}

.lucror-manage .container {
    width: auto !important;
    padding-right: 0;
}


.container.content-panel {
    padding-right: 20px;
}

.content {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    max-width: 600px;
    margin: 0 auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    top: 150px;
}

.login {
    background: url(../../../images/bg-footer.jpg) no-repeat;
    background-size: 4000px;
}

.no-border {
    border: 0px solid transparent;
}

/*Research*/

.research {
    background-color: #fff;
}

.home-research {
    background-color: #fff;
}

.research .left-container {
    color: #000;
    width: 600px;
    padding-top: 80px;
}

.research .left-container {
    color: #000;
    padding-top: 80px;
}

.home-research .left-container {
    padding-top: 50px;
}

    .home-research .left-container h2 {
        color: #B95C20;
    }

.home-research .right-container {
    color: #000;
    padding-top: 50px;
}

    .home-research .right-container h2 {
        color: #B95C20;
    }

.research .research-body {
    padding-left: 50px;
    padding-right: 50px;
}

.home-research .research-body {
    padding-left: 80px;
    padding-right: 80px;
    border-right: solid 1px #c0c0c0;
    margin-bottom: 50px;
}

.research .research-wrap, .home-research .research-wrap {
    margin-bottom: 50px;
}

.research .research-text, .home-research .research-text {
    font-weight: 400;
    font-size: 16px;
    padding-top: 20px;
}

.research .research-data {
    margin-left: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-left: solid 1px #c0c0c0;
}

#research-reports thead {
    background: #2A4577;
    color: #fff;
}

#top-trending-report, #top-trending-report-cs {
    overflow: hidden;
    width: auto;
    height: 250px;
    line-height: 10px;
}

    #research-reports, #top-trending-report p, #top-trending-report-cs p {
        font-size: 13px;
    }

        #research-reports thead > tr > th {
            border-color: #425e94 !important;
        }

.secure-navbar .navbar {
    background-color: #2A4577 !important;
    color: #fff !important;
    padding: 10px 0 0 0 !important;
}

    .secure-navbar .navbar strong {
        color: #2A4577 !important;
        padding-bottom: 10px;
        display: block;
    }

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
}

.secure-navbar .navbar-nav a {
    color: #fff !important;
}

    .secure-navbar .navbar-nav a#inquiryLink:hover {
        background: none;
        color: #fff !important;
        opacity: 0.8;
    }

.secure-navbar .navbar .navbar-nav {
    width: 100%;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.secure-navbar .navbar-default {
    border: none !important;
    margin-bottom: 0;
    z-index: 998;
}

.secure-navbar .navbar .navbar-collapse {
    text-align: center;
}

#research-reports_length, #regionPortfolio_length {
    float: left;
}

#RegionFilterSelections li.remove-filter {
    padding-left: 0;
    padding-right: 0;
}

#research-reports_paginate {
    float: right;
}

.col-sm-12 .reports-content .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.paginate_button {
    cursor: pointer;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

#selectedFilterAccordian .type,
#accordionCurrSelect .type {
    color: #000;
    padding: 5px 10px;
    font-weight: bold;
    background: url('/../../Images/pages/AboutUs/icon-arrow-right.png') no-repeat right center;
}

#selectedFilterAccordian .remove-filter,
#accordionCurrSelect .remove-filter {
    padding: 5px 0;
    list-style-type: none;
}

#selectedFilterAccordian .remove-filter {
    cursor: pointer;
    background-image: url('/../../Images/pages/Home/Research/icon-cross.png');
    background-position: right 7px;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.panel-body li a {
    color: #000;
    display: block;
    line-height: 25px;
}

#LARAPanel .default,
#LaraPanel .default {
    background: url('/../../Images/laraimages/default_sml.png') right center no-repeat;
}

li.low-risk {
    background: url('/../../Images/laraimages/low_sml.png') right center no-repeat;
}

li.medium-risk {
    background: url('/../../Images/laraimages/medium_sml.png') right center no-repeat;
}

li.high-risk {
    background: url('/../../Images/laraimages/high_sml.png') right center no-repeat;
}

li.very-high-risk {
    background: url('/../../Images/laraimages/very-high_sml.png') right center no-repeat;
}

.main-reports-section .ck-title, .main-reports-section .ck-report-type-heading, .main-reports-section .ck-ratings, .main-reports-section #Top {
    display: none;
}

.main-reports-section h3.ck-sub-title {
    border-bottom: 1px solid rgb(197, 197, 197);
    color: rgb(37, 106, 164) !important;
    font-weight: bold;
    margin: 0px 0px 10px;
    text-align: left;
}

    .main-reports-section h3.ck-sub-title a {
        color: rgb(37, 106, 164) !important;
    }

p.ck-disc-desc {
    font-size: 11px !important;
}

.dropup, .dropdown {
    position: static !important;
}

    .dropdown .two-column li {
        margin-left: -3px;
    }

.dropdown-menu {
    background-color: #F2F2F2 !important;
    padding: 15px;
    border-color: #cdcdcd;
    -webkit-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
    font-size: 13px !important;
    border-left: none;
    border-right: none;
    border-radius: 0;
}


#secure-navbar .navbar .dropdown-menu {
    width: 100%;
}

/*.menu-coverage .dropdown-menu {
    min-width: 111px;
}

.menu-portfolio .dropdown-menu {
    min-width: 250px;
}

.menu-esg .dropdown-menu {
    min-width: 164px;
}

.menu-calendar .dropdown-menu {
    min-width: 112px;
}*/

.dropdown-menu .col-sm-5, .dropdown-menu .col-sm-7 {
    padding-left: 0 !important;
}

.dropdown-menu.two-column a {
    padding: 4px 3px !important;
}

.two-column li {
    cursor: pointer;
}

.two-column a {
    display: block;
    padding: 3px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #2a4577;
    white-space: nowrap;
}

.dropdown .open {
    background-color: #f2f2f2;
    color: #2a4577;
}


.menu-coverage .dropdown-menu {
    padding-left: 140px;
}

.menu-tradeideas .dropdown-menu {
    padding-left: 310px;
}

.menu-portfolio .dropdown-menu {
    padding-left: 140px;
}

.menu-esg .dropdown-menu {
    padding-left: 440px;
    color: #2a4577;
}

.menu-calendar .dropdown-menu {
    padding-left: 782px;
}

.menu-covenants .dropdown-menu {
    padding-left: 505px;
}

.menu-method .dropdown-menu {
    padding-left: 625px;
}

.menu-private .dropdown-menu {
    padding-left: 800px;
}

.menu-analytics .dropdown-menu {
    padding-left: 945px;
}

.navbar-nav > li > a {
    padding: 18px 15px 20px 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #f2f2f2;
}

.navbar ul li:hover a {
    background: #f2f2f2;
    color: #2a4577 !important;
}


.dropdown-menu > li > a {
    padding: 4px 3px !important;
    border-radius: 3px;
}

.top-nav-collapse .navbar-nav .dropdown-menu a {
    margin-top: 0 !important;
}

.dropdown-menu {
    left: -1px;
    border-top: none;
}

#filterAccordian .panel-body {
    padding: 5px;
}

.panel-heading {
    padding-left: 5px;
}

#filterAccordian ul li a {
    padding: 3px 5px;
}

#filterAccordian h4.panel-title {
    font-size: 13px;
}

    #filterAccordian h4.panel-title a {
        display: block;
    }

#filterAccordian ul li a:hover {
    background-color: #f5f5f5;
}

.reports-content ul {
    padding-left: 0;
}

.main-reports-section ul > li, 
.main-reports-section ol ul > li, 
.reports-content ul > li, 
.morningview-reports-section .morningview-info ul li, 
.morningview-reports-section .morningview-info ol ul > li, 
.morningview-reports-section #market-comment ul li, 
#secure-trade-idea ul li {
    background: url('/../../Images/laraimages/arrow-web.png') no-repeat 0 14px transparent;
    padding: 10px 0 10px 16px;
    list-style: none;
}



#secure-trade-idea ul.nav li {
    padding: 0 !important;
    background: none !important;
}

.reports-content li {
    background: url('/../../Images/laraimages/arrow-web.png') no-repeat 0 3px transparent;
    padding: 0 0 0 16px;
}

#secure-trade-idea img {
    width: auto !important;
    max-width: 100% !important;
}

.main-reports-section li p, .morningview-reports-section li p {
    margin: 0 !important;
}

.main-reports-section ol, .main-reports-section ol li {
    list-style-type: lower-roman;
    padding-left: 15px;
}

    .main-reports-section ol li {
        background: none;
        padding: 10px 0 10px 4px;
    }

.main-reports-section .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}



#secure-report .col-sm-9 li ul, .reports-content li ul,
.morningview-reports-section .morningview-info li ul, .morningview-reports-section #market-comment li ul, #secure-trade-idea li ul {
    /*padding-left: 40px;*/
}

    #secure-report .col-sm-9 li ul li:last-of-type, .reports-content li ul li:last-of-type,
    .morningview-reports-section .morningview-info li ul li:last-of-type, .morningview-reports-section #market-comment li ul li:last-of-type, #secure-trade-idea li ul li:last-of-type {
        padding-bottom: 0;
    }


#ReportContent h2 {
    width: 60%;
}

#ReportContent .col-sm-12 .col-sm-5 {
    padding-left: 0;
}

#ReportContent .col-sm-12 .col-sm-7 {
    padding-right: 0;
}

.sep {
    padding: 0 5px;
}

h3.comp-name {
    color: #2A4577;
    padding-bottom: 10px;
}

#market-comment h3 {
    border-bottom: 1px solid #e1e1e1;
}

    #market-comment h3.comp-name, .rep-block h3 {
        color: #2A4577;
    }

#secure-report h2 {
    font-size: 22px;
}

    #secure-report h2.hide-in-print {
        border-bottom: 2px solid #e1e1e1;
        padding-bottom: 10px;
    }


#secure-report {
    text-align: justify;
}

    #secure-report .col-sm-9 .common-panel.padding-40 {
        padding: 20px !important
    }

    #secure-report .right-section, .col-sm-3 .common-panel .rep-block {
        text-align: left;
    }


/* Trade Recomendation */

.ck-trade-recom {
    line-height: 22px;
}

    .ck-trade-recom strong {
        padding-right: 5px;
    }

.main-reports-section ul {
    padding-left: 0;
}

.main-reports-section h3 {
    margin-top: 20px !important;
}

.main-reports-section .pdf-report h3 {
    margin-top: 20px !important;
}

.main-reports-section .ck-report-type-desc, .main-reports-section p.ck-report-type-desc {
    padding-bottom: 5px;
}

.main-reports-section .ck-keep-together img, .main-reports-section img {
    width: auto !important;
    max-width: 100% !important;
}

.morningview-reports-section .comp-name span:last-child {
    float: right;
    font-size: 16px;
}

.morningview-reports-section .comp-title, #secure-trade-idea .comp-title {
    font-size: 16px !important;
    color: #6e6e6e;
    margin-bottom: 10px;
    font-weight: normal;
}

.morningview-reports-section h4.comp-title p, #secure-trade-idea h4.comp-title p {
    font-size: 16px !important;
}


.morningview-reports-section .comp-recom, #secure-trade-idea .comp-recom {
    font-weight: bold;
}


.morningview-reports-section .rep-block ul {
    background: none !important;
    padding-left: 0;
}

.morningview-reports-section #market-comment ul {
    background: none !important;
    padding-left: 0;
    padding-bottom: 10px;
}

.morningview-reports-section img {
   /* width: auto !important;*/
    max-width: 100% !important;
    height: auto !important;
}

.disclaimer {
    font-size: 12px;
    color: #9c9c9c;
}

    .disclaimer h3 {
        font-size: 13px;
    }

    .disclaimer p {
        font-size: 12px !important;
    }

.secure-navbar .navbar-nav .dropdown .dropdown-menu a {
    color: #000 !important;
}

.dropdown a:hover {
    color: #2A4577 !important;
}

.lucror-members .nav-tabs {
    border-bottom: none;
}

.lucror-manage .nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs li a {
    font-size: 15px;
}

.financial-summary img {
    width: 100% !important;
}

#financial-summary img {
    cursor: pointer;
    height: auto !important;
}


.icon-top-trade {
    float: right;
}


/* lara icons */
.icon-lara-default, .icon-lara-vhigh, .icon-lara-high, .icon-lara-medium, .icon-lara-low {
    /*width: 21px;*/
    height: 20px;
    text-indent: -99999px;
    background: url(/../../Images/icon-lara.png) no-repeat;
    background-position-x: center !important;
    display: block;
    /*width:50px;*/
}

.icon-lara-vhigh {
    background-position: 0 -28px;
}

.icon-lara-high {
    background-position: 0 -58px;
}

.icon-lara-medium {
    background-position: 0 -88px;
}

.icon-lara-low {
    background-position: 0 bottom;
}

.badge-notify {
    background: red;
    position: relative;
    top: -15px;
    left: -30px;
    border-radius: 10px !important;
}

div.dataTables_wrapper div.dataTables_processing {
    background: url('/images/486.gif') no-repeat center 25px #fff;
    z-index: 9999;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    padding: 50px 25px 25px 25px!important;
    border-radius:0!important;
}

.spinner {
display:none!important;
}

div.dataTables_wrapper div.dataTables_info {
    display: inline-block;
}

#loader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 200px;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align:center;
    background: url('/images/486.gif') no-repeat center 25px #fff;
    z-index: 9999;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    padding: 50px 25px 25px 25px!important;
    border-radius:0!important;
}

.input-mini {
    width: 135px;
    font-size: 13px;
    padding: 4px;
}

table.dataTable thead .sorting {
    background: url('/images/sort_both.png') no-repeat center right;
    padding-right: 20px !important;
}

    table.dataTable thead .sorting:after {
        content: "" !important
    }

table.dataTable thead .sorting_desc:after {
    content: "\e252" !important;
}

table.dataTable thead .sorting_asc:after {
    content: "\e253" !important;
    top: 40%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #5E7BAF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #5E7BAF;
}

.nav .navbar-nav a {
    font-weight: bold;
}

table.dataTable a {
    color: #5E7BAF;
}

table.dataTable label {
    color: #5E7BAF;
    font-size: 85%;
    font-weight: normal;
    cursor: pointer
}

    table.dataTable a:hover, table.dataTable label:hover {
        color: #2A4577;
    }

.pagination {
    border-radius: 0 !important;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #2A4577;
        border-color: #2A4577;
    }

    .pagination > li > a, .pagination > li > span {
        font-size: 12px;
        color: #2A4577;
        padding-top: 9px;
    }


.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
    background: #2A4577 !important;
}

.icon-euro-irp, .icon-asia-irp, .icon-bloomberg, .icon-linkedin {
    width: 90px;
    height: 28px;
    /*margin-left:50px;*/
    background: url("../Images/icon-footer.png") no-repeat;
    display: inline-block;
}

.icon-asia-irp {
    width: 98px;
    /*margin-left:-60px;*/
    background-position: -99px 0;
}

.icon-bloomberg {
    width: 98px;
    /*margin-left:-170px;*/
    background-position: -205px 0;
}

.icon-linkedin {
    width: 30px;
    /*margin-left:150px;*/
    background-position: -312px 0;
}

.btn-primary {
    color: #fff;
    background-color: #2A4577;
    border-color: #2e6da4;
}

.about-nav h1.active {
    font-weight: 900;
}

.float-model-portfolio {
    position: fixed;
    background-color: #fff;
    width: 1326px;
    z-index: 980;
    border-bottom: solid 1px #ccc;
    top: 148px;
    border-top: solid 1px #ccc;
    margin-left: -20px;
    padding: 10px;
    box-shadow: 2px 2px 5px #cfcfcf;
}

.float-secure-navbar {
    position: fixed;
    width: inherit;
    z-index: 999;
    top: 84px;
}

    .float-secure-navbar .navbar {
        padding-top: 0 !important;
    }

.navbar-nav .form-search {
    width: 210px;
    margin-top: 3px;
    margin-right: 22px;
}

.float-secure-navbar .form-search {
    margin-top: 9px;
}

.navbar-nav .form-search .input-group, #side-bar .form-search .input-group {
    padding: 4px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .navbar-nav .form-search .input-group input, #side-bar .form-search .input-group input {
        box-shadow: none !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

.form-search .btn {
    background: none !important;
    ;
    color: #a0a0a0 !important;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    font-size: 15px;
}

#side-bar .input-group {
    width: 100% !important;
}

#side-bar .input-group-btn {
    background: #2a4577;
    color: #fff !important;
    border-radius: 3px;
    width: 43px;
    text-align: center;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

    #side-bar .input-group-btn .btn {
        height: 43px;
        width: 43px;
    }

        #side-bar .input-group-btn .btn i {
            color: #fff !important;
        }

        #side-bar .input-group-btn .btn:hover i {
            color: #fff !important;
            opacity: 0.6;
        }

.company-single {
    float: right !important;
}

.dataTables_length {
    float: left;
}

.dataTables_paginate {
    float: right;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.slimScrollBar, .slimScrollRail {
    border-radius: 7px !important;
}

.slimScrollDiv {
    margin-bottom: 10px;
}

.modal-header {
    font-weight: bold !important;
    border-bottom: 2px solid #e1e1e1 !important;
    color: #2A4577 !important;
}

.icon-print, .icon-download, .btn-download, .btn-print {
    cursor: pointer;
    color: #337ab7;
}


/*------------------------------------------------------------------------------------------*/
/* Pagination */
/*------------------------------------------------------------------------------------------*/

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0px !important;
}


/*------------------------------------------------------------------------------------------*/
/* Fonts */
/*------------------------------------------------------------------------------------------*/


h1, h2, h3 {
    color: #000;
    font-weight: normal;
}

h2 {
    font-size: 30px;
}

#consolidated-view .col-sm-12 h2, #consolidated-view .col-sm-12 h4 {
    font-size: 15px;
}

#consolidated-view .col-sm-12 h2 {
    font-weight: bold;
}

#consolidated-view small {
    font-size: 13px !important;
}

h3 {
    font-size: 20px;
}


.fc-header-title h2 {
    font-size: 23px;
}

h3.ck-sub-title {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    color: #2A4577;
}

    h3.ck-sub-title a {
        color: #2A4577;
    }

#secure-trade-idea h1, #consolidated-view h1 {
    font-size: 26px;
}

/*------------------------------------------------------------------------------------------*/
/* Icons */
/*------------------------------------------------------------------------------------------*/


.icon-print, .icon-download, .print-icon-wrapper a, .prin-icon-wrapper a, .action-items a.glyphicon {
    background: #2A4577;
    text-align: center;
    height: 30px;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #2A4577;
    width: 30px;
    cursor: pointer;
}

.action-items a.glyphicon {
    margin: 0 3px 3px 0;
}

    .icon-print:hover, .icon-download:hover, .print-icon-wrapper a:hover, .action-items a.glyphicon:hover {
        background: none;
        color: #2A4577 !important;
    }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1 !important;
}

/*------------------------------------------------------------------------------------------*/
/* Fact Sheet Companies */
/*------------------------------------------------------------------------------------------*/

.ck-title h1 {
    text-align: left !important;
    margin-bottom: 15px !important;
    ;
}

#sercure-coverage h2 {
    margin: 35px 0 15px 0;
}

#secure-coverage h4 {
    font-size: 18px;
    color: #2A4577;
}

#secure-coverage td {
    font-size: 13px;
}

#secure-coverage .tab-content tr:first-of-type td {
    padding-top: 0;
    border-top: none;
}

#secure-coverage .tab-content .table {
    margin-bottom: 0;
}


/* Tearsheet */

.reports-wrapper.tear-sheet .col-sm-12 .col-sm-5 h3, .reports-wrapper.tear-sheet .col-sm-12 .col-sm-7 h3 {
    margin-top: 0 !important;
}

/*------------------------------------------------------------------------------------------*/
/* Coverage */
/*------------------------------------------------------------------------------------------*/


#secure-coverage h4.text-uppercase {
    text-transform: capitalize !important;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
}

#coverage-universe .row {
    background: rgba(255,255,255,0.7);
    margin-left: 0;
    margin-right: 0;
}

#coverage .container.research p {
    margin: 5px 0 9px 0;
}

.divider {
    background: url(../../images/divider.png) no-repeat center top;
    height: 20px;
    clear: both;
    width: 30%;
    margin: 30px auto;
}

.lucror-coverage .divider {
    margin: 20px 0 0 0;
    width: auto;
}

.lucror-coverage #coverage-universe h2 {
    font-size: 24px;
}

#coverage .col-md-8 .pagination-centered a.border {
    background: #2a4577;
    border: none;
    color: #fff;
}

#coverage-universe .col-5 {
    width: 20%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}


/*------------------------------------------------------------------------------------------*/
/* News */
/*------------------------------------------------------------------------------------------*/

#news {
    background: #fff;
}

    #news .row {
        padding: 45px;
    }

    #news .col-4 {
        width: 25%;
    }

    #news h2 {
        display: inline-block;
        margin-top: 0;
    }

.lucror-news h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin-top: 0;
}

.lucror-news h4 {
    color: #000;
    font-weight: bold;
    line-height: normal;
}

#view-news {
    float: right;
    margin-top: 25px;
}

    #view-news:after, .read-more:after {
        font-family: 'ElegantIcons';
        font-size: 20px;
        content: '\24';
        padding-left: 5px;
        padding-top: 2px;
        display: inline-block;
        position: relative;
        top: 4px;
    }

#news h4 {
    margin-top: 0;
    color: #000;
}

.post-date, .single-meta {
    font-size: 13px;
    color: #2a4577;
    margin: 0;
}

.single-meta {
    display: block;
    padding-bottom: 25px;
    padding-left: 25px;
}

.print {
    float: right;
    background: #f8f8f8;
    text-align: center;
    height: 30px;
    color: #999999;
    font-size: 17px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    width: 30px;
    margin-top: -5px;
}

    .print:hover {
        background: none;
    }

#news .col-4 .read-more {
    font-size: 13px;
}

#news .col-4 {
    margin-bottom: 35px;
    position: relative;
    border: 5px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #news .col-4:hover {
        border-color: #f5f5f5;
        box-shadow: 0 0 6px #ccc;
        z-index: 99;
    }

#news .col-2-3 {
    width: 66.66%;
    padding-left: 0;
}

#news .col-4 a {
    display: block;
}

    #news .col-4 a p {
        color: #666;
    }

/* Sidebar */

#similar-news {
    width: 390px;
}

#sidebar {
    font-size: 13px;
}

    #sidebar ul {
        padding-left: 0;
    }

    #sidebar.col-3 {
        padding-left: 30px;
    }


    #sidebar .heading-a:after {
        float: none;
        display: block;
        width: 30px;
        height: 2px;
    }

    #sidebar a {
        font-weight: normal;
    }

    #sidebar .post-date {
        display: block;
        font-size: 13px;
        color: #9d9d9d;
        font-weight: normal;
    }

    #sidebar li {
        padding-bottom: 15px;
    }



/*------------------------------------------------------------------------------------------*/
/* Coverage Universe */
/*------------------------------------------------------------------------------------------*/


#coverage-universe {
    background: url(../../../Images/map/map-inactive.png) no-repeat 175px 234px #fff;
    padding: 0;
    background-size: 670px;
    text-align: left;
}

    #coverage-universe h1 {
        font-size: 26px;
    }

    #coverage-universe h2 {
        font-size: 20px;
        border-bottom: 2px solid #e1e1e1;
        padding: 15px 0;
        margin-bottom: 0;
        text-align: left;
    }

    #coverage-universe a.button-coverage {
        display: inline-block;
        padding: 12px;
        background: #455986;
        color: #fff;
    }

    #coverage-universe .col-2-3 {
        width: 66.66%;
        border-right: 1px solid #e1e1e1;
    }

    #coverage-universe .col-3 {
        width: 33.33%;
    }

    #coverage-universe .col-sm-3 {
        padding-right: 40px;
        padding-left: 0;
    }

    #coverage-universe .coverage-desc {
        border-top: 2px solid #e1e1e1;
        padding-top: 10px;
        margin-top: 82px;
    }

    #coverage-universe img {
        /*max-width:100%;*/
        width: 350px;
        height: 175px;
    }

    #coverage-universe h2, #coverage-universe h3 {
        clear: both;
    }

    #coverage-universe .col-5 {
        padding-left: 0;
        padding-right: 40px;
    }

        #coverage-universe .col-5 ul {
            padding-left: 0;
        }

    #coverage-universe li a {
        font-weight: normal;
    }

    .list-title, #coverage-universe li.list-title a {
        font-weight: bold;
        margin: 15px 0 5px 0;
    }

.list-title {
    color: #2A4577;
    width: 150px;
}

/* Tabs */

.lucror-about #tabs-container {
    margin-top: -142px;
    padding-bottom: 50px;
}

.tabs-menu.col-1 {
    height: 30px;
    clear: both;
    text-align: center;
    margin-bottom: 70px;
    float: none !important;
}

#coverage-universe .tabs-menu.col-1 {
    margin-bottom: 15px;
    border-bottom: 2px solid #e1e1e1;
    text-align: left;
    height: 44px;
    padding-left: 0;
}

#coverage-universe #tabs-container {
    padding: 40px 10px 10px 25px;
}

.tabs-menu li {
    height: 30px;
    display: inline-block;
}

    .tabs-menu li.current {
        position: relative;
        z-index: 5;
    }

    .tabs-menu li a {
        background: #455986;
        padding: 15px 0 12px 0;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        width: 160px;
        font-size: 15px;
    }

#coverage-universe .tabs-menu li a {
    width: auto;
    padding: 10px 20px 10px 20px;
    text-transform: none;
}

#coverage-universe .tabs-menu li.current a {
    font-weight: bold;
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom-color: transparent;
    border-top: 3px solid #455986;
    position: relative;
    z-index: 4;
}

#coverage-universe .tabs-menu li a {
    background: none;
    color: #213d71;
    text-align: center;
}

.tabs-menu .current a {
    color: #213d71;
    text-align: center;
}

.tab-content-universe {
    display: none;
}

#tab-1 {
    display: block;
}


#abtTab {
    z-index: 99;
    position: relative;
    margin-bottoM: -1px;
}


/*------------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------------*/

#footer [class*='col-'], #news [class*='col-'] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

#footer ul {
    padding-left: 0;
}


#footer .col-1 {
    width: 100%;
}

#footer .col-2 {
    width: 50%;
}


#footer {
    background: url(../../../images/bg-footer.jpg) no-repeat left bottom #213d71;
    background-size: cover;
}

    #footer, #footer p, #footer li a {
        font-size: 13px;
        color: #fff;
        line-height: 24px;
        text-decoration: none;
    }

        #footer [class*='col-'] {
            padding: 40px 20px;
        }

            #footer [class*='col-']:before {
                content: "";
                display: block;
                background: #fff;
                height: 1px;
                width: 50px;
                margin-bottom: 25px;
            }

#footer-menu.col-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#logo-footer {
    display: block;
    margin: 0 0 30px 20px;
}

#address {
    background: url(../../../images/icons/icon-map.png) no-repeat left top;
    margin-right: 50px;
    padding-left: 40px;
    float: left;
}

#phone {
    background: url(../../../images/icons/icon-phone.png) no-repeat left top;
    padding-left: 50px;
    float: left;
}

#partner a {
    padding-right: 35px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

    #partner a:hover {
        opacity: 0.7;
    }

    #partner a:last-of-type {
        padding-right: 0;
    }

#footer-menu li {
    float: left;
}

#footer-menu a {
    padding-right: 15px;
}

#footer p {
    margin-right: 20px;
    float: right;
}

/* -------------- 404 and 505 -------------- */

#notfound h1 {
    color: #2a4577;
}

    #notfound h1:after {
        content: '';
        background: #d9d9d9;
        height: 3px;
        width: 35px;
        display: block;
        margin: 25px auto 0 auto;
    }

#notfound span {
    display: block;
    font-size: 55px;
    padding-bottom: 10px;
}

#notfound .button {
    margin-top: 20px;
    margin-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
}

#notfound {
    border-top: 1px solid #e1e1e1;
}

/*------------------------------------------------------------------------------------------*/
/* Buttons */
/*------------------------------------------------------------------------------------------*/

.button {
    padding: 8px 20px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

    .button.transparent.white, .button.solid.white:hover {
        background: none;
        border: 2px solid rgba(255, 255, 255, 1);
        color: #fff;
    }

        .button.transparent.white:hover, .button.solid.white {
            background: #fff;
            border: 2px solid rgba(255, 255, 255, 0);
            color: #2a4577;
        }

    .button.solid.blue, .submit {
        background: #2a4577;
        border: 2px solid rgba(42, 69, 119, 0);
        color: #fff;
    }

        .button.solid.blue:hover, .submit:hover {
            background: none;
            border: 2px solid rgba(42, 69, 119, 1);
            color: #2a4577;
        }

        #nav-main .button.solid.blue:hover, .submit:hover {
            background: none;
            border: 2px solid rgba(255, 255, 255, 1);
            color: #fff;
        }

.login {
    padding: 7px 25px 5px 25px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#coverage-container {
    position: relative;
}

#coverage-universe-desc {
    padding-top: 76px !important;
    text-align: center !important;
    position: fixed !important;
    width: 405px !important;
}

.asia-map {
    background-image: url(../../../images/map/hover-asia.png);
    width: 274px;
    height: 161px;
    position: absolute;
    right: 28px;
    top: 145px;
    opacity: 0;
    cursor: pointer;
}

    .asia-map:hover {
        opacity: 1;
    }

.europe-map {
    background-image: url(../../../images/map/hover-europe.png);
    width: 174px;
    height: 158px;
    position: absolute;
    right: 301px;
    top: 37px;
    opacity: 0;
    cursor: pointer;
}

    .europe-map:hover {
        opacity: 1;
    }

.lucror-privacy .content-panel {
    padding: 70px;
    background-color: #FFF;
}


.lucror-coverage .europe-map {
    right: 175px;
    top: 83px;
    width: 63px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.lucror-coverage .asia-map {
    right: 28px;
    top: 129px;
    width: 120px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: contain;
}

/*.lucror-coverage .europe-map.secured  {
    right:205px;
}

.lucror-coverage .asia-map.secured  {
    right: 100px;
}*/

.lucror-coverage .active.europe-map, .lucror-alltrades .active.europe-map {
    background-image: url(../../images/map/active-europe.png) !important;
    opacity: 1;
    cursor: default;
}

.lucror-coverage .active.asia-map, .lucror-alltrades .active.asia-map {
    background-image: url(../../images/map/active-asia.png) !important;
    opacity: 1;
    cursor: default;
}


/* all trades*/
#alltrades-map {
    width: 100%;
}

.lucror-alltrades .europe-map {
    width: 110px;
    right: 275px;
    top: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer !important;
}

.lucror-alltrades .asia-map {
    width: 122px;
    right: 102px;
    top: 99px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer !important;
}

/* -------------- Methodology -------------- */

#methodology-data {
    box-shadow: 0 0 6px #ccc;
    border: 5px solid #f5f5f5;
    padding: 0;
}

    #methodology-data div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.methodology-content h3 {
    color: #2A4577 !important;
}

#methodology-data h5 {
    margin-top: 0;
    font-size: 18px;
}

#corp-govern h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

#methodology-data li {
    padding: 0 10px;
    overflow: hidden !important;
    border-bottom: 1px solid #e1e1e1;
}

    #methodology-data li:first-child {
        overflow: visible;
    }

    #methodology-data li.even {
        background: #f8f8f8;
    }

/*.data-title {
    width: 30%;
    display: inline-block;
    padding: 30px 20px 10px 10px;
    color:#2A4577;
}

.data-desc {
    width: 70%;
    display: inline-block;
    float: right;
    padding: 30px 20px;
    border-left:1px solid #e1e1e1;
}*/
.data-title {
    width: 30%;
    display: inline-block;
    padding: 30px 20px 10px 10px;
    color: #2A4577;
    float: left;
}

.data-desc {
    /*width: 70%;*/
    /*display: inline-block;*/
    /*float: right;*/
    margin-left: 30%;
    padding: 30px 20px;
    border-left: 1px solid #e1e1e1;
}

/*.esg-title {
    width: 20%;
    display: inline-block;
    padding: 30px 20px 10px 10px;
    color: #2A4577;
    float: left;
}

.esg-score {
    width: 20%;
    height: 100%;
    display: inline-block;
    padding: 30px 20px 10px 10px;
    color: #2A4577;
    float: left;
    border-left: 1px solid #e1e1e1;
}

.esg-desc {
    margin-left: 40%;
    padding: 30px 20px;
    border-left: 1px solid #e1e1e1;
}*/

table.esg-methodology-data {
    box-shadow: 0 0 6px #ccc;
    border: 5px solid #f5f5f5;
    padding: 0;
}

table.esg-methodology-data td:not(:last-child) {
    /*color: #2A4577;
    font-size: 18px;*/
    vertical-align:middle;
    font-weight:bold;
}

#methodology-data .methodology-definitions li {
    overflow: visible !important;
    border: none;
    background: url('/Images/laraimages/arrow-web.png') no-repeat 0 6px transparent;
}

ul.methodology-definitions {
    margin-top: 10px;
}

#methodology-data ul.methodology-definitions, #methodology-data ul.methodology-definitions li {
    padding-left: 20px;
}

ul.methodology-definitions li {
    padding-bottom: 0;
}


.methodology-content {
    display: none;
}


    .methodology-content.active {
        display: block;
    }

    .methodology-content h1 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 5px;
    }

.subtitle-method {
    font-weight: bold;
}

.cke_editor_Content textarea {
    max-width: none !important;
}

.caret {
    border-top: 4px solid !important;
}

#Item_TradeRecommendation {
    max-width: none !important;
    width: 100%;
}


/* -------------- Account -------------- */

#account h1 {
    font-size: 24px;
}

#account h4 {
    padding-bottom: 10px;
}

#account hr {
    width:100%;
    clear:both;
    margin-top:20px;
}

#account #details p, #account #password p, #defaultRegions, #defaultIndustries {
    width:50%;
    float:left;
}

#account #details p, #account #password p {
    min-height: 65px;
}

#account #submit-details,  #account .btn {
    display:block;
    clear:both;
    margin-bottom:30px;
}

#submit-details button, #check-alerts {
    float:left;
}

#check-alerts {
    padding: 8px 0 0 19px;
}

#check-alerts input[type="checkbox"] {
    float:left;
}

p#emailtypes {
    padding-top:47px;
}

/* -------------- Search -------------- */

#search h1 {
    font-size: 24px;
}

#search h4 {
    padding-bottom: 10px;
}

#search hr {
    width:100%;
    clear:both;
    margin-top:20px;
}

#search #details p, #search #password p, #defaultRegions, #defaultIndustries {
    width:50%;
    float:left;
}

#search #details p, #search #password p {
    min-height: 65px;
}

#search #submit-details,  #search .btn {
    display:inline-block;
    clear:both;
    margin-bottom:30px;
}

.secure-navbar .navbar-nav a.advanced {
    color: #ddd;
}

.secure-navbar .collapse .in { display: inline-block!important; }
/* -------------- Graph -------------- */

.highcharts-axis-labels tspan, tspan, .company-industry-credit p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
}

/* -------------- Privacy -------------- */

.lucror-privacy p, .lucror-privacy li {
    font-size: 12px !important;
    line-height: 24px;
}

.lucror-privacy ul {
    padding-left: 0;
}

/* -------------------- Footnote -------------------- */

.footnote p, .footnote {
    font-size: 12px !important;
}

/* -------------------- Calendar -------------------- */

#section-calendar .col-sm-12.common-panel {
    border-top: none !important;
}

#calendar {
    margin: -15px;
}

    #calendar .fc-header-title h2 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
    }

    #calendar .fc-header {
        height: 50px;
        background: #2A4577 !important;
    }

.fc-header-left {
    padding-left: 20px !important;
    padding-top: 15px !important;
}

.fc-header-center {
    padding-top: 22px !important;
}

.fc-header-right {
    padding-right: 20px !important;
    padding-top: 15px !important;
}

    .fc-header-left span, .fc-header-right span {
        text-transform: uppercase;
    }

#calendar .fc-view .fc-border-separate tbody {
    background-color: #fff;
}

#calendar .fc-event {
    background: #f1f1f1 !important;
    border: solid 1px #e1e1e1 !important;
    padding: 8px;
    margin-bottom: 5px !important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-radius: 0 !important;
}

    #calendar .fc-event:hover {
        background: #f5f5f5 !important;
        box-shadow: 0 0 3px #d6d6d6;
        border-color: #2A4577 !important;
    }

.fc-today .fc-day-number {
    opacity: 1;
    color: #fff;
}

.fc-today .fc-event {
    background: #fff !important;
}

#calendar .fc-header td {
    border: none !important;
}

#calendar .fc-grid .fc-day-content {
    padding: 5px !important;
}

#calendar .fc-event-title {
    font-size: 12px !important;
}

    #calendar .fc-event-title strong {
        color: #2A4577;
    }

.fc-day-header {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 5px;
}

.fc-grid .fc-day-number {
    font-size: 13px;
    padding: 8px !important;
    opacity: 0.6;
}

#section-calendar .nav-tabs li a {
    background: #fff;
    margin-right: 1px;
    font-size: 13px;
}

    #section-calendar .nav-tabs li a:hover {
        background: #fafafa;
    }

#section-calendar .nav-tabs > li.active > a {
    background-color: #2A4577 !important;
    border: 1px solid #2A4577 !important;
    color: #fff !important;
}

#section-calendar a.cursor-pointer {
    width: 36px;
    height: 36px;
    display: inline-block;
    padding: 5px;
    margin-right: -20px;
    margin-top: -25px;
    color: #2A4577 !important;
}

/* -------------------- Trade Ideas -------------------- */

.lucror-alltrades thead, #secure-trade-idea thead {
    background: #2A4577 !important;
    color: #fff;
}

    .lucror-alltrades thead tr {
        height: 50px;
    }

/*RSS*/

.rss-wrapper-research {
    background-color: #F2F2F2;
    margin-bottom: 20px;
    padding: 8px;
}

    .rss-wrapper-research a {
        color: #2A4577;
    }

.marquee {
    overflow: hidden;
}

.icon-rss-red {
    width: 55px;
    height: 19px;
    background: url("/../../Images/pages/Research/icon-rss-red.png") no-repeat;
    position: absolute;
}


/* New Navigation */

/* menu container */
.new-nav,
input {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.new-nav {
    cursor: default;
    display: inline-block;
    position: relative;
    z-index: 500;
}

    /* menu list */
    .new-nav > li {
        float: left;
    }

        /* menu links */
        .new-nav > li > a {
            background: #372f2b;
            border-left: 1px solid #4b4441;
            border-right: 1px solid #312a27;
            color: #fcfcfc;
            display: block;
            font-weight: bold;
            line-height: 3.5;
            padding: 0 1.25em;
            position: relative;
            text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
            transition: all .3s ease;
            z-index: 510;
        }

        .new-navv > li > a:focus,
        .new-nav > li:hover > a {
            background: #4b4441;
        }

        .new-nav > li:first-child > a {
            border-left: none;
            border-radius: 3px 0 0 3px;
        }

/* menu dropdown */
.mega-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 100%;
}

li:hover > .mega-menu {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

/* Lucror Manage */

.lucror-manage .container-fluid {
    background: #eeeeee;
}

.lucror-manage .header .span8 img {
    height: 80px !important;
    padding-bottom: 10px;
}

.lucror-manage #form-search {
    margin-top: 30px;
}

.lucror-manage .header .pull-right.space-right.span6 {
    padding-top: 20px;
}


.header .input-append {
    padding: 2px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.header form#form-search[role="search"] button,
.header form#form-search[role="search"] input {
    padding: 8px 12px;
    border-radius: 0px;
    border-width: 0px;
    /*color: rgb(119, 119, 119);
    background-color: rgb(248, 248, 248);*/
    border-color: rgb(231, 231, 231);
    box-shadow: none;
    outline: none;
    color: #fff;
}

.header .form-search .input-append .search-query {
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding-left: 4px !important;
}


.header #form-search .btn-primary {
    border-radius: none !important;
    border: none !important;
}

.lucror-manage .navbar-inner .container {
    margin-left: 15px;
    margin-right: auto;
}

.lucror-manage .navbar .navbar-inner {
    padding-left: 0;
}

/* Search Results */

#search-results h1 {
    font-size: 22px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
}

#search-results .search-results {
    padding-top: 10px;
}

.search-results .excerpt {
    font-size: 13px;
}

.top-trend-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
    margin-bottom: -10px;
}


/* Select Drop Downs */

.select-allindustries .dropdown-menu {
    min-width: 270px;
}

.select-analysts .dropdown-menu {
    min-width: 220px;
}


/* DatePicker */

#PublishDatePanel input.input-mini {
    border: 1px solid #e1e1e1;
    width: 192px;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.datepicker.dropdown-menu {
    background: #fff !important;
}

.datepicker-switch {
    text-align: center;
}

.datepicker-days tr td {
    cursor: pointer;
    text-align: center;
}

.datepicker-days th.prev, .datepicker-days th.next {
    cursor: pointer;
}

.datepicker-days th.next {
    text-align: right;
}

.datepicker-days tr td:hover {
    background: #f5f5f5;
    border-radius: 3px;
}


/* Peer Analysis */


#export-peer-analysis-server, #export-company-analysis-server {
    font-size: 14px !important;
    color: #000 !important;
    background: #dddddd !important;
}

    #export-peer-analysis-server:hover, #export-company-analysis-server:hover {
        background: #fff !important;
    }


/* Markit Hub */

.lucror-members .row-fluid.content-wrapper .container {
    background: #fff;
}

.bg-white-blue div p, .bg-white-blue ol li p {
    font-family: 'Open Sans', sans-serif !important;
}

.innerbody.accept-terms {
    padding-bottom: 35px;
}

.lucror-members .row-fluid.content-wrapper .container {
    background: #fff;
}

    .lucror-members .row-fluid.content-wrapper .container .pill-pane img.pull-right {
        float: none !important;
        padding-bottom: 30px;
    }

.error {
    color:red;
}

.all-trade-icon {
    color:#2A4577;
    font-size:18px;
    font-weight:600;
    top: -1px;
}

.daterangepicker.dropdown-menu {
    background-color:#FFF!important;
    color: #000;
    border:solid 1px #ccc;
}

    .daterangepicker .ranges li {
        border-color:#FFF;
        background-color:#FFF!important;
        color:#000;
    }
    .daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {
        background: #2e6da4!important;
        border: 1px solid #08c!important;
    }
    .daterangepicker .applyBtn {
        color: #fff;
        background-color: #2A4577;
        border-color: #2e6da4;
    }

.alphastream-demo {
    background: linear-gradient(0deg, rgba(42,69,119,1) 0%, rgba(66,100,161,1) 100%);
}

.ai-sup {
    position: absolute;
    top: 30px;
    line-height: 13px;
    border-radius: 3px;
}

.ai-sup-co {
    position: absolute;
    top: 2px;
    right: 1px;
    font-size: 8px;
    line-height: 9px;
    border-radius: 3px;
    z-index: 999;
}

.ai-sup-nav {
    top: -10px;
    right: -5px;
    font-size: 8px;
    line-height: 9px;
    border-radius: 3px;
    z-index: 999;
}

.ai-statictext {
    font-size: 14px!important;
}

.overselect {
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 0;
    right: 0;
}

.display-block {
    display: block;
}