
/* BACKGROUND */
/* .bg-primary { color: red; } */
.bg-secondary { background: #edf5fb !important; }

/***********************************/
/*           TEAMS BAR             */
/***********************************/
.teams-bar { background:black !important; padding-left: 3px; padding-right: 3px; }
.team-selected { background: #19212b; opacity: 1; border-top: none; border-radius: 5px;}

/***********************************/
/*           MDL MENU              */
/***********************************/
.teams-bar .mdl-menu__outline { background: black; }
.teams-bar .mdl-menu__item:hover { background: #19212b; }
.teams-bar .mdl-menu__item a { color: #29b6f6; font-size: 0.95em; opacity: 0.7;}
a.mdl-menu__item { color: #29b6f6; font-size: 0.95em; opacity: 0.7;}

.left-nav-secondary { }
.center-content { }



/* CARDS */
.issue-card { background: #347fd3; }
.issue-card-view { background: #cae4ef }
