﻿/*@import url(https://fonts.googleapis.com/css?family=Raleway);*/
/* SHARED */

* {
    -webkit-print-color-adjust: exact;
}

#iress {
    max-width: 135px;
}
@media all and (min-width: 992px) {
    #iress {
        max-width: 250px;
    }
}

.logo_footer {
    margin-top: 3%;
    width: 50%;
}

#factsheet_title {
    text-align: center;
    padding-top: 10px;
    width: 50%;
    float: left;
}

.subnavbar .mainnav > li > a > span {
    display: inline-block;
}


.extra, .footer, .navbar {
    /*font-family: 'Raleway';*/
}

#cookiepolicy {
    background-color: rgba(255,255,255,0.8)
}

#cookieAcceptDiv {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
}

#cookieText {
    text-align: center;
    margin-bottom: 20px;
}

.msg-cookies {
    border-radius: 5px;
    position: fixed;
    max-width: 98%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 50%;
    padding: .5em;
    background: #3b3b3b;
    background: rgba(86,86,86,.95);
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,.35);
    z-index: 99999;
    color: #fff;
}
@media (max-height: 800px) {
    .msg-cookies {
        bottom: 20%;
    }
}
@media (max-height: 550px) {
    .msg-cookies {
        bottom: 10%;
    }
}
@media (max-height: 440px) {
    .msg-cookies {
        bottom: 1%;
    }
}
.msg-cookies table thead tr th{
    color: #FFF !important;
}

.pp-cookies-link {
    color: #fff;
    text-decoration: underline;
}

.mainloading_bg {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000000;
}

.mainloading {
    text-align: center;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    border-radius: 5px;
    width: 160px;
    margin: auto;
    margin-top: 15%;
    padding: 35px;
    z-index: 1000001;
    /*font-family: 'Raleway', sans-serif;*/
}

    .mainloading img {
        width: 40%;
    }

    .mainloading h3 {
        /*font-family: 'Raleway', sans-serif;*/
    }
/*=======================================*/
/*========== FACTSHEET===================*/
/*=======================================*/
.corepanel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.corepanel {
    /*margin-top: 110px;*/
}

.corepanel {
    min-height: 200px !important;
}

.panel-default {
    border-color: #4b494f;
}

.panel {
    min-height: 500px;
}

.panel, .panel-default {
    page-break-inside: avoid;
}

.factsheettitle {
    margin: 0;
}

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

/*=============================================*/
/*=================COREPANEL===================*/
/*=============================================*/

.multiselect.disabled {
    background-color: #eeeeee;
}

.multiselect {
    width: 99%;
    overflow: scroll;
    overflow-x: hidden !important;
    border: 1px solid #CCCCCC;
    margin: 0;
    border-radius: 5px;
    color: #555555;
    font-size: 14px;
    /* Remove highlight */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Remove highlight */
}

    .multiselect:not(#advance_search_results) {
        height: 300px !important;
    }

    .multiselect li {
        padding-left: 3px;
        cursor: pointer;
        margin-left: -35px;
    }

.multiselectActive {
    background-color: #cecece;
    color: #333;
}

#from_periods > li.multiselectActive {
    background-color: #cecece !important;
    color: #333;
}

#monthly_periods > li.multiselectActive {
    background-color: #cecece !important;
    color: #333;
}

#yearly_periods > li.multiselectActive {
    background-color: #cecece !important;
    color: #333;
}

.smallmargingsides {
    margin: 0px 5px;
}

.dataTable a {
    cursor: pointer;
}

.dataTables_filter {
    text-align: right;
}

.dataTables_length select {
    width: 65px;
}

.tableCellLeft {
    text-align: left !important;
}

.tableCellRight {
    text-align: right !important;
}

.tableCellCenter {
    text-align: center !important;
}

