﻿/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0085BD;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004f71;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  /* transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0085BD;
}
.text-primary:hover {
  color: #00618a;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.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: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* transition */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-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;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-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-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;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-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-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;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  /* box-shadow */
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #0085BD;
  border-color: #0073a4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #006894;
  border-color: #004866;
}
.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: #0085BD;
  border-color: #0073a4;
}
.btn-primary .badge {
  color: #0085BD;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #0085BD;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-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: #004f71;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  /* transition */
  -webkit-transition: opacity 0.15s linear;
  -moz-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;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  /* transition */
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  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: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0085BD;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.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 {
    right: 0;
    left: 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: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  /* box-shadow */
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0085BD;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  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: 4px;
}
.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: 4px 4px 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0085BD;
}
.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: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    /* box-shadow */
    -webkit-box-shadow: none;
    -moz-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-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@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: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #999999;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0085BD;
  border-color: #0085BD;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0085BD;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00618a;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
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: #0085BD;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.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: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  /* transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-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 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0085BD;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0085BD;
  /* box-shadow */
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  /* transition */
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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 {
  /* animation */
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0085BD;
  border-color: #0085BD;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #8adcff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody: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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0085BD;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0085BD;
  border-color: #0085BD;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0085BD;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0085BD;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  /* box-shadow */
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    /* box-shadow */
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  /* box-shadow */
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  /* transition */
  -webkit-transition: 0.6s ease-in-out left;
  -moz-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 {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  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: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  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: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'SourceSansProLight';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/SourceSansPro-Light-webfont.eot');
  src: url('../fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Light-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Light-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
}
@font-face {
  font-family: 'SourceSansProRegular';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/SourceSansPro-Regular-webfont.eot');
  src: url('../fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
}
@font-face {
  font-family: 'SourceSansProSemibold';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/SourceSansPro-Semibold-webfont.eot');
  src: url('../fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Semibold-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Semibold-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');
}
@font-face {
  font-family: 'SourceSansProBold';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/SourceSansPro-Bold-webfont.eot');
  src: url('../fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Bold-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');
}
body {
  color: #494748;
  font-family: Arial, sans-serif;
}
.bold {
  font-family: 'SourceSansProBold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.semi {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.reg {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.light {
  font-family: 'SourceSansProLight', sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3 {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #262526;
  font-size: 27px;
  margin: 0 0 20px 0;
}
h4 {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #494748;
  font-size: 21px;
  margin: 0 0 5px 0;
}
h5 {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #494748;
  font-size: 18px;
  margin: 0 0 5px 0;
}
h3 .subheading,
h4 .subheading,
h5 .subheading {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-left: 15px;
}
.heading-two {
  display: block;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  color: #494748;
}
.heading {
  margin: 20px 0 0 0;
}
a {
  color: #0085BD;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.back {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #c0202c;
  background-image: url("../img/chevron-left.png");
  background-position: 5px 30%;
  background-repeat: no-repeat;
  margin-left: -5px;
  padding-left: 21px;
  padding-right: 5px;
  -moz-transition: background-position 0.2s;
  -webkit-transition: background-position 0.2s;
  transition: background-position 0.2s;
  outline: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .back {
    background-image: url("../img/chevron-left-2x.png");
    background-size: 10px 19px;
  }
}
.back:hover {
  background-position: 0px 30%;
}
.btn {
  text-shadow: none;
  text-decoration: none;
  padding: 7px 16px 4px;
  line-height: calc(20/15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  transition: padding-left 0.2s, width 0.2s, border-color 0.2s, background 0.2s;
}
.btn.disabled,
.btn[disabled] {
  border-color: #C0BFBF;
}
.btn-small {
  padding: 6px 10px;
  height: 22px;
  font-size: 12px;
  line-height: 12px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  border: none;
}
.btn-img {
  padding: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.hexagon-button {
  position: relative;
  background: none;
  border: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
}
.hexagon-button:hover {
  text-decoration: none;
}
.hexagon-button .button-right,
.hexagon-button .button-left {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
}
.hexagon-button .button-left {
  left: 0px;
  background-image: url("../img/buttonLeft.png");
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hexagon-button .button-left {
    background-image: url("../img/buttonLeft_x2.png");
    background-size: 15px 40px;
  }
}
.hexagon-button .button-right {
  right: 0px;
  background-image: url("../img/buttonRight.png");
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hexagon-button .button-right {
    background-image: url("../img/buttonRight_x2.png");
    background-size: 40px 15px;
  }
}
.hexagon-button .button-content {
  display: block;
  padding: 0 10px;
  background-color: #C0202C;
  color: #FFFFFF;
  font-weight: bold;
}
.btn-red {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  background: none;
  filter: none;
  background-color: #0085BD;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-color: #000000;
  background-color: #0077a9;
  background-image: -moz-linear-gradient(top, #0085BD, #00618a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0085BD), to(#00618a));
  background-image: -webkit-linear-gradient(top, #0085BD, #00618a);
  background-image: -o-linear-gradient(top, #0085BD, #00618a);
  background-image: linear-gradient(to bottom, #0085BD, #00618a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0085bd', endColorstr='#ff00618a', GradientType=0);
  background-position: 7px 50%;
  color: #FFF;
}
.btn-red:hover,
.btn-red:focus {
  background-color: #006894;
  background-image: -moz-linear-gradient(top, #0085BD, #003d57);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0085BD), to(#003d57));
  background-image: -webkit-linear-gradient(top, #0085BD, #003d57);
  background-image: -o-linear-gradient(top, #0085BD, #003d57);
  background-image: linear-gradient(to bottom, #0085BD, #003d57);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0085bd', endColorstr='#ff003d57', GradientType=0);
  /* box-shadow */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.200), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.200), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.200), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  color: #FFF;
}
.btn-red:focus {
  outline: none;
  /* box-shadow */
  -webkit-box-shadow: 0 0px 5px 1px rgba(16, 143, 207, 0.9), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  -moz-box-shadow: 0 0px 5px 1px rgba(16, 143, 207, 0.9), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  box-shadow: 0 0px 5px 1px rgba(16, 143, 207, 0.9), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
}
.btn-red:active {
  background-color: #0085bd;
  background-image: -moz-linear-gradient(top, #0085BD, #0085BD);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0085BD), to(#0085BD));
  background-image: -webkit-linear-gradient(top, #0085BD, #0085BD);
  background-image: -o-linear-gradient(top, #0085BD, #0085BD);
  background-image: linear-gradient(to bottom, #0085BD, #0085BD);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0085bd', endColorstr='#ff0085bd', GradientType=0);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-red.disabled,
.btn-red[disabled],
.btn-red.partially-disabled {
  background-image: none;
  background-color: #E1E1E1;
  color: #AEAEAE !important;
  text-shadow: none;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  border-color: #C0BFBF !important;
}
.btn-red.btn-status-saved {
  border-color: #083e7c;
  background-color: #1663bb;
  background-image: -moz-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c6bc3), to(#0c56af));
  background-image: -webkit-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: -o-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: linear-gradient(to bottom, #1c6bc3, #0c56af);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c6bc3', endColorstr='#ff0c56af', GradientType=0);
  padding-left: 30px;
  background-image: url("../img/tick-white.png");
  background-repeat: no-repeat;
  background-position: 7px 50%;
}
.btn-red.btn-status-saving {
  border-color: #083e7c;
  background-color: #1663bb;
  background-image: -moz-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c6bc3), to(#0c56af));
  background-image: -webkit-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: -o-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: linear-gradient(to bottom, #1c6bc3, #0c56af);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c6bc3', endColorstr='#ff0c56af', GradientType=0);
  padding-left: 30px;
  background-image: url("../img/spinnerlight.gif");
  background-repeat: no-repeat;
  background-position: 7px 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-red.btn-status-saving {
    background-image: url("../img/spinnerlight_x2.gif");
    background-size: 16px 16px;
  }
}
.btn-red.btn-status-saving[disabled] {
  color: #ffffff !important;
  opacity: 1;
}
.btn-silver {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  background: none;
  filter: none;
  background-color: #FFFFFF;
  text-shadow: 0 1px 0px #ffffff;
  border-color: #C0BFBF;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #FDFDFD, #EFEFEF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDFDFD), to(#EFEFEF));
  background-image: -webkit-linear-gradient(top, #FDFDFD, #EFEFEF);
  background-image: -o-linear-gradient(top, #FDFDFD, #EFEFEF);
  background-image: linear-gradient(to bottom, #FDFDFD, #EFEFEF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffefefef', GradientType=0);
  color: #4A4949;
}
.btn-silver:hover,
.btn-silver:focus {
  border-color: #C0BFBF;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #FFFFFF, #F8F7F7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F8F7F7));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F8F7F7);
  background-image: -o-linear-gradient(top, #FFFFFF, #F8F7F7);
  background-image: linear-gradient(to bottom, #FFFFFF, #F8F7F7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f7f7', GradientType=0);
  /* box-shadow */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.100), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.100), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.100), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  color: #4A4949;
}
.btn-silver:focus {
  outline: none;
  /* box-shadow */
  -webkit-box-shadow: 0 0px 6px 0px rgba(16, 143, 207, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  -moz-box-shadow: 0 0px 6px 0px rgba(16, 143, 207, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  box-shadow: 0 0px 6px 0px rgba(16, 143, 207, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
}
.btn-silver:active {
  border-color: #C0BFBF;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #E8E7E7, #FDFDFD);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E8E7E7), to(#FDFDFD));
  background-image: -webkit-linear-gradient(top, #E8E7E7, #FDFDFD);
  background-image: -o-linear-gradient(top, #E8E7E7, #FDFDFD);
  background-image: linear-gradient(to bottom, #E8E7E7, #FDFDFD);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e7e7', endColorstr='#fffdfdfd', GradientType=0);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-silver.disabled,
.btn-silver[disabled] {
  background-image: none;
  background-color: #F1F1F1;
  color: #AEAEAE !important;
  text-shadow: none;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
}
.btn-black {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  background-color: #111111;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-color: #282727;
  background-color: #2a2a2a;
  background-image: -moz-linear-gradient(top, #454545, #010101);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#010101));
  background-image: -webkit-linear-gradient(top, #454545, #010101);
  background-image: -o-linear-gradient(top, #454545, #010101);
  background-image: linear-gradient(to bottom, #454545, #010101);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff454545', endColorstr='#ff010101', GradientType=0);
  color: #FFF;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #bf434d;
  color: #FFF;
}
.btn-black.disabled,
.btn-black[disabled] {
  background-color: #E6E6E6;
  color: #333333 !important;
  text-decoration: none !important;
}
.btn-link {
  color: #0085BD;
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
}
.btn-grey {
  background: none;
  filter: none;
  background-color: #555555;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}
.btn-grey:hover,
.btn-grey:focus {
  background-color: #6f6f6f;
  color: #FFF;
}
.btn-grey.disabled,
.btn-grey[disabled] {
  background-color: #E6E6E6;
  color: #333333 !important;
  text-decoration: none !important;
}
.btn-white {
  border: 1px solid #000;
  border-radius: 3px;
  background: no-repeat;
  filter: none;
  background-color: #FFFFFF;
  text-shadow: none;
  box-shadow: none;
  color: #000000;
}
.btn-add {
  padding-left: 30px;
  background: url("../img/icon-plus.png") 13px center no-repeat transparent;
}
.btn-add-small {
  padding-left: 30px;
  background: url("../img/icon-plus.png") 13px center no-repeat transparent;
  height: 30px;
  width: 30px;
  padding: 0;
  background: url("../img/sprite.png") 10px -1219px no-repeat #c0202c;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.btn-add-medium {
  padding-left: 30px;
  background: url("../img/icon-plus.png") 13px center no-repeat transparent;
  height: 30px;
  width: 30px;
  padding: 0;
  background: url("../img/sprite.png") 10px -1219px no-repeat #c0202c;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  height: 42px;
  width: 50px;
  background-position: 20px -1213px;
}
.btn-add-group {
  display: block;
  float: right;
}
.btn-action-left {
  margin-right: 20px;
}
.btn-action-right {
  margin-left: 20px;
}
.btn-action-img {
  padding-left: 5px;
}
.btn-action-img-disabled {
  padding-left: 5px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@-webkit-keyframes spinanim {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
@-moz-keyframes spinanim {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
@keyframes spinanim {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
.btn.cmd:before {
  content: "";
  width: 0;
  height: 20px;
  opacity: 0;
  display: inline-block;
  transition: opacity 0.1s, width 0.1s;
  margin: -5px 6px -5px -9px;
}
.btn.cmd.cmd-waiting {
  border-color: #083e7c;
  background-color: #1663bb;
  background-image: -moz-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c6bc3), to(#0c56af));
  background-image: -webkit-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: -o-linear-gradient(top, #1c6bc3, #0c56af);
  background-image: linear-gradient(to bottom, #1c6bc3, #0c56af);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c6bc3', endColorstr='#ff0c56af', GradientType=0);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.btn.cmd.cmd-waiting[disabled] {
  color: #ffffff !important;
  opacity: 1;
}
.btn.cmd.cmd-waiting:before {
  opacity: 1;
  width: 20px;
  background-image: url("../img/spinlight.png");
  background-repeat: no-repeat;
  -webkit-animation: spinanim 0.8s steps(19, end) infinite;
  -moz-animation: spinanim 0.8s steps(19, end) infinite;
  animation: spinanim 0.8s steps(19, end) infinite;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn.cmd.cmd-waiting:before {
    background-image: url("../img/spinlight_x2.png");
    background-size: 20px 380px;
  }
}
.act {
  min-width: 18px;
  min-height: 18px;
  display: inline-block;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.act:not(:empty) {
  padding-right: 22px;
  background-position: right center;
}
.act:focus {
  outline: none;
}
.act:hover {
  opacity: 1;
}
.act.disabled,
.act[disabled] {
  opacity: 0.4;
}
.act-add-respondent {
  min-width: 26px;
  background-image: url("../img/AddRespondent_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-add-respondent {
    background-image: url("../img/AddRespondent_small_x2.png");
    background-size: 26px 18px;
  }
}
.act-edit {
  background-image: url("../img/edit.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-edit {
    background-image: url("../img/edit_x2.png");
    background-size: 18px 18px;
  }
}
.act-edit-white {
  opacity: 1;
  background-image: url("../img/edit_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-edit-white {
    background-image: url("../img/edit_white_x2.png");
    background-size: 18px 18px;
  }
}
.act-delete {
  background-image: url("../img/delete.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-delete {
    background-image: url("../img/delete_x2.png");
    background-size: 18px 18px;
  }
}
.act-rubbishbin {
  background-image: url("../img/rubbishbin.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-rubbishbin {
    background-image: url("../img/rubbishbin_x2.png");
    background-size: 18px 18px;
  }
}
.act-user-disabled {
  background-image: url("../img/user_enabled.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-user-disabled {
    background-image: url("../img/user_enabled_x2.png");
    background-size: 18px 18px;
  }
}
.act-user-enabled {
  background-image: url("../img/user_disabled.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-user-enabled {
    background-image: url("../img/user_disabled_x2.png");
    background-size: 18px 18px;
  }
}
.act-help {
  background-image: url("../img/help.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-help {
    background-image: url("../img/help_x2.png");
    background-size: 18px 18px;
  }
}
.act-mail {
  min-width: 22px;
  background-image: url("../img/mail.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-mail {
    background-image: url("../img/mail_x2.png");
    background-size: 18px 20px;
  }
}
.act-security {
  background-image: url("../img/security.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-security {
    background-image: url("../img/security_x2.png");
    background-size: 18px 18px;
  }
}
.act-copy {
  min-width: 22px;
  background-image: url("../img/copy.png");
}
.act-copy:not(:empty) {
  padding-right: 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-copy {
    background-image: url("../img/copy_x2.png");
    background-size: 22px 18px;
  }
}
.act-copied {
  min-width: 22px;
  background-image: url("../img/copied.png");
}
.act-copied:not(:empty) {
  padding-right: 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-copied {
    background-image: url("../img/copied_x2.png");
    background-size: 22px 18px;
  }
}
.act-copyall {
  min-width: 22px;
  background-image: url("../img/copyall.png");
}
.act-copyall:not(:empty) {
  padding-right: 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-copyall {
    background-image: url("../img/copyall_x2.png");
    background-size: 22px 18px;
  }
}
.act-copiedall {
  min-width: 22px;
  background-image: url("../img/copiedall.png");
}
.act-copiedall:not(:empty) {
  padding-right: 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-copiedall {
    background-image: url("../img/copiedall_x2.png");
    background-size: 22px 18px;
  }
}
.act-permissions {
  background-image: url("../img/permissions.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-permissions {
    background-image: url("../img/permissions_x2.png");
    background-size: 18px 18px;
  }
}
.act-resend {
  background-image: url("../img/resend.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-resend {
    background-image: url("../img/resend_x2.png");
    background-size: 18px 18px;
  }
}
.act-viewnotification {
  background-image: url("../img/viewnotification.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-viewnotification {
    background-image: url("../img/viewnotification_x2.png");
    background-size: 18px 18px;
  }
}
.act-debounce {
  background-image: url("../img/spinnerdark.gif");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-debounce {
    background-image: url("../img/spinnerdark_x2.gif");
    background-size: 16px 16px;
  }
}
/* apply a natural box layout model to all elements */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
html,
body {
  height: 100%;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -75px;
}
#wrap > .container {
  width: 100%;
  margin-bottom: 15px;
}
#push,
#footer {
  height: 75px;
}
.main-container {
  padding: 20px;
}
body {
  border-top: 6px solid #0085BD;
}
.container {
  width: 940px;
  padding-left: 0;
  padding-right: 0;
}
.main-container {
  padding: 20px;
}
header {
  min-height: 90px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f6f6f6;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #FFFFFF, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F5F5F5);
  background-image: -o-linear-gradient(top, #FFFFFF, #F5F5F5);
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
}
header .container {
  position: relative;
}
header h1 {
  color: #FFF;
  font-size: 1.5em;
  font-family: 'SourceSansProLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.03em;
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header h2 {
  position: absolute;
  display: block;
  width: 940px;
  margin: 0;
  padding: 9px 20px 4px;
  color: #262526;
  background-color: #dedede;
  font-size: 1.929em;
  font-family: 'SourceSansProLight', sans-serif;
  font-weight: normal;
  font-style: normal;
}
footer {
  font-size: 12px;
}
footer .footer-top {
  height: 25px;
}
footer .footer-top .info {
  font-size: 11px;
  color: #BBBBBB;
  text-align: center;
}
footer .footer-bottom {
  height: 50px;
  border-bottom: 6px solid #0085BD;
  background-color: #262526;
}
footer .footer-bottom .social {
  float: left;
  width: 185px;
  padding: 7px 0 0 0 !important;
}
footer .footer-bottom .social .social-icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 7px;
}
footer .footer-bottom .social .social-icon.icon-youtube {
  background-image: url("../img/social-youtube.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-bottom .social .social-icon.icon-youtube {
    background-image: url("../img/social-youtube_x2.png");
    background-size: 30px 30px;
  }
}
footer .footer-bottom .social .social-icon.icon-twitter {
  background-image: url("../img/social-twitter.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-bottom .social .social-icon.icon-twitter {
    background-image: url("../img/social-twitter_x2.png");
    background-size: 30px 30px;
  }
}
footer .footer-bottom .social .social-icon.icon-googleplus {
  background-image: url("../img/social-googleplus.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-bottom .social .social-icon.icon-googleplus {
    background-image: url("../img/social-googleplus_x2.png");
    background-size: 30px 30px;
  }
}
footer .footer-bottom .social .social-icon.icon-linkedin {
  background-image: url("../img/social-linkedin.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-bottom .social .social-icon.icon-linkedin {
    background-image: url("../img/social-linkedin_x2.png");
    background-size: 30px 30px;
  }
}
footer .footer-bottom .social .social-icon.icon-email {
  background-image: url("../img/social-email-2.png");
  filter: hue-rotate(180deg) brightness(130%);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-bottom .social .social-icon.icon-email {
    background-image: url("../img/social-email-2_x2.png");
    background-size: 30px 30px;
  }
}
footer .footer-bottom .info {
  margin-left: 185px;
  margin-right: 185px;
  text-align: center;
  padding: 14px 0 0 0 !important;
  color: #FFFFFF;
}
footer .footer-bottom .info a {
  color: #FFFFFF;
}
footer .footer-bottom .links {
  float: right;
  width: auto;
  padding: 14px 0 0 0 !important;
  text-align: right;
}
footer .footer-bottom .links a {
  margin-left: 10px;
  text-decoration: underline;
  color: #FFFFFF;
}
footer .footer-contents {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.header-actions {
  margin-bottom: 10px;
}
.header-actions .actions {
  float: left !important;
}
.header-actions .actions > * {
  margin-right: 15px;
}
.header-actions .search {
  float: right !important;
}
.header-actions .search > * {
  margin-left: 15px;
}
.header-actions:before,
.header-actions:after {
  content: " ";
  display: table;
}
.header-actions:after {
  clear: both;
}
.header-actions:before,
.header-actions:after {
  content: " ";
  display: table;
}
.header-actions:after {
  clear: both;
}
.title-actions {
  float: right !important;
}
.title-actions .actions {
  float: right !important;
  overflow: visible;
}
.title-actions .actions > * {
  margin-left: 15px;
}
.title-actions:before,
.title-actions:after {
  content: " ";
  display: table;
}
.title-actions:after {
  clear: both;
}
.title-actions:before,
.title-actions:after {
  content: " ";
  display: table;
}
.title-actions:after {
  clear: both;
}
.title-actions + h3 {
  margin-top: 5px;
}
.title-actions + h4 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.bottom-actions .actions {
  float: right !important;
}
.bottom-actions:before,
.bottom-actions:after {
  content: " ";
  display: table;
}
.bottom-actions:after {
  clear: both;
}
.bottom-actions:before,
.bottom-actions:after {
  content: " ";
  display: table;
}
.bottom-actions:after {
  clear: both;
}
.centre {
  margin-left: auto;
  margin-right: auto;
}
.indent {
  margin-left: 0;
}
.centre {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.modal .large .modal-dialog {
  width: 940px;
}
.modal .modal-header {
  background-color: #F0F0F0;
  border-bottom-color: #bebebe;
}
.modal .modal-header h5 {
  margin-bottom: 0;
  color: #262526;
}
.modal .modal-header .close {
  width: 12px;
  height: 12px;
  opacity: 0.8;
  background-image: url("../img/close_modal.png");
  margin-top: 3px;
  margin-right: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .modal .modal-header .close {
    background-image: url("../img/close_modal_x2.png");
    background-size: 12px 12px;
  }
}
.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  opacity: 1;
}
.modal .modal-footer {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.modal .modal-content {
  box-shadow: none;
  border: 8px solid #535353;
  border-radius: 12px;
  overflow: hidden;
}
.loading-indicator {
  position: relative;
  z-index: 99;
  height: 0px;
}
.loading-indicator .indicator {
  width: 100px;
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.login .main-container {
  margin-bottom: -90px;
}
.dialing-flag-inline {
  white-space: nowrap;
}
.dialing-flag-inline img {
  border-radius: 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 1px;
  margin-top: -1px;
  margin-right: 3px;
  max-width: 1.5em;
  max-height: 1.2em;
}
.browser-warning {
  background-color: #DF8611;
  color: white;
  padding: 10px;
  text-align: center;
}
.browser-warning a {
  color: #F0F0F0;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar .navbar-inner {
  padding: 0;
  border: none;
  background: none;
  background-color: transparent;
  box-shadow: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.navbar .navbar-inner .container .nav {
  margin: 0;
}
.navbar .navbar-inner .container .nav > li > a {
  padding: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.navbar.navbar-top {
  line-height: normal;
  min-height: 0;
}
.navbar.navbar-top .navbar-inner {
  min-height: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.navbar.navbar-top .navbar-inner .container {
  position: relative;
  padding-top: 16px;
}
.navbar.navbar-top .navbar-inner .container .brand {
  left: -240px;
  top: 30px;
  position: absolute;
  width: 220px;
  height: 39px;
  margin: 0 0 16px 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../img/logo-small.png?v=7247209633233775");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar.navbar-top .navbar-inner .container .brand {
    background-image: url("../img/logo-small_x2.png?v=11037513607246319");
    background-size: 220px 39px;
  }
}
.navbar.navbar-top .navbar-inner .container .account {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar.navbar-top .navbar-inner .container .account li {
  display: block;
  float: left;
  padding: 10px 18px;
  margin-left: 4px;
  text-transform: uppercase;
  color: #262526;
  font-size: 1.071em;
  letter-spacing: 0.03em;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.navbar.navbar-top .navbar-inner .container .account .account-act {
  background-color: #0085BD;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.navbar.navbar-top .navbar-inner .container .account .account-act a {
  color: #FFFFFF;
}
.navbar.navbar-top .navbar-inner .container .account .welcome,
.navbar.navbar-top .navbar-inner .container .account .seperator,
.navbar.navbar-top .navbar-inner .container .account .company,
.navbar.navbar-top .navbar-inner .container .account .chooseCompany,
.navbar.navbar-top .navbar-inner .container .account .spacer {
  padding: 8px 0px;
  text-transform: none;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.navbar.navbar-top .navbar-inner .container .account .company {
  max-width: 140px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.navbar.navbar-top .navbar-inner .container .account .spacer {
  width: 10px;
}
.navbar.navbar-sub .navbar-inner {
  min-height: 0;
  filter: none;
}
.navbar.navbar-sub .navbar-inner .container {
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: -1px;
  background-color: transparent;
}
.navbar.navbar-sub .navbar-inner .container .btn-tab {
  margin-top: 0px;
  width: 155px;
  padding: 8px 15px 3px 15px;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  background: none;
  background-color: #515151;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  letter-spacing: 0.03em;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.navbar.navbar-sub .navbar-inner .container .btn-tab.active {
  border-bottom: 0;
  padding: 8px 15px 4px 15px;
  background-color: #0085BD;
}
.navbar.navbar-sub .navbar-inner .container .btn-nav-right {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  background-color: #111111;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-color: #282727;
  background-color: #2a2a2a;
  background-image: -moz-linear-gradient(top, #454545, #010101);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#010101));
  background-image: -webkit-linear-gradient(top, #454545, #010101);
  background-image: -o-linear-gradient(top, #454545, #010101);
  background-image: linear-gradient(to bottom, #454545, #010101);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff454545', endColorstr='#ff010101', GradientType=0);
  color: #FFF;
  float: right;
  margin: 7px 7px 0 0;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar.navbar-sub .navbar-inner .container .btn-nav-right:hover,
.navbar.navbar-sub .navbar-inner .container .btn-nav-right:focus {
  background-color: #bf434d;
  color: #FFF;
}
.navbar.navbar-sub .navbar-inner .container .btn-nav-right.disabled,
.navbar.navbar-sub .navbar-inner .container .btn-nav-right[disabled] {
  background-color: #E6E6E6;
  color: #333333 !important;
  text-decoration: none !important;
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper {
  position: relative;
  height: 42px;
  background-color: #0085BD;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper h1 {
  line-height: 30px;
  float: right;
  margin: 8px 15px 0;
  font-size: 1.286em;
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper:first-child {
  margin-top: 32px;
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li {
  display: inline-block;
  background-image: url("../img/bullet.png");
  background-position: center right;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li {
    background-image: url("../img/bullet_x2.png");
    background-size: 3px 3px;
  }
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li a {
  padding: 11px 20px 12px 12px;
  color: #FFF;
  text-decoration: none;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li a:hover,
.navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li a:focus {
  text-decoration: underline;
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li.active a {
  text-decoration: underline;
  background-image: url("../img/navarrow.png");
  background-position: center 36px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li.active a {
    background-image: url("../img/navarrow_x2.png");
    background-size: 14px 7px;
  }
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li:first-child a {
  padding: 11px 20px 12px 20px;
}
.navbar.navbar-sub .navbar-inner .container .nav-wrapper .nav li:last-child {
  background: none;
}
@media (max-width: 1470px) {
  .navbar.navbar-top .navbar-inner .container .brand {
    left: -60px;
    width: 42px;
    top: 26px;
    height: 42px;
    background-image: url("../img/icon.png?v=7865921764615917");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1470px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1470px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1470px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1470px), only screen and (min-resolution: 192dpi) and (max-width: 1470px), only screen and (min-resolution: 2dppx) and (max-width: 1470px) {
  .navbar.navbar-top .navbar-inner .container .brand {
    background-image: url("../img/icon_x2.png?v=141508691547777");
    background-size: 42px 42px;
  }
}
.ie7 .dropdown-menu * {
  behavior: none;
}
.dropdown-group {
  display: block;
  float: left;
  margin-left: 70px;
}
.ie8 .dropdown-group,
.ie7 .dropdown-group {
  margin-left: 60px;
}
.dropdown-group .dropdown-title {
  display: block;
  float: left;
  margin: 7px 10px 0;
  font-family: 'SourceSansProLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #494748;
  font-size: 1.286em;
}
.dropdown-group .dropdown-toggle {
  display: inline-block;
  width: 260px;
  height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
  color: #494748;
  padding: 5px 20px 0;
  font-size: 1.071em;
}
.dropdown-group .dropdown-toggle:hover,
.dropdown-group .dropdown-toggle:focus {
  text-decoration: none;
}
.dropdown-group .dropdown-toggle .caret {
  border: none;
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  background: url("../img/sprite.png") 0 -1110px no-repeat transparent;
}
.ie7 .dropdown-group .dropdown-toggle .caret {
  position: relative;
  top: -20px;
}
.dropdown-group .dropdown-menu {
  padding: 0;
  margin: 0;
  border-top: none;
  min-width: 260px;
  left: 69px;
  top: 33px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.ie8 .dropdown-group .dropdown-menu {
  min-width: 258px;
  left: 71px;
}
.ie7 .dropdown-group .dropdown-menu {
  left: 71px;
}
.dropdown-group .dropdown-menu li a {
  padding: 6px 20px 8px;
}
.dropdown-group .dropdown-menu li a:hover,
.dropdown-group .dropdown-menu li a:focus {
  background: none;
  background-color: #EFEFEF;
  color: #494748;
}
.dropdown-group .dropdown-menu li.last a {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.dropdown-group.open .dropdown-toggle {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.dropdown-group.open .dropdown-toggle .caret {
  background-position: 0 -1153px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.main-container .nav-tabs {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-tabs li {
  margin-right: 10px;
  margin-bottom: -2px;
  border-top: 6px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.nav-tabs li:hover,
.nav-tabs li:focus {
  border-top: 6px solid #0085BD;
}
.nav-tabs li > a {
  margin: 0;
  text-transform: uppercase;
  padding: 5px 20px 2px;
  color: #262526;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.03em;
}
.nav-tabs li > a:hover,
.nav-tabs li > a:focus {
  text-decoration: underline;
  background: none;
}
.nav-tabs li.active {
  margin-bottom: -2px;
  border-top: 6px solid #0085BD;
  border-bottom: 1px solid #FFF;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.nav-tabs li.active > a,
.nav-tabs li.active > a:hover,
.nav-tabs li.active > a:focus {
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #262526;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-panels .accordion-group {
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion-panels .accordion-group .accordion-heading {
  background-color: #f5f5f5;
}
.accordion-panels .accordion-group .accordion-heading .accordion-toggle {
  padding: 13px 20px;
  color: #c0202c;
  background: url("../img/accordion-toggle.png") right 16px no-repeat transparent;
  font-size: 1.071em;
}
.accordion-panels .accordion-group .accordion-heading .accordion-toggle.collapsed {
  background: url("../img/accordion-toggle.png") right -61px no-repeat transparent;
}
.accordion-panels .accordion-group .accordion-body .accordion-inner {
  padding: 0;
}
.accordion-panels .accordion-group .accordion-body .accordion-inner .table-summary {
  width: 704px;
  margin: 15px;
}
.accordion-panels.session-panels .accordion-group .accordion-heading.type1 {
  background: url("../img/session-type1.png") 12px center no-repeat #f5f5f5;
}
.accordion-panels.session-panels .accordion-group .accordion-heading.type2 {
  background: url("../img/session-type2.png") 12px center no-repeat #f5f5f5;
}
.accordion-panels.session-panels .accordion-group .accordion-heading .accordion-toggle {
  color: #515151;
  padding: 13px 60px;
}
.section-wrapper {
  list-style: none;
  margin: 0;
}
.section-wrapper .section-item {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.2) inset;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section-wrapper .section-item .section-title {
  display: block;
  font-size: 1.286em;
  font-weight: bold;
  color: #c0202c;
  margin: 10px 20px 0;
}
.section-wrapper .section-item .section-subtitle {
  display: block;
  font-size: 0.786em;
  color: #515151;
  margin: 0 20px 5px;
}
.section-wrapper .section-item.placeholder {
  background-color: transparent;
  height: 100px;
  border: 1px dashed #c0202c;
}
.section-wrapper .section-item.new .section-title {
  font-size: 1.071em;
  color: #515151;
  margin: 10px 20px;
}
.section-wrapper .section-item.new .control-label {
  margin-bottom: 0;
}
.section-wrapper .section-item.new input[type="text"] {
  display: block;
  float: left;
  width: 228px;
  height: 42px;
  margin: 0 0 10px 10px;
  padding: 3px 10px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-right: none;
}
.section-wrapper .section-item.new .btn-add-medium {
  display: block;
  float: left;
}
.section-wrapper .section-item .activity-wrapper {
  list-style: none;
  margin: 0;
  border-top: 1px solid #dedede;
  box-shadow: 0px 1px 0px #FFF inset;
}
.section-wrapper .section-item .activity-wrapper .activity-item {
  font-size: 1.071em;
  color: #c0202c;
  margin: 5px 10px;
  padding: 5px 10px;
}
.section-wrapper .section-item .activity-wrapper .activity-item.last {
  margin-bottom: 0;
}
.section-wrapper .section-item .activity-wrapper .activity-item.placeholder {
  height: 30px;
  border: 1px dashed #c0202c;
}
.section-wrapper .section-item .activity-wrapper .activity-item.ui-sortable-helper,
.section-wrapper .section-item .activity-wrapper .activity-item:hover,
.section-wrapper .section-item .activity-wrapper .activity-item:focus {
  background-color: #FFF;
  border-bottom: 1px solid #dedede;
  padding: 5px 10px 4px;
}
.section-wrapper .section-item .activity-wrapper .activity-item.new {
  padding: 0;
}
.section-wrapper .section-item .activity-wrapper .activity-item.new .control-label {
  margin: 0;
}
.section-wrapper .section-item .activity-wrapper .activity-item.new input[type="text"] {
  display: block;
  float: left;
  width: 248px;
  height: 30px;
  padding: 3px 10px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-right: none;
}
.section-wrapper .section-item .activity-wrapper .activity-item.new .btn-add-small {
  display: block;
  float: left;
}
.panel-options-wrapper {
  float: right;
  width: 100px;
}
.panel-options-wrapper .panel-options {
  margin: 15px 0 0;
}
.panel-options-wrapper .panel-options li {
  display: block;
  list-style: none;
}
.panel-options-wrapper .panel-options li a {
  display: block;
  padding: 6px 10px 0 0;
  color: #c0202c;
  border-bottom: 1px solid #dedede;
  font-size: 1.071em;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.panel-options-wrapper .panel-options li a:hover,
.panel-options-wrapper .panel-options li a:focus {
  text-decoration: none;
  border-bottom-color: #c0202c;
  background-color: #F5F5F5;
}
.panel-signup {
  float: right;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.panel-login {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.panel-login {
  float: none;
}
.panel-signup {
  height: 300px;
}
.panel-signup.open {
  height: 500px;
}
.panel-login,
.panel-signup {
  margin-left: 20px;
  margin-top: 14px;
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s;
  background-color: #494949;
}
.ie7 .panel-login,
.ie7 .panel-signup {
  behavior: none;
}
.panel-login.open,
.panel-signup.open {
  background-color: #f8f8f8;
  border: thin solid #E0E0E0;
  border-radius: 4px;
  box-shadow: 0px 4.5px 3.6px rgba(0, 0, 0, 0.007), 0px 12.5px 10px rgba(0, 0, 0, 0.01), 0px 30.1px 24.1px rgba(0, 0, 0, 0.013), 0px 100px 80px rgba(0, 0, 0, 0.02);
}
.panel-login.open .content-closed,
.panel-signup.open .content-closed {
  display: none;
}
.panel-login.open .content-open,
.panel-signup.open .content-open {
  display: block;
}
.panel-login.open .panel-inner,
.panel-signup.open .panel-inner {
  color: #515151;
}
.panel-login.open .panel-inner a,
.panel-signup.open .panel-inner a {
  color: #515151;
}
.panel-login .form-horizontal .controls input[type="checkbox"],
.panel-signup .form-horizontal .controls input[type="checkbox"] {
  margin-top: 4px;
}
.panel-login .form-horizontal .control-label,
.panel-signup .form-horizontal .control-label {
  float: none;
}
.panel-login .form-horizontal .validation-error,
.panel-signup .form-horizontal .validation-error {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 25%;
  height: auto;
}
.panel-login .form-horizontal .validation-error .field-validation-error,
.panel-signup .form-horizontal .validation-error .field-validation-error {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-color: #BC2328;
  color: #BC2328;
  box-shadow: none;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: transparent;
}
.panel-login .form-horizontal .form-control,
.panel-signup .form-horizontal .form-control {
  border-color: #CBCBCB;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.panel-login .form-horizontal .form-control.input-validation-error,
.panel-signup .form-horizontal .form-control.input-validation-error {
  border-color: #BC2328;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #CBCBCB;
}
.panel-login .form-horizontal input[type="submit"],
.panel-signup .form-horizontal input[type="submit"],
.panel-login .form-horizontal button[type="submit"],
.panel-signup .form-horizontal button[type="submit"] {
  float: right;
}
.panel-login .content-closed,
.panel-signup .content-closed {
  margin: 20px 20px;
  display: block;
  width: 170px;
}
.panel-login .content-open,
.panel-signup .content-open {
  margin: 20px 30px;
  display: none;
}
.panel-login .panel-inner,
.panel-signup .panel-inner {
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.panel-login .panel-inner a,
.panel-signup .panel-inner a {
  color: #FFFFFF;
  text-decoration: underline;
}
.panel-login h2,
.panel-signup h2 {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
  margin: 0;
  color: #0085BD;
  border-bottom: 1px dashed #FFF;
  font-size: 22px;
  font-family: 'SourceSansProRegular', sans-serif;
}
.panel-login h2.header-login,
.panel-signup h2.header-login {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.panel-login h2.header-signup,
.panel-signup h2.header-signup {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.panel-login h2.header-changecompany,
.panel-signup h2.header-changecompany {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.panel-changecompany {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.row-login-signup,
.row-changecompany {
  margin-left: -40px;
  margin-right: -20px;
  position: relative;
  top: -80px;
}
.splash {
  position: relative;
  text-align: center;
  padding: 65px 30px 150px 30px;
  border: 1px solid #DEDEDE;
  margin-bottom: 20px;
}
.splash.splash-shaded {
  background-color: #F5F5F5;
  border-radius: 2px;
}
.splash .splash-content {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  max-width: 550px;
  margin: auto;
}
.splash .splash-content h5 {
  font-size: 19px;
}
.splash .splash-content p {
  font-size: 17px;
}
.splash .splash-content .splash-icon {
  display: block;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 20px;
}
.splash .icon-respondents {
  background-image: url("../img/respondent.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-respondents {
    background-image: url("../img/respondent_x2.png");
    background-size: 40px 40px;
  }
}
.splash .icon-observers {
  background-image: url("../img/observer.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-observers {
    background-image: url("../img/observer_x2.png");
    background-size: 40px 40px;
  }
}
.splash .icon-moderators {
  background-image: url("../img/moderator.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-moderators {
    background-image: url("../img/moderator_x2.png");
    background-size: 40px 40px;
  }
}
.splash .icon-groups {
  background-image: url("../img/group.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-groups {
    background-image: url("../img/group_x2.png");
    background-size: 60px 40px;
  }
}
.splash .icon-reports {
  background-image: url("../img/reports.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-reports {
    background-image: url("../img/reports_x2.png");
    background-size: 40px 40px;
  }
}
.splash .icon-dashboard {
  background-image: url("../img/NoActivities.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-dashboard {
    background-image: url("../img/NoActivities_x2.png");
    background-size: 40px 40px;
  }
}
.splash .icon-recording {
  background-image: url("../img/recording.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-recording {
    background-image: url("../img/recording_x2.png");
    background-size: 40px 40px;
  }
}
.splash .icon-projects {
  background-image: url("../img/project.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-projects {
    background-image: url("../img/project_x2.png");
    background-size: 40px 40px;
  }
}
.splash .icon-snapshots {
  background-image: url("../img/snapshot.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-snapshots {
    background-image: url("../img/snapshot_x2.png");
    background-size: 40px 40px;
  }
}
.splash .icon-polls {
  background-image: url("../img/poll.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .icon-polls {
    background-image: url("../img/poll_x2.png");
    background-size: 40px 40px;
  }
}
.splash .splash-clickhere {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 15px;
  padding-top: 22px;
  background-image: url("../img/arrow-up.png");
  filter: hue-rotate(180deg) brightness(120%);
  background-position: 75% 0%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash .splash-clickhere {
    background-image: url("../img/arrow-up_x2.png");
    background-size: 18px 18px;
  }
}
.panel {
  border-top: 3px solid #c0202c;
  border-right: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  border-radius: 0;
}
.panel .panel-heading {
  border-bottom: 1px solid #D1D1D1;
}
.panel .panel-heading h4 {
  margin: 10px;
}
.panel .panel-body {
  padding: 10px;
}
.table {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #515151;
  font: normal 0.857em Arial, sans-serif;
}
.table > thead > tr > th {
  background-color: #E8E8E8;
  border-bottom: none;
  border-right: 1px solid #BDBEBF;
}
.table > thead > tr > th:last-child {
  border-right-color: #E8E8E8;
  border-top-right-radius: 2px;
}
.table > thead > tr > th:first-child {
  border-left: 1px solid #E8E8E8;
  border-top-left-radius: 2px;
}
.table > thead > tr > th.undo-delete {
  width: 88px;
}
.table > tbody > tr > td {
  background-color: #F2F2F2;
  border-top: 1px solid #BDBEBF;
  border-right: 1px solid #BDBEBF;
  border-left: 1px solid #BDBEBF;
}
.table > tbody > tr > td:first-child {
  border-left-color: #F2F2F2;
}
.table > tbody > tr > td:last-child {
  border-right-color: #F2F2F2;
}
.table > tbody > tr > td.selectable {
  cursor: pointer;
}
.table > tbody > tr:last-child > td {
  border-bottom: 1px solid transparent;
}
.table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 2px;
}
.table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 2px;
}
.table > tbody > tr:last-child.selected > td,
.table > tbody > tr:last-child.deleted > td {
  border-bottom: 1px solid #0085BD;
}
.table > tbody > tr.selected > td,
.table > tbody > tr.deleted > td {
  background-color: #FFFFFF;
  border-top-color: #0085BD;
}
.table > tbody > tr.selected > td:first-child,
.table > tbody > tr.deleted > td:first-child {
  border-left: 1px solid #0085BD;
}
.table > tbody > tr.selected > td:last-child,
.table > tbody > tr.deleted > td:last-child {
  border-right-color: #0085BD;
}
.table > tbody > tr.selected + tr > td,
.table > tbody > tr.deleted + tr > td {
  border-top-color: #0085BD;
}
.table > tbody > tr.deleted > td {
  text-decoration: line-through;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
.table > tbody > tr.deleted > td a {
  font: normal 12px Arial, sans-serif;
}
.table > tbody > tr.updated > td {
  background-color: #BDBEBF;
}
.table > tbody > tr > td {
  transition: background-color 0.2s;
}
.table > tbody > tr > td,
.table > thead > tr > th {
  padding: 8px 10px 9px;
}
.table > tbody > tr > td.table-col-collapse,
.table > thead > tr > th.table-col-collapse {
  width: 1px;
  white-space: nowrap;
}
.table > tbody > tr > td.table-col-collapse > .checkbox,
.table > thead > tr > th.table-col-collapse > .checkbox {
  min-height: 0;
  margin-top: 0;
  padding-top: 1px;
  margin-bottom: 0;
  padding-left: 0;
  min-height: 17px;
  height: 17px;
}
.table > tbody > tr > td.table-col-collapse > .checkbox > input[type='checkbox'],
.table > thead > tr > th.table-col-collapse > .checkbox > input[type='checkbox'] {
  margin-top: 2px;
  margin-left: 0;
}
.table > tbody > tr > td.table-cell-right,
.table > thead > tr > th.table-cell-right {
  text-align: right;
}
.table > tbody > .danger > td {
  color: #814141;
  border-color: #F2CACA;
  background-color: #FFDEDE;
}
.table tr .actions {
  height: 0;
  float: right;
}
.table tr .actions > * {
  margin-left: 7px;
}
.table tr .actions > *:first-child {
  margin-left: 0;
}
.table tr .status {
  float: left;
  position: relative;
  margin-top: -2px;
  margin-bottom: -2px;
  line-height: 22px;
}
.table tr .status > span {
  box-shadow: 0 0 3px 3px #BDBEBF;
  position: absolute;
  color: white;
  background-color: #3572AB;
  text-align: center;
  left: -170px;
  width: 150px;
  border-radius: 3px;
  font-size: 16px;
}
.table tr .state-text {
  position: relative;
  float: right;
  margin-top: -2px;
  margin-bottom: -2px;
  line-height: 22px;
}
.table tr .state-text > span {
  white-space: nowrap;
  position: absolute;
  right: 0;
  color: white;
  text-align: right;
  border-radius: 2px;
  font-size: 16px;
  padding: 0 4px;
}
.table tr .state-text > span.state-added {
  background-color: #7BBF6C;
}
.table tr .state-text > span.state-removed {
  background-color: #0085BD;
}
.table tr .state-identifier {
  position: relative;
}
.table tr .state-identifier > span {
  position: absolute;
  left: -32px;
  display: block;
  width: 18px;
  height: 18px;
}
.table tr .state-identifier > span.state-added {
  background-image: url("../img/added.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .table tr .state-identifier > span.state-added {
    background-image: url("../img/added_x2.png");
    background-size: 18px 18px;
  }
}
.table tr .state-identifier > span.state-removed {
  background-image: url("../img/removed.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .table tr .state-identifier > span.state-removed {
    background-image: url("../img/removed_x2.png");
    background-size: 18px 18px;
  }
}
.table > tbody > tr.table-row-clear > td,
.table > thead > tr.table-row-clear > td {
  background-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.table-selection {
  border: none;
}
.table-selection td {
  padding: 2px 5px 2px 5px;
}
.table-selection th {
  padding-top: 10px;
}
.table-fixed {
  table-layout: fixed;
  word-break: break-all;
}
.table-striped > tbody > tr:nth-child(2n+1).selected > td:first-child {
  border-left-color: #0085BD;
}
.table-striped > tbody > tr:nth-child(2n+1).selected > td:last-child {
  border-right-color: #0085BD;
}
.table-striped > tbody > tr:nth-child(2n+1).updated td {
  border-left-color: #C4C5C6;
  border-right-color: #C4C5C6;
  background-color: #C4C5C6;
}
.table-striped > tbody > tr:nth-child(2n+1) > td:first-child {
  border-left-color: #F9F9F9;
}
.table-striped > tbody > tr:nth-child(2n+1) > td:last-child {
  border-right-color: #F9F9F9;
}
.table-striped > tbody > tr:nth-child(2n+1) .status > span {
  box-shadow: 0 0 3px 3px #C4C5C6;
}
.table-white {
  border: 0px none;
}
.table-white > tbody > tr > td {
  background-color: #FFFFFF;
  border-right: none;
  border-left: none;
  color: #807E7F;
}
.table-expand {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.table-expand > tbody > tr:first-child > td {
  border-top: 3px solid #0085BD;
}
.table-expand > tbody > tr:last-child > td {
  border-bottom: 1px solid #BDBEBF;
}
.table-expand > tbody > tr.row-expand > td {
  border-top-color: transparent;
  box-shadow: 0 -4px 3px -5px rgba(0, 0, 0, 0.4) inset;
}
.table-expand > tbody > tr.row-expandable.row-expanded > td {
  font-family: 'SourceSansProBold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.table-expand > tbody > tr.row-expandable.row-expanded > td > a {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.table-info {
  color: #999999;
  font-size: 85%;
  text-align: right;
  margin-bottom: 15px;
}
.table-filter {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.table-filter:before,
.table-filter:after {
  content: " ";
  display: table;
}
.table-filter:after {
  clear: both;
}
.table-filter:before,
.table-filter:after {
  content: " ";
  display: table;
}
.table-filter:after {
  clear: both;
}
.table-filter .table-filter-control {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.table-filter .table-filter-info {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 85%;
  padding: 12px 0;
}
.table-filter .table-filter-search {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-selection {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-selection .selection-group {
  font-size: 12px;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
.form-selection .selection-group .heading,
.form-selection .selection-group .selection {
  margin-left: -15px;
  margin-right: -15px;
}
.form-selection .selection-group .heading:before,
.form-selection .selection-group .selection:before,
.form-selection .selection-group .heading:after,
.form-selection .selection-group .selection:after {
  content: " ";
  display: table;
}
.form-selection .selection-group .heading:after,
.form-selection .selection-group .selection:after {
  clear: both;
}
.form-selection .selection-group .heading:before,
.form-selection .selection-group .selection:before,
.form-selection .selection-group .heading:after,
.form-selection .selection-group .selection:after {
  content: " ";
  display: table;
}
.form-selection .selection-group .heading:after,
.form-selection .selection-group .selection:after {
  clear: both;
}
.form-selection .selection-group .heading {
  padding: 10px 0 5px 0;
}
.form-selection .selection-group .heading h5 {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  margin: 0;
}
.form-selection .selection-group .heading .heading-name {
  position: relative;
  float: left;
  width: 60.41666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-selection .selection-group .heading .heading-info {
  position: relative;
  float: left;
  width: 39.58333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-selection .selection-group .selection {
  padding: 12px 0;
  border-top: 1px solid #DFDFDF;
}
.form-selection .selection-group .selection:last-child {
  border-bottom: 1px solid #DFDFDF;
}
.form-selection .selection-group .selection .selection-name {
  position: relative;
  float: left;
  width: 20.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}
.form-selection .selection-group .selection .selection-desc {
  position: relative;
  float: left;
  width: 39.58333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #999999;
}
.form-selection .selection-group .selection .selection-info {
  position: relative;
  float: left;
  width: 39.58333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-selection .selection-group label {
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: normal;
}
.form-selection .selection-group input[type='checkbox'] {
  vertical-align: middle;
  height: 1em;
  margin-top: 0;
  margin-right: 5px;
}
.form-horizontal .control-label,
.form-vertical .control-label {
  font-family: 'SourceSansProLight', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
}
.form-horizontal .actions,
.form-vertical .actions {
  float: right !important;
}
.form-horizontal .form-group:hover .field-help-message,
.form-vertical .form-group:hover .field-help-message {
  display: block;
}
.form-horizontal .form-group.active .field-help-message,
.form-vertical .form-group.active .field-help-message {
  display: block;
  opacity: 1;
}
.form-vertical .form-control.input-validation-error {
  border-bottom-color: #dedede;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-vertical .validation-error .field-validation-error {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  color: #BC2328;
  background-color: transparent;
  border-top: none;
  border-color: #EF8080;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  box-shadow: none;
  margin-top: -1px;
}
.form-horizontal .control-label {
  position: relative;
  float: left;
  width: 20.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-horizontal .controls-vertical {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-horizontal .controls {
  position: relative;
  float: left;
  width: 54.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-horizontal .controls.full-width {
  position: relative;
  float: left;
  width: 79.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-horizontal .controls:first-child {
  margin-left: 20.83333333%;
}
.form-horizontal .controls input[type="checkbox"] {
  margin-top: 12px;
}
.form-horizontal .validation-error,
.form-horizontal .field-messages {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  height: 0;
}
.form-control.input-validation-error {
  border-color: #EF8080;
}
.form-control.input-validation-success {
  border-color: #49BB61;
}
.wizard-summary-terms-validation {
  border: 1px solid #a94442;
  color: #A55555;
  border-radius: 3px;
  padding: 7px 9px;
  background-color: #FFFFFF;
  /* box-shadow */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  display: block;
}
.wizard-summary-terms-validation + .field-help-message {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.validation-error .field-validation-error,
.field-messages .field-validation-error,
.wide-validation-error .field-validation-error {
  border: 1px solid #a94442;
  color: #A55555;
  border-radius: 3px;
  padding: 7px 9px;
  background-color: #FFFFFF;
  /* box-shadow */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  display: block;
}
.validation-error .field-validation-error + .field-help-message,
.field-messages .field-validation-error + .field-help-message,
.wide-validation-error .field-validation-error + .field-help-message {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.validation-error .field-help-message,
.field-messages .field-help-message,
.wide-validation-error .field-help-message {
  transition: opacity 0.2s;
  opacity: 0.8;
  border: 1px solid #a9a9a9;
  color: #555555;
  border-radius: 3px;
  padding: 7px 9px;
  background-color: #FFFFFF;
  /* box-shadow */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  display: none;
}
.control-label.label-required {
  background-image: url("../img/asterisk.png");
  background-position: 100% 65%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .control-label.label-required {
    background-image: url("../img/asterisk_x2.png");
    background-size: 3px 3px;
  }
}
.form-image-preview {
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
}
.form-image-preview img {
  max-width: 100%;
  max-height: 500px;
}
.form-image-preview .video-js {
  padding-top: 75%;
}
.form-image-preview .video-control {
  padding-bottom: 28px;
}
.form-control {
  border-radius: 2px;
  border-color: #DEDEDE;
  min-height: 42px;
}
.form-control.search {
  background-image: url("../img/search.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control.search {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.form-control.control-help {
  background-image: url("../img/fieldhelp.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control.control-help {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.form-control.search-left {
  background-image: url("../img/search.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control.search-left {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.form-control.control-help-left {
  background-image: url("../img/fieldhelp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control.control-help-left {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.form-group {
  margin-bottom: 11px;
}
.form-control,
.checkbox {
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
}
.fieldset + .fieldset {
  margin-top: 25px;
}
.form-panel {
  position: relative;
  float: left;
  width: 23.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  right: 0;
  border-top: 3px solid #0085BD;
  border-right: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.form-panel .panel-title {
  border-bottom: 1px solid #D1D1D1;
}
.form-panel .panel-title h4 {
  margin: 10px;
}
.form-panel .panel-footer {
  background-color: transparent;
  border-top: 1px solid #D1D1D1;
}
.form-panel .panel-content {
  padding: 10px;
}
.form-panel .pricing-total {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #D1D1D1;
}
.form-control-static {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* transition */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-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;
  border-radius: 2px;
  border-color: #DEDEDE;
  min-height: 42px;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  border-color: transparent;
  box-shadow: none;
}
.form-control-static:focus {
  border-color: #66afe9;
  outline: 0;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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-static:-moz-placeholder {
  color: #999999;
}
.form-control-static::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control-static:-ms-input-placeholder {
  color: #999999;
}
.form-control-static::-webkit-input-placeholder {
  color: #999999;
}
.form-control-static[disabled],
.form-control-static[readonly],
fieldset[disabled] .form-control-static {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control-static {
  height: auto;
}
.form-control-static.search {
  background-image: url("../img/search.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control-static.search {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.form-control-static.control-help {
  background-image: url("../img/fieldhelp.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control-static.control-help {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.form-control-static.search-left {
  background-image: url("../img/search.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control-static.search-left {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.form-control-static.control-help-left {
  background-image: url("../img/fieldhelp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control-static.control-help-left {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.form-control-static.control-slider-positive {
  background-image: url("../img/thumbsUp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control-static.control-slider-positive {
    background-image: url("../img/thumbsUp_x2.png");
    background-size: 16px 16px;
  }
}
.form-control-static.control-slider-negative {
  background-image: url("../img/thumbsDown.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control-static.control-slider-negative {
    background-image: url("../img/thumbsDown_x2.png");
    background-size: 16px 16px;
  }
}
.dialing-flag-container {
  display: inline-block;
  width: 30px;
}
.dialing-flag-container img {
  max-height: 18px;
  max-width: 30px;
}
.pricing-panel .conference-call-number-list {
  max-height: 87px;
  overflow-y: auto;
  margin-top: 0.3em;
  border: 1px #ccc solid;
  padding: 0.5em 2em;
}
.checkbox-list {
  list-style-type: none;
  max-height: 200px;
  overflow-y: scroll;
}
.checkbox-list > li > label {
  margin-bottom: 0px;
  font-weight: normal;
}
.navigationAlert {
  background-color: #3572AB;
  color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 59px;
  width: 600px;
  min-height: 31px;
  left: 50%;
  margin-left: -370px;
  z-index: 1;
  padding: 6px 15px;
  font-family: Arial;
  font-size: 16px;
  line-height: 16px;
}
.navigationAlert .close {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.navigationAlert .close:hover {
  color: #FFFFFF;
}
.input-group .btn {
  height: 42px;
}
.search .input-group .btn {
  height: 34px;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.search .input-group input {
  height: 987px;
}
.act-circ {
  cursor: pointer;
  display: inline-block;
  width: 62px;
  color: #6B6B6B;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.act-circ:hover {
  text-decoration: none;
}
.act-circ:hover .act-label {
  color: #2a6496;
}
.act-circ-small {
  cursor: pointer;
  display: inline-block;
  color: #6B6B6B;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-decoration: none;
}
.act-circ-small:hover,
.act-circ-small:focus {
  text-decoration: none;
}
.act-circ-small:hover .act-label,
.act-circ-small:focus .act-label {
  color: #2a6496;
}
.act-circ-small .act-label {
  vertical-align: top;
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.act-dropdown {
  display: inline-block;
  width: 7px;
  height: 28px;
  margin-left: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.act-dropdown-list {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  z-index: 3;
  background-color: #FFFFFF;
  border-radius: 3px;
  color: #7F7F7F;
  border: 1px solid #DEDEDE;
  font-size: 14px;
}
.act-dropdown-list > div {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
}
.act-dropdown-list > div:last-child {
  border-bottom: none;
}
.act-dropdown-list > div:hover {
  color: #494748;
  background-color: #EFEFEF;
}
.act-icon {
  width: 42px;
  height: 42px;
  border: 2px solid #C2C2C2;
  border-radius: 22px;
  background-color: transparent;
  /*margin: 0 10px 4px;*/
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.act-icon:hover,
a:hover .act-icon,
.act-circ-small:hover .act-icon,
.act-circ:hover .act-icon {
  background-color: #D9D9D9;
  border-color: #5E5E5E;
}
.btn > span {
  vertical-align: middle;
}
.btn .icon + span {
  margin-left: 5px;
}
.btn span + .icon {
  margin-left: 5px;
}
.btn .icon {
  margin-top: -2px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.act-icon-small {
  width: 42px;
  height: 42px;
  border: 2px solid #C2C2C2;
  border-radius: 22px;
  background-color: transparent;
  /*margin: 0 10px 4px;*/
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin: 0 5px 2px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.act-icon-small:hover,
a:hover .act-icon-small,
.act-circ-small:hover .act-icon-small,
.act-circ:hover .act-icon-small {
  background-color: #D9D9D9;
  border-color: #5E5E5E;
}
.icon-small {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.act-dropdown {
  background-image: url("../img/dropdown_arrows.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-dropdown {
    background-image: url("../img/dropdown_arrows_x2.png");
    background-size: 7px 14px;
  }
}
.act-icon-liverecruit.act-icon-small {
  background-image: url("../img/liverecruit_extrasmall.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-liverecruit.act-icon-small {
    background-image: url("../img/liverecruit_extrasmall_x2.png");
    background-size: 16px 16px;
  }
}
.act-icon-download.act-icon-small {
  background-image: url("../img/download.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-download.act-icon-small {
    background-image: url("../img/download_x2.png");
    background-size: 13px 12px;
  }
}
.act-icon-download-xlsx.act-icon-small {
  background-image: url("../img/excelfile.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-download-xlsx.act-icon-small {
    background-image: url("../img/excelfile_x2.png");
    background-size: 11px 14px;
  }
}
.act-icon-download-html.act-icon-small {
  background-image: url("../img/download.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-download-html.act-icon-small {
    background-image: url("../img/download_x2.png");
    background-size: 13px 12px;
  }
}
.act-icon-download-zip.act-icon-small {
  background-image: url("../img/zipfile.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-download-zip.act-icon-small {
    background-image: url("../img/zipfile_x2.png");
    background-size: 12px 14px;
  }
}
.act-icon-download-video.act-icon-small {
  background-image: url("../img/filmstrip.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-download-video.act-icon-small {
    background-image: url("../img/filmstrip_x2.png");
    background-size: 12px 14px;
  }
}
.act-icon-download-audio.act-icon-small {
  background-image: url("../img/music.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-download-audio.act-icon-small {
    background-image: url("../img/music_x2.png");
    background-size: 14px 14px;
  }
}
.act-icon-download-image.act-icon-small {
  background-image: url("../img/download.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-download-image.act-icon-small {
    background-image: url("../img/download_x2.png");
    background-size: 13px 12px;
  }
}
.icon-mail.icon-small {
  background-image: url("../img/Mail_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-mail.icon-small {
    background-image: url("../img/Mail_small_x2.png");
    background-size: 16px 11px;
  }
}
.icon-dash.icon-small {
  background-image: url("../img/Dash.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-dash.icon-small {
    background-image: url("../img/Dash_x2.png");
    background-size: 13px 12px;
  }
}
.icon-tick.icon-small {
  background-image: url("../img/Confirm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-tick.icon-small {
    background-image: url("../img/Confirm_x2.png");
    background-size: 13px 12px;
  }
}
.icon-collapse.icon-small {
  background-image: url("../img/Collapse.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-collapse.icon-small {
    background-image: url("../img/Collapse_x2.png");
    background-size: 16px 16px;
  }
}
.icon-expand.icon-small {
  background-image: url("../img/Expand.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-expand.icon-small {
    background-image: url("../img/Expand_x2.png");
    background-size: 16px 16px;
  }
}
.act-icon-close.act-icon-small {
  background-image: url("../img/close.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-close.act-icon-small {
    background-image: url("../img/close_x2.png");
    background-size: 13px 12px;
  }
}
.act-icon-focusgroupav,
.act-icon-focusgroup {
  background-image: url("../img/activities/focusgroup_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-focusgroupav,
  .act-icon-focusgroup {
    background-image: url("../img/activities/focusgroup_small_x2.png");
    background-size: 22px 20px;
  }
}
.act-icon-focusgroupv2av,
.act-icon-focusgroupv2 {
  background-image: url("../img/activities/focusgroupv2_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-focusgroupv2av,
  .act-icon-focusgroupv2 {
    background-image: url("../img/activities/focusgroupv2_small_x2.png");
    background-size: 22px 20px;
  }
}
.act-icon-indepthinterviewav,
.act-icon-indepthinterview {
  background-image: url("../img/activities/interview_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-indepthinterviewav,
  .act-icon-indepthinterview {
    background-image: url("../img/activities/interview_small_x2.png");
    background-size: 24px 20px;
  }
}
.act-icon-admin {
  background-image: url("../img/admin.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-admin {
    background-image: url("../img/admin_x2.png");
    background-size: 22px 22px;
  }
}
.act-icon-email {
  background-image: url("../img/email_template.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-email {
    background-image: url("../img/email_template_x2.png");
    background-size: 18px 18px;
  }
}
.act-icon-setup {
  background-image: url("../img/Setup.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-setup {
    background-image: url("../img/Setup_x2.png");
    background-size: 18px 18px;
  }
}
.act-icon-status {
  background-image: url("../img/status.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-status {
    background-image: url("../img/status_x2.png");
    background-size: 23px 25px;
  }
}
.act-icon-delete {
  background-image: url("../img/RubbishBin.png");
  filter: hue-rotate(180deg) brightness(160%);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-delete {
    background-image: url("../img/RubbishBin_x2.png");
    background-size: 18px 20px;
  }
}
.act-icon-denied {
  background-image: url("../img/denied.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-denied {
    background-image: url("../img/denied.png");
    background-size: 18px 20px;
  }
}
.act-icon-edit.act-icon {
  background-image: url("../img/Edit.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-edit.act-icon {
    background-image: url("../img/Edit_x2.png");
    background-size: 18px 18px;
  }
}
.act-icon-edit.act-icon-small {
  background-image: url("../img/edit-small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-edit.act-icon-small {
    background-image: url("../img/edit-small_x2.png");
    background-size: 14px 14px;
  }
}
.act-icon-pause {
  background-image: url("../img/pause.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-pause {
    background-image: url("../img/pause_x2.png");
    background-size: 18px 20px;
  }
}
.act-icon-play {
  background-image: url("../img/Play.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-play {
    background-image: url("../img/Play_x2.png");
    background-size: 18px 18px;
  }
}
.act-icon-link {
  background-image: url("../img/link.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-link {
    background-image: url("../img/link_x2.png");
    background-size: 18px 18px;
  }
}
.act-icon-report {
  background-image: url("../img/report.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-report {
    background-image: url("../img/report_x2.png");
    background-size: 18px 18px;
  }
}
.act-icon-reschedule {
  background-image: url("../img/Reschedule.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-reschedule {
    background-image: url("../img/Reschedule_x2.png");
    background-size: 24px 18px;
  }
}
.act-icon-tickbox {
  background-image: url("../img/TickBox.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-tickbox {
    background-image: url("../img/TickBox_x2.png");
    background-size: 24px 18px;
  }
}
.act-icon-dashbox {
  background-image: url("../img/DashBox.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-dashbox {
    background-image: url("../img/DashBox_x2.png");
    background-size: 24px 18px;
  }
}
.act-icon-review {
  background-image: url("../img/Resolve_Review.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .act-icon-review {
    background-image: url("../img/Resolve_Review_x2.png");
    background-size: 24px 18px;
  }
}
.icon-chevron-left {
  background-image: url("../img/Backarrow.png");
  width: 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-chevron-left {
    background-image: url("../img/Backarrow_x2.png");
    background-size: 9px 16px;
  }
}
.icon-chevron-right {
  background-image: url("../img/Fwdarrow.png");
  width: 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-chevron-right {
    background-image: url("../img/Fwdarrow_x2.png");
    background-size: 9px 16px;
  }
}
.tooltip {
  line-height: 1;
}
.tooltip.top {
  margin-top: -7px;
  padding: 7px 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #505050;
  border-width: 7px 7px 0;
  margin-left: -7px;
}
.tooltip.top .tooltip-inner {
  background-color: #747474;
  background-image: -moz-linear-gradient(top, #8C8C8C, #505050);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8C8C8C), to(#505050));
  background-image: -webkit-linear-gradient(top, #8C8C8C, #505050);
  background-image: -o-linear-gradient(top, #8C8C8C, #505050);
  background-image: linear-gradient(to bottom, #8C8C8C, #505050);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c8c8c', endColorstr='#ff505050', GradientType=0);
  padding: 9px 21px;
  color: #FFFFFF;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.tooltip.bottom {
  margin-top: -7px;
  padding: 7px 0;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8C8C8C;
  border-width: 0 7px 7px;
  margin-left: -7px;
}
.tooltip.bottom .tooltip-inner {
  border-top: 1px solid #828282;
  background-color: #747474;
  background-image: -moz-linear-gradient(top, #8C8C8C, #505050);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8C8C8C), to(#505050));
  background-image: -webkit-linear-gradient(top, #8C8C8C, #505050);
  background-image: -o-linear-gradient(top, #8C8C8C, #505050);
  background-image: linear-gradient(to bottom, #8C8C8C, #505050);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c8c8c', endColorstr='#ff505050', GradientType=0);
  padding: 9px 21px;
  color: #FFFFFF;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.actions .tooltip.top {
  margin-left: -1px;
  margin-top: -2px;
}
.popover {
  max-width: 220px;
  background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #E7E7E7 100%);
  background-image: linear-gradient(to bottom, #FEFEFE 0%, #E7E7E7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe7e7e7', GradientType=0);
  border-radius: 4px;
  border-color: #B2B2B2;
}
.popover-content {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #515151;
  font-size: 15px;
  padding: 19px 21px;
}
.popover-actions {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -5px;
  margin-right: -5px;
}
.popover-actions:before,
.popover-actions:after {
  content: " ";
  display: table;
}
.popover-actions:after {
  clear: both;
}
.popover-actions:before,
.popover-actions:after {
  content: " ";
  display: table;
}
.popover-actions:after {
  clear: both;
}
.popover-actions .popover-action {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.popover-actions .popover-action .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.popover-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.popover-modal .backdrop {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1009;
}
.popover-modal .popover-container {
  z-index: 1010;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.popover-modal .popover-container .popover {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.tile-panel .sliding-panel.panel-badge .border .inner .description {
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tile-panel .sliding-panel.panel-badge .border .inner .icon {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tile-panel .sliding-panel.panel-badge .border .inner:hover .icon {
  height: 0;
  opacity: 0;
}
.tile-panel .sliding-panel.panel-badge .border .inner:hover .description {
  opacity: 1;
}
.greyedout {
  opacity: 0.2;
}
.tile-panel .panel-badge {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.tile-panel .panel-badge .border .inner {
  height: 267px;
}
.tile-panel .panel-badge .border .inner .icon {
  height: 200px;
}
.tile-panel .panel-badge .border .inner .title {
  padding-top: 9px;
  padding-bottom: 10px;
}
.tile-panel .panel-badge .border .inner .title .sup-text {
  font-weight: bold;
  font-size: 18px;
}
.small-tile-panel .panel-badge {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.small-tile-panel .panel-badge .border .inner {
  background-color: #F5F5F5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  max-height: 140px;
}
.small-tile-panel .panel-badge .border .inner .icon {
  height: 70px;
}
.small-tile-panel .panel-badge .border .inner .title {
  padding-top: 4px;
  padding-bottom: 6px;
}
.small-tile-panel .panel-badge .border .inner .title .sup-text {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.small-tile-panel .panel-badge.activity-add-single-respondent .icon {
  background-image: url("../img/AddRespondents.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .small-tile-panel .panel-badge.activity-add-single-respondent .icon {
    background-image: url("../img/AddRespondents_x2.png");
    background-size: 70px 45px;
  }
}
.small-tile-panel .panel-badge.activity-import-excel .icon {
  background-image: url("../img/ImportRespondents.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .small-tile-panel .panel-badge.activity-import-excel .icon {
    background-image: url("../img/ImportRespondents_x2.png");
    background-size: 70px 45px;
  }
}
.small-tile-panel .panel-badge.activity-add-live-recruit-link .icon {
  background-image: url("../img/LiveRecruit.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .small-tile-panel .panel-badge.activity-add-live-recruit-link .icon {
    background-image: url("../img/LiveRecruit_x2.png");
    background-size: 70px 45px;
  }
}
.tile-panel,
.small-tile-panel {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 16px;
  margin-left: -30px;
  margin-right: -30px;
}
.tile-panel:before,
.small-tile-panel:before,
.tile-panel:after,
.small-tile-panel:after {
  content: " ";
  display: table;
}
.tile-panel:after,
.small-tile-panel:after {
  clear: both;
}
.tile-panel:before,
.small-tile-panel:before,
.tile-panel:after,
.small-tile-panel:after {
  content: " ";
  display: table;
}
.tile-panel:after,
.small-tile-panel:after {
  clear: both;
}
.tile-panel .panel-badge,
.small-tile-panel .panel-badge {
  display: block;
  float: left;
  margin-bottom: 16px;
  text-decoration: none;
  -moz-user-select: none;
  user-select: none;
}
.tile-panel .panel-badge .border,
.small-tile-panel .panel-badge .border {
  border-radius: 3px;
  overflow: hidden;
  display: block;
}
.tile-panel .panel-badge .border .inner,
.small-tile-panel .panel-badge .border .inner {
  background-color: #F5F5F5;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  cursor: pointer;
  display: block;
}
.tile-panel .panel-badge .border .inner .description,
.small-tile-panel .panel-badge .border .inner .description {
  padding: 20px 30px;
  opacity: 0;
  display: block;
  color: #494949;
}
.tile-panel .panel-badge .border .inner .icon,
.small-tile-panel .panel-badge .border .inner .icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.tile-panel .panel-badge .border .inner .title,
.small-tile-panel .panel-badge .border .inner .title {
  margin: -1px;
  text-align: center;
  color: #FFFFFF;
  background-color: #515151;
  display: block;
}
.tile-panel .panel-badge .border .inner .title .sup-text,
.small-tile-panel .panel-badge .border .inner .title .sup-text {
  margin-bottom: 5px;
  display: block;
}
.tile-panel .panel-badge .border .inner .title .sub-text,
.small-tile-panel .panel-badge .border .inner .title .sub-text {
  font-size: 12px;
  display: block;
}
.tile-panel .panel-badge.activity-add-single-respondent .icon,
.small-tile-panel .panel-badge.activity-add-single-respondent .icon {
  background-image: url("../img/AddRespondents.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-add-single-respondent .icon,
  .small-tile-panel .panel-badge.activity-add-single-respondent .icon {
    background-image: url("../img/AddRespondents_x2.png");
    background-size: 70px 45px;
  }
}
.tile-panel .panel-badge.activity-import-excel .icon,
.small-tile-panel .panel-badge.activity-import-excel .icon {
  background-image: url("../img/ImportRespondents.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-import-excel .icon,
  .small-tile-panel .panel-badge.activity-import-excel .icon {
    background-image: url("../img/ImportRespondents_x2.png");
    background-size: 70px 45px;
  }
}
.tile-panel .panel-badge.activity-focusgroup .icon,
.small-tile-panel .panel-badge.activity-focusgroup .icon {
  background-image: url("../img/activities/focusgroup.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-focusgroup .icon,
  .small-tile-panel .panel-badge.activity-focusgroup .icon {
    background-image: url("../img/activities/focusgroup_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-focusgroupv2 .icon,
.small-tile-panel .panel-badge.activity-focusgroupv2 .icon {
  background-image: url("../img/activities/focusgroupv2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-focusgroupv2 .icon,
  .small-tile-panel .panel-badge.activity-focusgroupv2 .icon {
    background-image: url("../img/activities/focusgroupv2_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-interview .icon,
.small-tile-panel .panel-badge.activity-interview .icon {
  background-image: url("../img/activities/interview.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-interview .icon,
  .small-tile-panel .panel-badge.activity-interview .icon {
    background-image: url("../img/activities/interview_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-interviewv2 .icon,
.small-tile-panel .panel-badge.activity-interviewv2 .icon {
  background-image: url("../img/activities/interviewv2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-interviewv2 .icon,
  .small-tile-panel .panel-badge.activity-interviewv2 .icon {
    background-image: url("../img/activities/interviewv2_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-brainstorm .icon,
.small-tile-panel .panel-badge.activity-brainstorm .icon {
  background-image: url("../img/activities/brainstorm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-brainstorm .icon,
  .small-tile-panel .panel-badge.activity-brainstorm .icon {
    background-image: url("../img/activities/brainstorm_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-concepttest .icon,
.small-tile-panel .panel-badge.activity-concepttest .icon {
  background-image: url("../img/activities/concepttest.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-concepttest .icon,
  .small-tile-panel .panel-badge.activity-concepttest .icon {
    background-image: url("../img/activities/concepttest_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-concepttest-videodial .icon,
.small-tile-panel .panel-badge.activity-concepttest-videodial .icon {
  background-image: url("../img/activities/concepttest_videodial.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-concepttest-videodial .icon,
  .small-tile-panel .panel-badge.activity-concepttest-videodial .icon {
    background-image: url("../img/activities/concepttest_videodial_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-concepttest-heatmap .icon,
.small-tile-panel .panel-badge.activity-concepttest-heatmap .icon {
  background-image: url("../img/activities/concepttest_heatmap.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-concepttest-heatmap .icon,
  .small-tile-panel .panel-badge.activity-concepttest-heatmap .icon {
    background-image: url("../img/activities/concepttest_heatmap_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-survey .icon,
.small-tile-panel .panel-badge.activity-survey .icon {
  background-image: url("../img/activities/survey.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-survey .icon,
  .small-tile-panel .panel-badge.activity-survey .icon {
    background-image: url("../img/activities/survey_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-community .icon,
.small-tile-panel .panel-badge.activity-community .icon {
  background-image: url("../img/activities/community.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-community .icon,
  .small-tile-panel .panel-badge.activity-community .icon {
    background-image: url("../img/activities/community_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-board .icon,
.small-tile-panel .panel-badge.activity-board .icon {
  background-image: url("../img/activities/board.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-board .icon,
  .small-tile-panel .panel-badge.activity-board .icon {
    background-image: url("../img/activities/board_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-mobile .icon,
.small-tile-panel .panel-badge.activity-mobile .icon {
  background-image: url("../img/activities/mobile.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-mobile .icon,
  .small-tile-panel .panel-badge.activity-mobile .icon {
    background-image: url("../img/activities/mobile_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-session-video .icon,
.small-tile-panel .panel-badge.activity-session-video .icon {
  background-image: url("../img/activities/session_video.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-session-video .icon,
  .small-tile-panel .panel-badge.activity-session-video .icon {
    background-image: url("../img/activities/session_video_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-session-text .icon,
.small-tile-panel .panel-badge.activity-session-text .icon {
  background-image: url("../img/activities/session_text.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-session-text .icon,
  .small-tile-panel .panel-badge.activity-session-text .icon {
    background-image: url("../img/activities/session_text_x2.png");
    background-size: 140px 90px;
  }
}
.tile-panel .panel-badge.activity-draft .icon,
.small-tile-panel .panel-badge.activity-draft .icon {
  background-image: url("../img/activities/draft.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tile-panel .panel-badge.activity-draft .icon,
  .small-tile-panel .panel-badge.activity-draft .icon {
    background-image: url("../img/activities/draft_x2.png");
    background-size: 92px 78px;
  }
}
.tile-panel-cancel {
  width: 620px;
  text-align: right;
}
.tile-panel-cancel .btn-link {
  text-decoration: underline;
}
.form-control.ui-slider {
  font-family: Arial;
}
.control-label.ui-slider-label {
  margin-top: 28px;
}
.form-control.ui-slider {
  border: none;
  box-shadow: none;
  height: auto;
  width: auto;
  background: transparent;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
  margin-left: 4px;
  margin-right: 4px;
}
.form-control.ui-slider .ui-slider-handle {
  top: 41px;
  margin-left: -12.5px;
  width: 25px;
  height: 45px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../img/sliderhandle.png");
  filter: hue-rotate(216deg) brightness(130%);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control.ui-slider .ui-slider-handle {
    background-image: url("../img/sliderhandle_x2.png");
    background-size: 25px 45px;
  }
}
.form-control.ui-slider .ui-slider-range {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #FEFEFE, #EEEEEE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#EEEEEE));
  background-image: -webkit-linear-gradient(top, #FEFEFE, #EEEEEE);
  background-image: -o-linear-gradient(top, #FEFEFE, #EEEEEE);
  background-image: linear-gradient(to bottom, #FEFEFE, #EEEEEE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffeeeeee', GradientType=0);
}
.form-control.ui-slider .ui-slider-range.ui-corner-all,
.form-control.ui-slider .ui-slider-range.ui-corner-bottom,
.form-control.ui-slider .ui-slider-range.ui-corner-left,
.form-control.ui-slider .ui-slider-range.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.form-control.ui-slider .ui-slider-range.ui-corner-all,
.form-control.ui-slider .ui-slider-range.ui-corner-bottom,
.form-control.ui-slider .ui-slider-range.ui-corner-right,
.form-control.ui-slider .ui-slider-range.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.form-control.ui-slider .ui-slider-range.ui-corner-all,
.form-control.ui-slider .ui-slider-range.ui-corner-top,
.form-control.ui-slider .ui-slider-range.ui-corner-left,
.form-control.ui-slider .ui-slider-range.ui-corner-tl {
  border-top-left-radius: 3px;
}
.form-control.ui-slider .ui-slider-range.ui-corner-all,
.form-control.ui-slider .ui-slider-range.ui-corner-top,
.form-control.ui-slider .ui-slider-range.ui-corner-right,
.form-control.ui-slider .ui-slider-range.ui-corner-tr {
  border-top-right-radius: 3px;
}
.form-control.ui-slider .ui-slider-inner {
  border: none;
  border-radius: 7px;
  height: 14px;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: -4px;
  margin-right: -4px;
  background: #EDEDED;
  padding: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner {
  border: none;
  border-radius: 3px;
  height: 6px;
  margin-top: 0px;
  position: relative;
  margin-bottom: 0px;
  /*margin-left: 15px;
			margin-right: 15px;*/
  width: auto;
  background-image: -webkit-linear-gradient(left, color-stop(#D7D6D6 0%), color-stop(#818181 100%));
  background-image: linear-gradient(to right, #D7D6D6 0%, #818181 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d6d6', endColorstr='#ff818181', GradientType=1);
}
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner.ui-slider-interval {
  margin-bottom: 0px;
  margin-top: 0px;
}
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner .ui-slider-minor-tick,
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner .ui-slider-major-tick,
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner .ui-slider-tick-overlay {
  position: absolute;
  width: 1px;
  cursor: pointer;
}
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner .ui-slider-minor-tick {
  z-index: -2;
  top: -17px;
  height: 40px;
  background-image: -webkit-linear-gradient(#F4F4F4, #C2C2C2 50%, #F4F4F4);
  background-image: linear-gradient(#F4F4F4, #C2C2C2 50%, #F4F4F4);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#fff4f4f4', GradientType=0);
}
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner .ui-slider-tick-overlay {
  top: -4px;
  height: 14px;
  background-color: #ffffff;
  opacity: 0.4;
}
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner .ui-slider-major-tick {
  z-index: -1;
  top: -26px;
  height: 58px;
  background-image: -webkit-linear-gradient(#EBEBEB, #828282 50%, #EBEBEB);
  background-image: linear-gradient(#EBEBEB, #828282 50%, #EBEBEB);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffebebeb', GradientType=0);
}
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner .ui-slider-major-tick-text {
  position: absolute;
  top: -45px;
  color: #A6A5A5;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.form-control.ui-slider .ui-slider-inner .ui-slider-inner-inner .ui-slider-major-tick-text div {
  margin-left: -100%;
}
.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(../img/colorpicker/background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../img/colorpicker/overlay.png);
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(../img/colorpicker/select.gif);
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../img/colorpicker/indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(../img/colorpicker/hex.png) top;
  left: 212px;
  top: 142px;
}
.colorpicker_hex input {
  right: 6px;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  background-image: url(../img/colorpicker/rgb_r.png);
  top: 52px;
  left: 212px;
}
.colorpicker_rgb_g {
  background-image: url(../img/colorpicker/rgb_g.png);
  top: 82px;
  left: 212px;
}
.colorpicker_rgb_b {
  background-image: url(../img/colorpicker/rgb_b.png);
  top: 112px;
  left: 212px;
}
.colorpicker_hsb_h {
  background-image: url(../img/colorpicker/hsb_h.png);
  top: 52px;
  left: 282px;
}
.colorpicker_hsb_s {
  background-image: url(../img/colorpicker/hsb_s.png);
  top: 82px;
  left: 282px;
}
.colorpicker_hsb_b {
  background-image: url(../img/colorpicker/hsb_b.png);
  top: 112px;
  left: 282px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/colorpicker/submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}
.datetimepicker {
  padding: 0;
  height: auto;
  font-size: 12px;
  box-shadow: none;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #FDFDFD, #FCFCFC);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDFDFD), to(#FCFCFC));
  background-image: -webkit-linear-gradient(top, #FDFDFD, #FCFCFC);
  background-image: -o-linear-gradient(top, #FDFDFD, #FCFCFC);
  background-image: linear-gradient(to bottom, #FDFDFD, #FCFCFC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fffcfcfc', GradientType=0);
}
.datetimepicker h6 {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
}
.datetimepicker table {
  background-color: white;
  border-collapse: separate;
  border-radius: 4px;
  border: 1px solid #dedede;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.datetimepicker table tr:last-child > td:last-child {
  border-bottom-right-radius: 3px;
}
.datetimepicker table tr:last-child > td:first-child {
  border-bottom-left-radius: 3px;
}
.datetimepicker table tbody:first-child > tr:first-child > td:last-child {
  border-top-right-radius: 3px;
}
.datetimepicker table tbody:first-child > tr:first-child > td:first-child {
  border-top-left-radius: 3px;
}
.datetimepicker table thead > tr:first-child > th:last-child {
  border-top-right-radius: 3px;
}
.datetimepicker table thead > tr:first-child > th:first-child {
  border-top-left-radius: 3px;
}
.datetimepicker .picker-timezone {
  padding: 12px;
}
.datetimepicker .picker-timezone > select {
  border-radius: 4px 4px 0 0;
}
.datetimepicker .picker-selected-timezone {
  background: white;
  display: block;
  font-style: italic;
  font-size: small;
  text-align: center;
  padding: 5px 20px;
  min-height: 0;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.datetimepicker .picker-tznote {
  display: block;
  font-style: italic;
  font-size: small;
  text-align: center;
  margin: 10px 0 0px 0px;
}
.datetimepicker .picker-date {
  float: left;
  width: 60%;
  padding: 12px;
}
.datetimepicker .picker-date .picker-day,
.datetimepicker .picker-date .picker-month,
.datetimepicker .picker-date .picker-year {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.datetimepicker .picker-date .picker-day {
  margin-bottom: 0;
}
.datetimepicker .picker-time {
  float: left;
  width: 40%;
  padding: 12px;
}
.datetimepicker .picker-time .picker-hour table,
.datetimepicker .picker-time .picker-minute table {
  margin-bottom: 5px;
  padding: 0;
  border: 1px solid #dedede;
  width: 100%;
}
.datetimepicker .picker-time .picker-hour {
  float: left;
  width: 56%;
  margin-right: 12px;
}
.datetimepicker .picker-time .picker-minute {
  float: left;
  width: 36%;
}
.datetimepicker .picker-day td,
.datetimepicker .picker-month td,
.datetimepicker .picker-year td,
.datetimepicker .picker-hour td,
.datetimepicker .picker-minute td {
  text-align: center;
  padding: 2px 2px;
  cursor: pointer;
}
.datetimepicker .picker-day td.disabled,
.datetimepicker .picker-month td.disabled,
.datetimepicker .picker-year td.disabled,
.datetimepicker .picker-hour td.disabled,
.datetimepicker .picker-minute td.disabled {
  background-color: #eeeeee;
  color: #cccccc !important;
}
.datetimepicker .picker-day td.selected,
.datetimepicker .picker-month td.selected,
.datetimepicker .picker-year td.selected,
.datetimepicker .picker-hour td.selected,
.datetimepicker .picker-minute td.selected {
  background-color: #0085BD;
  color: white;
}
.datetimepicker .picker-day th,
.datetimepicker .picker-month th,
.datetimepicker .picker-year th,
.datetimepicker .picker-hour th,
.datetimepicker .picker-minute th {
  text-align: center;
}
.datetimepicker:before,
.datetimepicker:after {
  content: " ";
  display: table;
}
.datetimepicker:after {
  clear: both;
}
.datetimepicker:before,
.datetimepicker:after {
  content: " ";
  display: table;
}
.datetimepicker:after {
  clear: both;
}
.wysiwyg {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.wysiwyg .mce-tinymce {
  border-color: #DEDEDE;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  overflow: hidden;
}
.wysiwyg .mce-tinymce .mce-edit-area {
  border-top-color: #DFDFDF;
}
.wysiwyg.focus .mce-tinymce {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wysiwyg .mce-toolbar-grp {
  background-image: none;
  filter: none;
  background-color: #DEDEDE;
  padding: 4px 3px 5px 3px;
}
.wysiwyg .mce-toolbar-grp .mce-flow-layout-item {
  margin: 2px 0 2px 7px;
}
.wysiwyg .mce-toolbar-grp .mce-btn {
  background-image: none;
  background-color: #FFFFFF;
  border-bottom: 1px solid #AAACB0;
  border-top: 1px solid #BEBFC5;
  border-left: 1px solid #C8C8C8;
}
.wysiwyg .mce-toolbar-grp .mce-btn-group .mce-first {
  border-radius: 7px 0 0 7px;
  border-left: 1px solid #BEBFC5;
}
.wysiwyg .mce-toolbar-grp .mce-btn-group .mce-last {
  border-radius: 0 7px 7px 0;
  border-right: 1px solid #BEBFC5;
}
.wysiwyg .mce-toolbar-grp .mce-btn-group .mce-first.mce-last {
  border-radius: 7px;
}
/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #000000;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('../fonts/vjs.eot');
  src: url('../fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../fonts/vjs.woff') format('woff'), url('../fonts/vjs.ttf') format('truetype'), url('../fonts/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #fff;
  -moz-box-shadow: 0 0 2em #fff;
  box-shadow: 0 0 2em #fff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  margin-top: -0.25em;
  border: 2px solid #999999;
  /* Rotate the square icon to make a diamond */
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: -3em;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3em;
  /* background-color-with-alpha */
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #66A8CC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: 0.9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #66A8CC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 4em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #F0F0F0;
  background-color: rgba(240, 240, 240, 0.9);
  border: 1px solid #cccccc;
  /* border-radius */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -41px;
  /* Center it vertically */
  top: 50%;
  margin-top: -41px;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #F0F0F0;
  /* box-shadow */
  -webkit-box-shadow: 0 0 4px #fff;
  -moz-box-shadow: 0 0 4px #fff;
  box-shadow: 0 0 4px #fff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 80px;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertically aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  -o-user-select: none;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #fff /* Subtitles are white */;
}
.video-js .vjs-captions {
  color: #fc6 /* Captions are yellow */;
}
.vjs-tt-cue {
  display: block;
}
/* Increase font-size when fullscreen */
.video-js.vjs-fullscreen .vjs-text-track {
  font-size: 3em;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
.vjs-default-skin .vjs-play-progress {
  background: #C0202C;
}
.vjs-default-skin .vjs-volume-level {
  background: #C0202C;
  height: 0.6em;
}
.vjs-default-skin .vjs-control-bar {
  display: block;
}
.vjs-default-skin .vjs-time-divider,
.vjs-default-skin .vjs-time-controls {
  display: none;
}
.vjs-default-skin .vjs-remaining-time {
  float: right;
}
.vjs-default-skin.vjs-has-started .vjs-time-divider,
.vjs-default-skin.vjs-has-started .vjs-time-controls {
  display: block;
}
.video-js.vjs-fullscreen {
  overflow: visible;
  height: auto !important;
  top: 0;
  bottom: 3em;
  /* Hide the control bar when the video is playing and the user is inactive  */
}
.video-js.vjs-fullscreen .vjs-control-bar {
  background-color: #FFFFFF;
}
.content header {
  margin-bottom: 8px;
}
.login header {
  padding-bottom: 60px;
}
.alert-none {
  color: #666666;
  background-color: #F0F0F0;
  border-color: #DEDEDE;
}
.createproject-wrapper {
  margin-top: 10px;
}
.current-users-table {
  margin: 0 0 0 20px;
}
.participant-import-form h5 {
  margin-bottom: 15px;
}
.participant-import-form #inputData {
  font-size: 12px;
  resize: vertical;
}
.participant-import-form .alert {
  margin: 4px 0px;
}
.participant-import-form .preview-box table {
  margin-top: 0;
  width: 100%;
}
.participant-import-form .preview-box table .session-head {
  padding: 0;
}
.participant-import-form .preview-box table .session-head select {
  margin: 5px;
  width: 90%;
}
.participant-import-form .common-fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.participant-import-form .common-fields li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 5px;
}
.participant-import-form .common-fields .btn-red {
  padding: 5px 13px 5px;
  float: right;
}
.participant-import-form .common-fields .commonFieldsKeys {
  margin-right: 5px;
}
.participant-import-form .common-fields select,
.participant-import-form .common-fields input {
  height: 30px;
  padding: 4px 6px;
}
.outstanding-invoices {
  margin-top: 15px;
}
.outstanding-invoices th,
.outstanding-invoices td {
  font-size: 12px;
}
.acccount-overview-group {
  margin-bottom: 29px;
}
.change-company-list {
  font-size: 17px;
  padding-left: 20px;
}
.change-company-list li {
  margin-bottom: 6px;
}
.change-company-list li .selected {
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#newFocusGroupPricing {
  position: relative;
}
.sms-form .sms-preview {
  height: auto;
  min-height: 100px;
  white-space: pre-wrap;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  box-shadow: none;
}
.sms-form .sms-text {
  resize: none;
}
.email-edit-validation {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.email-edit-validation .validation-summary-errors ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.email-edit-validation .validation-summary-errors ul li {
  border: 1px solid #A94442;
  color: #A55555;
  border-radius: 3px;
  padding: 7px 9px;
  /* box-shadow */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
}
.email-area {
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #dedede;
  border-radius: 3px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  top: 0px;
  transition: top 0.2s, border-color 0.2s;
}
.email-area.email-preview .email-edit-header {
  background-color: #C0202C;
}
.email-area.email-edit .email-edit-header {
  background-color: #515151;
}
.email-area.email-edit .email-edit-header span {
  color: #FFFFFF;
}
.email-area.email-edit .email-edit-header .btn-link {
  color: #FFFFFF;
  text-decoration: underline;
}
.email-area .email-edit-header {
  padding: 6px 20px;
}
.email-area .email-edit-header .email-header-left {
  float: left;
  padding-top: 6px;
}
.email-area .email-edit-header .email-header-left span {
  vertical-align: top;
}
.email-area .email-edit-header .email-controls {
  float: right;
}
.email-area .email-edit-header .email-controls .btn-link {
  color: #FFFFFF;
}
.email-area .email-edit-header .email-controls .btn-link span {
  vertical-align: top;
  margin: 0 5px;
}
.email-area .email-edit-header form,
.email-area .email-edit-header .form {
  color: #FFFFFF;
}
.email-area .email-edit-header form label,
.email-area .email-edit-header .form label {
  padding-top: 3px;
}
.email-area .email-edit-subject {
  border-color: #C0202C;
}
.email-area .email-edit-subject .controls {
  width: 79%;
}
.email-area .email-preview-subject {
  padding: 7px 10px;
  border-bottom: 1px solid #dedede;
}
.email-area .email-preview-subject .subject-label {
  display: inline-block;
  margin-right: 10px;
  font-family: 'SourceSansProLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.email-area .email-preview-subject .text {
  display: inline;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.email-area .body {
  min-height: 50px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.075);
}
.email-area .editor {
  margin-bottom: 0px;
}
.email-area .editor .wysiwyg .mce-container {
  border-width: 0px !important;
}
.email-area .email-preview-attachments .email-preview-attachment:first-child {
  margin-left: 48px;
}
.email-area .email-preview-attachments .email-preview-attachment {
  background-image: url("../img/file.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  width: 70px;
  height: 70px;
  line-height: 120px;
  font-size: 10px;
  vertical-align: bottom;
  text-align: center;
  opacity: 0.5;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .email-area .email-preview-attachments .email-preview-attachment {
    background-image: url("../img/file_x2.png");
    background-size: 22px 22px;
  }
}
.email-editor-tags {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.email-editor-tags .tags .tag {
  /* box-shadow */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
}
.email-editor-tags .tags .tag.btn-white {
  background: none #FFF;
}
.email-editor-tags > div {
  overflow: visible;
  white-space: nowrap;
}
.tags {
  padding: 6px 0;
}
.tags .tag-used,
.tags .tag-unused {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px;
}
.tags .tag-used {
  background-image: url("../img/TickBox.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tags .tag-used {
    background-image: url("../img/TickBox_x2.png");
    background-size: 22px 22px;
  }
}
.tags .tag-unused {
  background-image: url("../img/dashcircle.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tags .tag-unused {
    background-image: url("../img/dashcircle_x2.png");
    background-size: 22px 22px;
  }
}
.tags .tag {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  text-decoration: none;
  padding: 7px 16px 4px;
  line-height: calc(20/15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  transition: padding-left 0.2s, width 0.2s, border-color 0.2s, background 0.2s;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  background: none;
  filter: none;
  background-color: #FFFFFF;
  text-shadow: 0 1px 0px #ffffff;
  border-color: #C0BFBF;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #FDFDFD, #EFEFEF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDFDFD), to(#EFEFEF));
  background-image: -webkit-linear-gradient(top, #FDFDFD, #EFEFEF);
  background-image: -o-linear-gradient(top, #FDFDFD, #EFEFEF);
  background-image: linear-gradient(to bottom, #FDFDFD, #EFEFEF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffefefef', GradientType=0);
  color: #4A4949;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.3);
  border-color: #738082;
  color: #494748;
  background-color: #d8dee1;
  background-image: -moz-linear-gradient(top, #DFE5E7, #CED4D9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFE5E7), to(#CED4D9));
  background-image: -webkit-linear-gradient(top, #DFE5E7, #CED4D9);
  background-image: -o-linear-gradient(top, #DFE5E7, #CED4D9);
  background-image: linear-gradient(to bottom, #DFE5E7, #CED4D9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfe5e7', endColorstr='#ffced4d9', GradientType=0);
  font-size: 14px;
  padding: 4px 15px 2px;
  margin-bottom: 5px;
}
.tags .tag:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tags .tag:hover,
.tags .tag:focus {
  color: #333;
  text-decoration: none;
}
.tags .tag:active,
.tags .tag.active {
  outline: 0;
  background-image: none;
  /* box-shadow */
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tags .tag.disabled,
.tags .tag[disabled],
fieldset[disabled] .tags .tag {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tags .tag.disabled,
.tags .tag[disabled] {
  border-color: #C0BFBF;
}
.tags .tag > span {
  vertical-align: middle;
}
.tags .tag .icon + span {
  margin-left: 5px;
}
.tags .tag span + .icon {
  margin-left: 5px;
}
.tags .tag .icon {
  margin-top: -2px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.tags .tag:hover,
.tags .tag:focus {
  border-color: #C0BFBF;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #FFFFFF, #F8F7F7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F8F7F7));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F8F7F7);
  background-image: -o-linear-gradient(top, #FFFFFF, #F8F7F7);
  background-image: linear-gradient(to bottom, #FFFFFF, #F8F7F7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f7f7', GradientType=0);
  /* box-shadow */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.100), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.100), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.100), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  color: #4A4949;
}
.tags .tag:focus {
  outline: none;
  /* box-shadow */
  -webkit-box-shadow: 0 0px 6px 0px rgba(16, 143, 207, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  -moz-box-shadow: 0 0px 6px 0px rgba(16, 143, 207, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
  box-shadow: 0 0px 6px 0px rgba(16, 143, 207, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
}
.tags .tag:active {
  border-color: #C0BFBF;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #E8E7E7, #FDFDFD);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E8E7E7), to(#FDFDFD));
  background-image: -webkit-linear-gradient(top, #E8E7E7, #FDFDFD);
  background-image: -o-linear-gradient(top, #E8E7E7, #FDFDFD);
  background-image: linear-gradient(to bottom, #E8E7E7, #FDFDFD);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e7e7', endColorstr='#fffdfdfd', GradientType=0);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tags .tag.disabled,
.tags .tag[disabled] {
  background-image: none;
  background-color: #F1F1F1;
  color: #AEAEAE !important;
  text-shadow: none;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.321);
}
.tags .tag:hover,
.tags .tag:focus {
  border-color: #536062;
  background-color: #e6ecef;
  background-image: -moz-linear-gradient(top, #EDF3F4, #DCE2E8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EDF3F4), to(#DCE2E8));
  background-image: -webkit-linear-gradient(top, #EDF3F4, #DCE2E8);
  background-image: -o-linear-gradient(top, #EDF3F4, #DCE2E8);
  background-image: linear-gradient(to bottom, #EDF3F4, #DCE2E8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf3f4', endColorstr='#ffdce2e8', GradientType=0);
}
.tags .tag:active {
  border-color: #738082;
  background-color: #d5dbdf;
  background-image: -moz-linear-gradient(top, #CED4D9, #DFE5E7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CED4D9), to(#DFE5E7));
  background-image: -webkit-linear-gradient(top, #CED4D9, #DFE5E7);
  background-image: -o-linear-gradient(top, #CED4D9, #DFE5E7);
  background-image: linear-gradient(to bottom, #CED4D9, #DFE5E7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffced4d9', endColorstr='#ffdfe5e7', GradientType=0);
}
.snapshot-lightbox > .snapshot .title,
.snapshot-filmstrip > .snapshot .title,
.snapshot-grid > .snapshot .title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.snapshot-lightbox > .snapshot .image,
.snapshot-filmstrip > .snapshot .image,
.snapshot-grid > .snapshot .image {
  text-align: center;
  background-color: #efefef;
  overflow: hidden;
}
.snapshot-lightbox > .snapshot .image img,
.snapshot-filmstrip > .snapshot .image img,
.snapshot-grid > .snapshot .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.snapshot-lightbox > .snapshot {
  padding: 10px;
}
.snapshot-lightbox > .snapshot .title-actions {
  height: 4px;
}
.snapshot-lightbox > .snapshot .title-actions .actions > span {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.snapshot-lightbox > .snapshot .title-actions .actions > span .btn-label {
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.snapshot-lightbox > .snapshot .title {
  font-size: 21px;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.snapshot-lightbox > .snapshot .swipe-panel {
  position: relative;
}
.snapshot-lightbox > .snapshot .swipe-panel > .next,
.snapshot-lightbox > .snapshot .swipe-panel > .prev {
  font-family: 'SourceSansProLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: rgba(60, 60, 60, 0.3);
  position: absolute;
  z-index: 2;
  vertical-align: middle;
  top: 50%;
  width: 50px;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
  cursor: pointer;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-size: 16px;
}
.snapshot-lightbox > .snapshot .swipe-panel > .next {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  right: 0;
}
.snapshot-lightbox > .snapshot .swipe-panel > .prev {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  left: 0;
}
.snapshot-lightbox > .snapshot .image-container {
  overflow-x: hidden;
}
.snapshot-lightbox > .snapshot .image-container .image-container-inner {
  position: relative;
  white-space: nowrap;
  margin-left: -880px;
  font-size: 0;
  text-space-collapse: trim-inner;
  width: 2640px;
}
.snapshot-lightbox > .snapshot .image-container .image-container-inner .image {
  float: left;
  display: block;
  width: 880px;
  height: 495px;
  line-height: 495px;
  border-radius: 3px;
}
.snapshot-filmstrip {
  position: relative;
  white-space: nowrap;
  padding: 10px;
  overflow-x: scroll;
}
.snapshot-filmstrip > .snapshot {
  display: inline-block;
  width: 100px;
}
.snapshot-filmstrip > .snapshot .image {
  height: 60.25px;
  line-height: 56.25px;
  border-radius: 2px;
  border: 2px solid #efefef;
  transition: border-color 0.2s;
  cursor: pointer;
}
.snapshot-filmstrip > .snapshot.selected .image {
  border-color: #c0202c;
}
.snapshot-filmstrip::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
}
.snapshot-filmstrip::-webkit-scrollbar-track {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #dedede;
  border-radius: 10px;
}
.snapshot-filmstrip::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #fdfdfd, #efefef);
  border: 1px solid #C0BFBF;
  border-radius: 10px;
}
.snapshot-grid > .snapshot {
  position: relative;
  z-index: 1;
  width: 25%;
  float: left;
  font-family: 'SourceSansProLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding: 5px;
  -webkit-transition: -webkit-transform 0.2s, z-index 0.2s;
  -moz-transition: -moz-transform 0.2s, z-index 0.2s;
  transition: transform 0.2s, z-index 0.2s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.snapshot-grid > .snapshot .image {
  height: 150px;
  line-height: 146px;
  text-align: center;
  border: 2px solid #efefef;
  border-radius: 3px;
  transition: border-color 0.2s;
  cursor: pointer;
}
.snapshot-grid > .snapshot:hover {
  z-index: 90;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.snapshot-grid > .snapshot:hover .image {
  border-color: #c0202c;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.snapshot-grid:before,
.snapshot-grid:after {
  content: " ";
  display: table;
}
.snapshot-grid:after {
  clear: both;
}
.snapshot-grid:before,
.snapshot-grid:after {
  content: " ";
  display: table;
}
.snapshot-grid:after {
  clear: both;
}
.poll-view .bar-chart .bar {
  fill: steelblue;
}
.poll-view .bar-chart .bar:hover,
.poll-view .bar-chart .bar.selected {
  fill: gold;
}
.poll-view .diverging-bar-chart,
.poll-view .bar-chart {
  height: 400px;
}
.poll-view .diverging-bar-chart .barBg,
.poll-view .bar-chart .barBg {
  fill: #f5f5f5;
}
.poll-view .diverging-bar-chart .axis,
.poll-view .bar-chart .axis {
  font: 10px sans-serif;
}
.poll-view .diverging-bar-chart .axis path,
.poll-view .bar-chart .axis path,
.poll-view .diverging-bar-chart .axis line,
.poll-view .bar-chart .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.poll-view .diverging-bar-chart .x.axis path,
.poll-view .bar-chart .x.axis path {
  display: none;
}
.poll-view .diverging-bar-chart .bar:hover,
.poll-view .bar-chart .bar:hover,
.poll-view .diverging-bar-chart .bar.selected,
.poll-view .bar-chart .bar.selected {
  fill: gold;
}
.poll-grid > .poll {
  position: relative;
  z-index: 1;
  width: 25%;
  float: left;
  padding: 5px;
}
.poll-grid > .poll .inner {
  height: 180px;
  text-align: center;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  padding: 5px;
}
.poll-grid > .poll.hasRun:hover .inner {
  border-color: #c0202c;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.poll-grid > .poll.hasRun .inner {
  transition: border-color 0.2s;
  background-color: #f5f5f5;
  cursor: pointer;
}
.poll-grid > .poll .name {
  font-family: 'SourceSansProLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.poll-grid > .poll .prompt {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.poll-grid > .poll .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  -webkit-animation: v_20px_19 0.8s steps(19, end) infinite;
  -moz-animation: v_20px_19 0.8s steps(19, end) infinite;
  animation: v_20px_19 0.8s steps(19, end) infinite;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../img/spindark.png");
  transition: opacity 0.2s;
}
.poll-grid > .poll .loading.show {
  opacity: 1;
}
@-webkit-keyframes v_20px_19 {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
@-moz-keyframes v_20px_19 {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
@keyframes v_20px_19 {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .poll-grid > .poll .loading {
    background-image: url("../img/spindark_x2.png");
    background-size: 20px 380px;
  }
}
.poll-grid > .poll .image {
  text-align: center;
  background-color: #efefef;
  overflow: hidden;
}
.poll-grid > .poll .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.poll-grid > .poll .icon {
  height: 100px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.poll-grid > .poll .textpoll {
  background-image: url("../img/textPoll.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .poll-grid > .poll .textpoll {
    background-image: url("../img/textPoll_x2.png");
    background-size: 120px 100px;
  }
}
.poll-grid > .poll .agreementpoll {
  background-image: url("../img/agreementPoll.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .poll-grid > .poll .agreementpoll {
    background-image: url("../img/agreementPoll_x2.png");
    background-size: 120px 100px;
  }
}
.poll-grid > .poll .singleselectpoll {
  background-image: url("../img/singleselectPoll.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .poll-grid > .poll .singleselectpoll {
    background-image: url("../img/singleselectPoll_x2.png");
    background-size: 120px 100px;
  }
}
.poll-grid > .poll .multiselectpoll {
  background-image: url("../img/multiselectPoll.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .poll-grid > .poll .multiselectpoll {
    background-image: url("../img/multiselectPoll_x2.png");
    background-size: 120px 100px;
  }
}
.poll-grid > .poll .rankingpoll {
  background-image: url("../img/rankingPoll.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .poll-grid > .poll .rankingpoll {
    background-image: url("../img/rankingPoll_x2.png");
    background-size: 120px 100px;
  }
}
.wizard-steps-summary {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px;
}
.wizard-steps-summary .step {
  border-top: 1px solid #DEDEDE;
  min-height: 80px;
  position: relative;
}
.wizard-steps-summary .step > div {
  display: inline-block;
  position: relative;
  top: 0px;
  height: 100%;
}
.wizard-steps-summary .step.step-error {
  border-top-color: #C0202C;
  box-shadow: 0 -10px 18px -18px #000000, 0 10px 18px -18px #000000;
}
.wizard-steps-summary .step.step-error .step-icon .icon {
  background-image: url("../img/AttentionBox_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .wizard-steps-summary .step.step-error .step-icon .icon {
    background-image: url("../img/AttentionBox_large_x2.png");
    background-size: 38px 38px;
  }
}
.wizard-steps-summary .step.step-error + .step {
  border-top-color: #C0202C;
}
.wizard-steps-summary .step.step-success .step-icon .icon {
  background-image: url("../img/TickBox_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .wizard-steps-summary .step.step-success .step-icon .icon {
    background-image: url("../img/TickBox_large_x2.png");
    background-size: 38px 38px;
  }
}
.wizard-steps-summary .step:last-child {
  border-bottom: 1px solid #DEDEDE;
}
.wizard-steps-summary .step > .step-icon {
  margin: 12px 0 0 10px;
  float: left;
  width: 35px;
}
.wizard-steps-summary .step > .step-icon .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wizard-steps-summary .step > .step-description {
  padding: 12px 0 0 14px;
  position: absolute;
  width: 230px;
}
.wizard-steps-summary .step > .step-description > div {
  line-height: 20px;
  height: 20px;
}
.wizard-steps-summary .step > .step-summary {
  padding: 12px 0 12px 14px;
  overflow: visible;
  margin-left: 230px;
  max-width: 310px;
}
.wizard-steps-summary .step > .step-summary div {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.wizard-steps-summary .step > .step-summary > div {
  line-height: 20px;
  height: 20px;
}
.wizard-steps-summary .step > .step-summary > div > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.wizard-steps-summary .step > .step-info {
  padding: 12px 0 12px 14px;
  width: 415px;
}
.wizard-steps-summary .step > .step-info .step-info-row .step-info-label {
  float: left;
  width: 230px;
}
.wizard-steps-summary .step > .step-info .step-info-row .step-info-info {
  float: left;
  width: 171px;
}
.wizard-steps-summary .step > .step-action {
  margin-top: 10px;
  float: right;
}
.wizard-steps-summary .step > .step-action .tooltip.top {
  margin-top: -12px;
}
.wizard-steps-summary .step .icon-small.btn-icon-mail {
  margin-right: 5px;
  height: 20px;
}
.wizard-steps-controls {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.wizard-steps-controls .wizard-summary-terms {
  position: relative;
  float: left;
  width: 54.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 45.83333333%;
  margin-top: 13px;
  margin-bottom: 24px;
  text-align: left;
}
.wizard-steps-controls .wizard-summary-terms input {
  margin-left: -16px;
}
.wizard-steps-controls .wizard-summary-terms a,
.wizard-steps-controls .wizard-summary-terms label {
  font-size: 12px;
}
.wizard-summary-terms-validation {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 13px;
}
.report-header {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
}
.report-header:before,
.report-header:after {
  content: " ";
  display: table;
}
.report-header:after {
  clear: both;
}
.report-header:before,
.report-header:after {
  content: " ";
  display: table;
}
.report-header:after {
  clear: both;
}
.report-header > div {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.report-header > div strong {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focusgroup-chat-report .chat-container {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
}
.focusgroup-chat-report .chat-container:before,
.focusgroup-chat-report .chat-container:after {
  content: " ";
  display: table;
}
.focusgroup-chat-report .chat-container:after {
  clear: both;
}
.focusgroup-chat-report .chat-container:before,
.focusgroup-chat-report .chat-container:after {
  content: " ";
  display: table;
}
.focusgroup-chat-report .chat-container:after {
  clear: both;
}
.focusgroup-chat-report .chat-container .chat {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .focusgroup-chat-report .chat-container .chat {
    float: left;
    width: 50%;
  }
}
.focusgroup-chat-report .chat-container .chat .title-actions {
  height: 4px;
}
.focusgroup-chat-report .chat-container .chat h4 {
  margin-bottom: 6px;
}
.focusgroup-chat-report .chat-container .chat .chat-list {
  height: 400px;
}
.chat-list {
  overflow-y: scroll;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.chat-list .chat-row {
  padding: 3px;
  font-size: 12px;
  margin-bottom: 1px;
}
.chat-list .chat-row .name {
  font-family: 'SourceSansProBold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.chat-list .chat-row .time {
  font-size: 11px;
  color: #999999;
}
.chat-list.chat-list-rtl {
  direction: rtl;
}
.chat-list.chat-list-rtl .chat-row {
  border-right: 6px solid transparent;
}
.chat-list.chat-list-rtl .chat-row .time {
  float: left;
}
.chat-list.chat-list-ltr {
  direction: ltr;
}
.chat-list.chat-list-ltr .chat-row {
  border-left: 6px solid transparent;
}
.chat-list.chat-list-ltr .chat-row .time {
  float: right;
}
.project-select {
  padding-top: 20px;
}
.project-select .project-row {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  cursor: pointer;
  color: #515151;
  background-clip: padding-box;
  border-bottom: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  margin-bottom: -1px;
  outline: none;
  padding-top: 6px;
}
.project-select .project-row:before,
.project-select .project-row:after {
  content: " ";
  display: table;
}
.project-select .project-row:after {
  clear: both;
}
.project-select .project-row:before,
.project-select .project-row:after {
  content: " ";
  display: table;
}
.project-select .project-row:after {
  clear: both;
}
.project-select .project-row .project-title {
  position: relative;
  float: left;
  width: 70.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.project-select .project-row .project-nameclient {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  vertical-align: bottom;
}
.project-select .project-row .project-desc {
  display: block;
  font-size: small;
  font-weight: normal;
  padding-left: 20px;
  opacity: 0.5;
}
.project-select .project-row .project-moderator {
  position: relative;
  float: left;
  width: 4.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
}
.project-select .project-row .project-deleteicon {
  position: relative;
  float: left;
  width: 4.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
  z-index: 3;
}
.project-select .project-row .project-activities {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  color: #515151;
  padding-top: 3px;
}
.project-select .project-row .moderator-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/moderator_small.png");
  vertical-align: middle;
  opacity: 0.3;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .project-select .project-row .moderator-icon {
    background-image: url("../img/moderator_small_x2.png");
    background-size: 25px 25px;
  }
}
.project-select .project-row.project-selected,
.project-select .project-row:hover {
  color: #c0202c;
  box-shadow: 0 -10px 18px -18px #000000, 0 10px 18px -18px #000000;
}
.project-select .project-row:hover {
  z-index: 3;
  background-color: white;
  border-color: transparent;
}
.project-select .project-row:hover:first-child {
  border-top-color: #DFDFDF;
}
.project-select .project-row:hover:last-child {
  border-bottom-color: #DFDFDF;
}
.project-select .project-row:hover.project-selected:last-child {
  border-bottom-color: #c0202c;
}
.project-select .project-row.project-selected {
  /* transition */
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  z-index: 2;
  background-color: white;
  border-color: #c0202c;
}
.edit-theme {
  margin-top: 10px;
}
.edit-theme .logo-select,
.edit-theme .colour-select {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* transition */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-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;
  border-radius: 2px;
  border-color: #DEDEDE;
  min-height: 42px;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  height: 200px;
  box-shadow: none;
}
.edit-theme .logo-select:focus,
.edit-theme .colour-select:focus {
  border-color: #66afe9;
  outline: 0;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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);
}
.edit-theme .logo-select:-moz-placeholder,
.edit-theme .colour-select:-moz-placeholder {
  color: #999999;
}
.edit-theme .logo-select::-moz-placeholder,
.edit-theme .colour-select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.edit-theme .logo-select:-ms-input-placeholder,
.edit-theme .colour-select:-ms-input-placeholder {
  color: #999999;
}
.edit-theme .logo-select::-webkit-input-placeholder,
.edit-theme .colour-select::-webkit-input-placeholder {
  color: #999999;
}
.edit-theme .logo-select[disabled],
.edit-theme .colour-select[disabled],
.edit-theme .logo-select[readonly],
.edit-theme .colour-select[readonly],
fieldset[disabled] .edit-theme .logo-select,
fieldset[disabled] .edit-theme .colour-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.edit-theme .logo-select,
textarea.edit-theme .colour-select {
  height: auto;
}
.edit-theme .logo-select.search,
.edit-theme .colour-select.search {
  background-image: url("../img/search.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .logo-select.search,
  .edit-theme .colour-select.search {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .logo-select.control-help,
.edit-theme .colour-select.control-help {
  background-image: url("../img/fieldhelp.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .logo-select.control-help,
  .edit-theme .colour-select.control-help {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .logo-select.search-left,
.edit-theme .colour-select.search-left {
  background-image: url("../img/search.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .logo-select.search-left,
  .edit-theme .colour-select.search-left {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .logo-select.control-help-left,
.edit-theme .colour-select.control-help-left {
  background-image: url("../img/fieldhelp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .logo-select.control-help-left,
  .edit-theme .colour-select.control-help-left {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .logo-select.control-slider-positive,
.edit-theme .colour-select.control-slider-positive {
  background-image: url("../img/thumbsUp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .logo-select.control-slider-positive,
  .edit-theme .colour-select.control-slider-positive {
    background-image: url("../img/thumbsUp_x2.png");
    background-size: 16px 16px;
  }
}
.edit-theme .logo-select.control-slider-negative,
.edit-theme .colour-select.control-slider-negative {
  background-image: url("../img/thumbsDown.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .logo-select.control-slider-negative,
  .edit-theme .colour-select.control-slider-negative {
    background-image: url("../img/thumbsDown_x2.png");
    background-size: 16px 16px;
  }
}
.edit-theme .logo-uploading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/spinnerdark_large.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .logo-uploading {
    background-image: url("../img/spinnerdark_large_x2.gif");
    background-size: 48px 48px;
  }
}
.edit-theme .colour-select {
  padding: 0;
  position: relative;
}
.edit-theme .colour-select .swatch {
  cursor: crosshair;
  position: absolute;
  right: 130px;
  height: 100%;
  left: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.edit-theme .colour-select .colour-code {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* transition */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-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;
  border-radius: 2px;
  border-color: #DEDEDE;
  min-height: 42px;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  font-family: Fixed, monospace;
  text-transform: uppercase;
}
.edit-theme .colour-select .colour-code:focus {
  border-color: #66afe9;
  outline: 0;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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);
}
.edit-theme .colour-select .colour-code:-moz-placeholder {
  color: #999999;
}
.edit-theme .colour-select .colour-code::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.edit-theme .colour-select .colour-code:-ms-input-placeholder {
  color: #999999;
}
.edit-theme .colour-select .colour-code::-webkit-input-placeholder {
  color: #999999;
}
.edit-theme .colour-select .colour-code[disabled],
.edit-theme .colour-select .colour-code[readonly],
fieldset[disabled] .edit-theme .colour-select .colour-code {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.edit-theme .colour-select .colour-code {
  height: auto;
}
.edit-theme .colour-select .colour-code.search {
  background-image: url("../img/search.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .colour-code.search {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .colour-select .colour-code.control-help {
  background-image: url("../img/fieldhelp.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .colour-code.control-help {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .colour-select .colour-code.search-left {
  background-image: url("../img/search.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .colour-code.search-left {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .colour-select .colour-code.control-help-left {
  background-image: url("../img/fieldhelp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .colour-code.control-help-left {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .colour-select .colour-code.control-slider-positive {
  background-image: url("../img/thumbsUp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .colour-code.control-slider-positive {
    background-image: url("../img/thumbsUp_x2.png");
    background-size: 16px 16px;
  }
}
.edit-theme .colour-select .colour-code.control-slider-negative {
  background-image: url("../img/thumbsDown.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .colour-code.control-slider-negative {
    background-image: url("../img/thumbsDown_x2.png");
    background-size: 16px 16px;
  }
}
.edit-theme .colour-select .sample {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* transition */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-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;
  border-radius: 2px;
  border-color: #DEDEDE;
  min-height: 42px;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 110px;
  height: 50px;
}
.edit-theme .colour-select .sample:focus {
  border-color: #66afe9;
  outline: 0;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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);
}
.edit-theme .colour-select .sample:-moz-placeholder {
  color: #999999;
}
.edit-theme .colour-select .sample::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.edit-theme .colour-select .sample:-ms-input-placeholder {
  color: #999999;
}
.edit-theme .colour-select .sample::-webkit-input-placeholder {
  color: #999999;
}
.edit-theme .colour-select .sample[disabled],
.edit-theme .colour-select .sample[readonly],
fieldset[disabled] .edit-theme .colour-select .sample {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.edit-theme .colour-select .sample {
  height: auto;
}
.edit-theme .colour-select .sample.search {
  background-image: url("../img/search.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .sample.search {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .colour-select .sample.control-help {
  background-image: url("../img/fieldhelp.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .sample.control-help {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .colour-select .sample.search-left {
  background-image: url("../img/search.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .sample.search-left {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .colour-select .sample.control-help-left {
  background-image: url("../img/fieldhelp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .sample.control-help-left {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .colour-select .sample.control-slider-positive {
  background-image: url("../img/thumbsUp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .sample.control-slider-positive {
    background-image: url("../img/thumbsUp_x2.png");
    background-size: 16px 16px;
  }
}
.edit-theme .colour-select .sample.control-slider-negative {
  background-image: url("../img/thumbsDown.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .colour-select .sample.control-slider-negative {
    background-image: url("../img/thumbsDown_x2.png");
    background-size: 16px 16px;
  }
}
.edit-theme .colour-select .colour-code {
  position: absolute;
  right: 10px;
  top: 70px;
  width: 110px;
}
.edit-theme .logo-select {
  position: relative;
}
.edit-theme .logo-select .actions {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: none;
}
.draganddrop .edit-theme .logo-select input[type='file'] {
  display: none;
}
.draganddrop .edit-theme .logo-select .actions {
  display: block;
}
.edit-theme .logo-select .logo-preview {
  text-align: center;
  position: absolute;
  height: 160px;
  line-height: 160px;
  top: 20px;
  left: 20px;
  right: 20px;
}
.edit-theme .logo-select .logo-preview img {
  max-width: 150px;
  max-height: 75px;
  width: auto;
  height: auto;
}
.edit-theme .logo-select .upload-error {
  color: #c0202c;
  text-align: center;
  position: absolute;
  height: 160px;
  top: 20px;
  left: 20px;
  right: 20px;
}
.edit-theme .edit-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.edit-theme .edit-row:before,
.edit-theme .edit-row:after {
  content: " ";
  display: table;
}
.edit-theme .edit-row:after {
  clear: both;
}
.edit-theme .edit-row:before,
.edit-theme .edit-row:after {
  content: " ";
  display: table;
}
.edit-theme .edit-row:after {
  clear: both;
}
.edit-theme .edit-row .edit-logo {
  position: relative;
  float: left;
  width: 37.5%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.edit-theme .edit-row .edit-colour {
  position: relative;
  float: left;
  width: 62.5%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.edit-theme .edit-preview {
  margin-bottom: 20px;
}
.edit-theme .edit-preview .preview {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* transition */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-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;
  border-radius: 2px;
  border-color: #DEDEDE;
  min-height: 42px;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: auto;
}
.edit-theme .edit-preview .preview:focus {
  border-color: #66afe9;
  outline: 0;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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);
}
.edit-theme .edit-preview .preview:-moz-placeholder {
  color: #999999;
}
.edit-theme .edit-preview .preview::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.edit-theme .edit-preview .preview:-ms-input-placeholder {
  color: #999999;
}
.edit-theme .edit-preview .preview::-webkit-input-placeholder {
  color: #999999;
}
.edit-theme .edit-preview .preview[disabled],
.edit-theme .edit-preview .preview[readonly],
fieldset[disabled] .edit-theme .edit-preview .preview {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.edit-theme .edit-preview .preview {
  height: auto;
}
.edit-theme .edit-preview .preview.search {
  background-image: url("../img/search.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .edit-preview .preview.search {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .edit-preview .preview.control-help {
  background-image: url("../img/fieldhelp.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .edit-preview .preview.control-help {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .edit-preview .preview.search-left {
  background-image: url("../img/search.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .edit-preview .preview.search-left {
    background-image: url("../img/search_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .edit-preview .preview.control-help-left {
  background-image: url("../img/fieldhelp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .edit-preview .preview.control-help-left {
    background-image: url("../img/fieldhelp_x2.png");
    background-size: 18px 18px;
  }
}
.edit-theme .edit-preview .preview.control-slider-positive {
  background-image: url("../img/thumbsUp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .edit-preview .preview.control-slider-positive {
    background-image: url("../img/thumbsUp_x2.png");
    background-size: 16px 16px;
  }
}
.edit-theme .edit-preview .preview.control-slider-negative {
  background-image: url("../img/thumbsDown.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-theme .edit-preview .preview.control-slider-negative {
    background-image: url("../img/thumbsDown_x2.png");
    background-size: 16px 16px;
  }
}
.wizard-breadcrumbs {
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 25px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0px;
}
.wizard-breadcrumbs div {
  padding-left: 20px;
  padding-right: 20px;
}
.wizard-breadcrumbs .step {
  font-size: 17px;
  -webkit-box-shadow: inset 0px -3px 0px -2px #ffffff;
  -moz-box-shadow: inset 0px -3px 0px -2px #ffffff;
  box-shadow: inset 0px -3px 0px -2px #ffffff;
  color: #000000;
  outline: none;
  display: inline-block;
  width: 20%;
  text-align: center;
  position: relative;
  padding-top: 18px;
  padding-bottom: 14px;
  margin: 0px;
}
.wizard-breadcrumbs .step .first,
.wizard-breadcrumbs .step .last {
  display: inline-block;
  width: 50%;
  bottom: 0px;
  position: absolute;
  height: 2px;
  background-color: #E2E2E2;
}
.wizard-breadcrumbs .step .first {
  left: 0px;
}
.wizard-breadcrumbs .step .last {
  right: 0px;
}
.wizard-breadcrumbs .step.active {
  color: #C0202C;
  text-decoration: none;
}
.wizard-breadcrumbs .step.active .first {
  background-color: #C0202C;
}
.wizard-breadcrumbs .step.active .dot {
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-bottom: -3px;
  border-radius: 4px;
  bottom: 0px;
  background-color: #C0202C;
}
.wizard-breadcrumbs .step.previous .first {
  background-color: #C0202C;
}
.wizard-breadcrumbs .step.previous .last {
  background-color: #C0202C;
}
.wizard-breadcrumbs .step.disabled {
  text-decoration: none;
  color: #969696;
}
.unvalidated-landing {
  margin-left: -15px;
  margin-right: -15px;
}
.unvalidated-landing:before,
.unvalidated-landing:after {
  content: " ";
  display: table;
}
.unvalidated-landing:after {
  clear: both;
}
.unvalidated-landing:before,
.unvalidated-landing:after {
  content: " ";
  display: table;
}
.unvalidated-landing:after {
  clear: both;
}
.unvalidated-landing .page-content {
  position: relative;
  float: left;
  width: 65.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.unvalidated-landing .page-content h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.unvalidated-landing .page-content .media {
  margin-top: 20px;
  margin-bottom: 25px;
}
.unvalidated-landing .page-content .media h6 {
  text-align: center;
  color: white;
  min-height: 26px;
  line-height: 26px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-image: url("../img/videotitle.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .unvalidated-landing .page-content .media h6 {
    background-image: url("../img/videotitle_x2.png");
    background-size: 330px 26px;
  }
}
.unvalidated-landing .page-content .media .video {
  background-color: #000000;
  height: 328px;
}
.unvalidated-landing .page-content .slogan {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.unvalidated-landing .page-content .slogan .red {
  color: #c0202c;
}
.unvalidated-landing .sidebar {
  position: relative;
  float: left;
  width: 34.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.unvalidated-landing .sidebar .events h4 {
  color: #c0202c;
}
.unvalidated-landing .sidebar .events .event .event-date {
  float: left;
  width: 45px;
  color: #c0202c;
}
.unvalidated-landing .sidebar .events .event .event-date .day,
.unvalidated-landing .sidebar .events .event .event-date .month,
.unvalidated-landing .sidebar .events .event .event-date .year {
  line-height: 1;
  display: block;
  text-align: center;
}
.unvalidated-landing .sidebar .events .event .event-date .day {
  font-size: 40px;
  line-height: 0.8;
  font-family: 'SourceSansProBold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.unvalidated-landing .sidebar .events .event .event-intro {
  margin-left: 65px;
}
.unvalidated-landing .sidebar .tweets h4 {
  color: #666666;
}
.unvalidated-landing .sidebar .tweets .tweet {
  padding-left: 65px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-image: url("../img/twitter.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .unvalidated-landing .sidebar .tweets .tweet {
    background-image: url("../img/twitter_x2.png");
    background-size: 40px 34px;
  }
}
.unvalidated-landing .sidebar .events,
.unvalidated-landing .sidebar .tweets {
  margin-bottom: 20px;
}
.unvalidated-landing .sidebar .events h4,
.unvalidated-landing .sidebar .tweets h4 {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #BDBDBD;
}
.unvalidated-landing .sidebar .events .tweet,
.unvalidated-landing .sidebar .tweets .tweet,
.unvalidated-landing .sidebar .events .event,
.unvalidated-landing .sidebar .tweets .event {
  margin-bottom: 15px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.unvalidated-landing .sidebar .ourteam {
  display: block;
  border-radius: 6px;
  border: 1px solid #D8D8D8;
  background-color: #F5F5F5;
  padding: 14px 10px;
  text-decoration: none;
  color: #494949;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/ourteam.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .unvalidated-landing .sidebar .ourteam {
    background-image: url("../img/ourteam_x2.png");
    background-size: 40px 34px;
  }
}
.unvalidated-landing .sidebar .ourteam:hover {
  border-color: #C8C8C8;
}
.participant-links h4 {
  margin-top: 10px;
}
.participant-links .table-row-clear td {
  border-right-color: transparent;
}
.participant-links .no-border-bottom td {
  border-bottom-color: transparent !important;
}
.participant-links .no-border-top td {
  border-top-color: transparent !important;
}
.participant-links .act-copy,
.participant-links .act-copyall {
  width: 75px;
  text-align: right;
  color: #c0202c;
  text-decoration: underline;
  cursor: pointer;
}
.participant-links .act-copied,
.participant-links .act-copiedall {
  width: 75px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}
.participant-links .act-copyall,
.participant-links .act-copiedall {
  width: 120px;
}
.participant-links .act.zeroclipboard-is-hover {
  opacity: 1;
}
.billing-usages .section h4 {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.billing-usages .section.expanded span {
  cursor: pointer;
}
.billing-usages .section.expanded span.icon-small {
  background-image: url("../img/Collapse.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .billing-usages .section.expanded span.icon-small {
    background-image: url("../img/Collapse_x2.png");
    background-size: 16px 16px;
  }
}
.billing-usages .section.collapsed span {
  cursor: pointer;
}
.billing-usages .section.collapsed span.icon-small {
  background-image: url("../img/Expand.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .billing-usages .section.collapsed span.icon-small {
    background-image: url("../img/Expand_x2.png");
    background-size: 16px 16px;
  }
}
.billing-usages .section.collapsed div {
  display: none !important;
  visibility: hidden !important;
}
.billing-usages table {
  table-layout: fixed;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller {
  overflow: auto;
  white-space: nowrap;
  height: 250px;
  margin-bottom: 37px;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div {
  display: inline-block;
  width: 21%;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div select {
  color: #555555;
  display: inline-block;
  float: left;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  width: 180px;
  padding: 10px 0 12px 8px;
  font-family: 'SourceSansProBold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div table {
  display: inline-block;
  width: 180px;
  float: left;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div table > tbody {
  width: 180px;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div table > tbody > tr {
  width: 180px;
  height: 40px;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div table > tbody > tr > td {
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  width: 180px;
  padding: 10px 0 12px 8px;
  color: #555;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div table > tbody > tr > td > div {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 170px;
  white-space: nowrap;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div.error select {
  border-color: #C0202C;
  background-color: #FFFFFF;
}
.import-participants-preview .import-participants-profile-fields .import-participants-scroller > div.error table > tbody > tr > td {
  background-color: #FFFFFF;
  border-left-color: #C0202C;
  border-right-color: #C0202C;
}
.status-header {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
}
.status-header:before,
.status-header:after {
  content: " ";
  display: table;
}
.status-header:after {
  clear: both;
}
.status-header:before,
.status-header:after {
  content: " ";
  display: table;
}
.status-header:after {
  clear: both;
}
.status-header > div {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.status-header > div strong {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.status-header .activity-status {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 28px;
  margin-left: 5px;
}
.status-header .activity-status.activity-status-completed {
  color: #878787;
  background-image: url("../img/activity_completed.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-header .activity-status.activity-status-completed {
    background-image: url("../img/activity_completed_x2.png");
    background-size: 22px 22px;
  }
}
.status-header .activity-status.activity-status-running {
  color: #80C05F;
  background-image: url("../img/activity_running.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-header .activity-status.activity-status-running {
    background-image: url("../img/activity_running_x2.png");
    background-size: 22px 22px;
  }
}
.status-header .activity-status.activity-status-readytostart {
  color: #599B75;
  background-image: url("../img/activity_readytostart.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-header .activity-status.activity-status-readytostart {
    background-image: url("../img/activity_readytostart_x2.png");
    background-size: 22px 22px;
  }
}
.status-header .activity-status.activity-status-upcoming {
  color: #599B75;
  background-image: url("../img/activity_upcoming.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-header .activity-status.activity-status-upcoming {
    background-image: url("../img/activity_upcoming_x2.png");
    background-size: 22px 22px;
  }
}
.status-header .activity-status.activity-status-didnotstart {
  color: #878787;
  background-image: url("../img/activity_didnotstart.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-header .activity-status.activity-status-didnotstart {
    background-image: url("../img/activity_didnotstart_x2.png");
    background-size: 22px 22px;
  }
}
.status-header .activity-status.activity-status-cannotstart {
  color: #dfa220;
  background-image: url("../img/activity_cannotstart.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-header .activity-status.activity-status-cannotstart {
    background-image: url("../img/activity_cannotstart_x2.png");
    background-size: 22px 22px;
  }
}
.status-table-container {
  border-radius: 2px;
  margin-bottom: 1px;
}
.status-table-container .status-table .status-invitation {
  width: 150px;
}
.status-table-container .status-table .status-networkcheck {
  width: 130px;
}
.status-table-container .status-table .status-netcheck,
.status-table-container .status-table .status-audiocheck,
.status-table-container .status-table .status-videocheck {
  width: 28px;
  max-width: 28px;
  overflow: hidden;
}
.status-table-container .status-table .status-availability {
  width: 170px;
}
.status-table-container .status-table .status-email {
  width: 210px;
}
.status-table-container .status-table .status-name {
  width: 170px;
}
.status-table-container .status-table .icon-wan,
.status-table-container .status-table .icon-microphone,
.status-table-container .status-table .icon-videocamera {
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.68;
}
.status-table-container .status-table .icon-wan {
  background-image: url("../img/wan.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .icon-wan {
    background-image: url("../img/wan_x2.png");
    background-size: 24px 24px;
  }
}
.status-table-container .status-table .icon-microphone {
  background-image: url("../img/microphone.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .icon-microphone {
    background-image: url("../img/microphone_x2.png");
    background-size: 24px 24px;
  }
}
.status-table-container .status-table .icon-videocamera {
  background-image: url("../img/videocamera.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .icon-videocamera {
    background-image: url("../img/videocamera_x2.png");
    background-size: 24px 24px;
  }
}
.status-table-container .status-table .status-row .status-status {
  width: 50%;
}
.status-table-container .status-table .status-row .unknown,
.status-table-container .status-table .status-row .tick,
.status-table-container .status-table .status-row .cross,
.status-table-container .status-table .status-row .invitation-sent,
.status-table-container .status-table .status-row .invitation-opened,
.status-table-container .status-table .status-row .availability-sent,
.status-table-container .status-table .status-row .availability-opened,
.status-table-container .status-table .status-row .availability-not-sent,
.status-table-container .status-table .status-row .fail,
.status-table-container .status-table .status-row .play {
  padding-left: 20px;
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  min-height: 16px;
}
.status-table-container .status-table .status-row .unknown {
  background-image: url("../img/question_circle.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .status-row .unknown {
    background-image: url("../img/question_circle_x2.png");
    background-size: 16px 16px;
  }
}
.status-table-container .status-table .status-row .tick {
  background-image: url("../img/tick_circle.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .status-row .tick {
    background-image: url("../img/tick_circle_x2.png");
    background-size: 16px 16px;
  }
}
.status-table-container .status-table .status-row .play {
  background-image: url("../img/runningcircle.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .status-row .play {
    background-image: url("../img/runningcircle_x2.png");
    background-size: 16px 16px;
  }
}
.status-table-container .status-table .status-row .fail {
  background-image: url("../img/fail.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .status-row .fail {
    background-image: url("../img/fail_x2.png");
    background-size: 16px 16px;
  }
}
.status-table-container .status-table .status-row .cross {
  background-image: url("../img/attention_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .status-row .cross {
    background-image: url("../img/attention_small_x2.png");
    background-size: 16px 16px;
  }
}
.status-table-container .status-table .status-row .invitation-sent,
.status-table-container .status-table .status-row .availability-sent {
  background-image: url("../img/mail_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .status-row .invitation-sent,
  .status-table-container .status-table .status-row .availability-sent {
    background-image: url("../img/mail_small_x2.png");
    background-size: 16px 11px;
  }
}
.status-table-container .status-table .status-row .invitation-opened,
.status-table-container .status-table .status-row .availability-opened {
  background-image: url("../img/mailopen_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .status-row .invitation-opened,
  .status-table-container .status-table .status-row .availability-opened {
    background-image: url("../img/mailopen_small_x2.png");
    background-size: 16px 16px;
  }
}
.status-table-container .status-table .status-row .availability-not-sent {
  background-image: url("../img/Dash.png");
  opacity: 0.8;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-table-container .status-table .status-row .availability-not-sent {
    background-image: url("../img/Dash_x2.png");
    background-size: 18px 18px;
  }
}
.status-table-container .status-table .status-row .status-availability.status-disabled,
.status-table-container .status-table .status-row .status-networkcheck.status-disabled,
.status-table-container .status-table .status-row .status-invitation.status-disabled,
.status-table-container .status-table .status-row .status-netcheck.status-disabled,
.status-table-container .status-table .status-row .status-networkcheck.status-disabled,
.status-table-container .status-table .status-row .status-audiocheck.status-disabled,
.status-table-container .status-table .status-row .status-videocheck.status-disabled {
  background-color: #DFDFDF;
}
.status-table-container .status-table .status-header {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #FFFFFF;
}
.status-table-container .status-table .status-header th {
  text-align: center;
}
.status-table-container .status-notready td {
  background-color: #ffba26;
  color: #FFFFFF;
  border-color: #ffba26;
  font-family: 'SourceSansProBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.status-table-container .status-unavailable td {
  background-color: #969696;
  color: #FFFFFF;
  border-color: #969696;
  font-family: 'SourceSansProBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.status-table-container .status-available td {
  background-color: #6bb75a;
  color: #FFFFFF;
  border-color: #6bb75a;
  font-family: 'SourceSansProBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.notifications-step h5.participants-added {
  padding-left: 24px;
  background-image: url("../img/added.png");
  background-repeat: no-repeat;
  background-position: top left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .notifications-step h5.participants-added {
    background-image: url("../img/added_x2.png");
    background-size: 18px 18px;
  }
}
.notifications-step h5.participants-removed {
  padding-left: 24px;
  background-image: url("../img/removed.png");
  background-repeat: no-repeat;
  background-position: top left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .notifications-step h5.participants-removed {
    background-image: url("../img/removed_x2.png");
    background-size: 18px 18px;
  }
}
.notifications-step .participants-table {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0px;
}
.email-forward-info {
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid #dedede;
  padding: 6px 12px;
  background-color: #f7f7f7;
  font-size: 85%;
}
.recruitment-page-welcome-message {
  display: block;
  margin-bottom: 2em;
  font-size: 1.5rem;
}
.recruitment-page-closed-message {
  display: block;
  font-size: 2.5rem;
  margin-bottom: -20px;
}
.brainstorm-report {
  /*
    .brainstormReport-panel .idea:nth-child(odd){
        margin-right:10px;
        float:left;
    }

    .brainstormReport-panel .idea:nth-child(even){
        float:right;
        margin-right:0;
    }*/
}
.brainstorm-report .brainstormReport-panel {
  margin-top: 25px;
}
.brainstorm-report .brainstormReport-panel .loader {
  margin-top: 30vh;
}
.brainstorm-report .brainstormReport-panel h3 {
  margin-bottom: 10px;
}
.brainstorm-report .brainstormReport-panel select:hover {
  cursor: pointer;
}
.brainstorm-report .brainstormReport-panel .idea {
  border: 2px solid #DEDEDE;
  width: 106%;
  padding: 10px;
  margin-bottom: 12px;
  vertical-align: top;
}
.brainstorm-report .brainstormReport-panel .idea > h4 > a {
  display: block;
  margin-bottom: 10px;
  word-wrap: break-word;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 35px;
}
.brainstorm-report .brainstormReport-panel .idea:hover {
  background-color: #FDF2F2;
  cursor: pointer;
}
.brainstorm-report .brainstormReport-panel .idea > p {
  text-align: justify;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 1.4em;
  max-height: 4.2em;
  font-family: "SourceSansProRegular";
  font-size: 15px;
}
.brainstorm-report .affix {
  width: 202.5px;
  top: 0;
}
.brainstorm-report .filters-panel .form-panel {
  left: 0;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.brainstorm-report .filters-panel .filter-icon {
  background-image: url("../img/filter.png");
  display: inline-block;
  width: 19px;
  height: 21px;
}
.brainstorm-report .filters-panel .sort-icon {
  background-image: url("../img/sortby.png");
  display: inline-block;
  width: 20px;
  height: 21px;
}
.brainstorm-report .brainstormReport-panel .idea .date-span {
  float: right;
  font-style: italic;
}
.brainstorm-report .files {
  text-align: center;
}
.brainstorm-report .files div {
  display: inline;
}
.brainstorm-report .files .file-div {
  display: inline-block;
  text-align: center;
  font-family: "SourceSansProRegular";
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  margin-top: 5px;
  width: 80px;
}
.brainstorm-report .files .file-div:hover {
  color: #c0202c;
  cursor: pointer;
}
.brainstorm-report .files .file-div.selected .file-btn {
  border-color: #C0202C;
}
.brainstorm-report .files .file-btn {
  display: block;
  margin: auto;
  margin-bottom: 5px;
  width: 80px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  overflow: hidden;
}
.brainstorm-report .files .file-btn img {
  max-width: 100%;
  max-height: 100%;
}
.brainstorm-report .files .file-name {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.brainstorm-report .files .Image {
  background-image: url("../img/image.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brainstorm-report .files .Image {
    background-image: url("../img/image_x2.png");
    background-size: 25px 25px;
  }
}
.brainstorm-report .files .Video {
  background-image: url("../img/video.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brainstorm-report .files .Video {
    background-image: url("../img/video_x2.png");
    background-size: 25px 25px;
  }
}
.brainstorm-report .files .File {
  background-image: url("../img/download-big.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brainstorm-report .files .File {
    background-image: url("../img/download-big_x2.png");
    background-size: 25px 25px;
  }
}
.brainstorm-report .files .Drawing {
  background-image: url("../img/drawing.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brainstorm-report .files .Drawing {
    background-image: url("../img/drawing_x2.png");
    background-size: 25px 25px;
  }
}
.brainstorm-report .files .more {
  background-image: url("../img/more.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brainstorm-report .files .more {
    background-image: url("../img/more_x2.png");
    background-size: 25px 25px;
  }
}
.brainstorm-report .files .less {
  background-image: url("../img/less.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brainstorm-report .files .less {
    background-image: url("../img/less_x2.png");
    background-size: 25px 25px;
  }
}
.brainstorm-report .file-container {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.brainstorm-report .file-container img {
  max-height: 100%;
  max-width: 100%;
}
.brainstorm-report .brainstormReport-panel .idea hr {
  margin: 15px 15px;
  border-top: 1px solid #DEDEDE;
}
.brainstorm-report .brainstormReport-panel .idea ul {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 40px;
  list-style: none;
  font-family: "SourceSansProRegular";
  font-size: 16px;
}
.brainstorm-report .brainstormReport-panel .idea .comments-span {
  text-decoration: underline;
  color: #999;
  font-family: "SourceSansProLight";
}
.brainstorm-report .brainstormReport-panel .idea .comments-span:hover {
  color: #999;
}
.brainstorm-report .brainstormReport-panel .idea .bookmarks-icon {
  float: right;
  display: inline-block;
  z-index: 5;
  width: 25px;
  height: 22px;
}
.brainstorm-report .brainstormReport-panel .idea .notBookmarked-icon {
  background-image: url("../img/bookmark_empty.png");
}
.brainstorm-report .brainstormReport-panel .idea .bookmarked-icon {
  background-image: url("../img/bookmark_filled.png");
}
.brainstorm-report .brainstormReport-panel .idea .rating-stars-div {
  float: right;
}
.brainstorm-report .rating-star {
  display: inline-block;
  width: 15px;
  height: 14px;
}
.brainstorm-report .star-filled {
  background-image: url("../img/star_filled.png");
}
.brainstorm-report .star-empty {
  background-image: url("../img/star_empty.png");
}
.brainstorm-report .idea-dialog .idea-text {
  text-align: justify;
}
.brainstorm-report .div-dialog {
  padding: 15px;
  text-align: justify;
}
.brainstorm-report .responses-dialog {
  margin-top: 20px;
}
.brainstorm-report .responses-dialog .responses-list > h4 {
  margin-bottom: 20px;
}
.brainstorm-report .responses-dialog .responses-list .response {
  border-bottom: 1px solid #DEDEDE;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brainstorm-report .responses-dialog .responses-list .response:nth-child(even) {
  background-color: #FDF2F2;
}
.brainstorm-report .responses-dialog .responses-list .response:nth-child(odd) {
  background-color: #fff;
}
.brainstorm-report .responses-dialog .responses-list .response .date {
  margin-right: 15px;
  color: #999999;
}
.brainstorm-report .responses-dialog .responses-list .response .ratings {
  padding: 5px;
}
.brainstorm-report .responses-dialog .responses-list .response .name {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.brainstorm-report .responses-dialog .responses-list .response .text {
  text-align: justify;
}
.brainstorm-report .fileDialog {
  text-align: center;
}
.brainstorm-report .fileDialog > video {
  width: 100%;
}
.brainstorm-report .fileDialog > img {
  width: 100%;
}
.brainstorm-report .fileDialog .fileDetails {
  font-weight: bold;
}
.brainstorm-report .fileDialog .fileDetails span {
  font-weight: normal;
}
.brainstorm-report .fileDialog .fileDetails .file-icon {
  font-weight: normal;
  margin: auto auto 10px auto;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../img/file.png");
}
.brainstorm-report .nullOption {
  display: none;
}
.brainstorm-report .unselected {
  color: #bbb;
}
.brainstorm-report .unselected option {
  color: #535335;
}
.brainstorm-report .shaded {
  color: #bbb;
}
@-webkit-keyframes spinanim {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
@-moz-keyframes spinanim {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
@keyframes spinanim {
  from {
    background-position: 100% 0px;
  }
  to {
    background-position: 100% -380px;
  }
}
.brainstorm-report .bookmarked-icon.cmd:before,
.brainstorm-report .notBookmarked-icon.cmd:before {
  content: "";
  width: 20px;
  height: 20px;
  opacity: 0;
  display: inline-block;
  transition: opacity 1s;
  margin: 0px 6px 0px 0px;
}
.brainstorm-report .bookmarked-icon.cmd.cmd-waiting,
.brainstorm-report .notBookmarked-icon.cmd.cmd-waiting {
  background-image: none;
}
.brainstorm-report .bookmarked-icon.cmd.cmd-waiting:before,
.brainstorm-report .notBookmarked-icon.cmd.cmd-waiting:before {
  opacity: 1;
  background-image: url("../img/spinred.png");
  background-repeat: no-repeat;
  -webkit-animation: spinanim 0.8s steps(19, end) infinite;
  -moz-animation: spinanim 0.8s steps(19, end) infinite;
  animation: spinanim 0.8s steps(19, end) infinite;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brainstorm-report .bookmarked-icon.cmd.cmd-waiting:before,
  .brainstorm-report .notBookmarked-icon.cmd.cmd-waiting:before {
    background-image: url("../img/spinred_x2.png");
    background-size: 20px 380px;
  }
}
@media screen and (min-width: 768px) {
  .brainstorm-report .modal-dialog {
    width: 700px;
  }
}
.brainstorm-report .video-container {
  padding-bottom: 28px;
  width: 100%;
}
.brainstorm-report .video-container .video-js {
  padding-top: 75%;
}
.brainstorm-report .other-container {
  padding: 10px;
}
.brainstorm-report .gallery-controls {
  text-align: center;
  padding: 10px;
  color: #818181;
}
.brainstorm-report .gallery-controls .next-button,
.brainstorm-report .gallery-controls .prev-button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  text-decoration: none;
  padding: 7px 16px 4px;
  line-height: calc(20/15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  transition: padding-left 0.2s, width 0.2s, border-color 0.2s, background 0.2s;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-left: 10px;
  margin-right: 10px;
  color: #818181;
}
.brainstorm-report .gallery-controls .next-button:focus,
.brainstorm-report .gallery-controls .prev-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.brainstorm-report .gallery-controls .next-button:hover,
.brainstorm-report .gallery-controls .prev-button:hover,
.brainstorm-report .gallery-controls .next-button:focus,
.brainstorm-report .gallery-controls .prev-button:focus {
  color: #333;
  text-decoration: none;
}
.brainstorm-report .gallery-controls .next-button:active,
.brainstorm-report .gallery-controls .prev-button:active,
.brainstorm-report .gallery-controls .next-button.active,
.brainstorm-report .gallery-controls .prev-button.active {
  outline: 0;
  background-image: none;
  /* box-shadow */
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.brainstorm-report .gallery-controls .next-button.disabled,
.brainstorm-report .gallery-controls .prev-button.disabled,
.brainstorm-report .gallery-controls .next-button[disabled],
.brainstorm-report .gallery-controls .prev-button[disabled],
fieldset[disabled] .brainstorm-report .gallery-controls .next-button,
fieldset[disabled] .brainstorm-report .gallery-controls .prev-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.brainstorm-report .gallery-controls .next-button.disabled,
.brainstorm-report .gallery-controls .prev-button.disabled,
.brainstorm-report .gallery-controls .next-button[disabled],
.brainstorm-report .gallery-controls .prev-button[disabled] {
  border-color: #C0BFBF;
}
.brainstorm-report .gallery-controls .next-button > span,
.brainstorm-report .gallery-controls .prev-button > span {
  vertical-align: middle;
}
.brainstorm-report .gallery-controls .next-button .icon + span,
.brainstorm-report .gallery-controls .prev-button .icon + span {
  margin-left: 5px;
}
.brainstorm-report .gallery-controls .next-button span + .icon,
.brainstorm-report .gallery-controls .prev-button span + .icon {
  margin-left: 5px;
}
.brainstorm-report .gallery-controls .next-button .icon,
.brainstorm-report .gallery-controls .prev-button .icon {
  margin-top: -2px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.brainstorm-report .gallery-controls .next-button {
  border-left: 1px solid #818181;
}
.brainstorm-report .gallery-controls .prev-button {
  border-right: 1px solid #818181;
}
.brainstorm-report .download-link {
  margin-top: 5px;
  text-align: center;
}
.concepttest-results .participants-list {
  margin-top: 15px;
}
.concepttest-results .panel .ui-slider-container {
  padding-top: 10px;
}
.concepttest-results .panel .ui-slider-container .ui-slider-inner {
  margin-top: 0px;
}
.concepttest-results .panel .ui-slider-container .ui-slider-handle {
  top: 10px;
}
.concepttest-results .panel label {
  display: block;
}
.concepttest-results .panel label .key-swatch {
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin-top: 3px;
}
.concepttest-results .heatmap-view {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.125);
  position: relative;
  height: 400px;
  margin-bottom: 10px;
}
.concepttest-results .heatmap-view canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.concepttest-results .heatmap-view canvas.foreground {
  z-index: 2;
}
.concepttest-results .heatmap-view canvas.background {
  z-index: 1;
}
.concepttest-results .video-container .video-js {
  padding-top: 69%;
  margin-bottom: 3em;
}
.concepttest-results .videodial-chart {
  border: 1px solid #D1D1D1;
  border-top: 2px solid #27AE60;
  border-bottom: 2px solid #C52323;
  position: relative;
  height: 75px;
  margin-bottom: 10px;
}
.concepttest-results .videodial-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.concepttest-results .videodial-chart canvas.foreground {
  z-index: 2;
}
.concepttest-results .videodial-chart canvas.background {
  z-index: 1;
}
.concepttest-results .video-js {
  font-size: 12px;
}
.concepttest-results .vjs-default-skin {
  color: #5A5A5A;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-play-control {
  border-right: 1px solid #BDBEBF;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-fullscreen-control,
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-mute-control {
  border-left: 1px solid #BDBEBF;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-progress-control {
  height: 1em;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-volume-control {
  width: 6em;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-volume-bar {
  margin: 1.25em 1em 0 auto;
  border-radius: 0.25em;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-volume-bar,
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-volume-bar .vjs-volume-level {
  height: 0.5em;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-time-controls,
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-time-divider {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2.8em;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-time-controls {
  width: 3em;
}
.concepttest-results .vjs-default-skin .vjs-control-bar .vjs-slider-handle:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.4em;
  left: -0.5em;
  border: 1px solid #BEBFC0;
}
.concepttest-results .vjs-default-skin .vjs-control-bar::after {
  z-index: -1;
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E8E8E8;
  border: 1px solid #BDBEBF;
}
.concepttest-results .comments-list .comment {
  padding: 4px;
  width: 25%;
  float: left;
  font-size: 90%;
  cursor: pointer;
}
.concepttest-results .comments-list .comment .comment-inner {
  border: 1px solid #D1D1D1;
  border-left-width: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.concepttest-results .comments-list .comment .comment-name,
.concepttest-results .comments-list .comment .comment-rating,
.concepttest-results .comments-list .comment .comment-time {
  padding: 3px 3px 3px 5px;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.concepttest-results .comments-list .comment .comment-rating,
.concepttest-results .comments-list .comment .comment-time {
  float: right;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.concepttest-results .comments-list .comment .comment-text {
  padding: 3px 3px 3px 5px;
}
.concepttest-results .comments-list .comment .comment-rating {
  margin-right: 5px;
  padding-right: 22px;
  background-repeat: no-repeat;
  background-position: right center;
}
.concepttest-results .comments-list .comment.type-positive .comment-inner {
  border-left-color: #27AE60;
}
.concepttest-results .comments-list .comment.type-positive .comment-inner:hover {
  border-color: #27AE60;
}
.concepttest-results .comments-list .comment.type-positive .comment-inner .comment-name,
.concepttest-results .comments-list .comment.type-positive .comment-inner .comment-rating {
  color: #27AE60;
}
.concepttest-results .comments-list .comment.type-positive .comment-inner .comment-rating {
  background-image: url("../img/thumbsUp.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .concepttest-results .comments-list .comment.type-positive .comment-inner .comment-rating {
    background-image: url("../img/thumbsUp_x2.png");
    background-size: 16px 16px;
  }
}
.concepttest-results .comments-list .comment.type-positive.selected .comment-inner {
  background-color: #52BE80;
  border-color: #27AE60;
}
.concepttest-results .comments-list .comment.type-positive.selected .comment-inner .comment-name,
.concepttest-results .comments-list .comment.type-positive.selected .comment-inner .comment-rating {
  color: #FFFFFF;
}
.concepttest-results .comments-list .comment.type-negative .comment-inner {
  border-left-color: #C52323;
}
.concepttest-results .comments-list .comment.type-negative .comment-inner:hover {
  border-color: #C52323;
}
.concepttest-results .comments-list .comment.type-negative .comment-inner .comment-name,
.concepttest-results .comments-list .comment.type-negative .comment-inner .comment-rating {
  color: #C52323;
}
.concepttest-results .comments-list .comment.type-negative .comment-inner .comment-rating {
  background-image: url("../img/thumbsDown.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .concepttest-results .comments-list .comment.type-negative .comment-inner .comment-rating {
    background-image: url("../img/thumbsDown_x2.png");
    background-size: 16px 16px;
  }
}
.concepttest-results .comments-list .comment.type-negative.selected .comment-inner {
  background-color: #D66565;
  border-color: #C52323;
}
.concepttest-results .comments-list .comment.type-negative.selected .comment-inner .comment-name,
.concepttest-results .comments-list .comment.type-negative.selected .comment-inner .comment-rating {
  color: #FFFFFF;
}
.concepttest-results .comments-list .comment.type-neutral .comment-inner {
  border-left-color: #8B8B8B;
}
.concepttest-results .comments-list .comment.type-neutral .comment-inner:hover {
  border-color: #8B8B8B;
}
.concepttest-results .comments-list .comment.type-neutral .comment-inner .comment-name,
.concepttest-results .comments-list .comment.type-neutral .comment-inner .comment-rating {
  color: #8B8B8B;
}
.concepttest-results .comments-list .comment.type-neutral.selected .comment-inner {
  background-color: #A5A5A5;
  border-color: #8B8B8B;
}
.concepttest-results .comments-list .comment.type-neutral.selected .comment-inner .comment-name,
.concepttest-results .comments-list .comment.type-neutral.selected .comment-inner .comment-rating {
  color: #FFFFFF;
}
.concepttest-results .comments-list .comment.selected {
  color: white;
}
.concepttest-results .comments-list .comment.selected .comment-inner {
  background-image: url("../img/tick-white.png");
  background-repeat: no-repeat;
  background-position: 97% 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .concepttest-results .comments-list .comment.selected .comment-inner {
    background-image: url("../img/tick-white_x2.png");
    background-size: 16px 16px;
  }
}
.concepttest-results .comments-list .comment.selected .comment-inner .comment-rating {
  background: none;
}
.setup-panels {
  margin-left: -15px;
  margin-right: -15px;
}
.setup-panels:before,
.setup-panels:after {
  content: " ";
  display: table;
}
.setup-panels:after {
  clear: both;
}
.setup-panels:before,
.setup-panels:after {
  content: " ";
  display: table;
}
.setup-panels:after {
  clear: both;
}
.setup-panels .setup-panel {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  transition: opacity 1.2s;
}
.setup-panels .setup-panel.ng-leave.ng-leave-active,
.setup-panels .setup-panel.ng-move,
.setup-panels .setup-panel.ng-enter {
  opacity: 0;
}
.setup-panels .setup-panel.ng-leave,
.setup-panels .setup-panel.ng-move.ng-move-active,
.setup-panels .setup-panel.ng-enter.ng-enter-active {
  opacity: 1;
}
.setup-panels .setup-panel .setup-panel-inner {
  border: 2px solid #CCCCCC;
  border-radius: 3px;
  position: relative;
  margin-bottom: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.setup-panels .setup-panel .setup-panel-inner:hover {
  border-color: #BBBBBB;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.125);
}
.setup-panels .setup-panel .panel-top {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 4px 7px;
  font-size: 18px;
}
.setup-panels .setup-panel .panel-top .edit {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 2px;
  display: inline-block;
  float: right;
  background-image: url("../img/edit.png");
  opacity: 0.7;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .setup-panels .setup-panel .panel-top .edit {
    background-image: url("../img/edit_x2.png");
    background-size: 18px 18px;
  }
}
.setup-panels .setup-panel .panel-status {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  min-height: 30px;
  padding: 5px 5px 4px 5px;
  font-size: 15px;
  color: #FFFFFF;
  background-color: #CCCCCC;
  background-repeat: no-repeat;
  background-position: right center;
  transition: background-color 0.3s;
}
.setup-panels .setup-panel .panel-status .icon {
  width: 18px;
  height: 18px;
  float: right;
}
.setup-panels .setup-panel .panel-info {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 120px;
  font-size: 14px;
}
.setup-panels .setup-panel .panel-info .info-label {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.setup-panels .setup-panel .panel-info .info-group {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.setup-panels .setup-panel .panel-info .info-group:before,
.setup-panels .setup-panel .panel-info .info-group:after {
  content: " ";
  display: table;
}
.setup-panels .setup-panel .panel-info .info-group:after {
  clear: both;
}
.setup-panels .setup-panel .panel-info .info-group:before,
.setup-panels .setup-panel .panel-info .info-group:after {
  content: " ";
  display: table;
}
.setup-panels .setup-panel .panel-info .info-group:after {
  clear: both;
}
.setup-panels .setup-panel .panel-info .info-group .info-label {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.setup-panels .setup-panel .panel-info .info-group .info {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.setup-panels .setup-panel .panel-info .info-group .info.info-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.setup-panels .setup-panel .panel-info .info-group .info-thumbnail {
  border: 1px solid #cccccc;
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
}
.setup-panels .setup-panel .panel-info .info-group .info-thumbnail img {
  max-width: 128px;
  max-height: 50px;
}
.setup-panels .setup-panel .panel-info .info-inner {
  padding: 5px 6px;
}
.setup-panels .setup-panel .unsaved {
  color: #999999;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 85%;
}
.setup-panels .setup-panel .error {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  color: #C0202C;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 3px;
  right: 5px;
  left: 5px;
  background-color: #f7f7f7;
  border-top: 1px solid #EEEEEE;
  margin-bottom: -3px;
  margin-left: -5px;
  margin-right: -5px;
  display: inline-block;
  padding-top: 3px;
}
.setup-panels .setup-panel.loading {
  opacity: 0.1;
}
.setup-panels .setup-panel.validating {
  opacity: 0.5;
}
.setup-panels .setup-panel.status-okay .panel-status {
  background-color: #7BBF6C;
}
.setup-panels .setup-panel.status-okay .panel-status .icon {
  background-image: url("../img/tick-white-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .setup-panels .setup-panel.status-okay .panel-status .icon {
    background-image: url("../img/tick-white-large_x2.png");
    background-size: 18px 18px;
  }
}
.setup-panels .setup-panel.status-okay .panel-top {
  background: -webkit-radial-gradient(50% 100%, ellipse farthest-corner, rgba(123, 191, 108, 0.2), rgba(123, 191, 108, 0));
  background: radial-gradient(50% 100%, ellipse farthest-corner, rgba(123, 191, 108, 0.2), rgba(123, 191, 108, 0));
}
.setup-panels .setup-panel.status-okay .error {
  background-color: rgba(123, 191, 108, 0.1);
  color: #4a893c;
  border-top-color: rgba(93, 173, 75, 0.1);
}
.setup-panels .setup-panel.status-warning .panel-status {
  background-color: #F9B134;
}
.setup-panels .setup-panel.status-warning .panel-status .icon {
  background-image: url("../img/attention-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .setup-panels .setup-panel.status-warning .panel-status .icon {
    background-image: url("../img/attention-white_x2.png");
    background-size: 18px 18px;
  }
}
.setup-panels .setup-panel.status-warning .panel-top {
  background: -webkit-radial-gradient(50% 100%, ellipse farthest-corner, rgba(249, 177, 52, 0.2), rgba(249, 177, 52, 0));
  background: radial-gradient(50% 100%, ellipse farthest-corner, rgba(249, 177, 52, 0.2), rgba(249, 177, 52, 0));
}
.setup-panels .setup-panel.status-warning .error {
  background-color: rgba(249, 177, 52, 0.1);
  color: #c17d06;
  border-top-color: rgba(243, 157, 7, 0.1);
}
.setup-panels .setup-panel.status-todo .panel-status {
  background-color: #d3313c;
}
.setup-panels .setup-panel.status-todo .panel-status .icon {
  background-image: url("../img/error-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .setup-panels .setup-panel.status-todo .panel-status .icon {
    background-image: url("../img/error-white_x2.png");
    background-size: 18px 18px;
  }
}
.setup-panels .setup-panel.status-todo .panel-top {
  background: -webkit-radial-gradient(50% 100%, ellipse farthest-corner, rgba(211, 49, 60, 0.2), rgba(211, 49, 60, 0));
  background: radial-gradient(50% 100%, ellipse farthest-corner, rgba(211, 49, 60, 0.2), rgba(211, 49, 60, 0));
}
.setup-panels .setup-panel.status-todo .error {
  background-color: rgba(211, 49, 60, 0.1);
  color: #821c23;
  border-top-color: rgba(172, 37, 46, 0.1);
}
.setup-panels .setup-panel.status-alert .panel-status {
  background-color: #ed6c0b;
}
.setup-panels .setup-panel.status-alert .panel-status .icon {
  background-image: url("../img/attention-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .setup-panels .setup-panel.status-alert .panel-status .icon {
    background-image: url("../img/attention-white_x2.png");
    background-size: 18px 18px;
  }
}
.setup-panels .setup-panel.status-alert .panel-top {
  background: -webkit-radial-gradient(50% 100%, ellipse farthest-corner, rgba(237, 108, 11, 0.2), rgba(237, 108, 11, 0));
  background: radial-gradient(50% 100%, ellipse farthest-corner, rgba(237, 108, 11, 0.2), rgba(237, 108, 11, 0));
}
.setup-panels .setup-panel.status-alert .error {
  background-color: rgba(237, 108, 11, 0.1);
  color: #8c4006;
  border-top-color: rgba(188, 86, 9, 0.1);
}
.setup-panels .setup-panel .panel-top {
  cursor: pointer;
}
.setup-panels .setup-panel .panel-top:hover {
  text-decoration: underline;
}
.setup-panels .setup-panel .panel-top:hover .edit {
  opacity: 1;
}
.setup-panels .setup-panel .notifications-module-info h5 {
  padding-top: 10px;
  text-align: center;
  color: #818181;
}
.setup-panels .setup-panel .notifications-module-info h6 {
  margin-top: 0;
  margin-bottom: 7px;
  padding-top: 7px;
  text-align: center;
}
.setup-panels .setup-panel .notifications-module-info .notification-info {
  border-bottom: 1px solid #C9C9C9;
  padding: 3px 3px 2px 30px;
  font-size: 15px;
  background-position: 5px center;
  padding-left: 30px;
  background-repeat: no-repeat;
}
.setup-panels .setup-panel .notifications-module-info .notification-info:first-child {
  border-top: 1px solid #C9C9C9;
}
.setup-panels .setup-panel .notifications-module-info .notification-sessionReschedule {
  background-image: url("../img/Reschedule.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .setup-panels .setup-panel .notifications-module-info .notification-sessionReschedule {
    background-image: url("../img/Reschedule_x2.png");
    background-size: 24px 18px;
  }
}
.setup-panels .setup-panel .notifications-module-info .notification-sessionInvitation {
  background-image: url("../img/added.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .setup-panels .setup-panel .notifications-module-info .notification-sessionInvitation {
    background-image: url("../img/added_x2.png");
    background-size: 18px 18px;
  }
}
.setup-panels .setup-panel .notifications-module-info .notification-sessionParticipantRemoval {
  background-image: url("../img/removed.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .setup-panels .setup-panel .notifications-module-info .notification-sessionParticipantRemoval {
    background-image: url("../img/removed_x2.png");
    background-size: 18px 18px;
  }
}
.form-control.control-slider-positive {
  background-image: url("../img/thumbsUp.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control.control-slider-positive {
    background-image: url("../img/thumbsUp_x2.png");
    background-size: 16px 16px;
  }
}
.form-control.control-slider-negative {
  background-image: url("../img/thumbsDown.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-control.control-slider-negative {
    background-image: url("../img/thumbsDown_x2.png");
    background-size: 16px 16px;
  }
}
.activity-setup-notifications {
  margin-bottom: 20px;
}
.activity-setup-notifications .notification-item {
  border-top: 1px solid #BCBCBC;
}
.activity-setup-notifications .notification-item:last-child {
  border-bottom: 1px solid #BCBCBC;
}
.activity-setup-notifications .notification-info {
  padding: 9px;
  min-height: 45px;
}
.activity-setup-notifications .notification-info .actions {
  float: right;
}
.activity-setup-notifications .notification-info .title {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  float: left;
  width: 180px;
}
.activity-setup-notifications .notification-info .description {
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #999999;
  float: left;
  font-size: 18px;
  margin-left: 65px;
}
.activity-setup-notifications .notification-edit {
  padding-top: 8px;
  padding-bottom: 8px;
}
.activity-status-list {
  margin-bottom: 70px;
}
.timezone-info {
  margin-bottom: 20px;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding-top: 5px;
  padding-bottom: 5px;
  background: linear-gradient(90deg, rgba(146, 146, 235, 0), rgba(146, 146, 235, 0.2), rgba(146, 146, 235, 0));
}
.live-recruit-info {
  font-size: 16px;
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  background: linear-gradient(90deg, rgba(236, 201, 28, 0), rgba(236, 201, 28, 0.2), rgba(236, 201, 28, 0));
}
.live-recruit-info:after {
  clear: both;
  content: "";
  display: block;
}
.live-recruit-info .info {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.live-recruit-info .info > span {
  display: inline-block;
  padding-left: 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url("../img/liverecruit_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .live-recruit-info .info > span {
    background-image: url("../img/liverecruit_small_x2.png");
    background-size: 24px 20px;
  }
}
.live-recruit-info .live-recruit-actions {
  height: 28px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  float: right;
}
.live-recruit-info .live-recruit-actions .act-circ-small {
  height: 28px;
}
.live-recruit-info .live-recruit-actions .act-icon-small {
  margin-bottom: 0;
}
.activity-status-group h4 {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-top: 6px;
}
.activity-status-group.activity-status-completed h4 {
  color: #878787;
  background-image: url("../img/activity_completed.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-status-group.activity-status-completed h4 {
    background-image: url("../img/activity_completed_x2.png");
    background-size: 22px 22px;
  }
}
.activity-status-group.activity-status-completed .activity-list {
  background: radial-gradient(50% 0%, ellipse farthest-side, rgba(135, 135, 135, 0.07), rgba(135, 135, 135, 0) 100%);
  background: -webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(135, 135, 135, 0.07), rgba(135, 135, 135, 0) 100%);
}
.activity-status-group.activity-status-running h4 {
  color: #80C05F;
  background-image: url("../img/activity_running.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-status-group.activity-status-running h4 {
    background-image: url("../img/activity_running_x2.png");
    background-size: 22px 22px;
  }
}
.activity-status-group.activity-status-running .activity-list {
  background: radial-gradient(50% 0%, ellipse farthest-side, rgba(128, 192, 95, 0.07), rgba(128, 192, 95, 0) 100%);
  background: -webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(128, 192, 95, 0.07), rgba(128, 192, 95, 0) 100%);
}
.activity-status-group.activity-status-readytostart h4 {
  color: #599B75;
  background-image: url("../img/activity_readytostart.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-status-group.activity-status-readytostart h4 {
    background-image: url("../img/activity_readytostart_x2.png");
    background-size: 22px 22px;
  }
}
.activity-status-group.activity-status-readytostart .activity-list {
  background: radial-gradient(50% 0%, ellipse farthest-side, rgba(89, 155, 117, 0.07), rgba(89, 155, 117, 0) 100%);
  background: -webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(89, 155, 117, 0.07), rgba(89, 155, 117, 0) 100%);
}
.activity-status-group.activity-status-upcoming h4 {
  color: #599B75;
  background-image: url("../img/activity_upcoming.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-status-group.activity-status-upcoming h4 {
    background-image: url("../img/activity_upcoming_x2.png");
    background-size: 22px 22px;
  }
}
.activity-status-group.activity-status-upcoming .activity-list {
  background: radial-gradient(50% 0%, ellipse farthest-side, rgba(89, 155, 117, 0.07), rgba(89, 155, 117, 0) 100%);
  background: -webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(89, 155, 117, 0.07), rgba(89, 155, 117, 0) 100%);
}
.activity-status-group.activity-status-didnotstart h4 {
  color: #878787;
  background-image: url("../img/activity_didnotstart.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-status-group.activity-status-didnotstart h4 {
    background-image: url("../img/activity_didnotstart_x2.png");
    background-size: 22px 22px;
  }
}
.activity-status-group.activity-status-didnotstart .activity-list {
  background: radial-gradient(50% 0%, ellipse farthest-side, rgba(135, 135, 135, 0.07), rgba(135, 135, 135, 0) 100%);
  background: -webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(135, 135, 135, 0.07), rgba(135, 135, 135, 0) 100%);
}
.activity-status-group.activity-status-cannotstart h4 {
  color: #dfa220;
  background-image: url("../img/activity_cannotstart.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-status-group.activity-status-cannotstart h4 {
    background-image: url("../img/activity_cannotstart_x2.png");
    background-size: 22px 22px;
  }
}
.activity-status-group.activity-status-cannotstart .activity-list {
  background: radial-gradient(50% 0%, ellipse farthest-side, rgba(223, 162, 32, 0.07), rgba(223, 162, 32, 0) 100%);
  background: -webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(223, 162, 32, 0.07), rgba(223, 162, 32, 0) 100%);
}
.activity-status-group.activity-status-draft h4 {
  color: #878787;
  background-image: url("../img/activity_draft.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-status-group.activity-status-draft h4 {
    background-image: url("../img/activity_draft_x2.png");
    background-size: 22px 22px;
  }
}
.activity-status-group.activity-status-draft .activity-list {
  background: radial-gradient(50% 0%, ellipse farthest-side, rgba(135, 135, 135, 0.07), rgba(135, 135, 135, 0) 100%);
  background: -webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(135, 135, 135, 0.07), rgba(135, 135, 135, 0) 100%);
}
.activity-list {
  margin-bottom: 20px;
}
.activity-list .activity {
  border-top: 1px solid #CDCDCD;
  clear: both;
  min-height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /*.activity-status {
            .make-xs-column(2);
            margin-top: -6px;

            > span {
                display: inline-block;
                background-repeat: no-repeat;
                background-position: 0% 50%;
                padding-top: 4px;
                padding-left: 28px;
            }
        }*/
}
.activity-list .activity:last-child {
  border-bottom: 1px solid #CDCDCD;
}
.activity-list .activity:after {
  clear: both;
  content: "";
  display: block;
}
.activity-list .activity.delete {
  border-top-color: #C0202C;
  border-bottom-color: #C0202C;
}
.activity-list .activity .activity-information {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.activity-list .activity .activity-information .activity-title > span {
  display: inline-block;
  margin-bottom: 4px;
}
.activity-list .activity .activity-information .activity-title > span.activity-type {
  min-width: 145px;
  padding-left: 30px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.activity-list .activity .activity-information .activity-title > span.liverecruit-status {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.activity-list .activity .activity-information .activity-title > span.activity-time {
  margin-left: 20px;
}
.activity-list .activity .activity-information .activity-time {
  color: #999999;
}
.activity-list .activity .activity-information .activity-name {
  font-family: 'SourceSansProSemibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  max-width: 340px;
  vertical-align: top;
}
.activity-list .activity .activity-information .activity-time,
.activity-list .activity .activity-information .activity-title {
  line-height: 20/16;
}
.activity-list .activity .activity-information .activity-errors {
  margin-top: 5px;
}
.activity-list .activity .activity-information .activity-errors .activity-error {
  font-size: 16px;
  font-family: 'SourceSansProRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-left: 27px;
  background-image: url("../img/Attention.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity .activity-information .activity-errors .activity-error {
    background-image: url("../img/Attention_x2.png");
    background-size: 20px 18px;
  }
}
.activity-list .activity .activity-information .form-control {
  padding: 0px 4px;
  font-size: 75%;
  height: 26px;
}
.activity-list .activity .activity-information .input-group .btn {
  padding: 0px 4px;
  font-size: 80%;
  height: 26px;
}
.activity-list .activity.activity-status-draft {
  background: linear-gradient(90deg, #FFFFFF, #FBFBFB, #FFFFFF);
}
.activity-list .activity.activity-type-heatmapconcepttest span.activity-type {
  background-image: url("../img/activities/concepttest_heatmap_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-heatmapconcepttest span.activity-type {
    background-image: url("../img/activities/concepttest_heatmap_small_x2.png");
    background-size: 22px 20px;
  }
}
.activity-list .activity.activity-type-videodialconcepttest span.activity-type {
  background-image: url("../img/activities/concepttest_videodial_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-videodialconcepttest span.activity-type {
    background-image: url("../img/activities/concepttest_videodial_small_x2.png");
    background-size: 24px 20px;
  }
}
.activity-list .activity.activity-type-indepthinterview span.activity-type {
  background-image: url("../img/activities/interview_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-indepthinterview span.activity-type {
    background-image: url("../img/activities/interview_small_x2.png");
    background-size: 24px 20px;
  }
}
.activity-list .activity.activity-type-indepthinterviewav span.activity-type {
  background-image: url("../img/activities/interview_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-indepthinterviewav span.activity-type {
    background-image: url("../img/activities/interview_small_x2.png");
    background-size: 24px 20px;
  }
}
.activity-list .activity.activity-type-indepthinterviewv2 span.activity-type {
  background-image: url("../img/activities/interviewv2_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-indepthinterviewv2 span.activity-type {
    background-image: url("../img/activities/interviewv2_small_x2.png");
    background-size: 24px 20px;
  }
}
.activity-list .activity.activity-type-indepthinterviewv2av span.activity-type {
  background-image: url("../img/activities/interviewv2_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-indepthinterviewv2av span.activity-type {
    background-image: url("../img/activities/interviewv2_small_x2.png");
    background-size: 24px 20px;
  }
}
.activity-list .activity.activity-type-focusgroup span.activity-type {
  background-image: url("../img/activities/focusgroup_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-focusgroup span.activity-type {
    background-image: url("../img/activities/focusgroup_small_x2.png");
    background-size: 22px 20px;
  }
}
.activity-list .activity.activity-type-focusgroupv2 span.activity-type {
  background-image: url("../img/activities/focusgroupv2_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-focusgroupv2 span.activity-type {
    background-image: url("../img/activities/focusgroupv2_small_x2.png");
    background-size: 22px 20px;
  }
}
.activity-list .activity.activity-type-focusgroupav span.activity-type {
  background-image: url("../img/activities/focusgroup_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-focusgroupav span.activity-type {
    background-image: url("../img/activities/focusgroup_small_x2.png");
    background-size: 22px 20px;
  }
}
.activity-list .activity.activity-type-focusgroupv2av span.activity-type {
  background-image: url("../img/activities/focusgroupv2_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-focusgroupv2av span.activity-type {
    background-image: url("../img/activities/focusgroupv2_small_x2.png");
    background-size: 22px 20px;
  }
}
.activity-list .activity.activity-type-brainstorm span.activity-type {
  background-image: url("../img/activities/brainstorm_small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .activity-list .activity.activity-type-brainstorm span.activity-type {
    background-image: url("../img/activities/brainstorm_small_x2.png");
    background-size: 22px 20px;
  }
}
.activity-list .activity .activity-actions {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  float: right;
}
.activity-list .child-activity {
  border-top: 0px;
  padding-left: 10px;
}
.displayflex {
  display: flex;
  align-items: center;
}
@-moz-document url-prefix() {
  .wizard-steps-summary .step.step-error {
    box-shadow: 0 -10px 18px -22px #000000, 0 10px 18px -22px #000000;
  }
  .project-select .project-row.project-selected,
  .project-select .project-row:hover {
    box-shadow: 0 -10px 18px -22px #000000, 0 10px 18px -22px #000000;
  }
  .project-select .project-row.project-selected + .project-row:hover,
  .project-select .project-row:hover + .project-selected {
    box-shadow: 0 10px 18px -22px #000000;
  }
}