@font-face {
    font-family: "fontawesome-webfont";
    src: url("../fontawesome-webfont.ttf") format("truetype");
}

.button_S {
    width: 70px;
    height: 39px;
    font-size: 20px;
    color: #e5e5e5;
    text-align: center;
    border: none;
    background-color: #56626f;
    text-transform: uppercase;
}

.button_S.focus {
    background-color: #009aa5;
}

.button_M {
    position: absolute;
    width: 100px;
    height: 45px;
    font-size: 20px;
    color: #e5e5e5;
    text-align: center;
    border: none;
    background-color: #56626f;
    text-transform: uppercase;
}

.button_M.focus {
    background-color: #009aa5;
}

.button_L {
    position: absolute;
    width: 175px;
    height: 53px;
    font-size: 20px;
    color: #e5e5e5;
    text-align: center;
    border: none;
    background-color: #56626f;
  /*  text-transform: uppercase;*/
}

.button_L.focus {
    background-color: #009aa5;
}

.inputfield {
    width: 345px;
    height: 30px;
    padding:3px;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #56626f;
}

.inputfield.focus {
    padding: 0px;
    border: 4px solid #009aa5;
    background-color: rgba(0,0,0,0.2);
}

.inputfield input {
    margin-top: 6px;
    margin-left: 5px;
    width: 335px;
    border: 0px;
    font-size: 20px;
    color: #e5e5e5;
    background-color: transparent;
}

#ErrorMessage {
    width: 333px;
    text-align: left;
    color: #e5e5e5;
    border: 2px solid #dd083a;
    padding: 0 8px;
    line-height: 36px;
    border-radius: 0px 10px 10px 10px;

}

.checkbox {
    width: 27px;
    height: 27px;
    background: transparent url(../../images/portal/frontend/buttons/checkbox_sprite_all.png) 0px 0px;
}

.checkbox.focus, .focus .checkbox {
    background-position: -27px 0px;
}

.checkbox.checked {
    background-position: -54px 0px;
}

.checkbox.checked.focus, .focus .checkbox.checked {
    background-position: -81px 0px;
}

ul#ButtonBar {
    position: absolute;
    top: 643px;
    left: 107px;
    width: 1105px;
    height: 18px;
    line-height:18px;
}

ul#ButtonBar li {
    display: block;
    float: left;
    width: 175px;
    font-size: 18px;
    list-style-type: none;
    position: relative;
    margin-right: 3px;
    color: #e5e5e5;
    vertical-align: bottom;
}

ul#ButtonBar li .inactive  {
    color: #5c5c5c;
}

#GreenButton.invisible {
    display: none;
}

ul#ButtonBar li .Button {
    position: absolute;
    top:0px;
    left:0px;
    height: 18px;
}

ul#ButtonBar li#ImprintButton {
    position: absolute;
    left: 889px;
}

ul#ButtonBar li span {
    height: 18px;
    width: 175px;
    height:36px;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 8px;
}


#RedButtonText {
    border-bottom: 2px solid #cc2222;
}

ul#ButtonBar li.focus #RedButtonText {
    border-bottom: 4px solid #cc2222;
    background: rgba(255,255,255,0.05);
}

#BlueButtonText {
    border-bottom: 2px solid #3366ff;
}

ul#ButtonBar li.focus #BlueButtonText {
    border-bottom: 4px solid #3366ff;
    background: rgba(255,255,255,0.05);
}

#YellowButtonText {
    border-bottom: 2px solid #c5c512;
}

ul#ButtonBar li.focus #YellowButtonText {
    border-bottom: 4px solid #c5c512;
    background: rgba(255,255,255,0.05);
}

#GreenButtonText {
    border-bottom: 2px solid #00bb00;
}

ul#ButtonBar li.focus #GreenButtonText {
    border-bottom: 4px solid #00bb00;
    background: rgba(255,255,255,0.05);
}

#ImprintButtonText {
    border-bottom: 2px solid #56626f;
}

ul#ButtonBar li.focus #ImprintButtonText {
    border-bottom: 4px solid #56626f;
    background: rgba(255,255,255,0.05);
}

#Logo {
    position: absolute;
    left: 1040px;
    top: 15px;
    height: 108px;
    width: 175px;
    background: transparent url(../../images/portal/frontend/logo.png) 0px 0px no-repeat;
    z-index: 10000;
}

#standardv1_new {
    position: absolute;
    top: 25px;
    left: 65px;
    font-size: 40px;
    color: #fff;
    z-index: 10000;
}

#ActiveLanguages {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    left: 65px;
    line-height: 24px;
    position: absolute;
    top: 102px;
    width: 960px;
    word-wrap: break-word;
    z-index: 10000;
}

#ActiveGeolocation {
    position: absolute;
    top: 152px;
    left: 65px;
    font-size: 18px;
    color: #fff;
    z-index: 10000;
}

#AppLaunchMethod {
    position: absolute;
    top: 176px;
    left: 550px;
    font-size: 18px;
    color: #fff;
    z-index: 10000;
}

.button_S, .button_M, .button_L {
    /*box-shadow: 0px 0px 3px rgba(0,0,0,0.5);*/
}

#InfoBox {
    position: absolute;
    display: none;
    top: 220px;
    left: 819px;
    width: 333px;
    z-index:300;   
    padding: 8px;
    font-size: 20px;
    text-align: left;
    border: 2px solid #ffa100;
    border-radius: 5px;
}

#InfoTitle {    
    font-size:26px;
    line-height: 26px;
    margin-bottom: 6px;
}