.validation-summary-errors {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

    .validation-summary-errors, .validation-summary-errors h4 {
        color: #C09853;
    }

        .validation-summary-errors h4 {
            margin: 0;
        }

        .validation-summary-errors .close {
            line-height: 20px;
            position: relative;
            right: -21px;
            top: -2px;
        }

.validation-summary-errors-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

    .validation-summary-errors-success h4 {
        color: #468847;
    }

.validation-summary-errors-danger, .validation-summary-errors-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

    .validation-summary-errors-danger h4, .validation-summary-errors-error h4 {
        color: #B94A48;
    }

.validation-summary-errors-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

    .validation-summary-errors-info h4 {
        color: #3A87AD;
    }

.control-group.error .multiselect {
    color: #b94a48
}

.control-group.error input, .control-group.error select, .control-group.error .multiselect {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .control-group.error input:focus, .control-group.error select:focus, .control-group.error .multiselect:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392
    }

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

input::placeholder {
    color: #999;
}

.selectFullWidth {
    width: 94%;
}

.inputFullWidth, .textareaFullWidth, .uneditable-input {
    width: 90%;
}


/*ADMIN PAGE */
#admin_slide_container {
    overflow: hidden !important; /* So the sliding bit doesn't stick out. */
}

#admin_slide_contents {
    width: 300%;
    transition: all 1.0s ease-in-out;
}

.admin_table_wrapper {
    float: left;
    width: 33.33% !important;
    overflow-x: scroll;
}

    .admin_table_wrapper .dataTable {
        width: 99.8% !important;
    }

.dataTables_info {
    margin-left: 1px;
}

.optionsth {
    width: 100px !important;
}



.slider-primary {
    margin-top: 12px;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1.5em;
}

.leftVal {
    margin-left: 0.5em;
}

.rightVal {
    margin-right: 0.5em;
}

.btn-report {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn {
    margin-left: 5px;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-image: none;
    border: none;
    box-shadow: none;
    background-color: #E9573F;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-image: none;
    border: none;
    box-shadow: none;
    background-color: #E9573F;
}

/* Added this fix for IPAD*/
#btn_matrix_layout, #btn_rows_layout {
    font-size: 13px !important;
}



.dropdown-menu li {
    cursor: pointer;
}

select {
    background-color: #ffffff;
}


.avoidleftmargin {
    margin-left: 0px !important;
}

.chartbox {
    margin-top: 5px;
    padding: 10px;
    background-color: #ffffff;
    margin-top: 5px;
    page-break-inside: auto;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 505px !important;
}

.showForMobile {
    display: none;
}

.customDateSpan {
    float: left;
    margin-left: 15%;
}

    .customDateSpan + .icon-white {
        float: right;
        margin-top: 8%;
    }

@media all and (max-width: 979px) {
    .hideForMobile {
        display: none !important;
    }

    .showForMobile {
        display: block;
    }
}

@media all and (min-width: 769px) {

    .subnavbar .subnavbar-inner {
        height: 50px;
    }

    .subnavbar .mainnav {
        height: 50px;
    }

        .subnavbar .mainnav > li {
            height: 50px;
        }
}

@media (max-width: 767px) {
    .subnavbar .mainnav > li.active > a {
        color: #CCC;
        background-color: #51445F;
    }
}

.subnavbar .btn-subnavbar {
    color: #CCC;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 0px;
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px;
}

.favPanel .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    /*min-width: 400px;*/
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    min-width: 100px;
}

.table th, .table td {
    line-height: 12px;
}

.table-bordered thead tr th {
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px;
}

#category_rank_drop {
    width: auto !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 2px !important;
}

.icon-calendar {
    cursor: pointer;
}

.no-left-margin .row-fluid {
    margin-left: 0 !important;
}

/* Risk custom time peroids */
.customdates-extra {
    margin-top: 10px;
}

    .customdates-extra select {
        width: 120px;
    }

.advancedSearchLeftCol {
    width: 39% !important;
}

.ratingColumn {
    min-width: 120px;
    width: 100%;
    text-align: center;
}

