/* Blue default */
body {
    background:#fff url('../../img/bgWhite.png') repeat;
    background-size: cover;
}
.topBar {
    width:100%;
    height:27px;
    position:relative;
    background:#10113c;
    color:#ffffff;
    overflow: hidden;
    z-index: 100;
}
.arrLeft, .arrRight {position:absolute; cursor:pointer; left:0; top:0; width:27px; height:100%; background: #212257 url('../../img/arrLeft.png') center center no-repeat;}
.arrRight {left:inherit; right:0;background: #212257 url('../../img/arrRight.png') center center no-repeat;}

.panel-top {
    background-image:url('/img/header_bg.png');
    background-repeat: repeat;
    background-position:top left;
}	

.primary{background-color:#212257 !important;}
.primary--text{color:#212257 !important;}
.secondary{background-color:#10113c !important;}
.secondary--text{color:#10113c !important;}
.accent{background-color:#cbcbcb !important;}
.accent--text{color:#cbcbcb !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_1.jpg') left -46px repeat-x transparent; }
.widget-topemissions .cell {background:url('/images/top_issue_box_background_1.jpg') top left no-repeat;}