#InfoDescription {    
    font-size:20px;
    line-height: 22px;
}

#InfoBox.visible {
    display: block;
}

/* ANTONIO CSS START */

#MenuView {
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    height: 720px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

#MenuWrapper {
    background: #56626f;
    height: 95%;
    padding: 36px 64px 0;
    position: relative;
    width: 305px;
    z-index: 10;
    float: left;
    /*margin-left: -440px;*/
    margin-left: 0;
}

#MenuLogoWrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 90px;
}

#MenuLogo {
    background-image: url("../../images/portal/frontend/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}

#MenuCategoriesWrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    height: 350px;
}

#MenuCategories {
    position: relative;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#MenuCategories li {
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    width: 99%;
    cursor: pointer;
}

#MenuCategories li.active {
    color: #00bb00;
    font-weight: bold;
}

#MenuCategories li.active.focus, #MenuCategories li.active:hover {
    color: #fff;
}

#MenuCategories li.focus, #MenuCategories li:hover {
    background-color: #009aa5;
}

#MenuCategories li p {
    position: relative;
    float: left;
    font-size: 22px;
}

#MenuSettingsWrapper,#QaSettingsWrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

#MenuSettings,#QaSettings {
    position: relative;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#MenuSettings li,#QaSettings li {
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    width: 99%;
    cursor: pointer;
}

#MenuSettings li.focus, #MenuSettings li:hover,#QaSettings li.focus, #QaSettings li:hover {
    background-color: #009aa5;
}

#MenuSettings li p ,#QaSettings li p {
    position: relative;
    float: left;
    font-size: 22px;
}

.SubMenuWrapper {
    background-color: #5c5c5c;
    position: relative;
    float: left;
    padding: 36px 36px 0;
    height: 100%;
    display: none;
}

.SubMenuWrapper .SubMenu {
    position: relative;
    float: left;
    list-style-type: none;
    width: 100%;
}

.SubMenuWrapper .SubMenu li {
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.SubMenuWrapper .SubMenu li.focus, .SubMenuWrapper .SubMenu li:hover {
    background-color: #009aa5;
}

.SubMenuWrapper .SubMenu li p {
    position: relative;
    float: left;
    font-size: 20px;
    width: 100%;
}

.SubMenuWrapper .SubMenu li .checkboxWrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
}

.SubMenuWrapper .SubMenu li .checkboxWrapper .checkboxInner {
    position: relative;
    float: left;
    display: table;
    width: 100%;
    height: 100%;
}

.SubMenuWrapper .SubMenu li .checkboxWrapper .checkboxInner .checkboxIcon {
    float: none;
    display: none;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: "fontawesome-webfont";
    font-size: 38px;
}

.SubMenuWrapper .SubMenu li.checked .checkboxWrapper .checkboxInner .checkboxIcon {
    display: table-cell;
}

#LanguagesWrapper, #GeolocationWrapper {
    width: 200px;
    margin-left: -272px;
}

#SortWrapper {
    width: 80px;
    margin-left: -148px;
}

#AppsWrapper {
    height: 545px;
    left: 107px;
    position: absolute;
    top: 205px;
    width: 1112px;
    z-index: 9997;
}

#AppsWrapperInner {
    position: relative;
    float: left;
    width: 100%;
}

#AppsWrapper .AppRow.AppRowHeader {
    height: 30px;
    margin-top: 0;
}

.AppRow:first-child {
    margin-top: 0;
}

.AppRow {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    cursor: pointer;
}

.AppRow .AppColumn {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.AppRow.focus .AppColumn, .AppRow:hover .AppColumn {
    background: #009aa5;
}

.AppRow .AppColumn .AppImageWrapper {
    position: relative;
    float: left;
    width: 14%;
    height: 100%;
}

.AppRow .AppColumn .AppImageWrapper .AppImage {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.AppRow .AppColumn .AppMetadataWrapper {
    display: table;
    float: left;
    height: 100%;
    line-height: 22px;
    position: relative;
    width: 100%;
}

.AppRow .AppColumn .AppMetadataWrapper .AppPos {
    left: -39px;
    position: absolute;
    top: 14px;
}

.AppRow .AppColumn .AppMetadataWrapper .AppTitle {
    display: table-cell;
    font-weight: bold;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 28%;
}

.AppRow .AppColumn .AppMetadataWrapper .AppAlias {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.AppRow .AppColumn .AppMetadataWrapper .AppURL {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 70%;
}

#AppsArrowUp {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: "fontawesome-webfont";
    display: none;
}

#AppsArrowDown {
    bottom: 36px;
    font-family: "fontawesome-webfont";
    font-size: 45px;
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
}

#MenuArrow {
    font-family: "fontawesome-webfont";
    font-size: 45px;
    left: 35px;
    position: absolute;
    text-align: center;
    top: 330px;
}

#SaveLanguages {
    position: relative;
    float: left;
    width: 97%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    border: 3px solid #fff;
    border-radius: 5px;
    margin-top: 20px;
}

#SaveLanguages p {
    font-size: 24px;
    position: relative;
    text-align: center;
    width: 100%;
}

#SaveLanguages.focus, #SaveLanguages:hover {
    border: 3px solid #009aa5;
}

#filter {
    display: none;
}

#dbg_console {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    font-size: 22px;
    height: 480px;
    left: 0;
    padding: 5px;
    padding-left: 60px;
    position: absolute;
    width: 100%;
    z-index: 10000;
    display: none;
}

#dbg_console .dbg {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
}