/*
 * Licensed to Jasig under one or more contributor license
 * agreements. See the NOTICE file distributed with this work
 * for additional information regarding copyright ownership.
 * Jasig licenses this file to you under the Apache License,
 * Version 2.0 (the "License"); you may not use this file
 * except in compliance with the License.  You may obtain a
 * copy of the License at the following location:
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
html { min-height: 600px; min-width: 700px}
body { line-height: 1; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; width:310px; height:30px; margin:10px 40px; padding: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #DDDDDD; background: #FFFFDD; }
body { font-family: Verdana, sans-serif; font-size: 11px; line-height: 1.4em; background: #eee; }

#container { width: 95%; margin: 0 auto; }
header, #content { background: #fff; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
#content { -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

@media only screen and (max-width: 960px) {
    #container { width: 100%; }
    #content { -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
}

header { padding-top: 10px; }
header #logo { display: block; width: 118px; height: 31px; text-indent: -999em; background: url(../images/ja-sig-logo.gif) no-repeat; margin: 0 0 10px 10px; }
header h1 { background: #210F7A; color: white; padding: 1.4em 1.4em; font-size: 2em; font-weight: normal; }

#content { padding: 10px; overflow: hidden; }

#msg { padding: 20px; margin-bottom: 10px; }
#msg h2 { font-size: 1.4em; margin-bottom: 1em; }
#msg.errors { color: #BB0000; padding-left: 170px; background: url(../images/error.gif) no-repeat 100px center; }
#msg.errors2 { color: #FFFFFF; background-color: #BB0000; padding-left: 170px; background: url(../images/error.png) no-repeat 100px center; }
#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/confirm.gif) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.gif) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }
#msg.warn { border: 1px dotted #960; color: #960; padding-left: 100px; background: #ffbc8f url(../images/info.gif) no-repeat 20px center; }
#msg.warn .message { color: black; margin: 1em; font-size: 1.4em }

#login { width: 320px; float: left; margin-right: 20px; }
#fm1 { padding: 20px; background: #eee; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#fm1 h2 { font-size: 1.4em; font-weight: normal; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; }
#fm1 .row { margin-bottom: 10px; }
#fm1 .row label { display: block; color: #777777; }
#fm1 .row input[type=text],
#fm1 .row input[type=password] {width:310px; height:30px; margin:10px 40px; padding: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #DDDDDD; background: #FFFFDD; }
#fm1 .row.check { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; color: #777; font-size: 11px; }
#fm1 .row.check label { display: inline; }
#fm1 .row .btn-submit { width:318px; height:53px; margin:10px 42px; border-width: 2px; padding: 3px; margin-right: 4px;}
#fm1 .row .btn-reset { border: 0; background: none; color: #777; text-transform: lowercase; border-left: 1px solid #ddd; }
#fm1 .row .btn-submit:hover,
#fm1 .row .btn-reset:hover { cursor: pointer; }

#fm2 { padding: 20px; background: #eee; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#fm2 h2 { font-size: 1.4em; font-weight: normal; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; }
#fm2 .row { margin-bottom: 10px; }
#fm2 .row label { display: block; color: #777777; }
#fm2 .row input[type=text],
#fm2 .row input[type=password] {height: 22px;
    width: 362px;
    margin-left: 12px;
    padding-left: 3px;
    padding-right: 3px;margin-left:10px;margin-right: 40px; padding: 6px; border-radius: 3px; border: 1px solid #DDDDDD; background: #FFFFDD; }
#fm2 .row.check { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; color: #777; font-size: 11px; }
#fm2 .row.check label { display: inline; }
#fm2 .row .btn-submit {
    padding-left: 6px;
    margin-left: 10px;
    width: 376px;
    border-left-width: 1px;
    padding-right: 6px;
    border-right-width: 1px;
    margin-right: 40px;
    height: 36px;
    border-top-width: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 1px;
}
#fm2 .row .btn-reset { border: 0; background: none; color: #777; text-transform: lowercase; border-left: 1px solid #ddd; }
#fm2 .row .btn-submit:hover,
#fm2 .row .btn-reset:hover { cursor: pointer; }

#fm3 .row input[type=text],
#fm3 .row input[type=password] {height: 31px;
    width: 416px;
    padding-left: 3px;
    padding-right: 3px;margin-left:0px;margin-right: 40px; padding: 6px; border-radius: 3px; border: 1px solid #DDDDDD; background: #FFFFFF; }
#fm3 .row .btn-submit {
    width: 430px;
    height: 50px;
    margin-left: 0px;
    margin-right: 40px;
    padding: 6px;
    border: 0px;
    /*background: #DDDDDD;
    color: #373737;
    border-radius: 3px;
    font-family: Microsoft YaHei;
    font-size: 24px;*/
    background:url('../images/aishide/login_button.png') no-repeat;
    background-size: 100% 100%;
}
#fm3 .row .btn-submit:active {
    border: 0px;
    /*background: #960682;
    color: white;
    border-radius: 3px;
    font-family: Microsoft YaHei;
    font-size: 24px;*/
    background: url('../images/aishide/login_btn_down.png') no-repeat;
    background-size: 100% 100%;
}

