﻿/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import "fontIcons.css";
@import "overlayPreview.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #585A5F;
  background-color: #fbfbfb;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #ABADAF;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ABADAF;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ABADAF;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #ABADAF;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #585A5F;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fbfbfb;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #585A5F;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #ABADAF;
}
.form-control::-moz-placeholder {
  color: #ABADAF;
}
.form-control:-ms-input-placeholder {
  color: #ABADAF;
}
.form-control::-webkit-input-placeholder {
  color: #ABADAF;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #979a9f;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ABADAF;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../oss/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../oss/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../oss/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../oss/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../oss/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #585A5F;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4c4d52;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ABADAF;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #ABADAF;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #ABADAF;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ABADAF;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fbfbfb;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fbfbfb;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #3B454F;
  border-color: #3B454F;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #6191AC;
  background-color: #3B454F;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2c333b;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #3B454F;
  color: #6191AC;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #6191AC;
  border-bottom-color: #6191AC;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #3B454F;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #6191AC;
    background-color: #3B454F;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ABADAF;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ABADAF;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ABADAF;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #ABADAF;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #919496;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ABADAF;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: block;
  margin-bottom: 20px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #585A5F;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #585A5F;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #585A5F transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.body-content-container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 53px;
  clear: both;
}
/*Type Guide*/
.super-header {
  font-family: "Segoe UI Light";
  font-size: 36px;
  line-height: 56px;
}
.heading1 {
  font-family: "Segoe UI Light";
  font-size: 28px;
  line-height: 40px;
}
.heading2 {
  font-family: "Segoe UI Light";
  font-size: 21px;
  line-height: 32px;
}
.heading3 {
  font-family: "Segoe UI";
  font-size: 18px;
  line-height: 28px;
}
.heading4 {
  font-family: "Segoe UI Semibold";
  font-size: 14px;
  line-height: 18px;
}
.body-text {
  font-family: "Segoe UI";
  font-size: 16px;
  line-height: 24px;
}
.section-title {
  font-family: "Segoe UI Semibold";
  font-size: 12px;
  line-height: 16;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/* color Guide */
/*Advised to use for iconography, status, selection use only.*/
/*For text use only*/
/*Card colors*/
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
body {
  font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
  margin: auto;
  -ms-overflow-style: scrollbar;
}
.navbar {
  margin-bottom: 0;
}
label {
  font-weight: normal;
}
.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* dropdown overrides*/
.dropdown-toggle.btn-default {
  background-color: #519bbd;
  border-color: #519bbd;
  color: #fff;
  height: 30px;
  font-family: Segoe UI;
  font-size: 14px;
}
.open .dropdown-toggle.btn-default {
  color: #666;
  background-color: #fff;
  border-color: #fff;
  height: 30px;
  font-family: Segoe UI;
  font-size: 14px;
}
.dropdown-menu {
  min-width: 250px;
  margin: 0;
  border: 1px solid #cccccc;
}
.dropdown-menu > li > a {
  color: #666;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #333;
  background-color: #fbfbfb;
}
input[type="checkbox"] + label::before {
  background-color: white;
  border: 1px solid #B5B7B9;
}
input[type="checkbox"]:checked + label::before {
  background-color: white;
  border: 2px solid #00B294;
  color: #00B294;
}
@font-face {
  font-family: "Segoe UI Light";
  src: url('/fonts/segoe-ui-light.woff') format('woff');
}
@font-face {
  font-family: "Segoe UI Semibold";
  src: url('/fonts/Segoe-UI-SemiBold.woff') format('woff');
}
@font-face {
  font-family: "Segoe UI";
  src: url('/fonts/Segoe-UI.woff') format('woff');
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 20px;
  line-height: 1.2;
  color: #666666;
  font-family: 'Segoe UI Light';
}
h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #666666;
  font-family: 'Segoe UI Light';
}
h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
  font-family: 'Segoe UI Light';
}
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
input[type="radio"] + span,
input[type="radio"] + label,
input[type="checkbox"] + span,
input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
/* styles for the box of the checkbox*/
input[type="radio"] + span::before,
input[type="checkbox"] + span::before,
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 15px;
  width: 15px;
  background-color: white;
  border: 1px solid #B5B7B9;
  /*color of the box*/
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}
input[type="radio"]:hover + span::before,
input[type="checkbox"]:hover + span::before,
input[type="radio"]:hover + label::before,
input[type="checkbox"]:hover + label::before {
  border: 1px solid #48525E;
}
input[type="radio"]:checked + span::before,
input[type="radio"]:checked + label::before {
  background: radial-gradient(circle at center, #00B294 0.38ex, white 0.38ex);
}
input[type="radio"] + span::before,
input[type="radio"] + label::before {
  border-radius: 50%;
}
/* styles for the checkmark*/
input[type="checkbox"]:checked + span::after,
input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  width: 1.2ex;
  height: 1ex;
  background: rgba(0, 0, 0, 0);
  top: 5px;
  left: 3px;
  border: 2px solid #00B294;
  /* color of the check mark*/
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="radio"]:checked + span::before,
input[type="checkbox"]:checked + span::before,
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
  border: 1px solid #ABADAF;
  /* color of the box*/
}
input[type="radio"]:checked + span::before,
input[type="checkbox"]:checked + span::before,
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
  border: 2px solid #00B294;
  /* color of the box*/
}
input[type="radio"]:checked:hover + span::before,
input[type="checkbox"]:checked:hover + span::before,
input[type="radio"]:checked:hover + label:before,
input[type="checkbox"]:checked:hover + label::before {
  border: 1px solid #48525E;
  /* color of the box*/
}
.navbar-notification {
  color: #FFFFFF;
  background: #0099BC;
  font-size: 16px;
  font-family: 'Segoe UI';
  display: flex;
  padding-left: 16px;
}
.navbar-notification .navbar-notification-message {
  line-height: 18px;
  margin: auto;
  text-align: center;
  padding: 15px 0;
}
.navbar-notification .navbar-notification-close-button {
  height: 48px;
}
.navbar-notification .navbar-notification-close-button:hover {
  background: #00BCF2;
}
.navbar-notification .navbar-notification-close-button > svg {
  width: 16px;
  height: 16px;
  margin: 16px;
}
.cortana-top-nav {
  padding: 0;
  min-height: 48px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: #343A41;
  /*waffle btn*/
  /*brand*/
  /*search bar*/
}
.cortana-top-nav svg.icon {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cortana-top-nav .container-fluid {
  padding: 0;
}
.cortana-top-nav .cortana-top-nav-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cortana-top-nav .waffle-btn:hover,
.cortana-top-nav .brand-title:hover,
.cortana-top-nav .top-nav-search-switch:hover,
.cortana-top-nav .forum-search:hover,
.cortana-top-nav .feedback:hover,
.cortana-top-nav .user-info:hover {
  background: #2C3137;
}
.cortana-top-nav .waffle-btn.open,
.cortana-top-nav .brand-title.open,
.cortana-top-nav .top-nav-search-switch.open,
.cortana-top-nav .forum-search.open,
.cortana-top-nav .feedback.open,
.cortana-top-nav .user-info.open {
  background: #48525E;
}
.cortana-top-nav .dropdown.waffle-btn {
  height: 48px;
  margin: 0;
  padding: 8px 3px;
}
.cortana-top-nav .dropdown.waffle-btn button {
  background-color: transparent;
  border: 0;
  padding: 9px 10px;
}
.cortana-top-nav .dropdown.waffle-btn .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #FFFFFF;
}
.cortana-top-nav .dropdown.waffle-btn .icon-bar + .icon-bar {
  margin-top: 4px;
}
.cortana-top-nav .dropdown.waffle-btn .dropdown-menu {
  left: 0;
  right: auto;
}
.cortana-top-nav .dropdown.waffle-btn .dropdown-menu a,
.cortana-top-nav .dropdown.waffle-btn .dropdown-menu a:focus {
  display: block;
  line-height: 48px;
  padding: 0 12px 0 48px;
  text-decoration: none;
}
.cortana-top-nav .dropdown.waffle-btn .dropdown-menu a:hover {
  text-decoration: none;
}
.cortana-top-nav .dropdown.waffle-btn .dropdown-menu .site-link-gallery,
.cortana-top-nav .dropdown.waffle-btn .dropdown-menu .site-link-preview {
  display: none;
}
.cortana-top-nav .dropdown.waffle-btn .dropdown-submenu {
  list-style: none;
  padding: 0;
}
.cortana-top-nav .dropdown.waffle-btn .dropdown-submenu a,
.cortana-top-nav .dropdown.waffle-btn .dropdown-submenu a:focus {
  color: #FFFFFF;
  background: #343A41;
}
.cortana-top-nav .dropdown.waffle-btn .dropdown-submenu a:hover {
  background: #2C3137;
}
.cortana-top-nav .brand-title {
  padding: 5px 0;
}
.cortana-top-nav .navbar-brand {
  font-family: "Segoe UI Light";
  font-size: 21px;
  line-height: 32px;
  float: none;
  padding: 10px 0 10px 8px;
  white-space: nowrap;
  color: #FFFFFF;
}
.cortana-top-nav .top-nav-search {
  flex-grow: 1;
}
.cortana-top-nav .top-nav-search .navbar-form {
  margin: 0;
  padding: 8px 30px;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
}
.cortana-top-nav .top-nav-search .search-title {
  font-family: "Segoe UI Light";
  font-size: 21px;
  line-height: 32px;
  display: none;
  line-height: 48px;
  float: none;
  padding: 0;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
}
.cortana-top-nav .top-nav-search .search-title .search-bar-close {
  width: 48px;
  height: 48px;
  padding: 16px;
  float: right;
  cursor: pointer;
}
.cortana-top-nav .top-nav-search .form-group {
  display: inline-block;
  width: calc(100% - 48px);
  margin: 0;
  vertical-align: middle;
}
.cortana-top-nav .top-nav-search-input {
  color: #2C3137;
  border: 0;
}
.cortana-top-nav .top-nav-search-input:focus {
  border: 0;
}
.cortana-top-nav .top-nav-search-input::-webkit-input-placeholder {
  font-family: "Segoe UI Semibold";
  font-size: 14px;
  line-height: 18px;
  color: #ABADAF;
}
.cortana-top-nav .top-nav-search-input:-moz-placeholder {
  font-family: "Segoe UI Semibold";
  font-size: 14px;
  line-height: 18px;
  color: #ABADAF;
}
.cortana-top-nav .top-nav-search-input::-moz-placeholder {
  font-family: "Segoe UI Semibold";
  font-size: 14px;
  line-height: 18px;
  color: #ABADAF;
}
.cortana-top-nav .top-nav-search-input:-ms-input-placeholder {
  font-family: "Segoe UI Semibold";
  font-size: 14px;
  line-height: 18px;
  color: #ABADAF;
}
.cortana-top-nav .form-control,
.cortana-top-nav .btn {
  height: 32px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cortana-top-nav .btn.top-nav-search-submit {
  font-size: 0;
  padding: 8px 15px;
  border: 0;
  background: #00B294;
}
.cortana-top-nav .btn.top-nav-search-submit:hover {
  background: #008272;
}
.cortana-top-nav .btn.top-nav-search-submit svg {
  width: 18px;
  height: 18px;
}
.cortana-top-nav .top-nav-search-switch,
.cortana-top-nav .forum-search,
.cortana-top-nav .feedback {
  font-size: 0;
  padding: 12px;
}
.cortana-top-nav .top-nav-search-switch svg.icon,
.cortana-top-nav .forum-search svg.icon,
.cortana-top-nav .feedback svg.icon {
  width: 24px;
  height: 24px;
}
.cortana-top-nav .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  border: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #48525E;
}
.cortana-top-nav .dropdown-menu svg.icon,
.cortana-top-nav .dropdown-menu .profile-pic {
  position: absolute;
  width: 48px;
  height: 48px;
  padding: 12px;
  left: 0;
}
.cortana-top-nav .dropdown-menu svg.icon.angle-up {
  left: auto;
  right: 0;
  padding: 16px;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
  -webkit-transition: transform .5s;
  transition: transform .5s;
}
.cortana-top-nav .dropdown-menu .collapsed .angle-up {
  -moz-transform: rotate3d(0, 0, 0, 180deg);
  -ms-transform: rotate3d(0, 0, 0, 180deg);
  -o-transform: rotate3d(0, 0, 0, 180deg);
  -webkit-transform: rotate3d(0, 0, 0, 180deg);
  transform: rotate3d(0, 0, 0, 180deg);
}
.cortana-top-nav .dropdown-menu > li > a,
.cortana-top-nav .dropdown-menu > li > a:focus {
  min-width: 290px;
  line-height: 48px;
  padding: 0 12px;
  background: #48525E;
  color: #FFFFFF;
  text-decoration: none;
}
.cortana-top-nav .dropdown-menu > li > a:hover {
  background: #55606E;
  color: #FFFFFF;
}
.cortana-top-nav .dropdown-menu .divider {
  margin: 0;
  background: #2C3137;
}
.cortana-top-nav .feedback .dropdown-menu {
  width: 400px;
  color: #FFFFFF;
}
.cortana-top-nav .feedback-control {
  padding: 15px;
}
.cortana-top-nav .feedback-control .feedback-type-controls .btn {
  padding-left: 0;
  padding-right: 15px;
  color: #ABADAF;
}
.cortana-top-nav .feedback-control .feedback-type-controls .btn .icon {
  display: inline-block;
  padding: 11px;
  background-image: url('../../Content/Images/NavigationBar/icons-navbar-sprite.png');
  vertical-align: middle;
}
.cortana-top-nav .feedback-control .feedback-type-controls .btn .content {
  font-size: 14px;
  line-height: 22px;
  margin-left: 10px;
}
.cortana-top-nav .feedback-control .feedback-type-controls .smile .icon {
  background-position: -64px -32px;
}
.cortana-top-nav .feedback-control .feedback-type-controls .frown .icon {
  background-position: -96px -32px;
}
.cortana-top-nav .feedback-control .feedback-type-controls .smile.active,
.cortana-top-nav .feedback-control .feedback-type-controls .smile:hover {
  color: #FFFFFF;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cortana-top-nav .feedback-control .feedback-type-controls .smile.active .icon,
.cortana-top-nav .feedback-control .feedback-type-controls .smile:hover .icon {
  background-position: -64px 0;
}
.cortana-top-nav .feedback-control .feedback-type-controls .frown.active,
.cortana-top-nav .feedback-control .feedback-type-controls .frown:hover {
  color: #FFFFFF;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cortana-top-nav .feedback-control .feedback-type-controls .frown.active .icon,
.cortana-top-nav .feedback-control .feedback-type-controls .frown:hover .icon {
  background-position: -96px 0;
}
.cortana-top-nav .feedback-control .feedback-type-controls .prompt {
  font-size: 12px;
  line-height: 18px;
}
.cortana-top-nav .feedback-control .feedback-input {
  position: relative;
  margin: 7px 0;
}
.cortana-top-nav .feedback-control .feedback-input .text-input {
  width: 100%;
  height: 150px;
  padding: 9px;
  line-height: 18px;
  color: #2C3137;
}
.cortana-top-nav .feedback-control .bottom-controls .character-count {
  display: inline-block;
  margin-top: 8px;
  color: #ABADAF;
}
.cortana-top-nav .feedback-control .bottom-controls .submit {
  float: right;
  height: 30px;
  color: #FFFFFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 8px;
  border: 0;
  background: #00B294;
}
.cortana-top-nav .feedback-control .bottom-controls .submit:hover {
  background: #008272;
}
.cortana-top-nav .feedback-control .bottom-controls .submit.disabled {
  background-color: #585A5F;
  color: #808387;
}
.cortana-top-nav .signInLink {
  line-height: 48px;
  padding: 17px 20px;
  font-size: 12px;
  color: #FFFFFF;
}
.cortana-top-nav .signInLink:hover {
  text-decoration: none;
}
.cortana-top-nav .user-info .dropdown-toggle {
  display: block;
  width: 36px;
  height: 36px;
  margin: 6px 20px;
}
.cortana-top-nav .profile-pic {
  width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cortana-top-nav .show-since-medium,
.cortana-top-nav .show-since-small,
.cortana-top-nav .show-since-tiny {
  display: none;
}
svg#icons-svg-sprite path {
  fill: #FFFFFF;
}
#close_1_ polygon:last-child {
  fill: #FFFFFF;
}
#angle-up_1_ polygon:first-child {
  fill: #FFFFFF;
}
/*medium and smaller*/
@media (max-width: 810px) {
  .cortana-top-nav li.show-since-medium {
    display: list-item;
  }
  .cortana-top-nav .top-nav-search > .navbar-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #343A41;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: visibility 0s;
    -o-transition: visibility 0s;
    -webkit-transition: visibility 0s;
    transition: visibility 0s;
  }
  .cortana-top-nav .top-nav-search .search-title {
    display: block;
  }
  .cortana-top-nav .top-nav-search .form-group {
    width: calc(100% - 78px);
    padding: 15px;
    padding-right: 0;
  }
  .cortana-top-nav.in-search .top-nav-search > .navbar-form {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -moz-transition: transform .5s, opacity .5s;
    -o-transition: transform .5s, opacity .5s;
    -webkit-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
  }
}
/*small and smaller*/
@media (max-width: 650px) {
  .cortana-top-nav .hide-since-small {
    display: none;
  }
  .cortana-top-nav li.show-since-small {
    display: list-item;
  }
}
/*tiny*/
@media (max-width: 480px) {
  .cortana-top-nav .hide-since-tiny {
    display: none;
  }
  .cortana-top-nav li.show-since-tiny {
    display: list-item;
  }
}
.cardCarousel {
  position: relative;
  /*flex container*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 30px;
}
.lastCardCarousel {
  margin-bottom: 0;
}
.experimentCardPadder {
  margin: 0;
  -webkit-flex: 0 1 16.666%;
  -ms-flex: 0 1 16.666%;
  flex: 0 1 16.666%;
}
.experimentCardPadder .experimentCardBrowse {
  line-height: 1.2em;
  margin: 12px;
  padding: 0 0 12px 0;
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  color: #2C3137;
  display: block;
  position: relative;
  text-align: left;
}
.experimentCardPadder .experimentCardBrowse h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #2C3137;
  font-family: 'Segoe UI Light';
}
.experimentCardPadder .experimentCardBrowse .fixed-ratio-container {
  border-bottom: solid 1px #EAEAEA;
}
.experimentCardPadder .experimentCardBrowse .contentContainer {
  height: 252px;
  padding-left: 12px;
  padding-right: 12px;
}
.experimentCardPadder .experimentCardBrowse .headerContainer {
  width: 100%;
  position: relative;
}
.experimentCardPadder .experimentCardBrowse .headerContainer .glyphicon-lock {
  vertical-align: top;
  margin: 18px 6px 0 0;
}
.experimentCardPadder .experimentCardBrowse .headerContainer .header {
  font-size: 16px;
  font-family: 'Segoe UI Semibold';
  line-height: 1.2;
  color: #2C3137;
  cursor: pointer;
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  min-height: 36px;
  max-height: 60px;
  overflow: hidden;
  padding-top: 7px;
  padding-bottom: 4px;
  -ms-word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.experimentCardPadder .experimentCardBrowse .headerContainer .header a {
  color: #2C3137;
  cursor: pointer;
}
.experimentCardPadder .experimentCardBrowse .headerContainer .header a:hover {
  text-decoration: none;
  color: #2C3137;
}
.experimentCardPadder .experimentCardBrowse .headerContainer .msftBadge {
  position: absolute;
  top: 0;
  right: -4px;
  background-image: url('/images/msftbadge.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 24px;
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.experimentCardPadder .experimentCardBrowse .subHeaderContainer {
  font-size: 11px;
  height: 27px;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #585A5F;
}
.experimentCardPadder .experimentCardBrowse .screenShot {
  cursor: pointer;
}
.experimentCardPadder .experimentCardBrowse .item-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 16px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.experimentCardPadder .experimentCardBrowse .ratingContainer {
  display: inline-block;
  padding-bottom: 10px;
}
.experimentCardPadder .experimentCardBrowse .count {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
}
.experimentCardPadder .experimentCardBrowse .rewardCompactSummary {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
  max-width: 25px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.experimentCardPadder .experimentCardBrowse .entrantsCount {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
}
.experimentCardPadder .experimentCardBrowse .commentCount {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
  padding-left: 8px;
  line-height: 12px;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainer {
  position: absolute;
  bottom: 76px;
  vertical-align: bottom;
  width: 90%;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainer .algoContainer {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 12px;
  max-height: 34px;
  color: #aab3bd;
  padding: 0 12px 0 12px;
  width: 100%;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainer .algoContainer .ellipsisContainer {
  max-height: 34px;
  overflow: hidden;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainer .algoContainer .ellipsisContainer .algoText {
  max-height: 34px;
  line-height: 16px;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainer .algoContainer .algoIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  height: 18px;
  line-height: 17px;
  background-position: -54px 0;
  display: inline-block;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainer .tagsContainer {
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 28px;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainer .tagsContainer .tag {
  font-size: 12px;
  line-height: 29px;
  color: #2086bf;
  background-color: #e6eef5;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 7px 4px 7px;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainer .tagsContainer .tag:hover {
  text-decoration: none;
  background-color: #cddfeb;
}
.experimentCardPadder .experimentCardBrowse .tagsAlgoContainerHideAuthor {
  bottom: 27px;
}
.experimentCardPadder .experimentCardBrowse .countContainer {
  position: absolute;
  bottom: 65px;
  width: 100%;
  padding: 0px 12px 0px 12px;
  height: 16px;
  overflow: hidden;
}
.experimentCardPadder .experimentCardBrowse .countContainer .countGroup {
  display: inline-block;
}
.experimentCardPadder .experimentCardBrowse .countContainer .viewsIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.experimentCardPadder .experimentCardBrowse .countContainer .donwloadIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -27px 0;
}
.experimentCardPadder .experimentCardBrowse .countContainer .rewardIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -83px -196px;
}
.experimentCardPadder .experimentCardBrowse .countContainer .entrantsIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -27px -196px;
}
.experimentCardPadder .experimentCardBrowse .countContainer .lowerRightInfo {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #aab3bd;
  float: right;
}
.experimentCardPadder .experimentCardBrowse .countContainerHideAuthor {
  bottom: 10px;
}
.experimentCardPadder .experimentCardBrowse .icon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
}
.experimentCardPadder .experimentCardBrowse .description {
  font-size: 14px;
  line-height: 17px;
  height: 68px;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.experimentCardPadder .experimentCardBrowse .descriptionHideAuthor {
  height: 122px;
}
.experimentCardPadder .experimentCardBrowse .descriptionHideAlgos {
  height: 118px;
}
.experimentCardPadder .experimentCardBrowse .descriptionShowSubHeader {
  height: 90px;
}
.experimentCardPadder .experimentCardBrowse .separator {
  /*the separator is at the absolute position offset from the bottom*/
  height: 1px;
  background-color: #EAEAEA;
  bottom: 55px;
  width: 90%;
  position: absolute;
  left: 5%;
  right: 5%;
}
.experimentCardPadder .experimentCardBrowse .authorContainer {
  /*binding it to the bottom of the card with explicit height and 100% width*/
  padding: 12px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 54px;
  /*this should appear here, not on the author name itself*/
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.experimentCardPadder .experimentCardBrowse .authorContainer .avatar {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  float: left;
  cursor: pointer;
}
.experimentCardPadder .experimentCardBrowse .authorContainer .avatar.is-msft {
  width: auto;
  height: 20px;
  top: 16px;
  border-radius: 0;
}
.experimentCardPadder .experimentCardBrowse .authorContainer .author {
  /*having the image as absolute and padding the author name is the only
                way to keep these 2 on the same line
            */
  cursor: pointer;
  line-height: 26px;
  white-space: nowrap;
  padding-left: 42px;
}
.experimentCardPadder .experimentCardBrowse .category-container {
  position: relative;
  font-size: 11px;
  padding: 12px 16px 11px 16px;
  height: 40px;
}
.experimentCardPadder .experimentCardBrowse .category-container .collectionIcon {
  background-image: url(/images/icons.svg);
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  margin-right: 4px;
  background-position: -55px -141px;
  vertical-align: middle;
  overflow: hidden;
}
.experimentCardPadder .experimentCardBrowse .cardCategory {
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  color: #aab3bd;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
}
.experimentCardPadder .experimentCardBrowse .cardCategory .categoryIcon {
  font-size: 16px;
  vertical-align: text-top;
  margin-right: 4px;
}
.experimentCardPadder .experimentCardBrowse .cardCategory a,
.experimentCardPadder .experimentCardBrowse .cardCategory a:hover {
  color: #aab3bd;
}
.experimentCardPadder .experimentCardBrowse .edit-dropdown-container {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #aab3bd;
}
.experimentCardPadder .experimentCardBrowse .edit-dropdown-container .icon-caret-down {
  font-size: 16px;
}
.experimentCardPadder .experimentCardBrowse .edit-dropdown-container span {
  margin-right: 10px;
}
.experimentCardPadder .experimentCardBrowse .edit-dropdown-container a {
  text-transform: capitalize;
}
.experimentCardPadder .experimentCardBrowse .card-edit-dropdown-btn {
  cursor: pointer;
}
.experimentCardPadder .experimentCardBrowse .dropdown-menu {
  left: initial;
  right: 0;
  min-width: 160px;
  margin: 4px -12px;
}
.experimentCardPadder .experimentCardBrowse .dropdown-menu > li > a {
  padding: 12px 20px;
}
.experimentCardPadder .experimentCardBrowse sharing-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.experimentCardPadder .experimentCardBrowse sharing-menu .share-dropdown-btn {
  cursor: pointer;
}
.experimentCardPadder .experimentCardBrowse sharing-menu .share-dropdown-btn .btn-icon {
  /* pointer-events must be disabled on svgs for card hover to work properly */
  pointer-events: none;
  margin: 8px 2px 2px 10px;
  height: 28px;
  width: 28px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.experimentCardPadder .experimentCardBrowse sharing-menu .share-dropdown-btn:hover .btn-icon,
.experimentCardPadder .experimentCardBrowse sharing-menu .open > .share-dropdown-btn .btn-icon {
  background-color: rgba(0, 0, 0, 0.5);
}
.experimentCardPadder .experimentCardBrowse sharing-menu .dropdown-menu {
  left: 0;
  right: initial;
  margin-left: 10px;
  min-width: 140px;
}
.experimentCardPadder .experimentCardBrowse sharing-menu .dropdown-menu > li > a {
  padding: 8px 8px;
}
.experimentCardPadder .experimentCardBrowse sharing-menu .dropdown-menu .sharing-icon {
  /* pointer-events must be disabled on svgs for card hover to work properly */
  pointer-events: none;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
}
.experimentCardPadder .experimentCardBrowse .separatorCategory {
  height: 1px;
  background-color: #EAEAEA;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .cardCarousel > :nth-child(6) {
    display: none;
  }
  .experimentCardPadder {
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
@media screen and (max-width: 1124px) {
  .cardCarousel > :nth-child(5) {
    display: none;
  }
  .experimentCardPadder {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}
@media screen and (max-width: 868px) {
  .cardCarousel > :nth-child(4) {
    display: none;
  }
  .experimentCardPadder {
    -webkit-flex: 0 1 33.333%;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
}
@media screen and (max-width: 668px) {
  .cardCarousel > :nth-child(3) {
    display: none;
  }
  .experimentCardPadder {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 470px) {
  .cardCarousel {
    display: block;
  }
}
/*hardcode the layout for ipad in both orientations*/
@media screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: landscape) {
  .experimentCardPadder {
    -ms-flex: 0 1 33%;
    -webkit-flex: 0 1 33%;
    flex: 0 1 33%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) {
  .experimentCardPadder {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.experiment-list {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 53px;
  clear: both;
  padding-left: 15px;
}
.experiment-list .industry-image-card,
.experiment-list .industryCard,
.experiment-list .experimentCard {
  width: calc(25% - 15px);
  margin: 0 15px 15px 0;
  float: left;
}
@media (max-width: 980px) {
  .experiment-list {
    width: 490px;
  }
  .experiment-list .industry-image-card,
  .experiment-list .industryCard,
  .experiment-list .experimentCard {
    width: calc(50% - 15px);
  }
}
@media (max-width: 490px) {
  .experiment-list {
    width: 100%;
  }
  .experiment-list .industry-image-card,
  .experiment-list .industryCard,
  .experiment-list .experimentCard {
    width: 100%;
  }
}
.carouselButton:before {
  width: 36px;
  height: 44px;
  top: 50%;
  margin-top: 0;
  position: absolute;
  padding-left: 15px;
  display: block;
  background-color: rgba(155, 154, 156, 0.7);
  background-image: url("/images/caro_arrows_caro_arrows.png");
  background-repeat: no-repeat;
  background-position: -12px 4px;
  margin-top: -22px;
  opacity: 0.3;
}
.carouselButton {
  position: absolute;
  display: block;
  width: 36px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  top: 50%;
  margin-top: -22px;
  padding: 0;
  border: none;
  outline: none;
}
.carouselContainerBackground:hover .carouselButton:before {
  opacity: 0.6;
}
.carouselLeftButton:before {
  content: ' ';
}
.carouselRigthButton {
  right: 0;
}
.carouselRigthButton:before {
  content: ' ';
  padding-left: 0;
  background-position: 13px 4px;
}
.carouselContainerBackground {
  background: white;
  margin-bottom: 30px;
  overflow: visible;
  margin-left: -15px;
  margin-right: -15px;
}
.carouselContainer {
  height: auto;
  margin: auto;
  max-width: 960px;
}
.carouselItem {
  background: white;
  padding: 15px 40px;
  position: relative;
}
.carouselItem .carouselTable {
  display: table;
  width: 100%;
}
.carouselItem .carouselRow {
  display: table-row;
  height: 320px;
}
.carouselItem .carouselCellDetails {
  width: calc(100% - 510px);
}
.carouselItem .carouselCellScreenshot {
  width: 500px;
  height: 333px;
}
.carouselItem .carouselCell {
  display: table-cell;
  vertical-align: top;
  height: 320px;
}
.carouselItem .screenShot {
  width: 500px;
  height: 333px;
  display: block;
  background-position: center center;
  background-size: cover;
  border: 1px solid #eaeaea;
  cursor: pointer;
  position: absolute;
  top: 10px;
  bottom: 15px;
  left: 40px;
  right: 0;
}
.carouselItem .smallscreenShot {
  width: 100%;
  display: none;
  background-position: center center;
  background-size: cover;
  border: 1px solid #eaeaea;
  cursor: pointer;
  /*position: absolute;
                            top: 1px;
                            bottom: 1px;
                            left: 1px;
                            right: 0;*/
  padding-top: 66.66%;
}
@media screen and (max-width: 768px) {
  .carouselItem .screenShot {
    /*margin-top: 140px;
                                height: 200px;
                                width: 80%;
                                margin-left: 40px;
                                margin-right: 40px;
                                left: 0;*/
    display: none;
  }
  .carouselItem .smallscreenShot {
    display: block;
  }
}
.carouselItem .featured {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  width: 80px;
}
.carouselItem .details {
  margin-left: 10px;
  height: 320px;
  overflow: hidden;
}
.carouselItem .categoryName {
  text-transform: uppercase;
  color: #aab3bd;
  font-size: 12px;
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .carouselItem .categoryName {
    padding-top: 10px;
  }
}
.carouselItem .name {
  max-height: 70px;
  overflow: hidden;
  width: 100%;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.carouselItem .icon {
  background-image: url(/images/icons.svg);
  background-size: 88px 198px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: 0 -4px;
  line-height: 15px;
  content: ' ';
  margin: auto;
  background-repeat: no-repeat;
}
.carouselItem .bottomContainer {
  position: absolute;
  bottom: 8px;
  overflow: hidden;
  width: calc(100% - 585px);
}
.carouselItem .ratingContainer {
  display: table;
  padding-top: 4px;
  margin-bottom: 10px;
}
.carouselItem .starRating {
  cursor: pointer;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
}
.carouselItem .starRating .goldStar {
  color: gold;
}
.carouselItem .starRating .grayStar {
  color: gray;
}
.carouselItem .count {
  font-size: 12px;
  color: #aaa;
}
.carouselItem .entrantsCount {
  font-size: 12px;
  color: #aaa;
  padding-left: 4px;
}
.carouselItem .viewCount {
  font-size: 12px;
  color: #aaa;
  padding-right: 12px;
  padding-left: 4px;
}
.carouselItem .rewardCompactSummary {
  font-size: 12px;
  color: #aaa;
  padding-right: 12px;
  padding-left: 4px;
}
.carouselItem .commentCount {
  font-size: 12px;
  color: #aaa;
  padding-left: 8px;
  padding-right: 20px;
  line-height: 12px;
}
.carouselItem .viewsIcon {
  background-image: url(/images/icons.svg);
  background-size: 88px 198px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: 0 -4px;
  line-height: 15px;
  content: ' ';
  margin: auto;
  background-repeat: no-repeat;
  background-position: -1px 3px;
  display: table-cell;
  vertical-align: middle;
}
.carouselItem .donwloadIcon {
  background-image: url(/images/icons.svg);
  background-size: 88px 198px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: 0 -4px;
  line-height: 15px;
  content: ' ';
  margin: auto;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -24px 4px;
}
.carouselItem .rewardIcon {
  background-image: url(/images/icons.svg);
  background-size: 88px 198px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: 0 -4px;
  line-height: 15px;
  content: ' ';
  margin: auto;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -72px -157px;
}
.carouselItem .entrantsIcon {
  background-image: url(/images/icons.svg);
  background-size: 88px 198px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: 0 -4px;
  line-height: 15px;
  content: ' ';
  margin: auto;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -24px -157px;
}
.carouselItem .timeOffset {
  padding-left: 16px;
  font-size: 12px;
  color: #969696;
}
.carouselItem .futureTimeOffset {
  padding-left: 16px;
  font-size: 12px;
  color: #969696;
}
.carouselItem .timeOffsetNoDownloads {
  padding-left: 0;
}
.carouselItem .tagsContainer {
  overflow: hidden;
  max-height: 58px;
}
.carouselItem .tagsContainer .tag {
  font-size: 12px;
  line-height: 29px;
  color: #2086bf;
  background-color: #e6eef5;
  padding: 3px 7px 4px 7px;
  cursor: pointer;
}
.carouselItem .tagsContainer .tag:hover {
  text-decoration: none;
  background-color: #cddfeb;
}
.carouselItem .algoContainer {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  max-height: 34px;
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carouselItem .algoContainer .algoTextContainer {
  padding-left: 16px;
}
.carouselItem .algoContainer .algoText {
  line-height: 16px;
  max-height: 18px;
  overflow: hidden;
  padding-left: 5px;
}
.carouselItem .algoContainer .algoIcon {
  background-image: url(/images/icons.svg);
  background-size: 88px 198px;
  width: 16px;
  display: inline-block;
  background-position: 0 -4px;
  line-height: 15px;
  content: ' ';
  margin: auto;
  background-repeat: no-repeat;
  height: 16px;
  line-height: 17px;
  background-position: -48px 1px;
  float: left;
}
@media screen and (max-width: 768px) {
  .carouselItem .bottomContainer {
    width: 100%;
    position: relative;
    bottom: 0;
  }
}
.carouselItem .description {
  max-height: 82px;
  overflow: hidden;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .carouselItem .description {
    max-height: 62px;
    padding-bottom: 20px;
  }
}
.carouselItem .separator {
  height: 1px;
  background-color: #e0d8d8;
  width: 100%;
  margin-bottom: 10px;
}
.carouselItem .authorContainer {
  width: 100%;
  /*this should appear here, not on the author name itself*/
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
}
.carouselItem .authorContainer .avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.carouselItem .authorContainer .author {
  cursor: pointer;
  line-height: 32px;
  white-space: nowrap;
}
.carouselItem .authorContainer.is-msft .avatar {
  width: auto;
  height: 20px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .carouselItem .details {
    height: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .carouselItem .carouselCell {
    display: table-row;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .carouselItem .carouselRow {
    height: 520px;
  }
}
@media screen and (max-width: 768px) {
  .carouselItem {
    padding: 1px 40px;
  }
}
.tabbar {
  border-bottom: 1px solid #a0a0a0;
  margin: 20px 0;
}
.tabbar.disabled .tab-item {
  color: #a0a0a0;
  cursor: default;
}
.tab-item {
  display: inline-block;
  font-size: 14px;
  padding: 0 4px;
  line-height: 16px;
  margin-right: 20px;
  height: 25px;
  cursor: pointer;
  color: #808387;
  text-transform: uppercase;
}
.tab-item.selected {
  border-bottom: 2px solid #00B294;
  color: #2C3137;
}
.tab-item:hover {
  color: #2C3137;
}
.wmd-button-bar {
  width: 100%;
  background-color: Silver;
}
.wmd-preview {
  overflow: auto;
  white-space: normal;
}
.wmd-preview code {
  white-space: pre;
}
.wmd-button-row {
  position: relative;
  margin: 5px;
  margin-top: 10px;
  padding: 0;
  height: 20px;
}
.wmd-spacer {
  width: 1px;
  height: 20px;
  margin-left: 14px;
  position: absolute;
  background-color: Silver;
  display: inline-block;
  list-style: none;
}
.wmd-button {
  width: 20px;
  height: 20px;
  padding-left: 2px;
  padding-right: 3px;
  position: absolute;
  display: inline-block;
  list-style: none;
  cursor: pointer;
}
.wmd-button > span {
  background-image: url(../../images/wmd-buttons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.wmd-spacer1 {
  left: 50px;
}
.wmd-spacer2 {
  left: 175px;
}
.wmd-spacer3 {
  left: 300px;
}
.wmd-prompt-background {
  background-color: Black;
  z-index: 3000 !important;
}
.wmd-prompt-dialog {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  z-index: 3001 !important;
}
.wmd-prompt-dialog > div {
  border: 0;
}
.wmd-prompt-dialog > div > p:first-child {
  margin: 0 !important;
  padding: 30px !important;
  color: #515151;
  font: 32px "Segoe UI light";
}
.wmd-prompt-dialog > div > p:last-child {
  position: relative;
  white-space: pre-line;
  padding: 0 30px;
  color: #333;
}
.wmd-prompt-dialog > div > p > b {
  font-weight: normal;
}
.wmd-prompt-dialog > form {
  padding: 30px !important;
  padding-bottom: 22px !important;
  text-align: right !important;
}
.wmd-prompt-dialog > form > input[type="text"] {
  border: 1px solid #999999;
  color: black;
  width: 100% !important;
}
.wmd-prompt-dialog > form > input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  margin-right: 0 !important;
}
.wmd-prompt-dialog > form > input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wmd-prompt-dialog > form > input[type="button"]:hover,
.wmd-prompt-dialog > form > input[type="button"]:focus {
  color: #333333;
  text-decoration: none;
}
.wmd-prompt-dialog > form > input[type="button"]:active,
.wmd-prompt-dialog > form > input[type="button"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wmd-prompt-dialog > form > input[type="button"]:nth-child(2) {
  color: #ffffff;
  background-color: #008272;
  border-color: #008272;
}
.wmd-prompt-dialog > form > input[type="button"].disabled,
.wmd-prompt-dialog > form > input[type="button"][disabled],
fieldset[disabled] .wmd-prompt-dialog > form > input[type="button"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
markdownarea {
  position: relative;
  display: block;
  white-space: nowrap;
}
markdownarea .editor-container {
  overflow: hidden;
}
.wmd-editor,
.wmd-preview {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  left: 0;
  -moz-transition: left ease 300ms;
  -o-transition: left ease 300ms;
  -webkit-transition: left ease 300ms;
  transition: left ease 300ms;
}
textarea.wmd-input {
  width: 100%;
  height: 185px;
  overflow: auto;
  white-space: pre;
}
.wmd-editor.in-preview,
.wmd-preview.in-preview {
  left: -100%;
}
.wmd-preview h1 {
  font-size: 20px;
  line-height: 1.2;
  color: #666666;
  font-family: 'Segoe UI Light';
  margin: 0;
  margin-bottom: 15px;
}
.wmd-preview h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #666666;
  font-family: 'Segoe UI Light';
  margin: 0;
  margin-bottom: 10px;
}
.wmd-preview h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
  font-family: 'Segoe UI Light';
  margin: 0;
  margin-bottom: 5px;
}
.wmd-preview ol {
  list-style-type: decimal;
  padding-left: 40px;
  position: static;
}
.wmd-preview ul {
  padding-left: 40px;
}
.wmd-preview hr {
  border-bottom: 1px solid #333;
}
.markdown-preview-switch {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 0;
}
.markdown-preview-switch > * {
  font-size: 10px;
}
.markdown-preview-switch .toggle-btn {
  display: inline-block;
  position: relative;
  border: 0;
}
.markdown-preview-switch .toggle-btn > input[type="radio"],
.markdown-preview-switch .toggle-btn > div {
  display: block;
  width: 80px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.markdown-preview-switch .toggle-btn > input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.markdown-preview-switch .toggle-btn > div {
  color: gray;
}
.markdown-preview-switch .toggle-btn input:checked + div {
  color: black;
}
.markdown-preview-switch .markdown-icon,
.markdown-preview-switch .preview-icon {
  width: 21px;
  height: 21px;
  background-image: url(../../images/mdown-view-sprite.png);
  display: inline-block;
  vertical-align: middle;
}
.markdown-preview-switch .markdown-icon {
  background-position: 21px 0;
}
.markdown-preview-switch input:checked + div .markdown-icon {
  background-position: 0 0;
}
.markdown-preview-switch .preview-icon {
  background-position: 21px 21px;
}
.markdown-preview-switch input:checked + div .preview-icon {
  background-position: 0 21px;
}
.create-collection-steps {
  height: 600px;
}
.create-collection-steps label {
  text-transform: uppercase;
  margin-bottom: 7px;
  font: 11px/11px "Segoe UI Semibold";
}
.create-collection-steps input.invalidate,
.create-collection-steps span.invalidate {
  background-image: url('../../images/icon-validation-invalid.gif');
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #a6a6a6;
}
.create-collection-steps input,
.create-collection-steps textarea {
  display: block;
  margin-bottom: 15px;
  font-family: "Segoe UI";
  font-size: 13px;
}
.create-collection-steps > input[type=text] {
  width: 100%;
  padding: 5px 5px 6px;
  border: 1px solid #a6a6a6;
}
.create-collection-steps textarea {
  width: 100%;
  min-height: 61px;
  resize: vertical;
  padding: 5px;
}
.create-collection-steps select {
  display: block;
  margin-bottom: 15px;
  padding: 5px 5px 6px;
  width: 50%;
}
.create-collection-steps > h2 {
  margin: -10px 0 10px 0;
  color: #505050;
  font: 28px/40px "Segoe UI Light";
}
.create-collection-steps .columnNameBox,
.create-collection-steps .columnNameBoxInvalid {
  margin: 2px;
}
.create-collection-steps .radio-label {
  display: block;
  margin-bottom: 0;
}
.create-collection-steps .radio-label input {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  left: 0;
}
.create-collection-steps .tt-input,
.create-collection-steps .tt-hint {
  border: none;
  outline: none;
}
.create-collection-steps .instruction {
  margin-bottom: 15px;
  color: #505050;
  font-family: "Segoe UI Light";
  font-size: 12px;
  font-weight: 200;
}
.create-collection-steps .thumbnail-container {
  width: 220px;
}
.create-collection-steps .new-collection-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
.create-collection-steps .hidden-control {
  width: 0;
  height: 0;
  overflow: hidden;
}
.create-collection-steps .image-edit,
.create-collection-steps .file-edit {
  display: inline-block;
  margin: 30px 0;
  height: 30px;
  font-size: 0;
  cursor: pointer;
}
.create-collection-steps .image-edit span,
.create-collection-steps .file-edit span {
  border: 1px solid #bfbfbf;
  color: #737373;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.create-collection-steps .image-edit:hover span,
.create-collection-steps .file-edit:hover span {
  border-color: #48acf6;
}
.create-collection-steps .image-edit .glyphicon-folder-open,
.create-collection-steps .file-edit .glyphicon-folder-open {
  width: 30px;
  border: 1px solid #838383;
  text-align: center;
}
.create-collection-steps .image-edit .image-name,
.create-collection-steps .file-edit .image-name,
.create-collection-steps .image-edit .file-name,
.create-collection-steps .file-edit .file-name {
  min-width: 290px;
  margin-left: -1px;
  padding-left: 10px;
  background-color: #eee;
}
.create-collection-steps .stock-images-gallery {
  height: 300px;
  display: block;
  white-space: normal;
  overflow-y: auto;
}
.create-collection-steps .imgGalleryBox {
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}
.create-collection-steps .imgGallery {
  width: 135px;
  height: 90px;
}
.create-collection-steps .private-public-publish {
  margin-bottom: 25px;
}
.create-collection-steps .option-details {
  padding-left: 20px;
}
.create-collection-steps .publish-author-type-option,
.create-collection-steps .publish-visibility-type-option {
  padding: 5px;
}
.create-collection-steps .wmd-editor,
.create-collection-steps .wmd-preview {
  margin-bottom: 15px;
  height: 200px;
}
.create-collection-steps .wmd-editor textarea,
.create-collection-steps .wmd-preview textarea {
  height: 165px;
}
.create-collection-btn {
  position: absolute;
  top: 162px;
  right: 15px;
}
.mainBrowse {
  width: 100%;
  overflow-x: hidden;
}
.mainBrowse .defaultTitle {
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  color: #2C3137;
}
.mainBrowse .searchTerm {
  font-family: Segoe UI Semibold;
}
.mainBrowse .browseContent {
  overflow: hidden;
}
.mainBrowse .browseContent .sortingContainer {
  float: right;
  clear: right;
}
.mainBrowse .browseContent .mobileSortingContainer {
  padding-top: 15px;
  display: none;
}
@media screen and (max-width: 655px) {
  .mainBrowse .browseContent .sortingContainer {
    display: none;
  }
  .mainBrowse .browseContent .mobileSortingContainer {
    display: block;
  }
}
.browseTopPadding {
  padding-top: 40px;
}
.sidebarBrowse {
  float: left;
  width: 200px;
  margin-right: 20px;
  /*background-color:aqua;*/
}
.refineBrowse {
  display: none;
  width: 100%;
  margin-bottom: 5px;
}
.contentBrowse {
  pointer-events: auto;
  min-width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
}
.contentWrapperBrowse {
  pointer-events: none;
  width: 100%;
}
.contentPadder {
  padding-left: 190px;
}
.sliderLeftOut {
  opacity: 0;
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sliderLeftReset {
  opacity: 0;
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.sliderLeftIn {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sliderRightOut {
  opacity: 0;
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sliderRightReset {
  opacity: 0;
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.sliderRightIn {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sliderCenterOut {
  opacity: 0;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sliderCenterReset {
  opacity: 0;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.sliderCenterIn {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.filterSelections {
  border-top: 1px solid #ccc;
  padding: 5px;
  line-height: 32px;
}
.filterSelections a {
  cursor: pointer;
}
.filterSelections .selectedElement {
  float: none;
  border: 1px solid #c8c8c8;
  padding: 2px 2px 3px 6px;
  margin: 0 8px 0 0;
  white-space: nowrap;
}
.filterSelections .selectedElement:hover {
  color: #008272;
  border-color: #008272;
  cursor: pointer;
}
.filterSelections .selectedElement:hover .glyphicon {
  color: #008272;
}
.filterSelections .selectedElement .glyphicon {
  font-size: 10px;
  color: #999;
}
@media screen and (max-width: 655px) {
  .sidebarBrowse {
    display: none;
  }
  .refineBrowse {
    display: block;
  }
  .contentWrapperBrowse {
    padding-left: 0;
  }
  .browseTopPadding {
    padding-top: 20px;
  }
  .filterSelections {
    border-top: 0;
  }
}
.experimentCardBrowsePadder {
  margin: 0;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}
.experimentCardBrowsePadder .experimentCardBrowse {
  line-height: 1.2em;
  margin: 12px;
  padding: 0 0 12px 0;
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  color: #2C3137;
  display: block;
  position: relative;
  text-align: left;
}
.experimentCardBrowsePadder .experimentCardBrowse h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #2C3137;
  font-family: 'Segoe UI Light';
}
.experimentCardBrowsePadder .experimentCardBrowse .fixed-ratio-container {
  border-bottom: solid 1px #EAEAEA;
}
.experimentCardBrowsePadder .experimentCardBrowse .contentContainer {
  height: 252px;
  padding-left: 12px;
  padding-right: 12px;
}
.experimentCardBrowsePadder .experimentCardBrowse .headerContainer {
  width: 100%;
  position: relative;
}
.experimentCardBrowsePadder .experimentCardBrowse .headerContainer .glyphicon-lock {
  vertical-align: top;
  margin: 18px 6px 0 0;
}
.experimentCardBrowsePadder .experimentCardBrowse .headerContainer .header {
  font-size: 16px;
  font-family: 'Segoe UI Semibold';
  line-height: 1.2;
  color: #2C3137;
  cursor: pointer;
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  min-height: 36px;
  max-height: 60px;
  overflow: hidden;
  padding-top: 7px;
  padding-bottom: 4px;
  -ms-word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.experimentCardBrowsePadder .experimentCardBrowse .headerContainer .header a {
  color: #2C3137;
  cursor: pointer;
}
.experimentCardBrowsePadder .experimentCardBrowse .headerContainer .header a:hover {
  text-decoration: none;
  color: #2C3137;
}
.experimentCardBrowsePadder .experimentCardBrowse .headerContainer .msftBadge {
  position: absolute;
  top: 0;
  right: -4px;
  background-image: url('/images/msftbadge.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 24px;
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.experimentCardBrowsePadder .experimentCardBrowse .subHeaderContainer {
  font-size: 11px;
  height: 27px;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #585A5F;
}
.experimentCardBrowsePadder .experimentCardBrowse .screenShot {
  cursor: pointer;
}
.experimentCardBrowsePadder .experimentCardBrowse .item-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 16px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.experimentCardBrowsePadder .experimentCardBrowse .ratingContainer {
  display: inline-block;
  padding-bottom: 10px;
}
.experimentCardBrowsePadder .experimentCardBrowse .count {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
}
.experimentCardBrowsePadder .experimentCardBrowse .rewardCompactSummary {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
  max-width: 25px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.experimentCardBrowsePadder .experimentCardBrowse .entrantsCount {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
}
.experimentCardBrowsePadder .experimentCardBrowse .commentCount {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
  padding-left: 8px;
  line-height: 12px;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainer {
  position: absolute;
  bottom: 76px;
  vertical-align: bottom;
  width: 90%;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainer .algoContainer {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 12px;
  max-height: 34px;
  color: #aab3bd;
  padding: 0 12px 0 12px;
  width: 100%;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainer .algoContainer .ellipsisContainer {
  max-height: 34px;
  overflow: hidden;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainer .algoContainer .ellipsisContainer .algoText {
  max-height: 34px;
  line-height: 16px;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainer .algoContainer .algoIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  height: 18px;
  line-height: 17px;
  background-position: -54px 0;
  display: inline-block;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainer .tagsContainer {
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 28px;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainer .tagsContainer .tag {
  font-size: 12px;
  line-height: 29px;
  color: #2086bf;
  background-color: #e6eef5;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 7px 4px 7px;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainer .tagsContainer .tag:hover {
  text-decoration: none;
  background-color: #cddfeb;
}
.experimentCardBrowsePadder .experimentCardBrowse .tagsAlgoContainerHideAuthor {
  bottom: 27px;
}
.experimentCardBrowsePadder .experimentCardBrowse .countContainer {
  position: absolute;
  bottom: 65px;
  width: 100%;
  padding: 0px 12px 0px 12px;
  height: 16px;
  overflow: hidden;
}
.experimentCardBrowsePadder .experimentCardBrowse .countContainer .countGroup {
  display: inline-block;
}
.experimentCardBrowsePadder .experimentCardBrowse .countContainer .viewsIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.experimentCardBrowsePadder .experimentCardBrowse .countContainer .donwloadIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -27px 0;
}
.experimentCardBrowsePadder .experimentCardBrowse .countContainer .rewardIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -83px -196px;
}
.experimentCardBrowsePadder .experimentCardBrowse .countContainer .entrantsIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -27px -196px;
}
.experimentCardBrowsePadder .experimentCardBrowse .countContainer .lowerRightInfo {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #aab3bd;
  float: right;
}
.experimentCardBrowsePadder .experimentCardBrowse .countContainerHideAuthor {
  bottom: 10px;
}
.experimentCardBrowsePadder .experimentCardBrowse .icon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
}
.experimentCardBrowsePadder .experimentCardBrowse .description {
  font-size: 14px;
  line-height: 17px;
  height: 68px;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.experimentCardBrowsePadder .experimentCardBrowse .descriptionHideAuthor {
  height: 122px;
}
.experimentCardBrowsePadder .experimentCardBrowse .descriptionHideAlgos {
  height: 118px;
}
.experimentCardBrowsePadder .experimentCardBrowse .descriptionShowSubHeader {
  height: 90px;
}
.experimentCardBrowsePadder .experimentCardBrowse .separator {
  /*the separator is at the absolute position offset from the bottom*/
  height: 1px;
  background-color: #EAEAEA;
  bottom: 55px;
  width: 90%;
  position: absolute;
  left: 5%;
  right: 5%;
}
.experimentCardBrowsePadder .experimentCardBrowse .authorContainer {
  /*binding it to the bottom of the card with explicit height and 100% width*/
  padding: 12px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 54px;
  /*this should appear here, not on the author name itself*/
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.experimentCardBrowsePadder .experimentCardBrowse .authorContainer .avatar {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  float: left;
  cursor: pointer;
}
.experimentCardBrowsePadder .experimentCardBrowse .authorContainer .avatar.is-msft {
  width: auto;
  height: 20px;
  top: 16px;
  border-radius: 0;
}
.experimentCardBrowsePadder .experimentCardBrowse .authorContainer .author {
  /*having the image as absolute and padding the author name is the only
                way to keep these 2 on the same line
            */
  cursor: pointer;
  line-height: 26px;
  white-space: nowrap;
  padding-left: 42px;
}
.experimentCardBrowsePadder .experimentCardBrowse .category-container {
  position: relative;
  font-size: 11px;
  padding: 12px 16px 11px 16px;
  height: 40px;
}
.experimentCardBrowsePadder .experimentCardBrowse .category-container .collectionIcon {
  background-image: url(/images/icons.svg);
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  margin-right: 4px;
  background-position: -55px -141px;
  vertical-align: middle;
  overflow: hidden;
}
.experimentCardBrowsePadder .experimentCardBrowse .cardCategory {
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  color: #aab3bd;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
}
.experimentCardBrowsePadder .experimentCardBrowse .cardCategory .categoryIcon {
  font-size: 16px;
  vertical-align: text-top;
  margin-right: 4px;
}
.experimentCardBrowsePadder .experimentCardBrowse .cardCategory a,
.experimentCardBrowsePadder .experimentCardBrowse .cardCategory a:hover {
  color: #aab3bd;
}
.experimentCardBrowsePadder .experimentCardBrowse .edit-dropdown-container {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #aab3bd;
}
.experimentCardBrowsePadder .experimentCardBrowse .edit-dropdown-container .icon-caret-down {
  font-size: 16px;
}
.experimentCardBrowsePadder .experimentCardBrowse .edit-dropdown-container span {
  margin-right: 10px;
}
.experimentCardBrowsePadder .experimentCardBrowse .edit-dropdown-container a {
  text-transform: capitalize;
}
.experimentCardBrowsePadder .experimentCardBrowse .card-edit-dropdown-btn {
  cursor: pointer;
}
.experimentCardBrowsePadder .experimentCardBrowse .dropdown-menu {
  left: initial;
  right: 0;
  min-width: 160px;
  margin: 4px -12px;
}
.experimentCardBrowsePadder .experimentCardBrowse .dropdown-menu > li > a {
  padding: 12px 20px;
}
.experimentCardBrowsePadder .experimentCardBrowse sharing-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.experimentCardBrowsePadder .experimentCardBrowse sharing-menu .share-dropdown-btn {
  cursor: pointer;
}
.experimentCardBrowsePadder .experimentCardBrowse sharing-menu .share-dropdown-btn .btn-icon {
  /* pointer-events must be disabled on svgs for card hover to work properly */
  pointer-events: none;
  margin: 8px 2px 2px 10px;
  height: 28px;
  width: 28px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.experimentCardBrowsePadder .experimentCardBrowse sharing-menu .share-dropdown-btn:hover .btn-icon,
.experimentCardBrowsePadder .experimentCardBrowse sharing-menu .open > .share-dropdown-btn .btn-icon {
  background-color: rgba(0, 0, 0, 0.5);
}
.experimentCardBrowsePadder .experimentCardBrowse sharing-menu .dropdown-menu {
  left: 0;
  right: initial;
  margin-left: 10px;
  min-width: 140px;
}
.experimentCardBrowsePadder .experimentCardBrowse sharing-menu .dropdown-menu > li > a {
  padding: 8px 8px;
}
.experimentCardBrowsePadder .experimentCardBrowse sharing-menu .dropdown-menu .sharing-icon {
  /* pointer-events must be disabled on svgs for card hover to work properly */
  pointer-events: none;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
}
.experimentCardBrowsePadder .experimentCardBrowse .separatorCategory {
  height: 1px;
  background-color: #EAEAEA;
  width: 90%;
  margin: auto;
}
.experimentCardBrowsePadder .experimentCardBrowse .description {
  -ms-word-break: break-all;
  word-break: break-all;
}
@media screen and (min-width: 895px) and (max-width: 1320px) {
  .experimentCardBrowsePadder {
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
  }
}
@media screen and (min-width: 500px) and (max-width: 895px) {
  .experimentCardBrowsePadder {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 500px) {
  .experimentCardBrowsePadder {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
/*hardcode the layout for ipad in both orientations*/
@media screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: landscape) {
  .experimentCardBrowsePadder {
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) {
  .experimentCardBrowsePadder {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.cardPager {
  text-align: center;
  width: 100%;
  clear: both;
}
.cardPager .pageBoxContainer {
  float: right;
  height: 28px;
  margin-top: 10px;
  clear: both;
  padding-right: 8px;
}
.cardPager .pageBoxContainer .pageBox {
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #008272;
  margin: auto;
  display: inline-block;
  margin: 3px;
}
.cardPager .pageBoxContainer .pageBox:hover {
  border-color: #00B294;
  color: #00B294;
}
.cardPager .pageBoxContainer .pageBoxSelected {
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #008272;
  margin: auto;
  display: inline-block;
  margin: 3px;
  color: #ffffff;
  background-color: #008272;
  border-color: #008272;
  font-weight: 600;
}
.cardPager .pageBoxContainer .arrow {
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #008272;
  margin: auto;
  display: inline-block;
  margin: 3px;
  color: #666;
}
.cardPager .pageBoxContainer .arrow:hover {
  border-color: #00B294;
  color: #00B294;
}
.cardPager .pageBoxContainer .arrowDisabled {
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #008272;
  margin: auto;
  display: inline-block;
  margin: 3px;
  color: #666;
  color: #008272;
}
.cardPager .pageBoxContainer .spacer {
  display: inline-block;
}
.cardPager .backToTop {
  clear: right;
  float: right;
  padding-top: 30px;
  font-size: 14px;
  color: #008272;
  cursor: pointer;
  padding-right: 10px;
}
.cardPager .backToTop:hover {
  color: #008272;
  text-decoration: underline;
}
#mobileFilter ul {
  padding-left: 0;
}
#mobileFilter .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#mobileFilter .modal-dialog ul {
  list-style-type: none;
}
#mobileFilter .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
}
#mobileFilter .modal-dialog .modal-content .modal-body {
  height: 100%;
  padding: 0;
}
#mobileFilter .modal-dialog .modal-content .modal-body .panel-heading {
  position: relative;
}
#mobileFilter .modal-dialog .modal-content .modal-body .panel-heading > .glyphicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#mobileFilter .modal-dialog .modal-content .modal-body .filterSelections {
  padding: 5px 15px 15px 15px;
}
#mobileFilter .modal-dialog .modal-content .modal-body .applyBtnContainer {
  padding: 0 15px;
}
#mobileFilter .pageHeader {
  font-family: 'Segoe UI Semibold';
  padding: 20px 15px 10px 15px;
}
#mobileFilter .pageHeader a {
  font-family: 'Segoe UI';
  float: right;
  cursor: pointer;
}
#mobileFilter .pageFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 10px;
}
#mobileFilter .baseBtn {
  height: 36px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#mobileFilter .applyBtn {
  height: 36px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 48%;
  float: right;
}
#mobileFilter .clearBtn {
  height: 36px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 48%;
  float: left;
}
#mobileFilter .doneBtn {
  height: 36px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 48%;
  float: right;
  background-color: #008272;
  color: white;
}
#mobileFilter .allFilterGroupsPage {
  height: 100%;
  overflow: auto;
}
#mobileFilter .allFilterGroupsPage .list-group-item {
  cursor: pointer;
  border-left: 0;
  border-right: 0;
  font-family: Segoe UI Semibold;
}
#mobileFilter .allFilterGroupsPage .list-group-item span {
  float: right;
}
#mobileFilter .allFilterGroupsPage .list-group-item .glyphicon {
  font-size: 9px;
  color: #666;
  top: 3px;
}
#mobileFilter .categoriesPage,
#mobileFilter .tagsPage,
#mobileFilter .algorithmsPage,
#mobileFilter .languagesPage,
#mobileFilter .industriesPage,
#mobileFilter .levelsPage,
#mobileFilter .verticalsPage {
  position: relative;
  height: 100%;
}
#mobileFilter .categoriesPage .panel-heading,
#mobileFilter .tagsPage .panel-heading,
#mobileFilter .algorithmsPage .panel-heading,
#mobileFilter .languagesPage .panel-heading,
#mobileFilter .industriesPage .panel-heading,
#mobileFilter .levelsPage .panel-heading,
#mobileFilter .verticalsPage .panel-heading {
  cursor: pointer;
  background-color: white;
  border: 1px solid #c8c8c8;
  border-top: 0;
}
#mobileFilter .categoriesPage .panel-heading > .glyphicon,
#mobileFilter .tagsPage .panel-heading > .glyphicon,
#mobileFilter .algorithmsPage .panel-heading > .glyphicon,
#mobileFilter .languagesPage .panel-heading > .glyphicon,
#mobileFilter .industriesPage .panel-heading > .glyphicon,
#mobileFilter .levelsPage .panel-heading > .glyphicon,
#mobileFilter .verticalsPage .panel-heading > .glyphicon {
  font-size: 9px;
  top: 3px;
  padding-right: 15px;
  color: #666;
}
#mobileFilter .categoriesPage .panel-heading .panel-title,
#mobileFilter .tagsPage .panel-heading .panel-title,
#mobileFilter .algorithmsPage .panel-heading .panel-title,
#mobileFilter .languagesPage .panel-heading .panel-title,
#mobileFilter .industriesPage .panel-heading .panel-title,
#mobileFilter .levelsPage .panel-heading .panel-title,
#mobileFilter .verticalsPage .panel-heading .panel-title {
  font-size: 14px;
}
#mobileFilter .categoriesPage .selectedHeading,
#mobileFilter .tagsPage .selectedHeading,
#mobileFilter .algorithmsPage .selectedHeading,
#mobileFilter .languagesPage .selectedHeading,
#mobileFilter .industriesPage .selectedHeading,
#mobileFilter .levelsPage .selectedHeading,
#mobileFilter .verticalsPage .selectedHeading {
  background-color: #519bbd;
  color: white;
}
#mobileFilter .categoriesPage .selectedHeading > .glyphicon,
#mobileFilter .tagsPage .selectedHeading > .glyphicon,
#mobileFilter .algorithmsPage .selectedHeading > .glyphicon,
#mobileFilter .languagesPage .selectedHeading > .glyphicon,
#mobileFilter .industriesPage .selectedHeading > .glyphicon,
#mobileFilter .levelsPage .selectedHeading > .glyphicon,
#mobileFilter .verticalsPage .selectedHeading > .glyphicon {
  color: white;
}
#mobileFilter .categoriesPage .subContent .panel,
#mobileFilter .tagsPage .subContent .panel,
#mobileFilter .algorithmsPage .subContent .panel,
#mobileFilter .languagesPage .subContent .panel,
#mobileFilter .industriesPage .subContent .panel,
#mobileFilter .levelsPage .subContent .panel,
#mobileFilter .verticalsPage .subContent .panel {
  border: 0;
}
#mobileFilter .categoriesPage .subContent .panel-default,
#mobileFilter .tagsPage .subContent .panel-default,
#mobileFilter .algorithmsPage .subContent .panel-default,
#mobileFilter .languagesPage .subContent .panel-default,
#mobileFilter .industriesPage .subContent .panel-default,
#mobileFilter .levelsPage .subContent .panel-default,
#mobileFilter .verticalsPage .subContent .panel-default {
  border-top: 1px solid #c8c8c8;
}
#mobileFilter .categoriesPage ul,
#mobileFilter .tagsPage ul,
#mobileFilter .algorithmsPage ul,
#mobileFilter .languagesPage ul,
#mobileFilter .industriesPage ul,
#mobileFilter .levelsPage ul,
#mobileFilter .verticalsPage ul,
#mobileFilter .categoriesPage .subContent,
#mobileFilter .tagsPage .subContent,
#mobileFilter .algorithmsPage .subContent,
#mobileFilter .languagesPage .subContent,
#mobileFilter .industriesPage .subContent,
#mobileFilter .levelsPage .subContent,
#mobileFilter .verticalsPage .subContent {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
#mobileFilter .categoriesPage ul,
#mobileFilter .tagsPage ul,
#mobileFilter .algorithmsPage ul,
#mobileFilter .languagesPage ul,
#mobileFilter .industriesPage ul,
#mobileFilter .levelsPage ul,
#mobileFilter .verticalsPage ul {
  padding-left: 15px;
}
#mobileFilter .categoriesPage ul.nopadding,
#mobileFilter .tagsPage ul.nopadding,
#mobileFilter .algorithmsPage ul.nopadding,
#mobileFilter .languagesPage ul.nopadding,
#mobileFilter .industriesPage ul.nopadding,
#mobileFilter .levelsPage ul.nopadding,
#mobileFilter .verticalsPage ul.nopadding {
  margin-bottom: 0;
  height: auto;
  overflow-y: hidden;
  padding-bottom: 0;
  border-bottom: 1px solid #c8c8c8;
  padding-left: 15px;
}
#mobileFilter .categoriesPage .in,
#mobileFilter .tagsPage .in,
#mobileFilter .algorithmsPage .in,
#mobileFilter .languagesPage .in,
#mobileFilter .industriesPage .in,
#mobileFilter .levelsPage .in,
#mobileFilter .verticalsPage .in {
  border: 0 1px;
  border-color: #c8c8c8;
}
#mobileFilter .categoriesPage .content,
#mobileFilter .tagsPage .content,
#mobileFilter .algorithmsPage .content,
#mobileFilter .languagesPage .content,
#mobileFilter .industriesPage .content,
#mobileFilter .levelsPage .content,
#mobileFilter .verticalsPage .content {
  position: absolute;
  top: 0;
  bottom: 50px;
  width: 100%;
}
#mobileFilter .categoriesPage .moduleSearch,
#mobileFilter .tagsPage .moduleSearch,
#mobileFilter .algorithmsPage .moduleSearch,
#mobileFilter .languagesPage .moduleSearch,
#mobileFilter .industriesPage .moduleSearch,
#mobileFilter .levelsPage .moduleSearch,
#mobileFilter .verticalsPage .moduleSearch {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
#mobileFilter .categoriesPage .moduleSearch input[type=text],
#mobileFilter .tagsPage .moduleSearch input[type=text],
#mobileFilter .algorithmsPage .moduleSearch input[type=text],
#mobileFilter .languagesPage .moduleSearch input[type=text],
#mobileFilter .industriesPage .moduleSearch input[type=text],
#mobileFilter .levelsPage .moduleSearch input[type=text],
#mobileFilter .verticalsPage .moduleSearch input[type=text] {
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 21px;
  padding-left: 6px;
}
#mobileFilter .categoriesPage .moduleSearch .moduleSearchBtn,
#mobileFilter .tagsPage .moduleSearch .moduleSearchBtn,
#mobileFilter .algorithmsPage .moduleSearch .moduleSearchBtn,
#mobileFilter .languagesPage .moduleSearch .moduleSearchBtn,
#mobileFilter .industriesPage .moduleSearch .moduleSearchBtn,
#mobileFilter .levelsPage .moduleSearch .moduleSearchBtn,
#mobileFilter .verticalsPage .moduleSearch .moduleSearchBtn {
  font-size: 12px;
  background: white;
  padding: 3px 6px;
  border: 1px solid #c8c8c8;
  border-left: 0;
}
.fixed-ratio-container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 66.66%;
  font-size: 0;
}
.image-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.image-card.image-card__invisible {
  opacity: 0.1;
}
/** When making custom tags like this, IE and FF default to display: inline while Chrome defaults to 
  * display: block. So, to have your tags look remotely reasonable in all browsers, you need to always
  * set the display property.   
 **/
/* A vertical flexbox */
vflexbox {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 100%;
}
/* A horizontal flexbox */
hflexbox {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
}
/**
  * Flex items with content in the direction of flex sizing need to be position relative and their
  * children need to be position absolute.
  * http://stackoverflow.com/questions/8633964/using-percentage-values-to-fill-flexbox-items
 **/
/* A flexbox item that grows and shrinks to consume remaining space in the parent flexbox */
flexfill {
  display: block;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  position: relative;
}
/* A flexbox item that does not grow or shrink with the parent flexbox */
flexstatic {
  display: block;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  position: relative;
}
/* The content area of a flexbox item. */
flexcontent {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.in-edit-mode .tags-header {
  display: inline-block;
}
.columnNameBox .btn {
  padding: 0;
  top: 0;
  font-size: 11px;
  line-height: 16px;
}
.columnNameBox .btn:hover {
  color: #2a6496;
}
.columnNameList {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  min-height: 36px;
  cursor: text;
  flex-wrap: wrap;
}
.columnNameBox .tag {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 6px;
  font-family: 'Segoe UI';
  font-size: 14px;
  line-height: 16px;
  color: #2C3137;
  cursor: pointer;
  background: none;
  border: 1px solid #55606E;
}
.columnNameBox .tag:hover {
  text-decoration: none;
  background-color: #55606E;
  color: white;
}
.columnNameBoxInvalid {
  background-color: #EDC4E0;
}
.columnNameBox,
.columnNameBoxInvalid {
  padding: 2px 4px;
  width: auto;
  font-size: 13px;
  margin: 0 4px 5px 0;
  display: inline-block;
  align-self: center;
  flex-wrap: wrap;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 357px;
}
input.itemTextBoxInput[type='text'],
input.inputTextBoxInput:focus[type='text'] {
  background: none;
  padding: 2px 4px 2px 2px;
  min-width: 50px;
  margin: 0 4px 0 0;
  font-family: "Segoe UI";
  width: 100%;
  display: inline;
}
.textWidthSpan {
  height: auto;
  width: auto;
  display: none;
  position: absolute;
  left: -9999px;
}
.tt-input,
.tt-hint {
  border: 2px solid #ccc;
}
.tt-hint {
  color: #999;
}
strong.tt-highlight {
  font-weight: normal;
  color: #999;
}
.tt-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-dropdown-menu-item {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 5px 10px 5px 10px;
  color: #000;
}
.tt-suggestion.tt-cursor {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
markdown-editor textarea.editable-input.wmd-input {
  height: calc(50vh - 80px);
}
markdown-editor .editable-input.wmd-preview {
  overflow: auto;
  height: calc(50vh - 80px);
}
markdown-editor .editable-view {
  min-height: 0;
  overflow-y: hidden;
}
markdown-editor .expander.expanded {
  height: 50px;
}
markdown-editor .expander {
  display: none;
  position: relative;
  top: -65px;
  height: 115px;
  background: linear-gradient(to top, #ffffff 35%, #ffffff 0%, rgba(244, 244, 244, 0) 100%);
}
markdown-editor .expander a {
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
markdown-editor .expander button {
  position: absolute;
  bottom: 0;
  width: 100%;
}
markdown-editor .use-expander .editable-view {
  max-height: 200px;
}
markdown-editor .use-expander {
  max-height: 250px;
}
markdown-editor .use-expander.expanded {
  max-height: none;
}
markdown-editor .use-expander .expander {
  display: block;
}
markdown-editor .editable-inedit .expander {
  display: none;
}
markdown-editor .expanded .editable-view {
  max-height: none;
}
markdown-editor .expanded .expander {
  top: 0;
}
.visibility-settings label {
  margin-left: 5px;
  cursor: pointer;
}
.visibility-settings input[type=radio] {
  cursor: pointer;
}
.visibility-settings .instruction {
  margin: 0 0 30px 18px;
  font-size: 12px;
}
ul.sortable-list {
  list-style: none;
  padding: 0;
}
ul.sortable-list > li {
  display: table;
  position: relative;
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
}
ul.sortable-list > li > div {
  display: table-cell;
}
ul.sortable-list > li .btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.sortable-list .sort-control {
  display: none;
  width: 40px;
  height: 100%;
  border-right: none;
  border-top: 1px solid #D3D3D4;
  border-left: 1px solid #D3D3D4;
  border-bottom: 1px solid #D3D3D4;
  vertical-align: top;
}
.in-edit-mode ul.sortable-list .sort-control {
  display: table-cell;
}
ul.sortable-list .sort-control > a {
  display: block;
  color: #666666;
}
ul.sortable-list .sort-control > a:hover {
  color: #333;
}
ul.sortable-list .component-container {
  width: calc(100% - 44px);
  border: 1px solid #D3D3D4;
}
ul.sortable-list .component-container .note {
  margin-left: 10px;
  margin-bottom: 10px;
}
.list-item-image {
  width: 120px;
  margin: 12px;
  float: left;
}
.list-item-catalog {
  margin-bottom: 4px;
  color: #aab3bd;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.list-item-catalog .icon-svg-list-item {
  margin-bottom: -2px;
  width: 16px;
  height: 16px;
}
.list-item-title {
  margin: 22px 0 4px 0;
  font-size: 18px;
}
.list-item-title a,
.list-item-title a:hover,
.list-item-title a:active {
  color: #333;
  text-decoration: none;
}
.list-item-title a div,
.list-item-title a:hover div,
.list-item-title a:active div {
  overflow: hidden;
}
.list-item-title a .glyphicon,
.list-item-title a:hover .glyphicon,
.list-item-title a:active .glyphicon {
  display: inline-block;
  top: -4px;
}
.list-item-title a .header,
.list-item-title a:hover .header,
.list-item-title a:active .header {
  display: inline-block;
}
.list-item-author {
  margin-bottom: 4px;
  display: inline-block;
  color: #aab3bd;
}
.list-item-author a {
  text-decoration: none;
}
.deleted-list-item-image {
  width: 120px;
  height: 80px;
  float: left;
  margin: 10px;
  background-image: url('../../images/Gallery_GeneralTombostone_tomb_general.svg');
  background-size: contain;
}
.deleted-list-item {
  height: 25px;
  margin-top: 25px;
}
collection-items-editor .collection-item-count {
  margin-top: 28px;
  font-size: 20px;
}
collection-items-editor .empty-collection-placeholder {
  pointer-events: auto;
  height: 200px;
  padding: 65px 0;
  text-align: center;
  line-height: 2;
  background-color: rgba(180, 180, 180, 0.15);
}
collection-items-editor .loading-indicator {
  background-image: url("/images/spinner-md.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
collection-items-editor .dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
}
.in-edit-mode collection-items-editor .dropdown {
  display: block;
}
collection-items-editor .dropdown-toggle {
  color: #999;
  cursor: pointer;
}
collection-items-editor ul.dropdown-menu {
  right: -10px;
  left: initial;
  padding: 5px 0;
  min-width: 190px;
  margin: 4px -12px;
}
collection-items-editor ul.dropdown-menu li {
  line-height: 2;
  padding: 12px 20px;
  cursor: pointer;
}
collection-items-editor ul.dropdown-menu li:hover {
  background-color: #fbfbfb;
}
collection-items-editor .note {
  color: #333;
}
collection-items-editor .note .glyphicon {
  margin-right: 5px;
}
collection-items-editor .placeholder-additem {
  display: none;
}
.in-edit-mode collection-items-editor .placeholder-additem {
  display: block;
}
.add-collection-item-note {
  margin-top: -20px;
}
.add-collection-item-note .title {
  margin: 10px 0;
  font-size: 16px;
}
.add-collection-item-note label {
  display: block;
}
.add-collection-item-note textarea {
  width: 100%;
  height: 200px;
}
@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
svg symbol#plus_1_ polygon:first-child,
svg.svg-icon-plus polygon:first-child {
  fill: #ABADAF;
}
.add-item-to-collection {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.add-item-to-collection .dropdown-toggle {
  cursor: pointer;
}
.add-item-to-collection .dropdown-toggle:hover {
  text-decoration: none;
}
.add-item-to-collection .dropdown-toggle:hover .add-item-to-collection-title {
  color: #008272;
}
.add-item-to-collection .add-item-to-collection-title {
  color: #2C3137;
  text-decoration: none;
  -moz-transition: color 0s;
  -o-transition: color 0s;
  -webkit-transition: color 0s;
  transition: color 0s;
}
.add-item-to-collection .add-item-to-collection-title:hover {
  text-decoration: none;
}
.add-item-to-collection .collection-included {
  /*.plus-icon {
            background-position: -28px 20px;
        }*/
}
.add-item-to-collection .collection-included .add-item-to-collection-title {
  color: #008272;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}
.add-item-to-collection .collection-included svg symbol#plus_1_ polygon:first-child,
.add-item-to-collection .collection-included svg.svg-icon-plus polygon:first-child {
  fill: #008272;
}
.add-item-to-collection .dropdown-menu > * {
  margin: 10px;
}
.add-item-to-collection .dropdown-menu > a {
  color: #2C3137;
  font: 12px "Segoe UI Semibold";
  text-transform: uppercase;
  text-decoration: none;
}
.add-item-to-collection .dropdown-menu > a:hover {
  text-decoration: underline;
}
.add-item-to-collection .dropdown-menu > div {
  cursor: pointer;
}
.user-collection-list {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #999;
}
.user-collection-list li {
  position: relative;
}
.user-collection-list .circle {
  position: absolute;
  left: -2px;
  top: 2px;
  width: 16px;
  height: 16px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px rgba(211, 212, 212, 0.9);
  border-top-color: #00B294;
  -moz-animation: spin .75s infinite linear;
  -o-animation: spin .75s infinite linear;
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}
.navbar-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#515e6c), to(#3B454F));
  background-image: -webkit-linear-gradient(top, #515e6c 0%, #3B454F 100%);
  background-image: -moz-linear-gradient(top, #515e6c 0%, #3B454F 100%);
  background-image: linear-gradient(to bottom, #515e6c 0%, #3B454F 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515e6c', endColorstr='#ff3b454f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3B454F), to(#404b56));
  background-image: -webkit-linear-gradient(top, #3B454F 0%, #404b56 100%);
  background-image: -moz-linear-gradient(top, #3B454F 0%, #404b56 100%);
  background-image: linear-gradient(to bottom, #3B454F 0%, #404b56 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b454f', endColorstr='#ff404b56', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
svg #people-group path,
svg #submission-ticket path,
svg #leaderboard_1_ path,
svg #trophy_1_ path,
svg.svg-icon-peoplegroup path,
svg.svg-icon-submissionticket path,
svg.svg-icon-leaderboard path,
svg.svg-icon-tropy path {
  fill: #B5B7B9;
}
.activeLeaderboardHeader {
  color: #008272;
}
.upArrowIcon {
  background-image: url(/images/UpArrow.svg);
  width: 8px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
}
.downArrowIcon {
  background-image: url(/images/UpArrow.svg);
  width: 8px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
  background-image: url(/images/DownArrow.svg);
}
div #steps-popup {
  display: table;
}
div #steps-popup-content {
  height: auto;
}
div #steps-popup-header {
  text-align: left;
  padding-bottom: 20px;
}
div #steps-popup-body {
  height: auto;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
}
div #steps-popup-footer {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  position: static;
}
div #acceptTermsMessage {
  bottom: 35px;
  position: absolute;
}
#acceptTermsCheckbox {
  left: 0px;
  top: 2px;
  position: relative;
}
#acceptTermsButton {
  padding: 14px 25px 13px;
}
div .spaceLimitedText {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: inherit;
  max-width: inherit;
  vertical-align: top;
}
.competition-entry-space-limited-text {
  max-width: 200px;
}
.competition-table {
  width: 100%;
}
.competition-table .userLeaderboardEntry {
  background-color: #cce6e3 !important;
}
.competition-table .highlightSelectedEntry {
  background-color: #cce6e3 !important;
}
.competition-table td {
  padding: 8px;
}
.competition-table .leaderboard-separator-row {
  padding: 0;
}
.competition-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.competition-table tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.competition-table th {
  color: #666666;
}
.competition-table .viewMoreCell {
  padding: 0;
}
.competition-table .competition-leaderboard-separator {
  margin: 0;
  border-top-width: 3px;
}
.viewMoreLink {
  padding: 8px;
}
.competition-body-table {
  width: 100%;
  margin-top: 25px;
}
.competition-body-table .userLeaderboardEntry {
  background-color: #cce6e3 !important;
}
.competition-body-table .highlightSelectedEntry {
  background-color: #cce6e3 !important;
}
.competition-body-table td {
  padding: 8px;
}
.competition-body-table .leaderboard-separator-row {
  padding: 0;
}
.competition-body-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.competition-body-table tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.competition-body-table th {
  color: #666666;
}
.competition-body-table .viewMoreCell {
  padding: 0;
}
.competition-body-table .competition-leaderboard-separator {
  margin: 0;
  border-top-width: 3px;
}
.competition-body-table .profile-pic {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.competition-status {
  display: inline-block;
  font-size: 12px;
  margin-right: 12px;
}
.competition-status .status-indicator {
  padding: 2px 4px;
  color: white;
}
.competition-status .status-inactive {
  padding: 2px 4px;
  color: white;
  background-color: #757575;
}
.competition-status .status-active {
  padding: 2px 4px;
  color: white;
  background-color: #73a02b;
}
.selection-button {
  padding: 0;
}
.statistic {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
}
.statistic svg.iconSvg {
  width: 16px;
  height: 24px;
  float: left;
  margin-right: 8px;
  margin-left: 4px;
}
.leaderboard-header-container {
  margin-top: 30px;
  margin-bottom: 9px;
  color: #333;
}
.leaderboard-header-container .leaderboardHeader {
  font-family: 'Segoe UI Light';
  font-size: 18px;
}
.leaderboard-header-container .clickableLeaderboardHeader {
  font-family: 'Segoe UI Light';
  font-size: 18px;
  cursor: pointer;
}
.winners-header {
  margin-top: 20px;
  border: 1px solid lightgrey;
  padding: 5px 15px;
  color: white;
  background-color: #519bbd;
}
.winners-board {
  border: 1px solid lightgrey;
  padding: 15px;
  font-size: 0;
  display: flex;
}
.winners-board .winner-container {
  display: inline-block;
  font-size: 14px;
  flex-grow: 1;
}
.winners-board .winner-container .winner-rank {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.winners-board .winner-container .winner-information {
  display: inline-block;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #ececec;
  margin-left: 15px;
  padding-left: 15px;
}
.competition-timeline {
  padding: 15px;
  border: 1px solid lightgrey;
  margin-top: 20px;
}
.competition-timeline .competition-timeline-label {
  font-weight: bold;
}
.experiment-introduction .competition-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
.experiment-introduction .competition-panel > .list-group {
  margin-bottom: 0;
}
.experiment-introduction .competition-panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.experiment-introduction .competition-panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.experiment-introduction .competition-panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.experiment-introduction .competition-panel > .table,
.experiment-introduction .competition-panel > .table-responsive {
  margin-bottom: 0;
}
.experiment-introduction .competition-panel > .panel-body + .table,
.experiment-introduction .competition-panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.experiment-introduction .competition-panel > .table-bordered,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered {
  border: 0;
}
.experiment-introduction .competition-panel > .table-bordered > thead > tr > th:first-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.experiment-introduction .competition-panel > .table-bordered > tbody > tr > th:first-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.experiment-introduction .competition-panel > .table-bordered > tfoot > tr > th:first-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.experiment-introduction .competition-panel > .table-bordered > thead > tr > td:first-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.experiment-introduction .competition-panel > .table-bordered > tbody > tr > td:first-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.experiment-introduction .competition-panel > .table-bordered > tfoot > tr > td:first-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.experiment-introduction .competition-panel > .table-bordered > thead > tr > th:last-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.experiment-introduction .competition-panel > .table-bordered > tbody > tr > th:last-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.experiment-introduction .competition-panel > .table-bordered > tfoot > tr > th:last-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.experiment-introduction .competition-panel > .table-bordered > thead > tr > td:last-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.experiment-introduction .competition-panel > .table-bordered > tbody > tr > td:last-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.experiment-introduction .competition-panel > .table-bordered > tfoot > tr > td:last-child,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.experiment-introduction .competition-panel > .table-bordered > thead > tr:last-child > th,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.experiment-introduction .competition-panel > .table-bordered > tbody > tr:last-child > th,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.experiment-introduction .competition-panel > .table-bordered > tfoot > tr:last-child > th,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.experiment-introduction .competition-panel > .table-bordered > thead > tr:last-child > td,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.experiment-introduction .competition-panel > .table-bordered > tbody > tr:last-child > td,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.experiment-introduction .competition-panel > .table-bordered > tfoot > tr:last-child > td,
.experiment-introduction .competition-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.experiment-introduction .competition-separator {
  border-top-width: 1px;
  margin: 6px 0 0 0;
}
.experiment-introduction .competition-panel-header {
  clear: both;
  text-align: left;
}
.experiment-introduction .competition-panel-header .header2 {
  margin-top: 15px;
}
.experiment-introduction .competition-panel-header-button {
  float: right;
}
.experiment-introduction .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-size: 20px 20px;
}
.experiment-introduction .scoredIcon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-size: 20px 20px;
  background-image: url('/images/competition-status_check-green.svg');
}
.experiment-introduction .scoringIcon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-size: 20px 20px;
  background-image: url('/images/competition-status_check-grey.svg');
}
.experiment-introduction .queuedIcon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-size: 20px 20px;
  background-image: url('/images/competition-status_queued.svg');
}
.experiment-introduction .errorIcon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-size: 20px 20px;
  background-image: url('/images/competition-status_error.svg');
}
.marketplace-subscriptions {
  margin-bottom: 15px;
}
.marketplace-subscriptions svg.iconSvg {
  width: 19px;
  height: 19px;
}
.marketplace-subscriptions span {
  font-size: 18px;
}
svg symbol#subscription_1_ g > polygon {
  fill: #aab3bd;
}
svg symbol#subscription_1_ path {
  fill: #aab3bd;
}
#subscriptiosImg {
  margin-bottom: 5px;
  margin-right: 5px;
}
#notAuthenticatedCtaLabel {
  text-align: center;
  margin-bottom: 8px;
}
#cancelSubConfirmation div {
  margin-left: 0;
}
.marketplace-progress {
  margin-top: 0;
  background: #f5f5f5;
  border: 0 solid #f5f5f5;
  border-radius: 0;
  height: 30px;
  margin-bottom: 5px;
}
.marketplace-progress-bar {
  background: #00B294;
}
.marketplace-progress-bar-label {
  margin-bottom: 0;
  font-size: 11px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.marketplace-cancel-link {
  font-family: 'Segoe UI Semibold';
  color: #2C3137;
}
#marketplaceCancelConfimLeftBtn {
  width: 60px;
}
#marketplaceCancelConfimRightBtn {
  width: 60px;
  margin-left: 8px;
}
.marketplace-progress-tooltip {
  background-color: #00B294;
  display: inline-block;
  border-radius: 0;
  color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  text-align: center;
  position: relative;
  margin-bottom: 8px;
}
.marketplace-progress-tooltip-arrow {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 0 solid transparent;
  margin-bottom: -10px;
  border-top: 10px solid #00B294;
  left: 0;
  position: absolute;
}
.apikey-label {
  margin-bottom: 7px;
  font: 11px/11px "Segoe UI Semibold";
}
.apikey-text {
  width: 100%;
  padding: 5px 5px 6px;
  border: 1px solid #a6a6a6;
  display: block;
  margin-bottom: 15px;
  font-family: "Segoe UI";
  font-size: 13px;
}
.marketplace-plan-container {
  text-align: center;
  height: 43px;
  margin-bottom: 10px;
}
.marketplace-plan-left {
  background-color: #E6E6E6;
  font-weight: 500;
  height: 43px;
  width: 42%;
  line-height: 43px;
  color: #585A5F;
  font-size: 18px;
  font-family: 'Segoe UI';
  text-transform: uppercase;
  float: left;
  position: relative;
}
.marketplace-plan-center {
  background-color: #FFFFFF;
  width: 0.5%;
  height: 43px;
  float: left;
  position: relative;
}
.marketplace-plan-right {
  background-color: #E6E6E6;
  font-weight: 500;
  height: 43px;
  width: 57.5%;
  line-height: 43px;
  color: #585A5F;
  font-size: 18px;
  font-family: 'Segoe UI';
  text-transform: uppercase;
  float: left;
  position: relative;
}
.marketplace-plan-right-small-span {
  font-size: 10px;
  font-family: 'Segoe UI';
}
.marketplace-label {
  color: #2C3137;
  font-family: 'Segoe UI';
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
}
#subscriptionsDiv {
  color: #2C3137;
  font-family: 'Segoe UI Light';
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.marketplace-error {
  color: #D13438;
}
.marketplace-buzy-indicator {
  pointer-events: none;
  background-image: url("/images/spinner-md.gif");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
  position: relative;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 135px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
svg symbol#views_1_ path,
svg.svg-icon-views path {
  fill: #B5B7B9;
}
svg symbol#download polygon:first-child,
svg.svg-icon-download polygon:first-child {
  fill: #B5B7B9;
}
svg symbol#globe_1_ path,
svg.svg-icon-globe path {
  fill: #B5B7B9;
}
svg symbol#edit_1_ path,
svg.svg-icon-edit path {
  fill: #B5B7B9;
}
svg symbol#heart_open,
svg.svg-icon-heart-open {
  width: 24px;
  height: 24px;
}
svg symbol#heart_open path,
svg.svg-icon-heart-open path {
  fill: #008572;
}
svg symbol#heart_open polyline,
svg.svg-icon-heart-open polyline {
  fill: none;
}
svg symbol#heart_closed,
svg.svg-icon-heart-closed {
  width: 24px;
  height: 24px;
}
svg symbol#heart_closed path,
svg.svg-icon-heart-closed path {
  fill: #008572;
}
svg symbol#heart_closed polyline,
svg.svg-icon-heart-closed polyline {
  fill: #008572;
}
.detailsPage {
  background-color: white;
  color: #2C3137;
  font-family: 'Segoe UI';
  font-size: 16px;
  line-height: 24px;
}
.detailsPage textline-editor {
  display: block;
}
.detailsPage .experimentHeader {
  padding: 32px 0 30px 0;
}
.detailsPage .experimentHeader .avatar {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.detailsPage .experimentHeader .categoryName a {
  text-transform: uppercase;
  color: #55606E;
  font-size: 12px;
  font-family: 'Segoe UI Semibold';
  letter-spacing: 0.5px;
  text-decoration: none;
}
.detailsPage .experimentHeader .categoryName a:hover {
  text-decoration: none;
}
.detailsPage .experimentHeader .categoryName:hover {
  text-decoration: none;
}
.detailsPage .experimentHeader .header {
  display: inline-block;
  width: calc(100% - 80px);
}
.detailsPage .experimentHeader .header .glyphicon-lock {
  margin: 5px 0;
  vertical-align: top;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
.detailsPage .experimentHeader .header .editable-container {
  display: inline-block;
  max-width: calc(100% - 20px);
}
.detailsPage .experimentHeader .header h1 {
  margin-top: -4px;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Segoe UI Light';
  color: #2C3137;
}
.detailsPage .experimentHeader .header .by {
  font-family: 'Segoe UI';
  font-size: 12px;
  color: #585A5F;
  margin-bottom: 12px;
}
.detailsPage .experimentHeader .header .by .date {
  padding-left: 8px;
}
.detailsPage .experimentHeader .header .by .authorDateDevider {
  padding-left: 8px;
  color: #585A5F;
}
.detailsPage .experimentHeader .header .by .endingDate {
  padding-left: 8px;
}
.detailsPage .right-bar {
  margin-top: 20px;
  font-family: 'Segoe UI';
  font-size: 14px;
  line-height: 16px;
  color: #2C3137;
}
.detailsPage edit-buttons-group .glyphicon {
  margin-right: 6px;
}
.detailsPage .btn-group {
  margin-left: 10px;
}
.detailsPage .btn-group .glyphicon {
  margin: 0 5px;
}
.detailsPage .btn-container {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.detailsPage .btn-container .open-btn {
  height: 44px;
  width: 272px;
}
.detailsPage hr {
  border-top-color: #c8c8c8;
  margin: 8px 0;
}
.detailsPage .tagsContainer {
  margin-bottom: 7px;
}
.detailsPage .tagsContainer .tag {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 6px;
  font-family: 'Segoe UI';
  font-size: 14px;
  line-height: 16px;
  color: #2C3137;
  cursor: pointer;
  background: none;
  border: 1px solid #55606E;
}
.detailsPage .tagsContainer .tag:hover {
  text-decoration: none;
  background-color: #55606E;
  color: white;
}
.detailsPage .linkItem {
  padding-bottom: 12px;
}
.detailsPage .experimentImage {
  margin-bottom: 20px;
  border: 9px solid white;
  box-shadow: 0px 0px 0px 1px #EAEAEA;
}
.detailsPage .experiment-properties {
  margin-top: 0;
  color: #2C3137;
}
.detailsPage .experiment-properties .header {
  margin-top: 30px;
  margin-bottom: 9px;
}
.detailsPage .experiment-properties .sectionTitle {
  font-family: 'Segoe UI Semibold';
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #2C3137;
}
.detailsPage .experiment-properties .link {
  color: #666;
}
.detailsPage .experiment-properties .link:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.detailsPage .experiment-properties .algorithms {
  margin-bottom: 15px;
}
.detailsPage .experiment-properties .icon {
  background: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.detailsPage .experiment-properties .usageContainer {
  padding-top: 15px;
}
.detailsPage .experiment-properties .statisticsDetails {
  padding-bottom: 15px;
}
.detailsPage .experiment-properties .viewsDetails {
  padding-top: 15px;
  padding-bottom: 15px;
}
.detailsPage .experiment-properties .usageDetails {
  padding-bottom: 15px;
}
.detailsPage .experiment-properties .faqLink {
  padding-bottom: 15px;
}
.detailsPage .experiment-properties .downloadIcon {
  background: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  background-position: -27px 0;
}
.detailsPage .experiment-properties .participantIcon {
  background: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  background-position: -24px -157px;
}
.detailsPage .experiment-properties .submissionIcon {
  background: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  background-position: -48px -159px;
}
.detailsPage .experiment-properties .entrantIcon {
  background: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  background-position: -72px -157px;
}
.detailsPage .experiment-properties .shareIcon {
  background: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  background-position: 0 50px;
}
.detailsPage .experiment-properties .updateHistory {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #B5B7B9;
  font-family: 'Segoe UI';
  font-size: 12px;
  line-height: 16px;
}
.detailsPage .experiment-properties .updateHistory .firstCol {
  display: inline-block;
  width: 100px;
}
.detailsPage .experiment-properties .updateHistory .secondCol {
  display: inline-block;
}
.detailsPage .experiment-properties .report-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  color: #008272;
}
.detailsPage .experiment-properties .report-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.detailsPage .experiment-properties .report-btn:hover,
.detailsPage .experiment-properties .report-btn:focus {
  color: #333;
  text-decoration: none;
}
.detailsPage .experiment-properties .report-btn:active,
.detailsPage .experiment-properties .report-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.detailsPage .experiment-properties .report-btn.disabled,
.detailsPage .experiment-properties .report-btn[disabled],
fieldset[disabled] .detailsPage .experiment-properties .report-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.detailsPage .experiment-properties .report-btn:active,
.detailsPage .experiment-properties .report-btn.active {
  background-image: none;
}
.detailsPage .experiment-properties .report-btn:hover {
  color: #008272;
  text-decoration: underline;
}
.detailsPage .sharing-like-container {
  margin-top: 24px;
}
.detailsPage .sharing {
  float: right;
  display: inline-flex;
  margin-right: -92px;
}
.detailsPage .sharing .sharing-icon {
  float: left;
  height: 32px;
  width: 32px;
  margin: -3px 12px 0 0;
}
.detailsPage .sharing.likesDisabled {
  float: left;
}
.detailsPage .sharing.likesDisabled .sharing-icon {
  height: 22px;
  width: 22px;
  margin: 12px 12px 0 0;
}
.detailsPage .done-btn {
  display: none;
}
.detailsPage #experiment-introduction {
  margin-bottom: 30px;
  margin-top: -15px;
}
.experiment-properties .detailsPage #experiment-introduction {
  margin-bottom: 0;
}
.detailsPage #experiment-introduction .header2 {
  display: inline-block;
  color: #2C3137;
  font-size: 21px;
  line-height: 32px;
}
.detailsPage .experiment-details-break {
  display: none;
}
.experiment-properties .detailsPage .experiment-details-break {
  display: block;
  margin-top: 30px;
}
.detailsPage .edit-indicator {
  display: none;
  vertical-align: central;
  clear: both;
  margin-left: 14px;
  color: #008272;
  font-family: SegoeUI-Semibold;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.detailsPage .edit-indicator:hover {
  color: #00B294;
}
.detailsPage .edit-indicator > span + span {
  margin-left: 8px;
  font-family: 'Segoe UI';
  text-transform: capitalize;
}
.detailsPage img + .edit-indicator {
  vertical-align: top;
}
.detailsPage .editable-view {
  white-space: pre-line;
}
.detailsPage .editable-view.markdown-format {
  white-space: normal;
}
.detailsPage .editable-view img {
  max-width: 100%;
}
.detailsPage .editable-input {
  display: none;
  width: 100%;
  border: 1px solid #c8c8c8;
  padding: 6px 10px;
}
.detailsPage .editable-input:focus {
  outline: none;
}
.detailsPage input.editable-input::-webkit-input-placeholder,
.detailsPage input.editable-input::-moz-placeholder,
.detailsPage input.editable-input:-ms-input-placeholder {
  color: #008272;
}
.detailsPage textarea.editable-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 120px);
}
.detailsPage .editable-save,
.detailsPage .editable-cancel {
  display: none;
  padding: 6px 12px;
  vertical-align: middle;
}
.detailsPage .editable-save:hover,
.detailsPage .editable-cancel:hover {
  text-decoration: none;
}
.detailsPage .editable-cancel {
  padding: 6px 0;
  text-transform: capitalize;
  cursor: pointer;
}
.detailsPage .experiment-introduction .editable-container.editable-inedit,
.detailsPage .tagsContainer .editable-container.editable-inedit {
  padding: 15px;
  background: white;
}
.detailsPage .editable-container.editable-inedit .editable-view {
  display: none;
}
.detailsPage .editable-container.editable-inedit .editable-input {
  display: block;
}
.detailsPage .editable-container.editable-inedit .editable-save,
.detailsPage .editable-container.editable-inedit .editable-cancel {
  display: inline-block;
  margin: 20px 18px 0 0;
}
.detailsPage .hidden-control {
  width: 0;
  height: 0;
  overflow: hidden;
}
.detailsPage .edit-indicator.image-edit {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 5px;
  padding: 0 8px;
  font-size: 34px;
  background: white;
}
.detailsPage .edit-indicator.image-edit span {
  line-height: 50px;
}
.detailsPage .edit-indicator.image-edit.in-edit {
  color: #B5B5B5;
}
.in-edit-mode .detailsPage {
  max-height: calc(100vh - 54px);
  overflow-y: auto;
}
.in-edit-mode .detailsPage .header .editable-container {
  max-width: calc(100% - 100px);
}
.in-edit-mode .detailsPage .header .edit-indicator {
  vertical-align: top;
  margin-top: 7px;
}
.in-edit-mode .detailsPage .header addcollectionitem-btn .edit-indicator {
  margin-top: 15px;
  float: right;
  color: #666666;
  font-family: "Segoe UI";
}
.in-edit-mode .detailsPage .edit-btn {
  display: none;
}
.in-edit-mode .detailsPage .done-btn {
  display: inline-block;
}
.in-edit-mode .detailsPage .edit-indicator {
  display: inline-block;
}
.detailsPage .disabled {
  color: #b5b5b5;
  cursor: default;
}
.experiment-not-found img {
  display: block;
  margin: 150px auto 0 auto;
}
.experiment-not-found h1 {
  text-align: center;
  font-size: 28px;
  color: #333333;
  line-height: 1.2;
  margin: 0;
  margin-top: 40px;
}
.experiment-not-found h2 {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 16.8px;
  margin-top: 40px;
}
.experiment-not-found a:link {
  color: #008272;
}
.experiment-not-found a:hover {
  color: #00B294;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .detailsPage .experimentHeader {
    padding-bottom: 20px;
  }
  .detailsPage .experimentHeader h1 {
    margin-top: -8px;
    font-size: 28px;
    line-height: 34px;
  }
  .detailsPage .experimentHeader .by {
    font-size: 14px;
  }
  .detailsPage .btn-container .open-btn {
    width: 100%;
  }
  .detailsPage .experimentImage {
    border-width: 14px;
  }
  .detailsPage .right-bar {
    margin-top: -80px;
  }
  .in-edit-mode .detailsPage {
    max-height: none;
    overflow-y: visible;
  }
}
@media screen and (max-width: 768px) {
  .detailsPage .button-editor .action-btn {
    width: 100%;
  }
}
.add-collection-items {
  height: 450px;
}
.add-collection-items ul {
  max-height: 320px;
  margin-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
}
.add-collection-items li {
  display: table;
  width: calc(100% - 5px);
  border: 1px solid #f4f4f4;
  margin: 2px;
  cursor: pointer;
}
.add-collection-items li.selected {
  outline: 2px solid #71b1d1;
}
.add-collection-items list-item {
  display: table-cell;
}
.add-collection-items .searchBar {
  background-color: transparent;
}
.add-collection-items .searchGroup {
  width: 100%;
  border: 1px solid #f4f4f4;
}
.add-collection-items .loading-indicator {
  background-image: url("/images/spinner-md.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.add-collection-items .placeholder-text {
  text-align: center;
  font-family: "Segoe UI";
  font-size: 14px;
  color: #333;
}
.authorPage .myProfileHeader {
  margin-bottom: 24px;
}
.authorPage .header-container {
  padding: 30px 0;
}
.authorPage .authorHeader .avatar {
  float: left;
  width: 100px;
  height: 100px;
  margin: auto;
}
.authorPage .authorHeader .avatar.is-msft {
  width: auto;
  height: 50px;
  border-radius: 0;
}
@media screen and (max-width: 568px) {
  .authorPage .authorHeader .avatar {
    width: 60px;
    height: 60px;
  }
}
.authorPage .authorHeader .name {
  margin-left: 120px;
  padding-bottom: 12px;
}
.authorPage .authorHeader .name h1 {
  font-family: 'Segoe UI Light';
  margin-top: -8px;
  font-size: 28px;
  line-height: 34px;
  color: #333333;
}
@media screen and (max-width: 568px) {
  .authorPage .authorHeader .name {
    margin-left: 72px;
  }
  .authorPage .authorHeader .name h1 {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
}
.authorPage .authorHeader .name .email {
  font-family: 'Segoe UI';
  font-size: 14px;
  color: #008272;
  line-height: 20px;
}
@media screen and (max-width: 568px) {
  .authorPage .authorHeader .name .email {
    font-size: 12px;
  }
}
.authorPage .empty-collection-placeholder {
  pointer-events: auto;
  display: block;
  height: 400px;
  margin: 20px;
  padding: 160px 0;
  line-height: 2;
  text-align: center;
  background-color: rgba(180, 180, 180, 0.15);
}
.authorPage .textBoy {
  font-size: xx-large;
}
.refineby-title {
  color: #2C3137;
  font-family: Segoe UI Light;
  font-size: 18px;
}
.filter-list-title {
  margin-top: 10px;
  border-top: 1px solid #B5B7B9;
  padding-top: 10px;
  color: #2C3137;
  font-family: Segoe UI Semibold;
  font-size: 12px;
  text-transform: uppercase;
}
.filter-list-title:hover {
  cursor: pointer;
}
.filter-list-container {
  padding-left: 0;
}
.filter-list-container span {
  font-size: 14px;
  color: #2C3137;
}
.filter-list-container span:hover {
  color: #000;
  text-decoration: none;
}
.filter-list-container .checkbox {
  padding-left: 0;
}
.filter-list-showall {
  font-family: Segoe UI Semibold;
  font-size: 14px;
  color: #008272;
  cursor: pointer;
}
.filter-list-showall:hover {
  color: #008272;
  text-decoration: underline;
}
.grouped-list-header {
  font-family: SegoeUI-Semibold;
  margin: 0 9px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.grouped-list-header:hover {
  cursor: pointer;
}
.modal-dialog-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}
.modal.in .modal-dialog-center,
.modal.fade .modal-dialog-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filter-modal-dialog {
  min-width: 600px;
  height: 560px;
  border-radius: 0;
}
.filter-modal-dialog .modal-header {
  padding: 30px;
  border-bottom: 0;
  color: #666666;
}
.filter-modal-dialog .close {
  margin-top: -14px;
  margin-right: -14px;
  color: #666666;
}
.filter-modal-dialog .modal-title {
  font-family: Segoe UI;
  color: #2C3137;
  font-size: 21px;
}
.filter-modal-dialog .modal-body {
  height: 410px;
  padding: 30px;
  padding-top: 4px;
}
.filter-modal-dialog .verticalLine {
  position: absolute;
  top: 4px;
  left: 190px;
  bottom: 30px;
  width: 1px;
  background-color: #eaeaea;
}
.filter-modal-dialog .modal-body-sidebar {
  float: left;
  width: 200px;
  height: 100%;
}
.filter-modal-dialog .modal-body-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.filter-modal-dialog .modal-footer {
  border-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
}
.filter-modal-dialog .modal-footer .btn {
  padding: 8px 26px;
}
.modal-filter-title {
  line-height: 46px;
  color: #2C3137;
  font-size: 16px;
  width: 160px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
}
.modal-filter-title:hover {
  cursor: pointer;
}
.modal-filter-title.selected {
  color: #ffffff;
  background: #55606E;
  border-bottom: 0;
}
.modal-filter-title.selected:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #55606E;
  border-width: 23px;
  border-left-width: 10px;
  margin-top: -23px;
}
.filterListHost .glyphicon {
  font-size: 10px;
  color: #999;
  padding-right: 9px;
}
#abuseModal .modal-dialog .modal-content {
  border-radius: 0;
}
#abuseModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
#abuseModal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'Segoe UI Light';
}
#abuseModal .modal-dialog .modal-content .modal-body {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
#abuseModal .modal-dialog .modal-content .modal-body .fieldLabel {
  font-size: 12px;
}
#abuseModal .modal-dialog .modal-content .modal-footer {
  border-top: 0;
}
#abuseModal .modal-dialog .modal-content .modal-footer .legalText {
  float: left;
  margin-top: 8px;
  font-size: 12px;
}
#abuseModal .modal-dialog .form-group.required .fieldLabel:before {
  content: "* ";
  color: red;
}
.pre-content {
  white-space: pre-line;
}
message-dialog .modal-content {
  border-radius: 0;
}
message-dialog .modal-header {
  padding: 30px;
  border: 0;
}
message-dialog .modal-header .close {
  margin-top: -14px;
  margin-right: -14px;
}
message-dialog .modal-header h3 {
  color: #515151;
  font: 32px "Segoe UI light";
}
message-dialog .modal-body {
  padding: 0 30px;
  color: #333;
}
message-dialog .modal-footer {
  margin-top: 0;
  padding: 30px;
  padding-bottom: 22px;
  border: 0;
  font-size: 0;
}
message-dialog .modal-footer .btn {
  text-transform: uppercase;
}
message-dialog .modal-footer .btn + .btn {
  margin-left: 20px;
}
wizard .modal-dialog {
  width: 700px;
}
wizard button.close {
  padding: 5px;
}
wizard .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
wizard .wizard-container {
  position: relative;
}
wizard .wizard-container > h3 {
  margin: 20px 0 0 20px;
  text-transform: uppercase;
  color: #a5a5a5;
  font-family: "Segoe UI Semibold";
  font-size: 12px;
}
wizard .pre-steps,
wizard .post-steps,
wizard .current-steps {
  white-space: nowrap;
}
wizard .pre-steps > li,
wizard .post-steps > li,
wizard .current-steps > li {
  list-style-type: none;
  display: inline-block;
  height: 100%;
}
wizard .current-steps {
  position: relative;
  min-height: 500px;
  max-height: 800px;
  margin: 0;
  padding: 0;
}
wizard .current-steps > li {
  width: 100%;
  padding: 20px;
  -moz-transition: transform .5s ease, opacity .5s ease;
  -o-transition: transform .5s ease, opacity .5s ease;
  -webkit-transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
  display: none;
}
wizard .current-steps > li.active {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  display: inline-block;
}
wizard .pre-steps,
wizard .post-steps {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
}
wizard .pre-steps > li,
wizard .post-steps > li {
  position: relative;
  width: 30px;
  color: #ffffff;
  background-color: #056a96;
}
wizard .pre-steps > li:nth-child(1),
wizard .post-steps > li:nth-child(1) {
  background-color: #53b8e1;
}
wizard .pre-steps > li:nth-child(2),
wizard .post-steps > li:nth-child(2) {
  background-color: #389dc7;
}
wizard .pre-steps > li:nth-child(3),
wizard .post-steps > li:nth-child(3) {
  background-color: #1e83ae;
}
wizard .pre-steps > li span,
wizard .post-steps > li span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 26px;
  font-size: 16px;
  text-align: center;
}
wizard .pre-steps {
  left: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
wizard .post-steps {
  right: 0;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
wizard .wizard-navigation {
  width: 100%;
  padding: 0 26px 26px 26px;
  text-align: right;
}
wizard .btn-primaryGreen.disabled {
  color: #ABADAF;
  background-color: #D3D3D4;
  border: none;
}
wizard img.avatar {
  max-width: 50%;
  max-height: 50%;
}
wizard .loading-indicator {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
}
wizard .loading-indicator .loading-image {
  background-image: url("/images/spinner-md.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.sub-navbar-menu {
  -webkit-box-shadow: none;
  background-color: #F2F2F2;
  border-color: #E6E6E6;
  font-family: 'Segoe UI';
  border-radius: 0;
  box-shadow: none;
  background-image: none;
}
.sub-navbar-menu .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.sub-navbar-menu .navbar-collapse {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.sub-navbar-menu .navbar-nav > .open > a,
.sub-navbar-menu .navbar-nav > .open > a:hover,
.sub-navbar-menu .navbar-nav > .open > a:focus {
  color: #008272;
  background: #F2F2F2;
  background-color: transparent;
  background-image: none;
}
.sub-navbar-menu .navbar-nav > li > a {
  font-size: 16px;
  color: #2C3137;
  background-color: transparent;
  padding: 16px 20px 16px 20px;
  height: 48px;
  float: right;
}
.sub-navbar-menu .navbar-nav > li > a:hover,
.sub-navbar-menu .navbar-nav > li > a:focus {
  color: #2C3137;
  background-color: transparent;
  background-image: none;
}
.sub-navbar-menu .navbar-nav > .active > a,
.sub-navbar-menu .navbar-nav > .active > a:hover,
.sub-navbar-menu .navbar-nav > .active > a:focus {
  color: #008272;
  background-color: transparent;
  box-shadow: none;
  background-image: none;
}
.sub-navbar-menu .navbar-nav > .active > a > span {
  color: #008272;
  border-bottom: 5px solid #008272;
  padding-bottom: 8px;
}
.sub-navbar-menu .navbar-nav > li > .dropdown-menu {
  color: #2C3137;
  border-radius: 0;
  min-width: 180px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  left: -100%;
}
.sub-navbar-menu .navbar-nav > li > #subList.dropdown-menu {
  left: -50%;
}
.sub-navbar-menu .dropdown {
  text-align: left;
}
.sub-navbar-menu .dropdown-menu > li > a {
  height: 44px;
  padding: 10px 20px;
  vertical-align: middle;
}
.sub-navbar-menu .dropdown-menu > .active > a,
.sub-navbar-menu .dropdown-menu > .active > a:hover,
.sub-navbar-menu .dropdown-menu > .active > a:focus {
  color: #2C3137;
  text-decoration: none;
  outline: 0;
  background-color: #E6E6E6;
  background: #E6E6E6;
}
.sub-navbar-menu .dropdown-menu > a,
.sub-navbar-menu .dropdown-menu > a:hover,
.sub-navbar-menu .dropdown-menu > a:focus {
  color: #2C3137;
  background-color: #E6E6E6;
}
.sub-navbar-menu .dropdown-menu > li > a:hover,
.sub-navbar-menu .dropdown-menu > li > a:focus {
  color: #2C3137;
  background-color: #E6E6E6;
  background-image: none;
}
.sub-navbar-menu .navbar-toggle {
  border-color: transparent;
  color: #008272;
  font-size: 14px;
  float: left;
}
.sub-navbar-menu .navbar-toggle:hover,
.sub-navbar-menu .navbar-toggle:focus {
  background-color: transparent;
}
.sub-navbar-menu .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-navbar-menu .icon-caret-down {
  float: right;
  padding-top: 4px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .sub-navbar-menu .navbar-collapse {
    max-height: none;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-navbar-menu .navbar-toggle {
    cursor: pointer;
    padding-top: 4px;
    padding-right: 2px;
  }
  .sub-navbar-menu .navbar-nav {
    display: block;
  }
  .sub-navbar-menu .navbar-collapse > ul {
    background: white;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sub-navbar-menu .navbar-nav .dropdown-menu > li > a {
    background-color: #F2F2F2;
    border-color: #E6E6E6;
    padding: 5px 15px 5px 60px;
  }
  .sub-navbar-menu .navbar-nav > .active > a,
  .sub-navbar-menu .navbar-nav > .active > a:hover,
  .sub-navbar-menu .navbar-nav > .active > a:focus {
    color: #2C3137;
    background-color: #E6E6E6;
  }
  .sub-navbar-menu .navbar-nav > li > a {
    padding-left: 27px;
    float: none;
  }
  .sub-navbar-menu .navbar-nav > li > a:hover,
  .sub-navbar-menu .navbar-nav > li > a:focus {
    color: #2C3137;
    background-color: #E6E6E6;
  }
  .sub-navbar-menu .navbar-nav > .active > a > span {
    color: #2C3137;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.ellipsis:after {
  content: "\02026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
[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-algorithm:before {
  content: "\e600";
}
.icon-book:before {
  content: "\e601";
}
.icon-camera:before {
  content: "\e602";
}
.icon-caret-down:before {
  content: "\e603";
}
.icon-caret-left:before {
  content: "\e604";
}
.icon-caret-right:before {
  content: "\e605";
}
.icon-caret-up:before {
  content: "\e606";
}
.icon-check:before {
  content: "\e607";
}
.icon-circle-left:before {
  content: "\e608";
}
.icon-circle-right:before {
  content: "\e609";
}
.icon-code:before {
  content: "\e60a";
}
.icon-comment:before {
  content: "\e60b";
}
.icon-dataset:before {
  content: "\e60c";
}
.icon-download:before {
  content: "\e60d";
}
.icon-edit-pencil:before {
  content: "\e60e";
}
.icon-experiment:before {
  content: "\e60f";
}
.icon-flag:before {
  content: "\e610";
}
.icon-folder:before {
  content: "\e611";
}
.icon-gear:before {
  content: "\e612";
}
.icon-heart:before {
  content: "\e613";
}
.icon-home:before {
  content: "\e614";
}
.icon-library:before {
  content: "\e615";
}
.icon-link:before {
  content: "\e616";
}
.icon-linkedin:before {
  content: "\e617";
}
.icon-mail:before {
  content: "\e618";
}
.icon-multiply:before {
  content: "\e619";
}
.icon-notebook:before {
  content: "\e61a";
}
.icon-plus:before {
  content: "\e61b";
}
.icon-popout:before {
  content: "\e61c";
}
.icon-script:before {
  content: "\e61d";
}
.icon-search-left:before {
  content: "\e61e";
}
.icon-search-right:before {
  content: "\e61f";
}
.icon-share:before {
  content: "\e620";
}
.icon-shopping:before {
  content: "\e621";
}
.icon-solid-caret-down:before {
  content: "\e622";
}
.icon-solid-caret-left:before {
  content: "\e623";
}
.icon-solid-caret-right:before {
  content: "\e624";
}
.icon-solid-caret-up:before {
  content: "\e625";
}
.icon-star:before {
  content: "\e626";
}
.icon-subtract:before {
  content: "\e627";
}
.icon-ico_tag:before {
  content: "\e628";
}
.icon-thumb-down:before {
  content: "\e629";
}
.icon-thumb-up:before {
  content: "\e62a";
}
.icon-tile:before {
  content: "\e62b";
}
.icon-trash:before {
  content: "\e62c";
}
.icon-trophy:before {
  content: "\e62d";
}
.icon-twitter:before {
  content: "\e62e";
}
.icon-view:before {
  content: "\e62f";
}
svg#icons-svg-sprite symbol#accelerator_card_category path,
svg#icons-svg-sprite #competition_card_category path,
svg#icons-svg-sprite #experiment_card_category path,
svg#icons-svg-sprite #api_card_category path,
svg#icons-svg-sprite #notebook_card_category path,
svg#icons-svg-sprite #tutorial_card_category path,
svg#icons-svg-sprite #collection_card_category path,
svg#icons-svg-sprite #trophy_1_ path,
svg#icons-svg-sprite #views_1_ path,
svg#icons-svg-sprite #download path,
svg#icons-svg-sprite #people-group path,
svg#icons-svg-sprite #classroom_card_category path,
svg#icons-svg-sprite #video_training_card_category path,
svg#icons-svg-sprite #live_online_card_category path,
svg#icons-svg-sprite #custom_modules_card_category path,
svg#icons-svg-sprite #projects_card_category path,
svg#icons-svg-sprite #algo_1_ path {
  fill: #aab3bd;
}
svg symbol#classroom_card_category circle {
  fill: #aab3bd;
}
svg symbol#live_online_card_category ellipse {
  fill: #aab3bd;
}
svg symbol#notebook_card_category g > polygon:nth-child(-n+3) {
  fill: #aab3bd;
}
svg symbol#collection_card_category polygon:first-child {
  fill: #aab3bd;
}
svg symbol#custom_modules_card_category path,
svg symbol#custom_modules_card_category polygon {
  fill: #aab3bd;
}
svg symbol#sharing_twitter g path {
  fill: #007194;
}
svg symbol#sharing_linkedin ellipse,
svg symbol#sharing_linkedin rect:nth-child(3),
svg symbol#sharing_linkedin path {
  fill: #007194;
}
svg symbol#sharing_mail polygon {
  fill: #007194;
}
svg symbol#share path {
  fill: #FFFFFF;
}
.experimentCard {
  line-height: 1.2em;
  margin: 12px;
  padding: 0 0 12px 0;
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  color: #2C3137;
  display: block;
  position: relative;
}
.experimentCard h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #2C3137;
  font-family: 'Segoe UI Light';
}
.experimentCard .fixed-ratio-container {
  border-bottom: solid 1px #EAEAEA;
}
.experimentCard .contentContainer {
  height: 252px;
  padding-left: 12px;
  padding-right: 12px;
}
.experimentCard .headerContainer {
  width: 100%;
  position: relative;
}
.experimentCard .headerContainer .glyphicon-lock {
  vertical-align: top;
  margin: 18px 6px 0 0;
}
.experimentCard .headerContainer .header {
  font-size: 16px;
  font-family: 'Segoe UI Semibold';
  line-height: 1.2;
  color: #2C3137;
  cursor: pointer;
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  min-height: 36px;
  max-height: 60px;
  overflow: hidden;
  padding-top: 7px;
  padding-bottom: 4px;
  -ms-word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.experimentCard .headerContainer .header a {
  color: #2C3137;
  cursor: pointer;
}
.experimentCard .headerContainer .header a:hover {
  text-decoration: none;
  color: #2C3137;
}
.experimentCard .headerContainer .msftBadge {
  position: absolute;
  top: 0;
  right: -4px;
  background-image: url('/images/msftbadge.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 24px;
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.experimentCard .subHeaderContainer {
  font-size: 11px;
  height: 27px;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #585A5F;
}
.experimentCard .screenShot {
  cursor: pointer;
}
.experimentCard .item-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 16px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.experimentCard .ratingContainer {
  display: inline-block;
  padding-bottom: 10px;
}
.experimentCard .count {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
}
.experimentCard .rewardCompactSummary {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
  max-width: 25px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.experimentCard .entrantsCount {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
}
.experimentCard .commentCount {
  font-size: 12px;
  color: #aab3bd;
  margin-right: 12px;
  float: left;
  padding-left: 8px;
  line-height: 12px;
}
.experimentCard .tagsAlgoContainer {
  position: absolute;
  bottom: 76px;
  vertical-align: bottom;
  width: 90%;
}
.experimentCard .tagsAlgoContainer .algoContainer {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 12px;
  max-height: 34px;
  color: #aab3bd;
  padding: 0 12px 0 12px;
  width: 100%;
}
.experimentCard .tagsAlgoContainer .algoContainer .ellipsisContainer {
  max-height: 34px;
  overflow: hidden;
}
.experimentCard .tagsAlgoContainer .algoContainer .ellipsisContainer .algoText {
  max-height: 34px;
  line-height: 16px;
}
.experimentCard .tagsAlgoContainer .algoContainer .algoIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  height: 18px;
  line-height: 17px;
  background-position: -54px 0;
  display: inline-block;
}
.experimentCard .tagsAlgoContainer .tagsContainer {
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 28px;
}
.experimentCard .tagsAlgoContainer .tagsContainer .tag {
  font-size: 12px;
  line-height: 29px;
  color: #2086bf;
  background-color: #e6eef5;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 7px 4px 7px;
}
.experimentCard .tagsAlgoContainer .tagsContainer .tag:hover {
  text-decoration: none;
  background-color: #cddfeb;
}
.experimentCard .tagsAlgoContainerHideAuthor {
  bottom: 27px;
}
.experimentCard .countContainer {
  position: absolute;
  bottom: 65px;
  width: 100%;
  padding: 0px 12px 0px 12px;
  height: 16px;
  overflow: hidden;
}
.experimentCard .countContainer .countGroup {
  display: inline-block;
}
.experimentCard .countContainer .viewsIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.experimentCard .countContainer .donwloadIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -27px 0;
}
.experimentCard .countContainer .rewardIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -83px -196px;
}
.experimentCard .countContainer .entrantsIcon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  background-position: -27px -196px;
}
.experimentCard .countContainer .lowerRightInfo {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #aab3bd;
  float: right;
}
.experimentCard .countContainerHideAuthor {
  bottom: 10px;
}
.experimentCard .icon {
  background-image: url(/images/icons.svg);
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
}
.experimentCard .description {
  font-size: 14px;
  line-height: 17px;
  height: 68px;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.experimentCard .descriptionHideAuthor {
  height: 122px;
}
.experimentCard .descriptionHideAlgos {
  height: 118px;
}
.experimentCard .descriptionShowSubHeader {
  height: 90px;
}
.experimentCard .separator {
  /*the separator is at the absolute position offset from the bottom*/
  height: 1px;
  background-color: #EAEAEA;
  bottom: 55px;
  width: 90%;
  position: absolute;
  left: 5%;
  right: 5%;
}
.experimentCard .authorContainer {
  /*binding it to the bottom of the card with explicit height and 100% width*/
  padding: 12px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 54px;
  /*this should appear here, not on the author name itself*/
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.experimentCard .authorContainer .avatar {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  float: left;
  cursor: pointer;
}
.experimentCard .authorContainer .avatar.is-msft {
  width: auto;
  height: 20px;
  top: 16px;
  border-radius: 0;
}
.experimentCard .authorContainer .author {
  /*having the image as absolute and padding the author name is the only
                way to keep these 2 on the same line
            */
  cursor: pointer;
  line-height: 26px;
  white-space: nowrap;
  padding-left: 42px;
}
.experimentCard .category-container {
  position: relative;
  font-size: 11px;
  padding: 12px 16px 11px 16px;
  height: 40px;
}
.experimentCard .category-container .collectionIcon {
  background-image: url(/images/icons.svg);
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  margin-right: 4px;
  background-position: -55px -141px;
  vertical-align: middle;
  overflow: hidden;
}
.experimentCard .cardCategory {
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  color: #aab3bd;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
}
.experimentCard .cardCategory .categoryIcon {
  font-size: 16px;
  vertical-align: text-top;
  margin-right: 4px;
}
.experimentCard .cardCategory a,
.experimentCard .cardCategory a:hover {
  color: #aab3bd;
}
.experimentCard .edit-dropdown-container {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #aab3bd;
}
.experimentCard .edit-dropdown-container .icon-caret-down {
  font-size: 16px;
}
.experimentCard .edit-dropdown-container span {
  margin-right: 10px;
}
.experimentCard .edit-dropdown-container a {
  text-transform: capitalize;
}
.experimentCard .card-edit-dropdown-btn {
  cursor: pointer;
}
.experimentCard .dropdown-menu {
  left: initial;
  right: 0;
  min-width: 160px;
  margin: 4px -12px;
}
.experimentCard .dropdown-menu > li > a {
  padding: 12px 20px;
}
.experimentCard sharing-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.experimentCard sharing-menu .share-dropdown-btn {
  cursor: pointer;
}
.experimentCard sharing-menu .share-dropdown-btn .btn-icon {
  /* pointer-events must be disabled on svgs for card hover to work properly */
  pointer-events: none;
  margin: 8px 2px 2px 10px;
  height: 28px;
  width: 28px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.experimentCard sharing-menu .share-dropdown-btn:hover .btn-icon,
.experimentCard sharing-menu .open > .share-dropdown-btn .btn-icon {
  background-color: rgba(0, 0, 0, 0.5);
}
.experimentCard sharing-menu .dropdown-menu {
  left: 0;
  right: initial;
  margin-left: 10px;
  min-width: 140px;
}
.experimentCard sharing-menu .dropdown-menu > li > a {
  padding: 8px 8px;
}
.experimentCard sharing-menu .dropdown-menu .sharing-icon {
  /* pointer-events must be disabled on svgs for card hover to work properly */
  pointer-events: none;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
}
.experimentCard .separatorCategory {
  height: 1px;
  background-color: #EAEAEA;
  width: 90%;
  margin: auto;
}
.hero-block {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 53px;
  clear: both;
  padding-left: 15px;
}
.hero-block .fixed-ratio-container {
  padding-top: 33.75%;
}
.hero-block .col1 {
  position: relative;
  display: inline-block;
  width: calc(50% - 6px);
  margin-right: 2px;
}
.hero-block .col1 .element-details {
  padding: 28px;
}
.hero-block .col1 .element-details .element-category {
  margin-bottom: 12px;
}
.hero-block .col1 .element-details .element-name {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px;
  max-height: 44px;
}
.hero-block .col1 .element-content {
  width: 100%;
  padding-top: 68%;
  margin-right: 0px;
}
.hero-block .col2 {
  width: calc(50% - 6px);
  display: inline-block;
  position: relative;
}
.hero-block .element-image {
  width: calc(100% -  9px);
  height: calc(100% -  9px);
  position: absolute;
  bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-block .element-content {
  position: relative;
  display: inline-block;
  width: calc(50% - 3px);
  margin-right: 1px;
}
.hero-block .banner-row {
  display: inline-block;
  width: 100%;
}
.hero-block .element-details {
  position: absolute;
  width: calc(100% -  9px);
  bottom: 15px;
  left: 0;
  display: block;
  z-index: 3;
  padding: 12px;
}
.hero-block .element-details div {
  display: block;
  font-size: 12px;
}
.hero-block .element-details a {
  color: #FFFFFF;
}
.hero-block .element-details .element-category {
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 6px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hero-block .element-details .element-name {
  overflow: hidden;
  margin-bottom: 3px;
  max-height: 34px;
  font-size: 16px;
}
.hero-block .content-gradient {
  width: calc(100% -  9px);
  height: 60%;
  color: #FFFFFF;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.hero-block .content-link {
  width: calc(100% -  9px);
  height: 100%;
  position: absolute;
  bottom: 15px;
  z-index: 2;
}
.hero-block .content-link a {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 980px) {
  .hero-block {
    max-width: 490px;
  }
  .hero-block .col1 {
    width: 100%;
  }
  .hero-block .col2 {
    width: 100%;
  }
}
.solutions-intro {
  background: #008272;
}
.mlapis-intro {
  background: #CA5010;
}
.notebooks-intro {
  background: #A4262C;
}
.experiments-intro {
  background: #0099BC;
}
.tutorials-intro {
  background: #2C3137;
}
.projects-intro {
  background: #126816;
}
.competitions-intro {
  background: #48525E;
}
.collections-intro {
  background: #5C126B;
}
.industries-intro {
  background: #002050;
}
.learnings-intro {
  background: #0063B0;
}
.modules-intro {
  background: #6B69D6;
}
.main-landing-intro {
  text-align: center;
  font-family: "Segoe UI";
  font-size: 16px;
  line-height: 24px;
  padding: 24px 10px;
  max-width: 800px;
  margin: 0 auto;
  float: none !important;
}
svg symbol#rocket_1__ path,
svg.svg-icon-rocket path,
symbol#flask_1_ path,
svg.svg-icon-flask path,
svg.svg-icon-industry path,
svg.svg-icon-learning path,
svg.svg-icon-notebook path,
svg.svg-icon-project path,
svg.svg-icon-module path {
  fill: #FFFFFF;
}
svg symbol#learning polygon {
  fill: #FFFFFF;
}
svg symbol#industry circle {
  fill: #FFFFFF;
}
svg symbol#notebook_1_ g > polygon:nth-child(-n+3) {
  fill: #FFFFFF;
}
svg symbol#collection_1_ polygon:first-child {
  fill: #FFFFFF;
}
svg symbol#custom_modules path,
svg symbol#custom_modules polygon {
  fill: #FFFFFF;
}
.intro-strip {
  min-height: 200px;
  margin-bottom: 68px;
  padding: 0 15px;
  overflow: hidden;
  color: white;
  font-family: 'Segoe UI Light';
}
.intro-strip .intro-content-area {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 53px;
  clear: both;
  position: relative;
  margin-bottom: 0;
}
.intro-strip .intro-text {
  min-height: 200px;
  max-width: 700px;
  min-width: 100px;
  width: calc(100% - 335px);
}
.intro-strip svg.iconSvg {
  width: 30px;
  height: 52px;
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.intro-strip .page-title {
  padding-top: 36px;
  font-size: 36px;
}
.intro-strip .description {
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 36px;
}
.intro-strip .description a {
  color: currentColor;
  display: inline;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.intro-strip .description a:hover {
  color: currentColor;
  text-decoration: none;
}
.intro-strip .intro-image {
  position: absolute;
  right: -75px;
  top: 0;
  bottom: 0;
}
.intro-strip .intro-image img {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .intro-strip .intro-text {
    width: 100%;
  }
  .intro-strip .intro-image {
    display: none;
  }
}
.stripSectionHeader {
  font-family: 'Segoe UI Semibold';
  font-size: 21px;
  color: #2C3137;
  float: left;
  margin-bottom: 27px;
}
.stripSectionHeader:hover {
  color: #008272;
}
.stripRow {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
}
.main-content .content-area.with-top-contributors {
  border-right: 1px solid #EAEAEA;
  max-width: 1200px;
}
@media (max-width: 1740px) {
  .main-content .content-area.with-top-contributors {
    border-right: none;
    max-width: 1600px;
  }
}
.notebook-preview-container {
  font-size: 14px;
  font-family: 'Segoe UI';
  font-weight: normal;
  /*@media (min-width:768px) {
        .container {
            width: 768px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 940px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1140px;
        }
    }*/
  /*!
        *
        * Font Awesome
        *
        */
  /*!
         *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
         *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
         */
  /*!
        *
        * IPython base
        *
        */
  /*!
        *
        * IPython auth
        *
        */
  /*!
        *
        * IPython tree view
        *
        */
  /*!
        *
        * IPython text editor webapp
        *
        */
  /*!
        *
        * IPython notebook
        *
        */
  /*!
        *
        * IPython notebook webapp
        *
        */
  /*# sourceMappingURL=style.min.css.map */
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Bin */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Overrides of notebook CSS for static HTML export */
}
.notebook-preview-container .expander-content {
  display: none;
}
.notebook-preview-container .expander-content button {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.notebook-preview-container .preview-content {
  min-height: 100px;
}
.notebook-preview-container .use-expander {
  max-height: 348px;
  display: block;
  overflow-y: hidden;
}
.notebook-preview-container .expanded {
  max-height: none;
  overflow-y: unset;
}
.notebook-preview-container .expander.no-gradient {
  background: none;
}
.notebook-preview-container .expander {
  display: block;
  position: relative;
  top: -65px;
  height: 115px;
  background: linear-gradient(to top, #ffffff 35%, #ffffff 0%, rgba(244, 244, 244, 0) 100%);
  z-index: 100;
}
.notebook-preview-container .expander a {
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  color: #008272;
  font-size: 16px;
}
.notebook-preview-container html {
  font-family: Segoe UI;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.notebook-preview-container article,
.notebook-preview-container aside,
.notebook-preview-container details,
.notebook-preview-container figcaption,
.notebook-preview-container figure,
.notebook-preview-container footer,
.notebook-preview-container header,
.notebook-preview-container hgroup,
.notebook-preview-container main,
.notebook-preview-container menu,
.notebook-preview-container nav,
.notebook-preview-container section,
.notebook-preview-container summary {
  display: block;
}
.notebook-preview-container audio,
.notebook-preview-container canvas,
.notebook-preview-container progress,
.notebook-preview-container video {
  display: inline-block;
  vertical-align: baseline;
}
.notebook-preview-container audio:not([controls]) {
  display: none;
  height: 0;
}
.notebook-preview-container [hidden],
.notebook-preview-container template {
  display: none;
}
.notebook-preview-container a {
  background-color: transparent;
}
.notebook-preview-container a:active,
.notebook-preview-container a:hover {
  outline: 0;
}
.notebook-preview-container abbr[title] {
  border-bottom: 1px dotted;
}
.notebook-preview-container b,
.notebook-preview-container optgroup,
.notebook-preview-container strong {
  font-weight: 700;
}
.notebook-preview-container dfn {
  font-style: italic;
}
.notebook-preview-container h1 {
  font-size: 2em;
  margin: .67em 0;
}
.notebook-preview-container mark {
  background: #ff0;
  color: #000;
}
.notebook-preview-container small {
  font-size: 80%;
}
.notebook-preview-container sub,
.notebook-preview-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.notebook-preview-container sup {
  top: -0.5em;
}
.notebook-preview-container sub {
  bottom: -0.25em;
}
.notebook-preview-container img {
  border: 0;
  vertical-align: middle;
}
.notebook-preview-container svg:not(:root) {
  overflow: hidden;
}
.notebook-preview-container hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.notebook-preview-container pre,
.notebook-preview-container textarea {
  overflow: auto;
}
.notebook-preview-container code,
.notebook-preview-container kbd,
.notebook-preview-container pre,
.notebook-preview-container samp {
  font-size: 1em;
}
.notebook-preview-container button,
.notebook-preview-container input,
.notebook-preview-container optgroup,
.notebook-preview-container select,
.notebook-preview-container textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.notebook-preview-container button {
  overflow: visible;
}
.notebook-preview-container button,
.notebook-preview-container select {
  text-transform: none;
}
.notebook-preview-container button,
.notebook-preview-container html input[type=button],
.notebook-preview-container input[type=reset],
.notebook-preview-container input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.notebook-preview-container button[disabled],
.notebook-preview-container html input[disabled] {
  cursor: default;
}
.notebook-preview-container button::-moz-focus-inner,
.notebook-preview-container input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.notebook-preview-container input {
  line-height: normal;
}
.notebook-preview-container input[type=checkbox],
.notebook-preview-container input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.notebook-preview-container input[type=number]::-webkit-inner-spin-button,
.notebook-preview-container input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.notebook-preview-container input[type=search]::-webkit-search-cancel-button,
.notebook-preview-container input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.notebook-preview-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
.notebook-preview-container td,
.notebook-preview-container th {
  padding: 0;
}
@media print {
  .notebook-preview-container *,
  .notebook-preview-container :after,
  .notebook-preview-container :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .notebook-preview-container a,
  .notebook-preview-container a:visited {
    text-decoration: underline;
  }
  .notebook-preview-container a[href]:after {
    content: " (" attr(href) ")";
  }
  .notebook-preview-container abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .notebook-preview-container a[href^="javascript:"]:after,
  .notebook-preview-container a[href^="#"]:after {
    content: "";
  }
  .notebook-preview-container blockquote,
  .notebook-preview-container pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .notebook-preview-container thead {
    display: table-header-group;
  }
  .notebook-preview-container img,
  .notebook-preview-container tr {
    page-break-inside: avoid;
  }
  .notebook-preview-container img {
    max-width: 100% !important;
  }
  .notebook-preview-container h2,
  .notebook-preview-container h3,
  .notebook-preview-container p {
    orphans: 3;
    widows: 3;
  }
  .notebook-preview-container h2,
  .notebook-preview-container h3 {
    page-break-after: avoid;
  }
  .notebook-preview-container select {
    background: #fff !important;
  }
  .notebook-preview-container .navbar {
    display: none;
  }
  .notebook-preview-container .btn > .caret,
  .notebook-preview-container .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .notebook-preview-container .label {
    border: 1px solid #000;
  }
  .notebook-preview-container .table {
    border-collapse: collapse !important;
  }
  .notebook-preview-container .table td,
  .notebook-preview-container .table th {
    background-color: #fff !important;
  }
  .notebook-preview-container .table-bordered td,
  .notebook-preview-container .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../components/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../components/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../components/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../components/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.notebook-preview-container .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.notebook-preview-container .glyphicon-asterisk:before {
  content: "\2a";
}
.notebook-preview-container .glyphicon-plus:before {
  content: "\2b";
}
.notebook-preview-container .glyphicon-eur:before,
.notebook-preview-container .glyphicon-euro:before {
  content: "\20ac";
}
.notebook-preview-container .glyphicon-minus:before {
  content: "\2212";
}
.notebook-preview-container .glyphicon-cloud:before {
  content: "\2601";
}
.notebook-preview-container .glyphicon-envelope:before {
  content: "\2709";
}
.notebook-preview-container .glyphicon-pencil:before {
  content: "\270f";
}
.notebook-preview-container .glyphicon-glass:before {
  content: "\e001";
}
.notebook-preview-container .glyphicon-music:before {
  content: "\e002";
}
.notebook-preview-container .glyphicon-search:before {
  content: "\e003";
}
.notebook-preview-container .glyphicon-heart:before {
  content: "\e005";
}
.notebook-preview-container .glyphicon-star:before {
  content: "\e006";
}
.notebook-preview-container .glyphicon-star-empty:before {
  content: "\e007";
}
.notebook-preview-container .glyphicon-user:before {
  content: "\e008";
}
.notebook-preview-container .glyphicon-film:before {
  content: "\e009";
}
.notebook-preview-container .glyphicon-th-large:before {
  content: "\e010";
}
.notebook-preview-container .glyphicon-th:before {
  content: "\e011";
}
.notebook-preview-container .glyphicon-th-list:before {
  content: "\e012";
}
.notebook-preview-container .glyphicon-ok:before {
  content: "\e013";
}
.notebook-preview-container .glyphicon-remove:before {
  content: "\e014";
}
.notebook-preview-container .glyphicon-zoom-in:before {
  content: "\e015";
}
.notebook-preview-container .glyphicon-zoom-out:before {
  content: "\e016";
}
.notebook-preview-container .glyphicon-off:before {
  content: "\e017";
}
.notebook-preview-container .glyphicon-signal:before {
  content: "\e018";
}
.notebook-preview-container .glyphicon-cog:before {
  content: "\e019";
}
.notebook-preview-container .glyphicon-trash:before {
  content: "\e020";
}
.notebook-preview-container .glyphicon-home:before {
  content: "\e021";
}
.notebook-preview-container .glyphicon-file:before {
  content: "\e022";
}
.notebook-preview-container .glyphicon-time:before {
  content: "\e023";
}
.notebook-preview-container .glyphicon-road:before {
  content: "\e024";
}
.notebook-preview-container .glyphicon-download-alt:before {
  content: "\e025";
}
.notebook-preview-container .glyphicon-download:before {
  content: "\e026";
}
.notebook-preview-container .glyphicon-upload:before {
  content: "\e027";
}
.notebook-preview-container .glyphicon-inbox:before {
  content: "\e028";
}
.notebook-preview-container .glyphicon-play-circle:before {
  content: "\e029";
}
.notebook-preview-container .glyphicon-repeat:before {
  content: "\e030";
}
.notebook-preview-container .glyphicon-refresh:before {
  content: "\e031";
}
.notebook-preview-container .glyphicon-list-alt:before {
  content: "\e032";
}
.notebook-preview-container .glyphicon-lock:before {
  content: "\e033";
}
.notebook-preview-container .glyphicon-flag:before {
  content: "\e034";
}
.notebook-preview-container .glyphicon-headphones:before {
  content: "\e035";
}
.notebook-preview-container .glyphicon-volume-off:before {
  content: "\e036";
}
.notebook-preview-container .glyphicon-volume-down:before {
  content: "\e037";
}
.notebook-preview-container .glyphicon-volume-up:before {
  content: "\e038";
}
.notebook-preview-container .glyphicon-qrcode:before {
  content: "\e039";
}
.notebook-preview-container .glyphicon-barcode:before {
  content: "\e040";
}
.notebook-preview-container .glyphicon-tag:before {
  content: "\e041";
}
.notebook-preview-container .glyphicon-tags:before {
  content: "\e042";
}
.notebook-preview-container .glyphicon-book:before {
  content: "\e043";
}
.notebook-preview-container .glyphicon-bookmark:before {
  content: "\e044";
}
.notebook-preview-container .glyphicon-print:before {
  content: "\e045";
}
.notebook-preview-container .glyphicon-camera:before {
  content: "\e046";
}
.notebook-preview-container .glyphicon-font:before {
  content: "\e047";
}
.notebook-preview-container .glyphicon-bold:before {
  content: "\e048";
}
.notebook-preview-container .glyphicon-italic:before {
  content: "\e049";
}
.notebook-preview-container .glyphicon-text-height:before {
  content: "\e050";
}
.notebook-preview-container .glyphicon-text-width:before {
  content: "\e051";
}
.notebook-preview-container .glyphicon-align-left:before {
  content: "\e052";
}
.notebook-preview-container .glyphicon-align-center:before {
  content: "\e053";
}
.notebook-preview-container .glyphicon-align-right:before {
  content: "\e054";
}
.notebook-preview-container .glyphicon-align-justify:before {
  content: "\e055";
}
.notebook-preview-container .glyphicon-list:before {
  content: "\e056";
}
.notebook-preview-container .glyphicon-indent-left:before {
  content: "\e057";
}
.notebook-preview-container .glyphicon-indent-right:before {
  content: "\e058";
}
.notebook-preview-container .glyphicon-facetime-video:before {
  content: "\e059";
}
.notebook-preview-container .glyphicon-picture:before {
  content: "\e060";
}
.notebook-preview-container .glyphicon-map-marker:before {
  content: "\e062";
}
.notebook-preview-container .glyphicon-adjust:before {
  content: "\e063";
}
.notebook-preview-container .glyphicon-tint:before {
  content: "\e064";
}
.notebook-preview-container .glyphicon-edit:before {
  content: "\e065";
}
.notebook-preview-container .glyphicon-share:before {
  content: "\e066";
}
.notebook-preview-container .glyphicon-check:before {
  content: "\e067";
}
.notebook-preview-container .glyphicon-move:before {
  content: "\e068";
}
.notebook-preview-container .glyphicon-step-backward:before {
  content: "\e069";
}
.notebook-preview-container .glyphicon-fast-backward:before {
  content: "\e070";
}
.notebook-preview-container .glyphicon-backward:before {
  content: "\e071";
}
.notebook-preview-container .glyphicon-play:before {
  content: "\e072";
}
.notebook-preview-container .glyphicon-pause:before {
  content: "\e073";
}
.notebook-preview-container .glyphicon-stop:before {
  content: "\e074";
}
.notebook-preview-container .glyphicon-forward:before {
  content: "\e075";
}
.notebook-preview-container .glyphicon-fast-forward:before {
  content: "\e076";
}
.notebook-preview-container .glyphicon-step-forward:before {
  content: "\e077";
}
.notebook-preview-container .glyphicon-eject:before {
  content: "\e078";
}
.notebook-preview-container .glyphicon-chevron-left:before {
  content: "\e079";
}
.notebook-preview-container .glyphicon-chevron-right:before {
  content: "\e080";
}
.notebook-preview-container .glyphicon-plus-sign:before {
  content: "\e081";
}
.notebook-preview-container .glyphicon-minus-sign:before {
  content: "\e082";
}
.notebook-preview-container .glyphicon-remove-sign:before {
  content: "\e083";
}
.notebook-preview-container .glyphicon-ok-sign:before {
  content: "\e084";
}
.notebook-preview-container .glyphicon-question-sign:before {
  content: "\e085";
}
.notebook-preview-container .glyphicon-info-sign:before {
  content: "\e086";
}
.notebook-preview-container .glyphicon-screenshot:before {
  content: "\e087";
}
.notebook-preview-container .glyphicon-remove-circle:before {
  content: "\e088";
}
.notebook-preview-container .glyphicon-ok-circle:before {
  content: "\e089";
}
.notebook-preview-container .glyphicon-ban-circle:before {
  content: "\e090";
}
.notebook-preview-container .glyphicon-arrow-left:before {
  content: "\e091";
}
.notebook-preview-container .glyphicon-arrow-right:before {
  content: "\e092";
}
.notebook-preview-container .glyphicon-arrow-up:before {
  content: "\e093";
}
.notebook-preview-container .glyphicon-arrow-down:before {
  content: "\e094";
}
.notebook-preview-container .glyphicon-share-alt:before {
  content: "\e095";
}
.notebook-preview-container .glyphicon-resize-full:before {
  content: "\e096";
}
.notebook-preview-container .glyphicon-resize-small:before {
  content: "\e097";
}
.notebook-preview-container .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.notebook-preview-container .glyphicon-gift:before {
  content: "\e102";
}
.notebook-preview-container .glyphicon-leaf:before {
  content: "\e103";
}
.notebook-preview-container .glyphicon-fire:before {
  content: "\e104";
}
.notebook-preview-container .glyphicon-eye-open:before {
  content: "\e105";
}
.notebook-preview-container .glyphicon-eye-close:before {
  content: "\e106";
}
.notebook-preview-container .glyphicon-warning-sign:before {
  content: "\e107";
}
.notebook-preview-container .glyphicon-plane:before {
  content: "\e108";
}
.notebook-preview-container .glyphicon-calendar:before {
  content: "\e109";
}
.notebook-preview-container .glyphicon-random:before {
  content: "\e110";
}
.notebook-preview-container .glyphicon-comment:before {
  content: "\e111";
}
.notebook-preview-container .glyphicon-magnet:before {
  content: "\e112";
}
.notebook-preview-container .glyphicon-chevron-up:before {
  content: "\e113";
}
.notebook-preview-container .glyphicon-chevron-down:before {
  content: "\e114";
}
.notebook-preview-container .glyphicon-retweet:before {
  content: "\e115";
}
.notebook-preview-container .glyphicon-shopping-cart:before {
  content: "\e116";
}
.notebook-preview-container .glyphicon-folder-close:before {
  content: "\e117";
}
.notebook-preview-container .glyphicon-folder-open:before {
  content: "\e118";
}
.notebook-preview-container .glyphicon-resize-vertical:before {
  content: "\e119";
}
.notebook-preview-container .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.notebook-preview-container .glyphicon-hdd:before {
  content: "\e121";
}
.notebook-preview-container .glyphicon-bullhorn:before {
  content: "\e122";
}
.notebook-preview-container .glyphicon-bell:before {
  content: "\e123";
}
.notebook-preview-container .glyphicon-certificate:before {
  content: "\e124";
}
.notebook-preview-container .glyphicon-thumbs-up:before {
  content: "\e125";
}
.notebook-preview-container .glyphicon-thumbs-down:before {
  content: "\e126";
}
.notebook-preview-container .glyphicon-hand-right:before {
  content: "\e127";
}
.notebook-preview-container .glyphicon-hand-left:before {
  content: "\e128";
}
.notebook-preview-container .glyphicon-hand-up:before {
  content: "\e129";
}
.notebook-preview-container .glyphicon-hand-down:before {
  content: "\e130";
}
.notebook-preview-container .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.notebook-preview-container .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.notebook-preview-container .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.notebook-preview-container .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.notebook-preview-container .glyphicon-globe:before {
  content: "\e135";
}
.notebook-preview-container .glyphicon-wrench:before {
  content: "\e136";
}
.notebook-preview-container .glyphicon-tasks:before {
  content: "\e137";
}
.notebook-preview-container .glyphicon-filter:before {
  content: "\e138";
}
.notebook-preview-container .glyphicon-briefcase:before {
  content: "\e139";
}
.notebook-preview-container .glyphicon-fullscreen:before {
  content: "\e140";
}
.notebook-preview-container .glyphicon-dashboard:before {
  content: "\e141";
}
.notebook-preview-container .glyphicon-paperclip:before {
  content: "\e142";
}
.notebook-preview-container .glyphicon-heart-empty:before {
  content: "\e143";
}
.notebook-preview-container .glyphicon-link:before {
  content: "\e144";
}
.notebook-preview-container .glyphicon-phone:before {
  content: "\e145";
}
.notebook-preview-container .glyphicon-pushpin:before {
  content: "\e146";
}
.notebook-preview-container .glyphicon-usd:before {
  content: "\e148";
}
.notebook-preview-container .glyphicon-gbp:before {
  content: "\e149";
}
.notebook-preview-container .glyphicon-sort:before {
  content: "\e150";
}
.notebook-preview-container .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.notebook-preview-container .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.notebook-preview-container .glyphicon-sort-by-order:before {
  content: "\e153";
}
.notebook-preview-container .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.notebook-preview-container .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.notebook-preview-container .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.notebook-preview-container .glyphicon-unchecked:before {
  content: "\e157";
}
.notebook-preview-container .glyphicon-expand:before {
  content: "\e158";
}
.notebook-preview-container .glyphicon-collapse-down:before {
  content: "\e159";
}
.notebook-preview-container .glyphicon-collapse-up:before {
  content: "\e160";
}
.notebook-preview-container .glyphicon-log-in:before {
  content: "\e161";
}
.notebook-preview-container .glyphicon-flash:before {
  content: "\e162";
}
.notebook-preview-container .glyphicon-log-out:before {
  content: "\e163";
}
.notebook-preview-container .glyphicon-new-window:before {
  content: "\e164";
}
.notebook-preview-container .glyphicon-record:before {
  content: "\e165";
}
.notebook-preview-container .glyphicon-save:before {
  content: "\e166";
}
.notebook-preview-container .glyphicon-open:before {
  content: "\e167";
}
.notebook-preview-container .glyphicon-saved:before {
  content: "\e168";
}
.notebook-preview-container .glyphicon-import:before {
  content: "\e169";
}
.notebook-preview-container .glyphicon-export:before {
  content: "\e170";
}
.notebook-preview-container .glyphicon-send:before {
  content: "\e171";
}
.notebook-preview-container .glyphicon-floppy-disk:before {
  content: "\e172";
}
.notebook-preview-container .glyphicon-floppy-saved:before {
  content: "\e173";
}
.notebook-preview-container .glyphicon-floppy-remove:before {
  content: "\e174";
}
.notebook-preview-container .glyphicon-floppy-save:before {
  content: "\e175";
}
.notebook-preview-container .glyphicon-floppy-open:before {
  content: "\e176";
}
.notebook-preview-container .glyphicon-credit-card:before {
  content: "\e177";
}
.notebook-preview-container .glyphicon-transfer:before {
  content: "\e178";
}
.notebook-preview-container .glyphicon-cutlery:before {
  content: "\e179";
}
.notebook-preview-container .glyphicon-header:before {
  content: "\e180";
}
.notebook-preview-container .glyphicon-compressed:before {
  content: "\e181";
}
.notebook-preview-container .glyphicon-earphone:before {
  content: "\e182";
}
.notebook-preview-container .glyphicon-phone-alt:before {
  content: "\e183";
}
.notebook-preview-container .glyphicon-tower:before {
  content: "\e184";
}
.notebook-preview-container .glyphicon-stats:before {
  content: "\e185";
}
.notebook-preview-container .glyphicon-sd-video:before {
  content: "\e186";
}
.notebook-preview-container .glyphicon-hd-video:before {
  content: "\e187";
}
.notebook-preview-container .glyphicon-subtitles:before {
  content: "\e188";
}
.notebook-preview-container .glyphicon-sound-stereo:before {
  content: "\e189";
}
.notebook-preview-container .glyphicon-sound-dolby:before {
  content: "\e190";
}
.notebook-preview-container .glyphicon-sound-5-1:before {
  content: "\e191";
}
.notebook-preview-container .glyphicon-sound-6-1:before {
  content: "\e192";
}
.notebook-preview-container .glyphicon-sound-7-1:before {
  content: "\e193";
}
.notebook-preview-container .glyphicon-copyright-mark:before {
  content: "\e194";
}
.notebook-preview-container .glyphicon-registration-mark:before {
  content: "\e195";
}
.notebook-preview-container .glyphicon-cloud-download:before {
  content: "\e197";
}
.notebook-preview-container .glyphicon-cloud-upload:before {
  content: "\e198";
}
.notebook-preview-container .glyphicon-tree-conifer:before {
  content: "\e199";
}
.notebook-preview-container .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.notebook-preview-container .glyphicon-cd:before {
  content: "\e201";
}
.notebook-preview-container .glyphicon-save-file:before {
  content: "\e202";
}
.notebook-preview-container .glyphicon-open-file:before {
  content: "\e203";
}
.notebook-preview-container .glyphicon-level-up:before {
  content: "\e204";
}
.notebook-preview-container .glyphicon-copy:before {
  content: "\e205";
}
.notebook-preview-container .glyphicon-paste:before {
  content: "\e206";
}
.notebook-preview-container .glyphicon-alert:before {
  content: "\e209";
}
.notebook-preview-container .glyphicon-equalizer:before {
  content: "\e210";
}
.notebook-preview-container .glyphicon-king:before {
  content: "\e211";
}
.notebook-preview-container .glyphicon-queen:before {
  content: "\e212";
}
.notebook-preview-container .glyphicon-pawn:before {
  content: "\e213";
}
.notebook-preview-container .glyphicon-bishop:before {
  content: "\e214";
}
.notebook-preview-container .glyphicon-knight:before {
  content: "\e215";
}
.notebook-preview-container .glyphicon-baby-formula:before {
  content: "\e216";
}
.notebook-preview-container .glyphicon-tent:before {
  content: "\26fa";
}
.notebook-preview-container .glyphicon-blackboard:before {
  content: "\e218";
}
.notebook-preview-container .glyphicon-bed:before {
  content: "\e219";
}
.notebook-preview-container .glyphicon-apple:before {
  content: "\f8ff";
}
.notebook-preview-container .glyphicon-erase:before {
  content: "\e221";
}
.notebook-preview-container .glyphicon-hourglass:before {
  content: "\231b";
}
.notebook-preview-container .glyphicon-lamp:before {
  content: "\e223";
}
.notebook-preview-container .glyphicon-duplicate:before {
  content: "\e224";
}
.notebook-preview-container .glyphicon-piggy-bank:before {
  content: "\e225";
}
.notebook-preview-container .glyphicon-scissors:before {
  content: "\e226";
}
.notebook-preview-container .glyphicon-bitcoin:before,
.notebook-preview-container .glyphicon-btc:before,
.notebook-preview-container .glyphicon-xbt:before {
  content: "\e227";
}
.notebook-preview-container .glyphicon-jpy:before,
.notebook-preview-container .glyphicon-yen:before {
  content: "\00a5";
}
.notebook-preview-container .glyphicon-rub:before,
.notebook-preview-container .glyphicon-ruble:before {
  content: "\20bd";
}
.notebook-preview-container .glyphicon-scale:before {
  content: "\e230";
}
.notebook-preview-container .glyphicon-ice-lolly:before {
  content: "\e231";
}
.notebook-preview-container .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.notebook-preview-container .glyphicon-education:before {
  content: "\e233";
}
.notebook-preview-container .glyphicon-option-horizontal:before {
  content: "\e234";
}
.notebook-preview-container .glyphicon-option-vertical:before {
  content: "\e235";
}
.notebook-preview-container .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.notebook-preview-container .glyphicon-modal-window:before {
  content: "\e237";
}
.notebook-preview-container .glyphicon-oil:before {
  content: "\e238";
}
.notebook-preview-container .glyphicon-grain:before {
  content: "\e239";
}
.notebook-preview-container .glyphicon-sunglasses:before {
  content: "\e240";
}
.notebook-preview-container .glyphicon-text-size:before {
  content: "\e241";
}
.notebook-preview-container .glyphicon-text-color:before {
  content: "\e242";
}
.notebook-preview-container .glyphicon-text-background:before {
  content: "\e243";
}
.notebook-preview-container .glyphicon-object-align-top:before {
  content: "\e244";
}
.notebook-preview-container .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.notebook-preview-container .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.notebook-preview-container .glyphicon-object-align-left:before {
  content: "\e247";
}
.notebook-preview-container .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.notebook-preview-container .glyphicon-object-align-right:before {
  content: "\e249";
}
.notebook-preview-container .glyphicon-triangle-right:before {
  content: "\e250";
}
.notebook-preview-container .glyphicon-triangle-left:before {
  content: "\e251";
}
.notebook-preview-container .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.notebook-preview-container .glyphicon-triangle-top:before {
  content: "\e253";
}
.notebook-preview-container .glyphicon-console:before {
  content: "\e254";
}
.notebook-preview-container .glyphicon-superscript:before {
  content: "\e255";
}
.notebook-preview-container .glyphicon-subscript:before {
  content: "\e256";
}
.notebook-preview-container .glyphicon-menu-left:before {
  content: "\e257";
}
.notebook-preview-container .glyphicon-menu-right:before {
  content: "\e258";
}
.notebook-preview-container .glyphicon-menu-down:before {
  content: "\e259";
}
.notebook-preview-container .glyphicon-menu-up:before {
  content: "\e260";
}
.notebook-preview-container *,
.notebook-preview-container :after,
.notebook-preview-container :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.notebook-preview-container body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}
.notebook-preview-container button,
.notebook-preview-container input,
.notebook-preview-container select,
.notebook-preview-container textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.notebook-preview-container a {
  color: #337ab7;
  text-decoration: none;
}
.notebook-preview-container a:focus,
.notebook-preview-container a:hover {
  color: #23527c;
  text-decoration: underline;
}
.notebook-preview-container a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.notebook-preview-container figure {
  margin: 0;
}
.notebook-preview-container .carousel-inner > .item > a > img,
.notebook-preview-container .carousel-inner > .item > img,
.notebook-preview-container .img-responsive,
.notebook-preview-container .thumbnail a > img,
.notebook-preview-container .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.notebook-preview-container .img-rounded {
  border-radius: 3px;
}
.notebook-preview-container .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.notebook-preview-container .img-circle {
  border-radius: 50%;
}
.notebook-preview-container hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eee;
}
.notebook-preview-container .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.notebook-preview-container .sr-only-focusable:active,
.notebook-preview-container .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.notebook-preview-container [role=button] {
  cursor: pointer;
}
.notebook-preview-container .h1,
.notebook-preview-container .h2,
.notebook-preview-container .h3,
.notebook-preview-container .h4,
.notebook-preview-container .h5,
.notebook-preview-container .h6,
.notebook-preview-container h1,
.notebook-preview-container h2,
.notebook-preview-container h3,
.notebook-preview-container h4,
.notebook-preview-container h5,
.notebook-preview-container h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.notebook-preview-container .h1 .small,
.notebook-preview-container .h1 small,
.notebook-preview-container .h2 .small,
.notebook-preview-container .h2 small,
.notebook-preview-container .h3 .small,
.notebook-preview-container .h3 small,
.notebook-preview-container .h4 .small,
.notebook-preview-container .h4 small,
.notebook-preview-container .h5 .small,
.notebook-preview-container .h5 small,
.notebook-preview-container .h6 .small,
.notebook-preview-container .h6 small,
.notebook-preview-container h1 .small,
.notebook-preview-container h1 small,
.notebook-preview-container h2 .small,
.notebook-preview-container h2 small,
.notebook-preview-container h3 .small,
.notebook-preview-container h3 small,
.notebook-preview-container h4 .small,
.notebook-preview-container h4 small,
.notebook-preview-container h5 .small,
.notebook-preview-container h5 small,
.notebook-preview-container h6 .small,
.notebook-preview-container h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.notebook-preview-container .h1,
.notebook-preview-container .h2,
.notebook-preview-container .h3,
.notebook-preview-container h1,
.notebook-preview-container h2,
.notebook-preview-container h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.notebook-preview-container .h1 .small,
.notebook-preview-container .h1 small,
.notebook-preview-container .h2 .small,
.notebook-preview-container .h2 small,
.notebook-preview-container .h3 .small,
.notebook-preview-container .h3 small,
.notebook-preview-container h1 .small,
.notebook-preview-container h1 small,
.notebook-preview-container h2 .small,
.notebook-preview-container h2 small,
.notebook-preview-container h3 .small,
.notebook-preview-container h3 small {
  font-size: 65%;
}
.notebook-preview-container .h4,
.notebook-preview-container .h5,
.notebook-preview-container .h6,
.notebook-preview-container h4,
.notebook-preview-container h5,
.notebook-preview-container h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.notebook-preview-container .h4 .small,
.notebook-preview-container .h4 small,
.notebook-preview-container .h5 .small,
.notebook-preview-container .h5 small,
.notebook-preview-container .h6 .small,
.notebook-preview-container .h6 small,
.notebook-preview-container h4 .small,
.notebook-preview-container h4 small,
.notebook-preview-container h5 .small,
.notebook-preview-container h5 small,
.notebook-preview-container h6 .small,
.notebook-preview-container h6 small {
  font-size: 75%;
}
.notebook-preview-container .h1,
.notebook-preview-container h1 {
  font-size: 33px;
}
.notebook-preview-container .h2,
.notebook-preview-container h2 {
  font-size: 27px;
}
.notebook-preview-container .h3,
.notebook-preview-container h3 {
  font-size: 23px;
}
.notebook-preview-container .h4,
.notebook-preview-container h4 {
  font-size: 17px;
}
.notebook-preview-container .h5,
.notebook-preview-container h5 {
  font-size: 13px;
}
.notebook-preview-container .h6,
.notebook-preview-container h6 {
  font-size: 12px;
}
.notebook-preview-container p {
  margin: 0 0 9px;
}
.notebook-preview-container .lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .notebook-preview-container .lead {
    font-size: 19.5px;
  }
}
.notebook-preview-container .small,
.notebook-preview-container small {
  font-size: 92%;
}
.notebook-preview-container .mark,
.notebook-preview-container mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.notebook-preview-container .text-left {
  text-align: left;
}
.notebook-preview-container .text-right {
  text-align: right;
}
.notebook-preview-container .text-center {
  text-align: center;
}
.notebook-preview-container .text-justify {
  text-align: justify;
}
.notebook-preview-container .text-nowrap {
  white-space: nowrap;
}
.notebook-preview-container .text-lowercase {
  text-transform: lowercase;
}
.notebook-preview-container .text-uppercase {
  text-transform: uppercase;
}
.notebook-preview-container .text-capitalize {
  text-transform: capitalize;
}
.notebook-preview-container .text-muted {
  color: #777;
}
.notebook-preview-container .text-primary {
  color: #337ab7;
}
.notebook-preview-container a.text-primary:hover {
  color: #286090;
}
.notebook-preview-container .text-success {
  color: #3c763d;
}
.notebook-preview-container a.text-success:hover {
  color: #2b542c;
}
.notebook-preview-container .text-info {
  color: #31708f;
}
.notebook-preview-container a.text-info:hover {
  color: #245269;
}
.notebook-preview-container .text-warning {
  color: #8a6d3b;
}
.notebook-preview-container a.text-warning:hover {
  color: #66512c;
}
.notebook-preview-container .text-danger {
  color: #a94442;
}
.notebook-preview-container a.text-danger:hover {
  color: #843534;
}
.notebook-preview-container .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.notebook-preview-container a.bg-primary:hover {
  background-color: #286090;
}
.notebook-preview-container .bg-success {
  background-color: #dff0d8;
}
.notebook-preview-container a.bg-success:hover {
  background-color: #c1e2b3;
}
.notebook-preview-container .bg-info {
  background-color: #d9edf7;
}
.notebook-preview-container a.bg-info:hover {
  background-color: #afd9ee;
}
.notebook-preview-container .bg-warning {
  background-color: #fcf8e3;
}
.notebook-preview-container a.bg-warning:hover {
  background-color: #f7ecb5;
}
.notebook-preview-container .bg-danger {
  background-color: #f2dede;
}
.notebook-preview-container a.bg-danger:hover {
  background-color: #e4b9b9;
}
.notebook-preview-container .page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eee;
}
.notebook-preview-container ol,
.notebook-preview-container ul {
  margin-top: 0;
  margin-bottom: 9px;
}
.notebook-preview-container ol ol,
.notebook-preview-container ol ul,
.notebook-preview-container ul ol,
.notebook-preview-container ul ul {
  margin-bottom: 0;
}
.notebook-preview-container .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.notebook-preview-container .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.notebook-preview-container .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.notebook-preview-container dl {
  margin-top: 0;
  margin-bottom: 18px;
}
.notebook-preview-container dd,
.notebook-preview-container dt {
  line-height: 1.42857143;
}
.notebook-preview-container dt {
  font-weight: 700;
}
.notebook-preview-container dd {
  margin-left: 0;
}
@media (min-width: 541px) {
  .notebook-preview-container .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notebook-preview-container .dl-horizontal dd {
    margin-left: 180px;
  }
}
.notebook-preview-container abbr[data-original-title],
.notebook-preview-container abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.notebook-preview-container .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.notebook-preview-container blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: inherit;
  border-left: 5px solid #eee;
}
.notebook-preview-container blockquote ol:last-child,
.notebook-preview-container blockquote p:last-child,
.notebook-preview-container blockquote ul:last-child {
  margin-bottom: 0;
}
.notebook-preview-container blockquote .small,
.notebook-preview-container blockquote footer,
.notebook-preview-container blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.notebook-preview-container blockquote .small:before,
.notebook-preview-container blockquote footer:before,
.notebook-preview-container blockquote small:before {
  content: '\2014 \00A0';
}
.notebook-preview-container .blockquote-reverse,
.notebook-preview-container blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.notebook-preview-container .blockquote-reverse .small:before,
.notebook-preview-container .blockquote-reverse footer:before,
.notebook-preview-container .blockquote-reverse small:before,
.notebook-preview-container blockquote.pull-right .small:before,
.notebook-preview-container blockquote.pull-right footer:before,
.notebook-preview-container blockquote.pull-right small:before {
  content: '';
}
.notebook-preview-container .blockquote-reverse .small:after,
.notebook-preview-container .blockquote-reverse footer:after,
.notebook-preview-container .blockquote-reverse small:after,
.notebook-preview-container blockquote.pull-right .small:after,
.notebook-preview-container blockquote.pull-right footer:after,
.notebook-preview-container blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
.notebook-preview-container address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
.notebook-preview-container code,
.notebook-preview-container kbd,
.notebook-preview-container pre,
.notebook-preview-container samp {
  font-family: monospace;
}
.notebook-preview-container code {
  padding: 2px 4px;
  font-size: 90%;
  background-color: #f9f2f4;
  border-radius: 2px;
}
.notebook-preview-container kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.notebook-preview-container kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
.notebook-preview-container pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.notebook-preview-container pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.notebook-preview-container .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.notebook-preview-container .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.notebook-preview-container .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.notebook-preview-container .row {
  margin-left: 0;
  margin-right: 0;
}
.notebook-preview-container .col-lg-1,
.notebook-preview-container .col-lg-10,
.notebook-preview-container .col-lg-11,
.notebook-preview-container .col-lg-12,
.notebook-preview-container .col-lg-2,
.notebook-preview-container .col-lg-3,
.notebook-preview-container .col-lg-4,
.notebook-preview-container .col-lg-5,
.notebook-preview-container .col-lg-6,
.notebook-preview-container .col-lg-7,
.notebook-preview-container .col-lg-8,
.notebook-preview-container .col-lg-9,
.notebook-preview-container .col-md-1,
.notebook-preview-container .col-md-10,
.notebook-preview-container .col-md-11,
.notebook-preview-container .col-md-12,
.notebook-preview-container .col-md-2,
.notebook-preview-container .col-md-3,
.notebook-preview-container .col-md-4,
.notebook-preview-container .col-md-5,
.notebook-preview-container .col-md-6,
.notebook-preview-container .col-md-7,
.notebook-preview-container .col-md-8,
.notebook-preview-container .col-md-9,
.notebook-preview-container .col-sm-1,
.notebook-preview-container .col-sm-10,
.notebook-preview-container .col-sm-11,
.notebook-preview-container .col-sm-12,
.notebook-preview-container .col-sm-2,
.notebook-preview-container .col-sm-3,
.notebook-preview-container .col-sm-4,
.notebook-preview-container .col-sm-5,
.notebook-preview-container .col-sm-6,
.notebook-preview-container .col-sm-7,
.notebook-preview-container .col-sm-8,
.notebook-preview-container .col-sm-9,
.notebook-preview-container .col-xs-1,
.notebook-preview-container .col-xs-10,
.notebook-preview-container .col-xs-11,
.notebook-preview-container .col-xs-12,
.notebook-preview-container .col-xs-2,
.notebook-preview-container .col-xs-3,
.notebook-preview-container .col-xs-4,
.notebook-preview-container .col-xs-5,
.notebook-preview-container .col-xs-6,
.notebook-preview-container .col-xs-7,
.notebook-preview-container .col-xs-8,
.notebook-preview-container .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.notebook-preview-container .col-xs-1,
.notebook-preview-container .col-xs-10,
.notebook-preview-container .col-xs-11,
.notebook-preview-container .col-xs-12,
.notebook-preview-container .col-xs-2,
.notebook-preview-container .col-xs-3,
.notebook-preview-container .col-xs-4,
.notebook-preview-container .col-xs-5,
.notebook-preview-container .col-xs-6,
.notebook-preview-container .col-xs-7,
.notebook-preview-container .col-xs-8,
.notebook-preview-container .col-xs-9 {
  float: left;
}
.notebook-preview-container .col-xs-12 {
  width: 100%;
}
.notebook-preview-container .col-xs-11 {
  width: 91.66666667%;
}
.notebook-preview-container .col-xs-10 {
  width: 83.33333333%;
}
.notebook-preview-container .col-xs-9 {
  width: 75%;
}
.notebook-preview-container .col-xs-8 {
  width: 66.66666667%;
}
.notebook-preview-container .col-xs-7 {
  width: 58.33333333%;
}
.notebook-preview-container .col-xs-6 {
  width: 50%;
}
.notebook-preview-container .col-xs-5 {
  width: 41.66666667%;
}
.notebook-preview-container .col-xs-4 {
  width: 33.33333333%;
}
.notebook-preview-container .col-xs-3 {
  width: 25%;
}
.notebook-preview-container .col-xs-2 {
  width: 16.66666667%;
}
.notebook-preview-container .col-xs-1 {
  width: 8.33333333%;
}
.notebook-preview-container .col-xs-pull-12 {
  right: 100%;
}
.notebook-preview-container .col-xs-pull-11 {
  right: 91.66666667%;
}
.notebook-preview-container .col-xs-pull-10 {
  right: 83.33333333%;
}
.notebook-preview-container .col-xs-pull-9 {
  right: 75%;
}
.notebook-preview-container .col-xs-pull-8 {
  right: 66.66666667%;
}
.notebook-preview-container .col-xs-pull-7 {
  right: 58.33333333%;
}
.notebook-preview-container .col-xs-pull-6 {
  right: 50%;
}
.notebook-preview-container .col-xs-pull-5 {
  right: 41.66666667%;
}
.notebook-preview-container .col-xs-pull-4 {
  right: 33.33333333%;
}
.notebook-preview-container .col-xs-pull-3 {
  right: 25%;
}
.notebook-preview-container .col-xs-pull-2 {
  right: 16.66666667%;
}
.notebook-preview-container .col-xs-pull-1 {
  right: 8.33333333%;
}
.notebook-preview-container .col-xs-pull-0 {
  right: auto;
}
.notebook-preview-container .col-xs-push-12 {
  left: 100%;
}
.notebook-preview-container .col-xs-push-11 {
  left: 91.66666667%;
}
.notebook-preview-container .col-xs-push-10 {
  left: 83.33333333%;
}
.notebook-preview-container .col-xs-push-9 {
  left: 75%;
}
.notebook-preview-container .col-xs-push-8 {
  left: 66.66666667%;
}
.notebook-preview-container .col-xs-push-7 {
  left: 58.33333333%;
}
.notebook-preview-container .col-xs-push-6 {
  left: 50%;
}
.notebook-preview-container .col-xs-push-5 {
  left: 41.66666667%;
}
.notebook-preview-container .col-xs-push-4 {
  left: 33.33333333%;
}
.notebook-preview-container .col-xs-push-3 {
  left: 25%;
}
.notebook-preview-container .col-xs-push-2 {
  left: 16.66666667%;
}
.notebook-preview-container .col-xs-push-1 {
  left: 8.33333333%;
}
.notebook-preview-container .col-xs-push-0 {
  left: auto;
}
.notebook-preview-container .col-xs-offset-12 {
  margin-left: 100%;
}
.notebook-preview-container .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.notebook-preview-container .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.notebook-preview-container .col-xs-offset-9 {
  margin-left: 75%;
}
.notebook-preview-container .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.notebook-preview-container .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.notebook-preview-container .col-xs-offset-6 {
  margin-left: 50%;
}
.notebook-preview-container .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.notebook-preview-container .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.notebook-preview-container .col-xs-offset-3 {
  margin-left: 25%;
}
.notebook-preview-container .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.notebook-preview-container .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.notebook-preview-container .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .notebook-preview-container .col-sm-1,
  .notebook-preview-container .col-sm-10,
  .notebook-preview-container .col-sm-11,
  .notebook-preview-container .col-sm-12,
  .notebook-preview-container .col-sm-2,
  .notebook-preview-container .col-sm-3,
  .notebook-preview-container .col-sm-4,
  .notebook-preview-container .col-sm-5,
  .notebook-preview-container .col-sm-6,
  .notebook-preview-container .col-sm-7,
  .notebook-preview-container .col-sm-8,
  .notebook-preview-container .col-sm-9 {
    float: left;
  }
  .notebook-preview-container .col-sm-12 {
    width: 100%;
  }
  .notebook-preview-container .col-sm-11 {
    width: 91.66666667%;
  }
  .notebook-preview-container .col-sm-10 {
    width: 83.33333333%;
  }
  .notebook-preview-container .col-sm-9 {
    width: 75%;
  }
  .notebook-preview-container .col-sm-8 {
    width: 66.66666667%;
  }
  .notebook-preview-container .col-sm-7 {
    width: 58.33333333%;
  }
  .notebook-preview-container .col-sm-6 {
    width: 50%;
  }
  .notebook-preview-container .col-sm-5 {
    width: 41.66666667%;
  }
  .notebook-preview-container .col-sm-4 {
    width: 33.33333333%;
  }
  .notebook-preview-container .col-sm-3 {
    width: 25%;
  }
  .notebook-preview-container .col-sm-2 {
    width: 16.66666667%;
  }
  .notebook-preview-container .col-sm-1 {
    width: 8.33333333%;
  }
  .notebook-preview-container .col-sm-pull-12 {
    right: 100%;
  }
  .notebook-preview-container .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .notebook-preview-container .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .notebook-preview-container .col-sm-pull-9 {
    right: 75%;
  }
  .notebook-preview-container .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .notebook-preview-container .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .notebook-preview-container .col-sm-pull-6 {
    right: 50%;
  }
  .notebook-preview-container .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .notebook-preview-container .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .notebook-preview-container .col-sm-pull-3 {
    right: 25%;
  }
  .notebook-preview-container .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .notebook-preview-container .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .notebook-preview-container .col-sm-pull-0 {
    right: auto;
  }
  .notebook-preview-container .col-sm-push-12 {
    left: 100%;
  }
  .notebook-preview-container .col-sm-push-11 {
    left: 91.66666667%;
  }
  .notebook-preview-container .col-sm-push-10 {
    left: 83.33333333%;
  }
  .notebook-preview-container .col-sm-push-9 {
    left: 75%;
  }
  .notebook-preview-container .col-sm-push-8 {
    left: 66.66666667%;
  }
  .notebook-preview-container .col-sm-push-7 {
    left: 58.33333333%;
  }
  .notebook-preview-container .col-sm-push-6 {
    left: 50%;
  }
  .notebook-preview-container .col-sm-push-5 {
    left: 41.66666667%;
  }
  .notebook-preview-container .col-sm-push-4 {
    left: 33.33333333%;
  }
  .notebook-preview-container .col-sm-push-3 {
    left: 25%;
  }
  .notebook-preview-container .col-sm-push-2 {
    left: 16.66666667%;
  }
  .notebook-preview-container .col-sm-push-1 {
    left: 8.33333333%;
  }
  .notebook-preview-container .col-sm-push-0 {
    left: auto;
  }
  .notebook-preview-container .col-sm-offset-12 {
    margin-left: 100%;
  }
  .notebook-preview-container .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .notebook-preview-container .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .notebook-preview-container .col-sm-offset-9 {
    margin-left: 75%;
  }
  .notebook-preview-container .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .notebook-preview-container .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .notebook-preview-container .col-sm-offset-6 {
    margin-left: 50%;
  }
  .notebook-preview-container .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .notebook-preview-container .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .notebook-preview-container .col-sm-offset-3 {
    margin-left: 25%;
  }
  .notebook-preview-container .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .notebook-preview-container .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .notebook-preview-container .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .notebook-preview-container .col-md-1,
  .notebook-preview-container .col-md-10,
  .notebook-preview-container .col-md-11,
  .notebook-preview-container .col-md-12,
  .notebook-preview-container .col-md-2,
  .notebook-preview-container .col-md-3,
  .notebook-preview-container .col-md-4,
  .notebook-preview-container .col-md-5,
  .notebook-preview-container .col-md-6,
  .notebook-preview-container .col-md-7,
  .notebook-preview-container .col-md-8,
  .notebook-preview-container .col-md-9 {
    float: left;
  }
  .notebook-preview-container .col-md-12 {
    width: 100%;
  }
  .notebook-preview-container .col-md-11 {
    width: 91.66666667%;
  }
  .notebook-preview-container .col-md-10 {
    width: 83.33333333%;
  }
  .notebook-preview-container .col-md-9 {
    width: 75%;
  }
  .notebook-preview-container .col-md-8 {
    width: 66.66666667%;
  }
  .notebook-preview-container .col-md-7 {
    width: 58.33333333%;
  }
  .notebook-preview-container .col-md-6 {
    width: 50%;
  }
  .notebook-preview-container .col-md-5 {
    width: 41.66666667%;
  }
  .notebook-preview-container .col-md-4 {
    width: 33.33333333%;
  }
  .notebook-preview-container .col-md-3 {
    width: 25%;
  }
  .notebook-preview-container .col-md-2 {
    width: 16.66666667%;
  }
  .notebook-preview-container .col-md-1 {
    width: 8.33333333%;
  }
  .notebook-preview-container .col-md-pull-12 {
    right: 100%;
  }
  .notebook-preview-container .col-md-pull-11 {
    right: 91.66666667%;
  }
  .notebook-preview-container .col-md-pull-10 {
    right: 83.33333333%;
  }
  .notebook-preview-container .col-md-pull-9 {
    right: 75%;
  }
  .notebook-preview-container .col-md-pull-8 {
    right: 66.66666667%;
  }
  .notebook-preview-container .col-md-pull-7 {
    right: 58.33333333%;
  }
  .notebook-preview-container .col-md-pull-6 {
    right: 50%;
  }
  .notebook-preview-container .col-md-pull-5 {
    right: 41.66666667%;
  }
  .notebook-preview-container .col-md-pull-4 {
    right: 33.33333333%;
  }
  .notebook-preview-container .col-md-pull-3 {
    right: 25%;
  }
  .notebook-preview-container .col-md-pull-2 {
    right: 16.66666667%;
  }
  .notebook-preview-container .col-md-pull-1 {
    right: 8.33333333%;
  }
  .notebook-preview-container .col-md-pull-0 {
    right: auto;
  }
  .notebook-preview-container .col-md-push-12 {
    left: 100%;
  }
  .notebook-preview-container .col-md-push-11 {
    left: 91.66666667%;
  }
  .notebook-preview-container .col-md-push-10 {
    left: 83.33333333%;
  }
  .notebook-preview-container .col-md-push-9 {
    left: 75%;
  }
  .notebook-preview-container .col-md-push-8 {
    left: 66.66666667%;
  }
  .notebook-preview-container .col-md-push-7 {
    left: 58.33333333%;
  }
  .notebook-preview-container .col-md-push-6 {
    left: 50%;
  }
  .notebook-preview-container .col-md-push-5 {
    left: 41.66666667%;
  }
  .notebook-preview-container .col-md-push-4 {
    left: 33.33333333%;
  }
  .notebook-preview-container .col-md-push-3 {
    left: 25%;
  }
  .notebook-preview-container .col-md-push-2 {
    left: 16.66666667%;
  }
  .notebook-preview-container .col-md-push-1 {
    left: 8.33333333%;
  }
  .notebook-preview-container .col-md-push-0 {
    left: auto;
  }
  .notebook-preview-container .col-md-offset-12 {
    margin-left: 100%;
  }
  .notebook-preview-container .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .notebook-preview-container .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .notebook-preview-container .col-md-offset-9 {
    margin-left: 75%;
  }
  .notebook-preview-container .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .notebook-preview-container .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .notebook-preview-container .col-md-offset-6 {
    margin-left: 50%;
  }
  .notebook-preview-container .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .notebook-preview-container .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .notebook-preview-container .col-md-offset-3 {
    margin-left: 25%;
  }
  .notebook-preview-container .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .notebook-preview-container .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .notebook-preview-container .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .notebook-preview-container .col-lg-1,
  .notebook-preview-container .col-lg-10,
  .notebook-preview-container .col-lg-11,
  .notebook-preview-container .col-lg-12,
  .notebook-preview-container .col-lg-2,
  .notebook-preview-container .col-lg-3,
  .notebook-preview-container .col-lg-4,
  .notebook-preview-container .col-lg-5,
  .notebook-preview-container .col-lg-6,
  .notebook-preview-container .col-lg-7,
  .notebook-preview-container .col-lg-8,
  .notebook-preview-container .col-lg-9 {
    float: left;
  }
  .notebook-preview-container .col-lg-12 {
    width: 100%;
  }
  .notebook-preview-container .col-lg-11 {
    width: 91.66666667%;
  }
  .notebook-preview-container .col-lg-10 {
    width: 83.33333333%;
  }
  .notebook-preview-container .col-lg-9 {
    width: 75%;
  }
  .notebook-preview-container .col-lg-8 {
    width: 66.66666667%;
  }
  .notebook-preview-container .col-lg-7 {
    width: 58.33333333%;
  }
  .notebook-preview-container .col-lg-6 {
    width: 50%;
  }
  .notebook-preview-container .col-lg-5 {
    width: 41.66666667%;
  }
  .notebook-preview-container .col-lg-4 {
    width: 33.33333333%;
  }
  .notebook-preview-container .col-lg-3 {
    width: 25%;
  }
  .notebook-preview-container .col-lg-2 {
    width: 16.66666667%;
  }
  .notebook-preview-container .col-lg-1 {
    width: 8.33333333%;
  }
  .notebook-preview-container .col-lg-pull-12 {
    right: 100%;
  }
  .notebook-preview-container .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .notebook-preview-container .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .notebook-preview-container .col-lg-pull-9 {
    right: 75%;
  }
  .notebook-preview-container .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .notebook-preview-container .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .notebook-preview-container .col-lg-pull-6 {
    right: 50%;
  }
  .notebook-preview-container .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .notebook-preview-container .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .notebook-preview-container .col-lg-pull-3 {
    right: 25%;
  }
  .notebook-preview-container .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .notebook-preview-container .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .notebook-preview-container .col-lg-pull-0 {
    right: auto;
  }
  .notebook-preview-container .col-lg-push-12 {
    left: 100%;
  }
  .notebook-preview-container .col-lg-push-11 {
    left: 91.66666667%;
  }
  .notebook-preview-container .col-lg-push-10 {
    left: 83.33333333%;
  }
  .notebook-preview-container .col-lg-push-9 {
    left: 75%;
  }
  .notebook-preview-container .col-lg-push-8 {
    left: 66.66666667%;
  }
  .notebook-preview-container .col-lg-push-7 {
    left: 58.33333333%;
  }
  .notebook-preview-container .col-lg-push-6 {
    left: 50%;
  }
  .notebook-preview-container .col-lg-push-5 {
    left: 41.66666667%;
  }
  .notebook-preview-container .col-lg-push-4 {
    left: 33.33333333%;
  }
  .notebook-preview-container .col-lg-push-3 {
    left: 25%;
  }
  .notebook-preview-container .col-lg-push-2 {
    left: 16.66666667%;
  }
  .notebook-preview-container .col-lg-push-1 {
    left: 8.33333333%;
  }
  .notebook-preview-container .col-lg-push-0 {
    left: auto;
  }
  .notebook-preview-container .col-lg-offset-12 {
    margin-left: 100%;
  }
  .notebook-preview-container .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .notebook-preview-container .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .notebook-preview-container .col-lg-offset-9 {
    margin-left: 75%;
  }
  .notebook-preview-container .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .notebook-preview-container .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .notebook-preview-container .col-lg-offset-6 {
    margin-left: 50%;
  }
  .notebook-preview-container .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .notebook-preview-container .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .notebook-preview-container .col-lg-offset-3 {
    margin-left: 25%;
  }
  .notebook-preview-container .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .notebook-preview-container .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .notebook-preview-container .col-lg-offset-0 {
    margin-left: 0;
  }
}
.notebook-preview-container table {
  background-color: transparent;
}
.notebook-preview-container caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.notebook-preview-container th {
  text-align: left;
}
.notebook-preview-container .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.notebook-preview-container .table > tbody > tr > td,
.notebook-preview-container .table > tbody > tr > th,
.notebook-preview-container .table > tfoot > tr > td,
.notebook-preview-container .table > tfoot > tr > th,
.notebook-preview-container .table > thead > tr > td,
.notebook-preview-container .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.notebook-preview-container .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.notebook-preview-container .table > caption + thead > tr:first-child > td,
.notebook-preview-container .table > caption + thead > tr:first-child > th,
.notebook-preview-container .table > colgroup + thead > tr:first-child > td,
.notebook-preview-container .table > colgroup + thead > tr:first-child > th,
.notebook-preview-container .table > thead:first-child > tr:first-child > td,
.notebook-preview-container .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.notebook-preview-container .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.notebook-preview-container .table .table {
  background-color: #fff;
}
.notebook-preview-container .table-condensed > tbody > tr > td,
.notebook-preview-container .table-condensed > tbody > tr > th,
.notebook-preview-container .table-condensed > tfoot > tr > td,
.notebook-preview-container .table-condensed > tfoot > tr > th,
.notebook-preview-container .table-condensed > thead > tr > td,
.notebook-preview-container .table-condensed > thead > tr > th {
  padding: 5px;
}
.notebook-preview-container .table-bordered,
.notebook-preview-container .table-bordered > tbody > tr > td,
.notebook-preview-container .table-bordered > tbody > tr > th,
.notebook-preview-container .table-bordered > tfoot > tr > td,
.notebook-preview-container .table-bordered > tfoot > tr > th,
.notebook-preview-container .table-bordered > thead > tr > td,
.notebook-preview-container .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.notebook-preview-container .table-bordered > thead > tr > td,
.notebook-preview-container .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.notebook-preview-container .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.notebook-preview-container .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.notebook-preview-container table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
.notebook-preview-container table td[class*=col-],
.notebook-preview-container table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.notebook-preview-container .table > tbody > tr.active > td,
.notebook-preview-container .table > tbody > tr.active > th,
.notebook-preview-container .table > tbody > tr > td.active,
.notebook-preview-container .table > tbody > tr > th.active,
.notebook-preview-container .table > tfoot > tr.active > td,
.notebook-preview-container .table > tfoot > tr.active > th,
.notebook-preview-container .table > tfoot > tr > td.active,
.notebook-preview-container .table > tfoot > tr > th.active,
.notebook-preview-container .table > thead > tr.active > td,
.notebook-preview-container .table > thead > tr.active > th,
.notebook-preview-container .table > thead > tr > td.active,
.notebook-preview-container .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.notebook-preview-container .table-hover > tbody > tr.active:hover > td,
.notebook-preview-container .table-hover > tbody > tr.active:hover > th,
.notebook-preview-container .table-hover > tbody > tr:hover > .active,
.notebook-preview-container .table-hover > tbody > tr > td.active:hover,
.notebook-preview-container .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.notebook-preview-container .table > tbody > tr.success > td,
.notebook-preview-container .table > tbody > tr.success > th,
.notebook-preview-container .table > tbody > tr > td.success,
.notebook-preview-container .table > tbody > tr > th.success,
.notebook-preview-container .table > tfoot > tr.success > td,
.notebook-preview-container .table > tfoot > tr.success > th,
.notebook-preview-container .table > tfoot > tr > td.success,
.notebook-preview-container .table > tfoot > tr > th.success,
.notebook-preview-container .table > thead > tr.success > td,
.notebook-preview-container .table > thead > tr.success > th,
.notebook-preview-container .table > thead > tr > td.success,
.notebook-preview-container .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.notebook-preview-container .table-hover > tbody > tr.success:hover > td,
.notebook-preview-container .table-hover > tbody > tr.success:hover > th,
.notebook-preview-container .table-hover > tbody > tr:hover > .success,
.notebook-preview-container .table-hover > tbody > tr > td.success:hover,
.notebook-preview-container .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.notebook-preview-container .table > tbody > tr.info > td,
.notebook-preview-container .table > tbody > tr.info > th,
.notebook-preview-container .table > tbody > tr > td.info,
.notebook-preview-container .table > tbody > tr > th.info,
.notebook-preview-container .table > tfoot > tr.info > td,
.notebook-preview-container .table > tfoot > tr.info > th,
.notebook-preview-container .table > tfoot > tr > td.info,
.notebook-preview-container .table > tfoot > tr > th.info,
.notebook-preview-container .table > thead > tr.info > td,
.notebook-preview-container .table > thead > tr.info > th,
.notebook-preview-container .table > thead > tr > td.info,
.notebook-preview-container .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.notebook-preview-container .table-hover > tbody > tr.info:hover > td,
.notebook-preview-container .table-hover > tbody > tr.info:hover > th,
.notebook-preview-container .table-hover > tbody > tr:hover > .info,
.notebook-preview-container .table-hover > tbody > tr > td.info:hover,
.notebook-preview-container .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.notebook-preview-container .table > tbody > tr.warning > td,
.notebook-preview-container .table > tbody > tr.warning > th,
.notebook-preview-container .table > tbody > tr > td.warning,
.notebook-preview-container .table > tbody > tr > th.warning,
.notebook-preview-container .table > tfoot > tr.warning > td,
.notebook-preview-container .table > tfoot > tr.warning > th,
.notebook-preview-container .table > tfoot > tr > td.warning,
.notebook-preview-container .table > tfoot > tr > th.warning,
.notebook-preview-container .table > thead > tr.warning > td,
.notebook-preview-container .table > thead > tr.warning > th,
.notebook-preview-container .table > thead > tr > td.warning,
.notebook-preview-container .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.notebook-preview-container .table-hover > tbody > tr.warning:hover > td,
.notebook-preview-container .table-hover > tbody > tr.warning:hover > th,
.notebook-preview-container .table-hover > tbody > tr:hover > .warning,
.notebook-preview-container .table-hover > tbody > tr > td.warning:hover,
.notebook-preview-container .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.notebook-preview-container .table > tbody > tr.danger > td,
.notebook-preview-container .table > tbody > tr.danger > th,
.notebook-preview-container .table > tbody > tr > td.danger,
.notebook-preview-container .table > tbody > tr > th.danger,
.notebook-preview-container .table > tfoot > tr.danger > td,
.notebook-preview-container .table > tfoot > tr.danger > th,
.notebook-preview-container .table > tfoot > tr > td.danger,
.notebook-preview-container .table > tfoot > tr > th.danger,
.notebook-preview-container .table > thead > tr.danger > td,
.notebook-preview-container .table > thead > tr.danger > th,
.notebook-preview-container .table > thead > tr > td.danger,
.notebook-preview-container .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.notebook-preview-container .table-hover > tbody > tr.danger:hover > td,
.notebook-preview-container .table-hover > tbody > tr.danger:hover > th,
.notebook-preview-container .table-hover > tbody > tr:hover > .danger,
.notebook-preview-container .table-hover > tbody > tr > td.danger:hover,
.notebook-preview-container .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.notebook-preview-container .table-responsive {
  overflow-x: auto;
  min-height: .01%;
}
@media screen and (max-width: 767px) {
  .notebook-preview-container .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .notebook-preview-container .table-responsive > .table {
    margin-bottom: 0;
  }
  .notebook-preview-container .table-responsive > .table > tbody > tr > td,
  .notebook-preview-container .table-responsive > .table > tbody > tr > th,
  .notebook-preview-container .table-responsive > .table > tfoot > tr > td,
  .notebook-preview-container .table-responsive > .table > tfoot > tr > th,
  .notebook-preview-container .table-responsive > .table > thead > tr > td,
  .notebook-preview-container .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .notebook-preview-container .table-responsive > .table-bordered {
    border: 0;
  }
  .notebook-preview-container .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .notebook-preview-container .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .notebook-preview-container .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .notebook-preview-container .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .notebook-preview-container .table-responsive > .table-bordered > thead > tr > td:first-child,
  .notebook-preview-container .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .notebook-preview-container .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .notebook-preview-container .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .notebook-preview-container .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .notebook-preview-container .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .notebook-preview-container .table-responsive > .table-bordered > thead > tr > td:last-child,
  .notebook-preview-container .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .notebook-preview-container .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .notebook-preview-container .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .notebook-preview-container .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .notebook-preview-container .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.notebook-preview-container fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.notebook-preview-container legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.notebook-preview-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.notebook-preview-container input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.notebook-preview-container input[type=checkbox],
.notebook-preview-container input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.notebook-preview-container input[type=file] {
  display: block;
}
.notebook-preview-container input[type=range] {
  display: block;
  width: 100%;
}
.notebook-preview-container select[multiple],
.notebook-preview-container select[size] {
  height: auto;
}
.notebook-preview-container input[type=file]:focus,
.notebook-preview-container input[type=checkbox]:focus,
.notebook-preview-container input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.notebook-preview-container output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
}
.notebook-preview-container .form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.notebook-preview-container .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.notebook-preview-container .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.notebook-preview-container .form-control:-ms-input-placeholder {
  color: #999;
}
.notebook-preview-container .form-control::-webkit-input-placeholder {
  color: #999;
}
.notebook-preview-container .form-control[disabled],
.notebook-preview-container .form-control[readonly],
.notebook-preview-container fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.notebook-preview-container .form-control[disabled],
.notebook-preview-container fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.notebook-preview-container textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .notebook-preview-container input[type=date],
  .notebook-preview-container input[type=time],
  .notebook-preview-container input[type=datetime-local],
  .notebook-preview-container input[type=month] {
    line-height: 32px;
  }
  .notebook-preview-container .input-group-sm input[type=date],
  .notebook-preview-container .input-group-sm input[type=time],
  .notebook-preview-container .input-group-sm input[type=datetime-local],
  .notebook-preview-container .input-group-sm input[type=month],
  .notebook-preview-container input[type=date].input-sm,
  .notebook-preview-container input[type=time].input-sm,
  .notebook-preview-container input[type=datetime-local].input-sm,
  .notebook-preview-container input[type=month].input-sm {
    line-height: 30px;
  }
  .notebook-preview-container .input-group-lg input[type=date],
  .notebook-preview-container .input-group-lg input[type=time],
  .notebook-preview-container .input-group-lg input[type=datetime-local],
  .notebook-preview-container .input-group-lg input[type=month],
  .notebook-preview-container input[type=date].input-lg,
  .notebook-preview-container input[type=time].input-lg,
  .notebook-preview-container input[type=datetime-local].input-lg,
  .notebook-preview-container input[type=month].input-lg {
    line-height: 45px;
  }
}
.notebook-preview-container .form-group {
  margin-bottom: 15px;
}
.notebook-preview-container .checkbox,
.notebook-preview-container .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.notebook-preview-container .checkbox label,
.notebook-preview-container .radio label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.notebook-preview-container .checkbox input[type=checkbox],
.notebook-preview-container .checkbox-inline input[type=checkbox],
.notebook-preview-container .radio input[type=radio],
.notebook-preview-container .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.notebook-preview-container .checkbox + .checkbox,
.notebook-preview-container .radio + .radio {
  margin-top: -5px;
}
.notebook-preview-container .checkbox-inline,
.notebook-preview-container .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.notebook-preview-container .checkbox-inline + .checkbox-inline,
.notebook-preview-container .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.notebook-preview-container .checkbox-inline.disabled,
.notebook-preview-container .checkbox.disabled label,
.notebook-preview-container .radio-inline.disabled,
.notebook-preview-container .radio.disabled label,
.notebook-preview-container fieldset[disabled] .checkbox label,
.notebook-preview-container fieldset[disabled] .checkbox-inline,
.notebook-preview-container fieldset[disabled] .radio label,
.notebook-preview-container fieldset[disabled] .radio-inline,
.notebook-preview-container fieldset[disabled] input[type=checkbox],
.notebook-preview-container fieldset[disabled] input[type=radio],
.notebook-preview-container input[type=checkbox].disabled,
.notebook-preview-container input[type=checkbox][disabled],
.notebook-preview-container input[type=radio].disabled,
.notebook-preview-container input[type=radio][disabled] {
  cursor: not-allowed;
}
.notebook-preview-container .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.notebook-preview-container .form-control-static.input-lg,
.notebook-preview-container .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.notebook-preview-container .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.notebook-preview-container select.input-sm {
  height: 30px;
  line-height: 30px;
}
.notebook-preview-container select[multiple].input-sm,
.notebook-preview-container textarea.input-sm {
  height: auto;
}
.notebook-preview-container .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.notebook-preview-container select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
.notebook-preview-container select[multiple].form-group-sm .form-control,
.notebook-preview-container textarea.form-group-sm .form-control {
  height: auto;
}
.notebook-preview-container .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 30px;
}
.notebook-preview-container .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.notebook-preview-container select.input-lg {
  height: 45px;
  line-height: 45px;
}
.notebook-preview-container select[multiple].input-lg,
.notebook-preview-container textarea.input-lg {
  height: auto;
}
.notebook-preview-container .form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.notebook-preview-container select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
.notebook-preview-container select[multiple].form-group-lg .form-control,
.notebook-preview-container textarea.form-group-lg .form-control {
  height: auto;
}
.notebook-preview-container .form-group-lg .form-control-static {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  min-height: 35px;
}
.notebook-preview-container .has-feedback {
  position: relative;
}
.notebook-preview-container .has-feedback .form-control {
  padding-right: 40px;
}
.notebook-preview-container .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.notebook-preview-container .input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.notebook-preview-container .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.notebook-preview-container .has-success .checkbox,
.notebook-preview-container .has-success .checkbox-inline,
.notebook-preview-container .has-success .control-label,
.notebook-preview-container .has-success .help-block,
.notebook-preview-container .has-success .radio,
.notebook-preview-container .has-success .radio-inline,
.notebook-preview-container .has-success.checkbox label,
.notebook-preview-container .has-success.checkbox-inline label,
.notebook-preview-container .has-success.radio label,
.notebook-preview-container .has-success.radio-inline label {
  color: #3c763d;
}
.notebook-preview-container .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.notebook-preview-container .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.notebook-preview-container .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.notebook-preview-container .has-success .form-control-feedback {
  color: #3c763d;
}
.notebook-preview-container .has-warning .checkbox,
.notebook-preview-container .has-warning .checkbox-inline,
.notebook-preview-container .has-warning .control-label,
.notebook-preview-container .has-warning .help-block,
.notebook-preview-container .has-warning .radio,
.notebook-preview-container .has-warning .radio-inline,
.notebook-preview-container .has-warning.checkbox label,
.notebook-preview-container .has-warning.checkbox-inline label,
.notebook-preview-container .has-warning.radio label,
.notebook-preview-container .has-warning.radio-inline label {
  color: #8a6d3b;
}
.notebook-preview-container .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.notebook-preview-container .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.notebook-preview-container .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.notebook-preview-container .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.notebook-preview-container .has-error .checkbox,
.notebook-preview-container .has-error .checkbox-inline,
.notebook-preview-container .has-error .control-label,
.notebook-preview-container .has-error .help-block,
.notebook-preview-container .has-error .radio,
.notebook-preview-container .has-error .radio-inline,
.notebook-preview-container .has-error.checkbox label,
.notebook-preview-container .has-error.checkbox-inline label,
.notebook-preview-container .has-error.radio label,
.notebook-preview-container .has-error.radio-inline label {
  color: #a94442;
}
.notebook-preview-container .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.notebook-preview-container .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.notebook-preview-container .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.notebook-preview-container .has-error .form-control-feedback {
  color: #a94442;
}
.notebook-preview-container .has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.notebook-preview-container .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.notebook-preview-container .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
.notebook-preview-container .form-horizontal .checkbox,
.notebook-preview-container .form-horizontal .checkbox-inline,
.notebook-preview-container .form-horizontal .radio,
.notebook-preview-container .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.notebook-preview-container .form-horizontal .checkbox,
.notebook-preview-container .form-horizontal .radio {
  min-height: 25px;
}
.notebook-preview-container .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.notebook-preview-container .form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 768px) {
  .notebook-preview-container .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .notebook-preview-container .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .notebook-preview-container .form-inline .form-control-static {
    display: inline-block;
  }
  .notebook-preview-container .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .notebook-preview-container .form-inline .input-group .form-control,
  .notebook-preview-container .form-inline .input-group .input-group-addon,
  .notebook-preview-container .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .notebook-preview-container .form-inline .input-group > .form-control {
    width: 100%;
  }
  .notebook-preview-container .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .notebook-preview-container .form-inline .checkbox,
  .notebook-preview-container .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .notebook-preview-container .form-inline .checkbox label,
  .notebook-preview-container .form-inline .radio label {
    padding-left: 0;
  }
  .notebook-preview-container .form-inline .checkbox input[type=checkbox],
  .notebook-preview-container .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .notebook-preview-container .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .notebook-preview-container .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .notebook-preview-container .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
  }
  .notebook-preview-container .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.notebook-preview-container .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.notebook-preview-container .btn.active.focus,
.notebook-preview-container .btn.active:focus,
.notebook-preview-container .btn.focus,
.notebook-preview-container .btn:active.focus,
.notebook-preview-container .btn:active:focus,
.notebook-preview-container .btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.notebook-preview-container .btn.focus,
.notebook-preview-container .btn:focus,
.notebook-preview-container .btn:hover {
  color: #333;
  text-decoration: none;
}
.notebook-preview-container .btn.active,
.notebook-preview-container .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.notebook-preview-container .btn.disabled,
.notebook-preview-container .btn[disabled],
.notebook-preview-container fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.notebook-preview-container .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.notebook-preview-container .btn-default.active,
.notebook-preview-container .btn-default.focus,
.notebook-preview-container .btn-default:active,
.notebook-preview-container .btn-default:focus,
.notebook-preview-container .btn-default:hover,
.notebook-preview-container .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.notebook-preview-container .btn-default.active,
.notebook-preview-container .btn-default:active,
.notebook-preview-container .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.notebook-preview-container .btn-default.disabled,
.notebook-preview-container .btn-default.disabled.active,
.notebook-preview-container .btn-default.disabled.focus,
.notebook-preview-container .btn-default.disabled:active,
.notebook-preview-container .btn-default.disabled:focus,
.notebook-preview-container .btn-default.disabled:hover,
.notebook-preview-container .btn-default[disabled],
.notebook-preview-container .btn-default[disabled].active,
.notebook-preview-container .btn-default[disabled].focus,
.notebook-preview-container .btn-default[disabled]:active,
.notebook-preview-container .btn-default[disabled]:focus,
.notebook-preview-container .btn-default[disabled]:hover,
.notebook-preview-container fieldset[disabled] .btn-default,
.notebook-preview-container fieldset[disabled] .btn-default.active,
.notebook-preview-container fieldset[disabled] .btn-default.focus,
.notebook-preview-container fieldset[disabled] .btn-default:active,
.notebook-preview-container fieldset[disabled] .btn-default:focus,
.notebook-preview-container fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.notebook-preview-container .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.notebook-preview-container .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.notebook-preview-container .btn-primary.active,
.notebook-preview-container .btn-primary.focus,
.notebook-preview-container .btn-primary:active,
.notebook-preview-container .btn-primary:focus,
.notebook-preview-container .btn-primary:hover,
.notebook-preview-container .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.notebook-preview-container .btn-primary.active,
.notebook-preview-container .btn-primary:active,
.notebook-preview-container .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.notebook-preview-container .btn-primary.disabled,
.notebook-preview-container .btn-primary.disabled.active,
.notebook-preview-container .btn-primary.disabled.focus,
.notebook-preview-container .btn-primary.disabled:active,
.notebook-preview-container .btn-primary.disabled:focus,
.notebook-preview-container .btn-primary.disabled:hover,
.notebook-preview-container .btn-primary[disabled],
.notebook-preview-container .btn-primary[disabled].active,
.notebook-preview-container .btn-primary[disabled].focus,
.notebook-preview-container .btn-primary[disabled]:active,
.notebook-preview-container .btn-primary[disabled]:focus,
.notebook-preview-container .btn-primary[disabled]:hover,
.notebook-preview-container fieldset[disabled] .btn-primary,
.notebook-preview-container fieldset[disabled] .btn-primary.active,
.notebook-preview-container fieldset[disabled] .btn-primary.focus,
.notebook-preview-container fieldset[disabled] .btn-primary:active,
.notebook-preview-container fieldset[disabled] .btn-primary:focus,
.notebook-preview-container fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.notebook-preview-container .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.notebook-preview-container .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.notebook-preview-container .btn-success.active,
.notebook-preview-container .btn-success.focus,
.notebook-preview-container .btn-success:active,
.notebook-preview-container .btn-success:focus,
.notebook-preview-container .btn-success:hover,
.notebook-preview-container .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.notebook-preview-container .btn-success.active,
.notebook-preview-container .btn-success:active,
.notebook-preview-container .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.notebook-preview-container .btn-success.disabled,
.notebook-preview-container .btn-success.disabled.active,
.notebook-preview-container .btn-success.disabled.focus,
.notebook-preview-container .btn-success.disabled:active,
.notebook-preview-container .btn-success.disabled:focus,
.notebook-preview-container .btn-success.disabled:hover,
.notebook-preview-container .btn-success[disabled],
.notebook-preview-container .btn-success[disabled].active,
.notebook-preview-container .btn-success[disabled].focus,
.notebook-preview-container .btn-success[disabled]:active,
.notebook-preview-container .btn-success[disabled]:focus,
.notebook-preview-container .btn-success[disabled]:hover,
.notebook-preview-container fieldset[disabled] .btn-success,
.notebook-preview-container fieldset[disabled] .btn-success.active,
.notebook-preview-container fieldset[disabled] .btn-success.focus,
.notebook-preview-container fieldset[disabled] .btn-success:active,
.notebook-preview-container fieldset[disabled] .btn-success:focus,
.notebook-preview-container fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.notebook-preview-container .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.notebook-preview-container .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.notebook-preview-container .btn-info.active,
.notebook-preview-container .btn-info.focus,
.notebook-preview-container .btn-info:active,
.notebook-preview-container .btn-info:focus,
.notebook-preview-container .btn-info:hover,
.notebook-preview-container .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.notebook-preview-container .btn-info.active,
.notebook-preview-container .btn-info:active,
.notebook-preview-container .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.notebook-preview-container .btn-info.disabled,
.notebook-preview-container .btn-info.disabled.active,
.notebook-preview-container .btn-info.disabled.focus,
.notebook-preview-container .btn-info.disabled:active,
.notebook-preview-container .btn-info.disabled:focus,
.notebook-preview-container .btn-info.disabled:hover,
.notebook-preview-container .btn-info[disabled],
.notebook-preview-container .btn-info[disabled].active,
.notebook-preview-container .btn-info[disabled].focus,
.notebook-preview-container .btn-info[disabled]:active,
.notebook-preview-container .btn-info[disabled]:focus,
.notebook-preview-container .btn-info[disabled]:hover,
.notebook-preview-container fieldset[disabled] .btn-info,
.notebook-preview-container fieldset[disabled] .btn-info.active,
.notebook-preview-container fieldset[disabled] .btn-info.focus,
.notebook-preview-container fieldset[disabled] .btn-info:active,
.notebook-preview-container fieldset[disabled] .btn-info:focus,
.notebook-preview-container fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.notebook-preview-container .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.notebook-preview-container .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.notebook-preview-container .btn-warning.active,
.notebook-preview-container .btn-warning.focus,
.notebook-preview-container .btn-warning:active,
.notebook-preview-container .btn-warning:focus,
.notebook-preview-container .btn-warning:hover,
.notebook-preview-container .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.notebook-preview-container .btn-warning.active,
.notebook-preview-container .btn-warning:active,
.notebook-preview-container .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.notebook-preview-container .btn-warning.disabled,
.notebook-preview-container .btn-warning.disabled.active,
.notebook-preview-container .btn-warning.disabled.focus,
.notebook-preview-container .btn-warning.disabled:active,
.notebook-preview-container .btn-warning.disabled:focus,
.notebook-preview-container .btn-warning.disabled:hover,
.notebook-preview-container .btn-warning[disabled],
.notebook-preview-container .btn-warning[disabled].active,
.notebook-preview-container .btn-warning[disabled].focus,
.notebook-preview-container .btn-warning[disabled]:active,
.notebook-preview-container .btn-warning[disabled]:focus,
.notebook-preview-container .btn-warning[disabled]:hover,
.notebook-preview-container fieldset[disabled] .btn-warning,
.notebook-preview-container fieldset[disabled] .btn-warning.active,
.notebook-preview-container fieldset[disabled] .btn-warning.focus,
.notebook-preview-container fieldset[disabled] .btn-warning:active,
.notebook-preview-container fieldset[disabled] .btn-warning:focus,
.notebook-preview-container fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.notebook-preview-container .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.notebook-preview-container .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.notebook-preview-container .btn-danger.active,
.notebook-preview-container .btn-danger.focus,
.notebook-preview-container .btn-danger:active,
.notebook-preview-container .btn-danger:focus,
.notebook-preview-container .btn-danger:hover,
.notebook-preview-container .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.notebook-preview-container .btn-danger.active,
.notebook-preview-container .btn-danger:active,
.notebook-preview-container .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.notebook-preview-container .btn-danger.disabled,
.notebook-preview-container .btn-danger.disabled.active,
.notebook-preview-container .btn-danger.disabled.focus,
.notebook-preview-container .btn-danger.disabled:active,
.notebook-preview-container .btn-danger.disabled:focus,
.notebook-preview-container .btn-danger.disabled:hover,
.notebook-preview-container .btn-danger[disabled],
.notebook-preview-container .btn-danger[disabled].active,
.notebook-preview-container .btn-danger[disabled].focus,
.notebook-preview-container .btn-danger[disabled]:active,
.notebook-preview-container .btn-danger[disabled]:focus,
.notebook-preview-container .btn-danger[disabled]:hover,
.notebook-preview-container fieldset[disabled] .btn-danger,
.notebook-preview-container fieldset[disabled] .btn-danger.active,
.notebook-preview-container fieldset[disabled] .btn-danger.focus,
.notebook-preview-container fieldset[disabled] .btn-danger:active,
.notebook-preview-container fieldset[disabled] .btn-danger:focus,
.notebook-preview-container fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.notebook-preview-container .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.notebook-preview-container .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.notebook-preview-container .btn-link,
.notebook-preview-container .btn-link.active,
.notebook-preview-container .btn-link:active,
.notebook-preview-container .btn-link[disabled],
.notebook-preview-container fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.notebook-preview-container .btn-link,
.notebook-preview-container .btn-link:active,
.notebook-preview-container .btn-link:focus,
.notebook-preview-container .btn-link:hover {
  border-color: transparent;
}
.notebook-preview-container .btn-link:focus,
.notebook-preview-container .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.notebook-preview-container .btn-link[disabled]:focus,
.notebook-preview-container .btn-link[disabled]:hover,
.notebook-preview-container fieldset[disabled] .btn-link:focus,
.notebook-preview-container fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.notebook-preview-container .btn-group-lg > .btn,
.notebook-preview-container .btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.notebook-preview-container .btn-group-sm > .btn,
.notebook-preview-container .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.notebook-preview-container .btn-group-xs > .btn,
.notebook-preview-container .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.notebook-preview-container .btn-block {
  display: block;
  width: 100%;
}
.notebook-preview-container .btn-block + .btn-block {
  margin-top: 5px;
}
.notebook-preview-container input[type=button].btn-block,
.notebook-preview-container input[type=reset].btn-block,
.notebook-preview-container input[type=submit].btn-block {
  width: 100%;
}
.notebook-preview-container .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.notebook-preview-container .fade.in {
  opacity: 1;
}
.notebook-preview-container .collapse {
  display: none;
}
.notebook-preview-container .collapse.in {
  display: block;
}
.notebook-preview-container tr.collapse.in {
  display: table-row;
}
.notebook-preview-container tbody.collapse.in {
  display: table-row-group;
}
.notebook-preview-container .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.notebook-preview-container .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.notebook-preview-container .dropdown,
.notebook-preview-container .dropup {
  position: relative;
}
.notebook-preview-container .dropdown-toggle:focus {
  outline: 0;
}
.notebook-preview-container .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.notebook-preview-container .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.notebook-preview-container .dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.notebook-preview-container .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.notebook-preview-container .dropdown-menu > li > a:focus,
.notebook-preview-container .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.notebook-preview-container .dropdown-menu > .active > a,
.notebook-preview-container .dropdown-menu > .active > a:focus,
.notebook-preview-container .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.notebook-preview-container .dropdown-menu > .disabled > a,
.notebook-preview-container .dropdown-menu > .disabled > a:focus,
.notebook-preview-container .dropdown-menu > .disabled > a:hover {
  color: #777;
}
.notebook-preview-container .dropdown-menu > .disabled > a:focus,
.notebook-preview-container .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.notebook-preview-container .open > .dropdown-menu {
  display: block;
}
.notebook-preview-container .open > a {
  outline: 0;
}
.notebook-preview-container .dropdown-menu-right {
  left: auto;
  right: 0;
}
.notebook-preview-container .dropdown-menu-left {
  left: 0;
  right: auto;
}
.notebook-preview-container .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.notebook-preview-container .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.notebook-preview-container .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.notebook-preview-container .dropup .caret,
.notebook-preview-container .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.notebook-preview-container .dropup .dropdown-menu,
.notebook-preview-container .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 541px) {
  .notebook-preview-container .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .notebook-preview-container .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.notebook-preview-container .btn-group,
.notebook-preview-container .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.notebook-preview-container .btn-group-vertical > .btn,
.notebook-preview-container .btn-group > .btn {
  position: relative;
  float: left;
}
.notebook-preview-container .btn-group-vertical > .btn.active,
.notebook-preview-container .btn-group-vertical > .btn:active,
.notebook-preview-container .btn-group-vertical > .btn:focus,
.notebook-preview-container .btn-group-vertical > .btn:hover,
.notebook-preview-container .btn-group > .btn.active,
.notebook-preview-container .btn-group > .btn:active,
.notebook-preview-container .btn-group > .btn:focus,
.notebook-preview-container .btn-group > .btn:hover {
  z-index: 2;
}
.notebook-preview-container .btn-group .btn + .btn,
.notebook-preview-container .btn-group .btn + .btn-group,
.notebook-preview-container .btn-group .btn-group + .btn,
.notebook-preview-container .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.notebook-preview-container .btn-toolbar {
  margin-left: -5px;
}
.notebook-preview-container .btn-toolbar .btn-group,
.notebook-preview-container .btn-toolbar .input-group {
  float: left;
}
.notebook-preview-container .btn-toolbar > .btn,
.notebook-preview-container .btn-toolbar > .btn-group,
.notebook-preview-container .btn-toolbar > .input-group {
  margin-left: 5px;
}
.notebook-preview-container .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.notebook-preview-container .btn-group > .btn:first-child {
  margin-left: 0;
}
.notebook-preview-container .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.notebook-preview-container .btn-group > .btn:last-child:not(:first-child),
.notebook-preview-container .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.notebook-preview-container .btn-group > .btn-group {
  float: left;
}
.notebook-preview-container .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.notebook-preview-container .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.notebook-preview-container .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.notebook-preview-container .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.notebook-preview-container .btn-group .dropdown-toggle:active,
.notebook-preview-container .btn-group.open .dropdown-toggle {
  outline: 0;
}
.notebook-preview-container .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.notebook-preview-container .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.notebook-preview-container .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.notebook-preview-container .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.notebook-preview-container .btn .caret {
  margin-left: 0;
}
.notebook-preview-container .btn-lg .caret {
  border-width: 5px 5px 0;
}
.notebook-preview-container .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.notebook-preview-container .btn-group-vertical > .btn,
.notebook-preview-container .btn-group-vertical > .btn-group,
.notebook-preview-container .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.notebook-preview-container .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.notebook-preview-container .btn-group-vertical > .btn + .btn,
.notebook-preview-container .btn-group-vertical > .btn + .btn-group,
.notebook-preview-container .btn-group-vertical > .btn-group + .btn,
.notebook-preview-container .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.notebook-preview-container .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.notebook-preview-container .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.notebook-preview-container .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.notebook-preview-container .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.notebook-preview-container .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.notebook-preview-container .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.notebook-preview-container .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.notebook-preview-container .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.notebook-preview-container .btn-group-justified > .btn,
.notebook-preview-container .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.notebook-preview-container .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.notebook-preview-container .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.notebook-preview-container [data-toggle=buttons] > .btn input[type=checkbox],
.notebook-preview-container [data-toggle=buttons] > .btn input[type=radio],
.notebook-preview-container [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.notebook-preview-container [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.notebook-preview-container .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.notebook-preview-container .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.notebook-preview-container .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.notebook-preview-container .input-group-lg > .form-control,
.notebook-preview-container .input-group-lg > .input-group-addon,
.notebook-preview-container .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.notebook-preview-container select.input-group-lg > .form-control,
.notebook-preview-container select.input-group-lg > .input-group-addon,
.notebook-preview-container select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
.notebook-preview-container select[multiple].input-group-lg > .form-control,
.notebook-preview-container select[multiple].input-group-lg > .input-group-addon,
.notebook-preview-container select[multiple].input-group-lg > .input-group-btn > .btn,
.notebook-preview-container textarea.input-group-lg > .form-control,
.notebook-preview-container textarea.input-group-lg > .input-group-addon,
.notebook-preview-container textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.notebook-preview-container .input-group-sm > .form-control,
.notebook-preview-container .input-group-sm > .input-group-addon,
.notebook-preview-container .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.notebook-preview-container select.input-group-sm > .form-control,
.notebook-preview-container select.input-group-sm > .input-group-addon,
.notebook-preview-container select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.notebook-preview-container select[multiple].input-group-sm > .form-control,
.notebook-preview-container select[multiple].input-group-sm > .input-group-addon,
.notebook-preview-container select[multiple].input-group-sm > .input-group-btn > .btn,
.notebook-preview-container textarea.input-group-sm > .form-control,
.notebook-preview-container textarea.input-group-sm > .input-group-addon,
.notebook-preview-container textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.notebook-preview-container .input-group .form-control,
.notebook-preview-container .input-group-addon,
.notebook-preview-container .input-group-btn {
  display: table-cell;
}
.notebook-preview-container .input-group .form-control:not(:first-child):not(:last-child),
.notebook-preview-container .input-group-addon:not(:first-child):not(:last-child),
.notebook-preview-container .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.notebook-preview-container .input-group-addon,
.notebook-preview-container .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.notebook-preview-container .input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.notebook-preview-container .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.notebook-preview-container .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}
.notebook-preview-container .input-group-addon input[type=checkbox],
.notebook-preview-container .input-group-addon input[type=radio] {
  margin-top: 0;
}
.notebook-preview-container .input-group .form-control:first-child,
.notebook-preview-container .input-group-addon:first-child,
.notebook-preview-container .input-group-btn:first-child > .btn,
.notebook-preview-container .input-group-btn:first-child > .btn-group > .btn,
.notebook-preview-container .input-group-btn:first-child > .dropdown-toggle,
.notebook-preview-container .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.notebook-preview-container .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.notebook-preview-container .input-group-addon:first-child {
  border-right: 0;
}
.notebook-preview-container .input-group .form-control:last-child,
.notebook-preview-container .input-group-addon:last-child,
.notebook-preview-container .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.notebook-preview-container .input-group-btn:first-child > .btn:not(:first-child),
.notebook-preview-container .input-group-btn:last-child > .btn,
.notebook-preview-container .input-group-btn:last-child > .btn-group > .btn,
.notebook-preview-container .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.notebook-preview-container .input-group-addon:last-child {
  border-left: 0;
}
.notebook-preview-container .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.notebook-preview-container .input-group-btn > .btn {
  position: relative;
}
.notebook-preview-container .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.notebook-preview-container .input-group-btn > .btn:active,
.notebook-preview-container .input-group-btn > .btn:focus,
.notebook-preview-container .input-group-btn > .btn:hover {
  z-index: 2;
}
.notebook-preview-container .input-group-btn:first-child > .btn,
.notebook-preview-container .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.notebook-preview-container .input-group-btn:last-child > .btn,
.notebook-preview-container .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.notebook-preview-container .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.notebook-preview-container .nav > li {
  position: relative;
  display: block;
}
.notebook-preview-container .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.notebook-preview-container .nav > li > a:focus,
.notebook-preview-container .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.notebook-preview-container .nav > li.disabled > a {
  color: #777;
}
.notebook-preview-container .nav > li.disabled > a:focus,
.notebook-preview-container .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.notebook-preview-container .nav .open > a,
.notebook-preview-container .nav .open > a:focus,
.notebook-preview-container .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.notebook-preview-container .nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.notebook-preview-container .nav > li > a > img {
  max-width: none;
}
.notebook-preview-container .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.notebook-preview-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.notebook-preview-container .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.notebook-preview-container .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.notebook-preview-container .nav-tabs > li.active > a,
.notebook-preview-container .nav-tabs > li.active > a:focus,
.notebook-preview-container .nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.notebook-preview-container .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.notebook-preview-container .nav-tabs.nav-justified > li {
  float: none;
}
.notebook-preview-container .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 2px;
}
.notebook-preview-container .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.notebook-preview-container .nav-tabs.nav-justified > .active > a,
.notebook-preview-container .nav-tabs.nav-justified > .active > a:focus,
.notebook-preview-container .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .notebook-preview-container .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .notebook-preview-container .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .notebook-preview-container .nav-tabs.nav-justified > .active > a,
  .notebook-preview-container .nav-tabs.nav-justified > .active > a:focus,
  .notebook-preview-container .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.notebook-preview-container .nav-pills > li {
  float: left;
}
.notebook-preview-container .nav-pills > li > a {
  border-radius: 2px;
}
.notebook-preview-container .nav-pills > li + li {
  margin-left: 2px;
}
.notebook-preview-container .nav-pills > li.active > a,
.notebook-preview-container .nav-pills > li.active > a:focus,
.notebook-preview-container .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.notebook-preview-container .nav-stacked > li {
  float: none;
}
.notebook-preview-container .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.notebook-preview-container .nav-justified {
  width: 100%;
}
.notebook-preview-container .nav-justified > li {
  float: none;
}
.notebook-preview-container .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.notebook-preview-container .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.notebook-preview-container .nav-tabs-justified {
  border-bottom: 0;
}
.notebook-preview-container .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.notebook-preview-container .nav-tabs-justified > .active > a,
.notebook-preview-container .nav-tabs-justified > .active > a:focus,
.notebook-preview-container .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .notebook-preview-container .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .notebook-preview-container .nav-justified > li > a {
    margin-bottom: 0;
  }
  .notebook-preview-container .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .notebook-preview-container .nav-tabs-justified > .active > a,
  .notebook-preview-container .nav-tabs-justified > .active > a:focus,
  .notebook-preview-container .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.notebook-preview-container .tab-content > .tab-pane {
  display: none;
}
.notebook-preview-container .tab-content > .active {
  display: block;
}
.notebook-preview-container .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.notebook-preview-container .navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
.notebook-preview-container .navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.notebook-preview-container .navbar-collapse.in {
  overflow-y: auto;
}
.notebook-preview-container .navbar-fixed-bottom .navbar-collapse,
.notebook-preview-container .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 540px) and (orientation: landscape) {
  .notebook-preview-container .navbar-fixed-bottom .navbar-collapse,
  .notebook-preview-container .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.notebook-preview-container .container-fluid > .navbar-collapse,
.notebook-preview-container .container-fluid > .navbar-header,
.notebook-preview-container .container > .navbar-collapse,
.notebook-preview-container .container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
.notebook-preview-container .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.notebook-preview-container .navbar-fixed-bottom,
.notebook-preview-container .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 541px) {
  .notebook-preview-container .navbar {
    border-radius: 2px;
  }
  .notebook-preview-container .navbar-header {
    float: left;
  }
  .notebook-preview-container .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .notebook-preview-container .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .notebook-preview-container .navbar-collapse.in {
    overflow-y: visible;
  }
  .notebook-preview-container .navbar-fixed-bottom .navbar-collapse,
  .notebook-preview-container .navbar-fixed-top .navbar-collapse,
  .notebook-preview-container .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .notebook-preview-container .container-fluid > .navbar-collapse,
  .notebook-preview-container .container-fluid > .navbar-header,
  .notebook-preview-container .container > .navbar-collapse,
  .notebook-preview-container .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .notebook-preview-container .navbar-fixed-bottom,
  .notebook-preview-container .navbar-fixed-top,
  .notebook-preview-container .navbar-static-top {
    border-radius: 0;
  }
}
.notebook-preview-container .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.notebook-preview-container .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.notebook-preview-container .navbar-brand {
  float: left;
  padding: 6px 0;
  font-size: 17px;
  line-height: 18px;
  height: 30px;
}
.notebook-preview-container .navbar-brand:focus,
.notebook-preview-container .navbar-brand:hover {
  text-decoration: none;
}
.notebook-preview-container .navbar-brand > img {
  display: block;
}
.notebook-preview-container .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.notebook-preview-container .navbar-toggle:focus {
  outline: 0;
}
.notebook-preview-container .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.notebook-preview-container .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 541px) {
  .notebook-preview-container .navbar > .container .navbar-brand,
  .notebook-preview-container .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .notebook-preview-container .navbar-toggle {
    display: none;
  }
}
.notebook-preview-container .navbar-nav {
  margin: 3px 0;
}
.notebook-preview-container .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 540px) {
  .notebook-preview-container .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .notebook-preview-container .navbar-nav .open .dropdown-menu .dropdown-header,
  .notebook-preview-container .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .notebook-preview-container .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .notebook-preview-container .navbar-nav .open .dropdown-menu > li > a:focus,
  .notebook-preview-container .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 541px) {
  .notebook-preview-container .navbar-nav {
    float: left;
    margin: 0;
  }
  .notebook-preview-container .navbar-nav > li {
    float: left;
  }
  .notebook-preview-container .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.notebook-preview-container .navbar-form {
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: -1px 0;
}
@media (min-width: 768px) {
  .notebook-preview-container .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .notebook-preview-container .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .notebook-preview-container .navbar-form .form-control-static {
    display: inline-block;
  }
  .notebook-preview-container .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .notebook-preview-container .navbar-form .input-group .form-control,
  .notebook-preview-container .navbar-form .input-group .input-group-addon,
  .notebook-preview-container .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .notebook-preview-container .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .notebook-preview-container .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .notebook-preview-container .navbar-form .checkbox,
  .notebook-preview-container .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .notebook-preview-container .navbar-form .checkbox label,
  .notebook-preview-container .navbar-form .radio label {
    padding-left: 0;
  }
  .notebook-preview-container .navbar-form .checkbox input[type=checkbox],
  .notebook-preview-container .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .notebook-preview-container .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 540px) {
  .notebook-preview-container .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .notebook-preview-container .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.notebook-preview-container .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.notebook-preview-container .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 2px 2px 0 0;
}
.notebook-preview-container .navbar-btn {
  margin-top: -1px;
  margin-bottom: -1px;
}
.notebook-preview-container .navbar-btn.btn-sm {
  margin-top: 0;
  margin-bottom: 0;
}
.notebook-preview-container .navbar-btn.btn-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.notebook-preview-container .navbar-text {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 541px) {
  .notebook-preview-container .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .notebook-preview-container .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .notebook-preview-container .navbar-left {
    float: left !important;
    float: left;
  }
  .notebook-preview-container .navbar-right {
    float: right !important;
    float: right;
    margin-right: 0;
  }
  .notebook-preview-container .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.notebook-preview-container .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.notebook-preview-container .navbar-default .navbar-brand {
  color: #777;
}
.notebook-preview-container .navbar-default .navbar-brand:focus,
.notebook-preview-container .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.notebook-preview-container .navbar-default .navbar-nav > li > a,
.notebook-preview-container .navbar-default .navbar-text {
  color: #777;
}
.notebook-preview-container .navbar-default .navbar-nav > li > a:focus,
.notebook-preview-container .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.notebook-preview-container .navbar-default .navbar-nav > .active > a,
.notebook-preview-container .navbar-default .navbar-nav > .active > a:focus,
.notebook-preview-container .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.notebook-preview-container .navbar-default .navbar-nav > .disabled > a,
.notebook-preview-container .navbar-default .navbar-nav > .disabled > a:focus,
.notebook-preview-container .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.notebook-preview-container .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.notebook-preview-container .navbar-default .navbar-toggle:focus,
.notebook-preview-container .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.notebook-preview-container .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.notebook-preview-container .navbar-default .navbar-collapse,
.notebook-preview-container .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.notebook-preview-container .navbar-default .navbar-nav > .open > a,
.notebook-preview-container .navbar-default .navbar-nav > .open > a:focus,
.notebook-preview-container .navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 540px) {
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .notebook-preview-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.notebook-preview-container .navbar-default .navbar-link {
  color: #777;
}
.notebook-preview-container .navbar-default .navbar-link:hover {
  color: #333;
}
.notebook-preview-container .navbar-default .btn-link {
  color: #777;
}
.notebook-preview-container .navbar-default .btn-link:focus,
.notebook-preview-container .navbar-default .btn-link:hover {
  color: #333;
}
.notebook-preview-container .navbar-default .btn-link[disabled]:focus,
.notebook-preview-container .navbar-default .btn-link[disabled]:hover,
.notebook-preview-container fieldset[disabled] .navbar-default .btn-link:focus,
.notebook-preview-container fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.notebook-preview-container .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.notebook-preview-container .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.notebook-preview-container .navbar-inverse .navbar-brand:focus,
.notebook-preview-container .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.notebook-preview-container .navbar-inverse .navbar-nav > li > a,
.notebook-preview-container .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.notebook-preview-container .navbar-inverse .navbar-nav > li > a:focus,
.notebook-preview-container .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.notebook-preview-container .navbar-inverse .navbar-nav > .active > a,
.notebook-preview-container .navbar-inverse .navbar-nav > .active > a:focus,
.notebook-preview-container .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.notebook-preview-container .navbar-inverse .navbar-nav > .disabled > a,
.notebook-preview-container .navbar-inverse .navbar-nav > .disabled > a:focus,
.notebook-preview-container .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.notebook-preview-container .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.notebook-preview-container .navbar-inverse .navbar-toggle:focus,
.notebook-preview-container .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.notebook-preview-container .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.notebook-preview-container .navbar-inverse .navbar-collapse,
.notebook-preview-container .navbar-inverse .navbar-form {
  border-color: #101010;
}
.notebook-preview-container .navbar-inverse .navbar-nav > .open > a,
.notebook-preview-container .navbar-inverse .navbar-nav > .open > a:focus,
.notebook-preview-container .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 540px) {
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .notebook-preview-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.notebook-preview-container .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.notebook-preview-container .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.notebook-preview-container .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.notebook-preview-container .navbar-inverse .btn-link:focus,
.notebook-preview-container .navbar-inverse .btn-link:hover {
  color: #fff;
}
.notebook-preview-container .navbar-inverse .btn-link[disabled]:focus,
.notebook-preview-container .navbar-inverse .btn-link[disabled]:hover,
.notebook-preview-container fieldset[disabled] .navbar-inverse .btn-link:focus,
.notebook-preview-container fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.notebook-preview-container .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.notebook-preview-container .breadcrumb > li {
  display: inline-block;
}
.notebook-preview-container .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #5e5e5e;
}
.notebook-preview-container .breadcrumb > .active {
  color: #777;
}
.notebook-preview-container .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.notebook-preview-container .pagination > li {
  display: inline;
}
.notebook-preview-container .pagination > li > a,
.notebook-preview-container .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.notebook-preview-container .pagination > li:first-child > a,
.notebook-preview-container .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.notebook-preview-container .pagination > li:last-child > a,
.notebook-preview-container .pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.notebook-preview-container .pagination > li > a:focus,
.notebook-preview-container .pagination > li > a:hover,
.notebook-preview-container .pagination > li > span:focus,
.notebook-preview-container .pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.notebook-preview-container .pagination > .active > a,
.notebook-preview-container .pagination > .active > a:focus,
.notebook-preview-container .pagination > .active > a:hover,
.notebook-preview-container .pagination > .active > span,
.notebook-preview-container .pagination > .active > span:focus,
.notebook-preview-container .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.notebook-preview-container .pagination > .disabled > a,
.notebook-preview-container .pagination > .disabled > a:focus,
.notebook-preview-container .pagination > .disabled > a:hover,
.notebook-preview-container .pagination > .disabled > span,
.notebook-preview-container .pagination > .disabled > span:focus,
.notebook-preview-container .pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.notebook-preview-container .pagination-lg > li > a,
.notebook-preview-container .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.notebook-preview-container .pagination-lg > li:first-child > a,
.notebook-preview-container .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.notebook-preview-container .pagination-lg > li:last-child > a,
.notebook-preview-container .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.notebook-preview-container .pagination-sm > li > a,
.notebook-preview-container .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.notebook-preview-container .pagination-sm > li:first-child > a,
.notebook-preview-container .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.notebook-preview-container .pagination-sm > li:last-child > a,
.notebook-preview-container .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.notebook-preview-container .pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.notebook-preview-container .pager li {
  display: inline;
}
.notebook-preview-container .pager li > a,
.notebook-preview-container .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.notebook-preview-container .pager li > a:focus,
.notebook-preview-container .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.notebook-preview-container .pager .next > a,
.notebook-preview-container .pager .next > span {
  float: right;
}
.notebook-preview-container .pager .previous > a,
.notebook-preview-container .pager .previous > span {
  float: left;
}
.notebook-preview-container .pager .disabled > a,
.notebook-preview-container .pager .disabled > a:focus,
.notebook-preview-container .pager .disabled > a:hover,
.notebook-preview-container .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.notebook-preview-container .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.notebook-preview-container a.label:focus,
.notebook-preview-container a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.notebook-preview-container .label:empty {
  display: none;
}
.notebook-preview-container .btn .label {
  position: relative;
  top: -1px;
}
.notebook-preview-container .label-default {
  background-color: #777;
}
.notebook-preview-container .label-default[href]:focus,
.notebook-preview-container .label-default[href]:hover {
  background-color: #5e5e5e;
}
.notebook-preview-container .label-primary {
  background-color: #337ab7;
}
.notebook-preview-container .label-primary[href]:focus,
.notebook-preview-container .label-primary[href]:hover {
  background-color: #286090;
}
.notebook-preview-container .label-success {
  background-color: #5cb85c;
}
.notebook-preview-container .label-success[href]:focus,
.notebook-preview-container .label-success[href]:hover {
  background-color: #449d44;
}
.notebook-preview-container .label-info {
  background-color: #5bc0de;
}
.notebook-preview-container .label-info[href]:focus,
.notebook-preview-container .label-info[href]:hover {
  background-color: #31b0d5;
}
.notebook-preview-container .label-warning {
  background-color: #f0ad4e;
}
.notebook-preview-container .label-warning[href]:focus,
.notebook-preview-container .label-warning[href]:hover {
  background-color: #ec971f;
}
.notebook-preview-container .label-danger {
  background-color: #d9534f;
}
.notebook-preview-container .label-danger[href]:focus,
.notebook-preview-container .label-danger[href]:hover {
  background-color: #c9302c;
}
.notebook-preview-container .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.notebook-preview-container .badge:empty {
  display: none;
}
.notebook-preview-container .btn .badge {
  position: relative;
  top: -1px;
}
.notebook-preview-container .btn-group-xs > .btn .badge,
.notebook-preview-container .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.notebook-preview-container a.badge:focus,
.notebook-preview-container a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.notebook-preview-container .list-group-item.active > .badge,
.notebook-preview-container .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.notebook-preview-container .list-group-item > .badge {
  float: right;
}
.notebook-preview-container .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.notebook-preview-container .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.notebook-preview-container .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.notebook-preview-container .jumbotron .h1,
.notebook-preview-container .jumbotron h1 {
  color: inherit;
}
.notebook-preview-container .jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.notebook-preview-container .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.notebook-preview-container .container .jumbotron,
.notebook-preview-container .container-fluid .jumbotron {
  border-radius: 3px;
}
.notebook-preview-container .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .notebook-preview-container .jumbotron {
    padding: 48px 0;
  }
  .notebook-preview-container .container .jumbotron,
  .notebook-preview-container .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .notebook-preview-container .jumbotron .h1,
  .notebook-preview-container .jumbotron h1 {
    font-size: 58.5px;
  }
}
.notebook-preview-container .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.notebook-preview-container .thumbnail a > img,
.notebook-preview-container .thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.notebook-preview-container a.thumbnail.active,
.notebook-preview-container a.thumbnail:focus,
.notebook-preview-container a.thumbnail:hover {
  border-color: #337ab7;
}
.notebook-preview-container .thumbnail .caption {
  padding: 9px;
  color: #000;
}
.notebook-preview-container .alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.notebook-preview-container .alert h4 {
  margin-top: 0;
  color: inherit;
}
.notebook-preview-container .alert .alert-link {
  font-weight: 700;
}
.notebook-preview-container .alert > p,
.notebook-preview-container .alert > ul {
  margin-bottom: 0;
}
.notebook-preview-container .alert > p + p {
  margin-top: 5px;
}
.notebook-preview-container .alert-dismissable,
.notebook-preview-container .alert-dismissible {
  padding-right: 35px;
}
.notebook-preview-container .alert-dismissable .close,
.notebook-preview-container .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.notebook-preview-container .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.notebook-preview-container .alert-success hr {
  border-top-color: #c9e2b3;
}
.notebook-preview-container .alert-success .alert-link {
  color: #2b542c;
}
.notebook-preview-container .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.notebook-preview-container .alert-info hr {
  border-top-color: #a6e1ec;
}
.notebook-preview-container .alert-info .alert-link {
  color: #245269;
}
.notebook-preview-container .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.notebook-preview-container .alert-warning hr {
  border-top-color: #f7e1b5;
}
.notebook-preview-container .alert-warning .alert-link {
  color: #66512c;
}
.notebook-preview-container .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.notebook-preview-container .alert-danger hr {
  border-top-color: #e4b9c0;
}
.notebook-preview-container .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.notebook-preview-container .progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.notebook-preview-container .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.notebook-preview-container .progress-bar-striped,
.notebook-preview-container .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.notebook-preview-container .progress-bar.active,
.notebook-preview-container .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.notebook-preview-container .progress-bar-success {
  background-color: #5cb85c;
}
.notebook-preview-container .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.notebook-preview-container .progress-bar-info {
  background-color: #5bc0de;
}
.notebook-preview-container .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.notebook-preview-container .progress-bar-warning {
  background-color: #f0ad4e;
}
.notebook-preview-container .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.notebook-preview-container .progress-bar-danger {
  background-color: #d9534f;
}
.notebook-preview-container .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.notebook-preview-container .media {
  margin-top: 15px;
}
.notebook-preview-container .media:first-child {
  margin-top: 0;
}
.notebook-preview-container .media,
.notebook-preview-container .media-body {
  zoom: 1;
  overflow: hidden;
}
.notebook-preview-container .media-body {
  width: 10000px;
}
.notebook-preview-container .media-object {
  display: block;
}
.notebook-preview-container .media-right,
.notebook-preview-container .media > .pull-right {
  padding-left: 10px;
}
.notebook-preview-container .media-left,
.notebook-preview-container .media > .pull-left {
  padding-right: 10px;
}
.notebook-preview-container .media-body,
.notebook-preview-container .media-left,
.notebook-preview-container .media-right {
  display: table-cell;
  vertical-align: top;
}
.notebook-preview-container .media-middle {
  vertical-align: middle;
}
.notebook-preview-container .media-bottom {
  vertical-align: bottom;
}
.notebook-preview-container .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.notebook-preview-container .media-list {
  padding-left: 0;
  list-style: none;
}
.notebook-preview-container .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.notebook-preview-container .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.notebook-preview-container .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.notebook-preview-container .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.notebook-preview-container a.list-group-item {
  color: #555;
}
.notebook-preview-container a.list-group-item .list-group-item-heading {
  color: #333;
}
.notebook-preview-container a.list-group-item:focus,
.notebook-preview-container a.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.notebook-preview-container .list-group-item.disabled,
.notebook-preview-container .list-group-item.disabled:focus,
.notebook-preview-container .list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.notebook-preview-container .list-group-item.disabled .list-group-item-heading,
.notebook-preview-container .list-group-item.disabled:focus .list-group-item-heading,
.notebook-preview-container .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.notebook-preview-container .list-group-item.disabled .list-group-item-text,
.notebook-preview-container .list-group-item.disabled:focus .list-group-item-text,
.notebook-preview-container .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.notebook-preview-container .list-group-item.active,
.notebook-preview-container .list-group-item.active:focus,
.notebook-preview-container .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.notebook-preview-container .list-group-item.active .list-group-item-heading,
.notebook-preview-container .list-group-item.active .list-group-item-heading > .small,
.notebook-preview-container .list-group-item.active .list-group-item-heading > small,
.notebook-preview-container .list-group-item.active:focus .list-group-item-heading,
.notebook-preview-container .list-group-item.active:focus .list-group-item-heading > .small,
.notebook-preview-container .list-group-item.active:focus .list-group-item-heading > small,
.notebook-preview-container .list-group-item.active:hover .list-group-item-heading,
.notebook-preview-container .list-group-item.active:hover .list-group-item-heading > .small,
.notebook-preview-container .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.notebook-preview-container .list-group-item.active .list-group-item-text,
.notebook-preview-container .list-group-item.active:focus .list-group-item-text,
.notebook-preview-container .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.notebook-preview-container .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.notebook-preview-container a.list-group-item-success {
  color: #3c763d;
}
.notebook-preview-container a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.notebook-preview-container a.list-group-item-success:focus,
.notebook-preview-container a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
.notebook-preview-container a.list-group-item-success.active,
.notebook-preview-container a.list-group-item-success.active:focus,
.notebook-preview-container a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.notebook-preview-container .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.notebook-preview-container a.list-group-item-info {
  color: #31708f;
}
.notebook-preview-container a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.notebook-preview-container a.list-group-item-info:focus,
.notebook-preview-container a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
.notebook-preview-container a.list-group-item-info.active,
.notebook-preview-container a.list-group-item-info.active:focus,
.notebook-preview-container a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.notebook-preview-container .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notebook-preview-container a.list-group-item-warning {
  color: #8a6d3b;
}
.notebook-preview-container a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.notebook-preview-container a.list-group-item-warning:focus,
.notebook-preview-container a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.notebook-preview-container a.list-group-item-warning.active,
.notebook-preview-container a.list-group-item-warning.active:focus,
.notebook-preview-container a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.notebook-preview-container .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.notebook-preview-container a.list-group-item-danger {
  color: #a94442;
}
.notebook-preview-container a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.notebook-preview-container a.list-group-item-danger:focus,
.notebook-preview-container a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
.notebook-preview-container a.list-group-item-danger.active,
.notebook-preview-container a.list-group-item-danger.active:focus,
.notebook-preview-container a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.notebook-preview-container .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.notebook-preview-container .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.notebook-preview-container .panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.notebook-preview-container .panel-body {
  padding: 15px;
}
.notebook-preview-container .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.notebook-preview-container .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.notebook-preview-container .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.notebook-preview-container .panel-title > .small,
.notebook-preview-container .panel-title > .small > a,
.notebook-preview-container .panel-title > a,
.notebook-preview-container .panel-title > small,
.notebook-preview-container .panel-title > small > a {
  color: inherit;
}
.notebook-preview-container .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.notebook-preview-container .panel > .list-group,
.notebook-preview-container .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.notebook-preview-container .panel > .list-group .list-group-item,
.notebook-preview-container .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.notebook-preview-container .panel > .list-group:first-child .list-group-item:first-child,
.notebook-preview-container .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.notebook-preview-container .panel > .list-group:last-child .list-group-item:last-child,
.notebook-preview-container .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.notebook-preview-container .list-group + .panel-footer,
.notebook-preview-container .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.notebook-preview-container .panel > .panel-collapse > .table,
.notebook-preview-container .panel > .table,
.notebook-preview-container .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.notebook-preview-container .panel > .panel-collapse > .table caption,
.notebook-preview-container .panel > .table caption,
.notebook-preview-container .panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child,
.notebook-preview-container .panel > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.notebook-preview-container .panel > .table:first-child > tbody:first-child > tr:first-child,
.notebook-preview-container .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.notebook-preview-container .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.notebook-preview-container .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.notebook-preview-container .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.notebook-preview-container .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.notebook-preview-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.notebook-preview-container .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.notebook-preview-container .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.notebook-preview-container .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.notebook-preview-container .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child,
.notebook-preview-container .panel > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.notebook-preview-container .panel > .table:last-child > tbody:last-child > tr:last-child,
.notebook-preview-container .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.notebook-preview-container .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.notebook-preview-container .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.notebook-preview-container .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.notebook-preview-container .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.notebook-preview-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.notebook-preview-container .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.notebook-preview-container .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.notebook-preview-container .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.notebook-preview-container .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.notebook-preview-container .panel > .panel-body + .table,
.notebook-preview-container .panel > .panel-body + .table-responsive,
.notebook-preview-container .panel > .table + .panel-body,
.notebook-preview-container .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.notebook-preview-container .panel > .table > tbody:first-child > tr:first-child td,
.notebook-preview-container .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.notebook-preview-container .panel > .table-bordered,
.notebook-preview-container .panel > .table-responsive > .table-bordered {
  border: 0;
}
.notebook-preview-container .panel > .table-bordered > tbody > tr > td:first-child,
.notebook-preview-container .panel > .table-bordered > tbody > tr > th:first-child,
.notebook-preview-container .panel > .table-bordered > tfoot > tr > td:first-child,
.notebook-preview-container .panel > .table-bordered > tfoot > tr > th:first-child,
.notebook-preview-container .panel > .table-bordered > thead > tr > td:first-child,
.notebook-preview-container .panel > .table-bordered > thead > tr > th:first-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.notebook-preview-container .panel > .table-bordered > tbody > tr > td:last-child,
.notebook-preview-container .panel > .table-bordered > tbody > tr > th:last-child,
.notebook-preview-container .panel > .table-bordered > tfoot > tr > td:last-child,
.notebook-preview-container .panel > .table-bordered > tfoot > tr > th:last-child,
.notebook-preview-container .panel > .table-bordered > thead > tr > td:last-child,
.notebook-preview-container .panel > .table-bordered > thead > tr > th:last-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.notebook-preview-container .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.notebook-preview-container .panel > .table-bordered > tbody > tr:first-child > td,
.notebook-preview-container .panel > .table-bordered > tbody > tr:first-child > th,
.notebook-preview-container .panel > .table-bordered > tbody > tr:last-child > td,
.notebook-preview-container .panel > .table-bordered > tbody > tr:last-child > th,
.notebook-preview-container .panel > .table-bordered > tfoot > tr:last-child > td,
.notebook-preview-container .panel > .table-bordered > tfoot > tr:last-child > th,
.notebook-preview-container .panel > .table-bordered > thead > tr:first-child > td,
.notebook-preview-container .panel > .table-bordered > thead > tr:first-child > th,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.notebook-preview-container .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.notebook-preview-container .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.notebook-preview-container .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.notebook-preview-container .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.notebook-preview-container .panel-group {
  margin-bottom: 18px;
}
.notebook-preview-container .panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.notebook-preview-container .panel-group .panel + .panel {
  margin-top: 5px;
}
.notebook-preview-container .panel-group .panel-heading {
  border-bottom: 0;
}
.notebook-preview-container .panel-group .panel-heading + .panel-collapse > .list-group,
.notebook-preview-container .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.notebook-preview-container .panel-group .panel-footer {
  border-top: 0;
}
.notebook-preview-container .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.notebook-preview-container .panel-default {
  border-color: #ddd;
}
.notebook-preview-container .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.notebook-preview-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.notebook-preview-container .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.notebook-preview-container .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.notebook-preview-container .panel-primary {
  border-color: #337ab7;
}
.notebook-preview-container .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.notebook-preview-container .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.notebook-preview-container .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.notebook-preview-container .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.notebook-preview-container .panel-success {
  border-color: #d6e9c6;
}
.notebook-preview-container .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.notebook-preview-container .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.notebook-preview-container .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.notebook-preview-container .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.notebook-preview-container .panel-info {
  border-color: #bce8f1;
}
.notebook-preview-container .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.notebook-preview-container .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.notebook-preview-container .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.notebook-preview-container .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.notebook-preview-container .panel-warning {
  border-color: #faebcc;
}
.notebook-preview-container .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.notebook-preview-container .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.notebook-preview-container .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.notebook-preview-container .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.notebook-preview-container .panel-danger {
  border-color: #ebccd1;
}
.notebook-preview-container .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.notebook-preview-container .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.notebook-preview-container .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.notebook-preview-container .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.notebook-preview-container .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.notebook-preview-container .embed-responsive .embed-responsive-item,
.notebook-preview-container .embed-responsive embed,
.notebook-preview-container .embed-responsive iframe,
.notebook-preview-container .embed-responsive object,
.notebook-preview-container .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.notebook-preview-container .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.notebook-preview-container .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.notebook-preview-container .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.notebook-preview-container .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.notebook-preview-container .well-lg {
  padding: 24px;
  border-radius: 3px;
}
.notebook-preview-container .well-sm {
  padding: 9px;
  border-radius: 1px;
}
.notebook-preview-container .close {
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.notebook-preview-container .close:focus,
.notebook-preview-container .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
.notebook-preview-container button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.notebook-preview-container .modal-open {
  overflow: hidden;
}
.notebook-preview-container .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.notebook-preview-container .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.notebook-preview-container .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.notebook-preview-container .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.notebook-preview-container .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.notebook-preview-container .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.notebook-preview-container .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.notebook-preview-container .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.notebook-preview-container .modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.notebook-preview-container .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
}
.notebook-preview-container .modal-header .close {
  margin-top: -2px;
}
.notebook-preview-container .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.notebook-preview-container .modal-body {
  position: relative;
  padding: 15px;
}
.notebook-preview-container .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.notebook-preview-container .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.notebook-preview-container .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.notebook-preview-container .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.notebook-preview-container .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .notebook-preview-container .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .notebook-preview-container .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .notebook-preview-container .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .notebook-preview-container .modal-lg {
    width: 900px;
  }
}
.notebook-preview-container .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.notebook-preview-container .tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.notebook-preview-container .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.notebook-preview-container .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.notebook-preview-container .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.notebook-preview-container .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.notebook-preview-container .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px;
}
.notebook-preview-container .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.notebook-preview-container .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.notebook-preview-container .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.notebook-preview-container .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.notebook-preview-container .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.notebook-preview-container .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.notebook-preview-container .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.notebook-preview-container .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.notebook-preview-container .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.notebook-preview-container .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.notebook-preview-container .popover.top {
  margin-top: -10px;
}
.notebook-preview-container .popover.right {
  margin-left: 10px;
}
.notebook-preview-container .popover.bottom {
  margin-top: 10px;
}
.notebook-preview-container .popover.left {
  margin-left: -10px;
}
.notebook-preview-container .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.notebook-preview-container .popover-content {
  padding: 9px 14px;
}
.notebook-preview-container .popover > .arrow,
.notebook-preview-container .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.notebook-preview-container .popover > .arrow {
  border-width: 11px;
}
.notebook-preview-container .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.notebook-preview-container .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.notebook-preview-container .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.notebook-preview-container .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.notebook-preview-container .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.notebook-preview-container .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.notebook-preview-container .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.notebook-preview-container .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.notebook-preview-container .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.notebook-preview-container .carousel {
  position: relative;
}
.notebook-preview-container .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.notebook-preview-container .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.notebook-preview-container .carousel-inner > .item > a > img,
.notebook-preview-container .carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .notebook-preview-container .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .notebook-preview-container .carousel-inner > .item.active.right,
  .notebook-preview-container .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .notebook-preview-container .carousel-inner > .item.active.left,
  .notebook-preview-container .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .notebook-preview-container .carousel-inner > .item.active,
  .notebook-preview-container .carousel-inner > .item.next.left,
  .notebook-preview-container .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.notebook-preview-container .carousel-inner > .active,
.notebook-preview-container .carousel-inner > .next,
.notebook-preview-container .carousel-inner > .prev {
  display: block;
}
.notebook-preview-container .carousel-inner > .active {
  left: 0;
}
.notebook-preview-container .carousel-inner > .next,
.notebook-preview-container .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.notebook-preview-container .carousel-inner > .next {
  left: 100%;
}
.notebook-preview-container .carousel-inner > .prev {
  left: -100%;
}
.notebook-preview-container .carousel-inner > .next.left,
.notebook-preview-container .carousel-inner > .prev.right {
  left: 0;
}
.notebook-preview-container .carousel-inner > .active.left {
  left: -100%;
}
.notebook-preview-container .carousel-inner > .active.right {
  left: 100%;
}
.notebook-preview-container .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.notebook-preview-container .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.notebook-preview-container .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.notebook-preview-container .carousel-control:focus,
.notebook-preview-container .carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.notebook-preview-container .carousel-control .glyphicon-chevron-left,
.notebook-preview-container .carousel-control .glyphicon-chevron-right,
.notebook-preview-container .carousel-control .icon-next,
.notebook-preview-container .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.notebook-preview-container .carousel-control .glyphicon-chevron-left,
.notebook-preview-container .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.notebook-preview-container .carousel-control .glyphicon-chevron-right,
.notebook-preview-container .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.notebook-preview-container .carousel-control .icon-next,
.notebook-preview-container .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.notebook-preview-container .carousel-control .icon-prev:before {
  content: '\2039';
}
.notebook-preview-container .carousel-control .icon-next:before {
  content: '\203a';
}
.notebook-preview-container .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.notebook-preview-container .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
}
.notebook-preview-container .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.notebook-preview-container .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.notebook-preview-container .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .notebook-preview-container .carousel-control .glyphicon-chevron-left,
  .notebook-preview-container .carousel-control .glyphicon-chevron-right,
  .notebook-preview-container .carousel-control .icon-next,
  .notebook-preview-container .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .notebook-preview-container .carousel-control .glyphicon-chevron-left,
  .notebook-preview-container .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .notebook-preview-container .carousel-control .glyphicon-chevron-right,
  .notebook-preview-container .carousel-control .icon-next {
    margin-right: -15px;
  }
  .notebook-preview-container .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .notebook-preview-container .carousel-indicators {
    bottom: 20px;
  }
}
.notebook-preview-container .btn-group-vertical > .btn-group:after,
.notebook-preview-container .btn-group-vertical > .btn-group:before,
.notebook-preview-container .btn-toolbar:after,
.notebook-preview-container .btn-toolbar:before,
.notebook-preview-container .clearfix:after,
.notebook-preview-container .clearfix:before,
.notebook-preview-container .container-fluid:after,
.notebook-preview-container .container-fluid:before,
.notebook-preview-container .container:after,
.notebook-preview-container .container:before,
.notebook-preview-container .dl-horizontal dd:after,
.notebook-preview-container .dl-horizontal dd:before,
.notebook-preview-container .form-horizontal .form-group:after,
.notebook-preview-container .form-horizontal .form-group:before,
.notebook-preview-container .item_buttons:after,
.notebook-preview-container .item_buttons:before,
.notebook-preview-container .modal-footer:after,
.notebook-preview-container .modal-footer:before,
.notebook-preview-container .nav:after,
.notebook-preview-container .nav:before,
.notebook-preview-container .navbar-collapse:after,
.notebook-preview-container .navbar-collapse:before,
.notebook-preview-container .navbar-header:after,
.notebook-preview-container .navbar-header:before,
.notebook-preview-container .navbar:after,
.notebook-preview-container .navbar:before,
.notebook-preview-container .pager:after,
.notebook-preview-container .pager:before,
.notebook-preview-container .panel-body:after,
.notebook-preview-container .panel-body:before,
.notebook-preview-container .row:after,
.notebook-preview-container .row:before {
  content: " ";
  display: table;
}
.notebook-preview-container .btn-group-vertical > .btn-group:after,
.notebook-preview-container .btn-toolbar:after,
.notebook-preview-container .clearfix:after,
.notebook-preview-container .container-fluid:after,
.notebook-preview-container .container:after,
.notebook-preview-container .dl-horizontal dd:after,
.notebook-preview-container .form-horizontal .form-group:after,
.notebook-preview-container .item_buttons:after,
.notebook-preview-container .modal-footer:after,
.notebook-preview-container .nav:after,
.notebook-preview-container .navbar-collapse:after,
.notebook-preview-container .navbar-header:after,
.notebook-preview-container .navbar:after,
.notebook-preview-container .pager:after,
.notebook-preview-container .panel-body:after,
.notebook-preview-container .row:after {
  clear: both;
}
.notebook-preview-container .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.notebook-preview-container .pull-right {
  float: right !important;
}
.notebook-preview-container .pull-left {
  float: left !important;
}
.notebook-preview-container .hide {
  display: none !important;
}
.notebook-preview-container .show {
  display: block !important;
}
.notebook-preview-container .invisible {
  visibility: hidden;
}
.notebook-preview-container .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.notebook-preview-container .hidden {
  display: none !important;
}
.notebook-preview-container .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.notebook-preview-container .visible-lg,
.notebook-preview-container .visible-lg-block,
.notebook-preview-container .visible-lg-inline,
.notebook-preview-container .visible-lg-inline-block,
.notebook-preview-container .visible-md,
.notebook-preview-container .visible-md-block,
.notebook-preview-container .visible-md-inline,
.notebook-preview-container .visible-md-inline-block,
.notebook-preview-container .visible-sm,
.notebook-preview-container .visible-sm-block,
.notebook-preview-container .visible-sm-inline,
.notebook-preview-container .visible-sm-inline-block,
.notebook-preview-container .visible-xs,
.notebook-preview-container .visible-xs-block,
.notebook-preview-container .visible-xs-inline,
.notebook-preview-container .visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .notebook-preview-container .visible-xs {
    display: block !important;
  }
  .notebook-preview-container table.visible-xs {
    display: table;
  }
  .notebook-preview-container tr.visible-xs {
    display: table-row !important;
  }
  .notebook-preview-container td.visible-xs,
  .notebook-preview-container th.visible-xs {
    display: table-cell !important;
  }
  .notebook-preview-container .visible-xs-block {
    display: block !important;
  }
  .notebook-preview-container .visible-xs-inline {
    display: inline !important;
  }
  .notebook-preview-container .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notebook-preview-container .visible-sm {
    display: block !important;
  }
  .notebook-preview-container table.visible-sm {
    display: table;
  }
  .notebook-preview-container tr.visible-sm {
    display: table-row !important;
  }
  .notebook-preview-container td.visible-sm,
  .notebook-preview-container th.visible-sm {
    display: table-cell !important;
  }
  .notebook-preview-container .visible-sm-block {
    display: block !important;
  }
  .notebook-preview-container .visible-sm-inline {
    display: inline !important;
  }
  .notebook-preview-container .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .notebook-preview-container .visible-md {
    display: block !important;
  }
  .notebook-preview-container table.visible-md {
    display: table;
  }
  .notebook-preview-container tr.visible-md {
    display: table-row !important;
  }
  .notebook-preview-container td.visible-md,
  .notebook-preview-container th.visible-md {
    display: table-cell !important;
  }
  .notebook-preview-container .visible-md-block {
    display: block !important;
  }
  .notebook-preview-container .visible-md-inline {
    display: inline !important;
  }
  .notebook-preview-container .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .notebook-preview-container .visible-lg {
    display: block !important;
  }
  .notebook-preview-container table.visible-lg {
    display: table;
  }
  .notebook-preview-container tr.visible-lg {
    display: table-row !important;
  }
  .notebook-preview-container td.visible-lg,
  .notebook-preview-container th.visible-lg {
    display: table-cell !important;
  }
  .notebook-preview-container .visible-lg-block {
    display: block !important;
  }
  .notebook-preview-container .visible-lg-inline {
    display: inline !important;
  }
  .notebook-preview-container .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .notebook-preview-container .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notebook-preview-container .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .notebook-preview-container .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .notebook-preview-container .hidden-lg {
    display: none !important;
  }
}
.notebook-preview-container .visible-print {
  display: none !important;
}
@media print {
  .notebook-preview-container .visible-print {
    display: block !important;
  }
  .notebook-preview-container table.visible-print {
    display: table;
  }
  .notebook-preview-container tr.visible-print {
    display: table-row !important;
  }
  .notebook-preview-container td.visible-print,
  .notebook-preview-container th.visible-print {
    display: table-cell !important;
  }
}
.notebook-preview-container .visible-print-block {
  display: none !important;
}
@media print {
  .notebook-preview-container .visible-print-block {
    display: block !important;
  }
}
.notebook-preview-container .visible-print-inline {
  display: none !important;
}
@media print {
  .notebook-preview-container .visible-print-inline {
    display: inline !important;
  }
}
.notebook-preview-container .visible-print-inline-block {
  display: none !important;
}
@media print {
  .notebook-preview-container .visible-print-inline-block {
    display: inline-block !important;
  }
  .notebook-preview-container .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url(../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
.notebook-preview-container .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.notebook-preview-container .fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.notebook-preview-container .fa-2x {
  font-size: 2em;
}
.notebook-preview-container .fa-3x {
  font-size: 3em;
}
.notebook-preview-container .fa-4x {
  font-size: 4em;
}
.notebook-preview-container .fa-5x {
  font-size: 5em;
}
.notebook-preview-container .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.notebook-preview-container .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.notebook-preview-container .fa-ul > li {
  position: relative;
}
.notebook-preview-container .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.notebook-preview-container .fa-li.fa-lg {
  left: -1.85714286em;
}
.notebook-preview-container .fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}
.notebook-preview-container .fa.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .fa.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.notebook-preview-container .fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.notebook-preview-container .fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.notebook-preview-container .fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.notebook-preview-container .fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.notebook-preview-container .fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.notebook-preview-container :root .fa-flip-horizontal,
.notebook-preview-container :root .fa-flip-vertical,
.notebook-preview-container :root .fa-rotate-180,
.notebook-preview-container :root .fa-rotate-270,
.notebook-preview-container :root .fa-rotate-90 {
  filter: none;
}
.notebook-preview-container .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.notebook-preview-container .fa-stack-1x,
.notebook-preview-container .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.notebook-preview-container .fa-stack-1x {
  line-height: inherit;
}
.notebook-preview-container .fa-stack-2x {
  font-size: 2em;
}
.notebook-preview-container .fa-inverse {
  color: #fff;
}
.notebook-preview-container .fa-glass:before {
  content: "\f000";
}
.notebook-preview-container .fa-music:before {
  content: "\f001";
}
.notebook-preview-container .fa-search:before {
  content: "\f002";
}
.notebook-preview-container .fa-envelope-o:before {
  content: "\f003";
}
.notebook-preview-container .fa-heart:before {
  content: "\f004";
}
.notebook-preview-container .fa-star:before {
  content: "\f005";
}
.notebook-preview-container .fa-star-o:before {
  content: "\f006";
}
.notebook-preview-container .fa-user:before {
  content: "\f007";
}
.notebook-preview-container .fa-film:before {
  content: "\f008";
}
.notebook-preview-container .fa-th-large:before {
  content: "\f009";
}
.notebook-preview-container .fa-th:before {
  content: "\f00a";
}
.notebook-preview-container .fa-th-list:before {
  content: "\f00b";
}
.notebook-preview-container .fa-check:before {
  content: "\f00c";
}
.notebook-preview-container .fa-close:before,
.notebook-preview-container .fa-remove:before,
.notebook-preview-container .fa-times:before {
  content: "\f00d";
}
.notebook-preview-container .fa-search-plus:before {
  content: "\f00e";
}
.notebook-preview-container .fa-search-minus:before {
  content: "\f010";
}
.notebook-preview-container .fa-power-off:before {
  content: "\f011";
}
.notebook-preview-container .fa-signal:before {
  content: "\f012";
}
.notebook-preview-container .fa-cog:before,
.notebook-preview-container .fa-gear:before {
  content: "\f013";
}
.notebook-preview-container .fa-trash-o:before {
  content: "\f014";
}
.notebook-preview-container .fa-home:before {
  content: "\f015";
}
.notebook-preview-container .fa-file-o:before {
  content: "\f016";
}
.notebook-preview-container .fa-clock-o:before {
  content: "\f017";
}
.notebook-preview-container .fa-road:before {
  content: "\f018";
}
.notebook-preview-container .fa-download:before {
  content: "\f019";
}
.notebook-preview-container .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.notebook-preview-container .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.notebook-preview-container .fa-inbox:before {
  content: "\f01c";
}
.notebook-preview-container .fa-play-circle-o:before {
  content: "\f01d";
}
.notebook-preview-container .fa-repeat:before,
.notebook-preview-container .fa-rotate-right:before {
  content: "\f01e";
}
.notebook-preview-container .fa-refresh:before {
  content: "\f021";
}
.notebook-preview-container .fa-list-alt:before {
  content: "\f022";
}
.notebook-preview-container .fa-lock:before {
  content: "\f023";
}
.notebook-preview-container .fa-flag:before {
  content: "\f024";
}
.notebook-preview-container .fa-headphones:before {
  content: "\f025";
}
.notebook-preview-container .fa-volume-off:before {
  content: "\f026";
}
.notebook-preview-container .fa-volume-down:before {
  content: "\f027";
}
.notebook-preview-container .fa-volume-up:before {
  content: "\f028";
}
.notebook-preview-container .fa-qrcode:before {
  content: "\f029";
}
.notebook-preview-container .fa-barcode:before {
  content: "\f02a";
}
.notebook-preview-container .fa-tag:before {
  content: "\f02b";
}
.notebook-preview-container .fa-tags:before {
  content: "\f02c";
}
.notebook-preview-container .fa-book:before {
  content: "\f02d";
}
.notebook-preview-container .fa-bookmark:before {
  content: "\f02e";
}
.notebook-preview-container .fa-print:before {
  content: "\f02f";
}
.notebook-preview-container .fa-camera:before {
  content: "\f030";
}
.notebook-preview-container .fa-font:before {
  content: "\f031";
}
.notebook-preview-container .fa-bold:before {
  content: "\f032";
}
.notebook-preview-container .fa-italic:before {
  content: "\f033";
}
.notebook-preview-container .fa-text-height:before {
  content: "\f034";
}
.notebook-preview-container .fa-text-width:before {
  content: "\f035";
}
.notebook-preview-container .fa-align-left:before {
  content: "\f036";
}
.notebook-preview-container .fa-align-center:before {
  content: "\f037";
}
.notebook-preview-container .fa-align-right:before {
  content: "\f038";
}
.notebook-preview-container .fa-align-justify:before {
  content: "\f039";
}
.notebook-preview-container .fa-list:before {
  content: "\f03a";
}
.notebook-preview-container .fa-dedent:before,
.notebook-preview-container .fa-outdent:before {
  content: "\f03b";
}
.notebook-preview-container .fa-indent:before {
  content: "\f03c";
}
.notebook-preview-container .fa-video-camera:before {
  content: "\f03d";
}
.notebook-preview-container .fa-image:before,
.notebook-preview-container .fa-photo:before,
.notebook-preview-container .fa-picture-o:before {
  content: "\f03e";
}
.notebook-preview-container .fa-pencil:before {
  content: "\f040";
}
.notebook-preview-container .fa-map-marker:before {
  content: "\f041";
}
.notebook-preview-container .fa-adjust:before {
  content: "\f042";
}
.notebook-preview-container .fa-tint:before {
  content: "\f043";
}
.notebook-preview-container .fa-edit:before,
.notebook-preview-container .fa-pencil-square-o:before {
  content: "\f044";
}
.notebook-preview-container .fa-share-square-o:before {
  content: "\f045";
}
.notebook-preview-container .fa-check-square-o:before {
  content: "\f046";
}
.notebook-preview-container .fa-arrows:before {
  content: "\f047";
}
.notebook-preview-container .fa-step-backward:before {
  content: "\f048";
}
.notebook-preview-container .fa-fast-backward:before {
  content: "\f049";
}
.notebook-preview-container .fa-backward:before {
  content: "\f04a";
}
.notebook-preview-container .fa-play:before {
  content: "\f04b";
}
.notebook-preview-container .fa-pause:before {
  content: "\f04c";
}
.notebook-preview-container .fa-stop:before {
  content: "\f04d";
}
.notebook-preview-container .fa-forward:before {
  content: "\f04e";
}
.notebook-preview-container .fa-fast-forward:before {
  content: "\f050";
}
.notebook-preview-container .fa-step-forward:before {
  content: "\f051";
}
.notebook-preview-container .fa-eject:before {
  content: "\f052";
}
.notebook-preview-container .fa-chevron-left:before {
  content: "\f053";
}
.notebook-preview-container .fa-chevron-right:before {
  content: "\f054";
}
.notebook-preview-container .fa-plus-circle:before {
  content: "\f055";
}
.notebook-preview-container .fa-minus-circle:before {
  content: "\f056";
}
.notebook-preview-container .fa-times-circle:before {
  content: "\f057";
}
.notebook-preview-container .fa-check-circle:before {
  content: "\f058";
}
.notebook-preview-container .fa-question-circle:before {
  content: "\f059";
}
.notebook-preview-container .fa-info-circle:before {
  content: "\f05a";
}
.notebook-preview-container .fa-crosshairs:before {
  content: "\f05b";
}
.notebook-preview-container .fa-times-circle-o:before {
  content: "\f05c";
}
.notebook-preview-container .fa-check-circle-o:before {
  content: "\f05d";
}
.notebook-preview-container .fa-ban:before {
  content: "\f05e";
}
.notebook-preview-container .fa-arrow-left:before {
  content: "\f060";
}
.notebook-preview-container .fa-arrow-right:before {
  content: "\f061";
}
.notebook-preview-container .fa-arrow-up:before {
  content: "\f062";
}
.notebook-preview-container .fa-arrow-down:before {
  content: "\f063";
}
.notebook-preview-container .fa-mail-forward:before,
.notebook-preview-container .fa-share:before {
  content: "\f064";
}
.notebook-preview-container .fa-expand:before {
  content: "\f065";
}
.notebook-preview-container .fa-compress:before {
  content: "\f066";
}
.notebook-preview-container .fa-plus:before {
  content: "\f067";
}
.notebook-preview-container .fa-minus:before {
  content: "\f068";
}
.notebook-preview-container .fa-asterisk:before {
  content: "\f069";
}
.notebook-preview-container .fa-exclamation-circle:before {
  content: "\f06a";
}
.notebook-preview-container .fa-gift:before {
  content: "\f06b";
}
.notebook-preview-container .fa-leaf:before {
  content: "\f06c";
}
.notebook-preview-container .fa-fire:before {
  content: "\f06d";
}
.notebook-preview-container .fa-eye:before {
  content: "\f06e";
}
.notebook-preview-container .fa-eye-slash:before {
  content: "\f070";
}
.notebook-preview-container .fa-exclamation-triangle:before,
.notebook-preview-container .fa-warning:before {
  content: "\f071";
}
.notebook-preview-container .fa-plane:before {
  content: "\f072";
}
.notebook-preview-container .fa-calendar:before {
  content: "\f073";
}
.notebook-preview-container .fa-random:before {
  content: "\f074";
}
.notebook-preview-container .fa-comment:before {
  content: "\f075";
}
.notebook-preview-container .fa-magnet:before {
  content: "\f076";
}
.notebook-preview-container .fa-chevron-up:before {
  content: "\f077";
}
.notebook-preview-container .fa-chevron-down:before {
  content: "\f078";
}
.notebook-preview-container .fa-retweet:before {
  content: "\f079";
}
.notebook-preview-container .fa-shopping-cart:before {
  content: "\f07a";
}
.notebook-preview-container .fa-folder:before {
  content: "\f07b";
}
.notebook-preview-container .fa-folder-open:before {
  content: "\f07c";
}
.notebook-preview-container .fa-arrows-v:before {
  content: "\f07d";
}
.notebook-preview-container .fa-arrows-h:before {
  content: "\f07e";
}
.notebook-preview-container .fa-bar-chart-o:before,
.notebook-preview-container .fa-bar-chart:before {
  content: "\f080";
}
.notebook-preview-container .fa-twitter-square:before {
  content: "\f081";
}
.notebook-preview-container .fa-facebook-square:before {
  content: "\f082";
}
.notebook-preview-container .fa-camera-retro:before {
  content: "\f083";
}
.notebook-preview-container .fa-key:before {
  content: "\f084";
}
.notebook-preview-container .fa-cogs:before,
.notebook-preview-container .fa-gears:before {
  content: "\f085";
}
.notebook-preview-container .fa-comments:before {
  content: "\f086";
}
.notebook-preview-container .fa-thumbs-o-up:before {
  content: "\f087";
}
.notebook-preview-container .fa-thumbs-o-down:before {
  content: "\f088";
}
.notebook-preview-container .fa-star-half:before {
  content: "\f089";
}
.notebook-preview-container .fa-heart-o:before {
  content: "\f08a";
}
.notebook-preview-container .fa-sign-out:before {
  content: "\f08b";
}
.notebook-preview-container .fa-linkedin-square:before {
  content: "\f08c";
}
.notebook-preview-container .fa-thumb-tack:before {
  content: "\f08d";
}
.notebook-preview-container .fa-external-link:before {
  content: "\f08e";
}
.notebook-preview-container .fa-sign-in:before {
  content: "\f090";
}
.notebook-preview-container .fa-trophy:before {
  content: "\f091";
}
.notebook-preview-container .fa-github-square:before {
  content: "\f092";
}
.notebook-preview-container .fa-upload:before {
  content: "\f093";
}
.notebook-preview-container .fa-lemon-o:before {
  content: "\f094";
}
.notebook-preview-container .fa-phone:before {
  content: "\f095";
}
.notebook-preview-container .fa-square-o:before {
  content: "\f096";
}
.notebook-preview-container .fa-bookmark-o:before {
  content: "\f097";
}
.notebook-preview-container .fa-phone-square:before {
  content: "\f098";
}
.notebook-preview-container .fa-twitter:before {
  content: "\f099";
}
.notebook-preview-container .fa-facebook:before {
  content: "\f09a";
}
.notebook-preview-container .fa-github:before {
  content: "\f09b";
}
.notebook-preview-container .fa-unlock:before {
  content: "\f09c";
}
.notebook-preview-container .fa-credit-card:before {
  content: "\f09d";
}
.notebook-preview-container .fa-rss:before {
  content: "\f09e";
}
.notebook-preview-container .fa-hdd-o:before {
  content: "\f0a0";
}
.notebook-preview-container .fa-bullhorn:before {
  content: "\f0a1";
}
.notebook-preview-container .fa-bell:before {
  content: "\f0f3";
}
.notebook-preview-container .fa-certificate:before {
  content: "\f0a3";
}
.notebook-preview-container .fa-hand-o-right:before {
  content: "\f0a4";
}
.notebook-preview-container .fa-hand-o-left:before {
  content: "\f0a5";
}
.notebook-preview-container .fa-hand-o-up:before {
  content: "\f0a6";
}
.notebook-preview-container .fa-hand-o-down:before {
  content: "\f0a7";
}
.notebook-preview-container .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.notebook-preview-container .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.notebook-preview-container .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.notebook-preview-container .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.notebook-preview-container .fa-globe:before {
  content: "\f0ac";
}
.notebook-preview-container .fa-wrench:before {
  content: "\f0ad";
}
.notebook-preview-container .fa-tasks:before {
  content: "\f0ae";
}
.notebook-preview-container .fa-filter:before {
  content: "\f0b0";
}
.notebook-preview-container .fa-briefcase:before {
  content: "\f0b1";
}
.notebook-preview-container .fa-arrows-alt:before {
  content: "\f0b2";
}
.notebook-preview-container .fa-group:before,
.notebook-preview-container .fa-users:before {
  content: "\f0c0";
}
.notebook-preview-container .fa-chain:before,
.notebook-preview-container .fa-link:before {
  content: "\f0c1";
}
.notebook-preview-container .fa-cloud:before {
  content: "\f0c2";
}
.notebook-preview-container .fa-flask:before {
  content: "\f0c3";
}
.notebook-preview-container .fa-cut:before,
.notebook-preview-container .fa-scissors:before {
  content: "\f0c4";
}
.notebook-preview-container .fa-copy:before,
.notebook-preview-container .fa-files-o:before {
  content: "\f0c5";
}
.notebook-preview-container .fa-paperclip:before {
  content: "\f0c6";
}
.notebook-preview-container .fa-floppy-o:before,
.notebook-preview-container .fa-save:before {
  content: "\f0c7";
}
.notebook-preview-container .fa-square:before {
  content: "\f0c8";
}
.notebook-preview-container .fa-bars:before,
.notebook-preview-container .fa-navicon:before,
.notebook-preview-container .fa-reorder:before {
  content: "\f0c9";
}
.notebook-preview-container .fa-list-ul:before {
  content: "\f0ca";
}
.notebook-preview-container .fa-list-ol:before {
  content: "\f0cb";
}
.notebook-preview-container .fa-strikethrough:before {
  content: "\f0cc";
}
.notebook-preview-container .fa-underline:before {
  content: "\f0cd";
}
.notebook-preview-container .fa-table:before {
  content: "\f0ce";
}
.notebook-preview-container .fa-magic:before {
  content: "\f0d0";
}
.notebook-preview-container .fa-truck:before {
  content: "\f0d1";
}
.notebook-preview-container .fa-pinterest:before {
  content: "\f0d2";
}
.notebook-preview-container .fa-pinterest-square:before {
  content: "\f0d3";
}
.notebook-preview-container .fa-google-plus-square:before {
  content: "\f0d4";
}
.notebook-preview-container .fa-google-plus:before {
  content: "\f0d5";
}
.notebook-preview-container .fa-money:before {
  content: "\f0d6";
}
.notebook-preview-container .fa-caret-down:before {
  content: "\f0d7";
}
.notebook-preview-container .fa-caret-up:before {
  content: "\f0d8";
}
.notebook-preview-container .fa-caret-left:before {
  content: "\f0d9";
}
.notebook-preview-container .fa-caret-right:before {
  content: "\f0da";
}
.notebook-preview-container .fa-columns:before {
  content: "\f0db";
}
.notebook-preview-container .fa-sort:before,
.notebook-preview-container .fa-unsorted:before {
  content: "\f0dc";
}
.notebook-preview-container .fa-sort-desc:before,
.notebook-preview-container .fa-sort-down:before {
  content: "\f0dd";
}
.notebook-preview-container .fa-sort-asc:before,
.notebook-preview-container .fa-sort-up:before {
  content: "\f0de";
}
.notebook-preview-container .fa-envelope:before {
  content: "\f0e0";
}
.notebook-preview-container .fa-linkedin:before {
  content: "\f0e1";
}
.notebook-preview-container .fa-rotate-left:before,
.notebook-preview-container .fa-undo:before {
  content: "\f0e2";
}
.notebook-preview-container .fa-gavel:before,
.notebook-preview-container .fa-legal:before {
  content: "\f0e3";
}
.notebook-preview-container .fa-dashboard:before,
.notebook-preview-container .fa-tachometer:before {
  content: "\f0e4";
}
.notebook-preview-container .fa-comment-o:before {
  content: "\f0e5";
}
.notebook-preview-container .fa-comments-o:before {
  content: "\f0e6";
}
.notebook-preview-container .fa-bolt:before,
.notebook-preview-container .fa-flash:before {
  content: "\f0e7";
}
.notebook-preview-container .fa-sitemap:before {
  content: "\f0e8";
}
.notebook-preview-container .fa-umbrella:before {
  content: "\f0e9";
}
.notebook-preview-container .fa-clipboard:before,
.notebook-preview-container .fa-paste:before {
  content: "\f0ea";
}
.notebook-preview-container .fa-lightbulb-o:before {
  content: "\f0eb";
}
.notebook-preview-container .fa-exchange:before {
  content: "\f0ec";
}
.notebook-preview-container .fa-cloud-download:before {
  content: "\f0ed";
}
.notebook-preview-container .fa-cloud-upload:before {
  content: "\f0ee";
}
.notebook-preview-container .fa-user-md:before {
  content: "\f0f0";
}
.notebook-preview-container .fa-stethoscope:before {
  content: "\f0f1";
}
.notebook-preview-container .fa-suitcase:before {
  content: "\f0f2";
}
.notebook-preview-container .fa-bell-o:before {
  content: "\f0a2";
}
.notebook-preview-container .fa-coffee:before {
  content: "\f0f4";
}
.notebook-preview-container .fa-cutlery:before {
  content: "\f0f5";
}
.notebook-preview-container .fa-file-text-o:before {
  content: "\f0f6";
}
.notebook-preview-container .fa-building-o:before {
  content: "\f0f7";
}
.notebook-preview-container .fa-hospital-o:before {
  content: "\f0f8";
}
.notebook-preview-container .fa-ambulance:before {
  content: "\f0f9";
}
.notebook-preview-container .fa-medkit:before {
  content: "\f0fa";
}
.notebook-preview-container .fa-fighter-jet:before {
  content: "\f0fb";
}
.notebook-preview-container .fa-beer:before {
  content: "\f0fc";
}
.notebook-preview-container .fa-h-square:before {
  content: "\f0fd";
}
.notebook-preview-container .fa-plus-square:before {
  content: "\f0fe";
}
.notebook-preview-container .fa-angle-double-left:before {
  content: "\f100";
}
.notebook-preview-container .fa-angle-double-right:before {
  content: "\f101";
}
.notebook-preview-container .fa-angle-double-up:before {
  content: "\f102";
}
.notebook-preview-container .fa-angle-double-down:before {
  content: "\f103";
}
.notebook-preview-container .fa-angle-left:before {
  content: "\f104";
}
.notebook-preview-container .fa-angle-right:before {
  content: "\f105";
}
.notebook-preview-container .fa-angle-up:before {
  content: "\f106";
}
.notebook-preview-container .fa-angle-down:before {
  content: "\f107";
}
.notebook-preview-container .fa-desktop:before {
  content: "\f108";
}
.notebook-preview-container .fa-laptop:before {
  content: "\f109";
}
.notebook-preview-container .fa-tablet:before {
  content: "\f10a";
}
.notebook-preview-container .fa-mobile-phone:before,
.notebook-preview-container .fa-mobile:before {
  content: "\f10b";
}
.notebook-preview-container .fa-circle-o:before {
  content: "\f10c";
}
.notebook-preview-container .fa-quote-left:before {
  content: "\f10d";
}
.notebook-preview-container .fa-quote-right:before {
  content: "\f10e";
}
.notebook-preview-container .fa-spinner:before {
  content: "\f110";
}
.notebook-preview-container .fa-circle:before {
  content: "\f111";
}
.notebook-preview-container .fa-mail-reply:before,
.notebook-preview-container .fa-reply:before {
  content: "\f112";
}
.notebook-preview-container .fa-github-alt:before {
  content: "\f113";
}
.notebook-preview-container .fa-folder-o:before {
  content: "\f114";
}
.notebook-preview-container .fa-folder-open-o:before {
  content: "\f115";
}
.notebook-preview-container .fa-smile-o:before {
  content: "\f118";
}
.notebook-preview-container .fa-frown-o:before {
  content: "\f119";
}
.notebook-preview-container .fa-meh-o:before {
  content: "\f11a";
}
.notebook-preview-container .fa-gamepad:before {
  content: "\f11b";
}
.notebook-preview-container .fa-keyboard-o:before {
  content: "\f11c";
}
.notebook-preview-container .fa-flag-o:before {
  content: "\f11d";
}
.notebook-preview-container .fa-flag-checkered:before {
  content: "\f11e";
}
.notebook-preview-container .fa-terminal:before {
  content: "\f120";
}
.notebook-preview-container .fa-code:before {
  content: "\f121";
}
.notebook-preview-container .fa-mail-reply-all:before,
.notebook-preview-container .fa-reply-all:before {
  content: "\f122";
}
.notebook-preview-container .fa-star-half-empty:before,
.notebook-preview-container .fa-star-half-full:before,
.notebook-preview-container .fa-star-half-o:before {
  content: "\f123";
}
.notebook-preview-container .fa-location-arrow:before {
  content: "\f124";
}
.notebook-preview-container .fa-crop:before {
  content: "\f125";
}
.notebook-preview-container .fa-code-fork:before {
  content: "\f126";
}
.notebook-preview-container .fa-chain-broken:before,
.notebook-preview-container .fa-unlink:before {
  content: "\f127";
}
.notebook-preview-container .fa-question:before {
  content: "\f128";
}
.notebook-preview-container .fa-info:before {
  content: "\f129";
}
.notebook-preview-container .fa-exclamation:before {
  content: "\f12a";
}
.notebook-preview-container .fa-superscript:before {
  content: "\f12b";
}
.notebook-preview-container .fa-subscript:before {
  content: "\f12c";
}
.notebook-preview-container .fa-eraser:before {
  content: "\f12d";
}
.notebook-preview-container .fa-puzzle-piece:before {
  content: "\f12e";
}
.notebook-preview-container .fa-microphone:before {
  content: "\f130";
}
.notebook-preview-container .fa-microphone-slash:before {
  content: "\f131";
}
.notebook-preview-container .fa-shield:before {
  content: "\f132";
}
.notebook-preview-container .fa-calendar-o:before {
  content: "\f133";
}
.notebook-preview-container .fa-fire-extinguisher:before {
  content: "\f134";
}
.notebook-preview-container .fa-rocket:before {
  content: "\f135";
}
.notebook-preview-container .fa-maxcdn:before {
  content: "\f136";
}
.notebook-preview-container .fa-chevron-circle-left:before {
  content: "\f137";
}
.notebook-preview-container .fa-chevron-circle-right:before {
  content: "\f138";
}
.notebook-preview-container .fa-chevron-circle-up:before {
  content: "\f139";
}
.notebook-preview-container .fa-chevron-circle-down:before {
  content: "\f13a";
}
.notebook-preview-container .fa-html5:before {
  content: "\f13b";
}
.notebook-preview-container .fa-css3:before {
  content: "\f13c";
}
.notebook-preview-container .fa-anchor:before {
  content: "\f13d";
}
.notebook-preview-container .fa-unlock-alt:before {
  content: "\f13e";
}
.notebook-preview-container .fa-bullseye:before {
  content: "\f140";
}
.notebook-preview-container .fa-ellipsis-h:before {
  content: "\f141";
}
.notebook-preview-container .fa-ellipsis-v:before {
  content: "\f142";
}
.notebook-preview-container .fa-rss-square:before {
  content: "\f143";
}
.notebook-preview-container .fa-play-circle:before {
  content: "\f144";
}
.notebook-preview-container .fa-ticket:before {
  content: "\f145";
}
.notebook-preview-container .fa-minus-square:before {
  content: "\f146";
}
.notebook-preview-container .fa-minus-square-o:before {
  content: "\f147";
}
.notebook-preview-container .fa-level-up:before {
  content: "\f148";
}
.notebook-preview-container .fa-level-down:before {
  content: "\f149";
}
.notebook-preview-container .fa-check-square:before {
  content: "\f14a";
}
.notebook-preview-container .fa-pencil-square:before {
  content: "\f14b";
}
.notebook-preview-container .fa-external-link-square:before {
  content: "\f14c";
}
.notebook-preview-container .fa-share-square:before {
  content: "\f14d";
}
.notebook-preview-container .fa-compass:before {
  content: "\f14e";
}
.notebook-preview-container .fa-caret-square-o-down:before,
.notebook-preview-container .fa-toggle-down:before {
  content: "\f150";
}
.notebook-preview-container .fa-caret-square-o-up:before,
.notebook-preview-container .fa-toggle-up:before {
  content: "\f151";
}
.notebook-preview-container .fa-caret-square-o-right:before,
.notebook-preview-container .fa-toggle-right:before {
  content: "\f152";
}
.notebook-preview-container .fa-eur:before,
.notebook-preview-container .fa-euro:before {
  content: "\f153";
}
.notebook-preview-container .fa-gbp:before {
  content: "\f154";
}
.notebook-preview-container .fa-dollar:before,
.notebook-preview-container .fa-usd:before {
  content: "\f155";
}
.notebook-preview-container .fa-inr:before,
.notebook-preview-container .fa-rupee:before {
  content: "\f156";
}
.notebook-preview-container .fa-cny:before,
.notebook-preview-container .fa-jpy:before,
.notebook-preview-container .fa-rmb:before,
.notebook-preview-container .fa-yen:before {
  content: "\f157";
}
.notebook-preview-container .fa-rouble:before,
.notebook-preview-container .fa-rub:before,
.notebook-preview-container .fa-ruble:before {
  content: "\f158";
}
.notebook-preview-container .fa-krw:before,
.notebook-preview-container .fa-won:before {
  content: "\f159";
}
.notebook-preview-container .fa-bitcoin:before,
.notebook-preview-container .fa-btc:before {
  content: "\f15a";
}
.notebook-preview-container .fa-file:before {
  content: "\f15b";
}
.notebook-preview-container .fa-file-text:before {
  content: "\f15c";
}
.notebook-preview-container .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.notebook-preview-container .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.notebook-preview-container .fa-sort-amount-asc:before {
  content: "\f160";
}
.notebook-preview-container .fa-sort-amount-desc:before {
  content: "\f161";
}
.notebook-preview-container .fa-sort-numeric-asc:before {
  content: "\f162";
}
.notebook-preview-container .fa-sort-numeric-desc:before {
  content: "\f163";
}
.notebook-preview-container .fa-thumbs-up:before {
  content: "\f164";
}
.notebook-preview-container .fa-thumbs-down:before {
  content: "\f165";
}
.notebook-preview-container .fa-youtube-square:before {
  content: "\f166";
}
.notebook-preview-container .fa-youtube:before {
  content: "\f167";
}
.notebook-preview-container .fa-xing:before {
  content: "\f168";
}
.notebook-preview-container .fa-xing-square:before {
  content: "\f169";
}
.notebook-preview-container .fa-youtube-play:before {
  content: "\f16a";
}
.notebook-preview-container .fa-dropbox:before {
  content: "\f16b";
}
.notebook-preview-container .fa-stack-overflow:before {
  content: "\f16c";
}
.notebook-preview-container .fa-instagram:before {
  content: "\f16d";
}
.notebook-preview-container .fa-flickr:before {
  content: "\f16e";
}
.notebook-preview-container .fa-adn:before {
  content: "\f170";
}
.notebook-preview-container .fa-bitbucket:before {
  content: "\f171";
}
.notebook-preview-container .fa-bitbucket-square:before {
  content: "\f172";
}
.notebook-preview-container .fa-tumblr:before {
  content: "\f173";
}
.notebook-preview-container .fa-tumblr-square:before {
  content: "\f174";
}
.notebook-preview-container .fa-long-arrow-down:before {
  content: "\f175";
}
.notebook-preview-container .fa-long-arrow-up:before {
  content: "\f176";
}
.notebook-preview-container .fa-long-arrow-left:before {
  content: "\f177";
}
.notebook-preview-container .fa-long-arrow-right:before {
  content: "\f178";
}
.notebook-preview-container .fa-apple:before {
  content: "\f179";
}
.notebook-preview-container .fa-windows:before {
  content: "\f17a";
}
.notebook-preview-container .fa-android:before {
  content: "\f17b";
}
.notebook-preview-container .fa-linux:before {
  content: "\f17c";
}
.notebook-preview-container .fa-dribbble:before {
  content: "\f17d";
}
.notebook-preview-container .fa-skype:before {
  content: "\f17e";
}
.notebook-preview-container .fa-foursquare:before {
  content: "\f180";
}
.notebook-preview-container .fa-trello:before {
  content: "\f181";
}
.notebook-preview-container .fa-female:before {
  content: "\f182";
}
.notebook-preview-container .fa-male:before {
  content: "\f183";
}
.notebook-preview-container .fa-gittip:before {
  content: "\f184";
}
.notebook-preview-container .fa-sun-o:before {
  content: "\f185";
}
.notebook-preview-container .fa-moon-o:before {
  content: "\f186";
}
.notebook-preview-container .fa-archive:before {
  content: "\f187";
}
.notebook-preview-container .fa-bug:before {
  content: "\f188";
}
.notebook-preview-container .fa-vk:before {
  content: "\f189";
}
.notebook-preview-container .fa-weibo:before {
  content: "\f18a";
}
.notebook-preview-container .fa-renren:before {
  content: "\f18b";
}
.notebook-preview-container .fa-pagelines:before {
  content: "\f18c";
}
.notebook-preview-container .fa-stack-exchange:before {
  content: "\f18d";
}
.notebook-preview-container .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.notebook-preview-container .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.notebook-preview-container .fa-caret-square-o-left:before,
.notebook-preview-container .fa-toggle-left:before {
  content: "\f191";
}
.notebook-preview-container .fa-dot-circle-o:before {
  content: "\f192";
}
.notebook-preview-container .fa-wheelchair:before {
  content: "\f193";
}
.notebook-preview-container .fa-vimeo-square:before {
  content: "\f194";
}
.notebook-preview-container .fa-try:before,
.notebook-preview-container .fa-turkish-lira:before {
  content: "\f195";
}
.notebook-preview-container .fa-plus-square-o:before {
  content: "\f196";
}
.notebook-preview-container .fa-space-shuttle:before {
  content: "\f197";
}
.notebook-preview-container .fa-slack:before {
  content: "\f198";
}
.notebook-preview-container .fa-envelope-square:before {
  content: "\f199";
}
.notebook-preview-container .fa-wordpress:before {
  content: "\f19a";
}
.notebook-preview-container .fa-openid:before {
  content: "\f19b";
}
.notebook-preview-container .fa-bank:before,
.notebook-preview-container .fa-institution:before,
.notebook-preview-container .fa-university:before {
  content: "\f19c";
}
.notebook-preview-container .fa-graduation-cap:before,
.notebook-preview-container .fa-mortar-board:before {
  content: "\f19d";
}
.notebook-preview-container .fa-yahoo:before {
  content: "\f19e";
}
.notebook-preview-container .fa-google:before {
  content: "\f1a0";
}
.notebook-preview-container .fa-reddit:before {
  content: "\f1a1";
}
.notebook-preview-container .fa-reddit-square:before {
  content: "\f1a2";
}
.notebook-preview-container .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.notebook-preview-container .fa-stumbleupon:before {
  content: "\f1a4";
}
.notebook-preview-container .fa-delicious:before {
  content: "\f1a5";
}
.notebook-preview-container .fa-digg:before {
  content: "\f1a6";
}
.notebook-preview-container .fa-pied-piper:before {
  content: "\f1a7";
}
.notebook-preview-container .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.notebook-preview-container .fa-drupal:before {
  content: "\f1a9";
}
.notebook-preview-container .fa-joomla:before {
  content: "\f1aa";
}
.notebook-preview-container .fa-language:before {
  content: "\f1ab";
}
.notebook-preview-container .fa-fax:before {
  content: "\f1ac";
}
.notebook-preview-container .fa-building:before {
  content: "\f1ad";
}
.notebook-preview-container .fa-child:before {
  content: "\f1ae";
}
.notebook-preview-container .fa-paw:before {
  content: "\f1b0";
}
.notebook-preview-container .fa-spoon:before {
  content: "\f1b1";
}
.notebook-preview-container .fa-cube:before {
  content: "\f1b2";
}
.notebook-preview-container .fa-cubes:before {
  content: "\f1b3";
}
.notebook-preview-container .fa-behance:before {
  content: "\f1b4";
}
.notebook-preview-container .fa-behance-square:before {
  content: "\f1b5";
}
.notebook-preview-container .fa-steam:before {
  content: "\f1b6";
}
.notebook-preview-container .fa-steam-square:before {
  content: "\f1b7";
}
.notebook-preview-container .fa-recycle:before {
  content: "\f1b8";
}
.notebook-preview-container .fa-automobile:before,
.notebook-preview-container .fa-car:before {
  content: "\f1b9";
}
.notebook-preview-container .fa-cab:before,
.notebook-preview-container .fa-taxi:before {
  content: "\f1ba";
}
.notebook-preview-container .fa-tree:before {
  content: "\f1bb";
}
.notebook-preview-container .fa-spotify:before {
  content: "\f1bc";
}
.notebook-preview-container .fa-deviantart:before {
  content: "\f1bd";
}
.notebook-preview-container .fa-soundcloud:before {
  content: "\f1be";
}
.notebook-preview-container .fa-database:before {
  content: "\f1c0";
}
.notebook-preview-container .fa-file-pdf-o:before {
  content: "\f1c1";
}
.notebook-preview-container .fa-file-word-o:before {
  content: "\f1c2";
}
.notebook-preview-container .fa-file-excel-o:before {
  content: "\f1c3";
}
.notebook-preview-container .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.notebook-preview-container .fa-file-image-o:before,
.notebook-preview-container .fa-file-photo-o:before,
.notebook-preview-container .fa-file-picture-o:before {
  content: "\f1c5";
}
.notebook-preview-container .fa-file-archive-o:before,
.notebook-preview-container .fa-file-zip-o:before {
  content: "\f1c6";
}
.notebook-preview-container .fa-file-audio-o:before,
.notebook-preview-container .fa-file-sound-o:before {
  content: "\f1c7";
}
.notebook-preview-container .fa-file-movie-o:before,
.notebook-preview-container .fa-file-video-o:before {
  content: "\f1c8";
}
.notebook-preview-container .fa-file-code-o:before {
  content: "\f1c9";
}
.notebook-preview-container .fa-vine:before {
  content: "\f1ca";
}
.notebook-preview-container .fa-codepen:before {
  content: "\f1cb";
}
.notebook-preview-container .fa-jsfiddle:before {
  content: "\f1cc";
}
.notebook-preview-container .fa-life-bouy:before,
.notebook-preview-container .fa-life-buoy:before,
.notebook-preview-container .fa-life-ring:before,
.notebook-preview-container .fa-life-saver:before,
.notebook-preview-container .fa-support:before {
  content: "\f1cd";
}
.notebook-preview-container .fa-circle-o-notch:before {
  content: "\f1ce";
}
.notebook-preview-container .fa-ra:before,
.notebook-preview-container .fa-rebel:before {
  content: "\f1d0";
}
.notebook-preview-container .fa-empire:before,
.notebook-preview-container .fa-ge:before {
  content: "\f1d1";
}
.notebook-preview-container .fa-git-square:before {
  content: "\f1d2";
}
.notebook-preview-container .fa-git:before {
  content: "\f1d3";
}
.notebook-preview-container .fa-hacker-news:before {
  content: "\f1d4";
}
.notebook-preview-container .fa-tencent-weibo:before {
  content: "\f1d5";
}
.notebook-preview-container .fa-qq:before {
  content: "\f1d6";
}
.notebook-preview-container .fa-wechat:before,
.notebook-preview-container .fa-weixin:before {
  content: "\f1d7";
}
.notebook-preview-container .fa-paper-plane:before,
.notebook-preview-container .fa-send:before {
  content: "\f1d8";
}
.notebook-preview-container .fa-paper-plane-o:before,
.notebook-preview-container .fa-send-o:before {
  content: "\f1d9";
}
.notebook-preview-container .fa-history:before {
  content: "\f1da";
}
.notebook-preview-container .fa-circle-thin:before {
  content: "\f1db";
}
.notebook-preview-container .fa-header:before {
  content: "\f1dc";
}
.notebook-preview-container .fa-paragraph:before {
  content: "\f1dd";
}
.notebook-preview-container .fa-sliders:before {
  content: "\f1de";
}
.notebook-preview-container .fa-share-alt:before {
  content: "\f1e0";
}
.notebook-preview-container .fa-share-alt-square:before {
  content: "\f1e1";
}
.notebook-preview-container .fa-bomb:before {
  content: "\f1e2";
}
.notebook-preview-container .fa-futbol-o:before,
.notebook-preview-container .fa-soccer-ball-o:before {
  content: "\f1e3";
}
.notebook-preview-container .fa-tty:before {
  content: "\f1e4";
}
.notebook-preview-container .fa-binoculars:before {
  content: "\f1e5";
}
.notebook-preview-container .fa-plug:before {
  content: "\f1e6";
}
.notebook-preview-container .fa-slideshare:before {
  content: "\f1e7";
}
.notebook-preview-container .fa-twitch:before {
  content: "\f1e8";
}
.notebook-preview-container .fa-yelp:before {
  content: "\f1e9";
}
.notebook-preview-container .fa-newspaper-o:before {
  content: "\f1ea";
}
.notebook-preview-container .fa-wifi:before {
  content: "\f1eb";
}
.notebook-preview-container .fa-calculator:before {
  content: "\f1ec";
}
.notebook-preview-container .fa-paypal:before {
  content: "\f1ed";
}
.notebook-preview-container .fa-google-wallet:before {
  content: "\f1ee";
}
.notebook-preview-container .fa-cc-visa:before {
  content: "\f1f0";
}
.notebook-preview-container .fa-cc-mastercard:before {
  content: "\f1f1";
}
.notebook-preview-container .fa-cc-discover:before {
  content: "\f1f2";
}
.notebook-preview-container .fa-cc-amex:before {
  content: "\f1f3";
}
.notebook-preview-container .fa-cc-paypal:before {
  content: "\f1f4";
}
.notebook-preview-container .fa-cc-stripe:before {
  content: "\f1f5";
}
.notebook-preview-container .fa-bell-slash:before {
  content: "\f1f6";
}
.notebook-preview-container .fa-bell-slash-o:before {
  content: "\f1f7";
}
.notebook-preview-container .fa-trash:before {
  content: "\f1f8";
}
.notebook-preview-container .fa-copyright:before {
  content: "\f1f9";
}
.notebook-preview-container .fa-at:before {
  content: "\f1fa";
}
.notebook-preview-container .fa-eyedropper:before {
  content: "\f1fb";
}
.notebook-preview-container .fa-paint-brush:before {
  content: "\f1fc";
}
.notebook-preview-container .fa-birthday-cake:before {
  content: "\f1fd";
}
.notebook-preview-container .fa-area-chart:before {
  content: "\f1fe";
}
.notebook-preview-container .fa-pie-chart:before {
  content: "\f200";
}
.notebook-preview-container .fa-line-chart:before {
  content: "\f201";
}
.notebook-preview-container .fa-lastfm:before {
  content: "\f202";
}
.notebook-preview-container .fa-lastfm-square:before {
  content: "\f203";
}
.notebook-preview-container .fa-toggle-off:before {
  content: "\f204";
}
.notebook-preview-container .fa-toggle-on:before {
  content: "\f205";
}
.notebook-preview-container .fa-bicycle:before {
  content: "\f206";
}
.notebook-preview-container .fa-bus:before {
  content: "\f207";
}
.notebook-preview-container .fa-ioxhost:before {
  content: "\f208";
}
.notebook-preview-container .fa-angellist:before {
  content: "\f209";
}
.notebook-preview-container .fa-cc:before {
  content: "\f20a";
}
.notebook-preview-container .fa-ils:before,
.notebook-preview-container .fa-shekel:before,
.notebook-preview-container .fa-sheqel:before {
  content: "\f20b";
}
.notebook-preview-container .fa-meanpath:before {
  content: "\f20c";
}
.notebook-preview-container .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.notebook-preview-container code {
  color: #000;
}
.notebook-preview-container pre {
  font-size: inherit;
  line-height: inherit;
}
.notebook-preview-container label {
  font-weight: 400;
}
.notebook-preview-container .border-box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.notebook-preview-container .corner-all {
  border-radius: 2px;
}
.notebook-preview-container .no-padding {
  padding: 0;
}
.notebook-preview-container .hbox {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.notebook-preview-container .hbox > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  flex: none;
}
.notebook-preview-container .vbox {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: box;
  box-orient: vertical;
  box-align: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.notebook-preview-container .vbox > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  flex: none;
}
.notebook-preview-container .hbox.reverse,
.notebook-preview-container .reverse,
.notebook-preview-container .vbox.reverse {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  flex-direction: row-reverse;
}
.notebook-preview-container .box-flex0,
.notebook-preview-container .hbox.box-flex0,
.notebook-preview-container .vbox.box-flex0 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  flex: none;
  width: auto;
}
.notebook-preview-container .box-flex1,
.notebook-preview-container .hbox.box-flex1,
.notebook-preview-container .vbox.box-flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  flex: 1;
}
.notebook-preview-container .box-flex,
.notebook-preview-container .hbox.box-flex,
.notebook-preview-container .vbox.box-flex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  flex: 1;
}
.notebook-preview-container .box-flex2,
.notebook-preview-container .hbox.box-flex2,
.notebook-preview-container .vbox.box-flex2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  flex: 2;
}
.notebook-preview-container .box-group1 {
  -webkit-box-flex-group: 1;
  -moz-box-flex-group: 1;
  box-flex-group: 1;
}
.notebook-preview-container .box-group2 {
  -webkit-box-flex-group: 2;
  -moz-box-flex-group: 2;
  box-flex-group: 2;
}
.notebook-preview-container .hbox.start,
.notebook-preview-container .start,
.notebook-preview-container .vbox.start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  justify-content: flex-start;
}
.notebook-preview-container .end,
.notebook-preview-container .hbox.end,
.notebook-preview-container .vbox.end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  justify-content: flex-end;
}
.notebook-preview-container .center,
.notebook-preview-container .hbox.center,
.notebook-preview-container .vbox.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  justify-content: center;
}
.notebook-preview-container .baseline,
.notebook-preview-container .hbox.baseline,
.notebook-preview-container .vbox.baseline {
  -webkit-box-pack: baseline;
  -moz-box-pack: baseline;
  box-pack: baseline;
  justify-content: baseline;
}
.notebook-preview-container .hbox.stretch,
.notebook-preview-container .stretch,
.notebook-preview-container .vbox.stretch {
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  box-pack: stretch;
  justify-content: stretch;
}
.notebook-preview-container .align-start,
.notebook-preview-container .hbox.align-start,
.notebook-preview-container .vbox.align-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  align-items: flex-start;
}
.notebook-preview-container .align-end,
.notebook-preview-container .hbox.align-end,
.notebook-preview-container .vbox.align-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  align-items: flex-end;
}
.notebook-preview-container .align-center,
.notebook-preview-container .hbox.align-center,
.notebook-preview-container .vbox.align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  align-items: center;
}
.notebook-preview-container .align-baseline,
.notebook-preview-container .hbox.align-baseline,
.notebook-preview-container .vbox.align-baseline {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  align-items: baseline;
}
.notebook-preview-container .align-stretch,
.notebook-preview-container .hbox.align-stretch,
.notebook-preview-container .vbox.align-stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  align-items: stretch;
}
.notebook-preview-container div.error {
  margin: 2em;
  text-align: center;
}
.notebook-preview-container div.error > h1 {
  font-size: 500%;
  line-height: normal;
}
.notebook-preview-container div.error > p {
  font-size: 200%;
  line-height: normal;
}
.notebook-preview-container div.traceback-wrapper {
  text-align: left;
  max-width: 800px;
  margin: auto;
}
.notebook-preview-container body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: visible;
}
.notebook-preview-container #header {
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.notebook-preview-container #header #header-container {
  padding-bottom: 5px;
  padding-top: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.notebook-preview-container #header .header-bar {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin-bottom: -1px;
}
.notebook-preview-container #header-spacer {
  width: 100%;
  visibility: hidden;
}
@media print {
  .notebook-preview-container #header {
    display: none !important;
  }
  .notebook-preview-container #header-spacer {
    display: none;
  }
}
.notebook-preview-container #ipython_notebook {
  padding-left: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (max-width: 991px) {
  .notebook-preview-container #ipython_notebook {
    margin-left: 10px;
  }
}
.notebook-preview-container #noscript {
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 22px;
  color: red;
  font-weight: 700;
}
.notebook-preview-container #ipython_notebook img {
  height: 28px;
}
.notebook-preview-container #site {
  width: 100%;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
}
@media print {
  .notebook-preview-container #site {
    height: auto !important;
  }
}
.notebook-preview-container .ui-button .ui-button-text {
  padding: .2em .8em;
  font-size: 77%;
}
.notebook-preview-container input.ui-button {
  padding: .3em .9em;
}
.notebook-preview-container span#login_widget {
  float: right;
}
.notebook-preview-container #logout,
.notebook-preview-container span#login_widget > .button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.notebook-preview-container #logout.active,
.notebook-preview-container #logout.focus,
.notebook-preview-container #logout:active,
.notebook-preview-container #logout:focus,
.notebook-preview-container #logout:hover,
.notebook-preview-container .open > .dropdown-toggle#logout,
.notebook-preview-container .open > .dropdown-togglespan#login_widget > .button,
.notebook-preview-container span#login_widget > .button.active,
.notebook-preview-container span#login_widget > .button.focus,
.notebook-preview-container span#login_widget > .button:active,
.notebook-preview-container span#login_widget > .button:focus,
.notebook-preview-container span#login_widget > .button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.notebook-preview-container #logout.active,
.notebook-preview-container #logout:active,
.notebook-preview-container .open > .dropdown-toggle#logout,
.notebook-preview-container .open > .dropdown-togglespan#login_widget > .button,
.notebook-preview-container span#login_widget > .button.active,
.notebook-preview-container span#login_widget > .button:active {
  background-image: none;
}
.notebook-preview-container #logout.disabled,
.notebook-preview-container #logout.disabled.active,
.notebook-preview-container #logout.disabled.focus,
.notebook-preview-container #logout.disabled:active,
.notebook-preview-container #logout.disabled:focus,
.notebook-preview-container #logout.disabled:hover,
.notebook-preview-container #logout[disabled],
.notebook-preview-container #logout[disabled].active,
.notebook-preview-container #logout[disabled].focus,
.notebook-preview-container #logout[disabled]:active,
.notebook-preview-container #logout[disabled]:focus,
.notebook-preview-container #logout[disabled]:hover,
.notebook-preview-container fieldset[disabled] #logout,
.notebook-preview-container fieldset[disabled] #logout.active,
.notebook-preview-container fieldset[disabled] #logout.focus,
.notebook-preview-container fieldset[disabled] #logout:active,
.notebook-preview-container fieldset[disabled] #logout:focus,
.notebook-preview-container fieldset[disabled] #logout:hover,
.notebook-preview-container fieldset[disabled] span#login_widget > .button,
.notebook-preview-container fieldset[disabled] span#login_widget > .button.active,
.notebook-preview-container fieldset[disabled] span#login_widget > .button.focus,
.notebook-preview-container fieldset[disabled] span#login_widget > .button:active,
.notebook-preview-container fieldset[disabled] span#login_widget > .button:focus,
.notebook-preview-container fieldset[disabled] span#login_widget > .button:hover,
.notebook-preview-container span#login_widget > .button.disabled,
.notebook-preview-container span#login_widget > .button.disabled.active,
.notebook-preview-container span#login_widget > .button.disabled.focus,
.notebook-preview-container span#login_widget > .button.disabled:active,
.notebook-preview-container span#login_widget > .button.disabled:focus,
.notebook-preview-container span#login_widget > .button.disabled:hover,
.notebook-preview-container span#login_widget > .button[disabled],
.notebook-preview-container span#login_widget > .button[disabled].active,
.notebook-preview-container span#login_widget > .button[disabled].focus,
.notebook-preview-container span#login_widget > .button[disabled]:active,
.notebook-preview-container span#login_widget > .button[disabled]:focus,
.notebook-preview-container span#login_widget > .button[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}
.notebook-preview-container #logout .badge,
.notebook-preview-container span#login_widget > .button .badge {
  color: #fff;
  background-color: #333;
}
.notebook-preview-container .nav-header {
  text-transform: none;
}
.notebook-preview-container #header > span {
  margin-top: 10px;
}
.notebook-preview-container .modal_stretch .modal-dialog {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: box;
  box-orient: vertical;
  box-align: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 80vh;
}
.notebook-preview-container .modal_stretch .modal-dialog .modal-body {
  max-height: calc(-100vh);
  overflow: auto;
  flex: 1;
}
@media (min-width: 768px) {
  .notebook-preview-container .modal .modal-dialog {
    width: 700px;
  }
  .notebook-preview-container select.form-control {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.notebook-preview-container .center-nav {
  display: inline-block;
  margin-bottom: -4px;
}
.notebook-preview-container .alternate_upload {
  background-color: none;
  display: inline;
}
.notebook-preview-container .alternate_upload.form {
  padding: 0;
  margin: 0;
}
.notebook-preview-container .alternate_upload input.fileinput {
  text-align: center;
  vertical-align: middle;
  display: inline;
  opacity: 0;
  z-index: 2;
  width: 12ex;
  margin-right: -12ex;
}
.notebook-preview-container .alternate_upload .btn-upload {
  height: 22px;
}
.notebook-preview-container ul#tabs {
  margin-bottom: 4px;
}
.notebook-preview-container ul#tabs a {
  padding-top: 6px;
  padding-bottom: 4px;
}
.notebook-preview-container ul.breadcrumb a:focus,
.notebook-preview-container ul.breadcrumb a:hover {
  text-decoration: none;
}
.notebook-preview-container ul.breadcrumb i.icon-home {
  font-size: 16px;
  margin-right: 4px;
}
.notebook-preview-container ul.breadcrumb span {
  color: #5e5e5e;
}
.notebook-preview-container .list_toolbar {
  padding: 4px 0;
  vertical-align: middle;
}
.notebook-preview-container .list_toolbar .tree-buttons {
  padding-top: 1px;
}
.notebook-preview-container .dynamic-buttons {
  padding-top: 3px;
  display: inline-block;
}
.notebook-preview-container .list_toolbar [class*=span] {
  min-height: 24px;
}
.notebook-preview-container .list_header {
  font-weight: 700;
  background-color: #eee;
}
.notebook-preview-container .list_placeholder {
  font-weight: 700;
  padding: 4px 7px;
}
.notebook-preview-container .list_container {
  margin-top: 4px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.notebook-preview-container .list_container > div {
  border-bottom: 1px solid #ddd;
}
.notebook-preview-container .list_container > div:hover .list-item {
  background-color: red;
}
.notebook-preview-container .list_container > div:last-child {
  border: none;
}
.notebook-preview-container .list_item:hover .list_item {
  background-color: #ddd;
}
.notebook-preview-container .list_item a {
  text-decoration: none;
}
.notebook-preview-container .list_item:hover {
  background-color: #fafafa;
}
.notebook-preview-container .action_col {
  text-align: right;
}
.notebook-preview-container .list_header > div,
.notebook-preview-container .list_item > div {
  line-height: 22px;
  padding: 4px 7px;
}
.notebook-preview-container .list_header > div input,
.notebook-preview-container .list_item > div input {
  margin-right: 7px;
  margin-left: 14px;
  vertical-align: baseline;
  line-height: 22px;
  position: relative;
  top: -1px;
}
.notebook-preview-container .list_header > div .item_link,
.notebook-preview-container .list_item > div .item_link {
  margin-left: -1px;
  vertical-align: baseline;
  line-height: 22px;
}
.notebook-preview-container .new-file input[type=checkbox] {
  visibility: hidden;
}
.notebook-preview-container .item_name {
  line-height: 22px;
  height: 24px;
}
.notebook-preview-container .item_icon {
  font-size: 14px;
  color: #5e5e5e;
  margin-right: 7px;
  margin-left: 7px;
  line-height: 22px;
  vertical-align: baseline;
}
.notebook-preview-container .item_buttons {
  line-height: 1em;
  margin-left: -5px;
}
.notebook-preview-container .item_buttons .btn-group,
.notebook-preview-container .item_buttons .input-group {
  float: left;
}
.notebook-preview-container .item_buttons > .btn,
.notebook-preview-container .item_buttons > .btn-group,
.notebook-preview-container .item_buttons > .input-group {
  margin-left: 5px;
}
.notebook-preview-container .item_buttons .btn {
  min-width: 13ex;
}
.notebook-preview-container .item_buttons .running-indicator {
  padding-top: 4px;
  color: #5cb85c;
}
.notebook-preview-container .toolbar_info {
  height: 24px;
  line-height: 24px;
}
.notebook-preview-container input.engine_num_input,
.notebook-preview-container input.nbname_input {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 22px;
  line-height: 14px;
  margin: 0;
}
.notebook-preview-container input.engine_num_input {
  width: 60px;
}
.notebook-preview-container .highlight_text {
  color: #00f;
}
.notebook-preview-container #project_name {
  display: inline-block;
  padding-left: 7px;
  margin-left: -2px;
}
.notebook-preview-container #project_name > .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  font-weight: 700;
}
.notebook-preview-container #tree-selector {
  padding-right: 0;
}
.notebook-preview-container #button-select-all {
  min-width: 50px;
}
.notebook-preview-container #select-all {
  margin-left: 7px;
  margin-right: 2px;
}
.notebook-preview-container .menu_icon {
  margin-right: 2px;
}
.notebook-preview-container .tab-content .row {
  margin-left: 0;
  margin-right: 0;
}
.notebook-preview-container .folder_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f114";
}
.notebook-preview-container .folder_icon:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .folder_icon:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .notebook_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02d";
  position: relative;
  top: -1px;
}
.notebook-preview-container .notebook_icon:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .notebook_icon:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .running_notebook_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02d";
  position: relative;
  top: -1px;
  color: #5cb85c;
}
.notebook-preview-container .running_notebook_icon:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .running_notebook_icon:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .file_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f016";
  position: relative;
  top: -2px;
}
.notebook-preview-container .file_icon:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .file_icon:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container #notebook_toolbar .pull-right {
  padding-top: 0;
  margin-right: -1px;
}
.notebook-preview-container ul#new-menu {
  left: auto;
  right: 0;
}
.notebook-preview-container .kernel-menu-icon {
  padding-right: 12px;
  width: 24px;
  content: "\f096";
}
.notebook-preview-container .kernel-menu-icon:before {
  content: "\f096";
}
.notebook-preview-container .kernel-menu-icon-current:before {
  content: "\f00c";
}
.notebook-preview-container #tab_content {
  padding-top: 20px;
}
.notebook-preview-container #running .panel-group .panel {
  margin-top: 3px;
  margin-bottom: 1em;
}
.notebook-preview-container #running .panel-group .panel .panel-heading {
  background-color: #eee;
  line-height: 22px;
  padding: 4px 7px;
}
.notebook-preview-container #running .panel-group .panel .panel-heading a:focus,
.notebook-preview-container #running .panel-group .panel .panel-heading a:hover {
  text-decoration: none;
}
.notebook-preview-container #running .panel-group .panel .panel-body {
  padding: 0;
}
.notebook-preview-container #running .panel-group .panel .panel-body .list_container {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.notebook-preview-container #running .panel-group .panel .panel-body .list_container .list_item {
  border-bottom: 1px solid #ddd;
}
.notebook-preview-container #running .panel-group .panel .panel-body .list_container .list_item:last-child {
  border-bottom: 0;
}
.notebook-preview-container .delete-button,
.notebook-preview-container .duplicate-button,
.notebook-preview-container .rename-button,
.notebook-preview-container .shutdown-button {
  display: none;
}
.notebook-preview-container .dynamic-instructions {
  display: inline-block;
  padding-top: 4px;
}
.notebook-preview-container .selected-keymap i.fa {
  padding: 0 5px;
}
.notebook-preview-container .selected-keymap i.fa:before {
  content: "\f00c";
}
.notebook-preview-container #mode-menu {
  overflow: auto;
  max-height: 20em;
}
.notebook-preview-container .edit_app #header {
  -webkit-box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
  box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
}
.notebook-preview-container .edit_app #menubar .navbar {
  margin-bottom: -1px;
}
.notebook-preview-container .dirty-indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
}
.notebook-preview-container .dirty-indicator.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .dirty-indicator.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .dirty-indicator-dirty {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
}
.notebook-preview-container .dirty-indicator-dirty.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .dirty-indicator-dirty.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .dirty-indicator-clean {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
}
.notebook-preview-container .dirty-indicator-clean.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .dirty-indicator-clean.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .dirty-indicator-clean:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
}
.notebook-preview-container .dirty-indicator-clean:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .dirty-indicator-clean:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container #filename {
  font-size: 16pt;
  display: table;
  padding: 0 5px;
}
.notebook-preview-container #current-mode {
  padding-left: 5px;
  padding-right: 5px;
}
.notebook-preview-container #texteditor-backdrop {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media not print {
  .notebook-preview-container #texteditor-backdrop {
    background-color: #eee;
  }
}
@media print {
  .notebook-preview-container #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
  .notebook-preview-container #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
    background-color: #fff;
  }
}
@media not print {
  .notebook-preview-container #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
  .notebook-preview-container #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
    background-color: #fff;
  }
  .notebook-preview-container #texteditor-backdrop #texteditor-container {
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
    box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
  }
}
.notebook-preview-container .ansibold {
  font-weight: 700;
}
.notebook-preview-container .ansiblack {
  color: #000;
}
.notebook-preview-container .ansired {
  color: #8b0000;
}
.notebook-preview-container .ansigreen {
  color: #006400;
}
.notebook-preview-container .ansiyellow {
  color: #c4a000;
}
.notebook-preview-container .ansiblue {
  color: #00008b;
}
.notebook-preview-container .ansipurple {
  color: #9400d3;
}
.notebook-preview-container .ansicyan {
  color: #4682b4;
}
.notebook-preview-container .ansigray {
  color: gray;
}
.notebook-preview-container .ansibgblack {
  background-color: #000;
}
.notebook-preview-container .ansibgred {
  background-color: red;
}
.notebook-preview-container .ansibggreen {
  background-color: green;
}
.notebook-preview-container .ansibgyellow {
  background-color: #ff0;
}
.notebook-preview-container .ansibgblue {
  background-color: #00f;
}
.notebook-preview-container .ansibgpurple {
  background-color: #ff00ff;
}
.notebook-preview-container .ansibgcyan {
  background-color: #0ff;
}
.notebook-preview-container .ansibggray {
  background-color: gray;
}
.notebook-preview-container div.cell {
  border: 1px solid transparent;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: box;
  box-orient: vertical;
  box-align: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-width: thin;
  border-style: solid;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: 0;
}
.notebook-preview-container div.cell.selected {
  border-color: #ababab;
}
@media print {
  .notebook-preview-container div.cell.selected {
    border-color: transparent;
  }
}
.notebook-preview-container .edit_mode div.cell.selected {
  border-color: green;
}
.notebook-preview-container .prompt {
  min-width: 11ex;
  padding-left: 0;
  padding-right: .4em;
  padding-bottom: .4em;
  padding-top: .4em;
  margin: 0;
  font-family: monospace;
  text-align: right;
  line-height: 1.21429em;
}
.notebook-preview-container div.inner_cell {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: box;
  box-orient: vertical;
  box-align: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  flex: 1;
}
@-moz-document url-prefix() {
  .notebook-preview-container div.inner_cell {
    overflow-x: hidden;
  }
}
.notebook-preview-container div.input_area {
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #f7f7f7;
  line-height: 1.21429em;
}
.notebook-preview-container div.prompt:empty {
  padding-top: 0;
  padding-bottom: 0;
}
.notebook-preview-container div.unrecognized_cell {
  padding: 5px 5px 5px 0;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.notebook-preview-container div.unrecognized_cell .inner_cell {
  border-radius: 2px;
  padding: 5px;
  font-weight: 700;
  color: red;
  border: 1px solid #cfcfcf;
  background: #eaeaea;
}
.notebook-preview-container div.unrecognized_cell .inner_cell a,
.notebook-preview-container div.unrecognized_cell .inner_cell a:hover {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 540px) {
  .notebook-preview-container .prompt {
    text-align: left;
  }
  .notebook-preview-container div.unrecognized_cell > div.prompt {
    display: none;
  }
}
.notebook-preview-container div.input {
  page-break-inside: avoid;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 540px) {
  .notebook-preview-container div.input {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    box-align: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.notebook-preview-container div.input_prompt {
  color: navy;
  border-top: 1px solid transparent;
}
.notebook-preview-container div.input_area > div.highlight {
  margin: .4em;
  border: none;
  padding: 0;
  background-color: transparent;
}
.notebook-preview-container div.input_area > div.highlight > pre {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
}
.notebook-preview-container .CodeMirror {
  line-height: 1.21429em;
  font-size: 14px;
  height: auto;
  background: 0 0;
}
.notebook-preview-container .CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
.notebook-preview-container .CodeMirror-lines {
  padding: .4em;
}
.notebook-preview-container .CodeMirror-linenumber {
  padding: 0 8px 0 4px;
}
.notebook-preview-container .CodeMirror-gutters {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.notebook-preview-container .CodeMirror pre {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.notebook-preview-container .highlight-base,
.notebook-preview-container .highlight-variable {
  color: #000;
}
.notebook-preview-container .highlight-variable-2 {
  color: #1a1a1a;
}
.notebook-preview-container .highlight-variable-3 {
  color: #333;
}
.notebook-preview-container .highlight-string {
  color: #A4262C;
}
.notebook-preview-container .highlight-comment {
  color: #408080;
  font-style: italic;
}
.notebook-preview-container .highlight-number {
  color: #080;
}
.notebook-preview-container .highlight-atom {
  color: #88F;
}
.notebook-preview-container .highlight-keyword {
  color: green;
  font-weight: 700;
}
.notebook-preview-container .highlight-builtin {
  color: green;
}
.notebook-preview-container .highlight-error {
  color: red;
}
.notebook-preview-container .highlight-operator {
  color: #A2F;
  font-weight: 700;
}
.notebook-preview-container .highlight-meta {
  color: #A2F;
}
.notebook-preview-container .highlight-def {
  color: #00f;
}
.notebook-preview-container .highlight-string-2 {
  color: #f50;
}
.notebook-preview-container .highlight-qualifier {
  color: #555;
}
.notebook-preview-container .highlight-bracket {
  color: #997;
}
.notebook-preview-container .highlight-tag {
  color: #170;
}
.notebook-preview-container .highlight-attribute {
  color: #00c;
}
.notebook-preview-container .highlight-header {
  color: #00f;
}
.notebook-preview-container .highlight-quote {
  color: #090;
}
.notebook-preview-container .highlight-link {
  color: #00c;
}
.notebook-preview-container .cm-s-ipython span.cm-keyword {
  color: green;
  font-weight: 700;
}
.notebook-preview-container .cm-s-ipython span.cm-atom {
  color: #88F;
}
.notebook-preview-container .cm-s-ipython span.cm-number {
  color: #080;
}
.notebook-preview-container .cm-s-ipython span.cm-def {
  color: #00f;
}
.notebook-preview-container .cm-s-ipython span.cm-variable {
  color: #000;
}
.notebook-preview-container .cm-s-ipython span.cm-operator {
  color: #A2F;
  font-weight: 700;
}
.notebook-preview-container .cm-s-ipython span.cm-variable-2 {
  color: #1a1a1a;
}
.notebook-preview-container .cm-s-ipython span.cm-variable-3 {
  color: #333;
}
.notebook-preview-container .cm-s-ipython span.cm-comment {
  color: #408080;
  font-style: italic;
}
.notebook-preview-container .cm-s-ipython span.cm-string {
  color: #A4262C;
}
.notebook-preview-container .cm-s-ipython span.cm-string-2 {
  color: #f50;
}
.notebook-preview-container .cm-s-ipython span.cm-meta {
  color: #A2F;
}
.notebook-preview-container .cm-s-ipython span.cm-qualifier {
  color: #555;
}
.notebook-preview-container .cm-s-ipython span.cm-builtin {
  color: green;
}
.notebook-preview-container .cm-s-ipython span.cm-bracket {
  color: #997;
}
.notebook-preview-container .cm-s-ipython span.cm-tag {
  color: #170;
}
.notebook-preview-container .cm-s-ipython span.cm-attribute {
  color: #00c;
}
.notebook-preview-container .cm-s-ipython span.cm-header {
  color: #00f;
}
.notebook-preview-container .cm-s-ipython span.cm-quote {
  color: #090;
}
.notebook-preview-container .cm-s-ipython span.cm-link {
  color: #00c;
}
.notebook-preview-container .cm-s-ipython span.cm-error {
  color: red;
}
.notebook-preview-container .cm-s-ipython span.cm-tab {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=') right no-repeat;
}
.notebook-preview-container div.output_wrapper {
  display: -webkit-box;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-align: stretch;
  display: box;
  box-orient: vertical;
  box-align: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 1;
}
.notebook-preview-container div.output_scroll {
  height: 24em;
  width: 100%;
  overflow: auto;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
  display: block;
}
.notebook-preview-container div.output_collapsed {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: box;
  box-orient: vertical;
  box-align: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.notebook-preview-container div.out_prompt_overlay {
  height: 100%;
  padding: 0 .4em;
  position: absolute;
  border-radius: 2px;
}
.notebook-preview-container div.out_prompt_overlay:hover {
  -webkit-box-shadow: inset 0 0 1px #000;
  box-shadow: inset 0 0 1px #000;
  background: rgba(240, 240, 240, 0.5);
}
.notebook-preview-container div.output_prompt {
  color: #8b0000;
}
.notebook-preview-container div.output_area {
  padding: 0;
  page-break-inside: avoid;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.notebook-preview-container div.output_area .MathJax_Display {
  text-align: left !important;
}
.notebook-preview-container div.output_area .rendered_html img,
.notebook-preview-container div.output_area .rendered_html table {
  margin-left: 0;
  margin-right: 0;
}
.notebook-preview-container div.output_area img,
.notebook-preview-container div.output_area svg {
  max-width: 100%;
  height: auto;
}
.notebook-preview-container div.output_area img.unconfined,
.notebook-preview-container div.output_area svg.unconfined {
  max-width: none;
}
.notebook-preview-container .output {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: box;
  box-orient: vertical;
  box-align: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 540px) {
  .notebook-preview-container div.output_area {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    box-align: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.notebook-preview-container div.output_area pre {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #000;
  background-color: transparent;
  border-radius: 0;
}
.notebook-preview-container div.output_subarea {
  overflow-x: auto;
  padding: .4em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  flex: 1;
  max-width: calc(86%);
}
.notebook-preview-container div.output_text {
  text-align: left;
  color: #000;
  line-height: 1.21429em;
}
.notebook-preview-container div.output_stderr {
  background: #fdd;
}
.notebook-preview-container div.output_latex {
  text-align: left;
}
.notebook-preview-container div.output_javascript:empty {
  padding: 0;
}
.notebook-preview-container .js-error {
  color: #8b0000;
}
.notebook-preview-container div.raw_input_container {
  font-family: monospace;
  padding-top: 5px;
}
.notebook-preview-container input.raw_input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  width: auto;
  vertical-align: baseline;
  padding: 0 .25em;
  margin: 0 .25em;
}
.notebook-preview-container input.raw_input:focus {
  box-shadow: none;
}
.notebook-preview-container p.p-space {
  margin-bottom: 10px;
}
.notebook-preview-container div.output_unrecognized {
  padding: 5px;
  font-weight: 700;
  color: red;
}
.notebook-preview-container div.output_unrecognized a,
.notebook-preview-container div.output_unrecognized a:hover {
  color: inherit;
  text-decoration: none;
}
.notebook-preview-container .rendered_html {
  color: #000;
}
.notebook-preview-container .rendered_html em {
  font-style: italic;
}
.notebook-preview-container .rendered_html strong {
  font-weight: 700;
}
.notebook-preview-container .rendered_html :link,
.notebook-preview-container .rendered_html :visited,
.notebook-preview-container .rendered_html u {
  text-decoration: underline;
}
.notebook-preview-container .rendered_html h1 {
  font-size: 185.7%;
  margin: 1.08em 0 0;
  font-weight: 700;
  line-height: 1;
}
.notebook-preview-container .rendered_html h2 {
  font-size: 157.1%;
  margin: 1.27em 0 0;
  font-weight: 700;
  line-height: 1;
}
.notebook-preview-container .rendered_html h3 {
  font-size: 128.6%;
  margin: 1.55em 0 0;
  font-weight: 700;
  line-height: 1;
}
.notebook-preview-container .rendered_html h4 {
  font-size: 100%;
  margin: 2em 0 0;
  font-weight: 700;
  line-height: 1;
}
.notebook-preview-container .rendered_html h5,
.notebook-preview-container .rendered_html h6 {
  font-size: 100%;
  margin: 2em 0 0;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
}
.notebook-preview-container .rendered_html h1:first-child {
  margin-top: .538em;
}
.notebook-preview-container .rendered_html h2:first-child {
  margin-top: .636em;
}
.notebook-preview-container .rendered_html h3:first-child {
  margin-top: .777em;
}
.notebook-preview-container .rendered_html h4:first-child,
.notebook-preview-container .rendered_html h5:first-child,
.notebook-preview-container .rendered_html h6:first-child {
  margin-top: 1em;
}
.notebook-preview-container .rendered_html ul {
  list-style: disc;
  margin: 0 2em;
  padding-left: 0;
}
.notebook-preview-container .rendered_html ul ul {
  list-style: square;
  margin: 0 2em;
}
.notebook-preview-container .rendered_html ul ul ul {
  list-style: circle;
  margin: 0 2em;
}
.notebook-preview-container .rendered_html ol {
  list-style: decimal;
  margin: 0 2em;
  padding-left: 0;
}
.notebook-preview-container .rendered_html ol ol {
  list-style: upper-alpha;
  margin: 0 2em;
}
.notebook-preview-container .rendered_html ol ol ol {
  list-style: lower-alpha;
  margin: 0 2em;
}
.notebook-preview-container .rendered_html ol ol ol ol {
  list-style: lower-roman;
  margin: 0 2em;
}
.notebook-preview-container .rendered_html ol ol ol ol ol {
  list-style: decimal;
  margin: 0 2em;
}
.notebook-preview-container .rendered_html * + ol,
.notebook-preview-container .rendered_html * + ul {
  margin-top: 1em;
}
.notebook-preview-container .rendered_html hr {
  color: #000;
  background-color: #000;
}
.notebook-preview-container .rendered_html pre {
  margin: 1em 2em;
}
.notebook-preview-container .rendered_html code,
.notebook-preview-container .rendered_html pre {
  border: 0;
  background-color: #fff;
  color: #000;
  font-size: 100%;
  padding: 0;
}
.notebook-preview-container .rendered_html blockquote {
  margin: 1em 2em;
}
.notebook-preview-container .rendered_html table {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-collapse: collapse;
}
.notebook-preview-container .rendered_html td,
.notebook-preview-container .rendered_html th,
.notebook-preview-container .rendered_html tr {
  border: 1px solid #000;
  border-collapse: collapse;
  margin: 1em 2em;
}
.notebook-preview-container .rendered_html td,
.notebook-preview-container .rendered_html th {
  text-align: left;
  vertical-align: middle;
  padding: 4px;
}
.notebook-preview-container .rendered_html th {
  font-weight: 700;
}
.notebook-preview-container .rendered_html * + table {
  margin-top: 1em;
}
.notebook-preview-container .rendered_html p {
  text-align: left;
}
.notebook-preview-container .rendered_html * + p {
  margin-top: 1em;
}
.notebook-preview-container .rendered_html img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.notebook-preview-container .rendered_html * + img {
  margin-top: 1em;
}
.notebook-preview-container .rendered_html img,
.notebook-preview-container .rendered_html svg {
  max-width: 100%;
  height: auto;
}
.notebook-preview-container .rendered_html img.unconfined,
.notebook-preview-container .rendered_html svg.unconfined {
  max-width: none;
}
.notebook-preview-container div.text_cell {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 540px) {
  .notebook-preview-container div.text_cell > div.prompt {
    display: none;
  }
}
.notebook-preview-container div.text_cell_render {
  outline: 0;
  resize: none;
  width: inherit;
  border-style: none;
  padding: .5em .5em .5em .4em;
  color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.notebook-preview-container a.anchor-link:link {
  text-decoration: none;
  padding: 0 20px;
  visibility: hidden;
}
.notebook-preview-container h1:hover .anchor-link,
.notebook-preview-container h2:hover .anchor-link,
.notebook-preview-container h3:hover .anchor-link,
.notebook-preview-container h4:hover .anchor-link,
.notebook-preview-container h5:hover .anchor-link,
.notebook-preview-container h6:hover .anchor-link {
  visibility: visible;
}
.notebook-preview-container .text_cell.rendered .input_area {
  display: none;
}
.notebook-preview-container .text_cell.rendered .rendered_html {
  overflow-x: auto;
}
.notebook-preview-container .text_cell.unrendered .text_cell_render {
  display: none;
}
.notebook-preview-container .cm-header-1,
.notebook-preview-container .cm-header-2,
.notebook-preview-container .cm-header-3,
.notebook-preview-container .cm-header-4,
.notebook-preview-container .cm-header-5,
.notebook-preview-container .cm-header-6 {
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.notebook-preview-container .cm-header-1 {
  font-size: 185.7%;
}
.notebook-preview-container .cm-header-2 {
  font-size: 157.1%;
}
.notebook-preview-container .cm-header-3 {
  font-size: 128.6%;
}
.notebook-preview-container .cm-header-4 {
  font-size: 110%;
}
.notebook-preview-container .cm-header-5,
.notebook-preview-container .cm-header-6 {
  font-size: 100%;
  font-style: italic;
}
@media (max-width: 767px) {
  .notebook-preview-container .notebook_app {
    padding-left: 0;
    padding-right: 0;
  }
}
.notebook-preview-container #ipython-main-app {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
}
.notebook-preview-container div#notebook_panel {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
}
.notebook-preview-container #notebook {
  font-size: 14px;
  line-height: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  padding-top: 20px;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 100%;
}
@media not print {
  .notebook-preview-container #notebook-container {
    padding: 15px;
    background-color: #fff;
    min-height: 0;
    -webkit-box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
    box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
  }
}
.notebook-preview-container div.ui-widget-content {
  border: 1px solid #ababab;
  outline: 0;
}
.notebook-preview-container pre.dialog {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: .4em .4em .4em 2em;
}
.notebook-preview-container p.dialog {
  padding: .2em;
}
.notebook-preview-container code,
.notebook-preview-container kbd,
.notebook-preview-container pre,
.notebook-preview-container samp {
  white-space: pre-wrap;
}
.notebook-preview-container #fonttest {
  font-family: monospace;
}
.notebook-preview-container p {
  margin-bottom: 0;
}
.notebook-preview-container .end_space {
  min-height: 100px;
  transition: height .2s ease;
}
.notebook-preview-container .notebook_app #header {
  -webkit-box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
  box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
}
@media not print {
  .notebook-preview-container .notebook_app {
    background-color: #eee;
  }
}
.notebook-preview-container .celltoolbar {
  border: thin solid #CFCFCF;
  border-bottom: none;
  background: #EEE;
  border-radius: 2px 2px 0 0;
  width: 100%;
  height: 29px;
  padding-right: 4px;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  box-align: stretch;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  justify-content: flex-end;
  font-size: 87%;
  padding-top: 3px;
}
@media print {
  .notebook-preview-container .edit_mode div.cell.selected {
    border-color: transparent;
  }
  .notebook-preview-container div.code_cell {
    page-break-inside: avoid;
  }
  .notebook-preview-container #notebook-container {
    width: 100%;
  }
  .notebook-preview-container .celltoolbar {
    display: none;
  }
}
.notebook-preview-container .ctb_hideshow {
  display: none;
  vertical-align: bottom;
}
.notebook-preview-container .ctb_global_show .ctb_show.ctb_hideshow {
  display: block;
}
.notebook-preview-container .ctb_global_show .ctb_show + .input_area,
.notebook-preview-container .ctb_global_show .ctb_show + div.text_cell_input,
.notebook-preview-container .ctb_global_show .ctb_show ~ div.text_cell_render {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.notebook-preview-container .ctb_global_show .ctb_show ~ div.text_cell_render {
  border: 1px solid #cfcfcf;
}
.notebook-preview-container .celltoolbar select {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  line-height: 1.5;
  border-radius: 1px;
  width: inherit;
  font-size: inherit;
  height: 22px;
  padding: 0;
  display: inline-block;
}
.notebook-preview-container .celltoolbar select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.notebook-preview-container .celltoolbar select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.notebook-preview-container .celltoolbar select:-ms-input-placeholder {
  color: #999;
}
.notebook-preview-container .celltoolbar select::-webkit-input-placeholder {
  color: #999;
}
.notebook-preview-container .celltoolbar select[disabled],
.notebook-preview-container .celltoolbar select[readonly],
.notebook-preview-container fieldset[disabled] .celltoolbar select {
  background-color: #eee;
  opacity: 1;
}
.notebook-preview-container .celltoolbar select[disabled],
.notebook-preview-container fieldset[disabled] .celltoolbar select {
  cursor: not-allowed;
}
.notebook-preview-container textarea.celltoolbar select {
  height: auto;
}
.notebook-preview-container select.celltoolbar select {
  height: 30px;
  line-height: 30px;
}
.notebook-preview-container select[multiple].celltoolbar select,
.notebook-preview-container textarea.celltoolbar select {
  height: auto;
}
.notebook-preview-container .celltoolbar label {
  margin-left: 5px;
  margin-right: 5px;
}
.notebook-preview-container .completions {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  border: 1px solid #ababab;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 10px -1px #adadad;
  box-shadow: 0 6px 10px -1px #adadad;
  line-height: 1;
}
.notebook-preview-container .completions select {
  background: #fff;
  outline: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: monospace;
  font-size: 110%;
  color: #000;
  width: auto;
}
.notebook-preview-container .completions select option.context {
  color: #286090;
}
.notebook-preview-container #kernel_logo_widget {
  float: right !important;
  float: right;
}
.notebook-preview-container #kernel_logo_widget .current_kernel_logo {
  display: none;
  margin-top: -1px;
  margin-bottom: -1px;
  width: 32px;
  height: 32px;
}
.notebook-preview-container #menubar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 1px;
}
.notebook-preview-container #menubar .navbar {
  border-top: 1px;
  border-radius: 0 0 2px 2px;
  margin-bottom: 0;
}
.notebook-preview-container #menubar .navbar-toggle {
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
  border: none;
}
.notebook-preview-container #menubar .navbar-collapse {
  clear: left;
}
.notebook-preview-container .nav-wrapper {
  border-bottom: 1px solid #e7e7e7;
}
.notebook-preview-container i.menu-icon {
  padding-top: 4px;
}
.notebook-preview-container ul#help_menu li a {
  overflow: hidden;
  padding-right: 2.2em;
}
.notebook-preview-container ul#help_menu li a i {
  margin-right: -1.2em;
}
.notebook-preview-container .dropdown-submenu {
  position: relative;
}
.notebook-preview-container .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.notebook-preview-container .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.notebook-preview-container .dropdown-submenu > a:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f0da";
  float: right;
  color: #333;
  margin-top: 2px;
  margin-right: -10px;
}
.notebook-preview-container .dropdown-submenu > a:after.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .dropdown-submenu > a:after.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .dropdown-submenu:hover > a:after {
  color: #262626;
}
.notebook-preview-container .dropdown-submenu.pull-left {
  float: none;
}
.notebook-preview-container .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.notebook-preview-container #notification_area {
  float: right !important;
  float: right;
  z-index: 10;
}
.notebook-preview-container .indicator_area {
  float: right !important;
  float: right;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 10;
  text-align: center;
  width: auto;
}
.notebook-preview-container #kernel_indicator {
  float: right !important;
  float: right;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 10;
  text-align: center;
  width: auto;
  border-left: 1px solid;
}
.notebook-preview-container #kernel_indicator .kernel_indicator_name {
  padding-left: 5px;
  padding-right: 5px;
}
.notebook-preview-container #modal_indicator {
  float: right !important;
  float: right;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 10;
  text-align: center;
  width: auto;
}
.notebook-preview-container #readonly-indicator {
  float: right !important;
  float: right;
  color: #777;
  z-index: 10;
  text-align: center;
  width: auto;
  display: none;
  margin: 2px 0 0;
}
.notebook-preview-container .modal_indicator:before {
  width: 1.28571429em;
  text-align: center;
}
.notebook-preview-container .edit_mode .modal_indicator:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f040";
}
.notebook-preview-container .edit_mode .modal_indicator:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .edit_mode .modal_indicator:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .command_mode .modal_indicator:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ' ';
}
.notebook-preview-container .command_mode .modal_indicator:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .command_mode .modal_indicator:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .kernel_idle_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10c";
}
.notebook-preview-container .kernel_idle_icon:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .kernel_idle_icon:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .kernel_busy_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
}
.notebook-preview-container .kernel_busy_icon:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .kernel_busy_icon:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .kernel_dead_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1e2";
}
.notebook-preview-container .kernel_dead_icon:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .kernel_dead_icon:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .kernel_disconnected_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f127";
}
.notebook-preview-container .kernel_disconnected_icon:before.pull-left {
  margin-right: .3em;
}
.notebook-preview-container .kernel_disconnected_icon:before.pull-right {
  margin-left: .3em;
}
.notebook-preview-container .notification_widget {
  z-index: 10;
  background: rgba(240, 240, 240, 0.5);
  margin-right: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.notebook-preview-container .notification_widget.active,
.notebook-preview-container .notification_widget.focus,
.notebook-preview-container .notification_widget:active,
.notebook-preview-container .notification_widget:focus,
.notebook-preview-container .notification_widget:hover,
.notebook-preview-container .open > .dropdown-toggle.notification_widget {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.notebook-preview-container .notification_widget.active,
.notebook-preview-container .notification_widget:active,
.notebook-preview-container .open > .dropdown-toggle.notification_widget {
  background-image: none;
}
.notebook-preview-container .notification_widget.disabled,
.notebook-preview-container .notification_widget.disabled.active,
.notebook-preview-container .notification_widget.disabled.focus,
.notebook-preview-container .notification_widget.disabled:active,
.notebook-preview-container .notification_widget.disabled:focus,
.notebook-preview-container .notification_widget.disabled:hover,
.notebook-preview-container .notification_widget[disabled],
.notebook-preview-container .notification_widget[disabled].active,
.notebook-preview-container .notification_widget[disabled].focus,
.notebook-preview-container .notification_widget[disabled]:active,
.notebook-preview-container .notification_widget[disabled]:focus,
.notebook-preview-container .notification_widget[disabled]:hover,
.notebook-preview-container fieldset[disabled] .notification_widget,
.notebook-preview-container fieldset[disabled] .notification_widget.active,
.notebook-preview-container fieldset[disabled] .notification_widget.focus,
.notebook-preview-container fieldset[disabled] .notification_widget:active,
.notebook-preview-container fieldset[disabled] .notification_widget:focus,
.notebook-preview-container fieldset[disabled] .notification_widget:hover {
  background-color: #fff;
  border-color: #ccc;
}
.notebook-preview-container .notification_widget .badge {
  color: #fff;
  background-color: #333;
}
.notebook-preview-container .notification_widget.warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.notebook-preview-container .notification_widget.warning.active,
.notebook-preview-container .notification_widget.warning.focus,
.notebook-preview-container .notification_widget.warning:active,
.notebook-preview-container .notification_widget.warning:focus,
.notebook-preview-container .notification_widget.warning:hover,
.notebook-preview-container .open > .dropdown-toggle.notification_widget.warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.notebook-preview-container .notification_widget.warning.active,
.notebook-preview-container .notification_widget.warning:active,
.notebook-preview-container .open > .dropdown-toggle.notification_widget.warning {
  background-image: none;
}
.notebook-preview-container .notification_widget.warning.disabled,
.notebook-preview-container .notification_widget.warning.disabled.active,
.notebook-preview-container .notification_widget.warning.disabled.focus,
.notebook-preview-container .notification_widget.warning.disabled:active,
.notebook-preview-container .notification_widget.warning.disabled:focus,
.notebook-preview-container .notification_widget.warning.disabled:hover,
.notebook-preview-container .notification_widget.warning[disabled],
.notebook-preview-container .notification_widget.warning[disabled].active,
.notebook-preview-container .notification_widget.warning[disabled].focus,
.notebook-preview-container .notification_widget.warning[disabled]:active,
.notebook-preview-container .notification_widget.warning[disabled]:focus,
.notebook-preview-container .notification_widget.warning[disabled]:hover,
.notebook-preview-container fieldset[disabled] .notification_widget.warning,
.notebook-preview-container fieldset[disabled] .notification_widget.warning.active,
.notebook-preview-container fieldset[disabled] .notification_widget.warning.focus,
.notebook-preview-container fieldset[disabled] .notification_widget.warning:active,
.notebook-preview-container fieldset[disabled] .notification_widget.warning:focus,
.notebook-preview-container fieldset[disabled] .notification_widget.warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.notebook-preview-container .notification_widget.warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.notebook-preview-container .notification_widget.success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.notebook-preview-container .notification_widget.success.active,
.notebook-preview-container .notification_widget.success.focus,
.notebook-preview-container .notification_widget.success:active,
.notebook-preview-container .notification_widget.success:focus,
.notebook-preview-container .notification_widget.success:hover,
.notebook-preview-container .open > .dropdown-toggle.notification_widget.success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.notebook-preview-container .notification_widget.success.active,
.notebook-preview-container .notification_widget.success:active,
.notebook-preview-container .open > .dropdown-toggle.notification_widget.success {
  background-image: none;
}
.notebook-preview-container .notification_widget.success.disabled,
.notebook-preview-container .notification_widget.success.disabled.active,
.notebook-preview-container .notification_widget.success.disabled.focus,
.notebook-preview-container .notification_widget.success.disabled:active,
.notebook-preview-container .notification_widget.success.disabled:focus,
.notebook-preview-container .notification_widget.success.disabled:hover,
.notebook-preview-container .notification_widget.success[disabled],
.notebook-preview-container .notification_widget.success[disabled].active,
.notebook-preview-container .notification_widget.success[disabled].focus,
.notebook-preview-container .notification_widget.success[disabled]:active,
.notebook-preview-container .notification_widget.success[disabled]:focus,
.notebook-preview-container .notification_widget.success[disabled]:hover,
.notebook-preview-container fieldset[disabled] .notification_widget.success,
.notebook-preview-container fieldset[disabled] .notification_widget.success.active,
.notebook-preview-container fieldset[disabled] .notification_widget.success.focus,
.notebook-preview-container fieldset[disabled] .notification_widget.success:active,
.notebook-preview-container fieldset[disabled] .notification_widget.success:focus,
.notebook-preview-container fieldset[disabled] .notification_widget.success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.notebook-preview-container .notification_widget.success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.notebook-preview-container .notification_widget.info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.notebook-preview-container .notification_widget.info.active,
.notebook-preview-container .notification_widget.info.focus,
.notebook-preview-container .notification_widget.info:active,
.notebook-preview-container .notification_widget.info:focus,
.notebook-preview-container .notification_widget.info:hover,
.notebook-preview-container .open > .dropdown-toggle.notification_widget.info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.notebook-preview-container .notification_widget.info.active,
.notebook-preview-container .notification_widget.info:active,
.notebook-preview-container .open > .dropdown-toggle.notification_widget.info {
  background-image: none;
}
.notebook-preview-container .notification_widget.info.disabled,
.notebook-preview-container .notification_widget.info.disabled.active,
.notebook-preview-container .notification_widget.info.disabled.focus,
.notebook-preview-container .notification_widget.info.disabled:active,
.notebook-preview-container .notification_widget.info.disabled:focus,
.notebook-preview-container .notification_widget.info.disabled:hover,
.notebook-preview-container .notification_widget.info[disabled],
.notebook-preview-container .notification_widget.info[disabled].active,
.notebook-preview-container .notification_widget.info[disabled].focus,
.notebook-preview-container .notification_widget.info[disabled]:active,
.notebook-preview-container .notification_widget.info[disabled]:focus,
.notebook-preview-container .notification_widget.info[disabled]:hover,
.notebook-preview-container fieldset[disabled] .notification_widget.info,
.notebook-preview-container fieldset[disabled] .notification_widget.info.active,
.notebook-preview-container fieldset[disabled] .notification_widget.info.focus,
.notebook-preview-container fieldset[disabled] .notification_widget.info:active,
.notebook-preview-container fieldset[disabled] .notification_widget.info:focus,
.notebook-preview-container fieldset[disabled] .notification_widget.info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.notebook-preview-container .notification_widget.info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.notebook-preview-container .notification_widget.danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.notebook-preview-container .notification_widget.danger.active,
.notebook-preview-container .notification_widget.danger.focus,
.notebook-preview-container .notification_widget.danger:active,
.notebook-preview-container .notification_widget.danger:focus,
.notebook-preview-container .notification_widget.danger:hover,
.notebook-preview-container .open > .dropdown-toggle.notification_widget.danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.notebook-preview-container .notification_widget.danger.active,
.notebook-preview-container .notification_widget.danger:active,
.notebook-preview-container .open > .dropdown-toggle.notification_widget.danger {
  background-image: none;
}
.notebook-preview-container .notification_widget.danger.disabled,
.notebook-preview-container .notification_widget.danger.disabled.active,
.notebook-preview-container .notification_widget.danger.disabled.focus,
.notebook-preview-container .notification_widget.danger.disabled:active,
.notebook-preview-container .notification_widget.danger.disabled:focus,
.notebook-preview-container .notification_widget.danger.disabled:hover,
.notebook-preview-container .notification_widget.danger[disabled],
.notebook-preview-container .notification_widget.danger[disabled].active,
.notebook-preview-container .notification_widget.danger[disabled].focus,
.notebook-preview-container .notification_widget.danger[disabled]:active,
.notebook-preview-container .notification_widget.danger[disabled]:focus,
.notebook-preview-container .notification_widget.danger[disabled]:hover,
.notebook-preview-container fieldset[disabled] .notification_widget.danger,
.notebook-preview-container fieldset[disabled] .notification_widget.danger.active,
.notebook-preview-container fieldset[disabled] .notification_widget.danger.focus,
.notebook-preview-container fieldset[disabled] .notification_widget.danger:active,
.notebook-preview-container fieldset[disabled] .notification_widget.danger:focus,
.notebook-preview-container fieldset[disabled] .notification_widget.danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.notebook-preview-container .notification_widget.danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.notebook-preview-container div#pager {
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: 50%;
  padding-top: 8px;
  -webkit-box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
  box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
  z-index: 100;
  top: auto !important;
}
.notebook-preview-container div#pager pre {
  line-height: 1.21429em;
  color: #000;
  background-color: #f7f7f7;
  padding: .4em;
}
.notebook-preview-container div#pager #pager-button-area {
  position: absolute;
  top: 8px;
  right: 20px;
}
.notebook-preview-container div#pager #pager-contents {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.notebook-preview-container div#pager #pager-contents #pager-container {
  position: relative;
  padding: 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.notebook-preview-container div#pager .ui-resizable-handle {
  top: 0;
  height: 8px;
  background: #f7f7f7;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.notebook-preview-container div#pager .ui-resizable-handle::after {
  content: '';
  top: 2px;
  left: 50%;
  height: 3px;
  width: 30px;
  margin-left: -15px;
  position: absolute;
  border-top: 1px solid #cfcfcf;
}
.notebook-preview-container .quickhelp {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.notebook-preview-container .shortcut_key {
  display: inline-block;
  width: 20ex;
  text-align: right;
  font-family: monospace;
}
.notebook-preview-container .shortcut_descr {
  display: inline-block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  flex: 1;
}
.notebook-preview-container span.save_widget {
  margin-top: 6px;
}
.notebook-preview-container span.save_widget span.filename {
  height: 1em;
  line-height: 1em;
  padding: 3px;
  margin-left: 16px;
  border: none;
  font-size: 146.5%;
  border-radius: 2px;
}
.notebook-preview-container span.save_widget span.filename:hover {
  background-color: #e6e6e6;
}
.notebook-preview-container span.autosave_status,
.notebook-preview-container span.checkpoint_status {
  font-size: small;
}
@media (max-width: 767px) {
  .notebook-preview-container span.save_widget {
    font-size: small;
  }
  .notebook-preview-container span.autosave_status,
  .notebook-preview-container span.checkpoint_status {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notebook-preview-container span.checkpoint_status {
    display: none;
  }
  .notebook-preview-container span.autosave_status {
    font-size: x-small;
  }
}
.notebook-preview-container .toolbar {
  padding: 0;
  margin-left: -5px;
  margin-top: 2px;
  margin-bottom: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.notebook-preview-container .toolbar label,
.notebook-preview-container .toolbar select {
  width: auto;
  vertical-align: middle;
  margin-bottom: 0;
  display: inline;
  font-size: 92%;
  margin-left: .3em;
  margin-right: .3em;
  padding: 3px 0 0;
}
.notebook-preview-container .toolbar .btn {
  padding: 2px 8px;
}
.notebook-preview-container .toolbar .btn-group {
  margin-top: 0;
  margin-left: 5px;
}
.notebook-preview-container #maintoolbar {
  margin-bottom: -3px;
  margin-top: -8px;
  border: 0;
  min-height: 27px;
  margin-left: 0;
  padding-top: 11px;
  padding-bottom: 3px;
}
.notebook-preview-container #maintoolbar .navbar-text {
  float: none;
  vertical-align: middle;
  text-align: right;
  margin-left: 5px;
  margin-right: 0;
  margin-top: 0;
}
.notebook-preview-container .select-xs {
  height: 24px;
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.notebook-preview-container .bigtooltip {
  overflow: auto;
  height: 200px;
  -webkit-transition-property: height;
  -webkit-transition-duration: 500ms;
  -moz-transition-property: height;
  -moz-transition-duration: 500ms;
  transition-property: height;
  transition-duration: 500ms;
}
.notebook-preview-container .smalltooltip {
  -webkit-transition-property: height;
  -webkit-transition-duration: 500ms;
  -moz-transition-property: height;
  -moz-transition-duration: 500ms;
  transition-property: height;
  transition-duration: 500ms;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 80px;
}
.notebook-preview-container .tooltipbuttons {
  position: absolute;
  padding-right: 15px;
  top: 0;
  right: 0;
}
.notebook-preview-container .tooltiptext {
  padding-right: 30px;
}
.notebook-preview-container .ipython_tooltip {
  max-width: 700px;
  animation: fadeOut 400ms;
  -webkit-animation: fadeIn 400ms;
  -moz-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
  vertical-align: middle;
  background-color: #f7f7f7;
  overflow: visible;
  border: 1px solid #ababab;
  outline: 0;
  padding: 3px 3px 3px 7px;
  padding-left: 7px;
  font-family: monospace;
  min-height: 50px;
  -moz-box-shadow: 0 6px 10px -1px #adadad;
  -webkit-box-shadow: 0 6px 10px -1px #adadad;
  box-shadow: 0 6px 10px -1px #adadad;
  border-radius: 2px;
  position: absolute;
  z-index: 1000;
}
.notebook-preview-container .ipython_tooltip a {
  float: right;
}
.notebook-preview-container .ipython_tooltip .tooltiptext pre {
  border: 0;
  border-radius: 0;
  font-size: 100%;
  background-color: #f7f7f7;
}
.notebook-preview-container .pretooltiparrow {
  left: 0;
  margin: 0;
  top: -16px;
  width: 40px;
  height: 16px;
  overflow: hidden;
  position: absolute;
}
.notebook-preview-container .pretooltiparrow:before {
  background-color: #f7f7f7;
  border: 1px solid #ababab;
  z-index: 11;
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.notebook-preview-container .terminal-app {
  background: #eee;
}
.notebook-preview-container .terminal-app #header {
  background: #fff;
  -webkit-box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
  box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.2);
}
.notebook-preview-container .terminal-app .terminal {
  float: left;
  font-family: monospace;
  color: #fff;
  background: #000;
  padding: .4em;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.4);
  box-shadow: 0 0 12px 1px rgba(87, 87, 87, 0.4);
}
.notebook-preview-container .terminal-app .terminal,
.notebook-preview-container .terminal-app .terminal dummy-screen {
  line-height: 1em;
  font-size: 14px;
}
.notebook-preview-container .terminal-app .terminal-cursor {
  color: #000;
  background: #fff;
}
.notebook-preview-container .terminal-app #terminado-container {
  margin-top: 20px;
}
.notebook-preview-container .highlight .hll {
  background-color: #ffffcc;
}
.notebook-preview-container .highlight {
  background: #f8f8f8;
}
.notebook-preview-container .highlight .c {
  color: #408080;
  font-style: italic;
}
.notebook-preview-container .highlight .err {
  border: 1px solid #FF0000;
}
.notebook-preview-container .highlight .k {
  color: #008272;
  font-weight: normal;
}
.notebook-preview-container .highlight .o {
  color: #666666;
}
.notebook-preview-container .highlight .cm {
  color: #408080;
  font-style: italic;
}
.notebook-preview-container .highlight .cp {
  color: #BC7A00;
}
.notebook-preview-container .highlight .c1 {
  color: #408080;
  font-style: italic;
}
.notebook-preview-container .highlight .cs {
  color: #408080;
  font-style: italic;
}
.notebook-preview-container .highlight .gd {
  color: #A00000;
}
.notebook-preview-container .highlight .ge {
  font-style: italic;
}
.notebook-preview-container .highlight .gr {
  color: #FF0000;
}
.notebook-preview-container .highlight .gh {
  color: #000080;
  font-weight: bold;
}
.notebook-preview-container .highlight .gi {
  color: #00A000;
}
.notebook-preview-container .highlight .go {
  color: #888888;
}
.notebook-preview-container .highlight .gp {
  color: #000080;
  font-weight: bold;
}
.notebook-preview-container .highlight .gs {
  font-weight: bold;
}
.notebook-preview-container .highlight .gu {
  color: #800080;
  font-weight: bold;
}
.notebook-preview-container .highlight .gt {
  color: #0044DD;
}
.notebook-preview-container .highlight .kc {
  color: #008272;
  font-weight: normal;
}
.notebook-preview-container .highlight .kd {
  color: #008272;
  font-weight: normal;
}
.notebook-preview-container .highlight .kn {
  color: #008272;
  font-weight: normal;
}
.notebook-preview-container .highlight .kp {
  color: #008272;
}
.notebook-preview-container .highlight .kr {
  color: #008272;
  font-weight: normal;
}
.notebook-preview-container .highlight .kt {
  color: #B00040;
}
.notebook-preview-container .highlight .m {
  color: #666666;
}
.notebook-preview-container .highlight .s {
  color: #A4262C;
}
.notebook-preview-container .highlight .na {
  color: #7D9029;
}
.notebook-preview-container .highlight .nb {
  color: #008272;
}
.notebook-preview-container .highlight .nc {
  color: #0027B4;
  font-weight: normal;
}
.notebook-preview-container .highlight .no {
  color: #880000;
}
.notebook-preview-container .highlight .nd {
  color: #AA22FF;
}
.notebook-preview-container .highlight .ni {
  color: #999999;
  font-weight: bold;
}
.notebook-preview-container .highlight .ne {
  color: #D2413A;
  font-weight: bold;
}
.notebook-preview-container .highlight .nf {
  color: #0027B4;
}
.notebook-preview-container .highlight .nl {
  color: #A0A000;
}
.notebook-preview-container .highlight .nn {
  color: #0027B4;
  font-weight: normal;
}
.notebook-preview-container .highlight .nt {
  color: #008272;
  font-weight: bold;
}
.notebook-preview-container .highlight .nv {
  color: #19177C;
}
.notebook-preview-container .highlight .ow {
  color: #800074;
  font-weight: normal;
}
.notebook-preview-container .highlight .w {
  color: #bbbbbb;
}
.notebook-preview-container .highlight .mb {
  color: #666666;
}
.notebook-preview-container .highlight .mf {
  color: #666666;
}
.notebook-preview-container .highlight .mh {
  color: #666666;
}
.notebook-preview-container .highlight .mi {
  color: #666666;
}
.notebook-preview-container .highlight .mo {
  color: #666666;
}
.notebook-preview-container .highlight .sb {
  color: #A4262C;
}
.notebook-preview-container .highlight .sc {
  color: #A4262C;
}
.notebook-preview-container .highlight .sd {
  color: #A4262C;
  font-style: italic;
}
.notebook-preview-container .highlight .s2 {
  color: #A4262C;
}
.notebook-preview-container .highlight .se {
  color: #BB6622;
  font-weight: bold;
}
.notebook-preview-container .highlight .sh {
  color: #A4262C;
}
.notebook-preview-container .highlight .si {
  color: #BB6688;
  font-weight: bold;
}
.notebook-preview-container .highlight .sx {
  color: #008272;
}
.notebook-preview-container .highlight .sr {
  color: #BB6688;
}
.notebook-preview-container .highlight .s1 {
  color: #A4262C;
}
.notebook-preview-container .highlight .ss {
  color: #19177C;
}
.notebook-preview-container .highlight .bp {
  color: #008272;
}
.notebook-preview-container .highlight .vc {
  color: #19177C;
}
.notebook-preview-container .highlight .vg {
  color: #19177C;
}
.notebook-preview-container .highlight .vi {
  color: #19177C;
}
.notebook-preview-container .highlight .il {
  color: #666666;
}
.notebook-preview-container body {
  overflow: visible;
  padding: 8px;
}
.notebook-preview-container div#notebook {
  overflow: visible;
  border-top: none;
}
@media print {
  .notebook-preview-container div.cell {
    display: block;
    page-break-inside: avoid;
  }
  .notebook-preview-container div.output_wrapper {
    display: block;
    page-break-inside: avoid;
  }
  .notebook-preview-container div.output {
    display: block;
    page-break-inside: avoid;
  }
}
.notebook-preview-container .MathJax_Hover_Frame {
  border-radius: .25em;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  -khtml-border-radius: .25em;
  box-shadow: 0px 0px 15px #83A;
  -webkit-box-shadow: 0px 0px 15px #83A;
  -moz-box-shadow: 0px 0px 15px #83A;
  -khtml-box-shadow: 0px 0px 15px #83A;
  border: 1px solid #A6D !important;
  display: inline-block;
  position: absolute;
}
.notebook-preview-container .MathJax_Hover_Arrow {
  position: absolute;
  width: 15px;
  height: 11px;
  cursor: pointer;
}
.notebook-preview-container #MathJax_About {
  position: fixed;
  left: 50%;
  width: auto;
  text-align: center;
  border: 3px outset;
  padding: 1em 2em;
  background-color: #DDDDDD;
  color: black;
  cursor: default;
  font-family: message-box;
  font-size: 120%;
  font-style: normal;
  text-indent: 0;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  float: none;
  z-index: 201;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  box-shadow: 0px 10px 20px #808080;
  -webkit-box-shadow: 0px 10px 20px #808080;
  -moz-box-shadow: 0px 10px 20px #808080;
  -khtml-box-shadow: 0px 10px 20px #808080;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');
}
.notebook-preview-container .MathJax_Menu {
  position: absolute;
  background-color: white;
  color: black;
  width: auto;
  padding: 2px;
  border: 1px solid #CCCCCC;
  margin: 0;
  cursor: default;
  font: menu;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  float: none;
  z-index: 201;
  box-shadow: 0px 10px 20px #808080;
  -webkit-box-shadow: 0px 10px 20px #808080;
  -moz-box-shadow: 0px 10px 20px #808080;
  -khtml-box-shadow: 0px 10px 20px #808080;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');
}
.notebook-preview-container .MathJax_MenuItem {
  padding: 2px 2em;
  background: transparent;
}
.notebook-preview-container .MathJax_MenuArrow {
  position: absolute;
  right: .5em;
  color: #666666;
}
.notebook-preview-container .MathJax_MenuActive .MathJax_MenuArrow {
  color: white;
}
.notebook-preview-container .MathJax_MenuArrow.RTL {
  left: .5em;
  right: auto;
}
.notebook-preview-container .MathJax_MenuCheck {
  position: absolute;
  left: .7em;
}
.notebook-preview-container .MathJax_MenuCheck.RTL {
  right: .7em;
  left: auto;
}
.notebook-preview-container .MathJax_MenuRadioCheck {
  position: absolute;
  left: 1em;
}
.notebook-preview-container .MathJax_MenuRadioCheck.RTL {
  right: 1em;
  left: auto;
}
.notebook-preview-container .MathJax_MenuLabel {
  padding: 2px 2em 4px 1.33em;
  font-style: italic;
}
.notebook-preview-container .MathJax_MenuRule {
  border-top: 1px solid #CCCCCC;
  margin: 4px 1px 0px;
}
.notebook-preview-container .MathJax_MenuDisabled {
  color: GrayText;
}
.notebook-preview-container .MathJax_MenuActive {
  background-color: Highlight;
  color: HighlightText;
}
.notebook-preview-container .MathJax_Menu_Close {
  position: absolute;
  width: 31px;
  height: 31px;
  top: -15px;
  left: -15px;
}
.notebook-preview-container .MathJax_Preview .MJXc-math {
  color: inherit !important;
}
.notebook-preview-container #MathJax_Zoom {
  position: absolute;
  background-color: #F0F0F0;
  overflow: auto;
  display: block;
  z-index: 301;
  padding: .5em;
  border: 1px solid black;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  float: none;
  box-shadow: 5px 5px 15px #AAAAAA;
  -webkit-box-shadow: 5px 5px 15px #AAAAAA;
  -moz-box-shadow: 5px 5px 15px #AAAAAA;
  -khtml-box-shadow: 5px 5px 15px #AAAAAA;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');
}
.notebook-preview-container #MathJax_ZoomOverlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}
.notebook-preview-container #MathJax_ZoomFrame {
  position: relative;
  display: inline-block;
  height: 0;
  width: 0;
}
.notebook-preview-container #MathJax_ZoomEventTrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 302;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}
.notebook-preview-container .MathJax_Preview {
  color: #888;
}
.notebook-preview-container #MathJax_Message {
  position: fixed;
  left: 1em;
  bottom: 1.5em;
  background-color: #E6E6E6;
  border: 1px solid #959595;
  margin: 0px;
  padding: 2px 8px;
  z-index: 102;
  color: black;
  font-size: 80%;
  width: auto;
  white-space: nowrap;
}
.notebook-preview-container #MathJax_MSIE_Frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  z-index: 101;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.notebook-preview-container .MathJax_Error {
  color: #CC0000;
  font-style: italic;
}
.notebook-preview-container .MJXc-script {
  font-size: .8em;
}
.notebook-preview-container .MJXc-right {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.notebook-preview-container .MJXc-bold {
  font-weight: bold;
}
.notebook-preview-container .MJXc-italic {
  font-style: italic;
}
.notebook-preview-container .MJXc-scr {
  font-family: MathJax_Script, 'Times New Roman', Times, STIXGeneral, serif;
}
.notebook-preview-container .MJXc-frak {
  font-family: MathJax_Fraktur, 'Times New Roman', Times, STIXGeneral, serif;
}
.notebook-preview-container .MJXc-sf {
  font-family: MathJax_SansSerif, 'Times New Roman', Times, STIXGeneral, serif;
}
.notebook-preview-container .MJXc-cal {
  font-family: MathJax_Caligraphic, 'Times New Roman', Times, STIXGeneral, serif;
}
.notebook-preview-container .MJXc-mono {
  font-family: MathJax_Typewriter, 'Times New Roman', Times, STIXGeneral, serif;
}
.notebook-preview-container .MJXc-largeop {
  font-size: 150%;
}
.notebook-preview-container .MJXc-largeop.MJXc-int {
  vertical-align: -0.2em;
}
.notebook-preview-container .MJXc-math {
  display: inline-block;
  line-height: 1.2;
  text-indent: 0;
  font-family: 'Times New Roman', Times, STIXGeneral, serif;
  white-space: nowrap;
  border-collapse: collapse;
}
.notebook-preview-container .MJXc-display {
  display: block;
  text-align: center;
  margin: 1em 0;
}
.notebook-preview-container .MJXc-math span {
  display: inline-block;
}
.notebook-preview-container .MJXc-box {
  display: block !important;
  text-align: center;
}
.notebook-preview-container .MJXc-box:after {
  content: " ";
}
.notebook-preview-container .MJXc-rule {
  display: block !important;
  margin-top: .1em;
}
.notebook-preview-container .MJXc-char {
  display: block !important;
}
.notebook-preview-container .MJXc-mo {
  margin: 0 .15em;
}
.notebook-preview-container .MJXc-mfrac {
  margin: 0 .125em;
  vertical-align: .25em;
}
.notebook-preview-container .MJXc-denom {
  display: inline-table !important;
  width: 100%;
}
.notebook-preview-container .MJXc-denom > * {
  display: table-row !important;
}
.notebook-preview-container .MJXc-surd {
  vertical-align: top;
}
.notebook-preview-container .MJXc-surd > * {
  display: block !important;
}
.notebook-preview-container .MJXc-script-box > * {
  display: table !important;
  height: 50%;
}
.notebook-preview-container .MJXc-script-box > * > * {
  display: table-cell !important;
  vertical-align: top;
}
.notebook-preview-container .MJXc-script-box > *:last-child > * {
  vertical-align: bottom;
}
.notebook-preview-container .MJXc-script-box > * > * > * {
  display: block !important;
}
.notebook-preview-container .MJXc-mphantom {
  visibility: hidden;
}
.notebook-preview-container .MJXc-munderover {
  display: inline-table !important;
}
.notebook-preview-container .MJXc-over {
  display: inline-block !important;
  text-align: center;
}
.notebook-preview-container .MJXc-over > * {
  display: block !important;
}
.notebook-preview-container .MJXc-munderover > * {
  display: table-row !important;
}
.notebook-preview-container .MJXc-mtable {
  vertical-align: .25em;
  margin: 0 .125em;
}
.notebook-preview-container .MJXc-mtable > * {
  display: inline-table !important;
  vertical-align: middle;
}
.notebook-preview-container .MJXc-mtr {
  display: table-row !important;
}
.notebook-preview-container .MJXc-mtd {
  display: table-cell !important;
  text-align: center;
  padding: .5em 0 0 .5em;
}
.notebook-preview-container .MJXc-mtr > .MJXc-mtd:first-child {
  padding-left: 0;
}
.notebook-preview-container .MJXc-mtr:first-child > .MJXc-mtd {
  padding-top: 0;
}
.notebook-preview-container .MJXc-mlabeledtr {
  display: table-row !important;
}
.notebook-preview-container .MJXc-mlabeledtr > .MJXc-mtd:first-child {
  padding-left: 0;
}
.notebook-preview-container .MJXc-mlabeledtr:first-child > .MJXc-mtd {
  padding-top: 0;
}
.notebook-preview-container .MJXc-merror {
  background-color: #FFFF88;
  color: #CC0000;
  border: 1px solid #CC0000;
  padding: 1px 3px;
  font-style: normal;
  font-size: 90%;
}
.notebook-preview-container .MJXc-scale0 {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.notebook-preview-container .MJXc-scale1 {
  -webkit-transform: scaleX(0.1);
  -moz-transform: scaleX(0.1);
  -ms-transform: scaleX(0.1);
  -o-transform: scaleX(0.1);
  transform: scaleX(0.1);
}
.notebook-preview-container .MJXc-scale2 {
  -webkit-transform: scaleX(0.2);
  -moz-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
}
.notebook-preview-container .MJXc-scale3 {
  -webkit-transform: scaleX(0.3);
  -moz-transform: scaleX(0.3);
  -ms-transform: scaleX(0.3);
  -o-transform: scaleX(0.3);
  transform: scaleX(0.3);
}
.notebook-preview-container .MJXc-scale4 {
  -webkit-transform: scaleX(0.4);
  -moz-transform: scaleX(0.4);
  -ms-transform: scaleX(0.4);
  -o-transform: scaleX(0.4);
  transform: scaleX(0.4);
}
.notebook-preview-container .MJXc-scale5 {
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.notebook-preview-container .MJXc-scale6 {
  -webkit-transform: scaleX(0.6);
  -moz-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  -o-transform: scaleX(0.6);
  transform: scaleX(0.6);
}
.notebook-preview-container .MJXc-scale7 {
  -webkit-transform: scaleX(0.7);
  -moz-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  -o-transform: scaleX(0.7);
  transform: scaleX(0.7);
}
.notebook-preview-container .MJXc-scale8 {
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.notebook-preview-container .MJXc-scale9 {
  -webkit-transform: scaleX(0.9);
  -moz-transform: scaleX(0.9);
  -ms-transform: scaleX(0.9);
  -o-transform: scaleX(0.9);
  transform: scaleX(0.9);
}
.notebook-preview-container .MathJax_CHTML .noError {
  vertical-align: ;
  font-size: 90%;
  text-align: left;
  color: black;
  padding: 1px 3px;
  border: 1px solid;
}
.search-bar .twitter-typeahead {
  width: 100%;
}
.search-bar .twitter-typeahead input {
  border: none;
}
.search-bar .typeahead,
.search-bar .tt-query,
.search-bar .tt-hint {
  width: 100%;
  height: 32px;
  color: #B5B7B9;
  border: 0;
  outline: none;
}
.search-bar .typeahead {
  background-color: #FFFFFF;
}
.search-bar .typeahead:focus {
  border: 0 solid #FFFFFF;
}
.search-bar .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.search-bar .tt-dropdown-menu {
  font-family: inherit;
  font-size: 15px;
}
.search-bar .tt-dropdown-menu .tt-dataset-tags-entities {
  padding-top: 5px;
  padding-bottom: 5px;
}
.search-bar .tt-dropdown-menu .tt-dataset-tags-entities div {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.search-bar .tt-suggestion {
  color: #585A5F;
}
.search-bar .tt-suggestion .tt-highlight {
  color: #2C3137;
  font-weight: bolder;
}
.search-bar .tt-suggestion.tt-cursor {
  color: #585A5F;
  background-color: #F2F2F2;
}
.search-bar .element-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px;
}
.search-bar .suggestion-image {
  display: table-cell;
  width: 66px;
  max-width: 66px;
  height: 44px;
  max-height: 44px;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.search-bar .suggestion-details {
  display: table-cell;
  list-style: none;
  padding-top: 5px;
  padding-left: 12px;
  cursor: default;
}
.search-bar .suggestion-details span {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline;
  padding-bottom: 1px;
  font-size: 11px;
}
.search-bar .suggestion-details span:first-child {
  display: list-item;
  font-size: 16px;
}
.search-bar .suggestion-details span:nth-child(3) {
  text-transform: uppercase;
  padding-top: 2px;
  width: 200px;
  color: #B5B7B9;
}
.search-bar .suggestion-details span:last-child {
  color: #B5B7B9;
}
.search-bar .suggestion-details .icon-svg-card {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 7px;
}
@media (max-width: 810px) {
  .search-bar .tt-dropdown-menu {
    margin-left: -15px;
    margin-top: 15px;
    width: 98vw;
  }
  @-moz-document url-prefix() {
    .search-bar .tt-dropdown-menu {
      margin-left: -15px;
      margin-top: 15px;
      width: 97.9vw;
    }
  }
}
@media (max-width: 650px) {
  .search-bar .tt-dropdown-menu {
    width: 97vw;
  }
  @-moz-document url-prefix() {
    .search-bar .tt-dropdown-menu {
      width: 97vw;
    }
  }
}
@media (max-width: 480px) {
  .search-bar .tt-dropdown-menu {
    width: 96.5vw;
  }
  @-moz-document url-prefix() {
    .search-bar .tt-dropdown-menu {
      width: 96.3vw;
    }
  }
}
.links-container .editable-container hr {
  margin: 0 5px 0 5px;
}
.links-container .editable-container .editable-input {
  padding: 10px;
}
.links-container .editable-container .editable-input .link-edit-container {
  padding: 5px;
}
.links-container .links-editor {
  display: table;
  width: 100%;
}
.links-container .links-editor .links-input {
  padding: 0 2px 0 2px;
  width: 100%;
}
.links-container .links-editor .links-input input {
  display: table-column;
  border: 1px solid #ABADAF;
  margin: 0 0 2px 0;
  float: right;
}
.links-container .links-editor .links-save {
  display: table-cell !important;
}
.links-container .link-box {
  padding: 0 5px 12px 5px;
  cursor: pointer;
}
.links-container .link-add-container {
  padding: 10px 5px 0 5px;
}
.links-container .link-add-container .link-add {
  color: #008272;
  cursor: pointer;
}
.links-container .link-edit {
  cursor: pointer;
  float: right;
  font-family: 'Glyphicons Halflings';
}
.links-container .link-remove {
  color: #008272;
  cursor: pointer;
  padding: 5px;
}
.links-container .disabled {
  color: #ABADAF !important;
  cursor: text;
}
.links-container .disabled .link-add {
  color: #ABADAF;
  cursor: text;
}
.links-container .disabled .link-edit {
  cursor: text;
}
.services-container .services-editor {
  display: table;
  width: 100%;
}
.services-container .services-editor .services-input {
  padding: 0 2px 0 2px;
  width: 100%;
}
.services-container .services-editor .services-input select {
  display: table-column;
  border: 1px solid #ABADAF;
  height: 32px;
  width: 100%;
  min-width: 180px;
}
.services-container .services-editor .services-save {
  display: table-cell !important;
  margin: 0 !important;
}
.services-container .service-box {
  padding: 0 5px 12px 5px;
}
.services-container .service-remove {
  margin: 0 0 1px 2px;
  color: black;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  float: right;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
}
@media (max-width: 980px) {
  .services-container .services-editor .services-input select {
    min-width: 100px;
  }
}
.entity-creator-container {
  position: absolute;
  top: 162px;
  right: 15px;
}
@media (max-width: 568px) {
  .entity-creator-container {
    position: unset;
  }
  .entity-creator-container button {
    width: 100%;
  }
}
.industryCard {
  line-height: 1.2em;
  -moz-box-shadow: 1px 1px 1px 1px #e2e2e2;
  -webkit-box-shadow: 1px 1px 1px 1px #e2e2e2;
  box-shadow: 1px 1px 1px 1px #e2e2e2;
  background-color: white;
  margin: 12px;
  display: block;
  position: relative;
  color: #666666;
}
.industryCard .header-block {
  width: 100%;
  position: relative;
  text-align: center;
}
.industryCard .header-block .header {
  font: 22px "Segoe UI Semibold";
  color: #00B294;
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: calc(100% - 25px);
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-all;
}
.industryCard .header-block .header a:hover {
  text-decoration: none;
}
.industryCard .description {
  font-size: 14px;
  line-height: 17px;
  height: 120px;
  overflow: hidden;
  margin: 27px 12px 30px 12px;
}
.industryLandingPageStrip {
  background-color: #002050;
  padding: 0;
  margin-bottom: 60px;
  width: 100%;
  display: inline-block;
}
.industryLandingPageStrip .content-area {
  display: block;
}
.industryLandingPageStrip .industry-image-card {
  display: block;
  position: relative;
}
.industryLandingPageStrip .main-title {
  width: 100%;
  position: relative;
  text-align: center;
  font: 30px "Segoe UI Light";
  color: white;
  padding-top: 64px;
  padding-bottom: 46px;
}
.industryLandingPageStrip .image-container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 92%;
  font-size: 0;
}
.industryLandingPageStrip .image-row {
  padding-bottom: 36px;
}
.industryLandingPageStrip .image-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font: 22px "Segoe UI Semibold";
  color: #00B294;
  text-align: center;
}
.button-editor .edit-indicator {
  float: right;
  color: #008272;
  background-color: #FFFFFF;
  height: 100%;
}
.button-editor .edit-indicator .edit-content {
  font-family: 'Segoe UI';
  text-transform: capitalize;
  margin: 0 8px 0 0;
}
.button-editor .edit-indicator .edit-content span {
  margin-left: 8px;
}
.button-editor .edit-indicator .edit-content .glyphicon-pencil {
  margin-top: 8px;
}
.button-editor .btn-container {
  display: flex;
}
.button-editor .btn-container .button-link-wrapper {
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
}
.button-editor .btn-container button:nth-child(2) {
  width: auto;
}
.button-editor .btn-container button:nth-child(2),
.button-editor .btn-container button:nth-child(2):hover,
.button-editor .btn-container button:nth-child(2):focus {
  background-color: #008272;
}
.button-editor .btn-container button.in-edit:nth-child(2),
.button-editor .btn-container button.in-edit:nth-child(2):hover,
.button-editor .btn-container button.in-edit:nth-child(2):focus {
  color: #B5B5B5;
  background-color: #B5B5B5;
}
.button-editor .disabled,
.button-editor .disabled:hover,
.button-editor .disabled:focus {
  color: #B5B5B5;
}
.button-editor button {
  padding: 5px;
  overflow: hidden;
}
.button-editor button.in-edit,
.button-editor button.in-edit:hover,
.button-editor button.in-edit:focus {
  color: #FFFFFF;
  background-color: #B5B5B5;
}
.button-editor .editable-container input {
  width: 100%;
}
.button-editor .editable-container input:first-child {
  margin-bottom: 5px;
}
.button-editor .editable-container .editable-input {
  padding: 10px;
}
.button-editor .editable-inedit {
  margin-bottom: 10px;
}
.relatedItems ul {
  list-style: none;
  padding: 2px 0 0 0;
}
.relatedItems li {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.relatedItems .title {
  margin: 30px 0 9px 0;
  font-family: 'Segoe UI Semibold';
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #2C3137;
}
.relatedItems .list-item-image {
  width: 66px;
  margin: 0 12px 0 0;
}
.relatedItems .list-item-title,
.relatedItems .list-item-title a,
.relatedItems .list-item-title a:hover,
.relatedItems .list-item-title a:active {
  font-size: 16px;
  color: #585A5F;
  margin: 5px 0 4px 0;
}
.relatedItems .list-item-title .header,
.relatedItems .list-item-title a .header,
.relatedItems .list-item-title a:hover .header,
.relatedItems .list-item-title a:active .header {
  margin: 0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.relatedItems .list-item-container {
  font-size: 11px;
}
.relatedItems .list-item-catalog {
  font-size: 11px;
}
.relatedItems .list-item-catalog .icon-svg-list-item {
  width: 12px;
  height: 12px;
}
.relatedItems .list-item-author {
  font-size: 11px;
  display: inline;
}
.relatedItems .seeMore {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .relatedItems .list-item-image {
    width: 90px;
  }
}
.learningInfoTable {
  padding: 15px;
  border: 1px solid lightgrey;
  margin-top: 20px;
}
.learningInfoTable .infoTypeLabel {
  font-weight: bold;
}
.learningInfoTable td {
  padding-right: 10px;
}
.parameters-container h2 {
  display: inline;
  color: #2C3137;
  font-size: 21px;
  line-height: 32px;
  font-family: 'Segoe UI Light';
}
.parameters-container table {
  border-collapse: collapse;
  width: 100%;
}
.parameters-container th {
  border-bottom: 1px solid #c8c8c8;
  font-weight: normal;
}
.parameters-container th,
.parameters-container td {
  max-width: 0;
  padding: 8px;
  text-align: left;
  font-family: 'Segoe UI';
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.parameters-container tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.parameters-container tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.parameters-container .icon {
  float: right;
  color: #666666;
  margin: 5px 0 0 0;
}
.parameters-container .header {
  margin: 20px 0 10px 0;
  cursor: pointer;
}
.industry-container a {
  display: block;
}
.industry-container .editable-input {
  border: none;
}
.generic-preview-container .overlay-preview {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #E6E6E6;
}
.generic-preview-container .open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 100;
}
.generic-preview-container .preview-header {
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #2C3137;
  padding-right: 60px;
  padding-left: 60px;
}
.generic-preview-container .title {
  display: inline;
  font-size: 21px;
  text-overflow: ellipsis;
  width: 200px;
  white-space: nowrap;
  overflow-y: hidden;
  color: #FFFFFF;
}
.generic-preview-container .demo-button {
  background-color: #B5B7B9;
}
.generic-preview-container .demo-button:hover {
  background-color: #D3D3D4;
}
.generic-preview-container .details-btn {
  color: #FFFFFF;
  background-color: #2C3137;
  border-color: #008272;
  height: 36px;
}
.generic-preview-container .details-btn:hover,
.generic-preview-container .details-btn:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.generic-preview-container .details-icon {
  vertical-align: middle;
}
.generic-preview-container .details-text {
  text-transform: uppercase;
}
.generic-preview-container .deploy-btn {
  background-color: #008272;
  color: #FFFFFF;
  border-color: #008272;
  height: 36px;
}
.generic-preview-container .preview-content {
  width: 100%;
  height: 100%;
  padding: 30px 10px 0 10px;
}
.generic-preview-container .svg-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.generic-preview-container .svg-content svg {
  position: relative;
  width: 100%;
  height: 100%;
}
.generic-preview-container .col-1 {
  width: 33.33333334%;
  padding-bottom: 18px;
  padding-top: 18px;
}
.generic-preview-container .col-1 a {
  float: left;
}
.generic-preview-container .col-2 {
  width: 33.33333333%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #FFFFFF;
}
.generic-preview-container .col-2 span {
  color: #FFFFFF;
}
.generic-preview-container .col-3 {
  width: 33.33333333%;
  padding-bottom: 18px;
  padding-top: 18px;
}
.generic-preview-container .col-3 a {
  float: right;
}
@media (min-width: 1300px) {
  .generic-preview-container .preview-content {
    padding: 50px 200px 100px 200px;
  }
}
@media (max-width: 768px) {
  .generic-preview-container .preview-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .generic-preview-container .svg-content {
    overflow: scroll;
    width: 100%;
    height: 100%;
  }
  .generic-preview-container .svg-content svg {
    position: relative;
    width: 1110px;
    height: 600px;
  }
  .generic-preview-container .svg-content::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 480px) {
  .generic-preview-container .details-text {
    visibility: collapse;
  }
  .generic-preview-container .preview-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .generic-preview-container .details-icon {
    width: 20px;
    height: 20px;
  }
  .generic-preview-container .col-1 {
    width: 15%;
  }
  .generic-preview-container .col-2 {
    width: 50%;
    text-align: left;
  }
  .generic-preview-container .col-3 {
    width: 35%;
  }
}
.demo-overlay-container .overlay-preview {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #E6E6E6;
}
.demo-overlay-container .open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 100;
}
.demo-overlay-container .preview-header {
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #2C3137;
  padding-right: 60px;
  padding-left: 60px;
}
.demo-overlay-container .title {
  display: inline;
  font-size: 21px;
  text-overflow: ellipsis;
  width: 200px;
  white-space: nowrap;
  overflow-y: hidden;
  color: #FFFFFF;
}
.demo-overlay-container .demo-button {
  background-color: #B5B7B9;
}
.demo-overlay-container .demo-button:hover {
  background-color: #D3D3D4;
}
.demo-overlay-container .details-btn {
  color: #FFFFFF;
  background-color: #2C3137;
  border-color: #008272;
  height: 36px;
}
.demo-overlay-container .details-btn:hover,
.demo-overlay-container .details-btn:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.demo-overlay-container .details-icon {
  vertical-align: middle;
}
.demo-overlay-container .details-text {
  text-transform: uppercase;
}
.demo-overlay-container .deploy-btn {
  background-color: #008272;
  color: #FFFFFF;
  border-color: #008272;
  height: 36px;
}
.demo-overlay-container .preview-content {
  width: 100%;
  height: 100%;
  padding: 30px 10px 0 10px;
}
.demo-overlay-container .svg-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.demo-overlay-container .svg-content svg {
  position: relative;
  width: 100%;
  height: 100%;
}
.demo-overlay-container .col-1 {
  width: 33.33333334%;
  padding-bottom: 18px;
  padding-top: 18px;
}
.demo-overlay-container .col-1 a {
  float: left;
}
.demo-overlay-container .col-2 {
  width: 33.33333333%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #FFFFFF;
}
.demo-overlay-container .col-2 span {
  color: #FFFFFF;
}
.demo-overlay-container .col-3 {
  width: 33.33333333%;
  padding-bottom: 18px;
  padding-top: 18px;
}
.demo-overlay-container .col-3 a {
  float: right;
}
.demo-overlay-container .preview-content {
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.demo-overlay-container .preview-content iframe {
  border: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94%;
}
.demo-overlay-container .col-1 {
  width: 50%;
}
.demo-overlay-container .col-2 {
  width: 0;
}
.demo-overlay-container .col-3 {
  width: 50%;
}
@media (max-width: 768px) {
  .demo-overlay-container .preview-header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .demo-overlay-container .details-text {
    visibility: collapse;
  }
  .demo-overlay-container .preview-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .demo-overlay-container .details-icon {
    width: 20px;
    height: 20px;
  }
  .demo-overlay-container .col-1 {
    width: 15%;
  }
  .demo-overlay-container .col-2 {
    width: 0;
  }
  .demo-overlay-container .col-3 {
    width: 85%;
  }
}
.textBoy {
  display: table;
  vertical-align: middle;
  background-position: center center;
}
.textBoy .initials {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
}
top-contributors {
  width: 255px;
  position: absolute;
  left: 100%;
  top: 0px;
  padding-left: 5px;
}
top-contributors .top-contributors-title {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
}
top-contributors .top-contributors-title .stripSectionHeader:hover {
  color: #2C3137;
}
top-contributors .top-contributors-list {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 53px;
  clear: both;
  padding-left: 15px;
  height: 100%;
  overflow: hidden;
}
top-contributors .top-contributors-list .industry-image-card,
top-contributors .top-contributors-list .industryCard,
top-contributors .top-contributors-list .experimentCard {
  width: calc(25% - 15px);
  margin: 0 15px 15px 0;
  float: left;
}
@media (max-width: 980px) {
  top-contributors .top-contributors-list {
    width: 490px;
  }
  top-contributors .top-contributors-list .industry-image-card,
  top-contributors .top-contributors-list .industryCard,
  top-contributors .top-contributors-list .experimentCard {
    width: calc(50% - 15px);
  }
}
@media (max-width: 490px) {
  top-contributors .top-contributors-list {
    width: 100%;
  }
  top-contributors .top-contributors-list .industry-image-card,
  top-contributors .top-contributors-list .industryCard,
  top-contributors .top-contributors-list .experimentCard {
    width: 100%;
  }
}
top-contributors .top-contributors-item {
  overflow: hidden;
  height: 54px;
}
top-contributors .top-contributors-item-rank {
  font-family: 'Segoe UI Semibold';
  font-size: 14px;
  color: #2C3137;
  display: inline-block;
  width: 35px;
}
top-contributors .top-contributors-item-avatar {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
top-contributors .top-contributors-item-avatar .img-circle {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 11px;
}
top-contributors .top-contributors-item-name .user {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Segoe UI Semibold';
  font-size: 14px;
  color: #2C3137;
  height: 26px;
  padding-left: 15px;
  cursor: pointer;
  width: 188px;
  line-height: 30px;
}
@media (max-width: 1740px) {
  top-contributors {
    width: 100%;
    position: initial;
  }
  top-contributors .top-contributors-list {
    height: 135px;
    min-width: 305px;
  }
  top-contributors .top-contributors-item {
    width: calc(20% - 15px);
    min-width: 130px;
    margin: 0 15px 15px 0;
    float: left;
    padding: 13px;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    height: initial;
  }
  top-contributors .top-contributors-item-rank {
    display: block;
    width: 100%;
  }
  top-contributors .top-contributors-item-avatar {
    width: 100%;
    height: 45px;
  }
  top-contributors .top-contributors-item-avatar .img-circle {
    width: 45px;
    height: 45px;
    margin: auto;
    position: initial;
  }
  top-contributors .top-contributors-item-name {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 10px;
  }
  top-contributors .top-contributors-item-name .user {
    padding-left: 0px;
    display: inline-block;
    width: 150px;
  }
}
@media (max-width: 980px) {
  top-contributors .top-contributors-item {
    width: calc(33% - 15px);
  }
  top-contributors .top-contributors-item .top-contributors-item-name .user {
    width: 100px;
  }
}
@media (max-width: 490px) {
  top-contributors .top-contributors-item {
    width: calc(50% - 15px);
  }
}
.like-container svg {
  margin: 0 12px -6px 0;
}
.like-container .like-button {
  display: inline-block;
  float: left;
  cursor: pointer;
}
.like-container .disable {
  cursor: auto;
}
.btn-primaryGreen {
  color: #fff;
  background-color: #008272;
  border-color: #008272;
}
.btn-primaryGreen:hover,
.btn-primaryGreen:focus,
.btn-primaryGreen:active,
.btn-primaryGreen.active,
.open .dropdown-toggle.btn-primaryGreen {
  color: #fff;
  background-color: #00594e;
  border-color: #00453c;
}
.btn-primaryGreen:active,
.btn-primaryGreen.active,
.open .dropdown-toggle.btn-primaryGreen {
  background-image: none;
}
.btn-primaryGreen.disabled,
.btn-primaryGreen[disabled],
fieldset[disabled] .btn-primaryGreen,
.btn-primaryGreen.disabled:hover,
.btn-primaryGreen[disabled]:hover,
fieldset[disabled] .btn-primaryGreen:hover,
.btn-primaryGreen.disabled:focus,
.btn-primaryGreen[disabled]:focus,
fieldset[disabled] .btn-primaryGreen:focus,
.btn-primaryGreen.disabled:active,
.btn-primaryGreen[disabled]:active,
fieldset[disabled] .btn-primaryGreen:active,
.btn-primaryGreen.disabled.active,
.btn-primaryGreen[disabled].active,
fieldset[disabled] .btn-primaryGreen.active {
  background-color: #008272;
  border-color: #008272;
}
.btn-primaryGreen:hover {
  color: white;
  background-color: #00B294;
  border-color: #00B294;
}
.btn-primaryGreen:hover:hover,
.btn-primaryGreen:hover:focus,
.btn-primaryGreen:hover:active,
.btn-primaryGreen:hover.active,
.open .dropdown-toggle.btn-primaryGreen:hover {
  color: white;
  background-color: #008972;
  border-color: #007561;
}
.btn-primaryGreen:hover:active,
.btn-primaryGreen:hover.active,
.open .dropdown-toggle.btn-primaryGreen:hover {
  background-image: none;
}
.btn-primaryGreen:hover.disabled,
.btn-primaryGreen:hover[disabled],
fieldset[disabled] .btn-primaryGreen:hover,
.btn-primaryGreen:hover.disabled:hover,
.btn-primaryGreen:hover[disabled]:hover,
fieldset[disabled] .btn-primaryGreen:hover:hover,
.btn-primaryGreen:hover.disabled:focus,
.btn-primaryGreen:hover[disabled]:focus,
fieldset[disabled] .btn-primaryGreen:hover:focus,
.btn-primaryGreen:hover.disabled:active,
.btn-primaryGreen:hover[disabled]:active,
fieldset[disabled] .btn-primaryGreen:hover:active,
.btn-primaryGreen:hover.disabled.active,
.btn-primaryGreen:hover[disabled].active,
fieldset[disabled] .btn-primaryGreen:hover.active {
  background-color: #00B294;
  border-color: #00B294;
}
.btn-primaryGray {
  color: black;
  background-color: white;
  border-color: #ABADAF;
}
.btn-primaryGray:hover,
.btn-primaryGray:focus,
.btn-primaryGray:active,
.btn-primaryGray.active,
.open .dropdown-toggle.btn-primaryGray {
  color: black;
  background-color: #ebebeb;
  border-color: #8c8e91;
}
.btn-primaryGray:active,
.btn-primaryGray.active,
.open .dropdown-toggle.btn-primaryGray {
  background-image: none;
}
.btn-primaryGray.disabled,
.btn-primaryGray[disabled],
fieldset[disabled] .btn-primaryGray,
.btn-primaryGray.disabled:hover,
.btn-primaryGray[disabled]:hover,
fieldset[disabled] .btn-primaryGray:hover,
.btn-primaryGray.disabled:focus,
.btn-primaryGray[disabled]:focus,
fieldset[disabled] .btn-primaryGray:focus,
.btn-primaryGray.disabled:active,
.btn-primaryGray[disabled]:active,
fieldset[disabled] .btn-primaryGray:active,
.btn-primaryGray.disabled.active,
.btn-primaryGray[disabled].active,
fieldset[disabled] .btn-primaryGray.active {
  background-color: white;
  border-color: #ABADAF;
}
.btn-primaryGray:hover {
  color: black;
  background-color: #ABADAF;
  border-color: #ABADAF;
}
.btn-primaryGray:hover:hover,
.btn-primaryGray:hover:focus,
.btn-primaryGray:hover:active,
.btn-primaryGray:hover.active,
.open .dropdown-toggle.btn-primaryGray:hover {
  color: black;
  background-color: #96999b;
  border-color: #8c8e91;
}
.btn-primaryGray:hover:active,
.btn-primaryGray:hover.active,
.open .dropdown-toggle.btn-primaryGray:hover {
  background-image: none;
}
.btn-primaryGray:hover.disabled,
.btn-primaryGray:hover[disabled],
fieldset[disabled] .btn-primaryGray:hover,
.btn-primaryGray:hover.disabled:hover,
.btn-primaryGray:hover[disabled]:hover,
fieldset[disabled] .btn-primaryGray:hover:hover,
.btn-primaryGray:hover.disabled:focus,
.btn-primaryGray:hover[disabled]:focus,
fieldset[disabled] .btn-primaryGray:hover:focus,
.btn-primaryGray:hover.disabled:active,
.btn-primaryGray:hover[disabled]:active,
fieldset[disabled] .btn-primaryGray:hover:active,
.btn-primaryGray:hover.disabled.active,
.btn-primaryGray:hover[disabled].active,
fieldset[disabled] .btn-primaryGray:hover.active {
  background-color: #ABADAF;
  border-color: #ABADAF;
}
.btn-secondaryGray {
  color: #2C3137;
  background-color: transparent;
  border-color: #B5B7B9;
}
.btn-secondaryGray:hover,
.btn-secondaryGray:focus,
.btn-secondaryGray:active,
.btn-secondaryGray.active,
.open .dropdown-toggle.btn-secondaryGray {
  color: #2C3137;
  background-color: rgba(0, 0, 0, 0);
  border-color: #96989b;
}
.btn-secondaryGray:active,
.btn-secondaryGray.active,
.open .dropdown-toggle.btn-secondaryGray {
  background-image: none;
}
.btn-secondaryGray.disabled,
.btn-secondaryGray[disabled],
fieldset[disabled] .btn-secondaryGray,
.btn-secondaryGray.disabled:hover,
.btn-secondaryGray[disabled]:hover,
fieldset[disabled] .btn-secondaryGray:hover,
.btn-secondaryGray.disabled:focus,
.btn-secondaryGray[disabled]:focus,
fieldset[disabled] .btn-secondaryGray:focus,
.btn-secondaryGray.disabled:active,
.btn-secondaryGray[disabled]:active,
fieldset[disabled] .btn-secondaryGray:active,
.btn-secondaryGray.disabled.active,
.btn-secondaryGray[disabled].active,
fieldset[disabled] .btn-secondaryGray.active {
  background-color: transparent;
  border-color: #B5B7B9;
}
.btn-secondaryGray:hover {
  color: #2C3137;
  background-color: #D3D3D4;
  border-color: #D3D3D4;
}
.btn-secondaryGray:hover:hover,
.btn-secondaryGray:hover:focus,
.btn-secondaryGray:hover:active,
.btn-secondaryGray:hover.active,
.open .dropdown-toggle.btn-secondaryGray:hover {
  color: #2C3137;
  background-color: #bebec0;
  border-color: #b4b4b6;
}
.btn-secondaryGray:hover:active,
.btn-secondaryGray:hover.active,
.open .dropdown-toggle.btn-secondaryGray:hover {
  background-image: none;
}
.btn-secondaryGray:hover.disabled,
.btn-secondaryGray:hover[disabled],
fieldset[disabled] .btn-secondaryGray:hover,
.btn-secondaryGray:hover.disabled:hover,
.btn-secondaryGray:hover[disabled]:hover,
fieldset[disabled] .btn-secondaryGray:hover:hover,
.btn-secondaryGray:hover.disabled:focus,
.btn-secondaryGray:hover[disabled]:focus,
fieldset[disabled] .btn-secondaryGray:hover:focus,
.btn-secondaryGray:hover.disabled:active,
.btn-secondaryGray:hover[disabled]:active,
fieldset[disabled] .btn-secondaryGray:hover:active,
.btn-secondaryGray:hover.disabled.active,
.btn-secondaryGray:hover[disabled].active,
fieldset[disabled] .btn-secondaryGray:hover.active {
  background-color: #D3D3D4;
  border-color: #D3D3D4;
}
.action-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 0 solid transparent;
}
.action-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.action-btn:hover,
.action-btn:focus {
  color: #333;
  text-decoration: none;
}
.action-btn:active,
.action-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.action-btn.disabled,
.action-btn[disabled],
fieldset[disabled] .action-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.action-btn:active,
.action-btn.active {
  background-image: none;
}
.action-btn .caption {
  padding-right: 6px;
}
.viewMore-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  width: 100%;
  margin: 0;
  color: black;
  border-width: 3px;
  border-color: #c8c8c8;
  background-color: white;
}
.viewMore-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.viewMore-btn:hover,
.viewMore-btn:focus {
  color: #333;
  text-decoration: none;
}
.viewMore-btn:active,
.viewMore-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.viewMore-btn.disabled,
.viewMore-btn[disabled],
fieldset[disabled] .viewMore-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.viewMore-btn:active,
.viewMore-btn.active {
  background-image: none;
}
.viewMore-btn .caption {
  padding-right: 6px;
}
.action-btn.btn-primaryGreen:hover {
  background-color: #00B294;
  color: white;
}
.action-btn.btn-secondaryGray {
  border-color: #B5B7B9;
  border-width: 2px;
}
.action-btn.btn-secondaryGray:hover {
  background-color: #D3D3D4;
  color: #2C3137;
  border-color: #D3D3D4;
}
a {
  color: #008272;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  color: #008272;
  text-decoration: underline;
}
svg.icon-svg-card path {
  fill: #aab3bd;
}
svg.icon-svg-card {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 7px;
}
svg.iconSvg {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 10px;
}
svg.icon-svg-list-item {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 16px;
  height: 16px;
  float: left;
  width: 13px;
  height: 13px;
  float: none;
  margin-right: 0;
}
.svg-style-base {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 16px;
  height: 16px;
  float: left;
}
.searchGroup {
  display: inline-block;
  width: calc(100% - 110px);
}
.landingBannerContainer {
  background-color: #519bbd;
}
.landingBannerContainer .landingBannerBg {
  max-width: 1200px;
  margin: auto;
  padding: 20px 12px 10px 12px;
}
.landingBannerContainer .landingBanner {
  text-align: center;
  margin: auto;
  max-width: 800px;
  font-family: 'Segoe UI Light';
  font-size: 30px;
  color: #fff;
  padding-bottom: 10px;
}
.landingBannerContainer > .container {
  max-width: 960px;
}
.landingBannerContainer .contribute-content {
  margin-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.landingBannerContainer .contribute-content > div {
  padding-top: 22px;
  font: 16px "Segoe UI";
  color: white;
  line-height: 27px;
}
.landingBannerContainer .contribute-content > div:first-child,
.landingBannerContainer .contribute-content > div:last-child {
  text-align: center;
  font-size: 18px;
}
.landingBannerContainer .contribute-content a {
  font-size: 14px;
  color: white;
  line-height: 21px;
}
.landingBannerContainer .contribute-content a:link {
  text-decoration: underline;
}
.landingBannerContainer .contribute-content a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.landingBannerContainer .contribute-image-contaier {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.landingBannerContainer .contribute-image-tile {
  width: 125px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.landingBannerContainer .contribute-image-tile:last-child {
  width: 145px;
}
.landingBannerContainer .contribute-image-tile img {
  display: block;
  margin: 12px auto;
}
.landingBannerContainer .contribute-button-container {
  margin-bottom: 25px;
  text-align: center;
}
.landingBannerContainer .contribute-button-container .btn {
  padding: 0 10px 0 20px;
  font: 14px "Segoe UI";
  line-height: 36px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
}
.landingBannerContainer .contribute-button-container .btn:hover {
  color: white;
  background: rgba(255, 255, 255, 0.3);
}
.landingBannerContainer .contribute-button-container .btn:focus {
  outline: none;
}
.landingBannerContainer .contribute-button-container .btn .collapsed-text {
  display: none;
}
.landingBannerContainer .contribute-button-container .btn .updown-sprite {
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 10px;
  background-image: url(/images/updownSprite.svg);
  background-position: 12px 0;
}
.landingBannerContainer .contribute-button-container .btn.collapsed .expanded-text {
  display: none;
}
.landingBannerContainer .contribute-button-container .btn.collapsed .collapsed-text {
  display: inline;
}
.landingBannerContainer .contribute-button-container .btn.collapsed .updown-sprite {
  background-position: 0 0;
}
@media screen and (max-width: 480px) {
  .landingBannerContainer .contribute-image-contaier {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .landingBannerContainer .contribute-image-tile {
    width: 145px;
  }
}
.main-content {
  margin-left: -15px;
  margin-right: -15px;
}
.main-content:before,
.main-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-content:after {
  clear: both;
}
.main-content:before,
.main-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-content:after {
  clear: both;
}
.main-content .content-area {
  line-height: 1.2em;
  max-width: 1600px;
  margin: 0 auto;
  float: none !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-content .content-area {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-content .content-area {
    float: left;
    width: 100%;
  }
}
.categorySelector {
  padding: 20px;
  background-color: white;
}
.categorySelector ul {
  list-style: none;
}
.twitterFeed {
  margin: 20px 0;
  padding: 20px;
  background-color: white;
  height: 200px;
}
.sectionHeader {
  font-family: 'Segoe UI Light';
  font-size: 24px;
  color: #414650;
  margin-left: 15px;
  height: 34px;
  line-height: 28px;
  float: left;
  margin-bottom: 6px;
  background: url('/images/icon_MicrosoftSample2X.PNG') no-repeat;
  background-size: 19px;
  padding-left: 44px;
}
.sampleSectionHeader {
  background: url('/images/icons_MsftSample.svg') no-repeat;
}
.experimentsSectionHeader {
  background: url('/images/icons_trendingExp.svg') no-repeat;
}
.mlAPIsSectionHeader {
  background: url('/images/icons_trendingWS.svg') no-repeat;
}
.competitionsSectionHeader {
  background: url('/images/icons_Comp.svg') no-repeat;
}
.viewAllContainer {
  line-height: 30px;
}
.sectionHeaderLink {
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  .sectionHeader {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    background-size: 24px 24px;
    padding-left: 34px;
  }
  .viewAllContainer {
    line-height: 42px;
  }
}
.experimentList {
  margin: 0;
  padding: 0;
}
.self_clear:after {
  content: "";
  clear: both;
  display: table;
}
.viewAllLink:hover {
  text-decoration: none;
}
.buzyIndicator-fixed-middle {
  pointer-events: none;
  background-image: url("/images/spinner-md.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 50%;
  left: 50%;
}
.buzyIndicator-relative {
  pointer-events: none;
  background-image: url("/images/spinner-md.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  left: 50%;
}
.buzyIndicator-base {
  pointer-events: none;
  background-image: url("/images/spinner-md.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 53px;
  clear: both;
  border-top: 1px solid #585A5F;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 980px) {
  .footer {
    width: 100%;
  }
}
.footer span {
  padding-right: 20px;
}
.footer span:last-child {
  padding-right: 0;
}
.footer .logoImg {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer {
    text-align: left;
    padding-top: 35px;
  }
  .footer .logoImg {
    padding-bottom: 15px;
  }
}
.hideDetailScroll {
  overflow-y: hidden;
}