/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 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;
  }
  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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #121212;
  background-color: #f0f0f0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2694c0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2694c0;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 7px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 6px;
  -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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #e3e3e3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  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: #d6d6d6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #d6d6d6;
}
.text-primary {
  color: #289bc8;
}
a.text-primary:hover {
  color: #1f7a9e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #289bc8;
}
a.bg-primary:hover {
  background-color: #1f7a9e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #e3e3e3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d6d6d6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 15px;
  border-left: 5px solid #e3e3e3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #d6d6d6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e3e3e3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 6px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #969696;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
}
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;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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, .col-xs-12 {
  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: auto;
}
.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: auto;
}
.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) {
  .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, .col-sm-12 {
    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: auto;
  }
  .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: auto;
  }
  .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) {
  .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, .col-md-12 {
    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: auto;
  }
  .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: auto;
  }
  .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) {
  .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, .col-lg-12 {
    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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: #ffffff;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.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 #d6d6d6;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d6d6;
}
.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 #d6d6d6;
}
.table .table {
  background-color: #f0f0f0;
}
.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 #d6d6d6;
}
.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 #d6d6d6;
}
.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: #f0f0f0;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e3e3e3;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  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: #d0ebf6;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #bbe2f2;
}
.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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d6d6d6;
    -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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: inherit;
  color: #5e5e5e;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #474747;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #474747;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-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: #d6d6d6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d6d6d6;
}
.form-control::-webkit-input-placeholder {
  color: #d6d6d6;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e3e3e3;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 28px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 42px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 7px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #525252;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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: 8px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #474747;
  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: #474747;
  background-color: #f0f0f0;
  border-color: #bdbdbd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #474747;
  background-color: #d6d6d6;
  border-color: #9e9e9e;
}
.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: #f0f0f0;
  border-color: #bdbdbd;
}
.btn-default .badge {
  color: #f0f0f0;
  background-color: #474747;
}
.btn-primary {
  color: #fff;
  background-color: #289bc8;
  border-color: #175973;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1f7a9e;
  border-color: #0d3140;
}
.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: #289bc8;
  border-color: #175973;
}
.btn-primary .badge {
  color: #289bc8;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #a2ca81;
  border-color: #6ea244;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #88bb5d;
  border-color: #517732;
}
.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: #a2ca81;
  border-color: #6ea244;
}
.btn-success .badge {
  color: #a2ca81;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #6ac0e2;
  border-color: #2694c0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3faed9;
  border-color: #1c6d8d;
}
.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: #6ac0e2;
  border-color: #2694c0;
}
.btn-info .badge {
  color: #6ac0e2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #fbd951;
  border-color: #e0b406;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f9ce1f;
  border-color: #a48404;
}
.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: #fbd951;
  border-color: #e0b406;
}
.btn-warning .badge {
  color: #fbd951;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ea6962;
  border-color: #ca241c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e33e35;
  border-color: #941b14;
}
.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: #ea6962;
  border-color: #ca241c;
}
.btn-danger .badge {
  color: #ea6962;
  background-color: #fff;
}
.btn-link {
  color: #2694c0;
  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: #2694c0;
  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: #d6d6d6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 7px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/sitecore/shell/client/Speak/Assets/img/Bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/sitecore/shell/client/Speak/Assets/img/Bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/sitecore/shell/client/Speak/Assets/img/Bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/sitecore/shell/client/Speak/Assets/img/Bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/sitecore/shell/client/Speak/Assets/img/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-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;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -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: 8px 0;
  overflow: hidden;
  background-color: #e3e3e3;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #969696;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8a8a8a;
  background-color: #f7f7f7;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #121212;
  text-decoration: none;
  outline: 0;
  background-color: #289bc8;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d6d6d6;
}
.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-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #d6d6d6;
  white-space: nowrap;
}
.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;
  border-bottom: 4px solid;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: 0;
}
.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 {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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 > .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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 6px;
  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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 7px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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: 8px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #474747;
  text-align: center;
  background-color: #e3e3e3;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 7px;
}
.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #e3e3e3;
}
.nav > li.disabled > a {
  color: #d6d6d6;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d6d6d6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e3e3e3;
  border-color: #2694c0;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 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: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e3e3e3 #e3e3e3 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #cccccc;
  background-color: #f0f0f0;
  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: 6px;
}
.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: 6px 6px 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: #f0f0f0;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 6px;
}
.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: #121212;
  background-color: #289bc8;
}
.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: 6px;
}
.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: 6px 6px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.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: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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.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: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@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: 16px 15px;
  font-size: 15px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .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;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.navbar-toggle:focus {
  outline: 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: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@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: 18px;
  }
  .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: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -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: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e3e3e3;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #d6d6d6;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  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: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #2b2b2b;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #d6d6d6;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e3e3e3;
    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: #d6d6d6;
    background-color: transparent;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #e3e3e3;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #e3e3e3;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #d6d6d6;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d6d6d6;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d6d6d6;
}
.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: #fff;
  background-color: #080808;
}
.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: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d6d6d6;
  }
  .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: #fff;
    background-color: #080808;
  }
  .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: #d6d6d6;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #d6d6d6;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 6px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumb > .active {
  color: #d6d6d6;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2694c0;
  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: 6px;
  border-top-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2694c0;
  background-color: #e3e3e3;
  border-color: #ddd;
}
.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: #289bc8;
  border-color: #289bc8;
  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: #d6d6d6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.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: #e3e3e3;
}
.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: #d6d6d6;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #121212;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #474747;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: transparent;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgba(0, 0, 0, 0);
}
.label-primary {
  background-color: #289bc8;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1f7a9e;
}
.label-success {
  background-color: #a2ca81;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #88bb5d;
}
.label-info {
  background-color: #6ac0e2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3faed9;
}
.label-warning {
  background-color: #fbd951;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f9ce1f;
}
.label-danger {
  background-color: #ea6962;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e33e35;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d6d6d6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2694c0;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e3e3e3;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c9c9c9;
}
.container .jumbotron {
  border-radius: 7px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2694c0;
}
.thumbnail .caption {
  padding: 9px;
  color: #121212;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.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;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  border-radius: 6px;
  -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: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #289bc8;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #d6d6d6;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #a2ca81;
}
.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);
}
.progress-bar-info {
  background-color: #6ac0e2;
}
.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);
}
.progress-bar-warning {
  background-color: #fbd951;
}
.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);
}
.progress-bar-danger {
  background-color: #ea6962;
}
.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);
}
.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: 6px;
  border-top-left-radius: 6px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.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;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e3e3e3;
  color: #d6d6d6;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #d6d6d6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #121212;
  background-color: #289bc8;
  border-color: #289bc8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c8e7f4;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #d6d6d6;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.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:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
}
.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 #d6d6d6;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d6d6d6;
}
.panel-default {
  border-color: #d6d6d6;
}
.panel-default > .panel-heading {
  color: #969696;
  background-color: #f7f7f7;
  border-color: #d6d6d6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6d6d6;
}
.panel-default > .panel-heading .badge {
  color: #f7f7f7;
  background-color: #969696;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6d6d6;
}
.panel-primary {
  border-color: #289bc8;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #289bc8;
  border-color: #289bc8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #289bc8;
}
.panel-primary > .panel-heading .badge {
  color: #289bc8;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #289bc8;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -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: 7px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 18px;
  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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid #ffffff;
  border-radius: 7px;
  -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;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #474747;
}
.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 #5e5e5e;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #5e5e5e;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  visibility: visible;
  font-size: 11px;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #474747;
  border-radius: 6px;
}
.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: #474747;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #474747;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #474747;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #474747;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #474747;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #474747;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #474747;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #474747;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  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: 7px;
  -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: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 6px 6px 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: 6px;
}
.popover > .arrow:after {
  border-width: 5px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #ffffff;
  bottom: -6px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #ffffff;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #ffffff;
  top: -6px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #ffffff;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -5px;
}
.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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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-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);
}
.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);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  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%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  font: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.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-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd1d1d1', GradientType=0);
  border-color: #cccccc;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd9d9d9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #bdbdbd;
  -webkit-box-shadow: inset 0 1px #ffffff;
  box-shadow: inset 0 1px #ffffff;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #d1d1d1;
  background-image: none;
}
.btn-default.disabled {
  border-color: #bdbdbd;
}
.btn-default:hover {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff0f0f0', GradientType=0);
  border-color: #bdbdbd;
}
.btn-default:focus {
  border-color: #bdbdbd;
}
.btn-default:active,
.btn-default.active {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #b0b0b0;
  box-shadow: inset 0 3px 3px #b0b0b0;
  background-image: none;
  border-color: #bdbdbd;
}
.btn-default.up {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #c9c9c9;
  box-shadow: inset 0 3px 3px #c9c9c9;
  border-color: #bdbdbd;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #1d7395 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #1d7395 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #1d7395 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff1d7395', GradientType=0);
  border-color: #1c6d8d;
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #207da2 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #207da2 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #207da2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff207da2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #175973;
  -webkit-box-shadow: inset 0 1px #5dbadf;
  box-shadow: inset 0 1px #5dbadf;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1d7395;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1d7395;
  border-color: #1c6d8d;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1d7395;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1d7395;
  border-color: #1c6d8d;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #1d7395;
  background-image: none;
}
.btn-primary.disabled {
  border-color: #175973;
}
.btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #289bc8 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #289bc8 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #289bc8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff289bc8', GradientType=0);
  border-color: #175973;
}
.btn-primary:focus {
  border-color: #175973;
}
.btn-primary:active,
.btn-primary.active {
  background-image: -webkit-linear-gradient(top, #207da2 0%, #207da2 100%);
  background-image: -o-linear-gradient(top, #207da2 0%, #207da2 100%);
  background-image: linear-gradient(to bottom, #207da2 0%, #207da2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff207da2', endColorstr='#ff207da2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #13485e;
  box-shadow: inset 0 3px 3px #13485e;
  background-image: none;
  border-color: #175973;
}
.btn-primary.up {
  background-image: -webkit-linear-gradient(top, #207da2 0%, #207da2 100%);
  background-image: -o-linear-gradient(top, #207da2 0%, #207da2 100%);
  background-image: linear-gradient(to bottom, #207da2 0%, #207da2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff207da2', endColorstr='#ff207da2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #1b6988;
  box-shadow: inset 0 3px 3px #1b6988;
  border-color: #175973;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #a2ca81 0%, #82b856 100%);
  background-image: -o-linear-gradient(top, #a2ca81 0%, #82b856 100%);
  background-image: linear-gradient(to bottom, #a2ca81 0%, #82b856 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2ca81', endColorstr='#ff82b856', GradientType=0);
  border-color: #7db54f;
  background-image: -webkit-linear-gradient(top, #a2ca81 0%, #8abd61 100%);
  background-image: -o-linear-gradient(top, #a2ca81 0%, #8abd61 100%);
  background-image: linear-gradient(to bottom, #a2ca81 0%, #8abd61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2ca81', endColorstr='#ff8abd61', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #6ea244;
  -webkit-box-shadow: inset 0 1px #cae1b7;
  box-shadow: inset 0 1px #cae1b7;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #82b856;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #82b856;
  border-color: #7db54f;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #82b856;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #82b856;
  border-color: #7db54f;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #82b856;
  background-image: none;
}
.btn-success.disabled {
  border-color: #6ea244;
}
.btn-success:hover {
  background-image: -webkit-linear-gradient(top, #a2ca81 0%, #a2ca81 100%);
  background-image: -o-linear-gradient(top, #a2ca81 0%, #a2ca81 100%);
  background-image: linear-gradient(to bottom, #a2ca81 0%, #a2ca81 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2ca81', endColorstr='#ffa2ca81', GradientType=0);
  border-color: #6ea244;
}
.btn-success:focus {
  border-color: #6ea244;
}
.btn-success:active,
.btn-success.active {
  background-image: -webkit-linear-gradient(top, #8abd61 0%, #8abd61 100%);
  background-image: -o-linear-gradient(top, #8abd61 0%, #8abd61 100%);
  background-image: linear-gradient(to bottom, #8abd61 0%, #8abd61 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8abd61', endColorstr='#ff8abd61', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #62903c;
  box-shadow: inset 0 3px 3px #62903c;
  background-image: none;
  border-color: #6ea244;
}
.btn-success.up {
  background-image: -webkit-linear-gradient(top, #8abd61 0%, #8abd61 100%);
  background-image: -o-linear-gradient(top, #8abd61 0%, #8abd61 100%);
  background-image: linear-gradient(to bottom, #8abd61 0%, #8abd61 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8abd61', endColorstr='#ff8abd61', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #7ab44b;
  box-shadow: inset 0 3px 3px #7ab44b;
  border-color: #6ea244;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #6ac0e2 0%, #37aad7 100%);
  background-image: -o-linear-gradient(top, #6ac0e2 0%, #37aad7 100%);
  background-image: linear-gradient(to bottom, #6ac0e2 0%, #37aad7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ac0e2', endColorstr='#ff37aad7', GradientType=0);
  border-color: #2ea6d6;
  background-image: -webkit-linear-gradient(top, #6ac0e2 0%, #44afda 100%);
  background-image: -o-linear-gradient(top, #6ac0e2 0%, #44afda 100%);
  background-image: linear-gradient(to bottom, #6ac0e2 0%, #44afda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ac0e2', endColorstr='#ff44afda', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2694c0;
  -webkit-box-shadow: inset 0 1px #aadbee;
  box-shadow: inset 0 1px #aadbee;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #37aad7;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #37aad7;
  border-color: #2ea6d6;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #37aad7;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #37aad7;
  border-color: #2ea6d6;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #37aad7;
  background-image: none;
}
.btn-info.disabled {
  border-color: #2694c0;
}
.btn-info:hover {
  background-image: -webkit-linear-gradient(top, #6ac0e2 0%, #6ac0e2 100%);
  background-image: -o-linear-gradient(top, #6ac0e2 0%, #6ac0e2 100%);
  background-image: linear-gradient(to bottom, #6ac0e2 0%, #6ac0e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ac0e2', endColorstr='#ff6ac0e2', GradientType=0);
  border-color: #2694c0;
}
.btn-info:focus {
  border-color: #2694c0;
}
.btn-info:active,
.btn-info.active {
  background-image: -webkit-linear-gradient(top, #44afda 0%, #44afda 100%);
  background-image: -o-linear-gradient(top, #44afda 0%, #44afda 100%);
  background-image: linear-gradient(to bottom, #44afda 0%, #44afda 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44afda', endColorstr='#ff44afda', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #2284aa;
  box-shadow: inset 0 3px 3px #2284aa;
  background-image: none;
  border-color: #2694c0;
}
.btn-info.up {
  background-image: -webkit-linear-gradient(top, #44afda 0%, #44afda 100%);
  background-image: -o-linear-gradient(top, #44afda 0%, #44afda 100%);
  background-image: linear-gradient(to bottom, #44afda 0%, #44afda 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44afda', endColorstr='#ff44afda', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #2aa5d5;
  box-shadow: inset 0 3px 3px #2aa5d5;
  border-color: #2694c0;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #fbd951 0%, #f9cb15 100%);
  background-image: -o-linear-gradient(top, #fbd951 0%, #f9cb15 100%);
  background-image: linear-gradient(to bottom, #fbd951 0%, #f9cb15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd951', endColorstr='#fff9cb15', GradientType=0);
  border-color: #f9c90b;
  background-image: -webkit-linear-gradient(top, #fbd951 0%, #f9cf24 100%);
  background-image: -o-linear-gradient(top, #fbd951 0%, #f9cf24 100%);
  background-image: linear-gradient(to bottom, #fbd951 0%, #f9cf24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd951', endColorstr='#fff9cf24', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e0b406;
  -webkit-box-shadow: inset 0 1px #fce99c;
  box-shadow: inset 0 1px #fce99c;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #f9cb15;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f9cb15;
  border-color: #f9c90b;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #f9cb15;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f9cb15;
  border-color: #f9c90b;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #f9cb15;
  background-image: none;
}
.btn-warning.disabled {
  border-color: #e0b406;
}
.btn-warning:hover {
  background-image: -webkit-linear-gradient(top, #fbd951 0%, #fbd951 100%);
  background-image: -o-linear-gradient(top, #fbd951 0%, #fbd951 100%);
  background-image: linear-gradient(to bottom, #fbd951 0%, #fbd951 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd951', endColorstr='#fffbd951', GradientType=0);
  border-color: #e0b406;
}
.btn-warning:focus {
  border-color: #e0b406;
}
.btn-warning:active,
.btn-warning.active {
  background-image: -webkit-linear-gradient(top, #f9cf24 0%, #f9cf24 100%);
  background-image: -o-linear-gradient(top, #f9cf24 0%, #f9cf24 100%);
  background-image: linear-gradient(to bottom, #f9cf24 0%, #f9cf24 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9cf24', endColorstr='#fff9cf24', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #c7a005;
  box-shadow: inset 0 3px 3px #c7a005;
  background-image: none;
  border-color: #e0b406;
}
.btn-warning.up {
  background-image: -webkit-linear-gradient(top, #f9cf24 0%, #f9cf24 100%);
  background-image: -o-linear-gradient(top, #f9cf24 0%, #f9cf24 100%);
  background-image: linear-gradient(to bottom, #f9cf24 0%, #f9cf24 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9cf24', endColorstr='#fff9cf24', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #f9c806;
  box-shadow: inset 0 3px 3px #f9c806;
  border-color: #e0b406;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #ea6962 0%, #e2352c 100%);
  background-image: -o-linear-gradient(top, #ea6962 0%, #e2352c 100%);
  background-image: linear-gradient(to bottom, #ea6962 0%, #e2352c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6962', endColorstr='#ffe2352c', GradientType=0);
  border-color: #e12d23;
  background-image: -webkit-linear-gradient(top, #ea6962 0%, #e4423a 100%);
  background-image: -o-linear-gradient(top, #ea6962 0%, #e4423a 100%);
  background-image: linear-gradient(to bottom, #ea6962 0%, #e4423a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6962', endColorstr='#ffe4423a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #ca241c;
  -webkit-box-shadow: inset 0 1px #f3a9a5;
  box-shadow: inset 0 1px #f3a9a5;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e2352c;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e2352c;
  border-color: #e12d23;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e2352c;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e2352c;
  border-color: #e12d23;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #e2352c;
  background-image: none;
}
.btn-danger.disabled {
  border-color: #ca241c;
}
.btn-danger:hover {
  background-image: -webkit-linear-gradient(top, #ea6962 0%, #ea6962 100%);
  background-image: -o-linear-gradient(top, #ea6962 0%, #ea6962 100%);
  background-image: linear-gradient(to bottom, #ea6962 0%, #ea6962 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6962', endColorstr='#ffea6962', GradientType=0);
  border-color: #ca241c;
}
.btn-danger:focus {
  border-color: #ca241c;
}
.btn-danger:active,
.btn-danger.active {
  background-image: -webkit-linear-gradient(top, #e4423a 0%, #e4423a 100%);
  background-image: -o-linear-gradient(top, #e4423a 0%, #e4423a 100%);
  background-image: linear-gradient(to bottom, #e4423a 0%, #e4423a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4423a', endColorstr='#ffe4423a', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #b42018;
  box-shadow: inset 0 3px 3px #b42018;
  background-image: none;
  border-color: #ca241c;
}
.btn-danger.up {
  background-image: -webkit-linear-gradient(top, #e4423a 0%, #e4423a 100%);
  background-image: -o-linear-gradient(top, #e4423a 0%, #e4423a 100%);
  background-image: linear-gradient(to bottom, #e4423a 0%, #e4423a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4423a', endColorstr='#ffe4423a', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #e0281f;
  box-shadow: inset 0 3px 3px #e0281f;
  border-color: #ca241c;
}
.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-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffebebeb', GradientType=0);
  background-color: #ebebeb;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #238ab3 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #238ab3 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #238ab3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff238ab3', GradientType=0);
  background-color: #238ab3;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #454545 0%, #2b2b2b 100%);
  background-image: -o-linear-gradient(top, #454545 0%, #2b2b2b 100%);
  background-image: linear-gradient(to bottom, #454545 0%, #2b2b2b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff454545', endColorstr='#ff2b2b2b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 6px;
  -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-linear-gradient(top, #1f1f1f 0%, #262626 100%);
  background-image: -o-linear-gradient(top, #1f1f1f 0%, #262626 100%);
  background-image: linear-gradient(to bottom, #1f1f1f 0%, #262626 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f1f1f', endColorstr='#ff262626', 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-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image: -o-linear-gradient(top, #222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', 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-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-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-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-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-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-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-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-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-linear-gradient(top, #ededed 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #ededed 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ededed 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#fff7f7f7', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #1f7a9e 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #1f7a9e 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #1f7a9e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff1f7a9e', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #a2ca81 0%, #88bb5d 100%);
  background-image: -o-linear-gradient(top, #a2ca81 0%, #88bb5d 100%);
  background-image: linear-gradient(to bottom, #a2ca81 0%, #88bb5d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2ca81', endColorstr='#ff88bb5d', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #6ac0e2 0%, #3faed9 100%);
  background-image: -o-linear-gradient(top, #6ac0e2 0%, #3faed9 100%);
  background-image: linear-gradient(to bottom, #6ac0e2 0%, #3faed9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ac0e2', endColorstr='#ff3faed9', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #fbd951 0%, #f9ce1f 100%);
  background-image: -o-linear-gradient(top, #fbd951 0%, #f9ce1f 100%);
  background-image: linear-gradient(to bottom, #fbd951 0%, #f9ce1f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd951', endColorstr='#fff9ce1f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #ea6962 0%, #e33e35 100%);
  background-image: -o-linear-gradient(top, #ea6962 0%, #e33e35 100%);
  background-image: linear-gradient(to bottom, #ea6962 0%, #e33e35 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6962', endColorstr='#ffe33e35', GradientType=0);
}
.list-group {
  border-radius: 6px;
  -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 #1f7a9e;
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #2182a8 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #2182a8 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #2182a8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff2182a8', GradientType=0);
  border-color: #2182a8;
}
.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-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffebebeb', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #238ab3 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #238ab3 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #238ab3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff238ab3', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-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-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-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-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-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-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-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-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-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);
}
.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-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd1d1d1', GradientType=0);
  border-color: #cccccc;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd9d9d9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #bdbdbd;
  -webkit-box-shadow: inset 0 1px #ffffff;
  box-shadow: inset 0 1px #ffffff;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #d1d1d1;
  background-image: none;
}
.btn-default.disabled {
  border-color: #bdbdbd;
}
.btn-default:hover {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff0f0f0', GradientType=0);
  border-color: #bdbdbd;
}
.btn-default:focus {
  border-color: #bdbdbd;
}
.btn-default:active,
.btn-default.active {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #b0b0b0;
  box-shadow: inset 0 3px 3px #b0b0b0;
  background-image: none;
  border-color: #bdbdbd;
}
.btn-default.up {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #c9c9c9;
  box-shadow: inset 0 3px 3px #c9c9c9;
  border-color: #bdbdbd;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #1d7395 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #1d7395 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #1d7395 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff1d7395', GradientType=0);
  border-color: #1c6d8d;
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #207da2 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #207da2 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #207da2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff207da2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #175973;
  -webkit-box-shadow: inset 0 1px #5dbadf;
  box-shadow: inset 0 1px #5dbadf;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1d7395;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1d7395;
  border-color: #1c6d8d;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1d7395;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1d7395;
  border-color: #1c6d8d;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #1d7395;
  background-image: none;
}
.btn-primary.disabled {
  border-color: #175973;
}
.btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #289bc8 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #289bc8 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #289bc8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff289bc8', GradientType=0);
  border-color: #175973;
}
.btn-primary:focus {
  border-color: #175973;
}
.btn-primary:active,
.btn-primary.active {
  background-image: -webkit-linear-gradient(top, #207da2 0%, #207da2 100%);
  background-image: -o-linear-gradient(top, #207da2 0%, #207da2 100%);
  background-image: linear-gradient(to bottom, #207da2 0%, #207da2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff207da2', endColorstr='#ff207da2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #13485e;
  box-shadow: inset 0 3px 3px #13485e;
  background-image: none;
  border-color: #175973;
}
.btn-primary.up {
  background-image: -webkit-linear-gradient(top, #207da2 0%, #207da2 100%);
  background-image: -o-linear-gradient(top, #207da2 0%, #207da2 100%);
  background-image: linear-gradient(to bottom, #207da2 0%, #207da2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff207da2', endColorstr='#ff207da2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #1b6988;
  box-shadow: inset 0 3px 3px #1b6988;
  border-color: #175973;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #a2ca81 0%, #82b856 100%);
  background-image: -o-linear-gradient(top, #a2ca81 0%, #82b856 100%);
  background-image: linear-gradient(to bottom, #a2ca81 0%, #82b856 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2ca81', endColorstr='#ff82b856', GradientType=0);
  border-color: #7db54f;
  background-image: -webkit-linear-gradient(top, #a2ca81 0%, #8abd61 100%);
  background-image: -o-linear-gradient(top, #a2ca81 0%, #8abd61 100%);
  background-image: linear-gradient(to bottom, #a2ca81 0%, #8abd61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2ca81', endColorstr='#ff8abd61', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #6ea244;
  -webkit-box-shadow: inset 0 1px #cae1b7;
  box-shadow: inset 0 1px #cae1b7;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #82b856;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #82b856;
  border-color: #7db54f;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #82b856;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #82b856;
  border-color: #7db54f;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #82b856;
  background-image: none;
}
.btn-success.disabled {
  border-color: #6ea244;
}
.btn-success:hover {
  background-image: -webkit-linear-gradient(top, #a2ca81 0%, #a2ca81 100%);
  background-image: -o-linear-gradient(top, #a2ca81 0%, #a2ca81 100%);
  background-image: linear-gradient(to bottom, #a2ca81 0%, #a2ca81 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2ca81', endColorstr='#ffa2ca81', GradientType=0);
  border-color: #6ea244;
}
.btn-success:focus {
  border-color: #6ea244;
}
.btn-success:active,
.btn-success.active {
  background-image: -webkit-linear-gradient(top, #8abd61 0%, #8abd61 100%);
  background-image: -o-linear-gradient(top, #8abd61 0%, #8abd61 100%);
  background-image: linear-gradient(to bottom, #8abd61 0%, #8abd61 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8abd61', endColorstr='#ff8abd61', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #62903c;
  box-shadow: inset 0 3px 3px #62903c;
  background-image: none;
  border-color: #6ea244;
}
.btn-success.up {
  background-image: -webkit-linear-gradient(top, #8abd61 0%, #8abd61 100%);
  background-image: -o-linear-gradient(top, #8abd61 0%, #8abd61 100%);
  background-image: linear-gradient(to bottom, #8abd61 0%, #8abd61 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8abd61', endColorstr='#ff8abd61', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #7ab44b;
  box-shadow: inset 0 3px 3px #7ab44b;
  border-color: #6ea244;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #6ac0e2 0%, #37aad7 100%);
  background-image: -o-linear-gradient(top, #6ac0e2 0%, #37aad7 100%);
  background-image: linear-gradient(to bottom, #6ac0e2 0%, #37aad7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ac0e2', endColorstr='#ff37aad7', GradientType=0);
  border-color: #2ea6d6;
  background-image: -webkit-linear-gradient(top, #6ac0e2 0%, #44afda 100%);
  background-image: -o-linear-gradient(top, #6ac0e2 0%, #44afda 100%);
  background-image: linear-gradient(to bottom, #6ac0e2 0%, #44afda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ac0e2', endColorstr='#ff44afda', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2694c0;
  -webkit-box-shadow: inset 0 1px #aadbee;
  box-shadow: inset 0 1px #aadbee;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #37aad7;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #37aad7;
  border-color: #2ea6d6;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #37aad7;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #37aad7;
  border-color: #2ea6d6;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #37aad7;
  background-image: none;
}
.btn-info.disabled {
  border-color: #2694c0;
}
.btn-info:hover {
  background-image: -webkit-linear-gradient(top, #6ac0e2 0%, #6ac0e2 100%);
  background-image: -o-linear-gradient(top, #6ac0e2 0%, #6ac0e2 100%);
  background-image: linear-gradient(to bottom, #6ac0e2 0%, #6ac0e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ac0e2', endColorstr='#ff6ac0e2', GradientType=0);
  border-color: #2694c0;
}
.btn-info:focus {
  border-color: #2694c0;
}
.btn-info:active,
.btn-info.active {
  background-image: -webkit-linear-gradient(top, #44afda 0%, #44afda 100%);
  background-image: -o-linear-gradient(top, #44afda 0%, #44afda 100%);
  background-image: linear-gradient(to bottom, #44afda 0%, #44afda 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44afda', endColorstr='#ff44afda', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #2284aa;
  box-shadow: inset 0 3px 3px #2284aa;
  background-image: none;
  border-color: #2694c0;
}
.btn-info.up {
  background-image: -webkit-linear-gradient(top, #44afda 0%, #44afda 100%);
  background-image: -o-linear-gradient(top, #44afda 0%, #44afda 100%);
  background-image: linear-gradient(to bottom, #44afda 0%, #44afda 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44afda', endColorstr='#ff44afda', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #2aa5d5;
  box-shadow: inset 0 3px 3px #2aa5d5;
  border-color: #2694c0;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #fbd951 0%, #f9cb15 100%);
  background-image: -o-linear-gradient(top, #fbd951 0%, #f9cb15 100%);
  background-image: linear-gradient(to bottom, #fbd951 0%, #f9cb15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd951', endColorstr='#fff9cb15', GradientType=0);
  border-color: #f9c90b;
  background-image: -webkit-linear-gradient(top, #fbd951 0%, #f9cf24 100%);
  background-image: -o-linear-gradient(top, #fbd951 0%, #f9cf24 100%);
  background-image: linear-gradient(to bottom, #fbd951 0%, #f9cf24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd951', endColorstr='#fff9cf24', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e0b406;
  -webkit-box-shadow: inset 0 1px #fce99c;
  box-shadow: inset 0 1px #fce99c;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #f9cb15;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f9cb15;
  border-color: #f9c90b;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #f9cb15;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f9cb15;
  border-color: #f9c90b;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #f9cb15;
  background-image: none;
}
.btn-warning.disabled {
  border-color: #e0b406;
}
.btn-warning:hover {
  background-image: -webkit-linear-gradient(top, #fbd951 0%, #fbd951 100%);
  background-image: -o-linear-gradient(top, #fbd951 0%, #fbd951 100%);
  background-image: linear-gradient(to bottom, #fbd951 0%, #fbd951 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd951', endColorstr='#fffbd951', GradientType=0);
  border-color: #e0b406;
}
.btn-warning:focus {
  border-color: #e0b406;
}
.btn-warning:active,
.btn-warning.active {
  background-image: -webkit-linear-gradient(top, #f9cf24 0%, #f9cf24 100%);
  background-image: -o-linear-gradient(top, #f9cf24 0%, #f9cf24 100%);
  background-image: linear-gradient(to bottom, #f9cf24 0%, #f9cf24 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9cf24', endColorstr='#fff9cf24', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #c7a005;
  box-shadow: inset 0 3px 3px #c7a005;
  background-image: none;
  border-color: #e0b406;
}
.btn-warning.up {
  background-image: -webkit-linear-gradient(top, #f9cf24 0%, #f9cf24 100%);
  background-image: -o-linear-gradient(top, #f9cf24 0%, #f9cf24 100%);
  background-image: linear-gradient(to bottom, #f9cf24 0%, #f9cf24 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9cf24', endColorstr='#fff9cf24', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #f9c806;
  box-shadow: inset 0 3px 3px #f9c806;
  border-color: #e0b406;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #ea6962 0%, #e2352c 100%);
  background-image: -o-linear-gradient(top, #ea6962 0%, #e2352c 100%);
  background-image: linear-gradient(to bottom, #ea6962 0%, #e2352c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6962', endColorstr='#ffe2352c', GradientType=0);
  border-color: #e12d23;
  background-image: -webkit-linear-gradient(top, #ea6962 0%, #e4423a 100%);
  background-image: -o-linear-gradient(top, #ea6962 0%, #e4423a 100%);
  background-image: linear-gradient(to bottom, #ea6962 0%, #e4423a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6962', endColorstr='#ffe4423a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #ca241c;
  -webkit-box-shadow: inset 0 1px #f3a9a5;
  box-shadow: inset 0 1px #f3a9a5;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e2352c;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e2352c;
  border-color: #e12d23;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e2352c;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e2352c;
  border-color: #e12d23;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #e2352c;
  background-image: none;
}
.btn-danger.disabled {
  border-color: #ca241c;
}
.btn-danger:hover {
  background-image: -webkit-linear-gradient(top, #ea6962 0%, #ea6962 100%);
  background-image: -o-linear-gradient(top, #ea6962 0%, #ea6962 100%);
  background-image: linear-gradient(to bottom, #ea6962 0%, #ea6962 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6962', endColorstr='#ffea6962', GradientType=0);
  border-color: #ca241c;
}
.btn-danger:focus {
  border-color: #ca241c;
}
.btn-danger:active,
.btn-danger.active {
  background-image: -webkit-linear-gradient(top, #e4423a 0%, #e4423a 100%);
  background-image: -o-linear-gradient(top, #e4423a 0%, #e4423a 100%);
  background-image: linear-gradient(to bottom, #e4423a 0%, #e4423a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4423a', endColorstr='#ffe4423a', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #b42018;
  box-shadow: inset 0 3px 3px #b42018;
  background-image: none;
  border-color: #ca241c;
}
.btn-danger.up {
  background-image: -webkit-linear-gradient(top, #e4423a 0%, #e4423a 100%);
  background-image: -o-linear-gradient(top, #e4423a 0%, #e4423a 100%);
  background-image: linear-gradient(to bottom, #e4423a 0%, #e4423a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4423a', endColorstr='#ffe4423a', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #e0281f;
  box-shadow: inset 0 3px 3px #e0281f;
  border-color: #ca241c;
}
.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-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffebebeb', GradientType=0);
  background-color: #ebebeb;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #238ab3 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #238ab3 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #238ab3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff238ab3', GradientType=0);
  background-color: #238ab3;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #454545 0%, #2b2b2b 100%);
  background-image: -o-linear-gradient(top, #454545 0%, #2b2b2b 100%);
  background-image: linear-gradient(to bottom, #454545 0%, #2b2b2b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff454545', endColorstr='#ff2b2b2b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 6px;
  -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-linear-gradient(top, #1f1f1f 0%, #262626 100%);
  background-image: -o-linear-gradient(top, #1f1f1f 0%, #262626 100%);
  background-image: linear-gradient(to bottom, #1f1f1f 0%, #262626 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f1f1f', endColorstr='#ff262626', 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-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image: -o-linear-gradient(top, #222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', 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-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-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-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-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-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-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-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-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-linear-gradient(top, #ededed 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #ededed 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ededed 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#fff7f7f7', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #1f7a9e 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #1f7a9e 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #1f7a9e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff1f7a9e', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #a2ca81 0%, #88bb5d 100%);
  background-image: -o-linear-gradient(top, #a2ca81 0%, #88bb5d 100%);
  background-image: linear-gradient(to bottom, #a2ca81 0%, #88bb5d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2ca81', endColorstr='#ff88bb5d', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #6ac0e2 0%, #3faed9 100%);
  background-image: -o-linear-gradient(top, #6ac0e2 0%, #3faed9 100%);
  background-image: linear-gradient(to bottom, #6ac0e2 0%, #3faed9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ac0e2', endColorstr='#ff3faed9', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #fbd951 0%, #f9ce1f 100%);
  background-image: -o-linear-gradient(top, #fbd951 0%, #f9ce1f 100%);
  background-image: linear-gradient(to bottom, #fbd951 0%, #f9ce1f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbd951', endColorstr='#fff9ce1f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #ea6962 0%, #e33e35 100%);
  background-image: -o-linear-gradient(top, #ea6962 0%, #e33e35 100%);
  background-image: linear-gradient(to bottom, #ea6962 0%, #e33e35 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6962', endColorstr='#ffe33e35', GradientType=0);
}
.progress-bar-striped {
  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);
}
.list-group {
  border-radius: 6px;
  -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 #1f7a9e;
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #2182a8 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #2182a8 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #2182a8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff2182a8', GradientType=0);
  border-color: #2182a8;
}
.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-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffebebeb', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #289bc8 0%, #238ab3 100%);
  background-image: -o-linear-gradient(top, #289bc8 0%, #238ab3 100%);
  background-image: linear-gradient(to bottom, #289bc8 0%, #238ab3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289bc8', endColorstr='#ff238ab3', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-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-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-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-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-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-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-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-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-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);
}
.btn-inverse,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  min-width: 80px;
  height: 36px;
  text-shadow: none;
  outline: none;
}
.btn:focus:active {
  outline: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd1d1d1', GradientType=0);
  border-color: #cccccc;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd9d9d9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px #ffffff;
  box-shadow: inset 0 1px #ffffff;
  text-shadow: none;
  border-color: #bdbdbd;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #d1d1d1;
  background-image: none;
}
.btn-default.disabled {
  border-color: #bdbdbd;
}
.btn-default:hover {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff0f0f0', GradientType=0);
  border-color: #bdbdbd;
}
.btn-default:focus {
  border-color: #bdbdbd;
}
.btn-default:active,
.btn-default.active {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #b0b0b0;
  box-shadow: inset 0 3px 3px #b0b0b0;
  background-image: none;
  border-color: #bdbdbd;
}
.btn-default.up {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #c9c9c9;
  box-shadow: inset 0 3px 3px #c9c9c9;
  border-color: #bdbdbd;
}
.btn-inverse {
  background-image: -webkit-linear-gradient(top, #969696 0%, #787878 100%);
  background-image: -o-linear-gradient(top, #969696 0%, #787878 100%);
  background-image: linear-gradient(to bottom, #969696 0%, #787878 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ff787878', GradientType=0);
  border-color: #737373;
  background-image: -webkit-linear-gradient(top, #969696 0%, #808080 100%);
  background-image: -o-linear-gradient(top, #969696 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #969696 0%, #808080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ff808080', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #636363;
  -webkit-box-shadow: inset 0 1px #bdbdbd;
  box-shadow: inset 0 1px #bdbdbd;
}
.btn-inverse:hover,
.btn-inverse:focus {
  background-color: #787878;
  background-position: 0 -15px;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #787878;
  border-color: #737373;
}
.btn-inverse:hover,
.btn-inverse:focus {
  background-color: #787878;
  background-position: 0 -15px;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #787878;
  border-color: #737373;
}
.btn-inverse:disabled,
.btn-inverse[disabled] {
  background-color: #787878;
  background-image: none;
}
.btn-inverse.disabled {
  border-color: #636363;
}
.btn-inverse:hover {
  background-image: -webkit-linear-gradient(top, #969696 0%, #969696 100%);
  background-image: -o-linear-gradient(top, #969696 0%, #969696 100%);
  background-image: linear-gradient(to bottom, #969696 0%, #969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ff969696', GradientType=0);
  border-color: #636363;
}
.btn-inverse:focus {
  border-color: #636363;
}
.btn-inverse:active,
.btn-inverse.active {
  background-image: -webkit-linear-gradient(top, #808080 0%, #808080 100%);
  background-image: -o-linear-gradient(top, #808080 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #808080 0%, #808080 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff808080', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #575757;
  box-shadow: inset 0 3px 3px #575757;
  background-image: none;
  border-color: #636363;
}
.btn-inverse.up {
  background-image: -webkit-linear-gradient(top, #808080 0%, #808080 100%);
  background-image: -o-linear-gradient(top, #808080 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #808080 0%, #808080 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff808080', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #707070;
  box-shadow: inset 0 3px 3px #707070;
  border-color: #636363;
}
*[data-sc-cloak] {
  visibility: hidden !important;
}
.sc-page .sc-start {
  background: #f0f0f0;
}
.sc-page .sc-dashboard {
  background: #f0f0f0;
}
.sc-page .sc-list {
  background: #f0f0f0;
}
.sc-page .sc-task {
  background: #f0f0f0;
}
.sc-globalHeader {
  color: #ffffff;
  border-color: #2b2b2b;
  background-color: #2b2b2b;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10;
  top: 0;
}
.sc-globalHeader-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sc-globalHeader-navigationToggler {
  float: left;
}
.sc-globalHeader-startButton {
  float: left;
}
.sc-globalheader-appName {
  color: #cccccc;
  float: left;
  font-size: 1.167em;
  font-weight: normal;
  margin-left: 15px;
}
.sc-globalHeader-loginInfo {
  position: absolute;
  right: -3px;
}
.sc-globalFooter {
  clear: both;
  line-height: 18px;
  color: #121212;
  border-color: #969696;
  background-color: #f7f7f7;
  height: 50px;
  padding: 10px 15px;
  width: 100%;
  z-index: 9999;
}
.sc-applicationHeader {
  position: relative;
  color: #121212;
  width: 100%;
  background-color: #ca241c;
  padding-top: 50px;
}
.sc-applicationHeader .sc-applicationHeader-breadCrumb {
  position: relative;
}
.sc-applicationHeader .sc-applicationHeader-title {
  font-size: 2em;
  color: #ffffff;
  float: left;
}
.sc-applicationHeader .sc-applicationHeader-back {
  float: left;
}
.sc-applicationHeader .sc-applicationHeader-back > .btn {
  margin-right: 10px;
}
.sc-applicationHeader .sc-applicationHeader-contextSwitcher {
  float: left;
}
.sc-applicationHeader .sc-applicationHeader-actions {
  float: right;
}
.sc-applicationHeader .sc-applicationHeader-buttons > *,
.sc-applicationHeader .sc-applicationHeader-actions > * {
  display: inline-block;
}
.sc-applicationHeader .sc-applicationHeader-buttons .sc-actionpanel,
.sc-applicationHeader .sc-applicationHeader-actions .sc-actionpanel {
  /*--position*/
  height: 21px;
}
.sc-applicationHeader .sc-applicationHeader-buttons .sc-actionpanel ul.nav > li,
.sc-applicationHeader .sc-applicationHeader-actions .sc-actionpanel ul.nav > li {
  padding-right: 0;
}
.sc-applicationHeader-content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  clear: both;
}
.sc-applicationHeader-row1 {
  height: 90px;
  background-color: #ca241c;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Layouts/breadcrumb_red_bg.png");
  background-repeat: no-repeat;
}
.sc-applicationHeader-row1:after {
  position: absolute;
  right: 0;
  top: 50px;
  display: block;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Layouts/logo_spiral.png") center right;
  background-repeat: no-repeat;
  width: 113px;
  height: 90px;
  content: " ";
}
.sc-applicationHeader-row1.no-breadcrumb {
  height: 60px;
}
.sc-applicationHeader-row1.no-breadcrumb:after {
  top: 20px;
}
.sc-applicationContent.top .sc-applicationHeader-row1.no-breadcrumb:after {
  top: -30px;
}
.sc-applicationHeader-row2 {
  height: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 10px 15px;
  z-index: 9;
  padding-top: 12px;
}
.sc-applicationContent {
  color: #121212;
  border-color: #cccccc;
  background-color: #f0f0f0;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.sc-applicationContent-navigation {
  color: #121212;
  border-color: #474747;
  padding: 0;
  background-color: #474747;
}
.sc-applicationContent-main {
  color: #121212;
  border-color: #cccccc;
  background-color: #f0f0f0;
  padding: 15px;
}
.sc-applicationContent-info {
  color: #121212;
  border-color: #cccccc;
  background-color: #f0f0f0;
  padding: 15px;
}
html.sc-dialogpage {
  height: 100%;
  background: #ffffff;
}
html.sc-dialogpage body {
  background-color: inherit;
}
.sc-dialogHeader {
  color: #ffffff;
  border: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #2b2b2b;
  height: 60px;
  padding: 10px 0;
}
/*OT issue #430149 fix (IE11)*/
_:-ms-fullscreen,
:root header.sc-dialogHeader .sc-dialogHeader {
  position: absolute;
}
.sc-dialogHeader-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  line-height: 40px;
}
.sc-dialogFooter {
  background-color: #e3e3e3;
  height: 60px;
  padding: 12px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  /* A trick to fix missing footer in Safari on macOS. */
  overflow: hidden;
}
.sc-dialogFooter-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
.sc-dialogHeader-content {
  position: relative;
}
.sc-dialogHeader-navigation {
  float: left;
}
.sc-dialogContent {
  color: #121212;
  border-color: #cccccc;
  background-color: inherit;
  padding: 0 0;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.sc-dialogContent .sc-navigation-menu {
  top: 60px;
}
.sc-dialogContent .sc-navigation-content {
  padding-top: 0;
}
.sc-dialogContent.noFooter {
  margin-bottom: 0;
}
.sc-dialogContent-title {
  color: #ffffff;
  background-color: #dc271e;
  padding: 0 15px;
  height: 60px;
  line-height: 50px;
}
.sc-dialogContent-toolbar {
  background-color: #ffffff;
  padding: 12px 15px;
  height: 60px;
  line-height: 36px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
}
.sc-dialogContent-toolbar .sc-dialogContent-toolbar-back {
  float: left;
}
.sc-dialogContent-toolbar .sc-dialogContent-toolbar-back > .btn {
  margin-right: 10px;
}
.sc-dialogContent-toolbar .sc-dialogContent-toolbar-contextSwitcher {
  float: left;
}
.sc-dialogContent-toolbar .sc-dialogContent-toolbar-actions {
  float: right;
}
.sc-dialogContent-main {
  color: #121212;
  border-color: #cccccc;
  background-color: inherit;
  padding: 15px;
}
.row.sc-contentRowFix {
  margin-left: 0;
  margin-right: 0;
}
.sc-dialogContent-navigation {
  color: #121212;
  border-color: #474747;
  padding: 0;
  background-color: #474747;
}
.sc-dialogHeader-title {
  font-size: 1.5em;
  width: calc(100% - 60px);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-dialogHeader-actions {
  position: absolute;
  right: 15px;
  width: 15%;
}
.sc-dialogHeader-close {
  position: absolute;
  right: 15px;
}
.sc-dialogFooter-content-buttons {
  float: right;
  width: 100%;
  text-align: right;
}
.sc-frameworkApplicationHeader {
  color: #ffffff;
  border-color: #969696;
  background-color: #2b2b2b;
  height: 50px;
  padding: 10px 15px;
  line-height: 30px;
}
.sc-navigation-menu {
  position: fixed;
  width: 250px;
  top: 50px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: #ffffff;
  z-index: 1;
}
.sc-navigation-wrapper {
  position: relative;
}
.sc-navigation-content {
  width: 100%;
  padding: 0;
  padding-left: 250px;
}
@media (max-width: 768px) {
  .sc-navigation-content {
    padding-left: 0;
  }
  .sc-navigation-menu {
    visibility: hidden;
    width: 0;
  }
  .sc-navigation-wrapper.active {
    position: relative;
  }
  .sc-navigation-wrapper.active .sc-navigation-menu {
    visibility: visible;
    width: 250px;
  }
  .sc-navigation-wrapper.active .sc-navigation-content {
    padding-left: 250px;
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #969696;
  -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #cccccc;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background-color: #969696;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
}
body {
  -ms-overflow-style: scrollbar;
}
.sc-advancedExpander-header-actionbar .sc-actionpanelpadding-right ul.nav {
  left: auto;
  float: right;
}
.sc-advancedExpander-header-actionbar .sc-actionpanelpadding-right ul.nav > li {
  height: 40px;
}
.sc-fullWidth .sc-globalHeader-content,
.sc-fullWidth .sc-applicationHeader-content,
.sc-fullWidth .sc-applicationContent,
.sc-fullWidth .sc-dialogHeader-content,
.sc-fullWidth .sc-dialogFooter-content,
.sc-fullWidth .sc-dialogContent {
  max-width: 100%;
}
ul.sc-accountInformation {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
ul.sc-accountInformation li {
  display: inline-block;
  text-decoration: none;
}
ul.sc-accountInformation li a.logout {
  color: #969696;
}
ul.sc-accountInformation li a.logout:hover {
  text-decoration: underline;
}
ul.sc-accountInformation li img {
  height: 32px;
  width: 32px;
  margin-left: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
ul.sc-accountInformation li:after {
  content: "|";
  padding-left: 15px;
  padding-right: 13px;
  display: inherit;
}
ul.sc-accountInformation li:last-child:after {
  content: "";
  padding-left: 15px;
  padding-right: 0;
  display: inherit;
}
/*The action panel which is used in modal and page*/
.sc-actionpanel .mainButton {
  padding-right: 30px;
}
.sc-actionpanel .mainButton.noText {
  padding: 9px 0 0 13px;
  min-width: 42px;
}
.sc-actionpanel .mainButton.noText .sc-dropdownbutton-toggler {
  right: 15px;
}
.sc-actionpanel .btn.no-text {
  min-width: 16px;
  padding: 0 6px;
}
.sc-actionpanel .btn.no-text:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sc-actionpanel .btn.no-text .sc-icon {
  margin-right: 0;
  margin-top: 3px;
}
.sc-actionpanel ul.nav {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.sc-actionpanel ul.nav > li {
  float: left;
}
.sc-actionpanel ul.nav > li > .btn-group {
  display: inline-block;
  padding-right: 5px;
}
.sc-actionpanel ul.nav > li > .btn-group button {
  max-width: 100px;
  padding-left: 0;
  padding-right: 0;
}
.sc-actionpanel ul.nav > li > .btn-group button span {
  display: block;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  text-overflow: ellipsis;
}
.sc-actionpanel ul.nav > li > .icon-group,
.sc-actionpanel ul.nav > li > [class^="icon-"],
.sc-actionpanel ul.nav > li > [class*=" icon-"] {
  display: inline-block;
  padding-right: 5px;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: middle;
  background: none;
}
.sc-actionpanel ul.nav > li span.sep {
  border-left: 1px solid #cccccc;
  display: block;
  height: 22px;
}
.sc-actionpanel ul.nav > li i.fav {
  margin-top: 3px;
}
.sc-actionpanel ul.nav .sc-dropdownbutton-toggler {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
.sc-actionpanel ul.nav .sc-dropdownbutton-chevron {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sc-actionpanel ul.nav .sc-dropdownbutton-chevron {
  border-top: 8px solid #474747;
  border-bottom: 0 solid #474747;
}
.sc-actionpanel ul.nav .sc-dropdownbutton-chevron.up {
  border-bottom: 8px solid #474747;
  border-top: 0 solid #474747;
}
.sc-actionpanel .sc-foldout {
  z-index: 10000;
  margin: 1px 0 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 0;
  left: auto;
  right: 0;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
}
.sc-actionpanel .sc-foldout ul {
  margin: 0;
  padding: 15px;
}
.sc-actionpanel .sc-foldout ul > li {
  position: relative;
  list-style: none;
  float: none;
  padding: 0;
  color: #121212;
}
.sc-actionpanel .sc-foldout ul > li:hover .favorite {
  display: block;
}
.sc-actionpanel .sc-foldout ul > li a {
  display: inline-block;
  padding: 3px 3px 3px 20px;
}
.sc-actionpanel .sc-foldout ul > li.iconify a {
  padding: 3px;
  color: #121212;
  margin-right: 10px;
}
.sc-actionpanel .sc-foldout ul > li.iconify i {
  margin-right: 5px;
}
.sc-actionpanel .sc-foldout ul > li.iconify .favorite i {
  padding: 0;
}
.sc-actionpanel .sc-foldout ul > li .sc-icon {
  border: 0;
  position: relative;
  width: 16px;
  height: 16px;
  float: left;
  top: 6px;
}
.sc-actionpanel .sc-foldout ul > li .sc-action-text {
  padding: 7px 7px 7px 22px;
  white-space: normal;
  line-height: 16px;
}
.sc-actionpanel .sc-foldout ul > li.nav-header {
  padding: 5px;
  font-size: 14px;
  color: #121212;
  border-bottom: 1px solid #cccccc;
  line-height: 20px;
}
.sc-actionpanel .sc-foldout ul > li:last-child {
  margin-top: 0;
  padding-right: 0;
}
.sc-actionpanel .sc-foldout li > a:hover,
.sc-actionpanel .sc-foldout li > a:focus,
.sc-actionpanel .sc-foldout .dropdown-submenu:hover > a {
  background: #e3e3e3;
  color: #121212;
}
.sc-actionpanel .sc-foldout li.sc-actionMenu-item {
  position: relative;
  white-space: nowrap;
  min-width: 150px;
  display: block;
  padding-left: 0;
  line-height: 30px;
}
.sc-actionpanel .sc-foldout li.sc-actionMenu-item:hover {
  background-color: #ffffff;
}
.sc-actionpanel .sc-foldout li.sc-actionMenu-item:hover.disabled {
  cursor: default;
}
.sc-actionpanel .sc-foldout li.sc-actionMenu-item.disabled {
  outiline: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.sc-actionpanel .sc-foldout li.sc-actionMenu-item.disabled a {
  cursor: default;
}
.sc-actionpanel .sc-foldout li.sc-actionMenu-item a:first-child {
  width: 100%;
  padding: 4px 20px 3px 10px;
}
.sc-actionpanel .sc-foldout li.sc-actionMenu-item a:first-child:hover {
  text-decoration: none;
}
.sc-actionpanel .sc-foldout li.sc-actionMenu-item a:first-child:hover.disabled {
  cursor: default;
}
.sc-actionpanel .sc-foldout .favorite-icon {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/dark_gray/star2.png");
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 2px;
  top: 9px;
}
.sc-actionpanel .sc-foldout .favorite-icon.selected,
.sc-actionpanel .sc-foldout .favorite-icon:hover {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/dark_gray/star.png");
}
.sc-actionpanel .sc-foldout .favorite-icon.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.sc-actionpanel .sc-foldout .favorite i {
  padding: 0;
}
.sc-actionpanel .sc-foldout .favorite.open {
  display: block;
}
.sc-actionpanel .sc-foldout .sc-actionControl-foldout-grid,
.sc-actionpanel .sc-foldout .sc-actionControl-foldout-grid td {
  vertical-align: top;
}
.sc-actionpanel .sc-foldout .sc-foldout-title {
  font-size: 24px;
  color: #121212;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
}
.sc-actionpanel .sc-foldout .sc-foldout-content {
  background: #ffffff;
}
.sc-actionpanel .sc-foldout .sc-foldout-content [class*="span"] {
  border-right: 2px solid #f0f0f0;
}
.sc-actionpanel .sc-foldout .sc-foldout-content [class*="span"]:last-child {
  border-right: 0;
  margin: 0;
}
.sc-actionpanel .sc-foldout.open {
  display: block;
  margin: 0;
}
.sc-applicationHeader .sc-actionpanel .icon-group .mainButton.noText {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.sc-applicationHeader .sc-actionpanel .icon-group .mainButton.noText:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sc .btn {
  text-decoration: none;
  text-shadow: none;
  background-position: 0;
  position: relative;
  outline: none;
}
.sc .btn .sc-icon {
  border: 0;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  float: left;
  margin-top: 1px;
}
.sc .btn.disabled,
.sc .btn[disabled],
fieldset[disabled] .sc .btn {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.sc .btn .sc-icon.withtext {
  margin-right: 4px;
}
.sc .btn-inverse {
  color: #ffffff;
  background-color: #969696;
  border-color: #636363;
}
.sc .btn-inverse:hover,
.sc .btn-inverse:focus,
.sc .btn-inverse:active,
.sc .btn-inverse.active,
.open > .dropdown-toggle.sc .btn-inverse {
  color: #ffffff;
  background-color: #7d7d7d;
  border-color: #454545;
}
.sc .btn-inverse:active,
.sc .btn-inverse.active,
.open > .dropdown-toggle.sc .btn-inverse {
  background-image: none;
}
.sc .btn-inverse.disabled,
.sc .btn-inverse[disabled],
fieldset[disabled] .sc .btn-inverse,
.sc .btn-inverse.disabled:hover,
.sc .btn-inverse[disabled]:hover,
fieldset[disabled] .sc .btn-inverse:hover,
.sc .btn-inverse.disabled:focus,
.sc .btn-inverse[disabled]:focus,
fieldset[disabled] .sc .btn-inverse:focus,
.sc .btn-inverse.disabled:active,
.sc .btn-inverse[disabled]:active,
fieldset[disabled] .sc .btn-inverse:active,
.sc .btn-inverse.disabled.active,
.sc .btn-inverse[disabled].active,
fieldset[disabled] .sc .btn-inverse.active {
  background-color: #969696;
  border-color: #636363;
}
.sc .btn-inverse .badge {
  color: #969696;
  background-color: #ffffff;
}
.sc .sc-button .sc-button-chevron {
  border-top: 0.833em solid #f0f0f0;
  border-bottom: 0 solid #f0f0f0;
}
.sc .sc-button .sc-button-chevron.up {
  border-bottom: 0.833em solid #f0f0f0;
  border-top: 0 solid #f0f0f0;
}
.sc .btn.sc-button.noText {
  min-width: 0;
}
.sc .btn.sc-button.noText .sc-icon {
  margin-right: 0;
}
.sc .btn.sc-button.lg {
  padding: 3px 100px;
}
.sc .sc-navigation-menu .btn.sc-button.lg {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 220px;
}
.sc .sc-navigation-menu .btn.sc-button.lg:first-of-type {
  margin-top: 15px;
}
.sc .sc-dropdownbutton {
  position: relative;
  display: inline-block;
}
.sc .sc-dropdownbutton > .btn {
  padding-right: 30px;
}
.sc .sc-dropdownbutton > .btn .sc-icon {
  border: 0;
  position: relative;
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 2px;
  margin-right: 4px;
}
.sc .sc-dropdownbutton > .btn .sc-dropdownbutton-toggler {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
.sc .sc-dropdownbutton > .btn .sc-dropdownbutton-chevron {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sc .sc-dropdownbutton > button.btn-default .sc-dropdownbutton-chevron {
  border-top: 8px solid #474747;
  border-bottom: 0 solid #474747;
}
.sc .sc-dropdownbutton > button.btn-default .sc-dropdownbutton-chevron.up {
  border-bottom: 8px solid #474747;
  border-top: 0 solid #474747;
}
.sc .sc-dropdownbutton > button.btn-primary .sc-dropdownbutton-chevron {
  border-top: 8px solid #fff;
  border-bottom: 0 solid #fff;
}
.sc .sc-dropdownbutton > button.btn-primary .sc-dropdownbutton-chevron.up {
  border-bottom: 8px solid #fff;
  border-top: 0 solid #fff;
}
.sc .sc-dropdownbutton > button.btn-inverse .sc-dropdownbutton-chevron {
  border-top: 8px solid #ffffff;
  border-bottom: 0 solid #ffffff;
}
.sc .sc-dropdownbutton > button.btn-inverse .sc-dropdownbutton-chevron.up {
  border-bottom: 8px solid #ffffff;
  border-top: 0 solid #ffffff;
}
.sc .sc-dropdownbutton .sc-dropdownbutton-contentpanel {
  float: left;
  border: 1px solid #cccccc;
  min-height: 10px;
  min-width: 160px;
  background: #ffffff;
  border: 0;
  position: absolute;
  top: 100%;
  z-index: 2;
  border-radius: 2px;
  display: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
}
.sc .sc-dropdownbutton .sc-dropdownbutton-contentpanel.right {
  right: 0;
}
.sc .sc-dropdownbutton .sc-dropdownbutton-content {
  padding: 15px;
  width: auto;
}
.sc .sc-dropdownbutton.noText .btn {
  min-width: 0;
}
.sc .sc-dropdownbutton.noText .btn .sc-icon {
  padding-right: 0;
  margin-top: 0;
  margin-right: 0;
}
.sc .btn.sc-togglebutton .sc-icon {
  border: 0;
  position: relative;
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 2px;
  margin-right: 4px;
}
.sc .btn.sc-togglebutton .sc-togglebutton-toggler {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
.sc .btn.sc-togglebutton .sc-togglebutton-chevron {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sc .btn-default.sc-togglebutton .sc-togglebutton-chevron {
  border-top: 8px solid #474747;
  border-bottom: 0 solid #474747;
}
.sc .btn-default.sc-togglebutton .sc-togglebutton-chevron.up {
  border-bottom: 8px solid #474747;
  border-top: 0 solid #474747;
}
.sc .btn-primary.sc-togglebutton .sc-togglebutton-chevron {
  border-top: 8px solid #fff;
  border-bottom: 0 solid #fff;
}
.sc .btn-primary.sc-togglebutton .sc-togglebutton-chevron.up {
  border-bottom: 8px solid #fff;
  border-top: 0 solid #fff;
}
.sc .btn-inverse.sc-togglebutton .sc-togglebutton-chevron {
  border-top: 8px solid #ffffff;
  border-bottom: 0 solid #ffffff;
}
.sc .btn-inverse.sc-togglebutton .sc-togglebutton-chevron.up {
  border-bottom: 8px solid #ffffff;
  border-top: 0 solid #ffffff;
}
.sc .btn.sc-togglebutton.lg {
  padding: 3px 100px;
}
.sc .btn.sc-togglebutton.lg.toggle {
  padding: 3px 120px 3px 100px;
}
.sc .btn.sc-togglebutton.toggle {
  padding-right: 30px;
}
.sc .btn.sc-togglebutton.noText {
  min-width: 0;
}
.sc .btn.sc-togglebutton.noText .sc-icon {
  padding-right: 0;
  margin-top: 0;
  margin-right: 0;
}
.sc .sc-backbutton.btn {
  text-decoration: none;
  text-shadow: none;
  position: relative;
  outline: none;
  border: none;
  background-image: none;
  background: none;
  color: #ffffff;
  box-shadow: none;
}
.sc .sc-backbutton.btn:before {
  width: 19px;
  height: 36px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/BackButton/back_button.png") no-repeat;
  background-position: 0 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.sc .sc-backbutton.btn:after {
  width: 7px;
  height: 36px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/BackButton/back_button.png") no-repeat;
  background-position: -19px 0;
  display: block;
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
}
.sc .sc-backbutton.btn .sc-backbutton-text {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/BackButton/back_button.png") repeat-x;
  background-position: 0 -36px;
  min-width: 54px;
  height: 36px;
  display: block;
  margin-left: 7px;
  margin-top: -8px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
}
.sc .sc-backbutton.btn.disabled,
.sc .sc-backbutton.btn[disabled] {
  background-image: none;
  border-color: none;
  box-shadow: none;
}
.sc .sc-backbutton.btn.disabled .sc-backbutton-text,
.sc .sc-backbutton.btn[disabled] .sc-backbutton-text {
  background-position: 0 -108px;
}
.sc .sc-backbutton.btn.disabled:before,
.sc .sc-backbutton.btn[disabled]:before {
  background-position: 0 -72px;
}
.sc .sc-backbutton.btn.disabled:after,
.sc .sc-backbutton.btn[disabled]:after {
  background-position: -19px -72px;
}
.sc .sc-backbutton.btn:focus {
  background-image: none;
  background-position: 0;
  border-color: none;
  box-shadow: none;
}
.sc .sc-backbutton.btn:focus .sc-backbutton-text {
  background-position: 0 -36px;
}
.sc .sc-backbutton.btn:focus:before {
  background-position: 0 0;
}
.sc .sc-backbutton.btn:focus:after {
  background-position: -19px 0;
}
.sc .sc-backbutton.btn:hover {
  background-image: none;
  background-position: 0;
  border-color: none;
  box-shadow: none;
}
.sc .sc-backbutton.btn:hover .sc-backbutton-text {
  background-position: 0 -180px;
}
.sc .sc-backbutton.btn:hover:before {
  background-position: 0 -144px;
}
.sc .sc-backbutton.btn:hover:after {
  background-position: -19px -144px;
}
.sc .sc-backbutton.btn:active,
.sc .sc-backbutton.btn.active {
  background-image: none;
  background-position: 0;
  border-color: none;
  box-shadow: none;
}
.sc .sc-backbutton.btn:active .sc-backbutton-text,
.sc .sc-backbutton.btn.active .sc-backbutton-text {
  background-position: 0 -252px;
}
.sc .sc-backbutton.btn:active:before,
.sc .sc-backbutton.btn.active:before {
  background-position: 0 -216px;
}
.sc .sc-backbutton.btn:active:after,
.sc .sc-backbutton.btn.active:after {
  background-position: -19px -216px;
}
.sc .sc-checkbox {
  margin: 0;
  line-height: normal;
  cursor: default;
  font-weight: normal;
  padding-right: 10px;
  padding-left: 22px;
  text-indent: -18px;
}
.sc .sc-checkbox input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.sc .sc-checkbox span {
  vertical-align: middle;
}
.sc .sc-contextswitcher {
  position: absolute;
  z-index: 1;
}
.sc .sc-contextswitcher .sc-contextswitcher-row {
  display: table-row;
}
.sc .sc-contextswitcher .sc-contextswitcher-cell {
  display: table-cell;
}
.sc .sc-contextswitcher .sc-contextswitcher-item {
  width: 100%;
  margin-bottom: 0;
}
.sc .sc-contextswitcher .sc-contextswitcher-panel {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 183px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.sc .sc-contextswitcher .sc-contextswitcher-panel button.selected {
  background: #aadbee;
}
.sc .sc-contextswitcher .sc-contextswitcher-panel button:hover {
  background-color: #e3e3e3;
}
.sc .sc-contextswitcher .sc-contextswitcher-panel button {
  white-space: nowrap;
  text-align: left;
  background: #ffffff;
  border-top: solid 0 #777;
  border-left: solid 0 #777;
  border-bottom: solid 0 #eaeaea;
  border-right: solid 0 #eaeaea;
  padding: 5px !important;
}
.sc .sc-contextswitcher .sc-contextswitcher-panel .sc-contextswitcher-table {
  display: table;
  margin: 10px;
}
.sc .sc-contextswitcher .isopen {
  display: block;
}
.sc .sc-contextswitcher-togglebutton .sc-togglebutton-toggler {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
.sc .sc-contextswitcher-togglebutton .sc-togglebutton-chevron {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sc .sc-contextswitcher-togglebutton .sc-togglebutton-chevron {
  border-top: 8px solid #474747;
  border-bottom: 0 solid #474747;
}
.sc .sc-contextswitcher-togglebutton .sc-togglebutton-chevron.up {
  border-bottom: 8px solid #474747;
  border-top: 0 solid #474747;
}
.sc .sc-contextswitcher-togglebutton.toggle {
  padding-right: 30px;
}
.sc .sc-contextswitcher-togglebutton.noText {
  min-width: 0;
}
/*
 * ================
 * AdvancedComboBox
 * ================
 */
.select2-container {
  position: relative;
  display: inline-block;
  margin: 0;
  /* inline-block for ie7 */
  vertical-align: middle;
  *display: inline;
  border: none;
  padding: 0;
  zoom: 1;
}
.select2-container .select2-choice {
  position: relative;
  display: block;
  height: 100%;
  white-space: nowrap;
  color: #474747;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  overflow: hidden;
  padding: 8px 12px;
  background-clip: padding-box;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 50%, #ededed 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #ededed 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-choice > .select2-chosen {
  display: block;
  float: none;
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 26px;
  overflow: hidden;
}
.select2-container .select2-choice abbr {
  display: none;
}
.select2-container .select2-choice .select2-arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 18px;
  height: 100%;
  background-clip: padding-box;
  background: #cccccc;
  background-image: -webkit-linear-gradient(top, #ededed 40%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #ededed 40%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #ededed 40%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffcccccc', GradientType=0);
  border-left: 1px solid #cccccc;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  height: 0;
  width: 0;
  margin-top: 15px;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #474747;
  border-bottom: 0 solid #474747;
}
.select2-container.select2-drop-above .select2-choice {
  background-image: -webkit-linear-gradient(top, #ededed 0%, #fff 90%);
  background-image: -o-linear-gradient(top, #ededed 0%, #fff 90%);
  background-image: linear-gradient(to bottom, #ededed 0%, #fff 90%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffffffff', GradientType=0);
  border-bottom-color: #cccccc;
  border-radius: 0 0 2px 2px;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent 
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-drop-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  position: absolute;
  top: 100%;
  z-index: 9999;
  width: 100%;
  margin-top: -1px;
  color: #121212;
  background: #fff;
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 4px 5px rgba(102, 175, 233, 0.15);
  box-shadow: 0 4px 5px rgba(102, 175, 233, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #cccccc;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(102, 175, 233, 0.15);
  box-shadow: 0 -4px 5px rgba(102, 175, 233, 0.15);
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #66afe9;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-drop-active {
  border: 1px solid #66afe9;
  border-top: none;
}
.select2-search {
  position: relative;
  z-index: 10000;
  display: inline-block;
  width: 100%;
  min-height: 26px;
  white-space: nowrap;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.select2-search:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -8px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/dark_gray/search.png") no-repeat;
  opacity: .7;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  font-family: sans-serif;
  font-size: 1em;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #66afe9;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(102, 175, 233, 0.3);
  box-shadow: 0 0 5px rgba(102, 175, 233, 0.3);
}
.select2-dropdown-open .select2-choice {
  background-color: #ededed;
  background-image: -webkit-linear-gradient(top, #ededed 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #ededed 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #ededed 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffffffff', GradientType=0);
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  border-top: 0 solid #474747;
  border-bottom: 6px solid #474747;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: -webkit-linear-gradient(top, #fff 0%, #ededed 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #ededed 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #ededed 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  border: 1px solid #66afe9;
  border-top-color: transparent;
}
.select2-hidden-accessible {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  margin: -1px;
  padding: 0;
}
/* results */
.select2-results {
  position: relative;
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  display: list-item;
  list-style: none;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  min-height: 1em;
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  color: #fff;
  background: #1d7ecc;
}
.select2-results .select2-highlighted ul {
  color: #121212;
  background: #fff;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  display: list-item;
  padding-left: 5px;
  background: #f7f7f7;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #e3e3e3;
  background-image: none;
  border: 1px solid #b3b3b3;
  cursor: default;
  opacity: .4;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #e3e3e3;
  background-image: none;
  border-left: 0;
  opacity: .4;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.sc .sc-combobox {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  color: #474747;
}
.sc .sc-datepicker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
}
.sc .sc-datepicker[readonly] {
  background: none;
  cursor: default;
}
.sc .sc-datepicker.form-control {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/DatePicker/date_picker_bg.png") no-repeat center right 5px;
  max-width: 277px;
  background-color: #ffffff;
  display: block;
  padding-right: 25px;
}
.sc .sc-datepicker .ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary {
  text-decoration: none;
  background-position: 0;
  position: relative;
  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: 8px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 80px;
  height: 36px;
  text-shadow: none;
  outline: none;
  color: #474747;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd1d1d1', GradientType=0);
  border-color: #cccccc;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd9d9d9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px #ffffff;
  box-shadow: inset 0 1px #ffffff;
  border-color: #bdbdbd;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active:focus,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.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);
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active,
.open > .dropdown-toggle.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary {
  color: #474747;
  background-color: #d6d6d6;
  border-color: #9e9e9e;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active,
.open > .dropdown-toggle.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary {
  background-image: none;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled],
fieldset[disabled] .sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled:hover,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled]:hover,
fieldset[disabled] .sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled:focus,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled]:focus,
fieldset[disabled] .sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled:active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled]:active,
fieldset[disabled] .sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled.active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled].active,
fieldset[disabled] .sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active {
  background-color: #f0f0f0;
  border-color: #bdbdbd;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary .badge {
  color: #f0f0f0;
  background-color: #474747;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:disabled,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled] {
  background-color: #d1d1d1;
  background-image: none;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled {
  border-color: #bdbdbd;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff0f0f0', GradientType=0);
  border-color: #bdbdbd;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus {
  border-color: #bdbdbd;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #b0b0b0;
  box-shadow: inset 0 3px 3px #b0b0b0;
  background-image: none;
  border-color: #bdbdbd;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary.up {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #c9c9c9;
  box-shadow: inset 0 3px 3px #c9c9c9;
  border-color: #bdbdbd;
}
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .sc-datepicker button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus {
  color: #474747;
  text-decoration: none;
  background-position: 0;
}
.sc .ui-widget-content.sc-datepicker-dropdown {
  display: none;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 15px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
}
.sc .ui-widget-content.sc-datepicker-dropdown.ui-datepicker-inline {
  display: inline-block !important;
}
.sc .ui-widget-content.sc-datepicker-dropdown .btn.sc-button.btn-default {
  margin: 15px 0 0 0;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-close {
  display: none;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar {
  margin-top: 15px;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar td,
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar tr {
  padding: 0;
  margin: 0;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default {
  background: #f0f0f0;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar a,
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar .ui-datepicker-other-month span,
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar .ui-datepicker-unselectable span {
  width: 35px;
  height: 37px;
  text-align: center;
  display: inline-block;
  padding: 5px;
  line-height: 30px;
  float: left;
  text-decoration: none;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar a {
  color: #121212;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar a:hover {
  text-decoration: none;
  background: #f0f0f0;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar .ui-datepicker-other-month span,
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar .ui-datepicker-unselectable span {
  color: #969696;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar thead th {
  color: #969696;
  font-size: 0.833em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active {
  background: #aadbee;
  color: #121212;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-header {
  background: none;
  font-weight: normal;
  position: relative;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-datepicker-header .ui-datepicker-title {
  font-weight: bold;
  line-height: 26px;
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-widget-header a {
  position: absolute;
  top: 6px;
  width: 8px;
  height: 12px;
  display: block;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/DatePicker/date_picker_arrows.png");
  cursor: pointer;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-widget-header a.ui-datepicker-prev {
  left: 0;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-widget-header a.ui-datepicker-prev:hover {
  background-position: 0 -13px;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-widget-header a.ui-datepicker-next {
  background-position: -9px 0;
  right: 0;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-widget-header a.ui-datepicker-next:hover {
  background-position: -9px -13px;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-widget-header a span {
  display: none;
}
.sc .ui-widget-content.sc-datepicker-dropdown .ui-widget-header a:hover {
  border: none;
  background-color: none;
}
.sc .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary {
  text-decoration: none;
  background-position: 0;
  position: relative;
  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: 8px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 80px;
  height: 36px;
  text-shadow: none;
  outline: none;
  color: #474747;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d1d1d1 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd1d1d1', GradientType=0);
  border-color: #cccccc;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffd9d9d9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px #ffffff;
  box-shadow: inset 0 1px #ffffff;
  border-color: #bdbdbd;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active:focus,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.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);
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active,
.open > .dropdown-toggle.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary {
  color: #474747;
  background-color: #d6d6d6;
  border-color: #9e9e9e;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active,
.open > .dropdown-toggle.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary {
  background-image: none;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled],
fieldset[disabled] .sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled:hover,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled]:hover,
fieldset[disabled] .sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled:focus,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled]:focus,
fieldset[disabled] .sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled:active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled]:active,
fieldset[disabled] .sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled.active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled].active,
fieldset[disabled] .sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active {
  background-color: #f0f0f0;
  border-color: #bdbdbd;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary .badge {
  color: #f0f0f0;
  background-color: #474747;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus {
  background-color: #d1d1d1;
  background-position: 0 -15px;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active {
  background-color: #d1d1d1;
  border-color: #cccccc;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:disabled,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary[disabled] {
  background-color: #d1d1d1;
  background-image: none;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.disabled {
  border-color: #bdbdbd;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff0f0f0', GradientType=0);
  border-color: #bdbdbd;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus {
  border-color: #bdbdbd;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:active,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.active {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #b0b0b0;
  box-shadow: inset 0 3px 3px #b0b0b0;
  background-image: none;
  border-color: #bdbdbd;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary.up {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffd9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 3px #c9c9c9;
  box-shadow: inset 0 3px 3px #c9c9c9;
  border-color: #bdbdbd;
}
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:hover,
.sc .ui-datepicker.ui-widget.ui-widget-content button.ui-datepicker-current.ui-state-default.ui-priority-secondary:focus {
  color: #474747;
  text-decoration: none;
  background-position: 0;
}
.sc .sc-global-logo {
  display: block;
  margin-top: 8.5px;
  height: 33px;
  width: 33px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/GlobalLogo/global_logo.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.sc .sc-global-logo:hover {
  background-position: left bottom;
}
.sc .sc-global-logo.medium {
  margin-top: 8.5px;
  width: 33px;
  height: 33px;
}
.sc .sc-global-logo.large {
  margin-top: 9px;
  height: 32px;
  width: 32px;
}
.sc .sc-global-logo.x-large {
  margin-top: 5px;
  height: 40px;
  width: 40px;
}
.sc .sc-hyperlinkbutton {
  margin: 0;
  cursor: pointer;
  color: #2694c0;
  white-space: nowrap;
}
.sc .sc-hyperlinkbutton.btn.btn-default {
  color: #474747;
}
.sc .sc-hyperlinkbutton:hover {
  color: #2694c0;
}
.sc .sc-hyperlinkbutton.disabled,
.sc .sc-hyperlinkbutton.disabled:active,
.sc .sc-hyperlinkbutton.disabled:hover,
.sc .sc-hyperlinkbutton.disabled:link,
.sc .sc-hyperlinkbutton.disabled:visited {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
  text-decoration: none;
}
.sc .sc-dialogContent-navigation .sc-hyperlinkbutton,
.sc .sc-applicationContent-navigation .sc-hyperlinkbutton {
  display: block;
  white-space: nowrap;
  padding: 5px 0;
  padding-left: 15px;
}
.sc .sc-dropdownbutton-content .sc-hyperlinkbutton {
  display: block;
  white-space: nowrap;
}
.sc .sc-iconhyperlinkbutton {
  margin: 0;
  cursor: pointer;
  color: #2694c0;
  position: relative;
}
.sc .sc-iconhyperlinkbutton .sc-icon {
  border: 0;
  position: relative;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  margin-top: 1px;
}
.sc .sc-iconhyperlinkbutton .sc-hyperlink-text {
  white-space: nowrap;
  padding-left: 5px;
}
.sc .sc-iconhyperlinkbutton .sc-hyperlink-text.icon {
  padding-left: 26px;
}
.sc .sc-iconhyperlinkbutton:hover {
  color: #2694c0;
}
.sc .sc-iconhyperlinkbutton:active {
  opacity: 1;
}
.sc .sc-iconhyperlinkbutton.disabled,
.sc .sc-iconhyperlinkbutton.disabled:active,
.sc .sc-iconhyperlinkbutton.disabled:hover,
.sc .sc-iconhyperlinkbutton.disabled:link,
.sc .sc-iconhyperlinkbutton.disabled:visited {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
  text-decoration: none;
}
.sc .sc-dialogContent-navigation .sc-iconhyperlinkbutton .sc-icon,
.sc .sc-applicationContent-navigation .sc-iconhyperlinkbutton .sc-icon,
.sc .sc-frameworkContent-navigation .sc-iconhyperlinkbutton .sc-icon {
  left: 15px;
}
.sc .sc-dialogContent-navigation a.sc-iconhyperlinkbutton.icon,
.sc .sc-applicationContent-navigation a.sc-iconhyperlinkbutton.icon,
.sc .sc-frameworkContent-navigation a.sc-iconhyperlinkbutton.icon {
  color: #ffffff;
  text-decoration: none;
  padding-left: 15px;
}
.sc .sc-dialogContent-navigation a.sc-iconhyperlinkbutton.icon:hover,
.sc .sc-applicationContent-navigation a.sc-iconhyperlinkbutton.icon:hover,
.sc .sc-frameworkContent-navigation a.sc-iconhyperlinkbutton.icon:hover {
  color: #ffffff;
  text-decoration: underline;
}
.sc .sc-dialogContent-navigation .sc-iconhyperlinkbutton.icon:not(.disabled):hover,
.sc .sc-applicationContent-navigation .sc-iconhyperlinkbutton.icon:not(.disabled):hover,
.sc .sc-frameworkContent-navigation .sc-iconhyperlinkbutton.icon:not(.disabled):hover {
  background: none;
  font-weight: normal;
}
.sc .sc-dialogContent-navigation .sc-iconhyperlinkbutton,
.sc .sc-applicationContent-navigation .sc-iconhyperlinkbutton,
.sc .sc-frameworkContent-navigation .sc-iconhyperlinkbutton {
  display: block;
  padding: 5px 10px;
}
.sc .sc-dropdownbutton-content .sc-iconhyperlinkbutton {
  display: block;
}
.sc .sc-icon-button {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  border: transparent;
  height: 20px;
  width: 20px;
}
.sc .sc-icon-button[disabled="disabled"] {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.sc .sc-icon-button:not([disabled="disabled"])[data-sc-click]:hover {
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sc .sc-icon-button:not([disabled="disabled"])[data-sc-click]:active {
  cursor: pointer;
  opacity: 1;
}
.sc .sc-icon-button.medium {
  height: 30px;
  width: 30px;
}
.sc .sc-icon-button.large {
  height: 40px;
  width: 40px;
}
.sc .sc-icon-button.x-large {
  height: 60px;
  width: 60px;
}
.sc .sc-icon-button-image {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.sc .sc-icon-button-image.medium {
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
}
.sc .sc-icon-button-image.large {
  top: 4px;
  left: 4px;
  height: 32px;
  width: 32px;
}
.sc .sc-icon-button-image.x-large {
  top: 6px;
  left: 6px;
  height: 48px;
  width: 48px;
}
.sc .sc-label {
  margin: 0;
}
.sc .sc-listbox {
  margin: 0;
}
select.sc-listbox::-webkit-scrollbar-track {
  margin-top: 0;
  margin-bottom: 0;
}
.sc .sc-messageBar .alert {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  padding: 0 10px 0 0;
  position: relative;
  margin: 0;
  font-weight: 600;
  background-color: #fce99c;
  background-image: none;
  filter: none;
  color: #897b2f;
  line-height: 20px;
}
.sc .sc-messageBar .alert:hover {
  background-color: #fce99c;
}
.sc .sc-messageBar .alert p {
  padding: 0;
  margin: 0;
}
.sc .sc-messageBar .alert a {
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  float: none;
  color: #897b2f;
}
.sc .sc-messageBar .alert.alert-error {
  color: #8b1913;
  background-color: #f4b2ae;
}
.sc .sc-messageBar .alert.alert-error .open {
  display: block;
}
.sc .sc-messageBar .alert.alert-error .alert-icon {
  background-position: -60px -31px;
}
.sc .sc-messageBar .alert.alert-error a {
  color: #8b1913;
}
.sc .sc-messageBar .alert.alert-error a .icon-chevron-down {
  margin-top: -1px;
  margin-left: 3px;
}
.sc .sc-messageBar .alert.alert-error .alert-error-details {
  display: none;
}
.sc .sc-messageBar .alert.alert-error ul {
  margin-top: 10px;
}
.sc .sc-messageBar .alert.alert-error ul li {
  list-style-type: none;
}
.sc .sc-messageBar .alert.alert-success {
  background-color: #e2eed7;
}
.sc .sc-messageBar .alert.alert-success a {
  color: #6ea244;
}
.sc .sc-messageBar .alert.alert-success .alert-icon {
  background-position: 0 0;
}
.sc .sc-messageBar .alert.alert-info {
  color: #185f7b;
  background-color: #aadbee;
}
.sc .sc-messageBar .alert.alert-info a {
  color: #185f7b;
}
.sc .sc-messageBar .alert.alert-info .alert-icon {
  background-position: 0 -32px;
}
.sc .sc-messageBar .alert-icon {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  height: 30px;
  width: 30px;
  margin-top: -6px;
  margin-left: 9px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/MessageBar/sc-message-bar-icons.png") no-repeat 0 0;
  background-position: -28px -32px;
}
.sc .sc-messageBar .alert.alert-error .open {
  display: block;
}
.sc .sc-messageBar .alert.alert-error a .icon-chevron-down {
  margin-top: -1px;
  margin-left: 3px;
}
.sc .sc-messageBar .alert.alert-error .alert-error-details {
  display: none;
}
.sc .sc-messageBar .alert.alert-error ul {
  margin-top: 10px;
}
.sc .sc-messageBar .alert.alert-error ul li {
  list-style-type: none;
}
.sc .sc-messageBar .sc-messageBar-actionLink {
  display: initial;
  vertical-align: initial;
  margin-left: 5px;
  line-height: 20px;
}
.sc .sc-messageBar .sc-messageBar-actionLink-layout {
  display: initial;
  vertical-align: initial;
}
.sc .sc-messageBar .alert .alert-ico {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: transparent url("/sitecore/shell/client/Speak/Assets/img/Speak/MessageBar/sc-message-bar-icons.png") no-repeat;
  margin-top: -2px;
  margin-left: 9px;
  background-position: 0 -33px;
}
.sc .sc-messageBar .alert-error .alert-ico {
  background-position: 0 -66px;
}
.sc .sc-messageBar .alert-info .alert-ico {
  background-position: 0 0;
}
.sc .sc-messageBar .alert-ico-background {
  display: table-cell;
  width: 50px;
  min-width: 50px;
}
.sc .sc-messageBar .alert .alert-ico-background {
  background-color: #e0b406;
}
.sc .sc-messageBar .alert-error .alert-ico-background {
  background-color: #a21d16;
}
.sc .sc-messageBar .alert-info .alert-ico-background {
  background-color: #2694c0;
}
.sc .sc-messageBar .icon-chevron {
  background-image: none;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: text-top;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #897b2f;
  margin-top: 5px;
}
.sc .sc-messageBar .icon-chevron.direction-up {
  border-top: 0;
  border-bottom: 5px solid #897b2f;
}
.sc .sc-messageBar .alert-info .icon-chevron.direction-up {
  border-top: 0;
  border-bottom: 5px solid #185f7b;
}
.sc .sc-messageBar .alert-error .icon-chevron.direction-up {
  border-top: 0;
  border-bottom: 5px solid #8b1913;
}
.sc .sc-messageBar .alert-info .icon-chevron {
  border-top: 5px solid #185f7b;
}
.sc .sc-messageBar .alert-error .icon-chevron {
  border-top: 5px solid #8b1913;
}
.sc .sc-messageBar .sc-messageBar-chevron-layout {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.sc .sc-messageBar .sc-messageBar-chevron-layout a {
  display: inline-block;
  margin-left: 10px;
}
.sc .sc-messageBar .sc-messageBar-messages-wrap .alert {
  margin: 1px 0 0 0;
  width: 100%;
  display: table;
}
.sc .sc-messageBar .sc-messageBar-head {
  width: 100%;
  display: table;
}
.sc .sc-messageBar .sc-messageBar-head .sc-messageBar-messageText-container {
  line-height: 50px;
}
.sc .sc-messageBar .sc-messagebar-closebutton-container {
  display: table-cell;
  width: 30px;
}
.sc .sc-messageBar .sc-messageBar-messageText-container {
  display: table-cell;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}
.sc .sc-messageBar .sc-messageBar-head.alert {
  margin-bottom: 0;
}
.sc .sc-messageBar .sc-messageBar-messages-nested-children.sc-messageBar-messages-wrap .alert .alert-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-left: 13px;
  margin-top: -2px;
  background-position: -33px -25px;
}
.sc .sc-messageBar .sc-messageBar-messages-nested-children.sc-messageBar-messages-wrap .alert-error .alert-ico {
  background-position: -33px -50px;
}
.sc .sc-messageBar .sc-messageBar-messages-nested-children.sc-messageBar-messages-wrap .alert-info .alert-ico {
  background-position: -33px 0;
}
.sc .sc-messageBar .alert .close {
  margin-top: -11px;
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 24px;
  opacity: 1;
  color: #cbbc67;
  text-shadow: none;
  font-weight: 400;
  font-size: 30px;
}
.sc .sc-messageBar .alert .close:hover {
  color: #897b2f;
}
.sc .sc-messageBar .alert-error .close {
  color: #e54b43;
}
.sc .sc-messageBar .alert-error .close:hover {
  color: #8b1913;
}
.sc .sc-messageBar .alert-info .close {
  color: #289bc8;
}
.sc .sc-messageBar .alert-info .close:hover {
  color: #185f7b;
}
.sc .sc-messageBar .sc-messageBar-messageText {
  display: initial;
  vertical-align: initial;
  line-height: 50px;
  padding-left: 15px;
}
.sc .sc-messageBar .sc-messageBar-messages-nested-children.sc-messageBar-messages-wrap .sc-messageBar-messageText {
  line-height: 40px;
}
.sc .sc-progressbar .progress {
  position: relative;
  background-color: #e3e3e3;
}
.sc .sc-progressbar .progress span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
}
.sc .sc-progressbar .progress-bar {
  background-color: #289bc8;
  color: #2b2b2b;
}
.sc-progressindicator {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.sc-progressindicator.hideTargetControl {
  background: #f0f0f0;
}
.sc-progressindicator-inner {
  /*height: 100%;
  width: 100%;*/
  height: 96px;
  width: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  background: transparent url("/sitecore/shell/client/Speak/Assets/img/Speak/ProgressIndicator/sc-spinner32.gif") no-repeat center center;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
}
.sc .sc-radiobutton {
  margin: 0;
  line-height: normal;
  cursor: default;
  font-weight: normal;
  padding-right: 10px;
  padding-left: 22px;
  text-indent: -18px;
  /*22-4*/
}
.sc .sc-radiobutton input[type="radio"] {
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.sc .sc-radiobutton span {
  vertical-align: middle;
}
.sc-separator {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sc .sc-textarea {
  resize: vertical;
  margin: 0;
}
.sc .sc-textarea[disabled] {
  resize: none;
}
.sc .sc-textarea.input-block-level {
  width: 100%;
}
.sc .sc-textbox {
  margin: 0;
}
.sc input[readonly].sc-textbox {
  cursor: default;
}
.sc .form-control[disabled],
.sc .form-control[readonly],
.sc .form-control fieldset[disabled] {
  background: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.sc .input-group .btn {
  min-width: 0;
}
.sc .sc-text {
  margin: 0;
}
.sc .sc-text-largelabel {
  font-weight: bold;
  font-size: 1.167em;
}
.sc .sc-text-value {
  font-weight: bold;
  font-size: 1.167em;
}
.sc .sc-text-largevalue {
  font-weight: bold;
  font-size: 1.167em;
}
.sc .sc-text-title {
  font-size: 1.167em;
}
.sc .sc-text-smalltitle {
  font-size: 0.833em;
}
.sc .sc-text-largetitle {
  font-size: 1.5em;
}
.sc .sc-text-divider {
  display: block;
  padding: 10px 0;
  margin: 10px 0 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
}
.sc .sc-text-divider:first-child {
  margin: 0 0 0 0;
}
.sc .sc-navigation-menu .sc-text-divider {
  margin: 0 0 0 0;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #5e5e5e;
  border: 0;
}
.sc .sc-timeline div.timeline-frame {
  border: 0;
}
.sc .sc-timeline .timeline-event-dot.normal-event {
  z-index: 1;
  border-width: 3px;
}
.sc .sc-timeline .timeline-event-dot.normal-event,
.sc .sc-timeline .timeline-event-line.normal-event {
  border-color: #969696;
}
.sc .sc-timeline .bars {
  z-index: 1;
}
.sc .sc-timeline div.timeline-event-line.bar-item {
  display: none;
}
.sc .sc-timeline div.timeline-event-dot.bar-item {
  display: none;
}
.sc .sc-timeline div.timeline-event-box.normal-event {
  background: transparent;
  border-color: transparent;
  width: 36px;
  height: 36px;
}
.sc .sc-timeline div.timeline-event-box.normal-event img {
  vertical-align: initial;
  width: 24px;
}
.sc .sc-timeline div.timeline-event-box.small-event {
  width: 24px;
  height: 24px;
}
.sc .sc-timeline div.timeline-event-box.small-event img {
  vertical-align: initial;
  width: 16px;
}
.sc .sc-timeline div.timeline-event-box.bar-item img {
  vertical-align: initial;
  width: 16px;
}
.sc .sc-timeline div.timeline-event-box.bar-item {
  border: 1px solid transparent;
  width: 22px;
  height: 22px;
  margin-top: 94px;
  background: transparent;
}
.sc .sc-timeline div.timeline-event-box.bar-item .bars {
  top: -85px;
  height: 50px;
  position: absolute;
  width: 100%;
  left: 0;
}
.sc .sc-timeline div.timeline-event-box.bar-item .tallbars {
  top: -160px;
  height: 150px;
  position: absolute;
  width: 100%;
  left: 0;
}
.sc .sc-timeline div.timeline-event-box.bar-item .icon-panel {
  position: absolute;
  top: -50px;
  left: 25px;
  opacity: 0.3;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
.sc .sc-timeline div.timeline-event-box.bar-item.ui-state-active .icon-panel,
.sc .sc-timeline div.timeline-event-box.bar-item:hover .icon-panel {
  opacity: 1;
}
.sc .sc-timeline div.timeline-event-box.bar-item .icon-panel img {
  display: block;
  height: 14px;
  width: 14px;
}
.sc .sc-timeline .cluster-number {
  position: absolute;
  border-radius: 100px;
  font-size: 9px;
  padding: 1px 2px;
  min-width: 28px;
  top: -41px;
  left: -5px;
  z-index: 1;
  font-weight: bold;
  color: #969696;
  background-color: #969696;
  color: white;
}
.sc .sc-timeline div.timeline-content {
  background-color: #ffffff;
}
.sc .sc-timeline div.timeline-axis {
  background-color: #f0f0f0;
}
.sc .sc-timeline div.timeline-event-box.ui-state-active .cluster-number {
  background-color: #289bc8 !important;
}
.sc .sc-timeline .cluster-number:hover {
  opacity: 1;
}
.sc .sc-timeline div.timeline-event-box:hover {
  z-index: 1000;
  cursor: pointer;
  background-color: #e3e3e3;
}
.sc .sc-timeline div.timeline-event-box.ui-state-active {
  background-color: #d0ebf6;
}
.sc .sc-timeline div.timeline-event-box.no-icon {
  background: transparent;
}
.sc .sc-timeline .timeline-axis-text-minor {
  font-size: 10px;
}
.sc .sc-timeline .timeline-axis-text-major {
  font-size: 11px;
}
.sc .sc-timeline div.timeline-event-box .bar {
  width: 5px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  background-color: #a2ca81;
}
.sc .sc-timeline div.timeline-event-box .bar2 {
  margin-left: -3px;
  background-color: #fbd951;
}
.sc .sc-timeline div.timeline-event-box .bar3 {
  margin-left: 0;
  margin-left: 4px;
  background-color: #a989a1;
}
.sc .sc-timeline div.timeline-event-box.timeline-event-cluster.bar-item {
  color: #5e5e5e;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
}
.sc .sc-timeline div.timeline-event-box.timeline-event-cluster.no-icon {
  border-color: transparent;
}
.sc .sc-timeline div.timeline-event-box.timeline-event-cluster.no-icon:hover {
  background: transparent;
}
.sc .sc-timeline div.small-cluster-number {
  position: absolute;
  color: black;
  top: 3px;
  font-size: 11px;
  text-align: right;
  width: 10px;
  left: -12px;
  font-weight: bold;
}
.sc .sc-timeline .timeline-era {
  height: 3px;
}
.sc .sc-timeline .timeline-era.anonymous {
  background-color: #969696;
  color: #969696;
}
.sc .sc-timeline .timeline-era.era-0 {
  background-color: #F9D8D7;
  color: #F9D8D7;
}
.sc .sc-timeline .timeline-era.era-1 {
  background-color: #F4B2AE;
  color: #F4B2AE;
}
.sc .sc-timeline .timeline-era.era-2 {
  background-color: #EE8B86;
  color: #EE8B86;
}
.sc .sc-timeline .timeline-era.era-3 {
  background-color: #E9645D;
  color: #E9645D;
}
.sc .sc-timeline .timeline-era.era-4 {
  background-color: #E33E35;
  color: #E33E35;
}
.sc .sc-timeline .timeline-era.era-5 {
  background-color: #DC271E;
  color: #DC271E;
}
.sc .sc-timeline .timeline-era.era-6 {
  background-color: #B42018;
  color: #B42018;
}
.sc .sc-timeline .timeline-era.era-7 {
  background-color: #871812;
  color: #871812;
}
.sc .sc-timeline .timeline-era.era-8 {
  background-color: #5A100C;
  color: #5A100C;
}
.sc .sc-timeline .timeline-era.era-9 {
  background-color: #430C09;
  color: #430C09;
}
.sc .sc-timeline .timeline-event {
  z-index: 2;
}
.sc .sc-timeline .timeline-era-label {
  font-size: 9px;
  font-weight: bold;
  top: 3px;
}
.sc .sc-timeline .timeline-markerline {
  background-color: #207da2;
  box-sizing: border-box;
  width: 1px;
}
.sc .sc-timeline div.timeline-frame {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.sc .sc-timeline div.timeline-content {
  overflow: hidden;
  position: relative;
}
.sc .sc-timeline div.timeline-axis {
  -moz-box-sizing: border-box;
  border-color: #d6d6d6;
  border-top-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}
.sc .sc-timeline div.timeline-axis-grid {
  -moz-box-sizing: border-box;
  border-left-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}
.sc .sc-timeline div.timeline-axis-grid-minor {
  border-color: #d6d6d6;
}
.sc .sc-timeline div.timeline-axis-grid-major {
  border-color: #cccccc;
}
.sc .sc-timeline div.timeline-axis-text {
  color: #474747;
  padding: 3px;
  white-space: nowrap;
}
.sc .sc-timeline div.timeline-event {
  -moz-box-sizing: border-box;
  background-color: #d0ebf6;
  border-color: #207da2;
  box-sizing: border-box;
  color: #2b2b2b;
  display: inline-block;
}
.sc .sc-timeline div.timeline-event-selected {
  background-color: #fbd951;
  border-color: #fad338;
  z-index: 999;
}
.sc .sc-timeline div.timeline-event-cluster div.timeline-event-dot {
  border-color: #207da2;
}
.sc .sc-timeline div.timeline-event-box {
  border-style: solid;
  border-width: 1px;
  text-align: center;
}
.sc .sc-timeline div.timeline-event-dot {
  -moz-border-radius: 5px;
  /* For Firefox 3.6 and older */
  border-radius: 5px;
  border-style: solid;
  border-width: 5px;
}
.sc .sc-timeline div.timeline-event-range {
  -moz-border-radius: 2px;
  /* For Firefox 3.6 and older */
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}
.sc .sc-timeline div.timeline-event-range-drag-left {
  cursor: w-resize;
  z-index: 1000;
}
.sc .sc-timeline div.timeline-event-range-drag-right {
  cursor: e-resize;
  z-index: 1000;
}
.sc .sc-timeline div.timeline-event-line {
  -moz-box-sizing: border-box;
  border-left-style: solid;
  border-left-width: 1px;
  box-sizing: border-box;
}
.sc .sc-timeline div.timeline-event-content {
  margin: 2px;
  overflow: hidden;
  white-space: nowrap;
}
.sc .sc-timeline div.timeline-groups-axis {
  -moz-box-sizing: border-box;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.sc .sc-timeline div.timeline-groups-axis-onleft {
  border-style: none solid none none;
}
.sc .sc-timeline div.timeline-groups-axis-onright {
  border-style: none none none solid;
}
.sc .sc-timeline div.timeline-groups-text {
  color: #474747;
  padding-left: 10px;
  padding-right: 10px;
}
.sc .sc-timeline div.timeline-currenttime {
  -moz-box-sizing: border-box;
  background-color: #ea6962;
  box-sizing: border-box;
  width: 2px;
}
.sc .sc-timeline div.timeline-customtime {
  -moz-box-sizing: border-box;
  background-color: #289bc8;
  box-sizing: border-box;
  cursor: move;
  width: 2px;
}
.sc .sc-timeline div.timeline-navigation {
  -moz-border-radius: 2px;
  /* For Firefox 3.6 and older */
  -moz-box-sizing: border-box;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
  color: #5e5e5e;
  font-size: 20px;
  font-weight: bold;
}
.sc .sc-timepicker.form-control {
  width: 100px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/TimePicker/time_picker_bg.png") no-repeat center right 5px;
  display: block;
  background-color: #ffffff;
  padding-right: 25px;
}
.sc .ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 100px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  outline: none;
  z-index: 10001;
  margin: 0;
}
.sc .ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}
.sc .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.sc .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}
.sc .ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sc .ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}
.sc .ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}
.sc .ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}
.sc .ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}
.sc li.ui-timepicker-selected,
.sc .ui-timepicker-list li:hover,
.sc .ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}
.sc li.ui-timepicker-selected .ui-timepicker-duration,
.sc .ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}
.sc .ui-timepicker-list li.ui-timepicker-disabled,
.sc .ui-timepicker-list li.ui-timepicker-disabled:hover,
.sc .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
.sc .ui-timepicker-list li.ui-timepicker-disabled:hover,
.sc .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
.sc h3.popover-title {
  background-color: #ffffff;
  border-bottom: 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  font-size: 1.167em;
  line-height: 18px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #474747;
}
.sc .tooltip.in {
  opacity: 1;
}
.sc .popover {
  color: #474747;
  min-width: 150px;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 2px;
}
.sc .tooltip {
  min-width: 150px;
  min-height: 40px;
}
.sc .tooltip-inner {
  border-radius: 2px;
}
.sc .popover-title {
  border-radius: 2px 2px 0 0;
  color: #2b2b2b;
  border-bottom: 0;
}
.sc .sc-border {
  border-width: 0;
  padding: 0;
}
.sc .sc-border.sc-show-padding {
  padding: 15px;
}
.sc .sc-border.sc-show-paddingLeft {
  padding: 0 0 0 15px;
}
.sc .sc-border.sc-show-paddingTop {
  padding: 15px 0 0 0;
}
.sc .sc-border.sc-show-paddingRight {
  padding: 0 15px 0 0;
}
.sc .sc-border.sc-show-paddingBottom {
  padding: 0 0 15px 0;
}
.sc .sc-border.sc-show-paddingLeftBottom {
  padding: 0 0 15px 15px;
}
.sc .sc-border.sc-show-border {
  border: 1px solid #cccccc;
}
.sc .sc-border.sc-align-center {
  text-align: center;
}
.sc .sc-border.sc-align-right {
  text-align: right;
}
.sc .sc-border.sc-align-left {
  text-align: left;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.hide-text {
  font: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sc-advancedExpander.open .sc-advancedExpander-header {
  border-left: 5px solid #dc271e;
}
.sc-advancedExpander.open .sc-advancedExpander-header > table {
  background: #474747;
}
.sc-advancedExpander {
  border: none;
  background: #ffffff;
}
.sc-advancedExpander .sc-advancedExpander-header {
  line-height: 46px;
  border-left: 5px solid #969696;
  color: #ffffff;
  cursor: pointer;
}
.sc-advancedExpander .sc-advancedExpander-header > table {
  width: 100%;
  background: #969696;
  table-layout: fixed;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-title {
  font-size: 1.167em;
  font-weight: 600;
  padding-left: 10px;
}
.sc-advancedExpander .sc-advancedExpander-header > table tr:first-of-type {
  height: 46px;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-title-text {
  width: 100%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  padding-right: 15px;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-promotedfields {
  line-height: 18px;
  padding-left: 11px;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-actionbar {
  text-align: right;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-actionbar.sc-actionbar-collapsed {
  width: 0;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-actionbar-container {
  float: right;
  padding-right: 15px;
  margin-top: -1px;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-chevron {
  width: 16px;
  padding-right: 31px;
  border-right: 0;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-icon {
  max-width: initial;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-icon-container {
  width: 1px;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-icon-container.not-empty {
  width: 20px;
}
.sc-advancedExpander .sc-advancedExpander-header > table .sc-advancedExpander-header-cell {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.sc-advancedExpander .sc-advancedExpander-header sc-advancedExpander-bodywrapper :first-child {
  border: 0;
  display: none;
}
.sc-advancedExpander .sc-advancedExpander-header a span.sc-advancedExpander-header-chevron-glyph {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/white/navigate_down.png");
}
.sc-advancedExpander .sc-advancedExpander-header a span.sc-advancedExpander-header-chevron-glyph.sc-advancedExpander2-header-chevron-glyph-open {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/white/navigate_up.png");
}
.sc-advancedExpander .sc-advancedExpander-body {
  background: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.sc-advancedExpander .sc-advancedExpander-footer {
  text-align: right;
  padding: 15px;
}
.sc-advancedExpander .sc-advancedExpander-header .btn.btn-default.mainButton {
  border: 0;
}
.sc-advancedExpander .sc-advancedExpander-header .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}
.sc-advancedExpander .sc-advancedExpander-header .btn-group > .btn:first-child {
  margin-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}
.sc-advancedExpander .sc-advancedExpander-header .btn-group > .btn:last-child {
  border-right: 0;
}
.sc-advancedExpander .sc-advancedExpander-header .btn-group > .btn:last-child:not(:first-child) {
  border-bottom: 0;
  border-top: 0;
}
.sc .sc-expander {
  border: none;
}
.sc .sc-expander.open .sc-expander-header {
  border-left: 5px solid #dc271e;
  background-color: #474747;
}
.sc .sc-expander-header {
  font-size: 1.167em;
  color: #ffffff;
  line-height: 46px;
  background-color: #969696;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  border-left: 5px solid #969696;
}
.sc .sc-expander-toggler {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: 4px;
}
.sc .sc-expander-body {
  padding: 15px;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transition: display 300ms ease-in;
  -moz-transition: display 300ms ease-in;
  -webkit-transition: display 300ms ease-in;
  -o-transition: display 300ms ease-in;
}
.sc .sc-expander-chevron {
  display: inline-block;
  padding-right: 15px;
  width: 16px;
  height: 16px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/white/navigate_down.png");
}
.sc .sc-expander-chevron.sc-accordion2-header-chevron-glyph-open {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/white/navigate_up.png");
}
.sc .sc-expander-chevron.up {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/white/navigate_up.png");
}
.sc .sc-frame {
  border: 0;
}
.sc .sc-panel {
  border: 1px solid #cccccc;
}
.sc .sc-panel-header {
  font-size: 1.167em;
  line-height: 18px;
  background-color: #474747;
  padding: 10px 15px;
}
.sc .sc-panel-body {
  padding: 15px;
  background-color: #f0f0f0;
}
.sc .row.sc-show-padding {
  padding: 15px;
}
.sc .row.sc-show-paddingLeft {
  padding: 0 0 0 15px;
}
.sc .row.sc-show-paddingTop {
  padding: 15px 0 0 0;
}
.sc .row.sc-show-paddingRight {
  padding: 0 15px 0 0;
}
.sc .row.sc-show-paddingBottom {
  padding: 0 0 15px 0;
}
.sc .row.sc-show-paddingLeftBottom {
  padding: 0 0 15px 15px;
}
.sc .popover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  max-width: none;
}
.sc .sc-smartpanel {
  background: #ffffff;
  position: fixed;
  z-index: 1040;
  display: none;
  bottom: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.sc .sc-smartpanel-wrapper {
  height: 100%;
  position: relative;
}
.sc .sc-smartpanel-header {
  position: relative;
  padding-right: 40px;
  padding-left: 15px;
  height: 60px;
  line-height: 60px;
  color: #121212;
  background-color: #ffffff;
}
.sc .sc-smartpanel-content {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 60px;
  bottom: 60px;
  right: 5px;
  left: 0;
  padding: 15px;
}
.sc .sc-smartpanel-buttons {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  right: 0;
  left: 0;
  text-align: right;
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  background-color: #e3e3e3;
}
.sc .sc-smartpanel-buttons .sc-button {
  margin-left: 10px;
}
.sc .panel-top,
.sc .panel-bottom {
  height: 400px;
  width: 100%;
}
.sc .panel-top.small,
.sc .panel-bottom.small {
  height: 300px;
}
.sc .panel-top.large,
.sc .panel-bottom.large {
  height: 500px;
}
.sc .panel-left,
.sc .panel-right {
  width: 400px;
}
.sc .panel-left.small,
.sc .panel-right.small {
  width: 300px;
}
.sc .panel-left.large,
.sc .panel-right.large {
  width: 500px;
}
.sc a.sc-smartpanel-close {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/SmartPanel/close_button_sprite.png") no-repeat 0 0;
  border: 0;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 20px;
  opacity: 1;
  cursor: pointer;
  -webkit-appearance: none;
}
.sc a.sc-smartpanel-close:hover {
  background-position: 0 -16px;
}
.sc .sc-tabcontrol > .nav-tabs {
  border-bottom: 2px solid #474747;
  padding: 0;
}
.sc .sc-tabcontrol > .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
.sc .sc-tabcontrol > .nav-tabs > li > a {
  text-transform: uppercase;
  color: #474747;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 50px;
  line-height: 28px;
  margin-right: -1px;
  text-decoration: none;
  text-align: center;
  outline: 0;
}
.sc .sc-tabcontrol > .nav-tabs > li > a:hover {
  background-color: #e3e3e3;
}
.sc .sc-tabcontrol > .nav-tabs > li.active.first-visible-nav-tab a {
  border-left: 1px solid #474747;
}
.sc .sc-tabcontrol > .nav-tabs > li.active.last-visible-nav-tab a {
  border-right: 1px solid #474747;
}
.sc .sc-tabcontrol > .nav-tabs > li.active > a {
  color: #ffffff;
  background-color: #474747;
  border: 1px solid #474747;
  cursor: default;
  text-decoration: none;
  border-left: 0;
  border-right: 0;
}
.sc .sc-tabcontrol > .nav-tabs > li.active > a:hover {
  background-color: #474747;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li {
  position: relative;
  margin-bottom: 0;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li a {
  padding-left: 30px;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.first-visible-nav-tab a {
  padding-left: 15px;
  border-left: 1px solid #cccccc;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.last-visible-nav-tab a {
  border-right: 1px solid #cccccc;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.last-visible-nav-tab a:hover:after {
  display: none;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li > a {
  border-left: 0;
  border-right: 0;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li > a:before,
.sc .sc-tabcontrol.progressive > .nav-tabs > li > a:after {
  width: 16px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  top: -1px;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li > a:before {
  left: 0;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/TabControl/arrow_black_whitetowhite.png");
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li > a:after {
  display: none;
  right: -15px;
  z-index: 1;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li > a:hover:before {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/TabControl/arrow_hover_whitetogrey.png");
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li > a:hover:after {
  display: block;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/TabControl/arrow_hover_greytowhite.png");
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.active.first-visible-nav-tab a {
  border-left: 1px solid #474747;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.active > a:hover:after {
  display: none;
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.active > a:before {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/TabControl/arrow_white_whitetoblack.png");
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.active-first-sibling > a:before {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/TabControl/arrow_black_blacktowhite.png");
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.active-first-sibling > a:hover:before {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/TabControl/arrow_hover_blacktogrey.png");
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.active-prev-sibling > a:hover:after {
  display: block;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/TabControl/arrow_hover_greytoblack.png");
}
.sc .sc-tabcontrol.progressive > .nav-tabs > li.first-visible-nav-tab > a:before {
  width: 0;
}
.sc .sc-tabcontrol.subTab > .nav-tabs {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li {
  margin-bottom: 0;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li > a {
  color: #474747;
  border: 0;
  background-color: #ffffff;
  text-transform: none;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li > a:hover {
  text-decoration: underline;
  background-color: #e3e3e3;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li.active:first-child a {
  border-left: 0;
  border-right: 0;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li.active:last-child a {
  border-right: 0;
  border-left: 0;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li.active > a {
  color: #2694c0;
  border-bottom: 0;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li.active > a:after,
.sc .sc-tabcontrol.subTab > .nav-tabs > li.active > a:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li.active > a:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li.active > a:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.sc .sc-tabcontrol.subTab > .nav-tabs > li.active > a:hover:after {
  border-top-color: #e3e3e3;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.modal.container {
  max-width: none;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  overflow: hidden;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
}
.modal.fade {
  top: -100%;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  max-height: none;
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #f0f0f0;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sc-dialogWindow-body.modal-body {
  padding: 0;
}
.sc-dialogWindow-body.modal-body .sc-dialogWindow-body-container {
  padding: 15px;
  height: 100%;
}
/* Responsive */
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
.sc-dialogWindow-header {
  padding: 15px;
  color: #ffffff;
  background: #2b2b2b;
  min-height: 15px;
  position: relative;
}
.sc-dialogWindow-header .close {
  margin-top: 2px;
}
.sc-dialogWindow-header-title {
  margin: 0;
  line-height: 30px;
  font-size: 1.5em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 60px);
}
.sc-dialogWindow-body:before,
.sc-dialogWindow-body:after {
  display: table;
  line-height: 0;
  content: "";
}
.sc-dialogWindow-body:after {
  clear: both;
}
.sc-dialogWindow-actions {
  text-align: right;
}
.sc-dialogWindow-buttons {
  background-color: #f0f0f0;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
  text-align: right;
  height: 56px;
  line-height: 34px;
}
.sc-dialogWindow-buttons .sc-button {
  margin-right: 10px;
}
.sc-dialogWindow-buttons .sc-button:last-child {
  margin-right: 0;
}
.sc-dialogWindow .close {
  float: right;
  margin-top: 2px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 #f0f0f0;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.sc-dialogWindow .close:hover,
.sc-dialogWindow .close:focus {
  color: #121212;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
a.sc-dialogWindow-close {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/DialogWindow/close_button_sprite.png") no-repeat 0 0;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  opacity: 1;
  cursor: pointer;
  -webkit-appearance: none;
}
a.sc-dialogWindow-close:hover {
  background-position: 0 -16px;
}
a.sc-dialogWindow-close:before {
  pointer-events: none;
  content: "";
  display: block;
  float: left;
  width: 0;
  border-left: 1px solid #969696;
  position: absolute;
  height: 18px;
  right: 31px;
  top: -1px;
}
form.sc-uploader {
  border: 1px dashed #cccccc;
  text-align: center;
  margin: 0;
  position: relative;
}
.sc-uploader-general-info {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 300px;
  text-align: center;
}
.sc-uploader-content {
  padding: 30px 15px 30px 15px;
  position: relative;
}
.sc-uploader-general-info table tr td {
  padding-right: 5px;
}
.sc-uploader-fileupload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.sc-uploaderInfo-imageDetails p {
  text-align: right;
}
.sc-uploader-general-info-progressbar {
  display: none;
}
.sc-uploader-general-info-data {
  display: none;
}
.sc-uploader-general-info-data-uploadingData {
  display: none;
}
.sc-uploader-general-info-data-col {
  display: inline-block;
}
.sc-uploader-general-info-data-col.col1 {
  text-align: right;
  width: 130px;
}
.sc-uploader-general-info-data-col.col2 {
  text-align: center;
  font-weight: bold;
  width: 20px;
}
.sc-uploader-general-info-data-col.col3 {
  text-align: left;
  width: 130px;
}
.sc-uploader .progress {
  height: 18px;
  overflow: hidden;
  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, #FAFAFA, #FAFAFA);
  background-image: -ms-linear-gradient(top, #FAFAFA, #FAFAFA);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#FAFAFA));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #FAFAFA);
  background-image: -o-linear-gradient(top, #FAFAFA, #FAFAFA);
  background-image: linear-gradient(top, #FAFAFA, #FAFAFA);
  background-repeat: repeat-x;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#FAFAFA', GradientType=0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
}
.sc-uploader .progress .bar {
  width: 0;
  height: 12px;
  margin-top: 3px;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  background-color: #7EAD67;
  background-image: -moz-linear-gradient(top, #8FB67C, #7EAD67);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8FB67C), to(#7EAD67));
  background-image: -webkit-linear-gradient(top, #8FB67C, #7EAD67);
  background-image: -o-linear-gradient(top, #8FB67C, #7EAD67);
  background-image: linear-gradient(to bottom, #8FB67C, #7EAD67);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7EAD67', endColorstr='#8FB67C', GradientType=0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sc-uploaderInfo-row {
  border: 1px solid #cccccc;
  padding: 15px;
  margin-top: 20px;
  min-height: 128px;
}
.sc-uploaderInfo-row.error {
  border: 1px solid #ca241c;
  background-color: #f7f7f7;
}
.sc-uploaderInfo-row:before,
.sc-uploaderInfo-row:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.sc-uploaderInfo-extra {
  margin-top: 10px;
}
.sc-uploaderInfo-extra:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.sc-uploaderInfo-extra .progress {
  width: 200px;
  height: 18px;
  overflow: hidden;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fffafafa', GradientType=0);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
}
.sc-uploaderInfo-extra .progress .bar {
  width: 0;
  height: 12px;
  margin-top: 3px;
  float: left;
  background-color: #6ea244;
  background-image: -webkit-linear-gradient(top, #88bb5d 0%, #6ea244 100%);
  background-image: -o-linear-gradient(top, #88bb5d 0%, #6ea244 100%);
  background-image: linear-gradient(to bottom, #88bb5d 0%, #6ea244 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88bb5d', endColorstr='#ff6ea244', GradientType=0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  border-radius: 6px;
}
.sc-uploaderInfo-extra-status,
.sc-uploaderInfo-extra-action {
  float: right;
}
.sc-uploaderInfo-extra-status {
  margin-top: 5px;
  margin-left: 10px;
  width: 200px;
}
.sc-uploaderInfo-extra-status p {
  text-align: right;
}
.sc-uploaderInfo-row-preview {
  cursor: pointer;
  position: relative;
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
}
.sc-uploaderInfo-row-preview img {
  width: 100%;
}
.sc-uploaderInfo-row-preview-item-wrap {
  border: 1px solid #cccccc;
  width: 127px;
  position: relative;
  margin-top: 10px;
}
.sc-uploaderInfo-row-preview-item {
  line-height: 127px;
  text-align: center;
}
.sc-uploaderInfo-row-item img {
  width: 127px;
  border: 0 solid #f7f7f7;
  vertical-align: middle;
}
.sc .sc-carousel {
  /* Navigation Arrows */
}
.sc .sc-carousel .elastislide-list {
  list-style-type: none;
  display: none;
}
.sc .sc-carousel .no-js .elastislide-list {
  display: block;
}
.sc .sc-carousel .elastislide-carousel ul li {
  min-width: 20px;
  /* minimum width of the image (min width + border) */
}
.sc .sc-carousel .elastislide-wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 60px;
}
.sc .sc-carousel .elastislide-wrapper.elastislide-loading {
  background-image: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.sc .sc-carousel .elastislide-horizontal {
  padding: 10px 40px;
}
.sc .sc-carousel .elastislide-vertical {
  padding: 40px 10px;
}
.sc .sc-carousel .elastislide-carousel {
  overflow: hidden;
  position: relative;
}
.sc .sc-carousel .elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.sc .sc-carousel .elastislide-horizontal ul {
  white-space: nowrap;
}
.sc .sc-carousel .elastislide-carousel ul li {
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.sc .sc-carousel .elastislide-horizontal ul li {
  height: 100%;
  display: inline-block;
}
.sc .sc-carousel .elastislide-vertical ul li {
  display: block;
}
.sc .sc-carousel .elastislide-carousel ul li div {
  display: block;
  width: 100%;
}
.sc .sc-carousel .elastislide-wrapper nav span {
  position: absolute;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/24x24/dark_gray/navigate_left.png");
  width: 24px;
  height: 24px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}
.sc .sc-carousel .elastislide-wrapper nav span:hover {
  opacity: 1;
}
.sc .sc-carousel .elastislide-horizontal nav span {
  top: 50%;
  left: 10px;
  margin-top: -11px;
}
.sc .sc-carousel .elastislide-vertical nav span {
  top: 10px;
  left: 50%;
  margin-left: -11px;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/24x24/dark_gray/navigate_up.png");
}
.sc .sc-carousel .elastislide-horizontal nav span.elastislide-next {
  right: 10px;
  left: auto;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/24x24/dark_gray/navigate_right.png");
}
.sc .sc-carousel .elastislide-vertical nav span.elastislide-next {
  top: auto;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/24x24/dark_gray/navigate_down.png");
}
.sc .sc-carousel .elastislide-tile {
  position: relative;
}
.sc .sc-carousel .elastislide-tile-content {
  position: absolute;
}
.sc-listcontrol {
  margin-top: 0;
  *zoom: 1;
}
.sc-listcontrol .sc-table {
  table-layout: fixed;
  margin-bottom: 0;
  background: #ffffff;
}
.sc-listcontrol .sc-table tbody tr td,
.sc-listcontrol .sc-table thead td,
.sc-listcontrol .sc-table tbody tr th,
.sc-listcontrol .sc-table thead th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sc-listcontrol .sc-table tbody tr td img,
.sc-listcontrol .sc-table thead td img,
.sc-listcontrol .sc-table tbody tr th img,
.sc-listcontrol .sc-table thead th img {
  height: 18px;
}
.sc-listcontrol .sc-table tbody tr td,
.sc-listcontrol .sc-table thead td {
  padding: 14px 15px;
  border: 1px solid #d6d6d6;
  color: #474747;
}
.sc-listcontrol .sc-table tbody tr td a,
.sc-listcontrol .sc-table thead td a {
  color: #2694c0;
  text-decoration: none;
}
.sc-listcontrol .sc-table tbody tr th,
.sc-listcontrol .sc-table thead th {
  padding: 15px;
  border: 0;
  background: #969696;
  color: #ffffff;
  font-weight: normal;
  position: relative;
}
.sc-listcontrol .sc-table tbody tr th .sc-table-sortable,
.sc-listcontrol .sc-table thead th .sc-table-sortable {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  cursor: pointer;
  border-left: 0.500em solid transparent;
  border-right: 0.500em solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0 solid #ffffff;
}
.sc-listcontrol .sc-table tbody tr th .sc-table-sortable.up,
.sc-listcontrol .sc-table thead th .sc-table-sortable.up {
  border-bottom: 8px solid #ffffff;
  border-top: 0 solid #ffffff;
}
.sc-listcontrol .sc-table tbody tr th .sc-table-sortable.noDirection,
.sc-listcontrol .sc-table thead th .sc-table-sortable.noDirection {
  border-bottom: 8px solid #cccccc;
  border-top: 0 solid #cccccc;
}
.sc-listcontrol .sc-table tbody tr td.cb,
.sc-listcontrol .sc-table thead td.cb,
.sc-listcontrol .sc-table tbody tr th.cb,
.sc-listcontrol .sc-table thead th.cb {
  width: 50px;
  max-width: 50px;
  text-indent: 0;
  text-align: center;
}
.sc-listcontrol .sc-table tbody tr th[data-sc-sort],
.sc-listcontrol .sc-table thead th[data-sc-sort] {
  position: relative;
  padding-right: 20px;
}
.sc-listcontrol .sc-table tbody tr th[data-sc-sort] i.sort,
.sc-listcontrol .sc-table thead th[data-sc-sort] i.sort {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 20px;
  margin-top: -8px;
  width: 0;
  height: 0;
  cursor: pointer;
}
.sc-listcontrol .sc-table tbody tr th[data-sc-sort] i.sort.asc,
.sc-listcontrol .sc-table thead th[data-sc-sort] i.sort.asc {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #121212;
}
.sc-listcontrol .sc-table tbody tr th[data-sc-sort] i.sort.desc,
.sc-listcontrol .sc-table thead th[data-sc-sort] i.sort.desc {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #121212;
}
.sc-listcontrol .sc-table tbody tr th[data-sc-sort] a,
.sc-listcontrol .sc-table thead th[data-sc-sort] a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 35px;
  top: 6px;
}
.sc-listcontrol .sc-table tbody tr td.label1,
.sc-listcontrol .sc-table thead td.label1 {
  background: #6ac0e2;
  border-right: 1px solid #8ccee8;
}
.sc-listcontrol .sc-table tbody tr td.label2,
.sc-listcontrol .sc-table thead td.label2 {
  background: #a2ca81;
}
.sc-listcontrol .sc-table tbody tr td.label3,
.sc-listcontrol .sc-table thead td.label3 {
  background: #fb9851;
}
.sc-listcontrol .sc-table tbody tr:hover td,
.sc-listcontrol .sc-table thead:hover td {
  background-color: #e3e3e3;
}
.sc-listcontrol .sc-table tbody tr td.ventilate,
.sc-listcontrol .sc-table thead td.ventilate {
  overflow: hidden;
  margin-right: 2px;
  position: relative;
}
.sc-listcontrol .sc-table tbody tr td.sc-nodata,
.sc-listcontrol .sc-table thead td.sc-nodata {
  color: #cccccc;
}
.sc-listcontrol .sc-table tbody tr.empty td {
  text-align: center;
}
.sc-listcontrol .sc-table thead th.sc-table-head:last-child {
  border-right: 0;
}
.sc-listcontrol .sc-table thead th.sc-table-head:last-child:after {
  background: none;
}
.sc-listcontrol .sc-table.sc-table-footer {
  border: 0;
  width: 100%;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.sc-listcontrol .sc-table.sc-table-footer tr td {
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.sc-listcontrol .sc-table.sc-table-footer tr td a {
  position: absolute;
  right: 10px;
}
.sc-listcontrol:before,
.sc-listcontrol:after {
  display: table;
  content: "";
  line-height: 0;
}
.sc-listcontrol:after {
  clear: both;
}
.sc-listcontrol .table > tbody > tr.active > td {
  background: #aadbee;
}
.sc-listcontrol .table > tbody > tr.checked > td {
  background: #aadbee;
}
.sc-listcontrol .empty {
  margin: 20px;
}
.sc-listcontrol .sc-text-align-center {
  text-align: center;
}
.sc-listcontrol .sc-text-align-left {
  text-align: left;
}
.sc-listcontrol .sc-text-align-right {
  text-align: right;
}
.sc-listcontrol .sc-text-sortpadding {
  padding-right: 16px;
}
.sc-listcontrol .sc-table-header th.sc-text-align-right > div {
  padding-right: 25px;
}
.sc-listcontrol .sc-table-header th > div {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sc-listcontrol .sc-table-header .sc-table-header-container {
  cursor: default;
}
.sc-listcontrol .sc-table-header th.sc-table-head:after {
  background: #d6d6d6 right center;
  position: absolute;
  width: 1px;
  display: block;
  height: 20px;
  top: 15px;
  right: 0;
  content: "";
}
.sc-listcontrol .sc-rc-handle-container {
  position: relative;
}
.sc-listcontrol .sc-rc-handle {
  position: absolute;
  width: 7px;
  cursor: ew-resize;
  margin-left: -3px;
}
.sc-listcontrol .sc-rc-handle-border-container {
  position: relative;
  width: 0;
  height: 0;
}
.sc-listcontrol .sc-rc-handle-border {
  border-left: 1px dashed #969696;
  position: absolute;
  width: 1px;
  cursor: ew-resize;
  display: none;
}
.sc-listcontrol table.sc-rc-table-resizing {
  cursor: ew-resize;
}
.sc-listcontrol table.sc-rc-table-resizing thead,
.sc-listcontrol table.sc-rc-table-resizing thead > th,
.sc-listcontrol table.sc-rc-table-resizing thead > th > a {
  cursor: ew-resize;
}
.sc-listcontrol .sc-table thead tr th.scrollbar-spacer {
  padding: 0;
  width: 15px;
}
.sc-listcontrol .mCSB_container.mCS_no_scrollbar {
  padding-right: 15px;
}
.sc-listcontrol .sc-table tbody tr th .sc-table-sortable,
.sc-listcontrol .sc-table thead th .sc-table-sortable {
  right: 0;
  top: 50%;
}
.sc-listcontrol .sc-listcontrol-body .table,
.sc-listcontrol .sc-listcontrol-body .sc-table {
  border-top: none;
}
.sc-listcontrol .sc-listcontrol-body .table tr:nth-child(even),
.sc-listcontrol .sc-listcontrol-body .sc-table tr:nth-child(even) {
  background: #f7f7f7;
}
.sc-listcontrol .sc-listcontrol-body .table tr:first-child td,
.sc-listcontrol .sc-listcontrol-body .sc-table tr:first-child td {
  border-top: none;
}
.sc-listcontrol .sc-listcontrol-body .table tr td,
.sc-listcontrol .sc-listcontrol-body .sc-table tr td {
  color: #2b2b2b;
}
.sc-iconList-wrap {
  cursor: pointer;
  position: relative;
  margin: 20px;
  margin-bottom: 40px;
  text-align: center;
  background: #ffffff;
  float: left;
  height: 128px;
  width: 128px;
}
.sc-iconList-wrap .sc-iconList-item {
  border: 1px solid #cccccc;
  height: 128px;
  width: 128px;
  position: relative;
}
.sc-iconList-wrap .sc-iconList-item .sc-iconList-item-title span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sc-iconList-wrap .sc-iconList-item .sc-iconList-item-content {
  line-height: 124px;
  text-align: center;
}
.sc-iconList-wrap .sc-iconList-item .sc-iconList-item-content div {
  line-height: 20px;
}
.sc-iconList-wrap .sc-iconList-item .sc-iconList-item-caption {
  display: none;
}
.sc-iconList-wrap .sc-iconList-item img {
  max-width: 124px;
  max-height: 124px;
  border: 0 solid #e3e3e3;
  vertical-align: middle;
  margin-top: 0;
}
.sc-iconList-wrap .sc-iconList-item strong {
  font-weight: normal;
}
.sc-iconList-wrap .sc-iconList-item small {
  display: none;
}
.sc-iconList-wrap:hover {
  background: #e3e3e3;
}
.sc-iconList-wrap:hover .sc-iconList-item {
  border: 1px solid #cccccc;
}
.sc-iconList-wrap:active,
.sc-iconList-wrap.active {
  background: #aadbee;
}
.sc-iconList-wrap:active .sc-iconList-item,
.sc-iconList-wrap.active .sc-iconList-item {
  border: 1px #aadbee solid;
}
.sc-tileList-item-container {
  cursor: pointer;
  position: relative;
  margin: 20px;
  margin-bottom: 40px;
  background: #f0f0f0;
  float: left;
}
.sc-tileList-item-container:hover {
  background: #e3e3e3;
}
.sc-tileList-item-container:active,
.sc-tileList-item-container.active {
  background: #aadbee;
}
.sc-tileList-item-container .sc-tile-default {
  padding: 8px;
  width: 128px;
  height: 128px;
}
.sc-tileList-item-container .sc-tile-default .sc-tile-default-property {
  white-space: nowrap;
}
.sc-tileList-item-container .sc-tile-default .sc-tile-default-property .sc-tile-property-title {
  font-weight: bold;
}
.sc-tileList-item-container .sc-tile-default .sc-tile-default-property span {
  float: left;
  padding: 2px;
}
.sc-tileList-item-container .sc-tile-default .sc-tile-default-property .sc-tile-property-value {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .sc-iconList-wrap {
    height: 64px;
    width: 64px;
  }
  .sc-iconList-wrap .sc-iconList-item {
    height: 64px;
    width: 64px;
  }
  .sc-iconList-wrap .sc-iconList-item .sc-iconList-item-content {
    line-height: 62px;
  }
  .sc-iconList-wrap .sc-iconList-item img {
    max-width: 62px;
    max-height: 62px;
    margin-top: -2px;
  }
}
.sc-advancedExpander-bodywrapper > .sc-listcontrol .sc-table:first-of-type {
  border-style: hidden;
}
.sc {
  /*******************************************************************************
   * Tree container
   */
  /* Suppress lines for last child node */
  /* Suppress lines if level is fixed expanded (option minExpandLevel) */
  /* Style, when control is disabled */
  /*******************************************************************************
   * Common icon definitions
   */
  /** Used by 'icon' node option: */
  /*******************************************************************************
   * Lines and connectors
   */
  /*******************************************************************************
   * Expander icon
   * Note: IE6 doesn't correctly evaluate multiples class names,
   *		 so we create combined class names that can be used in the CSS.
   *
   * Prefix: dynatree-exp-
   * 1st character: 'e': expanded, 'c': collapsed
   * 2nd character (optional): 'd': lazy (Delayed)
   * 3rd character (optional): 'l': Last sibling
   */
  /*******************************************************************************
   * Checkbox icon
   */
  /*******************************************************************************
   * Radiobutton icon
   * This is a customization, that may be activated by overriding the 'checkbox'
   * class name as 'dynatree-radio' in the tree options.
   */
  /*******************************************************************************
   * Node type icon
   * Note: IE6 doesn't correctly evaluate multiples class names,
   *		 so we create combined class names that can be used in the CSS.
   *
   * Prefix: dynatree-ico-
   * 1st character: 'e': expanded, 'c': collapsed
   * 2nd character (optional): 'f': folder
   */
  /* Status node icons */
  /*******************************************************************************
   * Node titles
   */
  /* @Chrome: otherwise hit area of node titles is broken (issue 133)
     Removed again for issue 165; (133 couldn't be reproduced) */
  /* Remove blue color and underline from title links */
  /*******************************************************************************
   * Drag'n'drop support
   */
  /*** Helper object ************************************************************/
  /*** Drop marker icon *********************************************************/
  /*** Source node while dragging ***********************************************/
  /*** Target node while dragging cursor is over it *****************************/
}
.sc ul.dynatree-container {
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  border: 1px solid transparent;
  overflow: auto;
  height: 100%;
}
.sc ul.dynatree-container ul {
  padding: 0 0 0 16px;
  margin: 0;
}
.sc ul.dynatree-container li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-image: none;
  /* no v-lines */
  margin: 0;
  padding: 1px 0 0 0;
}
.sc ul.dynatree-container li.dynatree-lastsib {
  background-image: none;
}
.sc ul.dynatree-no-connector > li {
  background-image: none;
}
.sc .ui-dynatree-disabled ul.dynatree-container {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.sc span.dynatree-empty,
.sc span.dynatree-vline,
.sc span.dynatree-connector,
.sc span.dynatree-expander,
.sc span.dynatree-icon,
.sc span.dynatree-checkbox,
.sc span.dynatree-radio,
.sc span.dynatree-drag-helper-img,
.sc #dynatree-drop-marker {
  width: 16px;
  height: 16px;
  /* display: -moz-inline-box; /* @ FF 1+2 removed for issue 221*/
  /* -moz-box-align: start; /* issue 221 */
  display: inline-block;
  /* Required to make a span sizeable */
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("/sitecore/shell/client/Speak/Assets/img/Speak/TreeView/sc-dyna-tree.gif");
}
.sc ul.dynatree-container img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-top: 3px;
  vertical-align: top;
  border-style: none;
}
.sc .hide-images ul.dynatree-container img {
  display: none;
}
.sc span.dynatree-connector {
  background-image: none;
}
.sc span.dynatree-expander {
  background-position: 0 -80px;
  cursor: pointer;
}
.sc span.dynatree-expander:hover {
  background-position: -16px -80px;
}
.sc .dynatree-exp-e span.dynatree-expander,
.sc .dynatree-exp-ed span.dynatree-expander,
.sc .dynatree-exp-el span.dynatree-expander,
.sc .dynatree-exp-edl span.dynatree-expander {
  background-position: -32px -80px;
}
.sc .dynatree-exp-e span.dynatree-expander:hover,
.sc .dynatree-exp-ed span.dynatree-expander:hover,
.sc .dynatree-exp-el span.dynatree-expander:hover,
.sc .dynatree-exp-edl span.dynatree-expander:hover {
  background-position: -48px -80px;
}
.sc .dynatree-loading span.dynatree-expander {
  background-position: 0 0;
  background-image: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/loading.gif");
}
.sc span.dynatree-checkbox {
  margin-left: 3px;
  background-position: 0 -32px;
}
.sc span.dynatree-checkbox:hover {
  background-position: -16px -32px;
}
.sc .dynatree-partsel span.dynatree-checkbox {
  background-position: -64px -32px;
}
.sc .dynatree-partsel span.dynatree-checkbox:hover {
  background-position: -80px -32px;
}
.sc .dynatree-selected span.dynatree-checkbox {
  background-position: -32px -32px;
}
.sc .dynatree-selected span.dynatree-checkbox:hover {
  background-position: -48px -32px;
}
.sc span.dynatree-radio {
  margin-left: 3px;
  background-position: 0 -48px;
}
.sc span.dynatree-radio:hover {
  background-position: -16px -48px;
}
.sc .dynatree-partsel span.dynatree-radio {
  background-position: -64px -48px;
}
.sc .dynatree-partsel span.dynatree-radio:hover {
  background-position: -80px -48px;
}
.sc .dynatree-selected span.dynatree-radio {
  background-position: -32px -48px;
}
.sc .dynatree-selected span.dynatree-radio:hover {
  background-position: -48px -48px;
}
.sc span.dynatree-icon {
  margin-left: 3px;
  background-position: 0 0;
}
.sc .dynatree-has-children span.dynatree-icon {
  /*    background-position:0 -16px; */
}
.sc .dynatree-ico-cf span.dynatree-icon {
  background-position: 0 -16px;
}
.sc .dynatree-ico-ef span.dynatree-icon {
  background-position: -64px -16px;
}
.sc .dynatree-statusnode-wait span.dynatree-icon {
  background-image: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/loading.gif");
}
.sc .dynatree-statusnode-error span.dynatree-icon {
  background-position: 0 -112px;
}
.sc span.dynatree-node {
  /*	display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221 */
  /*	-moz-box-align: start; /* issue 221 */
  /*  display: inline-block; /* Required to make a span sizeable */
}
.sc ul.dynatree-container a {
  color: #121212;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  margin-left: 3px;
  /*	outline: 0; /* @ Firefox, prevent dotted border after click */
  /* Set transparent border to prevent jumping when active node gets a border
	     (we can do this, because this theme doesn't use vertical lines)
	   */
  border: 1px solid transparent;
  background: transparent;
}
.sc ul.dynatree-container a:hover {
  color: #121212;
  background: #e3e3e3;
}
.sc span.dynatree-node a {
  display: inline-block;
  /* Better alignment, when title contains <br> */
  /*	vertical-align: top;*/
  padding-left: 3px;
  padding-right: 1px;
  /*	line-height: 16px; /* should be the same as img height, in case 16 px */
}
.sc span.dynatree-active a,
.sc span.dynatree-active a:hover {
  background: #aadbee;
  color: #121212;
}
.sc div.dynatree-drag-helper a {
  border: 1px solid gray;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.8;
}
.sc span.dynatree-drag-helper-img {
  /*
	  position: relative;
	  left: -16px;
	  */
}
.sc div.dynatree-drag-helper {
  background-color: #dc271e;
}
.sc div.dynatree-drop-accept span.dynatree-drag-helper-img {
  background-position: -32px -112px;
}
.sc div.dynatree-drag-helper.dynatree-drop-reject {
  border-color: #dc271e;
}
.sc div.dynatree-drop-reject span.dynatree-drag-helper-img {
  background-position: -16px -112px;
}
.sc #dynatree-drop-marker {
  width: 24px;
  position: absolute;
  background-position: 0 -128px;
  margin: 0;
}
.sc #dynatree-drop-marker.dynatree-drop-after,
.sc #dynatree-drop-marker.dynatree-drop-before {
  width: 64px;
  background-position: 0 -144px;
}
.sc #dynatree-drop-marker.dynatree-drop-copy {
  background-position: -64px -128px;
}
.sc #dynatree-drop-marker.dynatree-drop-move {
  background-position: -64px -128px;
}
.sc span.dynatree-drag-source {
  background-color: #e3e3e3;
}
.sc span.dynatree-drag-source a {
  color: #cccccc;
}
.sc span.dynatree-drop-target.dynatree-drop-accept a {
  background-color: #5e5e5e !important;
  color: white !important;
  /* @ IE6 */
  text-decoration: none;
}
.sc-breadcrumb {
  height: 18px;
  overflow: hidden;
}
.sc-breadcrumb > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sc-breadcrumb > ul > li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.sc-breadcrumb > ul > li:first-child > a {
  text-transform: uppercase;
}
.sc-breadcrumb > ul > li:after {
  content: "";
  width: 7px;
  height: 9px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/16x16/white/separator.png");
  background-repeat: no-repeat;
}
.sc-breadcrumb > ul > li:last-child:after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 15px;
  display: inline-block;
  background: none;
}
.sc-breadcrumb > ul > li a {
  text-decoration: none;
  display: inline-block;
  color: #f9d8d7;
}
.sc-breadcrumb > ul > li a:hover {
  text-decoration: underline;
}
.sc .sc-hyperlinkbuttonsgroup ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.sc .sc-hyperlinkbuttonsgroup li {
  height: 30px;
}
.sc .sc-hyperlinkbuttonsgroup li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0 15px;
}
.sc .sc-hyperlinkbuttonsgroup li a:hover {
  color: #ffffff;
}
.sc .sc-hyperlinkbuttonsgroup li:hover {
  color: #ffffff;
  text-decoration: underline;
}
.sc .sc-hyperlinkbuttonsgroup li[sc-selected] {
  background: #dc271e;
}
.sc .sc-menu {
  margin: 0;
  padding: 0;
  position: relative;
}
.sc .sc-menu .disableMask {
  display: none;
  background: #474747;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.sc .sc-menu .menuroot {
  background: #474747;
  width: 250px;
  overflow: hidden;
  border: solid #474747;
  border-width: 0 1px 0 0;
}
.sc .sc-menu .menuroot div {
  display: block;
}
.sc .sc-menu .menuroot a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  outline: none;
}
.sc .sc-menu .menuroot .header {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Menu/menu_toplevel.png");
  height: 42px;
}
.sc .sc-menu .menuroot .header.highlighted {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Menu/menu_highlighted.png");
}
.sc .sc-menu .menuroot .header.rootItem.selected {
  background: url("/sitecore/shell/client/Speak/Assets/img/Speak/Menu/menu_highlighted.png");
}
.sc .sc-menu .menuroot .header.rootItem a {
  display: block;
  padding: 0 0;
  line-height: 42px;
  color: #ffffff;
  height: 42px;
}
.sc .sc-menu .menuroot .header.menuItem a {
  color: #ffffff;
  text-decoration: none;
  line-height: 42px;
  display: block;
  padding: 0 0;
  transition: all 0.15s;
}
.sc .sc-menu .menuroot .menuicon {
  position: relative;
  left: 14px;
  width: 24px;
  height: 24px;
  top: -1px;
}
.sc .sc-menu .menuroot .toplevel {
  position: relative;
  left: 28px;
  top: 0;
  font-size: 1.167em;
  font-weight: 600;
}
.sc .sc-menu .menuroot .menuchevron {
  cursor: pointer;
  top: -31px;
  position: relative;
  left: 220px;
}
.sc .sc-menu .menuroot .open .menuchevron {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sc .sc-menu .menuroot .arrowcontainer img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -2px;
  position: relative;
}
.sc .sc-menu .menuroot .arrowcontainer.open img {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sc .sc-menu .menuroot .toplevelcontainer {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.sc .sc-menu .menuroot .sublevelcontainer {
  display: none;
}
.sc .sc-menu .menuroot .spacer {
  width: 24px;
  display: inherit;
}
.sc .sc-menu .menuroot .arrowcontainer {
  text-align: right;
}
.sc .sc-menu .menuroot .itemRow {
  width: 250px;
  height: 30px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.sc .sc-menu .menuroot .itemRow.selected {
  background-color: #dc271e;
}
.sc .sc-menu .menuroot .itemRow.highlighted {
  background-color: #dc271e;
}
.sc .sc-menu .menuroot .itemRow.menuItem a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  line-height: 30px;
  display: block;
  padding: 0 0;
  transition: all 0.15s;
}
.sc .sc-menu .menuroot .itemRow.menuItem a:hover {
  text-decoration: underline;
}
.sc .sc-menu .menuroot .leftcolumn {
  width: 20px;
  display: block;
  float: left;
}
.sc .sc-menu .menuroot .rightcolumn {
  display: block;
}
.sc .sc-menu .menuroot .depth2 .leftcolumn {
  width: 28px;
}
.sc .sc-menu .menuroot .depth2 .leftcolumn.noChildren {
  width: 0;
}
.sc .sc-menu .menuroot .depth3 .leftcolumn {
  width: 60px;
}
.sc .sc-menu .menuroot .depth4 .leftcolumn {
  width: 92px;
}
.sc .sc-menu .menuroot .depth5 .leftcolumn {
  width: 124px;
}
.sc .sc-menu .menuroot .rcpad {
  padding-left: 24px;
}
.sc .sc-menu .menuroot .rcpad.noChildren {
  padding-left: 15px;
}
.sc .sc-navigationPanelToggleButton {
  display: none !important;
  margin-left: 0;
}
.sc .sc-globalHeader .sc-navigationPanelToggleButton .btn {
  height: 33px;
  width: 33px;
  padding: 0 8px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .sc .sc-navigationPanelToggleButton {
    display: inline-block !important;
  }
  .sc .sc-globalHeader .sc-navigationPanelToggleButton {
    margin-left: 15px;
  }
}
.sc .sc-filtercontrol table {
  border-collapse: collapse;
  width: 100%;
}
.sc .sc-filtercontrol .sc-filterControl-panel {
  height: 100px;
  overflow-y: auto;
}
.sc .sc-filtercontrol .sc-filtercontrol-item:hover {
  background-color: #e3e3e3;
}
.sc .sc-filtercontrol table th {
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  line-height: 18px;
  font-weight: normal;
  color: #5e5e5e;
  font-size: 1em;
}
.sc .sc-filtercontrol table td {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #cccccc;
  vertical-align: top;
}
.sc .sc-filtercontrol table td label {
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: normal;
  margin-top: 2px;
}
.sc .sc-filtercontrol table td input[type='checkbox'] {
  margin: 0;
  vertical-align: middle;
}
.sc .sc-filtercontrol table td span {
  vertical-align: middle;
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 15px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 15px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0);
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #969696;
  /* rgba fallback */
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #cccccc;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #969696;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url("/sitecore/shell/client/Speak/Assets/img/Speak/Common/mCustomScrollBar/mCSB_buttons.png");
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
