/* ==========================================================================
   `Reset
   ========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

input[type="text"]::-ms-clear {
    display: none;
}

:focus { outline: none; }
::-moz-focus-inner { border: 0; }

input[type=submit],
input[type=reset],
input[type=button] {
    filter:chroma(color=#000000);
}

/* ==========================================================================
   `Base Style
   ========================================================================== */

html {
    overflow-y: scroll;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 30px;
    color: #48494b;
}

/* ==========================================================================
    `Grid
	========================================================================== */

.clearfix,
.container {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after{
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.container:after {
    clear: both;
}

.container {
    margin: 0 auto;
    width: 978px;
}

/* ==========================================================================
   `Typography
   ========================================================================== */

a {
    text-decoration: none;
    color: #0099dd;
}

h1 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 18px;
    padding: 10px 30px 11px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    background-image: url(../img/bg_title.png);
    border-radius: 4px;
}

h2 {
    margin-bottom: 30px;
    padding-bottom: 14px;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 2px;
    color: #28292b;
    text-transform: uppercase;
    background: url(../img/separator.gif) no-repeat left bottom;
}

h3 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 700;
    color: #28292b;
}

/* ==========================================================================
   `Iconography
   ========================================================================== */

/* flags */
[class*="flag-"] {
	display: inline-block;
	width: 16px;
	height: 11px;
	margin-right: 8px;	
	background-image: url(../img/languages.jpg);
	background-repeat: no-repeat;
}

.flag-en { background-position: 0 0; }
.flag-de { background-position: 0 -11px; }
.flag-zh { background-position: 0 -22px; }
.flag-pt { background-position: 0 -33px; }
.flag-es { background-position: 0 -44px; }
.flag-fr { background-position: 0 -55px; }
.flag-it { background-position: 0 -66px; }
.flag-ru { background-position: 0 -77px; }

/* ==========================================================================
   `Form
   ========================================================================== */

.field {
    margin-bottom: 16px;
    *zoom: 1;
}

input[type="text"],
input[type="password"] {
    display: block;
    padding: 13px 15px 14px 41px;
    height: 21px;
    width: 416px;
    font-size: 16px;
    line-height: 21px;
    color: #48494b;
    background-image: url(../img/form_icons.png);
    background-repeat: no-repeat;
    border: 1px solid #b1b1b3;
    border-radius: 6px;
    vertical-align: middle;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid #0099dd;
}

input[type="text"].key         { background-position: 14px 15px; }
input[type="text"].person      { background-position: 14px -18px; }
input[type="text"].password    { background-position: 14px -52px; }

.hint {
    width: 444px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background-color: #0099dd;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: opacity .3s ease;
}

/* `errors */
.error-message {
    display: none;
    padding-top: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #ee5747;
}

input[type="text"].error,
input[type="password"].error {
    border: 1px solid #ee5747;
}

::-webkit-input-placeholder	{ font-size: 16px; color: #88898b; }
         ::-moz-placeholder { font-size: 16px; color: #88898b; }
     :-ms-input-placeholder { font-size: 16px; color: #88898b; }
     input:-moz-placeholder { font-size: 16px; color: #88898b; }
               .placeholder { font-size: 16px; color: #88898b; }

/* ==========================================================================
   `Header
   ========================================================================== */

header {
	height: 71px;
	border-bottom: 1px solid #d8e0eb;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	        box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

/* logo */
.logo {
	float: left;
	width: 168px;
	height: 71px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.jpg) no-repeat left center;
}
.logo a {
    display: block;
    height: 100%;
}

/* `language dropdown */
header .dropdown {
    float: right;
    margin-top: 17px;
    position: relative;
}

#languagesTrigger,
#languages,
#mobile-languages {
    font-size: 14px;
}

#languagesTrigger,
#languages ul {
    border: 1px solid #6687b3;
    border-radius: 4px;
}
    
#languagesTrigger {
    display: block;
    padding: 3px 14px 14px;
    height: 19px;
    width: 130px;
    color: #48494b;
    background: url(../img/dropdown_arrow.gif);
    background-repeat: no-repeat;
    background-position: right 0;
}

#languagesTrigger:hover,
#languagesTrigger.active {
    background-position: right -36px;
}

#languages {
    position: absolute;
    z-index: 1000;
}

