﻿/* global colors */
/* GRID DEFINITION: 

unit:              68px
gutter:            14px
first-column:     +24px ( = 92px)
cells:             12
totalwidth:       (12*68) + (11*14) = 970px + 24px = 994px
       
*/
/* (12*68 + 11*14 + 24) */
/* (2*68 + 14) */
/* (2*68 + 14 + 24) */
/* 8*68 + 7*14 */
/* 680px */
/* 830px */
/* spacing helpers */
/* font-sizes */
label {
  cursor: pointer; }

input + label {
  margin-left: 3px; }

.input-field {
  position: relative;
  display: block; }
  .input-field > * {
    float: left;
    margin: 0px;
    padding: 0;
    height: 1.38462em;
    border: none;
    line-height: 1.38462em; }
  .input-field > label {
    line-height: 1.38462em;
    float: left;
    font-weight: bold; }
    .ie9 .input-field > label {
      margin-top: 1px; }
  .input-field.normal > label {
    font-weight: normal; }
  .input-field > input {
    height: 24px;
    padding: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0px 1px 2px #c0c0c0;
    -webkit-box-shadow: inset 0px 1px 2px #c0c0c0;
    box-shadow: inset 0px 1px 2px #c0c0c0;
    background-color: white; }
    .input-field > input[type=text] {
      -webkit-appearance: none; }
    .input-field > input.date-picker {
      position: absolute;
      top: 8px;
      left: 53px;
      z-index: 10;
      width: 100px;
      background: transparent; }
    .input-field > input[x-webkit-speech] {
      overflow: hidden;
      width: 101.5%;
      background-color: transparent; }
      .input-field > input[x-webkit-speech]::-webkit-input-placeholder, .input-field > input[x-webkit-speech]:-moz-placeholder {
        color: #e1dcd1;
        padding-right: 14px;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .input-field .clear-input {
    background: url(..//images/close-icon.png) center center no-repeat;
    width: 10px;
    height: 10px;
    right: 7px;
    bottom: 10px;
    padding: 2px;
    background-color: #FFF; }

.file-field {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0px 1px 2px #c0c0c0;
  -webkit-box-shadow: inset 0px 1px 2px #c0c0c0;
  box-shadow: inset 0px 1px 2px #c0c0c0;
  padding: 5px 5px 5px 5px; }
  .file-field label.abs {
    top: 8px;
    left: 8px; }
  .file-field.without-filename {
    padding-top: 32px; }
  .file-field .filename {
    float: none;
    margin: 3px 0 10px 150px; }
  .file-field input[type="file"] {
    border: 0;
    -moz-box-shadow: inset 0px 0px 0px #c0c0c0;
    -webkit-box-shadow: inset 0px 0px 0px #c0c0c0;
    box-shadow: inset 0px 0px 0px #c0c0c0;
    float: none;
    padding: 0;
    width: 400px;
    margin-left: 4px; }

input[type="date"] {
  padding-left: 150px; }

input[type="checkbox"] {
  float: left;
  margin-right: 10px; }

input:disabled {
  background-color: #e1dcd1; }

select[multiple] {
  width: 100%;
  height: 150px;
  padding: 40px 5px 5px 5px; }

.text-field > input {
  width: 100%;
  float: none; }
  .register .text-field > input {
    padding-left: 160px;
    width: 61%; }
  .logon .text-field > input {
    padding-left: 125px;
    width: 65%; }
.text-field > input[type=date] {
  width: inherit; }
.text-field > label.abs.inside {
  top: 8px;
  left: 8px; }
.text-field.pass > label {
  position: absolute;
  top: 8px;
  left: 8px; }

.field-validation-valid {
  display: none; }

.input-validation-error, input.input-validation-error {
  border: 1px solid #ff5501;
  -moz-box-shadow: inset 0px 0px 2px #ff5501;
  -webkit-box-shadow: inset 0px 0px 2px #ff5501;
  box-shadow: inset 0px 0px 2px #ff5501; }

.required label, label.required {
  padding-right: 10px; }
  .required label:after, label.required:after {
    content: "*";
    display: inline-block;
    text-indent: 5px;
    position: absolute;
    right: 0;
    top: 0; }

.edit-dataset input[type=text], .edit-dataset input[type=email] {
  padding-left: 150px;
  width: 52%; }

.field-validation-error, .validation-summary-errors li {
  display: block;
  width: 250px;
  padding: 0 10px 0 12px;
  position: absolute;
  z-index: 30;
  height: 2.30769em;
  top: 0;
  right: -260px;
  background: #fff;
  border: 3px solid #ff5501;
  border-left: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #ff5501;
  line-height: 2.30769em; }
  .field-validation-error:before, .validation-summary-errors li:before {
    content: "";
    background: url(..//images/arrow-error.png) 0 0 no-repeat;
    height: 36px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -15px; }
  .register .field-validation-error, .register .validation-summary-errors li, .validation-summary-errors .register li {
    left: 450px; }
  .divided .field-validation-error, .divided .validation-summary-errors li, .validation-summary-errors .divided li {
    top: 40px; }
  .mtxx .field-validation-error, .mtxx .validation-summary-errors li, .validation-summary-errors .mtxx li {
    top: -10px; }

.validation-summary-errors li {
  bottom: 47px;
  top: auto;
  right: 240px;
  width: 220px; }

.choice-field {
  border: none;
  -moz-box-shadow: inset 0px 0px 0px white;
  -webkit-box-shadow: inset 0px 0px 0px white;
  box-shadow: inset 0px 0px 0px white;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0; }
  .choice-field label {
    margin-left: 10px;
    margin-top: 3px; }
    .register .section.inverted-high .choice-field label {
      color: #fff; }
  .section.dark .choice-field {
    -moz-box-shadow: inset 0px 0px 0px #f2eee6;
    -webkit-box-shadow: inset 0px 0px 0px #f2eee6;
    box-shadow: inset 0px 0px 0px #f2eee6;
    background-color: #f2eee6; }
  .section.inverted-high .choice-field {
    -moz-box-shadow: inset 0px 0px 0px #009ae0;
    -webkit-box-shadow: inset 0px 0px 0px #009ae0;
    box-shadow: inset 0px 0px 0px #009ae0;
    background-color: #009ae0; }
  .register .choice-field p.absolute {
    right: -150px;
    width: 320px; }

textarea {
  width: 96%;
  border: none;
  padding: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0px 1px 2px #696963;
  -webkit-box-shadow: inset 0px 1px 2px #696963;
  box-shadow: inset 0px 1px 2px #696963;
  resize: vertical; }
  .edit-dataset textarea {
    padding-left: 150px;
    width: 64%;
    height: 140px;
    padding-top: 6px; }
  .edit-document textarea {
    width: 836px;
    height: 400px;
    padding: 6px 6px 0 6px;
    font-family: monospace; }

.radio-list {
  position: relative;
  padding-top: 10px;
  margin-left: 24px;
  margin-bottom: 10px;
  line-height: 1.3em;
  cursor: pointer; }
  .radio-list input {
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: 0px; }
  .radio-list label {
    cursor: pointer;
    display: block; }
  .radio-list label + p {
    margin-left: 3px; }

.radio-list + .radio-list {
  border-top: 1px solid #e1dcd1; }

.check-list li {
  cursor: pointer; }
  .check-list li input {
    margin-top: 0;
    margin-right: -20px; }
  .check-list li label {
    display: inline-block;
    padding-left: 20px;
    cursor: pointer; }

.inverted-high .input-field input, .inverted-high .input-field label {
  color: #222; }
  .inverted-high .input-field input span, .inverted-high .input-field label span {
    color: #222; }
.inverted-high .input-field input[type=text], .inverted-high .input-field input[type=password], .inverted-high .input-field input[type=email], .inverted-high .input-field input[type=search] {
  border: 1px solid #96958e; }
.inverted-high .primary-button:hover {
  background-color: #6b6a64; }

.ie .input-field input[type=checkbox], .ie8 .input-field input[type=checkbox], .ie9 .input-field input[type=checkbox] {
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  padding: 0;
  margin: 0; }

/*# sourceMappingURL=forms.css.map */