.riskrating {
    width: 20px;
}

hr {
    margin: 0px;
}

.cursor {
    cursor: pointer;
}

.input-error {
    border-color: #b94a48 !important;
    color: #b94a48 !important;
}

.modal-body #message {
    text-align: center;
}

.feedbackerror {
    color: #B94A48;
    font-size: 11px;
    /*font-weight: 600;*/
    position: relative;
    top: 5px;
    padding: 4px 8px;
    margin-bottom: 1em;
    color: #FFF;
    background: #B94A48;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.factsheetNonLink {
    color: #333333;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    cursor: default;
    margin-bottom: 0;
}

.tdRight {
    text-align: right !important;
}

.tdCenter {
    text-align: center !important;
    width: 35%;
}

.tdbold {
    font-weight: bold !important;
}

th {
    text-align: center !important;
}

.tdLeft {
    text-align: left !important;
}

.input-append .add-on {
    color: #333;
    background-color: #E6E9ED;
    border: 1px solid #ccc;
}


.nav-tabs > li > a {
    background-color: #f2f2f2;
    color: #333;
}

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

.table-bordered tbody tr td, .table-bordered tfoot tr td {
    white-space: nowrap;
}

.nav-tabs > li > a {
    color: white;
    background-color: #418BCA;
}

    .nav-tabs > li > a:hover {
        color: white;
        background-color: #FFC100;
    }

.input-append .add-on, .input-prepend .add-on {
    color: #fff;
    background-color: #16A085;
    text-shadow: none;
}

.btn .caret {
    border-top: 4px solid #fff;
}

.step {
    float: left;
    border-right: 5px;
    background-color: #51445F;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 15px;
    font-weight: bold;
    padding: 1px;
}

.nav-tabs > li > a:hover .step {
    background-color: #E9573F;
}

.nav-tabs > li.active > a .step, .nav-tabs > li.active > a:hover .step {
    background-color: #E9573F;
}

.nav-tabs > li > a.highlight {
    color: white;
    background-color: #FFC100;
}

.nav-tabs > li.active > a.highlight {
    color: #555;
    background-color: #fff;
}

.nav-tabs > li > a.highlight .step {
    background-color: #E9573F;
}


