/** Custom CSS to support Customer Branding **/
/** Color Palette **/
/** Places AG Logo on the right of the screen **/
.branded_logo {
  margin-left: 15px;
  display: inline-block;
  background: url('../images/agdata_header_logo_invert.png') no-repeat left center;
  width: 134px;
  height: 24px;
}
html .main-logo-area {
  background: none;
  background: url("../images/static/theclubhousege/logo_theclubhouse optigolf logo 320x60.png") no-repeat;
  width: 320px;
  height: 62px;
}
html .main-logo-area .agdata-logo {
  display: none;
}
md-toolbar:not(.md-menu-toolbar).main-toolbar {
  background: #ffffff !important;
  /* IE6-9 */
}
.md-toolbar-tools .agdata-logo {
  margin: 0 0 0 9px;
}
.md-toolbar-tools .user-profile {
  margin-right: 0!important;
  border-right: 1px solid #CCCCCC;
  padding-right: 15px;
}
.md-toolbar-tools .user-profile a {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
}
.main-menu-bar-nav .md-button,
.main-menu-bar-nav .videos-menu button {
  color: #000000 !important;
}
.hamurger md-icon {
  color: #607d8b !important;
}
.user_notifications {
  color: grey;
}
.user_notifications .fa-trophy:hover {
  color: gold;
}
