/*
    Document   : login-en
    Created on : 2013-2-25, 19:30:56
    Author     : benx
    Description:
        the fixed of af 4.5, english.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.banner li.app-name{
	width: 300px !important;
	margin-right: 120px !important;
	background-image: url(../images/login/logo2.png) !important;
}
.txt{ width:72px !important; }
.login-sim-link {
    cursor: pointer;
    color: #4677c6;
}
.uedc-ppkg-login_product-footer-right-wrap {
    float: left !important;
}
.en_US .uedc-ppkg-login_bu-logo {
    background: url(./img/login-platform-logo-en.png) no-repeat left center;
}
.eu_US .uedc-ppkg-login_bu-logo {
    background: url(./img/login-platform-logo-eu.png) no-repeat left center;
}

.privacy-win {
    position: absolute;
    width: 640px;
    height: 720px;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -360px;
    background-color: #fff;
    z-index: 1100;
}

.privacy-win__title {
    height: 34px;
    background-color: #78b04f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 34px;
}

.privacy-win__tabs {
    height: 32px;
    font-size: 0;
}

.privacy-win__tabs__tab {
    display: inline-block;
    box-sizing: border-box;
    min-width: 200px;
    height: 100%;
    line-height: 32px;
    text-align: center;
    border: 1px solid #bfbfbf;
    background-color: #f3f3f3;
    font-size: 12px;
    cursor: pointer;
    border-bottom: none;
}

.privacy-win__tabs__tab--active {
    background-color: #fff;
    border-bottom: none;
}

.privacy-win__tabs__tab--1 {
    border-right: none;
}

.privacy-win__content {
    height: calc(100% - 32px - 34px - 40px);
    background-color: #fff;
    border-top: 1px solid #bfbfbf;
}

.privacy-entry {
    cursor: pointer;
    color: #4677c6;
}

#privacy-iframe {
    width: 100%;
    height: 100%;
}

.privacy-win__footer {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    bottom: 0;
    border-top: 1px solid #e0e0e0;
    padding: 6px 0;
    background-color: #f5f5f5;
    text-align: right;
}

.privacy-win__footer__btn {
    margin-right: 8px;
    background-color: #ececec;
    border: 1px solid #babdc5;
    color: #222;
    display: inline-block;
    padding: 3px 23px;
    cursor: pointer;
    font-size: 14px;
}
.win-mask {
    background-color: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.20;
    -khtml-opacity: 0.20;
    opacity: 0.20;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000
}