#fm4 .row input[type=text],
#fm4 .row input[type=password] {height: 31px;
    width: 416px;
    padding-left: 3px;
    padding-right: 3px;margin-left:0px;margin-right: 40px; padding: 6px; border-radius: 3px; border: 1px solid #DDDDDD; background: #FFFFFF; }
#fm4 .row .btn-submit {
    width: 430px;
    height: 50px;
    margin-left: 0px;
    margin-right: 40px;
    padding: 6px;
    border: 0px;
    background:url('../images/aishide/zoetis_loginbutton.png') no-repeat;
    background-size: 100% 100%;
}
#fm4 .row .btn-submit:active {
    border: 0px;
    background: url('../images/aishide/zoetis_loginbutton_down.png') no-repeat;
    background-size: 100% 100%;
}

#sidebar { width: auto; }
#sidebar .sidebar-content { padding-left: 20px; }
#sidebar .sidebar-content p { margin-bottom: 1.4em; }

#list-languages ul { list-style: none; }
#list-languages ul li { display: inline-block; padding: 0px 10px; border-right: 1px solid #e2e2e2; }
#list-languages ul li:last-child { border: 0; line-height: 1.4em; }

footer { color: #999; margin: 20px 0; }

a.button {
    font-weight:bold;
    height:1.7em;
    padding:1.2em 1em .6em 1em;
    text-align:center;
    text-decoration:none;
    color:white;
    background-color:#79946c;
    border-top:1px solid #82b36c;
    border-left:1px solid #82b36c;
    border-right:1px solid #304228;
    border-bottom:1px solid #304228;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#big-buttons a.button {
    display:block;
    position:relative;
    font-size: 1.6em;
    margin:20px auto;
    width:200px;
    overflow: hidden;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-top:2px solid #82b36c;
    border-left:2px solid #82b36c;
    border-right:2px solid #304228;
    border-bottom:2px solid #304228;
}

a.button:hover {
    color:#ffff94;
    background-color:#819e73;
}

.button-down {
    border-top:1px solid #304228;
    border-left:1px solid #304228;
    border-right:1px solid #82b36c;
    border-bottom:1px solid #82b36c;
}

#big-buttons .button-down {
    border-top:2px solid #304228;
    border-left:2px solid #304228;
    border-right:2px solid #82b36c;
    border-bottom:2px solid #82b36c;
}

#Layer1 {
    width: 100%;
    padding-top: 8%;
}

#Layer2 {
    /*position:absolute;*/
    /*left:50%;*/
    /*top:35%;*/
    /*width:390px;*/
    /*height:432px;*/
    /*z-index:2;*/
    /*margin: -195px 0px 0px -216px;*/
    width: 100%;
}

#Layer3 {
    /*position: absolute;*/
    /*bottom: 10px;*/
    width: 100%;
    margin-top: -160px;
    /*z-index:3;*/
    /*background-color:#8e8e8e;*/
    /*margin: -50px 0px 0px 0px;*/
    /*background:rgba(0,0,0,0.5);*/
}

#Layer4 {
    position:absolute;
    left:70%;
    top:15%;
    width:200px;
    height:300px;
    z-index:2;
    margin: -150px 0px 0px -100px;
}