.nav-tabs-btn-alike {
    border-bottom: none;
}

    .nav-tabs-btn-alike li a, .nav-tabs-btn-alike li a:hover, .nav-tabs-btn-alike li a:focus {
        border: none;
        background-image: none;
        background-color: #16A085;
        border: 1px solid #16A085;
        color: #fff;
        padding-bottom: 0px;
        padding-top: 0px;
        padding: 4px 12px;
        text-shadow: none;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

.btn-risk-fm, .btn-risk-fm:hover {
    border: none;
    background-image: none;
    color: #fff;
    background-color: #3A87AD;
    border: 1px solid #3A87AD;
    text-shadow: none;
}

    .btn-risk-fm.btn-primary {
        border: none;
        background-image: none;
        color: #fff;
        background-color: #447084;
        border: 1px solid #447084;
        text-shadow: none;
    }

.nav-tabs-btn-alike li.active a {
    background-image: none;
    border: none;
    box-shadow: none;
    background-color: #E9573F;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 4px 12px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-radius: 4px;
    border: 1px solid #ccc;
}

    .nav-tabs-btn-alike li.active a:hover, .nav-tabs-btn-alike li.active a:focus {
        background-image: none;
        border: none;
        box-shadow: none;
        background-color: #E9573F;
        color: #fff;
        padding-bottom: 0px;
        padding-top: 0px;
        padding: 4px 12px;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        border-radius: 4px;
        border: 1px solid #ccc;
    }

.label-success, .badge-success {
    background-color: #16A085;
}

.thumbnail-success {
    background-color: #3F4E62;
    color: white;
    padding: 10px;
    margin-bottom: 15px;
}

.loadingSpinner {
    margin-left: 5px;
}

.subnavbar .mainnav > li > a > i {
    font-size: 25px;
    margin-top: 12px;
}

.chart-panel-header {
    background-color: #51445F;
    min-height: 40px;
    padding: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.chartbox {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

/*.chartbox.col-sm-6 {
    height: 500px !important; 
}*/

.chartgraph {
    width: 95%;
    margin: auto;
    max-width: 100% !important;
}

.loadingSpinner {
    width: 15px;
}

.factsheet_title {
    background-color: #51445F;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 5px;
    font-family: raleway;
}

#longboat_logo {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 15px;
    width: 18%;
}

#company_logo {
    padding-top: 11px;
    padding-left: 15px;
    width: 70%;
}

.tHeader {
    background-color: #51445F !important;
    color: white !important;
}

thead.customTableHeader > tr > th {
    background-color: #51445F !important;
    color: white !important;
}

.halfHeighPanel {
    min-height: 86px;
}

td .riskrating {
    margin-left: 2px;
}

.panel-options {
    width: 30%;
    float: right;
    min-width: 160px;
}

.chart-panel-header-title {
    float: left;
    width: 60%;
}




@media (max-width: 568px) {
    .panel-options {
        display: none;
    }
}

.highcharts-container {
    margin-bottom: 10px;
}
/*
    .chart-panel-header-title {
    width: 100%;
}
    */

.full-screen-chart-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-top: 0px;
    background-color: #ffffff;
    z-index: 5 !important;
}

    .full-screen-chart-container:not(#fundScreenerDiv) {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-top: 0px;
        background-color: #ffffff;
        z-index: 99999 !important;
    }


        .full-screen-chart-container:not(#fundScreenerDiv) .removePanel,
        .full-screen-chart-container:not(#fundScreenerDiv) .chartSort,
        .full-screen-chart-container:not(#fundScreenerDiv) .btn-danger {
            display: none;
        }


.allowSplash {
    width: 1200px;
    margin-left: -584px;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
        color: #51445F;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        background-image: url(../img/glyphicons-halflings-white.png);
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

.fatterModal {
    width: 680px;
}

ol.parathenLowerCase {
    counter-reset: mycounter;
    margin-left: 0;
    padding-left: 0;
}

    ol.parathenLowerCase li {
        display: block;
        margin-bottom: .5em;
        margin-left: 2em;
    }

        ol.parathenLowerCase li:before {
            display: inline-block;
            content: "(" counter(mycounter,lower-latin) ")";
            counter-increment: mycounter;
            width: 2em;
            margin-left: -2em;
        }

.benchmarkWithDateCol, .performanceColumn {
    /*min-width: 200px !important;*/
    white-space: initial !important;
    text-align: right !important;
}

#presentationModal {
    /*display: block;
    margin-top: -95px;
    width: inherit;
    top: 25%;
    left: 18%;
    width: 92%;
    z-index: 0;*/
}

    #presentationModal .item {
        margin-left: 15px;
        height: 100%;
    }


/*#chartSettingsModal {
    display: block;
    margin-top: -95px;
    width: inherit;
    top: 25%;
    left: 18%;
    width: 92%;
    z-index: 0;
}*/

#chartSettingsModal .item {
    margin-left: 15px;
    height: 100%;
}

.leftAlignTable tbody td:first-child {
    text-align: left !important;
}

.leftAlignTable tbody tr:first-child td {
    text-align: center !important;
}

.factsheetRow {
    background-color: white;
    color: black;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-top: 10px;
}

/*#btn_presentation {
     display: none;
 }*/

.firstRowBold tr:nth-child(2) td {
    font-weight: bold;
}

.correlationReport .table td {
    height: 36px !important;
}

.correlationReport .table tr:hover {
    cursor: pointer;
}

.table .highlight {
    background-color: #D3E5F3 !important;
}

.no-wrap td {
    white-space: nowrap;
}

