
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800");

* {
	margin:0px;
	padding:0px;
}
html, body
{
    height:100%;
    width:100%;
    background-color:#ffffff;
    color:#000000;
    font-weight:normal;
    font-family:"Raleway", "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; }

.hidden {
    display: none;
}
/* Theme layout styles */
.idp-initiated {
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 50%;
}
.idp-initiated #content {
	float: none;
}
.idp-initiated #idp_SignInButton {
	width: 250px;
	height: 34px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.logout #brandingWrapper {
	display: none;
}
.logout .bigText {
	font-size: 30px !important;
}
.logout #signoutArea {
	text-align: center;
	font-size: 14px;
}
.logout #content {
	width: 100%;
}
.logout #footerLinks {
	text-align: center;
	font-size: 14px;
}
.logout {
	margin-left: auto;
	margin-right: auto;
}
.logout #footer {
	position: absolute;
	bottom: 0px;
	height: 60px;
	width: 100%;
	padding: 0;
}
.logout .groupMargin {
	margin-bottom: 10px;
}
#fullPage, #brandingWrapper {
    width: 600px;
    height:100%;
	min-height: 620px;
    background-color:inherit;
}
.forgot-section a {
    color: red;
}
.new-user-text {
	color: #666666;
	font-family: "open sans", "Raleway", "Segoe UI" , "Segoe";
	width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 14px;
}

#link-section a {
	color: red;
}
#brandingWrapper {
    background-color:#4488dd;
	display: none !important;
}
#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-repeat: no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}
#contentWrapper {
    position:relative;
    width: 100%;
    height:100%;
    overflow: hidden;
    background-color:#ffffff; /* for IE7 */
    margin-left: 0px;

}
#content {
    min-height:100%;
    height: auto !important;
    width: 50%;
    float: left;
    margin:0 auto -55px auto;
    vertical-align: top;
    padding: 0;
    width: 50%;
}
#header {
    font-size:2em;
    font-family:"Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    margin-top: 105px;
    text-align: center;
	margin-bottom: 30px;
}
#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;
}
#workArea, #header {
    word-wrap:break-word;
}
#workArea {
    margin-bottom:90px;
}
#marketing-wrapper {
    height: 100%;
    width: 50%;
    float: left;
}
#marketing-section {
    height: 100%;
}
#marketo-rtp {
    height: 100%;
}
#formsAuthenticationArea {
    margin-left: auto;
    margin-right: auto;
}
#loginArea {
    text-align: center;
    margin: 0;
}
#kmsiArea {
	margin-top: 20px;
}
#submitButton {
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}
#footerPlaceholder {
    height:40px;
	width: 50%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
#footer {
	height:40px;
    padding:10px 50px 0px 50px;
    position:relative;
    color:#666666;
    font-size:0.78em;
}

#footerLinks {
    float:none;
    padding-top:10px;
}
#footerlefttexts {
	font-family: "Raleway", "helvetica neue", helvetica, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 11px;
	padding-top: 0;
}

#copyright {color:#696969;}
.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:#ff0000;
    text-align: left;
}
#error {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.actionLink { margin-bottom:8px; display:block; }
a {
    color:#2672ec;
    text-decoration:none;
    background-color:transparent;
}
ul { list-style-type: disc; }
h1,h2,h3,h4,h5,label { margin-bottom: 8px; }
.submitMargin { margin-top:30px; margin-bottom:30px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
.groupMargin { margin-bottom:30px; } 
.sectionMargin { margin-bottom:64px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth { 
    /*  15px padding left and 15px padding right + 1px border left and 1px border right + 218px = 250px */
    width:218px; 
}
.fullWidthIndent { width:326px; }
input
{
    max-width:100%; 
    font-family:inherit;
    margin-bottom:8px;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align:middle;
    margin-bottom: 0px;
}
span.submit, input[type="submit"] {
    border:none;
    background-color: #ff0000;
    min-width:80px;
    width: 500px;
    border-style:solid;
    border-width:1px;
    transition:background 0s;
    color:rgb(255, 255, 255);
    cursor:pointer;
    margin-bottom:8px;
    display: block;
    
    -ms-user-select:none;
    -moz-transition:background 0s;
    -webkit-transition:background 0s;
    -o-transition:background 0s;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select:none;
}
input[type="submit"]:hover,span.submit:hover {
    background: rgb(212, 227, 251);
}

input.text{
    height:32px;
    padding:0px 15px 0px 15px ;
    border:solid 1px #cccccc;
}
input.text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cccccc;
}
input.text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cccccc;
}
input.text::-moz-placeholder { /* Firefox 19+ */
    color: #cccccc;
}
input.text:-ms-input-placeholder { /* IE 10+ */
    color: #cccccc;
}
input.text:-moz-placeholder { /* Firefox 18- */
    color: #cccccc;
}
input.text:focus {
    border: 1px solid #cccccc;
    outline: none;
}

#errorText {
    color: red;
}
.create-account {
    color: red;
	margin-bottom: 20px;
	display: inline-block;
}  
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;
}

.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%;
}

/******** begin custom checkbox styles ****************/
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox {
	width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 40px;
}
.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
}
input[type="checkbox" i] {
    background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
	max-width: 100%;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
/***** end custom checkbox styles ************************/


@media only screen and (max-width: 900px) {
    #content {
        float: none;
    }
    #marketing-section {
        display: none;
    }
}