ul.language-options {
    display: none;
}

#languages ul {
    top: 100%;
    left: 0;
    margin-top: 2px;
    padding-top: 6px;
    padding-bottom: 4px;
    width: 158px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
       -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
            box-shadow: 0 0 3px rgba(0,0,0,.25);
}

#mobile-languages {
    display: none;
}

#languages li,
#mobile-languages li {
    list-style: none;
}


#mobile-languages li {
    border-bottom: 1px solid #d8e0eb;
}

#languages a,
#mobile-languages a {
    color: #48494b;
    display: block;
}

#languages a {
    padding: 2px 14px 3px;
}

#languages a:hover,
#mobile-languages a:hover {
    background: #fafbfd;
    color: #6687b3;
}

/* ==========================================================================
   `Page Title
   ========================================================================== */

.page-title {
    margin-bottom: 37px;
    height: 96px;
    background-image: url(../img/bg_page_title.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-title img {
    display: none;
}

/* ==========================================================================
   `Join Session
   ========================================================================== */

.desktop-version,
.browser-version {
    width: 474px;
    margin: 0 auto;
}

.desktop-version {
    margin-bottom: 38px;
}

.browser-version {
    text-align: center;
    border-top: 1px solid #b2c3d9;
}

.browser-version h4 {
    width: 50px;
    margin: -16px auto 20px auto;
    text-transform: uppercase;
    color: #b2b2b3;
    background: #fff;
}

.browser-version p {
    text-align: center;
    margin-top: 20px;
}

/* ==========================================================================
   `Starting
   ========================================================================== */

.starting {
    width: 642px;
    margin: 0 auto;
}

.status-message {
    margin-bottom: 17px;
}

ol li {
    list-style-position: inside;
}

ol li p {
    margin-bottom: 16px;
}

.image-holder {
    margin-bottom: 27px;
    padding: 42px 0 42px;
    background: url(../img/bg_image.gif);
    text-align: center;
}

#allow-java h3,
#install h3 {
    margin-bottom: 20px;;
}

#option-three {
    padding-bottom: 60px;
}

/* ==========================================================================
   `Waiting & Running
   ========================================================================== */

.waiting, .running {
    width: 642px;
    margin: 0 auto;
    display: none;
}

.waiting img, .running img {
    display: none;
}

/* ==========================================================================
   `Actions
   ========================================================================== */

.actions {
    width: 642px;
    margin: 0 auto;
}

#option-one {
    padding-bottom: 34px;
}

#option-one p {
    margin-bottom: 14px;
}

#option-two {
    padding-top: 26px;
    padding-bottom: 20px;
}

#option-three {
    padding-top: 26px;
}

#option-two,
#option-three {
    border-top: 1px solid #b2c3d9;
}

/* ==========================================================================
   `After Session
   ========================================================================== */

.android,
.ios {
    width: 642px;
    margin: 0 auto;
    text-align: center;
    padding-top: 71px;
}

.android img,
.ios img {
    margin-bottom: 17px;
}

.android p,
.ios p {
    margin-bottom: 25px;
}

.btn.google-play,
.btn.app-store {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 26px;
}

.btn.google-play { background-image: url(../img/google_play.png); }
.btn.app-store { background-image: url(../img/app_store.png) }

.android a,
.ios a {
    font-size: 12px;
}

/* ==========================================================================
   `Helpers
   ========================================================================== */

.btn {
    display: block;
    background-color: #5fa359;
    height: 50px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    border: 0;
    border-radius: 6px;
}

.btn:hover {
    background-color: #528d4d;
}

.btn.secondary {
    background-color: #6687b3;
}

.btn.secondary:hover {
    background-color: #5276a6;
}


/* ==========================================================================
   `Guidance
   ========================================================================== */
   
#guidanceContents 
{
    display:none;
}

/* ==========================================================================
   `URI DETECTION
   ========================================================================== */
#uriSchemeTest
{
    background:white;
    color:white;
    border:0 solid white;
    padding:0;
    background-image:none;
}


/* ==========================================================================
   `MIKN-525 privacy policy and imprint
   ========================================================================== */
footer {
    display: none; /* not visible for desktops */
}
