/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #20A6DB;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #20A6DB;
  color: #fff;
  text-shadow: none;
}

a {
  color: #20A6DB;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:visited {
  color: #20A6DB;
}

a:hover {
  color: #25BBF7;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  white-space: pre;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* Primary Styles */

body {
  color: #333;
  padding: 0 1.5em 3em;
}

header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
}

h1, h2, h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 4.5em;
}

h2 {
  margin-top: 1em;
}

h3 {
  font-size: 1.1em;
  margin-bottom: 1em;
}

h2 span,
h3 span {
  color: #AAA;
}

p, pre {
  margin: 0.5em 0 1.5em;
}

pre {
  font-size: .8em;
  color: #555;
  background: #EEE;
  padding: 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.demo-nav {
  float: left;
  position: relative;
  width: 18%;
}

.demo-nav ul {
  list-style: none;
  margin: 30px 0 10px 0;
  padding-left: 0;
}

.demo-nav ul > li {
  display: block;
  position: relative;
}

.demo-nav ul > li > a {
  font-size: 19px;
  font-weight: bolder;
  padding-left: 15px;
}

.demo-nav ul > li > ul {
  padding: 0;
  margin: 0 0 10px 0;
}

.demo-nav ul > li > ul > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 13px;
  color: #777;
  font-weight: normal;
}

.demo-nav li.active a {
  font-weight: bold;
  color: #000;
}

.demo-content {
  width: 82%;
  float: left;
  position: relative;
}

.home #wrapper {
  max-width: 1000px;
}

.logo-desc {
  margin-top: 0;
}

.warning {
  text-align: center;
  color: #AA0000;
}

.sub {
  font-weight: bold;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

code.hljs {
  background-color: transparent;
}

.fork-me img {
  border: 0;
  height: 149px;
  position: absolute;
  right: 0;
  top: 0;
  width: 149px;
}

.angular {
  border: 0;
  height: 49px;
  position: absolute;
  top: 20px;
  width: 49px;
  /*left: 705px;*/
  right: 24%;
}

.example {
  padding: 5px 30px 0 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.handsontable {
  font-size: 12px;
}

iframe {
  width: 97% !important;
  min-height: 480px;
  height: 480px;
}


@media (max-width: 900px) {
  .angular {
    right: 18%;
  }
}
@media (max-width: 830px) {
  .angular {
    right: 12%;
  }
  .fork-me {
    display: none;
  }
}
@media (max-width: 700px) {
  .angular {
    right: 5%;
  }
}
@media (max-width: 600px) {
  .angular {
    display: none;
  }
}
