/* {{{ 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#home, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* }}} */
/* {{{ Basics */

body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header#home, hgroup, menu, nav, section {
  display: block;
}

h1 {
  font-family: 'Rokkitt', serif;
  font-weight: 400;
  font-size: 46px;
}
h2 {
  font-family: 'Rokkitt', serif;
  font-weight: 400;
  font-size: 32px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
h4,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #333;
}
h4 {
  font-size: 20px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.wf-loading {
  visibility: hidden;
}
.wf-active,
.wf-inactive {
  visibility: visible;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

p {
  margin: 10px 0 20px 0;
}

strong {
  font-weight: bold;
}

small {
  font-size: 12px;
}

dl {
  margin: 20px 0;
}

dt,
dd {
  margin-bottom: 10px;
}

dt {
  clear: left;
  float: left;
  width: 80px;
}

dd {
  font-weight: bold;
}

a {
  color: #468ec3;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
a:link,
a:active,
a:visited {
  color: #468ec3;
}

a:hover {
  color: #4f6989;
}

a.button {
  background-color: #e18a44;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 12px;
  text-decoration: none;
  background-image: linear-gradient(left , rgb(214,132,65) 50%, rgb(225,139,68) 70%);
  background-image: -o-linear-gradient(left , rgb(214,132,65) 50%, rgb(225,139,68) 70%);
  background-image: -moz-linear-gradient(left , rgb(214,132,65) 50%, rgb(225,139,68) 70%);
  background-image: -webkit-linear-gradient(left , rgb(214,132,65) 50%, rgb(225,139,68) 70%);
  background-image: -ms-linear-gradient(left , rgb(214,132,65) 50%, rgb(225,139,68) 70%);

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.5, rgb(214,132,65)),
    color-stop(0.7, rgb(225,139,68))
  );

  -moz-box-shadow: 0 1px 1px #ccc;
  -webkit-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
}

a.button:hover {
  background-color: #e18a44;
  background-image: none;
  cursor: pointer;
}

h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:visited {
  color: #000;
  text-decoration: none;
}

table {
  width: 100%;
  margin: 10px 0 40px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  background-color: #eee;
  text-align: left;
  font-weight: bold;
  padding: 10px 20px;
  border-top: 1px #ddd solid;
}

td {
  text-align: left;
  font-weight: normal;
  padding: 5px 20px;
}

th a {
  text-decoration: none;
}

/* }}} */
/* {{{ Everything */

.api-action h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 20px;
}
.api-action p {
  line-height: 1.8em;
  font-size: 16px;
}
.api-action p.intro { /* on partials/index.html */
  margin-top: 5px;
}
.api-action p a {
  text-decoration: none;
}
.api-action textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.field {
  background-color: #f7f7f7;
  font-size: 16px;
  width: 220px;
  margin-top: 5px;
  padding: 8px 10px;
  border: 1px #ccc solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input.text {
  width: 393px;
  border: 1px #ccc solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.short-text {
  width: 66px;
  border: 1px #ccc solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.ng-invalid-maxlength {
  /*border: 1px solid #cc0000;*/
  outline-color: #cc0000;
}
span.error {
  color: #cc0000;
  font-size: 12px;
  display: block;
}
label .done {
  text-decoration: line-through;
  color: #999;
}
label {
  width: 190px;
  height: 28px;
  float: left;
  display: block;
  line-height: 28px;
}
label.short-label {
  width: 105px;
}
label.long-label {
  width: 200px;
}
label span {
  color: #FD8E35;
  font-size: 12px;
  font-weight: normal;
}
label.pending {
  text-decoration: none;
}
button {
  font-family: 'Open Sans', sans-serif;
  display: block;
  color: #fff;
  background-color: #f38647;
  padding: 8px 30px;
  margin-top: 30px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  outline: 0;
}
button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #f2663b;
  text-decoration: none;
}
button:focus,
button:visited {
  outline: 0;
}
input {
  padding: 5px;
}
form div {
  padding-bottom: 5px;
  clear:both;
}
.option-label,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
div.loading {
  margin-top: 20px;
  text-align: center;
}
div.loading span {
  vertical-align: top;
  font-size: 12px;
}
textarea {
  width: 400px;
  height: 30px;
}
.method-selector {
  float: left;
  width: auto;
  margin-bottom: 15px;
}
.method-selector label {
  font-weight: normal;
  display: inline;
  float: none;
  margin-left: 6px;
  cursor: pointer;
}

/* }}} */
/* {{{ results */

div.results {
  background-color: #f5f5f3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: monospace;
  font-size: 12px;
  margin-top: 20px;
  padding: 20px 30px;
}
div.results h3 {
  margin-bottom: 10px;
}

/* }}} */
