.mdl-color--primary {
     background-color: #1a237e !important;
}
.mdl-button.mdl-button--colored
{
    color: #1a237e;
}
.mdl-layout {
	align-items: center;
  justify-content: center;
}
.mdl-layout__content {
	padding: 24px;
	flex: none;
}

#langNav
{
    text-align: right;
}
#langNav a
{
    display: inline-block;
    padding: 20px 10px 0 10px;
    text-decoration: none;
    color: grey;
}

#msgLoginError{
    display: none;
    height:0;
}
.material-icons.red
{
    color: #FF3D00 !important;
    vertical-align: middle;
}
#errorPlace
{
    margin: 0;
    height: auto;
    padding-top: 20px;
}

#langNav a.selected
{
   color: #8BC34A;
}

.productInfo
{
    display: inline-block;
    font-size: 10px;
    text-align: center;
    width: 100%
}
#loader
{
    display:none;
}