#Layer5 {
    position:absolute;
    left:0%;
    top:0%;
    width:100%;
    height:100px;
    z-index:2;
    background-color: #ffffff;
}

#Layer6 {
    position:absolute;
    left:70%;
    top:15%;
    width:430px;
    height:300px;
    z-index:2;
    margin: -150px 0px 0px -100px;
}

#Layer7 {
    position:absolute;
    left:30%;
    top:15%;
    width:600px;
    height:300px;
    z-index:2;
    background-color: #ffffff;
}

#fm1 {
    margin: 0 auto;
    width: 390px;
    background:rgba(0,0,0,0);
    padding: 50px 0 0 0;
}

#fm2 {
    margin: 0 auto;
    width: 390px;
    background:rgba(0,0,0,0);
}

.fontwhite1 {
    color: #FFFFFF;
}

.logo {
    width: 11.71875%;
    margin-left: auto;
    margin-right: auto;
    min-width: 170px;
}

.header {
    width: 31.822917%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    min-width: 400px;
}

.footer {
    margin: 0 auto;
    line-height: 47px;
}

#fm1 .row input[type=text], #fm1 .row input[type=password] {
    width: 228px;
    height: 34px;
    margin: 10px 65px 0 65px;
    padding: 0 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: left;
}
#language {
    width: 260px;
    height: 36px;
    margin: 10px 65px 0 65px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 10px;
}
#fm1 .row .submit-btn {
    width: 260px;
    height: 40px;
    margin: 20px 65px 0 65px;
    border: none;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #F49A24;
    color: #FFFFFF;
    font-size: 15px;
    cursor: pointer;
}

.main { height: 100%;}

#msg.error-tip {
    color: #d44135;
    background-color: #febbb6;
    width: 260px;
    height: 34px;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    margin: 20px 65px;
}

#msg.error-tip2 {
    color: #d44135;
    background-color: #febbb6;
    width: 430px;
    height: 50px;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    line-height: 47px;
    margin: 20px 0px;
}

#msg.error-tip3 {
    color: #d44135;
    background-color: #febbb6;
    width: 376px;
    height: 36px;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    margin: 20px 10px;
}

#noticeBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: rgba(32, 28, 43, 0.9);
    overflow: hidden;
    color: #ffffff
}

#noticeBar #wrap {
    height: 80px;
    width: 9999px;
}

#wrap div {
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: SimHei, Arial, Helvetica, sans-serif
}

#popup_errorTitle {
    color: #D7000F;
    font-size: 20px;
    font-weight: 700;
}

#popup_errorMessage {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
}

#confirm_btn {
    width: 64px;
    height: 22px;
    gap: 5px;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: rgba(0, 80, 142, 0.10);
    color: #00508E;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px 4px 8px;
    margin: 0;
    display: none;
}

#cancel_btn {
    width: 64px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    color: #333333;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 8px 4px 8px;
    margin: 0;
}

#hider {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color:Black;
    opacity:0.5;
    display: none;
}

#popup_errorPanel {
    position:absolute;
    top: calc(50vH - 180px);
    left: calc(50vw - 400px);
    width: 800px;
    height: 380px;
    padding: 32px 32px 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 8px;
    line-height: 22px;
    z-index:100;
    display: flex;
    justify-content: space-between;
    display: none;
}

#popup_errorButtons
{
    justify-content: flex-end;
    display: flex;
    gap: 8px;
    width: 100%;
}
.btn-cookie {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px !important;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-normal-cookie {
    color: #d63246 !important;
    background-color: transparent;
    border-color: #d63246;
}

.btn-primary-cookie {
    color: #fff !important;
    background-color: #d63246 !important;
    border-color: #c7283b !important;
    padding-bottom: 28px !important;
}

.cookie-policy {
    display: none;
    font-family: Arial, Helvetica, Microsoft Yahei, Sans-serif, SimSun;
    font-size: 16px;
    bottom: 20px;
    position: absolute;
    color: #226c94;
    padding: 32px 60px;
    background-color: #c9fbfd;
    box-shadow: 10px -8px 8px rgba(0, 0, 0, 0.25);
}

#captcha, #captchaImg, #captcha-prompt {
    display: none;
}
#copyright {
    text-align: center;
}