.assetSplitChart {
    float: left;
}

.banner {
    position: relative;
    width: 100%;
    /*z-index: 999;*/
    height: 120px;
    margin-bottom: 5px;
}

.subnavbar {
    margin-bottom: 10px;
}

#dataDisclaimerModal {
    left: 13%;
    margin-top: 0px;
    width: 75%;
    margin-left: 0;
    margin-bottom: 50px;
}

#asset_constraints_table input, #group_constraints_table input {
    width: 80%;
    min-width: 80px;
}

#asset_constraints_table td, #create_ref_portfolio td, #load_model_portfolio_table td, #frontier_data_table td, #asset_data_table td:nth-child(3), #asset_data_table td:nth-child(4) {
    text-align: center;
}

    #asset_constraints_table td:first-child, #create_ref_portfolio td:first-child, #load_model_portfolio_table td:nth-child(2), #frontier_data_table td:first-child {
        text-align: left;
    }

#set_objective_constraints .row-fluid {
    margin-bottom: 12px;
}

#set_objective_constraints label {
    margin-top: 5px;
}

#create_ref_portfolio input {
    width: 80px;
}

#efficientFrontierContainer {
    min-height: 500px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

#ref_portfolios td:nth-child(2), #model_portfolios td:nth-child(2) {
    text-align: right;
    padding-right: 7%;
}

tr.error {
    background-color: #f2dede;
}

tr.group.group-start {
    height: 35px;
}

#MSCIRatingsTable {
    width: 98%;
}

    #MSCIRatingsTable .HeaderLevelOne {
        height: 38px !important;
    }

    #MSCIRatingsTable .HeaderLevelTwo {
        color: #81648f !important;
        background-color: white !important;
    }

    #MSCIRatingsTable TD {
        text-align: center;
    }

.typeContainer {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

    .typeContainer:not(.full-screen-chart-container) {
        max-width: 850px !important;
        /*max-height: 350px !important;*/
        margin-bottom: 20px;
    }

.highcharts-container {
    max-width: 100% !important;
    max-height: 100% !important;
}

.full-screen-chart-container .delbtn {
    display: none;
}

#waringMSGCharts {
    margin-top: 20px;
    margin-bottom: 10px;
}

@media not print {
    .freezeFirstColumn {
        z-index: 0;
    }

    table.freezeFirstColumn td, table.freezeFirstColumn th {
        padding-left: 5px;
    }

    /*.correlationReport table.freezeFirstColumn td, .correlationReport table.freezeFirstColumn th {
        left: initial;
    }*/

    .freezeFirstColumn th.firstFreezeColumn, .freezeFirstColumn td.firstFreezeColumn {
        position: absolute !important;
        width: 300px;
        border-bottom: 0;
        z-index: 1;
        display: block;
        border-right: 1px solid rgb(221, 221, 221);
        white-space: normal;
    }

    .freezeFirstColumn.andSecond th.firstFreezeColumn, .freezeFirstColumn.andSecond td.firstFreezeColumn {
        width: 430px;
    }

    .freezeFirstColumn td.firstFreezeColumn {
        border-right: 1px solid rgb(221, 221, 221);
    }

    .freezeFirstColumn th.firstFreezeColumn {
        color: #FFF !important;
        background-color: #FFF;
        border-top: 0;
    }

    .freezeFirstColumn.andSecond th.firstFreezeColumn {
        color: #000 !important;
        border-top: 0;
    }


    .freezeFirstColumn td.nexttd, .freezeFirstColumn th.nextth {
        padding-left: 330px;
    }

    /*.correlationReport .freezeFirstColumn th.firstFreezeColumn, .correlationReport .freezeFirstColumn td.firstFreezeColumn {
        width: 200px !important;
    }*/

    /*.correlationReport .freezeFirstColumn td.nexttd, .correlationReport .freezeFirstColumn th.nextth {
        padding-left: 135px;
    }*/

    #matrix_data .correlationReport .freezeFirstColumn th.firstFreezeColumn, #matrix_data .correlationReport .freezeFirstColumn td.firstFreezeColumn {
        width: 350px !important;
    }

    #matrix_data .correlationReport .freezeFirstColumn td.nexttd, #matrix_data .correlationReport .freezeFirstColumn th.nextth {
        padding-left: 360px;
    }

    /*.correlationReport .freezeFirstColumn.andSecond td.nexttd div, .correlationReport .freezeFirstColumn.andSecond th.nextth div {
        margin-left: 440px;
    }*/

    /*.correlationReport .freezeFirstColumn.andSecond td.nexttd div, .correlationReport .freezeFirstColumn.andSecond th.nextth div {
        margin-left: 440px;
    }*/

    .wideTable td, .wideTable th {
        line-height: 20px;
    }

    .freezeFirstColumn tbody > tr:nth-child(even) > td, .freezeFirstColumn tbody > tr:nth-child(even) > th {
        background-color: #FFF;
    }

    .topScroll {
        height: 20px !important;
        width: 100% !important;
        overflow-x: scroll;
    }

        .topScroll div {
            height: 1px;
        }
}


