html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    /*font-weight: 100 !important;*/
}

.clear {
    clear: both;
}

#login-body {
    height: 100%;
    width: 100%;
}

.closebutton {
    float: right;
    margin: 0.125em;
    right: 1em;
    position: absolute;
}

.m-menu > li {
    min-height: 3.25em;
}

.m-menu-divider {
    display: block;
    line-height: 3.125rem;
    height: 0.125em;
    width: 0.125em;
    background-color: #4c9cd7;
    padding: 0;
}

.m-menu > li .dropdown-toggle .icon {
    display: none;
    color: #cccccc;
}

.m-menu > li:hover .dropdown-toggle .icon {
    color: #ffffff;
}

.m-menu > li .dropdown-toggle .m-menu-text {
    display: block;
}


#login-button button,
.m-menu > li.active-container,
.m-menu > li.active-container .icon,
.m-menu .m-menu-item.active-container,
.m-menu > li:hover,
.m-menu .m-menu-item:hover {
    color: #ffffff;
}

.m-menu > li.no-hovered:hover,
.m-menu .m-menu-item.no-hovered:hover {
    background-color: #ffffff;
}

.m-menu .m-menu-container {
    opacity: 0.95;
    font-size: 1.1em;
    border-bottom: 0.250em solid #ffffff;
}



.appDevLogos {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 14em;
    height: 3.5em;
    padding: 0.25em;
    background-color: #ffffff;
}

    .appDevLogos img {
        max-width: 10em;
        max-height: 2.25em;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

#login-button {
    text-align: center;
    width: 100%;
    bottom: 0.375em;
    right: 0;
    position: absolute;
}

#appLogo {
    height: 3.25em;
    width: 16em;
    margin-left: 0.4rem;
    font-weight: 400 !important;
    font-size: 0.8em;
    float: left;
}

    #appLogo .version {
        font-size: 6em;
        position: absolute;
        color: #cccccc;
        left: 2em;
        top: -0.3em;
        opacity: .4;
    }

    #appLogo .product {
        position: absolute;
        font-size: 2em;
        color: #E4AD34;
        top: 0.4em;
    }

    #appLogo .claim {
        position: absolute;
        font-size: 0.75em;
        font-style: italic;
        left: 4.5em;
        top: 3.25em;
        color: #49443C;
    }

.input-control.select {
    font-weight: 400 !important;
}

#login-container a {
    height: 0.8em;
    min-height: 0.8em;
    line-height: 0.8em;
    vertical-align: middle;
    color: #ffffff;
}

input.error {
    border: 2px solid #ce352c !important;
}

input.success {
    border: 2px solid #60a917 !important;
}

#languages {
    width: 6.25em;
    margin-right: 0.625em;
}

    #languages .select2-selection__arrow {
        /*background-color:#ffffff;*/
    }

    #languages select {
        margin-top: 0.2em;
    }

#default-header,
#login-header {
    background: #ffffff;
    color: #000000;
    position: relative;
}

#app-bar-divider,
#login-separator {
    width: 100%;
    height: 0.250em;
    position: absolute;
}

#login-container {
    position: absolute;
    z-index: 2;
    margin-top: -14em;
    margin: -9em 0 0 -25em;
    /*height: 18.75em;*/
    height: auto;
    width: 50em;
    /*top: 50%;
    left: 50%;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#project-container {
    width: auto;
    margin-right: 20.5em;
    /*height: 18.75em;*/
    height: auto;
    text-align: left;
    position: relative;
    padding: 0 0.625em 0.625em 0.625em;
}

#project-name {
    color: #ffffff;
}

#project-description {
    color: #ffffff;
    font-size: 1.3em;
}

#project-message {
    color: #ffffff;
    font-size: 0.9em;
    margin-top: 10px;
}

#form-container,
#form-opacity-effect,
#form-blur-effect {
    width: 20em;
    height: 24em;
}

#form-container,
#form-blur-effect {
    right: 0;
    top: 0;
    position: absolute;
}

#form-opacity-effect {
    background-color: #000000;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

#form-inner {
    border: 0.625em solid #ffffff;
    color: #ffffff;
    position: relative;
    width: 20em;
    height: 24em;
    padding: 0.625em;
    padding-top: 0.312em;
    position: relative;
}


#login-button button {
    width: 7.5em;
    font-weight: bold;
    text-align: center
}

#mods span {
    display: block;
    font-size: 0.9em;
}

.registerlink {
}


/*-- bandiere --------*/
a.imgflag {
    display: inline-block;
    margin: 2px 15px 15px 0;
    background: 0 0 no-repeat url('../img/flagSprite.png');
    border-width: 0;
    width: 40px;
    height: 41px;
}





#project-dialog {
    display: none;
    margin-top: 10px
}





#login-body,
#form-blur-effect {
    background: url("../img/building.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/worker.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/worker.jpg', sizingMethod='scale')";
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: center;
}

#form-blur-effect {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#login-body, #form-blur-effect {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login-separator,
#login-button .button,
.m-menu > li.active-container,
.m-menu .m-menu-item.active-container,
.m-menu > li:hover,
.m-menu .m-menu-item:hover {
    background-color: #4E6F9C !important; /*building*/
}

#login-header {
    border-bottom: 0.250em solid #4E6F9C;
}

#appLogo .product {
    color: #4E6F9C !important;
}

#appLogo .release {
    font-size: 0.4em;
    top: -1em;
    left: -0.3em;
    position: relative;
}

.m-menu > li.no-hovered:hover, .m-menu .m-menu-item.no-hovered:hover {
    background-color: transparent !important;
}


#lbgoogle,
#lbLogin,
#login-button .button {
    width: 7.5em;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}

#lbLogin {
    width: 10em !important;
}

#login-button .button, .m-menu > li.active-container, .m-menu > li.active-container .icon, .m-menu .m-menu-item.active-container, .m-menu > li:hover, .m-menu .m-menu-item:hover {
    color: #ffffff !important;
}

#lbgoogle {
    background-color: #ea4033 !important;
}

    #lbgoogle[disabled=disabled],
    #lbgoogle:disabled,
    #lbLogin:disabled,
    #lbLogin[disabled=disabled] {
        opacity: 0.5 !important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    margin-top: 0.125rem;
    font-size: 1.125rem;
    padding: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}


.UpdateProgress {
    z-index: 3000;
}

#ExternalAuthenticationContainer {
    display: inline-block;
    margin-top: 5px;
    border-top: 1px solid;
    padding-top: 1px;
    min-width: 80%;
}


.UpdateProgress .template {
    width: 100%;
    height: 100%;
    border: solid 0px black;
    text-align: center;
    background-color: #fff;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
}

.UpdateProgress .uploading,
.uploading {
    width: 500px;
    height: 50px;
    background-image: url('Img/Default.gif');
    background-repeat: no-repeat;
    background-position: center;
}



.dialog {
    opacity: 0.95 !important;
}
