/*
red -> #e03300;
red Hover -> #c92b06;
*/
.form-group label.error{color:  #e03300; font-size: 11px;}
li.activeLang{
    background: #e03300;
}
li.activeLang span{
    color: #FFF;
    display: block;
    padding: 13px 15px;
    line-height: 20px;
}
img.smallFlag{
    width: 20px;
}
.help-block-error{
    color: #e03300;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.alert h3{
    margin-top: 0;
}
.overflowtuile{
    display: block !important;
    height: 80px !important;
    overflow-y: hidden !important;
}
.overflowimage{
    display: block !important;
    height: 200px !important;
    overflow-y: hidden !important;
    background-color: #FFF;
}