﻿@font-face {
    font-family: InsightWeb;
    src: url('https:/adfs/portal/css/fonts/Insight_web_Regular.eot')
}

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 500px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.bottombar > div {
    width: 960px;
    height: 38px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px !important;
}

.bottombar ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bottombar ul li {
        float: left;
        padding: 9px 16px;
        background: url("/adfs/portal/images/divider.png") no-repeat 100% 3px;
    }


        .bottombar ul li a, .bottombar div {
            font-size: 0.92em;
            color: #CACACA;
        }

.global {
    top: 0;
    right: 0;
    height: 28px;
    display: inline-block;
    position: absolute;
    margin-top: -75px;
    margin-right: -20px;
    padding: 7px 45px 0 0;
    background: url("/adfs/portal/images/global.png") no-repeat right 0;
    font-size: 14px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #5a5a5a;
}

body {
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    /*width:1224px;*/
}

#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 */

body {
    background: url("/adfs/portal/images/background.png");
    background-position: top;
    background-position-y: 40px;
    background-repeat: repeat-x;
}

#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: 385px;
    margin-left: 0px;
    margin-bottom: -38px;
    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: 385px;
    height: 100%;
    margin-left: -385px;
    margin-right: 0px;
}

#content {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -38px auto;
    /*padding:0px 150px 0px 50px;*/
}

#header {
    font-size: 2em;
    font-weight: lighter;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 90px;
    margin-bottom: 60px;
    min-height: 100px;
    overflow: hidden;
}

    #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;
    width: 300px;
}

#workArea {
    margin-bottom: 90px;
    position: absolute;
    height: 320px;
    /*margin-top: -131px;*/
    background-color: #ffffff; /* for IE7 */
    border-left: 10px solid white;
    border-right: 17px solid white;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#footerPlaceholder {
    height: 40px;
}

#footer, .footer {
    display: none;
    height: 38px;
    padding: 0px 50px 0px 50px;
    position: relative;
    color: #666666;
    font-size: 0.9em;
    background: #393939; /* Old browsers */
    background: -moz-linear-gradient(top, #393939 2%, #222222 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#393939), color-stop(100%,#222222)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #393939 2%,#222222 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #393939 2%,#222222 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #393939 2%,#222222 100%); /* IE10+ */
    background: linear-gradient(to bottom, #393939 2%,#222222 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

#topbar_gfk {
    background: #313131;
    height: 40px;
    position: relative;
    margin: 0 auto 0 auto;
}


#footer_gfk {
    background: #313131;
    bottom: 0px;
    height: 38px;
    width: 100%;
}

#footer a.pageLink {
    color: #777;
}

#footerLinks {
    float: none;
    padding-top: 10px;
}

#byEmail {
    margin-top: 30px;
}

#bySelection {
    margin-top: 30px;
}

#companyLogo {
    margin-bottom: 25px;
}

#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: #c85305;
}

#error {
    margin-top: -27px;
    max-height: 46px;
    cursor: help;
    overflow: hidden;
}

.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-bottom: 30px;
    margin-top: 10px
}

.topFieldMargin {
    margin-top: 8px;
}

.fieldMargin {
    margin-bottom: 8px;
}

.groupMargin {
    margin-bottom: 30px;
    margin-top: -10px
}

.sectionMargin {
    margin-bottom: 64px;
}

.block {
    display: block;
}

.autoWidth {
    width: auto;
}

.fullWidth {
    width: 342px;
}

.fullWidthIndent {
    width: 326px;
}

