﻿* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-family: "Segoe UI", "Segoe", "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    min-width: 500px;
    /*-ms-overflow-style:-ms-autohiding-scrollbar;*/
}

body {
    font-size: 0.9em;
}

#noScript {
    margin: 16px;
    color: Black;
}

:lang(en-GB) {
    quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(zh) {
    font-family: 微软雅黑;
}

@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Theme layout styles */

#fullPage,
#brandingWrapper {
    width: 100%;
    height: 100%;
    background-color: inherit;
}

#brandingWrapper {
    background-color: #4488dd;
}

#branding {
    /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme. 
               Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
    height: 100%;
    /*margin-right:500px;*/
    margin-left: 0px;
    background-color: inherit;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#contentWrapper {
    position: fixed;
    width: 50%;
    /*height:100%;*/
    /*overflow:hidden;*/
    /*background-color:#ffffff; /* for IE7 */
    /*margin-left:-500px; margin-right:0px; */
    background-color: rgba(200, 200, 200, 0.6);
    margin: auto;

    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    position: absolute;

    padding-top: 100px;
}

#content {
    text-align: center;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -55px auto;
    /*padding:0px 150px 0px 50px;*/
}

#header {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #09357A;
    font-weight: 800;
    line-height: 29px;
    min-height: 58px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 29px;
}

#header img {
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width: auto;
    height: auto;
}

#loginForm,
#updatePasswordForm {
    margin-left: 25%;
    margin-right: 25%;
}

#loginForm {
    padding-top: 20px;
}

#userNameInput[readonly] {
    background-color: #b0b0b0;
}

#workArea,
#header {
    word-wrap: break-word;
    /*width:350px;*/
}

#workArea {
    margin-bottom: 90px;

    /*margin-left: 10%;
            padding-top: 20px;
            width: 80%;*/
}

#footerPlaceholder {
    height: 40px;
}

#footer {
    height: 40px;
    padding: 10px 50px 0px 50px;
    position: relative;
    color: #666666;
    font-size: 0.78em;
}

#footerLinks {
    float: none;
    padding-top: 10px;
}

#copyright {
    color: #696969;
    display: none;
}

.pageLink {
    color: #000000;
    padding-left: 16px;
}

/* Common content styles */

.clear {
    clear: both;
}

.float {
    float: left;
}

.floatReverse {
    float: right;
}

.indent {
    margin-left: 16px;
}

.indentNonCollapsible {
    padding-left: 16px;
}

/*.hidden {display:none;}*/
.notHidden {
    display: inherit;
}

.error {
    color: #c85305;
}

.actionLink {
    margin-bottom: 8px;
    display: block;
}

a {
    color: #cf4520;
    text-decoration: none;
    background-color: transparent;
}

ul {
    list-style-type: disc;
}

h1,
h2,
h3,
h4,
h5,
label {
    margin-bottom: 8px;
}

.submitMargin {
    margin-top: 38px;
    margin-bottom: 30px;
}

.topFieldMargin {
    margin-top: 8px;
}

.fieldMargin {
    margin-bottom: 8px;
}

.groupMargin {
    margin-bottom: 10px;
}

.sectionMargin {
    margin-bottom: 64px;
}

.block {
    display: block;
}

.autoWidth {
    width: auto;
}

.fullWidth {
    width: 100%;
}

.fullWidthIndent {
    width: 326px;
}

input {
    max-width: 100%;
    font-family: inherit;
    margin-top: 5px;
    margin-bottom: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    margin-bottom: 7px;
}

button.submit,
span.submit,
input[type="submit"] {
    background: #F76239;
    color: #FFF;
    margin: 15px 0 10px;
    padding: 10px 65px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;

    min-width: 212px;
    height: 43px;

    border-radius: 0;
    border: 0;
    transition: .2s;
    cursor: pointer;
}

/*input[type="submit"]:hover,span.submit:hover
        {
            background: rgb(212, 227, 251);
        }*/
input.text {
    /*height:28px;
            padding:0px 3px 0px 3px ;
            border:solid 1px #BABABA;*/
    border: 1px solid #66819F;
    border-radius: 0;
    padding: 12px 12px;
    box-sizing: border-box;
}

input.text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select {
    height: 28px;
    min-width: 60px;
    max-width: 100%;
    margin-bottom: 8px;

    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    padding: 2px;
    font-family: inherit;
}

h1,
.giantText {
    font-size: 2.0em;
    font-weight: lighter;
}

h2,
.bigText {
    font-size: 1.33em;
    font-weight: lighter;
}

h3,
.normalText {
    font-size: 1.0em;
    font-weight: normal;
}

h4,
.smallText {
    font-size: 0.9em;
    font-weight: normal;
}

h5,
.tinyText {
    font-size: 0.8em;
    font-weight: normal;
}

.hint {
    color: #999999;
}

.emphasis {
    font-weight: 700;
    color: #2F2F2F;
}

.smallIcon {
    height: 20px;
    padding-right: 12px;
    vertical-align: middle;
}

.largeIcon {
    height: 48px;
    /* width:48px; */
    vertical-align: middle;
}

.largeTextNoWrap {
    height: 48px;
    display: table-cell;
    /* needed when in float*/
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1.2em;
}

.idp {
    height: 48px;
    clear: both;
    padding: 8px;
    overflow: hidden;
}

.idp:hover {
    background-color: #cccccc;
}

.idpDescription {
    width: 80%;
}



/******************************/
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

#userNameArea,
#passwordArea,
#kmsiArea,
#oldPasswordArea,
#newPasswordArea,
#confirmNewPasswordArea,
#reasonArea 
{
    text-align: left;
}

#loginMessage,
#openingMessage {
    font-size: 17px;
    font-weight: bold;
    color: #001E60;
}

#openingMessage {
    margin-bottom: 30px;
}

#loginArea,
#updatePasswordArea {
    font-size: 15px;
}

#introduction {
    font-size: 85%;
}

#kmsiArea label {
    cursor: pointer;
}

#errorDetails li {
    list-style: none;
}


@media only screen and (max-width: 991px) {
    #contentWrapper {
        width: 85%;
    }

    #loginForm,
    #updatePasswordForm {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.illustrationClass {
    background-image: url(/themes/images/illustration.jpg);
}