﻿/* iPhone */
@media only screen and (max-device-width: 480px) {
  /* general */
  html, body.users { height: auto; }
}
@media only screen and (max-device-width: 480px) {
  img { max-width: 100%; }
}
/* iPad, landscape mode */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  body.authorization div#container { margin-top: 120px; }
}
/* iPad, portrait mode */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  body.authorization div#container { margin-top: 200px; }
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
div#register_today {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e5e5e5;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
div#register_today div {
  display: block;
  padding: 10px 30px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 15px;
  color: #ccc;
}
div#register_today div a {
  text-decoration: none;
  color: #444;
}
div#register_today div li a {
  padding: 2px 5px;
}
div#register_today div a strong {
  text-decoration: underline;
}
div#register_today ul,
div#register_today li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
div#register_today li {
  white-space: nowrap;
}
/*-------------------------------------------------
LOGIN
-------------------------------------------------*/
body.register {
  padding: 0;
  text-align: center;
  border: none;
}
body.register div.register_dialog {
  width: 210px;
  margin: 0 auto;
  background: #fff;
  padding: 10px 39px 19px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 6px #999; /* firefox 3.5+ */
        -webkit-box-shadow: 0 0 6px #999; /* webkit */
        box-shadow: 0 0 6px #999;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')"; /* IE 8+ */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); /* IE < = 7 */
}
body.register div.register_dialog h1 {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  margin: 13px 0 15px;
}
body.register div.register_dialog h1 strong {
  display: block;
  font-size: 18px;
}
body.register div.register_dialog div#remember_container {
  font-size: 12px;
  color: #333;
  margin: 0 0 15px;
}
body.register div.register_dialog div#user_name_register input {
  font-size: 18px;
  padding: 3px;
  width: 200px;
}
body.register div.register_dialog p {
  margin: 0 0 10px;
}
body.register div#register_loading {
  display: none;
  margin: 5px 10px;
}
body.register div#register_loading div.loading {
  display: block;
}
body.register div.extras {
  text-align: left;
  margin: 10px auto;
  width: 300px;
  text-align: center;
  color: #000;
}
body.register div.extras ul {
  margin: 0;
  padding: 0;
}
body.register div.extras ul li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 3px;
}
body.register div.extras a {
  color: #33a02c;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}

body.register div.register_dialog span.overlay_wrapper {
position: relative;
top: 0;
left: 0;
background: white;
}
body.register div.register_dialog span.overlay_wrapper label.overlabel {
position: absolute;
top: 0px;
left: 6px;
z-index: 1;
color: #999 !important;
font-size: 18px;
}
body.register div.register_dialog div#user_name_register input {
font-size: 18px;
padding: 3px;
width: 200px;
font-family: helvetica, arial, sans-serif;
}
body.register div.register_dialog span.overlay_wrapper input {
position: relative;
background: none;
top: 0;
z-index: 10;
}


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, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 15px 0 5px;
}
p {
  margin: 0 0 19px;
}
html {
  overfl1ow-y: scroll;
  /*background: #f5efe6 url('#');*/
  background-color: #f5efe6;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Segoe UI", helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#header {
  text-align: center;
  width: 100%;
  background-color: #C5E2E9;
  height: 73px;
  position: fixed;
  z-index: 200;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
  top:0;

}
header {
  text-align: left;
}
/* RE */
.clear, footer, header {
  clear: both;
}



header > nav {
  zoom: 1;
  clear: both;
  position: relative;
  padding: 29px 0 20px 0;
  margin: 0 auto;
  max-width: 1040px;
  min-width: 905px;
}
header > nav div.logo {
  position: absolute;
  top: 28px;
}
header > nav div.logo > a {
  text-indent: -9000px;
  display: block;
  padding: 0;
  height: 41px;
  width: 138px;
  background: url('../images/css/bx_logo.png') no-repeat center top;
}
header > nav div.logo > a:hover {
  backgr1ound-position: center bottom;
}
header > nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover, a:focus, a:active {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
  padding: 2px 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
a:hover {
  color: #477B96;
  text-decoration: underline;
}

div.workspace {
  margin: 100px;
  text-align: center;
  -webkit-transition: opacity 150ms 350ms ease-in;
  -moz-transition: opacity 150ms 350ms ease-in;
}

form button, form textarea, form input[type=text] {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
input[type=text], input[type=email], input[type=password], textarea {
  border: 1px solid #ccc;
  padding: 3px;
}
/* buttons */
input {
  padding: 3px;
}
button, input, select, textarea {
  margin: 0;
}
input, select {
  vertical-align: middle;
}
div {
  display: block;
}

.contact_block {
  position:relative;
  display:block;
  width: 410px;
  margin: 0 auto;
  background: #fff;
  padding: 10px 39px 19px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 6px #999; /* firefox 3.5+ */
  -webkit-box-shadow: 0 0 6px #999; /* webkit */
  box-shadow: 0 0 6px #999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')"; /* IE 8+ */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); /* IE < = 7 */
}
div.workspace > div.container {
  margin: 0 auto;
  width: 960px;
}

.kruis {
  position:absolute;
  display:block;
  right:12px;
  top:12px;
  background:url(../images/remove.png) no-repeat;
  width:10px;
  height:10px !important;
  cursor:pointer;
}



.register_invite div.workspace {
  margin: 100px;
  text-align: center;
  -webkit-transition: opacity 150ms 350ms ease-in;
  -moz-transition: opacity 150ms 350ms ease-in;
}
.register_invite div.workspace > div.container {
  margin: 0 auto;
  width: 960px;
}
.register_invite div.panel.home_tab {
  margin-bottom: 150px;
  padding-top: 20px;
  min-height: 0;
  text-shadow: 0 1px #fff;
}
.register_invite div.panel {
  position: relative;
  text-align: left;
}
.register_invite div.workspace > div.flat_container div.sheet, .register_invite div.workspace > div.stack_container div.sheet {
  width: 960px;
  display: inline-block;
}
.register_invite div.sheet {
  min-height: 480px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.register_invite div.sheet.site > header {
  margin: 0;
  padding: 30px 30px 0px 30px;
  position: relative;
  text-rendering: optimizeLegibility;
}
.register_invite div.sheet.site > div.sheet_body {
  padding-bottom: 10px;
}
.register_invite div.sheet div.sheet_body {
  padding: 0 30px 40px 30px;
}
.register_invite div.sheet.site > header h1 {
  font-size: 24px;
  line-height: 28px;
  min-height: 29px;
  color: #000;
  font-weight: bold;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  text-rendering: auto;
  word-wrap: break-word;
  max-width: 700px;
  margin: 0 0 5px;
}
.register_invite .formline {
  position:relative;
  display:block;
  margin-bottom:6px;
  min-height:36px;
  overflow:hidden;
}
.register_invite .formline .label {
  position: relative;
  display: block;
  float: left;
  line-height: 12px;
  margin-right: 5px;
  clear: left;
  width: 150px;
  color: #6B6C6F;
  font-weight: lighter;
  margin-bottom: 6px;
  margin-top: 6px;
  float: left;
  width: 196px;
  font-size:15px;
}
.register_invite .form {
  width:600px;
}
.register_invite .label {
  width:40%;
  float:left;
}
.register_invite .textfield {
  width:56%;
  float:left;
}

a.decorated , span.decorated {
  color: #477B96;
}