#loginMessage {
    margin-top: 15px;
}

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: rgb(38, 114, 236);
        min-width: 80px;
        width: auto;
        height: 30px;
        padding: 4px 20px 6px 20px;
        border-style: solid;
        border-width: 1px;
        transition: background 0s;
        color: rgb(255, 255, 255);
        cursor: pointer;
        margin-bottom: 8px;
        -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: 28px;
        padding: 0px 3px 0px 3px;
        border: solid 1px #BABABA;
    }

        input.text:focus {
            border: 1px solid #6B6B6B;
        }

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%;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
/*
@media only screen and (max-height: 820px) {
    #header {
        padding-top: 40px;
        min-height:0px;
        overflow: hidden;
    }

    #workArea
    {
        margin-bottom:60px; 
    }
}
*/
/* Form factor: intermediate height layout. Reduce space of the header. */
/*
@media only screen and (max-height: 500px) {
    #header {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    #workArea{
        margin-bottom:40px; 
    }
}
*/
/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
/*
@media only screen and (max-width: 600px) {
    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
        float: none;
        width: 100%;
        margin: 0px auto;
    }

    #content, #footer, #header {
        width: 385px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
}
*/
/*
@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }

    #content, #footer {
        width:auto;
        margin-right:33px;
        margin-left:25px;
    }

    #header {
        width: auto;
    }

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth
    {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription
    {
        width:70%;
    }
}*/

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
/*
@media only screen and (max-width:280px)
{
    #contentWrapper
    {
        width:260px;
    }
    .idpDescription
    {
        max-width:160px;
        min-width:100px;
    }
}
*/
#copyright {
    color: #696969;
    display: none;
}

UL.actions {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

    UL.actions LI {
        PADDING-BOTTOM: 1px;
        PADDING-LEFT: 0px;
        PADDING-RIGHT: 0px;
        PADDING-TOP: 1px
    }

    UL.actions A:link {
        COLOR: #2D6DF6;
        FONT-SIZE: 14px;
		font-weight: bold;
		TEXT-DECORATION: underline;
    }

    UL.actions A:active {
        COLOR: #2D6DF6;
        FONT-SIZE: 14px;
		font-weight: bold;
		TEXT-DECORATION: underline;
    }

    UL.actions A:visited {
        COLOR: #2D6DF6;
        FONT-SIZE: 14px;
		font-weight: bold;
		TEXT-DECORATION: underline;
    }

    UL.actions A:hover {
        TEXT-DECORATION: underline
    }

#submitButton {
    BACKGROUND: buttonface;
    CURSOR: pointer;
    color: #ffffff;
    float: left;
    height: 20px;
    width: 265px;
    text-align: center;
	background: #2D6DF6;
	border-color: #2D6DF6;
}

.loginHeader {
    font-size: 17.5px;
    color: #060A45;
    font-family: Arial, Helvetica, sans-serif;
    /*background: -webkit-linear-gradient(left, #e55a00, #f6d50f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
    margin-top: 5px;
	font-weight: bold;
}

.adTop, .gfkTop {
    width: 640px;
    height: 396px;
    float: right;
    margin-right: 0px;
    margin-top: 75px;
}

    .adTop img, .gfkTop img {
        border-style: none;
    }

.illustrationClass {
    background-image: none !important;
}

.banner, .gfkLogin {
    float: left;
}

.marketWrap {
    /*width:300px;*/
    float: left;
    position: absolute;
    top: 525px;
}

.teaserstage {
    padding-left: 0px;
    padding-top: 0px;
    margin: 0px;
    display: -webkit-inline-box;
    margin-left: -175px;
}

.teaser {
    position: relative;
    list-style-type: none;
    width: 300px;
    height: 110px;
    float: left;
    margin: 0px 0px 0px 33px;
    background: url("/adfs/portal/images/subteaser_bg.png") no-repeat 0 0;
}



.teaserPic {
    width: 108px;
    float: left;
}

.banner img,, .gfkLogin img {
    border-style: none;
}

.teaserPic img {
    width: 108px;
    margin: 1px;
    border-style: none;
}

.teaserstage h4 {
    color: #676767;
    text-transform: uppercase;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.teaserText {
    width: 190px;
    float: left;
}

    .teaserText span {
        position: absolute;
        color: #727272;
        line-height: 20px;
        font-size: 12px;
        text-decoration: none;
        margin: 37px 10px 5px 5px;
        font-family: Arial, Helvetica, sans-serif;
    }

.teaser a {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    text-decoration: none; /* Makes sure the link   doesn't get underlined */
    opacity: 1; /*workaround to make clickable in IE */
    filter: alpha(opacity=100);
}
