/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}

/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* CURSOR */

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}
/* Can style cursor different in overwrite (non-insert) mode */
div.CodeMirror-overwrite div.CodeMirror-cursor {}

.cm-tab { display: inline-block; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre { position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 1;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/*
Solarized theme for code-mirror
http://ethanschoonover.com/solarized
*/

/*
Solarized color pallet
http://ethanschoonover.com/solarized/img/solarized-palette.png
*/

.solarized.base03 { color: #002b36; }
.solarized.base02 { color: #073642; }
.solarized.base01 { color: #586e75; }
.solarized.base00 { color: #657b83; }
.solarized.base0 { color: #839496; }
.solarized.base1 { color: #93a1a1; }
.solarized.base2 { color: #eee8d5; }
.solarized.base3  { color: #fdf6e3; }
.solarized.solar-yellow  { color: #b58900; }
.solarized.solar-orange  { color: #cb4b16; }
.solarized.solar-red { color: #dc322f; }
.solarized.solar-magenta { color: #d33682; }
.solarized.solar-violet  { color: #6c71c4; }
.solarized.solar-blue { color: #268bd2; }
.solarized.solar-cyan { color: #2aa198; }
.solarized.solar-green { color: #859900; }

/* Color scheme for code-mirror */

.CodeMirror.cm-s-solarized {
  line-height: 1.45em;
  font-family: Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace !important;
  color-profile: sRGB;
  rendering-intent: auto;
}
.cm-s-solarized.cm-s-dark {
  color: #839496;
  background-color:  #002b36;
  text-shadow: #002b36 0 1px;
}
.cm-s-solarized.cm-s-light {
  background-color: #fdf6e3;
  color: #657b83;
  text-shadow: #eee8d5 0 1px;
}

.cm-s-solarized .CodeMirror-widget {
  text-shadow: none;
}


.cm-s-solarized .cm-method-title { color: #268bd2; }
.cm-s-solarized .cm-method-content { color: #2aa198; }
.cm-s-solarized .cm-trait-title { color: #d33682; }
.cm-s-solarized .cm-trait-content { color: #6c71c4; }
.cm-s-solarized .cm-resource-type-title { color: #d33682; }
.cm-s-solarized .cm-resource-type-content { color: #6c71c4; }
.cm-s-solarized .cm-security-scheme-title { color: #d33682; }
.cm-s-solarized .cm-security-scheme-content { color: #6c71c4; }
.cm-s-solarized .cm-schema-title { color: #d33682; }
.cm-s-solarized .cm-schema-content { color: #6c71c4; }
.cm-s-solarized .cm-raml-tag { color: #859900; }
.cm-s-solarized .cm-resource { color: #cb4b16; }
.cm-s-solarized .cm-key { color: #b58900; }

.cm-s-solarized .cm-keyword { color: #cb4b16 }
.cm-s-solarized .cm-atom { color: #d33682; }
.cm-s-solarized .cm-number { color: #d33682; }
.cm-s-solarized .cm-def { color: #2aa198; }

.cm-s-solarized .cm-variable { color: #268bd2; }
.cm-s-solarized .cm-variable-2 { color: #b58900; }
.cm-s-solarized .cm-variable-3 { color: #6c71c4; }

.cm-s-solarized .cm-property { color: #2aa198; }
.cm-s-solarized .cm-operator {color: #6c71c4;}

.cm-s-solarized .cm-comment { color: #586e75; font-style:italic; }

.cm-s-solarized .cm-string { color: #859900; }
.cm-s-solarized .cm-string-2 { color: #b58900; }

.cm-s-solarized .cm-meta { color: #859900; }
.cm-s-solarized .cm-error,
.cm-s-solarized .cm-invalidchar {
  color: #586e75;
  border-bottom: 1px dotted #dc322f;
}
.cm-s-solarized .cm-qualifier { color: #b58900; }
.cm-s-solarized .cm-builtin { color: #d33682; }
.cm-s-solarized .cm-bracket { color: #cb4b16; }
.cm-s-solarized .CodeMirror-matchingbracket { color: #859900; }
.cm-s-solarized .CodeMirror-nonmatchingbracket { color: #dc322f; }
.cm-s-solarized .cm-tag { color: #93a1a1 }
.cm-s-solarized .cm-attribute {  color: #2aa198; }
.cm-s-solarized .cm-header { color: #586e75; }
.cm-s-solarized .cm-quote { color: #93a1a1; }
.cm-s-solarized .cm-hr {
  color: transparent;
}
.cm-s-solarized .cm-link { color: #93a1a1; cursor: pointer; }
.cm-s-solarized .cm-special { color: #6c71c4; }
.cm-s-solarized .cm-em {
  color: #999;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.cm-s-solarized .cm-strong { color: #eee; }
.cm-s-solarized .cm-tab:before {
  content: "➤";   /*visualize tab character*/
  color: #586e75;
}

.cm-s-solarized.cm-s-dark .CodeMirror-focused .CodeMirror-selected {
  background: #386774;
  color: inherit;
}

.cm-s-solarized.cm-s-dark ::selection {
  background: #386774;
  color: inherit;
}

.cm-s-solarized.cm-s-dark .CodeMirror-selected {
  background: #586e75;
}

.cm-s-solarized.cm-s-light .CodeMirror-focused .CodeMirror-selected {
  background: #eee8d5;
  color: inherit;
}

.cm-s-solarized.cm-s-light ::selection {
  background: #eee8d5;
  color: inherit;
}

.cm-s-solarized.cm-s-light .CodeMirror-selected {
  background: #93a1a1;
}



/* Editor styling */



/* Little shadow on the view-port of the buffer view */
.cm-s-solarized.CodeMirror {
  -moz-box-shadow: inset 7px 0 12px -6px #000;
  -webkit-box-shadow: inset 7px 0 12px -6px #000;
  box-shadow: inset 7px 0 12px -6px #000;
}

/* Gutter border and some shadow from it  */
.cm-s-solarized .CodeMirror-gutters {
  padding: 0 15px 0 10px;
  box-shadow: 0 10px 20px black;
  border-right: 1px solid;
}

/* Gutter colors and line number styling based of color scheme (dark / light) */

/* Dark */
.cm-s-solarized.cm-s-dark .CodeMirror-gutters {
  background-color: #073642;
  border-color: #00232c;
}

.cm-s-solarized.cm-s-dark .CodeMirror-linenumber {
  text-shadow: #021014 0 -1px;
}

/* Light */
.cm-s-solarized.cm-s-light .CodeMirror-gutters {
  background-color: #eee8d5;
  border-color: #eee8d5;
}

/* Common */
.cm-s-solarized .CodeMirror-linenumber {
  color: #586e75;
}

.cm-s-solarized .CodeMirror-gutter .CodeMirror-gutter-text {
  color: #586e75;
}

.cm-s-solarized .CodeMirror-lines {
  padding-left: 5px;
}

.cm-s-solarized .CodeMirror-lines .CodeMirror-cursor {
  border-left: 1px solid #819090;
}

/*
Active line. Negative margin compensates left padding of the text in the
view-port
*/
.cm-s-solarized .activeline {
  margin-left: -20px;
}

.cm-s-solarized.cm-s-dark .activeline {
  background: rgba(255, 255, 255, 0.05);

}
.cm-s-solarized.cm-s-light .activeline {
  background: rgba(0, 0, 0, 0.05);
}

/*
View-port and gutter both get little noise background to give it a real feel.
*/
.cm-s-solarized.CodeMirror,
.cm-s-solarized .CodeMirror-gutters {
  background-image: url("data:image/png;base64,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");
}

.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  max-width: 19em;
  overflow: hidden;
  white-space: pre;
  color: black;
  cursor: pointer;
}

.CodeMirror-hint-active {
  background: #08f;
  color: white;
}

/* angular-ui-tree css file */
.angular-ui-tree-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-image:-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-size:60px 60px;background-position:0 0,30px 30px}.angular-ui-tree-nodes{display:block;position:relative;margin:0;padding:0;list-style:none}.angular-ui-tree-nodes .angular-ui-tree-nodes{padding-left:20px}.angular-ui-tree-node,.angular-ui-tree-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;line-height:20px}.angular-ui-tree-hidden{display:none}.angular-ui-tree-placeholder{margin:5px 0;padding:0;min-height:30px}.angular-ui-tree-handle{cursor:move;text-decoration:none;font-weight:700;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:20px;line-height:20px}.angular-ui-tree-drag{position:absolute;pointer-events:none;z-index:999;opacity:.8}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  /*height: 300px;*/
  height: inherit;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
@-moz-keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}
@-webkit-keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}
@keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}

/* Can style cursor different in overwrite (non-insert) mode */
div.CodeMirror-overwrite div.CodeMirror-cursor {}

.cm-tab { display: inline-block; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre { position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

.CodeMirror-dialog {
  position: absolute;
  left: 0; right: 0;
  background: white;
  z-index: 15;
  padding: .1em .8em;
  overflow: hidden;
  color: #333;
}

.CodeMirror-dialog-top {
  border-bottom: 1px solid #eee;
  top: 0;
}

.CodeMirror-dialog-bottom {
  border-top: 1px solid #eee;
  bottom: 0;
}

.CodeMirror-dialog input {
  border: none;
  outline: none;
  background: transparent;
  width: 20em;
  color: inherit;
  font-family: monospace;
}

.CodeMirror-dialog button {
  font-size: 70%;
}

/* The lint marker gutter */
.CodeMirror-lint-markers {
  width: 16px;
}

.CodeMirror-lint-tooltip {
  background-color: infobackground;
  border: 1px solid black;
  border-radius: 4px 4px 4px 4px;
  color: infotext;
  font-family: monospace;
  font-size: 10pt;
  overflow: hidden;
  padding: 2px 5px;
  position: fixed;
  white-space: pre;
  white-space: pre-wrap;
  z-index: 100;
  max-width: 600px;
  opacity: 0;
  transition: opacity .4s;
  -moz-transition: opacity .4s;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -ms-transition: opacity .4s;
}

.CodeMirror-lint-mark-error, .CodeMirror-lint-mark-warning {
  background-position: left bottom;
  background-repeat: repeat-x;
}

.CodeMirror-lint-mark-error {
  background-image:
  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==")
  ;
}

.CodeMirror-lint-mark-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
}

.CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  position: relative;
}

.CodeMirror-lint-message-error, .CodeMirror-lint-message-warning {
  padding-left: 18px;
  background-position: top left;
  background-repeat: no-repeat;
}

.CodeMirror-lint-marker-error, .CodeMirror-lint-message-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=");
}

.CodeMirror-lint-marker-warning, .CodeMirror-lint-message-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=");
}

.CodeMirror-lint-marker-multiple {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%; height: 100%;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(../fonts/Lato-Hairline.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(../fonts/Lato-Hairline2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../fonts/Lato-Light.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../fonts/Lato-Light2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato-Regular2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato-Bold.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato-Bold2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(../fonts/Lato-Black.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(../fonts/Lato-Black2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(../fonts/Lato-HairlineItalic.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(../fonts/Lato-HairlineItalic2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(../fonts/Lato-LightItalic.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(../fonts/Lato-LightItalic2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(../fonts/Lato-Italic.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(../fonts/Lato-Italic2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(../fonts/Lato-BoldItalic.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(../fonts/Lato-BoldItalic2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(../fonts/Lato-BlackItalic.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(../fonts/Lato-BlackItalic2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(../fonts/Source-Code-Pro.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(../fonts/Source-Code-Pro-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*input.ng-dirty.ng-invalid {
  border: 1px solid red;
}*/

input.ng-dirty.ng-invalid-required {
  border: 1px solid red;
}

input[type="file"].ng-dirty.ng-invalid-required + span.raml-console-field-validation-error::after {
  margin-top: 0;
}

input.ng-dirty.ng-invalid-required + span.raml-console-field-validation-error::after {
  content: 'Required';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-min-length {
  border: 1px solid red;
}

input[type="file"].ng-invalid-min-length + span.raml-console-field-validation-error::after {
  margin-top: 0;
}

input.ng-invalid-min-length + span.raml-console-field-validation-error::after {
  content: 'Invalid min length';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-max-length {
  border: 1px solid red;
}

input[type="file"].ng-dirty.ng-invalid-max-length + span.raml-console-field-validation-error::after {
  margin-top: 0;
}

input.ng-dirty.ng-invalid-max-length + span.raml-console-field-validation-error::after {
  content: 'Invalid max length';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-enum {
  border: 1px solid red;
}

input.ng-dirty.ng-invalid-enum + span.raml-console-field-validation-error::after {
  content: 'Invalid enum value';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-minimum {
  border: 1px solid red;
}

input.ng-dirty.ng-invalid-minimum + span.raml-console-field-validation-error::after {
  content: 'Invalid minimum';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-maximum {
  border: 1px solid red;
}

input.ng-dirty.ng-invalid-maximum + span.raml-console-field-validation-error::after {
  content: 'Invalid maximum';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-type {
  border: 1px solid red;
}

input.ng-dirty.ng-invalid-type + span.raml-console-field-validation-error::after {
  content: 'Invalid type';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-pattern {
  border: 1px solid red;
}

input.ng-dirty.ng-invalid-pattern + span.raml-console-field-validation-error::after {
  content: 'Invalid pattern';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-min-items, input.ng-dirty.ng-invalid-max-items, input.ng-dirty.ng-invalid-unique-items {
  border: 1px solid red;
}

input.ng-dirty.ng-invalid-min-items + span.raml-console-field-validation-error::after {
  content: 'Invalid minItems';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-max-items + span.raml-console-field-validation-error::after {
  content: 'Invalid maxItems';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-unique-items + span.raml-console-field-validation-error::after {
  content: 'Repeated items';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

input.ng-dirty.ng-invalid-repeat {
  border: 1px solid red;
}

input.ng-dirty.ng-invalid-repeat + span.raml-console-field-validation-error::after {
  content: 'Invalid repeat';
  color: white;
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  background-color: red;
  width: 100%;
  text-align: center;
}

@charset "UTF-8";


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.raml-console-container {
  max-width: 1260px;
  margin: 0px auto;
}

@media only screen and (min-width: 600px) {
  .raml-console-container {
    padding: 0 16px;
  }
}

.raml-console-primary {
  margin-top: 24px;
  margin-bottom: 24px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.raml-console-body {
  background: #eee;
  color: #888;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.raml-console-body h1,
.raml-console-body h2,
.raml-console-body h3,
.raml-console-body h4,
.raml-console-body h5,
.raml-console-body h6,
.raml-console-body p,
.raml-console-body ul,
.raml-console-body ol {
  margin-top: 0;
}

.raml-console-line-error {
  background: #FBC2C4 !important;
  color: #8a1f11 !important;
}

.raml-console-parser-error {
  font-size: 13px;
  color: white;
  padding-left: 1px;
  word-wrap: break-word;
  background: red;
  margin-top: -1px;
  text-align: center;
  margin-bottom: 15px;
}

.raml-console-initializer-input-container-error {
  margin-bottom: 0 !important;
}

.raml-console-initializer-input-container-error input {
  border: 1px solid red !important;
  margin-bottom: 0 !important;
}

.raml-console-embedded {
  background: #eee !important;
  color: #888;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.raml-console-show-more-less {
  cursor: default;
  color: blue;
  font-size: small;
}

.raml-console-root-description {
  font-size: medium;
}

.raml-console-root-description p {
  margin-bottom: 3px;
}

.raml-console-title {
  font-size: 24px;
  text-align: center;
  color: #333;
}

@media only screen and (min-width: 600px) {
  .raml-console-title {
    font-size: 36px;
  }
}

.raml-console-meta-button-group {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.raml-console-meta-button-container {
  position: relative;
  float: right;
}

.raml-console-meta-button {
  display: block;
  padding: 5px 8px;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 1px 1px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  transition: 0.2s ease background;
  cursor: pointer;
}

.raml-console-meta-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.raml-console-meta-button-first {
  border-bottom-left-radius: 3px;
}

.raml-console-meta-button-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
}

.raml-console-meta-button-dropdown:before,
.raml-console-meta-button-dropdown:after {
  content: "";
  position: absolute;
  left: 6px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: #ccc;
}

.raml-console-meta-button-dropdown:after {
  top: -11px;
  border-bottom-color: #fff;
}

.raml-console-meta-button-dropdown-item {
  display: block;
  color: #333;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.raml-console-theme-toggle-dark {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.4);
  color: #000;
}

.raml-console-theme-toggle-dark:hover {
  background: rgba(255, 255, 255, 0.6);
}

.raml-console-toggle {
  margin: 0;
  padding: 10px 12px 12px;
  border: 1px solid #ccc;
  background-color: #f3f4f5;
  color: #aaa;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: 0.2s ease color, 0.2s ease border-color;
  -webkit-font-smoothing: antialiased;
}

.raml-console-toggle:hover {
  border-color: #46778f;
  color: #5B9DBD;
  border-width: 1px !important;
}

.raml-console-toggle.raml-console-is-active {
  border-color: #46778f;
  background: #5B9DBD;
  color: #fff;
}

.raml-console-toggle-mini {
  padding: 6px 12px 8px;
}

.raml-console-toggle-group .raml-console-toggle:nth-of-type(odd) {
  border-left-width: 1px;
}

.raml-console-toggle-group .raml-console-toggle:nth-of-type(n+3) {
  border-top-width: 0;
}

.raml-console-toggle-group {
  font-size: 0;
}

.raml-console-toggle-group .raml-console-toggle {
  width: 50%;
  border-left-width: 0;
}

.raml-console-toggle-group .raml-console-toggle:first-child {
  border-left-width: 1px;
}

.raml-console-toggle-group .raml-console-toggle.raml-console-is-active {
  box-shadow: -1px 0 0 #46778F;
}

.raml-console-toggle-group .raml-console-toggle.raml-console-is-active:first-child {
  box-shadow: none;
}

.raml-console-toggle-tabs .raml-console-toggle-tab {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 12px;
  border: none;
  background-color: #e3e4e6;
  color: #999;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease color, 0.2s ease border-color;
  -webkit-font-smoothing: antialiased;
}

.raml-console-toggle-tabs .raml-console-toggle-tab:first-child {
  box-shadow: inset -2px -3px 5px 1px #d6d7d9;
}

.raml-console-toggle-tabs .raml-console-toggle-tab:last-child {
  box-shadow: inset 2px -3px 5px 1px #d6d7d9;
}

.raml-console-toggle-tabs .raml-console-toggle-tab.raml-console-is-active {
  background: none;
  color: #414247;
  box-shadow: none;
}

.raml-console-tab-box {
  height: 31px;
  border-radius: 4px;
  margin: 0 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  text-align: center;
  padding-top: 5px;
}

.raml-console-tab-list {
  right: 9px;
  position: relative;
  position: absolute;
  bottom: -1px;
  display: flex;
  display: -webkit-flex;
  flex-grow: 1;
  flex-flow: row-reverse;
  align-self: flex-end;
  padding-left: 16px;
  float: right;
}

@media only screen and (min-width: 600px) {
  .raml-console-tab-list {
    padding-left: 24px;
  }
}

.raml-console-tab {
  width: 126px;
  overflow: hidden;
  float: left;
  margin: 0 -15px 0 0;
  position: relative;
  cursor: pointer;
  align-self: flex-end;
  height: 18px;
  margin-left: -6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  .raml-console-tab {
    height: 24px;
    margin-left: -6px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-tab {
    height: 27px;
  }
}

.raml-console-tab-label {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-top: 6px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .raml-console-tab-label {
    font-size: 12px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-tab-label {
    font-size: 14px;
  }
}

.raml-console-tab-image {
  width: 82px;
  height: 100%;
}

@media only screen and (min-width: 600px) {
  .raml-console-tab-image {
    width: 112px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-tab-image {
    width: 126px;
  }
}

.raml-console-tab-get::before {
  background: #0B88B9;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab-put::before {
  background: #87538f;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab-delete::before {
  background: #d14956;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab-post::before {
  background: #1EA18D;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab-patch::before {
  background: #02B0E2;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab-connect::before {
  background: #E48F0A;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab-head::before {
  background: #8A45A2;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab-options::before {
  background: #1EBD77;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab-trace::before {
  background: #98B805;
  content: '';
  height: 45px;
  border-radius: 4px;
  margin: -1px 10px 0;
  -webkit-transform: perspective(45px) rotateX(30deg);
  -moz-transform: perspective(45px) rotateX(30deg);
  -ms-transform: perspective(45px) rotateX(30deg);
  width: 108px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.raml-console-tab:hover .raml-console-tab-get::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-get::before {
  background: #5F9ACA;
}

.raml-console-tab:hover .raml-console-tab-put::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-put::before {
  background: #B16DBB;
}

.raml-console-tab:hover .raml-console-tab-delete::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-delete::before {
  background: #EC5D5E;
}

.raml-console-tab:hover .raml-console-tab-post::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-post::before {
  background: #77C5A2;
}

.raml-console-tab:hover .raml-console-tab-patch::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-patch::before {
  background: #96e7fe;
}

.raml-console-tab:hover .raml-console-tab-connect::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-connect::before {
  background: #f8ba58;
}

.raml-console-tab:hover .raml-console-tab-head::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-head::before {
  background: #b680c9;
}

.raml-console-tab:hover .raml-console-tab-options::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-options::before {
  background: #59e5a7;
}

.raml-console-tab:hover .raml-console-tab-trace::before,
.raml-console-resource:not(.raml-console-is-active) .raml-console-tab.raml-console-is-hovered .raml-console-tab-trace::before {
  background: #c7f107;
}

.raml-console-tab.raml-console-is-active {
  z-index: 5;
  color: #333;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-get::before {
  background: #fff;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-post::before {
  background: #fff;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-put::before {
  background: #fff;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-patch::before {
  background: #fff;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-delete::before {
  background: #fff;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-trace::before {
  background: #fff;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-options::before {
  background: #fff;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-head::before {
  background: #fff;
}

.raml-console-tab.raml-console-is-active .raml-console-tab-connect::before {
  background: #fff;
}

/* Resource List */

ol.raml-console-resources-container-no-title {
  margin-top: 35px;
}

ol.raml-console-resources-container {
  margin-top: 0;
}

.raml-console-resource-level-description {
  font-size: 12px;
  color: #878787;
  font-weight: normal;
  display: block;
  margin-top: 5px;
  width: 98%;
}

.raml-console-resource-with-description {
  margin-bottom: 9px;
}

.raml-console-resource-response-jump {
  margin-top: 50px;
  position: inherit;
  margin-left: 10px;
  margin-bottom: 5px;
  float: left;
}

.raml-console-resource-menu {
  list-style: none;
  padding-left: 0;
  margin-top: -5px;
}

.raml-console-resource-description {
  border-bottom: 1px solid #ccc;
}

.raml-console-resource-description div {
  padding: 17px;
  background: #FAFAFA;
}

.raml-console-resource-description div h3 {
  font-size: 12px;
  margin: 0 0 11px;
}

.raml-console-resource-description div p {
  font-size: 12px;
}

.raml-console-resource-menu-item {
  padding-left: 0 !important;
  height: 48px;
  margin-top: 5px;
}

.raml-console-resource-menu-item button.raml-console-button-is-active {
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0;
  height: 48px;
  border-top: 1px #ccc solid !important;
  border-right: 0 !important;
  width: 51px;
}

.raml-console-resource-menu-item button.raml-console-button-is-active.raml-console-resource-menu-btn-2xx {
  border-left: 3px green solid !important;
  border-top: 1px green solid !important;
  border-bottom: 1px green solid !important;
}

.raml-console-resource-menu-item button.raml-console-button-is-active.raml-console-resource-menu-btn-3xx {
  border-left: 3px yellow solid !important;
  border-top: 1px yellow solid !important;
  border-bottom: 1px yellow solid !important;
}

.raml-console-resource-menu-item button.raml-console-button-is-active.raml-console-resource-menu-btn-4xx {
  border-left: 3px coral solid !important;
  border-top: 1px coral solid !important;
  border-bottom: 1px coral solid !important;
}

.raml-console-resource-menu-item button.raml-console-button-is-active.raml-console-resource-menu-btn-5xx {
  border-left: 3px red solid !important;
  border-top: 1px red solid !important;
  border-bottom: 1px red solid !important;
}

.raml-console-resource-menu-item button:focus {
  outline: none;
}

.raml-console-resource-menu-button {
  border-radius: 0 !important;
  border: 0 !important;
  height: 48px !important;
  background: #fafafa !important;
  border-top: 1px #ccc solid !important;
  border-left: 3px #ccc solid !important;
  border-bottom: 1px #ccc solid !important;
}

.raml-console-resource-menu-btn-2xx {
  color: green !important;
}

.raml-console-resource-menu-btn-3xx {
  color: yellow !important;
}

.raml-console-resource-menu-btn-4xx {
  color: coral !important;
}

.raml-console-resource-menu-btn-5xx {
  color: red !important;
}

.raml-console-resource-list {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
}

.raml-console-resource-list-root {
  border-top: 1px solid #ccc;
}

.raml-console-resource-list-item.raml-console-is-active + .raml-console-resource-list-item {
  border-top: 1px solid #ccc;
}

/* Resource Items */

.raml-console-resource {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 960px) {
  .raml-console-resource {
    padding-left: 24px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource {
    min-height: 50px;
    padding-left: 32px;
  }
}

.raml-console-resource.raml-console-is-active {
  min-height: 50px;
  margin: 10px 0 0;
  border-color: #2d2d30;
  background: #2d2d30;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource.raml-console-is-active {
    border-radius: 5px 5px 0 0;
  }
}

.raml-console-resource-path-container {
  flex-grow: 1;
  padding: 6px 0;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-path-container {
    padding-top: 11px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-path-container {
    padding-top: 16px;
  }
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-root .raml-console-resource-path-container {
    padding-top: 9px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-root .raml-console-resource-path-container {
    padding-top: 11px;
  }
}

.raml-console-resource.raml-console-is-active .raml-console-resource-path-container {
  padding-top: 11px;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-root.raml-console-is-active .raml-console-resource-path-container {
    padding-top: 11px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-root.raml-console-is-active .raml-console-resource-path-container {
    padding-top: 11px;
  }
}

.raml-console-resource-close-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  display: none;
  padding: 0 18px 0 3px;
  border-radius: 5px;
  border: none;
  background: transparent;
  color: #888a99;
  font-size: 10px;
  text-transform: uppercase;
  transition: 0.2s ease color;
}

.raml-console-resource-close-btn:before {
  content: "\00d7";
  position: absolute;
  top: -2px;
  right: 3px;
  border: none;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.raml-console-resource-close-btn:hover {
  color: #9ea0ad;
}

.raml-console-resource-list-root > .raml-console-resource-list-item.raml-console-is-active + .raml-console-resource-list-item {
  border-top: 0;
}

.raml-console-resource.raml-console-is-active + .raml-console-resource-list {
  border-top: 1px solid #ccc;
}

.raml-console-resource.raml-console-is-active .raml-console-resource-path-active {
  color: #fff;
}

.raml-console-resource-trait {
  display: none !important;
}

.raml-console-resource.raml-console-is-active .raml-console-resource-trait {
  display: inline-block !important;
}

.raml-console-resource.raml-console-is-active .raml-console-resource-close-btn {
  display: block;
}

.raml-console-resource.raml-console-is-active .raml-console-resource-root-toggle {
  display: none;
}

.raml-console-resource-root-toggle {
  position: absolute;
  top: 2px;
  left: -2px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0.25;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

.raml-console-resource-root-toggle:focus {
  outline: none;
}

.raml-console-resource-root-toggle.raml-console-is-active {
  transform: rotate(-90deg);
}

.raml-console-resource-root-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2.5px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #333;
}

.raml-console-resource-root-toggle:hover {
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-root-toggle {
    top: 8px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-root-toggle {
    top: 13px;
    left: 0;
  }

  .raml-console-resource-root-toggle:before {
    margin-top: -3.5px;
    margin-left: -7px;
    border-width: 7px;
  }
}

.raml-console-resource-section-title {
  display: inline-block;
  margin: 0;
  margin-right: 4px;
  color: #b9b9b9;
  font-size: 10px;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-section-title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-section-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-section-title {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-section-title {
    font-size: 18px;
  }
}

a.raml-console-resource-path-active {
  cursor: pointer;
}

.raml-console-resource-heading-hover:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1px, #999 2px, rgba(255, 255, 255, 0) 1px);
}

.raml-console-resource-heading {
  display: inline-block;
  margin: 0;
  margin-right: 4px;
  color: #b9b9b9;
  font-size: 10px;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-heading {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-heading {
    font-size: 18px;
  }
}

.raml-console-resource-heading-large {
  font-size: 10px;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-heading-large {
    font-size: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-heading-large {
    font-size: 18px;
  }
}

.raml-console-flag-list {
  font-size: 0;
}

.raml-console-flag-list .raml-console-flag {
  margin-left: 10px;
}

.raml-console-flag {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #d5d7d9;
  border-radius: 5px;
  background: #e3e4e6;
  color: #333;
  font-size: 12px;
}

.raml-console-resource-heading-flag {
  position: relative;
  top: -1px;
  padding: 0 3px;
  border-radius: 3px;
  background: #e3e4e6;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-heading-flag {
    top: -2px;
    padding: 2px 8px;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-heading-flag-root {
    top: -3px;
  }
}

.raml-console-flag b {
  color: #888;
}

.raml-console-resource-path-active {
  color: #333;
}

.raml-console-resource-proxy {
  position: absolute;
  right: 5px;
  color: #585961;
  font-size: 13px;
  margin-bottom: 5px;
  z-index: 1;
}

.raml-console-resource-proxy a {
  color: #585961;
}

.raml-console-resource-proxy a:visited {
  color: #585961;
}

.raml-console-resource-no-baseuri {
  background-color: red;
  margin-top: -1px;
  font-family: Lato;
  font-size: 13px;
  padding: 3px;
  color: white;
  text-align: center;
  text-rendering: optimizeLegibility;
}

.raml-console-resource-header {
  position: relative;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #fafafa;
  color: #585961;
}

.raml-console-resource-head {
  margin: 0;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-left: 32px;
}

.raml-console-resource-head button:focus {
  outline: none;
}

.raml-console-schema-body {
  font-size: 12px;
  padding-top: 8px;
}

.raml-console-schema-body .raml-console-flag {
  font-size: 12px !important;
}

.raml-console-resource-body-heading > span {
  margin-left: 5px;
  cursor: pointer;
}

.raml-console-resource-body-heading > span.raml-console-is-active {
  background: #bbbbbb;
  color: #333;
}

root
.raml-console-request-body-heading > span {
  margin-left: 5px;
  cursor: pointer;
}

.raml-console-request-body-heading > span.raml-console-is-active {
  background: #bbbbbb;
  color: #333;
}

.raml-console-request-body-heading span:first-child {
  margin-left: 0;
}

.raml-console-resource-panel {
  position: relative;
  min-height: 500px;
  border: solid #ccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  color: #333;
}

.raml-console-resource-panel.raml-console-type-panel {
  min-height: 0;
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-panel {
    border-width: 1px;
  }
}

.raml-console-resource-panel-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.raml-console-resource-panel-primary {
  width: 60%;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-flex: 1 auto;
  font-size: 16px;
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-panel-primary {
    font-size: 18px;
  }

  .raml-console-has-sidebar-collapsed .raml-console-resource-panel-primary {
    padding-left: 0;
  }
}

.raml-console-resource-panel-primary p {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif', 'Liberation Serif", Georgia, serif;
}

.raml-console-resource-panel-primary a {
  color: #257dcf;
}

.raml-console-sidebar-controls-collapse {
  display: none;
}

.raml-console-has-sidebar-fullscreen .raml-console-sidebar-fullscreen-toggle {
  display: none;
}

.raml-console-has-sidebar-fullscreen .raml-console-sidebar-collapse-toggle {
  display: block;
}

.raml-console-has-sidebar-fullscreen .raml-console-sidebar-controls-fullscreen {
  display: none;
}

.raml-console-has-sidebar-collapsed .raml-console-sidebar-controls-collapse {
  display: block;
}

.raml-console-resource-panel.raml-console-has-sidebar-collapsed .raml-console-sidebar-controls {
  right: -80px;
  width: 80px;
}

.raml-console-resource-panel.raml-console-has-sidebar-collapsed .raml-console-sidebar-controls .raml-console-discoverable {
  display: inline;
}

.raml-console-resource-panel.raml-console-has-sidebar-collapsed .raml-console-sidebar-controls .raml-console-collapse img {
  visibility: visible;
}

.raml-console-resource-panel.raml-console-has-sidebar-collapsed .raml-console-sidebar-controls .raml-console-collapse:before {
  content: "";
}

.raml-console-response-container {
  margin-left: 60px;
  min-height: 500px;
  padding-top: 24px !important;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.raml-console-resource-panel-primary-row {
  padding: 10px;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-panel-primary-row {
    padding: 24px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-panel-primary-row {
    padding: 32px;
  }
}

.raml-console-resource-panel-content {
  display: none;
  background: #fff;
}

.raml-console-resource-panel-content.raml-console-is-active {
  display: block;
}

.raml-console-resource-panel-description .raml-console-description {
  margin-bottom: 0;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.raml-console-resource-panel-flag-list {
  margin-top: 5px;
  padding-left: 0;
}

.raml-console-resource-panel-flag-list .raml-console-flag {
  margin-top: 8px;
  border: 1px solid #eaeced;
  background: #fafafa;
}

.raml-console-resource-panel-flag-list .raml-console-flag:first-child {
  margin-left: 0;
}

.raml-console-examples-container .raml-console-flag {
  cursor: pointer;
  margin: 0 2px 2px 0;
}

.raml-console-examples-container .raml-console-flag.raml-console-is-active {
  background: #bbbbbb;
  color: #333;
}

.raml-console-resource-panel-subheader {
  padding: 14px 32px 18px 100px;
  border-width: 1px 0;
  min-height: 45px;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-panel-subheader {
    padding-right: 24px;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-panel-subheader {
    padding-right: 24px;
    padding-left: 32px;
  }
}

.raml-console-resource-panel-subheader-section {
  width: 50%;
}

.raml-console-resource-panel-tabs {
  padding-top: 0;
}

.raml-console-resource-panel-toggle-group {
  float: left;
}

.raml-console-resource-heading-a {
  margin: 0 0 18px;
  color: #4c5272;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.raml-console-resource-heading-a:first-child {
  margin-top: 0;
}

.raml-console-resource-section {
  margin-top: 32px;
}

@media only screen and (min-width: 960px) {
  .raml-console-resource-section {
    margin-top: 48px;
  }
}

.raml-console-resource-section:first-child {
  margin-top: 0;
}

.raml-console-resource-response-section {
  margin-top: 24px;
}

.raml-console-resource-param {
  margin-bottom: 16px;
}

.raml-console-resource-param p {
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 12px;
  font-size: 14px;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-param p {
    padding-left: 24px;
    font-size: 16px;
  }
}

.raml-console-resource-param-heading {
  margin-bottom: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.raml-console-resource-param-instructional {
  margin-left: 5px;
  color: #777;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  .raml-console-resource-param-instructional {
    font-size: 16px;
  }
}

.raml-console-resource-param-example {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-break: break-all;
}

.raml-console-resource-param-example b {
  margin-right: 3px;
  color: #777;
  font-style: italic;
  font-weight: 400;
}

.raml-console-resource-response-jump {
  font-size: 14px;
}

.raml-console-resource-btns {
  padding-left: 5px;
}

.raml-console-resource-btn {
  text-decoration: none;
  margin: 0 5px 0 0;
  padding: 5px 10px 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f3f4f5;
  color: #257dcf;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: 0.2s ease color, 0.2s ease border-color;
  -webkit-font-smoothing: antialiased;
}

.raml-console-resource-btn.raml-console-is-active,
.raml-console-resource-btn:hover {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #257dcf;
  color: #fff;
}

.raml-console-resource-response .raml-console-flag {
  border: 1px solid #eaeced;
  font-size: 16px;
  background: #fafafa;
  color: #888;
}

.raml-console-resource-pre {
  margin: 0 0 18px 0;
  border: 1px solid #c6cada;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.75);
  font-family: Source Code Pro;
  font-size: 14px;
  overflow: auto;
}

.raml-console-resource-pre code pre {
  margin: 0;
}

.raml-console-resource-pre-toggle {
  display: none;
}

.raml-console-resource-pre-toggle.raml-console-is-active {
  display: block;
}

.raml-console-toggle-button,
.raml-console-toggle-button:visited,
.raml-console-toggle-button:active {
  color: #585961;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: bold;
}

.raml-console-type-info-popover {
  padding: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #FFF;
  width: 350px;
  border: 1px solid black;
  z-index: 99;
  margin-bottom: 5px;
}

.raml-console-type-info-popover .raml-console-resource-param {
  margin-bottom: 5px;
}

.raml-console-type-info-popover .raml-console-subtitle {
  font-size: 12px;
}

.raml-console-sidebar {
  width: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  overflow: hidden;
  border-bottom-right-radius: 4px;
  border-left: 3px solid #d6d7d9;
  position: relative;
  background: #f3f4f5;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar {
    position: relative;
    top: 0;
    bottom: 0;
    width: 430px;
    border-left-width: 0;
  }
}

.raml-console-sidebar-url-segment {
  font-weight: bold;
}

.raml-console-sidebar-prefill {
  padding: 16px 0 0 0 !important;
}

.raml-console-sidebar-flex-wrapper {
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar-flex-wrapper {
    height: 100%;
    overflow: hidden;
  }
}

.raml-console-sidebar-controls {
  height: 43px;
  width: 80px;
  position: absolute;
  top: 0;
  right: -80px;
  border-radius: 0 0 0 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #d6d7d9;
}

.raml-console-sidebar-controls,
.raml-console-sidebar-controls .raml-console-collapse {
  transition: 0.2s ease background;
}

.raml-console-sidebar-controls:hover,
.raml-console-sidebar-controls:hover .raml-console-collapse {
  background: #c9cacd;
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar-controls {
    right: -21px;
    border-left-width: 1px;
  }
}

.raml-console-sidebar-controls .raml-console-collapse {
  padding: 0;
  padding-right: 2px;
  border: none;
  width: 100%;
  height: 100%;
  background: #d6d7d9;
  outline: none;
}

.raml-console-sidebar-controls .raml-console-collapse svg {
  width: 15px;
  margin: 0 auto;
  vertical-align: text-bottom;
  transition: 0.2s ease transform;
}

.raml-console-sidebar-controls .raml-console-discoverable {
  padding-left: 5px;
  font-size: 12pt;
  font-weight: 700;
}

.raml-console-sidebar-controls-fullscreen {
  display: block;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar-controls-fullscreen {
    display: none;
  }
}

.raml-console-sidebar-controls-collapse {
  display: none;
}

.raml-console-sidebar-controls-collapse .raml-console-discoverable {
  display: none;
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar-controls-collapse {
    display: none;
  }

  .raml-console-sidebar-controls-collapse .raml-console-collapse img {
    visibility: hidden;
  }
}

.raml-console-sidebar-resize-toggle {
  cursor: pointer;
  float: right;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  margin-top: 3px;
  border-radius: 100%;
  border: 1px solid #808080;
  padding: 0;
  text-align: center;
}

.raml-console-sidebar-resize-toggle:hover {
  opacity: 0.7;
}

.raml-console-sidebar-resize-toggle svg {
  width: 10px;
  height: 12px;
  margin-bottom: 4px;
  margin-left: 1px !important;
}

.raml-console-sidebar-resize-toggle .raml-console-close-sidebar {
  height: 19px;
  margin-top: -4px;
  color: #808080;
  font-weight: 500;
}

.raml-console-sidebar-resize {
  margin-right: 5px;
  display: none;
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar-resize {
    display: block;
  }
}

.raml-console-sidebar-collapse-toggle {
  display: none;
  cursor: pointer;
  float: right;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  margin-top: 3px;
  border-radius: 100%;
  border: 1px solid #808080;
  padding: 0;
  text-align: center;
}

.raml-console-sidebar-collapse-toggle:hover {
  opacity: 0.7;
}

.raml-console-sidebar-collapse-toggle svg {
  width: 10px;
  height: 12px;
  margin-bottom: 4px;
  margin-left: 1px !important;
}

.raml-console-sidebar-collapse-toggle .raml-console-close-sidebar {
  height: 19px;
  margin-top: -4px;
  color: #808080;
  font-weight: 500;
}

.raml-console-sidebar-fullscreen-toggle {
  cursor: pointer;
  float: right;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  margin-top: 3px;
  border-radius: 100%;
  border: 1px solid #808080;
  padding: 0;
  text-align: center;
}

.raml-console-sidebar-fullscreen-toggle:hover {
  opacity: 0.7;
}

.raml-console-sidebar-fullscreen-toggle svg {
  width: 10px;
  height: 12px;
  margin-bottom: 4px;
  margin-left: 1px !important;
}

.raml-console-sidebar-fullscreen-toggle .raml-console-close-sidebar {
  height: 19px;
  margin-top: -4px;
  color: #808080;
  font-weight: 500;
}

.raml-console-resource-list.raml-console-is-collapsed {
  display: none;
}

.raml-console-sidebar.raml-console-is-collapsed {
  width: 0;
  border-left: 0;
}

.raml-console-sidebar.raml-console-is-collapsed .raml-console-sidebar-controls {
  right: -80px;
  width: 80px;
}

.raml-console-sidebar.raml-console-is-collapsed .raml-console-collapse:before {
  content: none;
}

.raml-console-sidebar.raml-console-is-collapsed .raml-console-collapse .raml-console-discoverable {
  display: inline;
}

.raml-console-sidebar.raml-console-is-collapsed .raml-console-collapse img {
  visibility: visible;
}

.raml-console-sidebar.raml-console-is-fullscreen {
  width: 100%;
  border-left-width: 0;
  box-shadow: none;
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar.raml-console-is-fullscreen {
    border-left-width: 1px;
  }
}

.raml-console-sidebar.raml-console-is-fullscreen .raml-console-sidebar-controls {
  display: none;
}

.raml-console-sidebar.raml-console-is-fullscreen .raml-console-sidebar-content {
  display: block;
  border: 0;
}

.raml-console-sidebar-resize-toggle svg.raml-console-small-resize {
  display: none;
}

.raml-console-sidebar-resize-toggle svg {
  margin-left: 8px;
}

.raml-console-sidebar.raml-console-is-fullscreen .raml-console-sidebar-resize-toggle svg.raml-console-full-resize {
  display: none;
}

.raml-console-sidebar.raml-console-is-fullscreen .raml-console-sidebar-resize-toggle svg.raml-console-small-resize {
  display: inline-block;
}

.raml-console-sidebar.raml-console-is-fullscreen .raml-console-sidebar-input-tooltip {
  display: block;
}

.raml-console-sidebar-content {
  display: none;
  overflow: hidden;
  border: solid #d6d7d9;
  border-width: 0 1px;
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar-content {
    display: block;
    min-width: 430px;
    height: 100%;
  }
}

.raml-console-sidebar-content-wrapper {
  min-height: 455px;
}

@media only screen and (min-width: 960px) {
  .raml-console-sidebar-content-wrapper {
    overflow: hidden;
    max-height: calc(100% - 43px);
    -webkit-overflow-scrolling: touch;
  }
}

.raml-console-sidebar-row {
  padding: 12px 16px 16px;
}

.raml-console-sidebar-row .raml-console-codemirror-body-editor {
  width: 100%;
  resize: none;
  font-family: Source Code Pro;
  font-size: 14px;
  border: 1px solid #c6cada;
}

.raml-console-sidebar-header {
  position: relative;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ddd;
  color: #585961;
}

.raml-console-sidebar-header .raml-console-resource-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
}

.raml-console-sidebar-head {
  margin: 0;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

.raml-console-sidebar-head-expand {
  position: relative;
  display: inline-block;
}

.raml-console-sidebar-expand-btn {
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
  border: none;
  background: transparent;
  opacity: 0.8;
  transition: 0.2s ease all;
}

.raml-console-sidebar-expand-btn:hover {
  border-color: #9ea0ad;
  opacity: 1;
}

.raml-console-sidebar-expand-btn.raml-console-is-open:before {
  content: " ";
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #888a99;
  border-right: 7px solid transparent;
}

.raml-console-sidebar-expand-btn.raml-console-is-collapsed:before {
  content: " ";
  position: absolute;
  top: 11px;
  right: 0px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #888a99;
}

.raml-console-sidebar-subheader {
  margin-top: 10px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #d6d7d9;
  border-width: 1px 0;
  position: relative;
  color: #585961;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.raml-console-sidebar-subheader-top {
  margin-top: 0;
  border-top: 0;
}

.raml-console-sidebar-subhead {
  margin: 0;
  font-size: 13px;
}

.raml-console-sidebar-header + .raml-console-sidebar-subheader {
  margin-top: 0;
  border-top: 0;
}

.raml-console-sidebar-add-btn {
  position: absolute;
  top: 11px;
  right: 5px;
  width: 17px;
  height: 17px;
  border: none;
  border-radius: 50%;
  background: #888a99;
  color: #f3f4f5;
  opacity: 0.4;
  transition: 0.2s ease all;
}

.raml-console-sidebar-add-btn:before {
  content: "\002B";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.raml-console-sidebar-add-btn:hover {
  background-color: #9ea0ad;
  opacity: 1;
}

.raml-console-sidebar-toggle-group {
  padding: 5px 0;
}

.raml-console-sidebar-action-group {
  font-size: 0;
}

.raml-console-sidebar-action {
  margin-top: 12px;
  padding: 5px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  transition: 0.2s ease background-color;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}

.raml-console-sidebar-action-get {
  width: 130px;
  background-color: #0B88B9;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-get:hover {
  background-color: #5F9ACA;
}

.raml-console-sidebar-action-put {
  width: 130px;
  background-color: #87538f;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-put:hover {
  background-color: #B16DBB;
}

.raml-console-sidebar-action-post {
  width: 130px;
  background-color: #1EA18D;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-post:hover {
  background-color: #77C5A2;
}

.raml-console-sidebar-action-delete {
  width: 130px;
  background-color: #d14956;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-delete:hover {
  background-color: #EC5D5E;
}

.raml-console-sidebar-action-patch {
  width: 130px;
  background-color: #02B0E2;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-patch:hover {
  background-color: #96e7fe;
}

.raml-console-sidebar-action-connect {
  width: 130px;
  background-color: #E48F0A;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-connect:hover {
  background-color: #f8ba58;
}

.raml-console-sidebar-action-head {
  width: 130px;
  background-color: #8A45A2;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-head:hover {
  background-color: #b680c9;
}

.raml-console-sidebar-action-options {
  width: 130px;
  background-color: #1EBD77;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-options:hover {
  background-color: #59e5a7;
}

.raml-console-sidebar-action-trace {
  width: 130px;
  background-color: #98B805;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-trace:hover {
  background-color: #c7f107;
}

.raml-console-sidebar-action-force {
  width: 130px;
  background-color: red;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-force:hover {
  background-color: #ff4d4d;
}

.raml-console-sidebar-action-cancel-request {
  width: 130px;
  background-color: #8f6953;
  letter-spacing: 2px;
}

.raml-console-sidebar-action-cancel-request:hover {
  background-color: #a9826c;
}

.raml-console-sidebar-action-clear {
  width: 80px;
  margin-left: 7px;
  background-color: #2d2d30;
}

.raml-console-sidebar-action-clear:hover {
  background-color: #46464a;
}

.raml-console-sidebar-action-prefill {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f3f4f5;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s ease color, 0.2s ease border-color;
  -webkit-font-smoothing: antialiased;
}

.raml-console-sidebar-action-prefill:hover {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #a8a9b4;
  color: #fff;
}

.raml-console-sidebar-action-reset {
  width: 80px;
  margin-left: 7px;
  background-color: #888a99;
}

.raml-console-sidebar-action-reset:hover {
  background-color: #a3a5b1;
}

.raml-console-sidebar-input-container {
  position: relative;
}

.raml-console-sidebar-label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.raml-console-sidebar-security-label {
  display: inline;
  float: right;
  font-size: 11px;
  font-weight: normal;
  margin-right: 5px;
  margin-top: 9px;
}

.raml-console-sidebar-input {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 18px;
  height: 36px;
  padding: 0 4px 0 36px;
  border: 1px solid #d6d7d9;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.raml-console-sidebar-input-reset {
  position: absolute;
  bottom: 5px;
  left: 2px;
  border: 0;
  background: transparent;
  color: #bbb;
  font-weight: 900;
  transition: 0.3s ease color;
}

.raml-console-sidebar-input-reset:before {
  content: "↪";
  display: block;
  -webkit-transform: rotate(-180deg);
}

.raml-console-sidebar-input-reset:hover {
  color: #777;
}

.raml-console-sidebar-input-tooltip-container-enum {
  margin-right: 19px;
}

.raml-console-sidebar-input-tooltip-container {
  position: absolute;
  right: 7px;
  bottom: 9px;
  width: 100%;
}

.raml-console-sidebar-input-left {
  position: static;
}

.raml-console-sidebar-input-tooltip {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 19px;
  height: 19px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: transparent;
  color: #bbb;
  font-weight: 900;
  transition: 0.3s ease color, 0.3s ease border-color;
  z-index: 999;
}

.raml-console-sidebar-input-tooltip:before {
  content: "i";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 0;
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
}

.raml-console-sidebar-input-tooltip-container:hover .raml-console-sidebar-input-tooltip {
  color: #777;
  border-color: #777;
}

@keyframes raml-console-flyout-slide {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.raml-console-sidebar-tooltip-flyout {
  position: absolute;
  top: 5px;
  right: -7px;
  z-index: 20;
  display: none;
  max-width: 100%;
  margin: 0 0 18px 0;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #2d2d30;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.raml-console-sidebar-input-tooltip-container:hover .raml-console-sidebar-tooltip-flyout {
  display: block;
  animation: flyout-slide 0.15s ease forwards;
}

.raml-console-sidebar-tooltip-flyout:before {
  content: ' ';
  position: absolute;
  top: -5px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2d2d30;
}

.raml-console-sidebar-tooltip-flyout-left {
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 20;
  display: none;
  max-width: 100%;
  margin: 0 0 18px 0;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #2d2d30;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.raml-console-sidebar-input-tooltip-container:hover .raml-console-sidebar-tooltip-flyout-left {
  display: block;
  animation: flyout-slide 0.15s ease forwards;
}

.raml-console-sidebar-tooltip-flyout-left:before {
  content: ' ';
  position: absolute;
  top: -5px;
  left: 12px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2d2d30;
}

.raml-console-sidebar-input-container-custom {
  position: relative;
}

.raml-console-sidebar-label-custom {
  margin-top: 5px;
  margin-bottom: 6px;
  padding: 0;
  border: 2px solid #d6d7d9;
  border-radius: 4px;
}

.raml-console-sidebar-custom-input-for-label {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0px 4px 3px 30px;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
}

.raml-console-sidebar-input-custom {
  padding-left: 10px;
}

.raml-console-sidebar-input-delete {
  position: absolute;
  top: 1px;
  left: 3px;
  border: 0;
  background: transparent;
  color: #bbb;
  font-weight: 900;
  font-size: 22px;
  transition: 0.3s ease color;
}

.raml-console-sidebar-input-delete:before {
  content: "\00d7";
  display: block;
  -webkit-transform: rotate(-180deg);
}

.raml-console-sidebar-input-delete:hover {
  color: #777;
}

.raml-console-sidebar-url {
  margin: 0;
  display: inline-block;
  font-size: 16px;
}

.raml-console-sidebar-method {
  float: left;
  padding-top: 2px;
  margin: 0 5px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.raml-console-sidebar-method-content {
  margin-bottom: 16px;
  font-size: 14px;
}

.raml-console-sidebar-request-metadata {
  display: none;
}

.raml-console-sidebar-request-metadata.raml-console-is-active {
  display: block;
}

.raml-console-sidebar-response {
  display: none;
}

.raml-console-sidebar-response.raml-console-is-active {
  display: block;
}

.raml-console-sidebar-response-head {
  margin: 0;
  margin-bottom: 2px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 700;
}

.raml-console-sidebar-response-item {
  font-size: 16px;
  word-wrap: break-word;
}

.raml-console-sidebar-response-metadata {
  margin-bottom: 5px;
  margin-left: 16px;
  word-wrap: break-word;
}

.raml-console-sidebar-response-item b {
  margin-left: -16px;
  margin-right: 3px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 400;
  font-style: italic;
}

.raml-console-sidebar-pre {
  margin: 0;
  border: 1px solid #c6cada;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.75);
  font-family: Source Code Pro;
  font-size: 14px;
}

.raml-console-sidebar-pre code > div {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.raml-console-sidebar-response-head-pre {
  border: 0;
}

.raml-console-sidebar-request-url {
  padding: 0;
}

.raml-console-sidebar-request-url b,
.raml-console-sidebar-request-url i {
  margin: 0;
  font-style: normal;
  font-weight: 700;
}

.raml-console-sidebar-request-url b {
  color: #a84bc5;
}

.raml-console-sidebar-request-url i {
  color: #4392DB;
}

.raml-console-sidebar-show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 25px;
  border-bottom-left-radius: 3px;
  background-color: rgba(45, 45, 48, 0.5);
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.raml-console-sidebar-show-more img {
  width: 15px;
  vertical-align: middle;
}

.raml-console-sidebar-response-body {
  padding: 0 !important;
}

.raml-console-sidebar-response-body .CodeMirror {
  height: 100% !important;
}

.raml-console-sidebar-request-body {
  padding: 0 !important;
}

.raml-console-sidebar-request-body .CodeMirror {
  height: 100% !important;
}

.raml-console-sidebar-security-field {
  padding: 0 0 0 11px !important;
}

.raml-console-sidebar-field-no-default {
  padding: 0 0 0 11px !important;
}

.raml-console-sidebar-base-uri {
  font-size: 13px;
}

.raml-console-side-bar-try-it-description {
  display: block;
}

.raml-console-sidebar-securty {
  padding-bottom: 0;
  padding-top: 0;
}

.raml-console-sidebar-override-show {
  display: block !important;
}

.raml-console-sidebar-override-hide {
  display: none;
}

.raml-console-sidebar-override {
  font-weight: normal;
  float: right;
  cursor: pointer;
  margin-right: 1px;
}

.raml-console-sidebar-force-message {
  font-size: 13px;
  color: red;
}

.raml-console-sidebar-oauth-scopes {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
  margin-top: -10px !important;
}

.raml-console-sidebar-input-file {
  margin-top: 12px;
  font-size: 12px;
  width: 100%;
  padding: 2px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.raml-console-hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.raml-console-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.raml-console-visuallyhidden.raml-console-focusable:active,
.raml-console-visuallyhidden.raml-console-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.raml-console-invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.raml-console-clearfix:before,
.raml-console-clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.raml-console-clearfix:after {
  clear: both;
}

.raml-console-error-container {
  max-width: 1260px;
  margin: 0px auto;
}

@media only screen and (min-width: 600px) {
  .raml-console-error-container {
    padding: 0 16px;
  }
}

.raml-console-error-primary {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .raml-console-error-content {
    overflow: auto;
    max-height: calc(100% - 43px);
    -webkit-overflow-scrolling: touch;
  }
}

.raml-console-error-content > .raml-console-heading {
  border-bottom: 1px solid;
  border-bottom-color: darkgray;
  font-weight: normal;
}

.raml-console-error-message {
  word-wrap: break-word;
}

.raml-console-error-row {
  padding: 12px 16px 16px;
}

.raml-console-error-header {
  position: relative;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  border: 1px solid #ccc;
  background: #ddd;
  color: #585961;
}

.raml-console-error-head {
  margin: 0;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

.raml-console-error-subhead {
  font-size: 13px;
  color: #727379;
}

.raml-console-error-codemirror-container {
  padding: 0 !important;
}

.raml-console-error-snippet {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.raml-console-error-head-expand {
  position: relative;
  display: inline-block;
}

.raml-console-error-expand-btn {
  position: relative;
  margin: 0;
  border: none;
  background: transparent;
  opacity: 0.8;
  transition: 0.2s ease all;
  padding: 0;
  cursor: pointer;
}

.raml-console-error-pre {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #c6cada;
  border-top: 0;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  font-family: Source Code Pro;
  font-size: 14px;
}

span.raml-console-side-bar-required-field {
  color: red;
}

.raml-console-spinner {
  margin: 200px auto;
  width: 85px;
  height: 65px;
  text-align: center;
  font-size: 10px;
}

.raml-console-spinner > div {
  background-color: #595959;
  height: 100%;
  width: 9px;
  display: inline-block;
  -webkit-animation: raml-console-stretchdelay 1.2s infinite ease-in-out;
  animation: raml-console-stretchdelay 1.2s infinite ease-in-out;
}

.raml-console-spinner .raml-console-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.raml-console-spinner .raml-console-rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.raml-console-spinner .raml-console-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.raml-console-spinner .raml-console-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes raml-console-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes raml-console-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.raml-console-spinner::after {
  content: 'loading RAML';
  font-size: 13px;
}

/*spinner request*/

@-webkit-keyframes raml-console-spinner-request {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes raml-console-spinner-request {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes raml-console-spinner-request {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes raml-console-spinner-request {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* :not(:required) hides this rule from IE9 and below */

.raml-console-spinner-request:not(:required) {
  -webkit-animation: raml-console-spinner-request 1500ms infinite linear;
  -moz-animation: raml-console-spinner-request 1500ms infinite linear;
  -ms-animation: raml-console-spinner-request 1500ms infinite linear;
  -o-animation: raml-console-spinner-request 1500ms infinite linear;
  animation: raml-console-spinner-request 1500ms infinite linear;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 7px;
  width: 1em;
  height: 1em;
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  left: 125px;
  margin-top: 7px;
}

.raml-console-initializer-container {
  max-width: 1260px;
  margin: 0px auto;
}

@media only screen and (min-width: 600px) {
  .raml-console-initializer-container {
    padding: 0 16px;
  }
}

.raml-console-initializer-primary {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .raml-console-initializer-content-wrapper {
    overflow: auto;
    max-height: calc(100% - 43px);
    -webkit-overflow-scrolling: touch;
  }
}

.raml-console-initializer-content-wrapper section {
  background: #f3f4f5;
}

.raml-console-initializer-row {
  padding: 12px 16px 16px;
}

.raml-console-initializer-input-container > div {
  width: 100%;
  resize: none;
  font-size: 14px;
  border: 1px solid #c6cada;
}

.raml-console-initializer-input-container-error > div {
  border: 1px solid #ff0000 !important;
}

.raml-console-initializer-subheader {
  margin-top: 10px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #d6d7d9;
  border-width: 1px 0;
  position: relative;
  color: #585961;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.raml-console-initializer-subheader-top {
  margin-top: 0;
  border-top: 0;
}

.raml-console-initializer-subhead {
  margin: 0;
}

.raml-console-initializer-header + .raml-console-initializer-subheader {
  margin-top: 0;
  border-top: 0;
}

.raml-console-initializer-input-container {
  position: relative;
}

.raml-console-initializer-input {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 18px;
  height: 36px;
  padding: 0 4px 0 36px;
  border: 1px solid #d6d7d9;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.raml-console-initializer-raml-field {
  padding: 0 0 0 11px !important;
}

.raml-console-initializer-action-group {
  font-size: 0;
}

.raml-console-initializer-action {
  padding: 10px 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
  color: #fff;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: 0.2s ease background-color;
  -webkit-font-smoothing: antialiased;
}

.raml-console-initializer-action-btn {
  width: 25%;
  background-color: #888a99;
}

.raml-console-initializer-action-btn:hover {
  background-color: #a3a5b1;
}

.raml-console-toggle-all {
  text-transform: capitalize;
  font-size: 10px;
  background-color: #b7b7b7;
  border: 0;
  color: #878787;
  font-weight: bold;
  border-radius: 0;
  position: absolute;
  float: right;
  margin-top: 34px;
  right: 32px;
  cursor: pointer;
}

.raml-console-documentation-schemes p {
  font-size: 13px;
}

.raml-console-documentation-schemes .raml-console-scheme-headers,
.raml-console-documentation-schemes .raml-console-scheme-query-parameters,
.raml-console-documentation-schemes .raml-console-scheme-settings,
.raml-console-documentation-schemes .raml-console-scheme-responses {
  margin-top: 0;
}

.raml-console-documentation-schemes .raml-console-scheme-headers h4,
.raml-console-documentation-schemes .raml-console-scheme-query-parameters h4,
.raml-console-documentation-schemes .raml-console-scheme-settings h4,
.raml-console-documentation-schemes .raml-console-scheme-responses h4 {
  font-size: 12px;
  margin-bottom: 7px;
}

.raml-console-documentation-security-scheme {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 18px;
}

.raml-console-documentation-security-scheme .raml-console-documentation-scheme {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #d5d7d9;
  border-radius: 5px;
  background: #e3e4e6;
  color: #333;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
}

.raml-console-documentation-security-scheme .raml-console-documentation-scheme:hover {
  background: #d6d7da;
}

.raml-console-documentation-security-scheme .raml-console-is-active {
  background: #bbbbbb;
  color: #333;
}

.raml-console-document-heading {
  cursor: pointer;
}

.raml-console-documentation-content {
  display: none;
}

.raml-console-document-section-selector {
  display: none;
}

.raml-console-documentation-active .raml-console-document-section-selector {
  display: inline-block;
}

.raml-console-documentation-active .raml-console-documentation-content {
  display: block;
}

.raml-console-documentation-active .raml-console-documentation-contents {
  display: none !important;
}

.raml-console-documentation-active .raml-console-resource-path-active {
  color: #fff;
}

.raml-console-documentation-active .raml-console-resource-close-btn {
  display: block;
}

.raml-console-documentation-active .raml-console-document-header {
  min-height: 50px;
  margin: 10px 0 0;
  border-color: #2d2d30;
  background: #2d2d30;
}

@media only screen and (min-width: 600px) {
  .raml-console-documentation-active .raml-console-document-header {
    border-radius: 5px 5px 0 0;
  }
}

.raml-console-documentation-heading:hover {
  cursor: pointer;
}

.raml-console-documentation-header {
  background: #e0e0e0;
  position: relative;
}

.raml-console-root-documentation {
  margin-bottom: 25px;
}

.raml-console-root-documentation .raml-console-documentation-section-content {
  padding: 16px 32px;
  font-size: 14px;
}

.raml-console-root-documentation .raml-console-documentation-contents {
  padding-top: 11px;
  padding-bottom: 17px;
  background: #f5f5f5;
}

.raml-console-root-documentation .raml-console-documentation-contents .raml-console-documentation-clearfix {
  height: 23px;
  min-height: 0;
  border: 0;
}

.raml-console-root-documentation .raml-console-documentation-contents .raml-console-documentation-clearfix .raml-console-documentation-path-container {
  padding: 0;
}

.raml-console-root-documentation .raml-console-documentation-contents .raml-console-documentation-clearfix .raml-console-documentation-path-container .raml-console-documentation-title {
  float: left;
}

.raml-console-md-heading-1 {
  font-size: 16px;
  margin-left: 0;
  min-width: 50px;
}

.raml-console-md-heading-2 {
  font-size: 14px;
  margin-left: 0;
  min-width: 50px;
}

.raml-console-md-heading-3 {
  font-size: 12px;
  margin-left: 20px;
  font-style: italic;
  min-width: 50px;
}

.raml-console-md-heading-4 {
  font-size: 10px;
  margin-left: 30px;
  font-style: italic;
  min-width: 50px;
}

.raml-console-md-heading-5 {
  font-size: 8px;
  margin-left: 40px;
  font-style: italic;
  min-width: 50px;
}

.raml-console-md-line {
  margin-right: 32px;
  font-size: 13px;
  border-bottom: 1px;
  border-bottom-style: dotted;
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
}

.raml-console-md-line-1 {
  margin-left: 32px;
}

.raml-console-md-line-2 {
  margin-left: 32px;
}

.raml-console-md-line-3 {
  margin-left: 52px;
}

.raml-console-md-line-4 {
  margin-left: 62px;
}

.raml-console-md-line-5 {
  margin-left: 72px;
}

.raml-console-marked-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.raml-console-marked-content table > thead > tr > th,
.raml-console-marked-content table > tbody > tr > th,
.raml-console-marked-content table > tfoot > tr > th,
.raml-console-marked-content table > thead > tr > td,
.raml-console-marked-content table > tbody > tr > td,
.raml-console-marked-content table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}

.raml-console-marked-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e0e0;
}

.raml-console-marked-content table > caption + thead > tr:first-child > th,
.raml-console-marked-content table > colgroup + thead > tr:first-child > th,
.raml-console-marked-content table > thead:first-child > tr:first-child > th,
.raml-console-marked-content table > caption + thead > tr:first-child > td,
.raml-console-marked-content table > colgroup + thead > tr:first-child > td,
.raml-console-marked-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.raml-console-marked-content table > tbody + tbody {
  border-top: 2px solid #e0e0e0;
}

.raml-console-marked-content table .raml-console-table {
  background-color: #ffffff;
}

.raml-console-marked-content table-hover > tbody > tr:hover {
  background-color: #f2f2f2;
}

.raml-console-marked-content table > thead > tr > td.raml-console-active,
.raml-console-marked-content table > tbody > tr > td.raml-console-active,
.raml-console-marked-content table > tfoot > tr > td.raml-console-active,
.raml-console-marked-content table > thead > tr > th.raml-console-active,
.raml-console-marked-content table > tbody > tr > th.raml-console-active,
.raml-console-marked-content table > tfoot > tr > th.raml-console-active,
.raml-console-marked-content table > thead > tr.raml-console-active > td,
.raml-console-marked-content table > tbody > tr.raml-console-active > td,
.raml-console-marked-content table > tfoot > tr.raml-console-active > td,
.raml-console-marked-content table > thead > tr.raml-console-active > th,
.raml-console-marked-content table > tbody > tr.raml-console-active > th,
.raml-console-marked-content table > tfoot > tr.raml-console-active > th,
.raml-console-marked-content table > thead > tr > td.raml-console-active,
.raml-console-marked-content table > tbody > tr > td.raml-console-active,
.raml-console-marked-content table > tfoot > tr > td.raml-console-active,
.raml-console-marked-content table > thead > tr > th.raml-console-active,
.raml-console-marked-content table > tbody > tr > th.raml-console-active,
.raml-console-marked-content table > tfoot > tr > th.raml-console-active,
.raml-console-marked-content table > thead > tr.raml-console-active > td,
.raml-console-marked-content table > tbody > tr.raml-console-active > td,
.raml-console-marked-content table > tfoot > tr.raml-console-active > td,
.raml-console-marked-content table > thead > tr.raml-console-active > th,
.raml-console-marked-content table > tbody > tr.raml-console-active > th,
.raml-console-marked-content table > tfoot > tr.raml-console-active > th {
  background-color: #f2f2f2;
}

.raml-console-marked-content table-hover > tbody > tr > td.raml-console-active:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-active:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-active:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-active,
.raml-console-marked-content table-hover > tbody > tr.raml-console-active:hover > th,
.raml-console-marked-content table-hover > tbody > tr > td.raml-console-active:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-active:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-active:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-active,
.raml-console-marked-content table-hover > tbody > tr.raml-console-active:hover > th {
  background-color: #e5e5e5;
}

.raml-console-marked-content table > thead > tr > td.raml-console-success,
.raml-console-marked-content table > tbody > tr > td.raml-console-success,
.raml-console-marked-content table > tfoot > tr > td.raml-console-success,
.raml-console-marked-content table > thead > tr > th.raml-console-success,
.raml-console-marked-content table > tbody > tr > th.raml-console-success,
.raml-console-marked-content table > tfoot > tr > th.raml-console-success,
.raml-console-marked-content table > thead > tr.raml-console-success > td,
.raml-console-marked-content table > tbody > tr.raml-console-success > td,
.raml-console-marked-content table > tfoot > tr.raml-console-success > td,
.raml-console-marked-content table > thead > tr.raml-console-success > th,
.raml-console-marked-content table > tbody > tr.raml-console-success > th,
.raml-console-marked-content table > tfoot > tr.raml-console-success > th,
.raml-console-marked-content table > thead > tr > td.raml-console-success,
.raml-console-marked-content table > tbody > tr > td.raml-console-success,
.raml-console-marked-content table > tfoot > tr > td.raml-console-success,
.raml-console-marked-content table > thead > tr > th.raml-console-success,
.raml-console-marked-content table > tbody > tr > th.raml-console-success,
.raml-console-marked-content table > tfoot > tr > th.raml-console-success,
.raml-console-marked-content table > thead > tr.raml-console-success > td,
.raml-console-marked-content table > tbody > tr.raml-console-success > td,
.raml-console-marked-content table > tfoot > tr.raml-console-success > td,
.raml-console-marked-content table > thead > tr.raml-console-success > th,
.raml-console-marked-content table > tbody > tr.raml-console-success > th,
.raml-console-marked-content table > tfoot > tr.raml-console-success > th {
  background-color: #dff0d8;
}

.raml-console-marked-content table-hover > tbody > tr > td.raml-console-success:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-success:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-success:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-success,
.raml-console-marked-content table-hover > tbody > tr.raml-console-success:hover > th,
.raml-console-marked-content table-hover > tbody > tr > td.raml-console-success:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-success:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-success:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-success,
.raml-console-marked-content table-hover > tbody > tr.raml-console-success:hover > th {
  background-color: #d0e9c6;
}

.raml-console-marked-content table > thead > tr > td.raml-console-info,
.raml-console-marked-content table > tbody > tr > td.raml-console-info,
.raml-console-marked-content table > tfoot > tr > td.raml-console-info,
.raml-console-marked-content table > thead > tr > th.raml-console-info,
.raml-console-marked-content table > tbody > tr > th.raml-console-info,
.raml-console-marked-content table > tfoot > tr > th.raml-console-info,
.raml-console-marked-content table > thead > tr.raml-console-info > td,
.raml-console-marked-content table > tbody > tr.raml-console-info > td,
.raml-console-marked-content table > tfoot > tr.raml-console-info > td,
.raml-console-marked-content table > thead > tr.raml-console-info > th,
.raml-console-marked-content table > tbody > tr.raml-console-info > th,
.raml-console-marked-content table > tfoot > tr.raml-console-info > th,
.raml-console-marked-content table > thead > tr > td.raml-console-info,
.raml-console-marked-content table > tbody > tr > td.raml-console-info,
.raml-console-marked-content table > tfoot > tr > td.raml-console-info,
.raml-console-marked-content table > thead > tr > th.raml-console-info,
.raml-console-marked-content table > tbody > tr > th.raml-console-info,
.raml-console-marked-content table > tfoot > tr > th.raml-console-info,
.raml-console-marked-content table > thead > tr.raml-console-info > td,
.raml-console-marked-content table > tbody > tr.raml-console-info > td,
.raml-console-marked-content table > tfoot > tr.raml-console-info > td,
.raml-console-marked-content table > thead > tr.raml-console-info > th,
.raml-console-marked-content table > tbody > tr.raml-console-info > th,
.raml-console-marked-content table > tfoot > tr.raml-console-info > th {
  background-color: #d9edf7;
}

.raml-console-marked-content table-hover > tbody > tr > td.raml-console-info:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-info:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-info:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-info,
.raml-console-marked-content table-hover > tbody > tr.raml-console-info:hover > th,
.raml-console-marked-content table-hover > tbody > tr > td.raml-console-info:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-info:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-info:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-info,
.raml-console-marked-content table-hover > tbody > tr.raml-console-info:hover > th {
  background-color: #c4e3f3;
}

.raml-console-marked-content table > thead > tr > td.raml-console-warning,
.raml-console-marked-content table > tbody > tr > td.raml-console-warning,
.raml-console-marked-content table > tfoot > tr > td.raml-console-warning,
.raml-console-marked-content table > thead > tr > th.raml-console-warning,
.raml-console-marked-content table > tbody > tr > th.raml-console-warning,
.raml-console-marked-content table > tfoot > tr > th.raml-console-warning,
.raml-console-marked-content table > thead > tr.raml-console-warning > td,
.raml-console-marked-content table > tbody > tr.raml-console-warning > td,
.raml-console-marked-content table > tfoot > tr.raml-console-warning > td,
.raml-console-marked-content table > thead > tr.raml-console-warning > th,
.raml-console-marked-content table > tbody > tr.raml-console-warning > th,
.raml-console-marked-content table > tfoot > tr.raml-console-warning > th,
.raml-console-marked-content table > thead > tr > td.raml-console-warning,
.raml-console-marked-content table > tbody > tr > td.raml-console-warning,
.raml-console-marked-content table > tfoot > tr > td.raml-console-warning,
.raml-console-marked-content table > thead > tr > th.raml-console-warning,
.raml-console-marked-content table > tbody > tr > th.raml-console-warning,
.raml-console-marked-content table > tfoot > tr > th.raml-console-warning,
.raml-console-marked-content table > thead > tr.raml-console-warning > td,
.raml-console-marked-content table > tbody > tr.raml-console-warning > td,
.raml-console-marked-content table > tfoot > tr.raml-console-warning > td,
.raml-console-marked-content table > thead > tr.raml-console-warning > th,
.raml-console-marked-content table > tbody > tr.raml-console-warning > th,
.raml-console-marked-content table > tfoot > tr.raml-console-warning > th {
  background-color: #fcf8e3;
}

.raml-console-marked-content table-hover > tbody > tr > td.raml-console-warning:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-warning:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-warning:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-warning,
.raml-console-marked-content table-hover > tbody > tr.raml-console-warning:hover > th,
.raml-console-marked-content table-hover > tbody > tr > td.raml-console-warning:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-warning:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-warning:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-warning,
.raml-console-marked-content table-hover > tbody > tr.raml-console-warning:hover > th {
  background-color: #faf2cc;
}

.raml-console-marked-content table > thead > tr > td.raml-console-danger,
.raml-console-marked-content table > tbody > tr > td.raml-console-danger,
.raml-console-marked-content table > tfoot > tr > td.raml-console-danger,
.raml-console-marked-content table > thead > tr > th.raml-console-danger,
.raml-console-marked-content table > tbody > tr > th.raml-console-danger,
.raml-console-marked-content table > tfoot > tr > th.raml-console-danger,
.raml-console-marked-content table > thead > tr.raml-console-danger > td,
.raml-console-marked-content table > tbody > tr.raml-console-danger > td,
.raml-console-marked-content table > tfoot > tr.raml-console-danger > td,
.raml-console-marked-content table > thead > tr.raml-console-danger > th,
.raml-console-marked-content table > tbody > tr.raml-console-danger > th,
.raml-console-marked-content table > tfoot > tr.raml-console-danger > th,
.raml-console-marked-content table > thead > tr > td.raml-console-danger,
.raml-console-marked-content table > tbody > tr > td.raml-console-danger,
.raml-console-marked-content table > tfoot > tr > td.raml-console-danger,
.raml-console-marked-content table > thead > tr > th.raml-console-danger,
.raml-console-marked-content table > tbody > tr > th.raml-console-danger,
.raml-console-marked-content table > tfoot > tr > th.raml-console-danger,
.raml-console-marked-content table > thead > tr.raml-console-danger > td,
.raml-console-marked-content table > tbody > tr.raml-console-danger > td,
.raml-console-marked-content table > tfoot > tr.raml-console-danger > td,
.raml-console-marked-content table > thead > tr.raml-console-danger > th,
.raml-console-marked-content table > tbody > tr.raml-console-danger > th,
.raml-console-marked-content table > tfoot > tr.raml-console-danger > th {
  background-color: #f2dede;
}

.raml-console-marked-content table-hover > tbody > tr > td.raml-console-danger:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-danger:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-danger:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-danger,
.raml-console-marked-content table-hover > tbody > tr.raml-console-danger:hover > th,
.raml-console-marked-content table-hover > tbody > tr > td.raml-console-danger:hover,
.raml-console-marked-content table-hover > tbody > tr > th.raml-console-danger:hover,
.raml-console-marked-content table-hover > tbody > tr.raml-console-danger:hover > td,
.raml-console-marked-content table-hover > tbody > tr:hover > .raml-console-danger,
.raml-console-marked-content table-hover > tbody > tr.raml-console-danger:hover > th {
  background-color: #ebcccc;
}

/*

Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>

*/

.raml-console-hljs {
  display: block;
  padding: 0.5em;
  background: #fff;
  color: #657b83;
  -webkit-text-size-adjust: none;
}

.raml-console-hljs pre {
  overflow: inherit;
}

.raml-console-hljs-string {
  color: #657b83 !important;
}

.raml-console-hljs-comment,
.raml-console-hljs-template_comment,
.raml-console-diff .raml-console-hljs-header,
.raml-console-hljs-doctype,
.raml-console-hljs-pi,
.raml-console-lisp .raml-console-hljs-string,
.raml-console-hljs-javadoc {
  color: #93a1a1;
}

/* Solarized Green */

.raml-console-hljs-keyword,
.raml-console-hljs-winutils,
.raml-console-method,
.raml-console-hljs-addition,
.raml-console-css .raml-console-hljs-tag,
.raml-console-hljs-request,
.raml-console-hljs-status,
.raml-console-nginx .raml-console-hljs-title {
  color: #859900;
}

/* Solarized Cyan */

.raml-console-hljs-number,
.raml-console-hljs-command,
.raml-console-hljs-string,
.raml-console-hljs-tag .raml-console-hljs-value,
.raml-console-hljs-rules .raml-console-hljs-value,
.raml-console-hljs-phpdoc,
.raml-console-hljs-dartdoc,
.raml-console-tex .raml-console-hljs-formula,
.raml-console-hljs-regexp,
.raml-console-hljs-hexcolor,
.raml-console-hljs-link_url {
  color: #2aa198;
}

/* Solarized Blue */

.raml-console-hljs-title,
.raml-console-hljs-localvars,
.raml-console-hljs-chunk,
.raml-console-hljs-decorator,
.raml-console-hljs-built_in,
.raml-console-hljs-identifier,
.raml-console-vhdl .raml-console-hljs-literal,
.raml-console-hljs-id,
.raml-console-css .raml-console-hljs-function {
  color: #268bd2;
}

/* Solarized Yellow */

.raml-console-hljs-attribute,
.raml-console-hljs-variable,
.raml-console-lisp .raml-console-hljs-body,
.raml-console-smalltalk .raml-console-hljs-number,
.raml-console-hljs-constant,
.raml-console-hljs-class .raml-console-hljs-title,
.raml-console-hljs-parent,
.raml-console-hljs-type,
.raml-console-hljs-link_reference {
  color: #b58900;
}

/* Solarized Orange */

.raml-console-hljs-preprocessor,
.raml-console-hljs-preprocessor .raml-console-hljs-keyword,
.raml-console-hljs-pragma,
.raml-console-hljs-shebang,
.raml-console-hljs-symbol,
.raml-console-hljs-symbol .raml-console-hljs-string,
.raml-console-diff .raml-console-hljs-change,
.raml-console-hljs-special,
.raml-console-hljs-attr_selector,
.raml-console-hljs-subst,
.raml-console-hljs-cdata,
.raml-console-css .raml-console-hljs-pseudo,
.raml-console-hljs-header {
  color: #cb4b16;
}

/* Solarized Red */

.raml-console-hljs-deletion,
.raml-console-hljs-important {
  color: #dc322f;
}

/* Solarized Violet */

.raml-console-hljs-link_label {
  color: #6c71c4;
}

.raml-console-tex .raml-console-hljs-formula {
  background: #eee8d5;
}
/*
raml-console theme for code-mirror
http://ethanschoonover.com/raml-console
*/

/*
raml-console color pallet
http://ethanschoonover.com/raml-console/img/raml-console-palette.png
*/

.raml-console.base03 { color: #002b36; }
.raml-console.base02 { color: #073642; }
.raml-console.base01 { color: #586e75; }
.raml-console.base00 { color: #657b83; }
.raml-console.base0 { color: #839496; }
.raml-console.base1 { color: #93a1a1; }
.raml-console.base2 { color: #eee8d5; }
.raml-console.base3  { color: #fdf6e3; }
.raml-console.solar-yellow  { color: #b58900; }
.raml-console.solar-orange  { color: #cb4b16; }
.raml-console.solar-red { color: #dc322f; }
.raml-console.solar-magenta { color: #d33682; }
.raml-console.solar-violet  { color: #6c71c4; }
.raml-console.solar-blue { color: #268bd2; }
.raml-console.solar-cyan { color: #2aa198; }
.raml-console.solar-green { color: #859900; }

/* Color scheme for code-mirror */

.cm-s-raml-console {
  line-height: 1.45em !important;
  color-profile: sRGB !important;
  rendering-intent: auto !important;
  position: relative !important;
  background-color: #fff !important;
  color: #657b83 !important;
}

.cm-s-raml-console .CodeMirror-widget {
  text-shadow: none;
}


.cm-s-raml-console .cm-keyword { color: #cb4b16 }
.cm-s-raml-console .cm-atom { color: #2aa198; }
.cm-s-raml-console .cm-number { color: #2aa198; }
.cm-s-raml-console .cm-def { color: #b58900; }

.cm-s-raml-console .cm-variable { color: #268bd2; }
.cm-s-raml-console .cm-variable-2 { color: #b58900; }
.cm-s-raml-console .cm-variable-3 { color: #6c71c4; }

.cm-s-raml-console .cm-property { color: #b58900; }
.cm-s-raml-console .cm-operator {color: #6c71c4;}

.cm-s-raml-console .cm-comment { color: #586e75; font-style:italic; }

/*.cm-s-raml-console .cm-string { color: #859900; }*/
/*.cm-s-raml-console .cm-string-2 { color: #b58900; }*/

.cm-s-raml-console .cm-meta { color: #859900; }
.cm-s-raml-console .cm-qualifier { color: #b58900; }
.cm-s-raml-console .cm-builtin { color: #2aa198; }
.cm-s-raml-console .cm-bracket { color: #cb4b16; }
.cm-s-raml-console .CodeMirror-matchingbracket { color: #859900; }
.cm-s-raml-console .CodeMirror-nonmatchingbracket { color: #dc322f; }
.cm-s-raml-console .cm-tag { color: #268bd2 }
.cm-s-raml-console .cm-attribute {  color: #b58900; }
.cm-s-raml-console .cm-header { color: #586e75; }
.cm-s-raml-console .cm-quote { color: #268bd2; }
.cm-s-raml-console .cm-hr {
  color: transparent;
  border-top: 1px solid #586e75;
  display: block;
}
.cm-s-raml-console .cm-link { color: #268bd2; cursor: pointer; }
.cm-s-raml-console .cm-special { color: #6c71c4; }
.cm-s-raml-console .cm-em {
  color: #999;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.cm-s-raml-console .cm-strong { color: #eee; }
.cm-s-raml-console .cm-error,
.cm-s-raml-console .cm-invalidchar {
  color: #586e75;
  border-bottom: 1px dotted #dc322f;
}

.cm-s-raml-console .CodeMirror-selected {
  background: #eee8d5;
}

/* Editor styling */



/* Little shadow on the view-port of the buffer view */
.cm-s-raml-console.CodeMirror {
  /*-moz-box-shadow: inset 7px 0 12px -6px #000;
  -webkit-box-shadow: inset 7px 0 12px -6px #000;
  box-shadow: inset 7px 0 12px -6px #000;*/
  /*height: 100%;*/
  /*margin-top: -18px;*/
}

/* Gutter border and some shadow from it  */
.cm-s-raml-console .CodeMirror-gutters {
  border-right: 1px solid;
}

/* Gutter colors and line number styling based of color scheme (dark / light) */

/* Light */
.cm-s-raml-console .CodeMirror-gutters {
  background-color: #fff;
  border-color: #eee8d5;
}

/* Common */
.cm-s-raml-console .CodeMirror-linenumber {
  color: #586e75;
  padding: 0 5px;
}
.cm-s-raml-console .CodeMirror-guttermarker-subtle { color: #586e75; }
.cm-s-raml-console .CodeMirror-guttermarker { color: #cb4b16; }

.cm-s-raml-console .CodeMirror-gutter .CodeMirror-gutter-text {
  color: #586e75;
}

.cm-s-raml-console .CodeMirror-lines .CodeMirror-cursor {
  border-left: 1px solid #819090;
}

/*
Active line. Negative margin compensates left padding of the text in the
view-port
*/
.cm-s-raml-console .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0.10);
}
