/* Blue */
body {
    background: #fff url('../../img/bgLBlue.png') repeat;
    background-size: cover;
}

.topBar {
    width: 100%;
    height: auto;
    position: relative;
    background: #0d2640;
    color: #ffffff;
    overflow: hidden;
    z-index: 100;
}

.arrLeft, .arrRight {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 27px;
    height: 100%;
    background: #fff url('../../img/arrLeftBlue.png') center center no-repeat;
}

.arrRight {
    left: inherit;
    right: 0;
    background: #fff url('../../img/arrRightBlue.png') center center no-repeat;
}

.panel-top {
    /**/
    background: url('../../img/lBlue_hBg.png') right center no-repeat;
    background-size: cover;
}

.primary {
    background-color: #1a3755 !important;
}

.primary--text {
    color: #1a3755 !important;
}

.secondary {
    background-color: #0d2640 !important;
}

.secondary--text {
    color: #0d2640 !important;
}

.accent {
    background-color: #c2c2c2 !important;
}

.accent--text {
    color: #c2c2c2 !important;
}

.error {
    background-color: #FF5252 !important;
}

.error--text {
    color: #FF5252 !important;
}

.info {
    background-color: #2196F3 !important;
}

.info--text {
    color: #2196F3 !important;
}

.success {
    background-color: #4CAF50 !important;
}

.success--text {
    color: #4CAF50 !important;
}

.warning {
    background-color: #FFC107 !important;
}

.warning--text {
    color: #FFC107 !important;
}

a {
    color: #1867C0;
}

.background {
    background-color: #e1e1e1 !important;
}

.background--text {
    color: #e1e1e1 !important;
}

.widget-portfolio .portfolio_value, .widget-portfolio .portfolio_gainers, .widget-portfolio .portfolio_losers {
    background: url('/images/light_dark_blue_bg150_3.jpg') left -46px repeat-x transparent;
}

.widget-topemissions .code {
    background: #0d2740;
}

.widget-topemissions .cell {
    background: #1a3755;
    /*background: url('/images/top_issue_box_background_3.jpg') top left no-repeat;*/
}

.change {
    border-color: #0d2640;
}