/* Alien Dash :: Custom CSS file */

/*
 * change colors in 24component-bars.css at lines:
 * 1906 - COLOR 1
 * 1373, 1377, 1383, 1388 - COLOR 2
 *
 *
 * COLOR 1:     #2f333e  #2f4274
 * COLOR 2:     #464951  #1f2d51 
 */


.bg-color-black, .t24-nav--color-black
{
  background-color: #2f4274 !important; /* COLOR 1 */
}

.bg-color-black-secondary
{
  background-color: #1f2d51 !important; /* COLOR 2 */
}

.t24-nav .t24-nav__link.has-submenu.highlighted
{
  background-color: #1f2d51 !important;  /* COLOR 2 */
}

.t24-list__link, .t24-list__link:link, .t24-list__link:visited, .t24-list__link:hover, .t24-list__link:active, .t24-list__link:focus
{
  color: #FF0000 !important;
}

.t24-bar__brand
{
  flex-basis: auto !important;
}

/* Header CSS - BEGIN */

.head-fixer
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.right--bar
{
  right: 0px !important;
  left: initial !important;
}
 
#bar-btn-right-wrapper
{
  position: fixed;
  right: 49px;
  top: 17px;
  z-index: 9999 !important;
  color: #FFFFFF !important;
  width: 130px;
  text-align: right;
  vertical-align: middle;
}

#bar-btn-right-desc
{
  font-size:8pt;
  font-weight: bold;
  color: #FFFF00;
  padding: 0px 4px;
  vertical-align: middle;
  display: inline-block;
  width: 90px; 
}
  
#bar-btn-right, #bar-btn-right:active, #bar-btn-right:visited
{
  color: #FFFFFF;
  text-decoration: none !important;
  font-size: 15pt;
  vertical-align: middle;
}
  
#bar-btn-right:hover
{
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 0px !important;
}
  
#bar-btn-left-wrapper
{
  position: fixed;
  left: 10px;
  top: 17px;
  z-index: 9999 !important;
  color: #FFFFFF !important;
  width: 130px;
  text-align: left;
  vertical-align: middle;
}

#bar-btn-left-desc
{
  font-size:8pt;
  font-weight: bold;
  color: #FFFF00;
  padding: 0px 4px;
  vertical-align: middle;
  display: inline-block;
  width: 90px; 
}
  
#bar-btn-left, #bar-btn-left:active, #bar-btn-left:visited
{
  color: #FFFFFF;
  text-decoration: none !important;
  font-size: 15pt;
  vertical-align: middle;
}
  
#bar-btn-left:hover
{
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 0px !important;
}
  
/* Header CSS - END */