.toggle.btn-xs {
    width: 35px !important;
    height: 17px !important;
}

.select2-container {
    font-size: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #16A085 !important;
}
.select2-selection.select2-selection--multiple {
    width: 120px
}

.carousel-indicators li {
    height: 7px !important;
    width: 7px !important;
    border: 1px solid #51445F !important;
}

.carousel-indicators {
    top: 5px !important;
    position: absolute;
    right: 15px !important;
    z-index: 5 !important;
    margin: 0 !important;
    list-style: none !important;
    left: auto !important;
    width: auto !important;
}

.page-heading {
    border-top: 0 !important;
    padding: 0px 10px 20px 10px !important;
}

.panel-heading h1,
.panel-heading h2 {
    margin-bottom: 5px !important;
}

.panel-body {
    padding: 15px !important;
}

.panel-heading {
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit !important;
    }

.panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    color: inherit !important;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit !important;
    }

.panel-footer {
    padding: 10px 15px !important;
    background-color: #f5f5f5 !important;
    border-top: 1px solid #ddd !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.panel, .panel-default {
    min-height: 0px;
}


.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.tooltip {
    opacity: 1 !important;
    filter: none !important;
}

    .tooltip.in {
        opacity: 1 !important;
        filter: none !important;
    }

@media (min-width: 768px) {
    .modal-xl {
        width: 62% !important;
        max-width: 1200px !important;
    }
}

.navbar {
    margin-bottom: 0px;
    background: #51445F !important;
    padding: 7px 0px !important;
}


.login-fields-bg {
    background-color: #16a085 !important;
    border: none;
    color: #ffffff;
}


.navbar .nav > li > a {
    color: #ffffff !important;
    font-size: 12px;
}

.nav:not(.nav-tabs) > li > a:focus, .nav:not(.nav-tabs) > li > a:hover {
    background-color: transparent !important;
}

.nav-tabs {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.btn {
    /*padding: 2px 6px;*/
    padding: 4px 6px;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    font: 400 13.3333px Arial;
}

#asset_constraints_table tbody tr td {
    vertical-align: middle;
}
#asset_constraints_table tbody tr td input, #asset_constraints_table tbody tr td select {
    margin-bottom: 0px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

