@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300);
@import url(https://fonts.googleapis.com/css?family=Asap:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

body{
  line-height: 1.5em;
}

.headerGL{
	background: #5db4c8;
	height: 50px;
	width: 100%;
	position: relative;
  z-index: 10;
}
.headerGL:after{
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  position: absolute;
  border-top: 13px solid #5db4c8;
  left: 48.5%;
  bottom: -11px;
  content: " ";
}

.headerGL .gamename{
  float: left;
  font-family: 'Asap', sans-serif;
  color: #f9f9f9;
  margin-top: 14px;
  margin-left: 35px;
  font-size: 20px;
}

.headerGL .menu{
  width: 32px;
  height: 32px;
  background: url('/packages/gamelab_gamestew/lib/templates/imgs/ic_menu_white_24px.svg');
  background-size: 100%;
  background-repeat : no-repeat;
  float: right;
  margin-top: 10px;
  margin-right: 22px;
  cursor: pointer;
}

.headerGL .lang{
  font-family: 'Roboto', sans-serif;
  float: right;
  color: white;
  margin-top: 10px;
  margin-right: 16px;
}

.headerGL .langs{
    float: left;
    width: 27px;
    height: 27px;
    text-align: center;
    padding-top: 4px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.headerGL .langs.selected{
    background: white;
    color: #5db4c8;
    border-radius: 14px;
    font-weight: bold;
    cursor: default;
}

.headerGL .title{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: absolute;
    left: 0 !important;
    width: 100%;
    color: rgb(249,249,249);
    font-weight: bold;
    font-size: 20px;
    top: 16px;
    text-transform: uppercase;
    z-index: -1;
}


.listGL{
  background: #FFD600;
  background: rgba(255, 214, 0, 1);
  width: 213px;
  /*height: 199px;*/
  box-shadow: 0px 18px 15px rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=18, Color='#000000');
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 0px;
  transition: all 0.3s ease;
}

.listTopbar{
  position: absolute;
  right: 33px;
  top: 83px;
  z-index: 10;
}

.listGL li{
  width: 100%;
  height: 50px;
  border-bottom: 1px solid white;
  position: relative;
  list-style-type: none;
}

.listGL li:last-child{
  border-bottom: 0;
}

.listGL li .iconGL{
  width: 20px;
  height: 20px;
  margin-top: 16px;
  margin-left: 21px;
  margin-right: 18px;
  float: left;
}

.iconGL-home{
  background: url('/packages/gamelab_gamestew/lib/templates/imgs/home_icon.png');
  background-size: 100%;
  background-repeat : no-repeat;
}

.iconGL-logout{
  background: url('/packages/gamelab_gamestew/lib/templates/imgs/logout_icon.png');
  background-size: 100%;
  background-repeat : no-repeat;
}

.iconGL-encuestas{
  background: url('/packages/gamelab_gamestew/lib/templates/imgs/encuestas_icon.png');
  background-size: 100%;
  background-repeat : no-repeat;
}

.iconGL-escenarios{
  background: url('/packages/gamelab_gamestew/lib/templates/imgs/escenarios_icon.png');
  background-size: 100%;
  background-repeat : no-repeat;
}

.iconGL-demo{
  background: url('/packages/gamelab_gamestew/lib/templates/imgs/demo.png');
  background-size: 100%;
  background-repeat : no-repeat;
}

.listGL li .listItemLabel{
  height: 100%;
  width: 100%;
  font-family : Quicksand;
  font-weight : bold;
  font-size : 16px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
  padding-top: 15px;
}

.listGL li:hover{
  background: #cbaa00;
}
.listGL li:hover a{
  color : #FFFFFF;
  color : rgb(255, 255, 255);
  text-decoration: none;
}

.listGL li a:active{
  text-decoration: none;
}

.headerGL .player{
  float: right;
  color: white;
  font-family: 'Asap', sans-serif;
  margin-top: 15px;
  margin-right: 16px;
}

.listTopbar i.glyphicon{
    float: left;
    margin: 16px 23px 16px 20px;
    color: white;
    font-size: 16px;
}
