#modal {
    position : fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background : #000;
    opacity : 0.5;
    z-index : 105;
    margin: 0;
}
#licenseWrapper{
    overflow-y: scroll;
    max-height : 325px;
}

#loginSelect {
    position : fixed;
    background-color: #FFF;
    width: 600px;
    max-height: 500px;
    box-sizing: border-box;
    color: #000;
    padding: 1%;
    text-align: center;
    top: 100px;
    margin-left: -300px;
    left: 50%;
    z-index: 110;
    overflow: hidden;
}
.fixed {
    overflow: hidden;
}

#loginSelect .commonLogin{
    width: 100px;
}
#loginSelect a:focus img{
    outline: solid 1px #86B110;
}

.filter {
    text-align: center;
}

#loginSelect .logo {
    max-height: 50px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 15px;
}

.headerBackground {
    background-color: #404040;
    color: #FFF;
    margin: -4% -4% 20px -4%;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    height: 60px;
    padding: 2% 0;
    line-height: 50px;
}
.headerBackground h2 {
    padding-top: 10px;
    font-size: 25px;
}

.availableLicense {
    margin: 1% auto;
    padding: 2px 0;
    position : relative;
    text-align: left;
}

.availableLicense .license {
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    text-align: left;
    position : relative;
}
.availableLicense span {
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
}
.availableLicense span.licenseName {
    margin-left: 50px;
}

.availableLicense .loginTypes {
    position: absolute;
    right: 10px;
    display: inline;
    top: 5px;

}
.availableLicense .loginTypes img {
    height: 20px;
    display : inline-block;
    cursor: pointer;
}
#notSupported {
    width: 400px;
    background: #FFF;
    color: #000;
    padding: 2%;
    margin: 10% auto;
    display :none;
}