.oldbtn {
    padding-bottom: 4px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 4px !important;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

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

.mb-25 {
    margin-bottom: 25px !important;
}

.badge-info {
    background-color: #3a87ad !important;
}

select {
    width: 220px;
}

h5 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h6 {
    font-weight: bold;
}

hr {
    margin: 10px 0 !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #fff !important;
}

.btn-mini {
    font-size: 12px;
}

.height95 {
    height: 95% !important;
}

.height100 {
    height: 100% !important;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.chartPane {
    max-height: 600px;
    overflow-y: scroll;
}

.nav-stacked > li {
    float: none
}

.radio input[type=radio], .radio-inline input[type=radio] {
    position: static !important;
    margin-left: 0px !important;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px
}

.toggle {
    position: relative;
    overflow: hidden
}

    .toggle input[type=checkbox] {
        display: none
    }

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.toggle.off .toggle-group {
    left: -100%
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px
}

.toggle-on.btn {
    padding-right: 24px
}

.toggle-off.btn {
    padding-left: 24px
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px
}

.toggle-on.btn-lg {
    padding-right: 31px
}

.toggle-off.btn-lg {
    padding-left: 31px
}

.toggle-handle.btn-lg {
    width: 40px
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px
}

.toggle-on.btn-sm {
    padding-right: 20px
}

.toggle-off.btn-sm {
    padding-left: 20px
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px
}


.toggle-on.btn-xs {
    padding-right: 12px
}

.toggle-off.btn-xs {
    padding-left: 12px
}

#groupCollectionContainer .label.label-warning, .label.label-success {
    margin: 2px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;      
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.popover-custom {
    height: 280px;
    width: 450px;
    position: absolute;
    background-image: url('/Content/Media/popover_ff.PNG');
}

.color-option {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 0.7;
    cursor: pointer;
    float: left;
    margin: 4px;
}

    .color-option:hover {
        opacity: 1;
    }

.color-option-selected {
    opacity: 1;
}

    .color-option-selected > span {
        margin-left: 9px;
        margin-top: 8px;
        color: white;
    }

    .color-option-selected.fullscreen-color > span {
        margin-left: 0px;
        margin-top: 9px;
        color: white;
    }



.popover-custom-fullscreen {
    height: 265px !important;
    width: 436px !important;
    position: absolute !important;
    background-image: url('/Content/Media/popove_tothe_right.PNG') !important;
    z-index: 9999;
}

#Logo_Portfolio_Factsheet {
    display: none;
}

.label, .badge {
    display: inline-block;
    padding: 2px 4px !important;
    font-size: 11.844px !important;
    font-weight: bold !important;
    line-height: 14px !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    background-color: #999;
}

.tab-content {
    overflow: auto;
}

#count {
    font-size: 24px !important;
    height: 40px !important;
    border-radius: 16px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    line-height: 38px !important;
}

#rebaseBtn, #rebaseBtn2 {
    width: 200px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed !important;
    background-color: #eee !important;
}

.freezeFirstColumn tbody > tr:nth-child(odd) > td, .freezeFirstColumn tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

.label-important, .badge-important {
    background-color: #b94a48;
}

.label-success, .badge-success {
    background-color: #16A085;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px !important;
    }
}

table.dataTable tr.dtrg-group td {
    background-color: #e0e0e0
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
    font-weight: bold
}

table.dataTable tr.dtrg-group.dtrg-level-1 td, table.dataTable tr.dtrg-group.dtrg-level-2 td {
    background-color: #f0f0f0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 2em;
    font-size: 0.9em
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
    background-color: #f3f3f3
}

.table-bordered td, .table-bordered th {
    border: none !important
}

#display {
    margin-top: 40px !important;
}

/*div.correlationReport > table > .freezeFirstColumn th.firstFreezeColumn, .freezeFirstColumn td.firstFreezeColumn {
    position: absolute !important;
}*/

/*div.correlationReport > .table > thead:first-child > tr:first-child > th:first-child {
    position: absolute !important;
}*/

.table th, .table td {
    line-height: normal !important;
}

.table-portfolio-report{
    padding:5px;
}

.toggle.btn.btn-default.off.btn-xs {
    min-height: 27px;
}

.toggle.btn.btn-xs.btn-success {
    min-height: 27px;
}
.reducing-factor-input {
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
}

.reducing-factor-checkbox {
    text-align: center;
    display: block;
}
		
