/* preprocessed with less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ng-cloak {
  display: none;
}
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
header,
footer,
menu {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
body {
  font-family: 'lucida grande', tahoma, arial;
}
p,
li,
input {
  font-size: 16px;
  line-height: 22px;
}
p {
  margin: 10px 0;
}
pre,
code {
  background: #F8F8FF;
  border: 1px solid #DDD;
  font-size: 16px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
  padding: 10px;
  border-radius: 5px;
  overflow: auto;
}
code {
  font-size: inherit;
}
pre code {
  background: #eeeeee;
}
b {
  font-weight: normal;
}
ul {
  margin: 10px 0;
}
body {
  padding: 10px 25px;
  max-width: 1200px;
  margin: auto;
}
header,
h1,
h2,
h3 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1,
header {
  font-size: 36px;
  padding: 10px 0;
  border-bottom: 2px solid #fdeacd;
}
h2 {
  font-size: 36px;
  padding: 10px 0;
  margin: 5px 0;
  color: #333;
  text-shadow: 2px 2px 2px #EEE;
  font-weight: bold;
}
h3 {
  font-size: 22px;
  margin: 30px 0 5px 0;
  font-weight: bold;
}
h2 + h3 {
  margin-top: 5px;
}
h3 + p {
  margin-top: 5px;
}
code {
  padding: 0 2px;
  border-radius: 2px;
}
h2 code {
  border-radius: 4px;
}
a {
  color: #ca8100;
  text-decoration: none;
  font-size: inherit;
}
header .ng {
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
header a:hover,
footer a:hover {
  text-decoration: none;
}
label.more {
  float: right;
  font-size: 16px;
  color: inherit;
  border-color: white;
  outline: none;
  margin-top: 15px;
  margin-right: 2px;
  cursor: pointer;
  padding: 6px 12px;
}
body.showTOC label.more {
  color: white;
  background: #f1ce97;
  border-color: #f1ce97;
  border-radius: 4px 4px 0 0;
}
label.more i {
  font-weight: bold;
}
header,
header a {
  color: #e69500;
}
header small {
  color: #AF926E;
  font-size: 22px;
}
footer {
  border-top: 2px solid #fdeacd;
  margin-top: 20px;
  text-align: center;
}
footer a i {
  font-size: 36px;
  margin: 0 15px;
}
footer a {
  color: #f5ddb2;
}
footer a:hover {
  color: #f5c97a;
}
cite {
  color: #444;
  font-style: italic;
}
button {
  color: #333;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
}
button:hover {
  background-position: 0 -15px;
  background-color: #e6e6e6;
}
button.nav {
  font-size: 12px;
  background: #FDEACD;
  color: #8A6812;
  border-color: #FDEACD;
  margin: 0;
  border-radius: 0 0 5px 5px;
}
button.nav:hover {
  color: #644a1d;
}
button.hide {
  visibility: hidden;
}
body.showTOC menu.toc {
  display: block;
}
menu.toc {
  z-index: 100;
  display: none;
  position: absolute;
  xxxoverflow: auto;
  top: 65px;
  right: 17px;
  width: 375px;
  max-width: 90%;
  padding: 15px;
  background: #f1ce97;
}
menu.toc a {
  color: #553504;
  display: block;
  padding: 5px;
}
input.filter {
  width: 100%;
  border: 1px solid #EEDBBB;
  background: #F8F3E7;
  color: #A36B16;
  border-radius: 3px;
  padding: 2px;
  margin-bottom: 5px;
  outline: none;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.action {
  cursor: pointer;
}
.narrow {
  width: 200px;
}
.break {
  margin-top: 50px;
}
.break-bottom {
  margin-bottom: 50px;
}
em.soft {
  color: #666;
  font-family: arial, sans-serif;
}
i.soft {
  color: #439cd4;
}
.footnote {
  color: #aaa;
  font-size: 11px;
  font-family: arial, sans-serif;
  font-style: italic;
  clear: both;
  line-height: 16px;
}
img.snapshot {
  border: 2px solid #bbb;
  box-shadow: 0 0 15px #888888;
}
.hasTip {
  position: relative;
}
.hasTip:hover:after {
  content: attr(data-title);
  color: #7B4A05;
  background: #EFDDAC;
  z-index: 5;
  position: absolute;
  top: 25px;
  left: -20px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 24px;
}
div.content-wrap {
  position: relative;
}
div.blockui {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: transparent url(../images/spinner.gif) 50% 100px no-repeat;
}
body.loading div.blockui {
  display: block;
}
div.content {
  margin-top: 20px;
  margin-bottom: 50px;
}
body.loading div.content {
  opacity: 0.2;
}
div.ads {
  margin: 20px auto 0 auto;
  overflow: hidden;
  width: 728px;
  max-width: 100%;
}
div.info {
  margin: 20px 0;
  padding: 15px;
  background: #D7EDF7;
  border: 1px solid #67C1C9;
  border-radius: 5px;
}
div.info i.icon-info {
  font-size: 40px;
  color: #439CD4;
  margin-right: 15px;
  float: left;
}
div.info code {
  background: #B6DDEC;
  border-color: #a4d7f2;
}
div.info > div {
  margin-top: 10px;
}
div.links {
  margin: 20px 0;
  line-height: 2.5em;
}
.exampleDiv {
  background: #D7F8D7;
  padding: 10px;
  border-radius: 4px;
}
/* 
    syntax highlighting 
*/
pre .c {
  color: #808080;
}
pre > .a {
  background-color: #e7e7f8;
}
pre > .k {
  color: #0000ff;
}
pre > .s {
  color: #b405b4;
}
pre .r {
  background-color: #D6F7F3;
  color: #3D573D;
  padding: 0 3px;
  border-radius: 3px;
}
pre .r * {
  color: #3D573D;
}
pre .sp {
  background-color: #FCFC68;
  padding: 0 3px;
  border-radius: 3px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.truncate {
  min-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
aside.guest-nugget {
  line-height: 35px;
  padding: 10px 10px 0 10px;
  border: solid #B4E1F5;
  border-width: 2px 0 2px 0;
  background-color: #D7EDF7;
}
aside.guest-nugget > a:first-child {
  float: left;
  margin-right: 15px;
}
aside.guest-nugget > a > img {
  width: 32px;
  height: 32px;
  border-radius: 5px;
}
/* 
    media queries 
*/
@media only screen and (min-width: 1700px) {
  body {
    max-width: 1700px;
  }
  div.wrapper {
    max-width: 1200px;
  }
  label.more {
    display: none;
  }
  menu.toc {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 375px;
    margin: 0;
  }
  div.content {
    margin-right: 0;
    padding-right: 30px;
  }
  div.content h2 {
    margin-top: 25px;
    padding-top: 0;
  }
  #menuproxy {
    background: #f1ce97;
    position: fixed;
    top: 0;
    width: 375px;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 550px), only screen and (max-device-width: 480px) {
  body {
    padding: 10px 15px;
  }
  header {
    font-size: 28px;
  }
  header small {
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  label.more {
    margin-top: 7px;
  }
  menu.toc {
    top: 58px;
  }
}
@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {
  header {
    font-size: 28px;
  }
  header {
    padding: 0;
  }
  header small {
    font-size: 12px;
  }
  label.more {
    margin-top: 7px;
  }
  menu.toc {
    top: 48px;
  }
  li {
    padding: 5px 0;
  }
  label.more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 359px), only screen and (max-device-width: 359px) {
  h2 {
    padding: 5px 0;
  }
  header small {
    display: none;
  }
  label.more {
    margin-top: 7px;
  }
  menu.toc {
    top: 58px;
  }
}
/* 
    icomoon
*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-macdock:before {
  content: "\e612";
}
.icon-angular:before {
  content: "\e600";
}
.icon-jquery:before {
  content: "\e613";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-paypal:before {
  content: "\e602";
}
.icon-apple:before {
  content: "\e603";
}
.icon-github:before {
  content: "\e604";
}
.icon-arrow-right:before {
  content: "\e605";
}
.icon-arrow-left:before {
  content: "\e606";
}
.icon-envelop:before {
  content: "\e607";
}
.icon-menu:before {
  content: "\e608";
}
.icon-arrow-right2:before {
  content: "\e609";
}
.icon-arrow-left2:before {
  content: "\e60a";
}
.icon-happy:before {
  content: "\e60b";
}
.icon-home:before {
  content: "\e60c";
}
.icon-quotes-left:before {
  content: "\e60d";
}
.icon-star:before {
  content: "\e60e";
}
.icon-info:before {
  content: "\e60f";
}
.icon-warning:before {
  content: "\e610";
}
.icon-arrow-down:before {
  content: "\e611";
}
/* 
    animation examples
*/
.ng-hide-add,
.ng-hide-remove {
  /* ensure visibility during the transition */
  display: block !important;
}
.cssFade {
  transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-hide {
  opacity: 0;
}
.cssSlideUp {
  transition: .5s linear all;
  height: 80px;
  overflow: hidden;
}
.cssSlideUp.ng-hide {
  height: 0;
}
/* 
    ng-trans
*/
/* transition property & duration */
.ng-trans.ng-enter,
.ng-trans.ng-leave {
  -webkit-transition: 400ms all;
  transition: 400ms all;
}
/* transition types */
.ng-trans-fade.ng-enter {
  opacity: 0;
}
.ng-trans-fade.ng-enter.ng-enter-active,
.ng-trans-fade .ng-leave {
  opacity: 1;
}
.ng-trans-fade.ng-leave.ng-leave-active {
  opacity: 0;
}
.ng-trans-slide-left.ng-enter,
.ng-trans-slide-left.ng-leave {
  position: relative;
}
.ng-trans-slide-left.ng-enter {
  opacity: 0;
  right: -100%;
}
.ng-trans-slide-left.ng-enter.ng-enter-active,
.ng-trans-slide-left .ng-leave {
  opacity: 1;
  right: 0;
}
.ng-trans-slide-left.ng-leave.ng-leave-active {
  opacity: 0;
  right: -100%;
}
.ng-trans-flip-x.ng-enter {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(90deg);
  -ms-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
}
.ng-trans-flip-x.ng-enter.ng-enter-active,
.ng-trans-flip-x .ng-leave {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.ng-trans-flip-x.ng-leave.ng-leave-active {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(90deg);
  -ms-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
}
