/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 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.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
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.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
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;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
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;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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: 10px;
  padding-right: 10px;
}
.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: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@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 #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 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: normal;
}
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;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #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;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  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,
select[multiple].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,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 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: -10px;
  margin-right: -10px;
}
.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;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.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.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  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: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #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;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fotoweb/_static/fonts/common/glyphicons/glyphicons-halflings-regular.eot');
  src: url('/fotoweb/_static/fonts/common/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('/fotoweb/_static/fonts/common/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.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-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 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 {
  margin-left: -5px;
}
.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,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group: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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[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 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav: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: #428bca;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  background-color: #428bca;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: 10px;
  padding-left: 10px;
  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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.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 -10px;
}
.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: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 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: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@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: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.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: #cccccc;
}
.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.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  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: #ffffff;
  border: 1px solid #dddddd;
  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: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  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: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  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;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.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.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: #428bca;
}
.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;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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: #ffffff;
  border: 1px solid #dddddd;
}
.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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
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: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.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 #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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-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;
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.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 (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  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: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  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: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  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: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  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: #ffffff;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    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,
.visible-sm,
.visible-md,
.visible-lg {
  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-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-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-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.t {
  width: 300px;
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fotoweb/_static/fonts/common/font-awesome/fontawesome-webfont.eot?v=4.6.1');
  src: url('/fotoweb/_static/fonts/common/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/font-awesome/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('/fotoweb/_static/fonts/common/font-awesome/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('/fotoweb/_static/fonts/common/font-awesome/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('/fotoweb/_static/fonts/common/font-awesome/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.4 (jPlayer 2.6.0)
 * Date: 1st April 2014
 */
div.jp-audio,
div.jp-audio-stream,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
  font-size: 1.25em;
  /* 1.25em for testing in site pages */
  /* No parent CSS that can effect the size in the demos ZIP */
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  border: 1px solid #009be3;
  background-color: #eee;
}
div.jp-audio {
  width: 420px;
}
div.jp-audio-stream {
  width: 182px;
}
div.jp-video-270p {
  width: 480px;
}
div.jp-video-360p {
  width: 640px;
}
div.jp-video-full {
  width: 100%;
  height: 100%;
}
/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
  z-index: 1000;
}
div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden;
}
div.jp-video-full div.jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */
}
div.jp-video-full div.jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
}
div.jp-interface {
  position: relative;
  background-color: #eee;
  width: 100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
  height: 80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px;
}
div.jp-audio-stream div.jp-type-single div.jp-interface {
  height: 80px;
}
div.jp-video div.jp-interface {
  border-top: 1px solid #009be3;
}
/* @group CONTROLS */
div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 5px auto 0;
  padding: 0 0 5px;
  position: relative;
  overflow: hidden;
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.jp-audio ul.jp-controls {
  width: 380px;
  padding: 20px 20px 0 20px;
}
div.jp-audio-stream ul.jp-controls {
  width: 142px;
  padding: 20px 20px 0 20px;
}
div.jp-video div.jp-type-single ul.jp-controls {
  width: 78px;
  margin-left: 200px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
  width: 40px;
  height: 40px;
}
a.jp-play {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 0 no-repeat;
}
a.jp-play:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -41px 0 no-repeat;
}
a.jp-pause {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -42px no-repeat;
  display: none;
}
a.jp-pause:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -41px -42px no-repeat;
}
a.jp-stop,
a.jp-previous,
a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
a.jp-stop {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -83px no-repeat;
  margin-left: 10px;
}
a.jp-stop:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -29px -83px no-repeat;
}
a.jp-previous {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -112px no-repeat;
}
a.jp-previous:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -29px -112px no-repeat;
}
a.jp-next {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -141px no-repeat;
}
a.jp-next:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -29px -141px no-repeat;
}
/* @end */
/* @group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: #ddd;
}
div.jp-audio div.jp-progress {
  position: absolute;
  top: 32px;
  height: 15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left: 110px;
  width: 186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 166px;
  width: 130px;
}
div.jp-video div.jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}
div.jp-seek-bar {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -218px repeat-x;
  width: 0px;
  height: 100%;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.seeking.gif");
}
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 12px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 210px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 154px;
}
div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
  margin-left: 10px;
}
div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
  margin-left: 56px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
  position: absolute;
  top: 12px;
  margin-top: 0;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
  left: 50px;
}
div.jp-video a.jp-volume-max {
  left: 134px;
}
a.jp-mute {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -170px no-repeat;
}
a.jp-mute:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -19px -170px no-repeat;
}
a.jp-unmute {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -60px -170px no-repeat;
  display: none;
}
a.jp-unmute:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -79px -170px no-repeat;
}
a.jp-volume-max {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -19px -186px no-repeat;
}
div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -250px repeat-x;
  width: 46px;
  height: 5px;
  cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
  top: 37px;
  left: 330px;
}
div.jp-audio-stream div.jp-volume-bar {
  top: 37px;
  left: 92px;
}
div.jp-video div.jp-volume-bar {
  top: 17px;
  left: 72px;
}
div.jp-volume-bar-value {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -256px repeat-x;
  width: 0px;
  height: 5px;
}
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 110px;
  width: 186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 166px;
  width: 130px;
}
div.jp-current-time,
div.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique;
}
div.jp-current-time {
  float: left;
  display: inline;
}
div.jp-duration {
  float: right;
  display: inline;
  text-align: right;
}
div.jp-video div.jp-current-time {
  margin-left: 20px;
}
div.jp-video div.jp-duration {
  margin-right: 20px;
}
/* @end */
/* @group playlist */
div.jp-details {
  font-weight: bold;
  text-align: center;
}
div.jp-details,
div.jp-playlist {
  width: 100%;
  border-top: 1px solid #009be3;
}
div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
  border-top: none;
}
div.jp-details ul,
div.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em;
}
div.jp-details li {
  padding: 5px 0;
  font-weight: bold;
}
div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
}
div.jp-playlist li div {
  display: inline;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px;
}
div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}
span.jp-artist {
  font-size: .8em;
  color: #666;
}
/* @end */
div.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
  margin-top: -270px;
  height: 270px;
}
div.jp-video-360p div.jp-video-play {
  margin-top: -360px;
  height: 360px;
}
div.jp-video-full div.jp-video-play {
  height: 100%;
}
a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}
div.jp-jplayer {
  background-color: #000000;
}
/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}
div.jp-video ul.jp-toggles {
  margin-top: 10px;
  width: 100px;
}
ul.jp-toggles li {
  display: block;
  float: right;
}
ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
}
a.jp-full-screen {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -310px no-repeat;
  margin-left: 20px;
}
a.jp-full-screen:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -30px -310px no-repeat;
}
a.jp-restore-screen {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -60px -310px no-repeat;
  margin-left: 20px;
}
a.jp-restore-screen:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -90px -310px no-repeat;
}
a.jp-repeat {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -290px no-repeat;
}
a.jp-repeat:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -30px -290px no-repeat;
}
a.jp-repeat-off {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -90px -290px no-repeat;
}
a.jp-shuffle {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") 0 -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -30px -270px no-repeat;
}
a.jp-shuffle-off {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -60px -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle-off:hover {
  background: url("/fotoweb/_static/gfx/jplayer/jplayer.blue.monday.png") -90px -270px no-repeat;
}
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
/* @end */
/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 100;
  src: local('ClearSans-Thin'), local('Clear Sans Thin'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Thin.eot'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Thin.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Thin.woff') format('woff'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Thin.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Thin.svg') format('svg');
}
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 300;
  src: local('ClearSans-Light'), local('Clear Sans Light'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Light.eot'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Light.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Light.woff') format('woff'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Light.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Light.svg') format('svg');
}
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 400;
  src: local('ClearSans'), local('Clear Sans'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Regular.eot'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Regular.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Regular.woff') format('woff'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Regular.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Regular.svg') format('svg');
}
@font-face {
  font-family: 'Clear Sans';
  font-style: italic;
  font-weight: 400;
  src: local('ClearSans-Italic'), local('Clear Sans Italic'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Italic.eot'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Italic.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Italic.woff') format('woff'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Italic.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Italic.svg') format('svg');
}
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 500;
  src: local('ClearSans-Medium'), local('Clear Sans Medium'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Medium.eot'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Medium.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Medium.woff') format('woff'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Medium.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Medium.svg') format('svg');
}
@font-face {
  font-family: 'Clear Sans';
  font-style: italic;
  font-weight: 500;
  src: local('ClearSans-MediumItalic'), local('Clear Sans Medium Italic'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-MediumItalic.eot'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-MediumItalic.woff') format('woff'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-MediumItalic.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-MediumItalic.svg') format('svg');
}
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 700;
  src: local('ClearSans-Bold'), local('Clear Sans Bold'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Bold.eot'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Bold.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Bold.woff') format('woff'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Bold.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-Bold.svg') format('svg');
}
@font-face {
  font-family: 'Clear Sans';
  font-style: italic;
  font-weight: 700;
  src: local('ClearSans-BoldItalic'), local('Clear Sans Bold Italic'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-BoldItalic.eot'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-BoldItalic.woff') format('woff'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-BoldItalic.ttf') format('truetype'), url('/fotoweb/_static/fonts/common/clear-sans/ClearSans-BoldItalic.svg') format('svg');
}
body {
  background-color: #eeeeee;
  color: #666;
  font-family: 'Clear Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 60px 0 0;
}
body:focus,
body:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.button {
  color: #000;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #f7f7f7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #fff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #fff, #eeeeee);
  background-image: -o-linear-gradient(top, #fff, #eeeeee);
  background-image: linear-gradient(to bottom, #fff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eeeeee #eeeeee #c8c8c8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #eeeeee;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;
  margin-top: 3px;
  padding: 2px;
}
.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  color: #000;
  background-color: #eeeeee;
  *background-color: #e2e2e2;
}
.button:active,
.button.active {
  background-color: #d5d5d5 \9;
}
/* ===============================================================
   Metric
   ============================================================== */
html {
  height: 100%;
}
#wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#sidebar {
  float: left;
  margin: -10px 0 0 0;
  padding-right: 0;
  position: relative;
}
#sidebar .fb-comments-wrapper {
  border-radius: 0 !important;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}
#sidebar .fotoweb-comments {
  border-radius: 0 !important;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}
#thumbnailWrapper {
  float: left;
  padding-left: 0;
  padding-right: 0;
}
#metadata {
  float: left;
  padding-bottom: 15px;
  width: 350px;
}
#contentWrapper {
  float: left;
  padding-right: 0;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1110px;
}
#wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1090px;
}
.visibleOnMobile,
.hiddenOnDesktop {
  display: none !important;
}
#thumbnailWrapper {
  width: 889px;
}
.span1 {
  width: 71.66666667px;
}
.span2 {
  width: 163.33333333px;
}
.span3 {
  width: 255px;
}
.span4 {
  width: 346.66666667px;
}
.span5 {
  width: 438.33333333px;
}
.span6 {
  width: 530px;
}
.span7 {
  width: 621.66666667px;
}
.span8 {
  width: 713.33333333px;
}
.span9 {
  width: 805px;
}
.span10 {
  width: 896.66666667px;
}
.span11 {
  width: 988.33333333px;
}
#sidebar {
  width: 220px;
}
#contentWrapper {
  width: 750px;
}
#preview-media {
  width: 738px;
}
@media all and (min-width: 3350px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 3310px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 3290px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 3089px;
  }
  .span1 {
    width: 255px;
  }
  .span2 {
    width: 530px;
  }
  .span3 {
    width: 805px;
  }
  .span4 {
    width: 1080px;
  }
  .span5 {
    width: 1355px;
  }
  .span6 {
    width: 1630px;
  }
  .span7 {
    width: 1905px;
  }
  .span8 {
    width: 2180px;
  }
  .span9 {
    width: 2455px;
  }
  .span10 {
    width: 2730px;
  }
  .span11 {
    width: 3005px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 2950px;
  }
  #preview-media {
    width: 2938px;
  }
}
@media all and (min-width: 3130px) and (max-width: 3349px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 3090px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 3070px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 2869px;
  }
  .span1 {
    width: 236.66666667px;
  }
  .span2 {
    width: 493.33333333px;
  }
  .span3 {
    width: 750px;
  }
  .span4 {
    width: 1006.66666667px;
  }
  .span5 {
    width: 1263.33333333px;
  }
  .span6 {
    width: 1520px;
  }
  .span7 {
    width: 1776.66666667px;
  }
  .span8 {
    width: 2033.33333333px;
  }
  .span9 {
    width: 2290px;
  }
  .span10 {
    width: 2546.66666667px;
  }
  .span11 {
    width: 2803.33333333px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 2730px;
  }
  #preview-media {
    width: 2718px;
  }
}
@media all and (min-width: 2910px) and (max-width: 3129px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 2870px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 2850px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 2649px;
  }
  .span1 {
    width: 218.33333333px;
  }
  .span2 {
    width: 456.66666667px;
  }
  .span3 {
    width: 695px;
  }
  .span4 {
    width: 933.33333333px;
  }
  .span5 {
    width: 1171.66666667px;
  }
  .span6 {
    width: 1410px;
  }
  .span7 {
    width: 1648.33333333px;
  }
  .span8 {
    width: 1886.66666667px;
  }
  .span9 {
    width: 2125px;
  }
  .span10 {
    width: 2363.33333333px;
  }
  .span11 {
    width: 2601.66666667px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 2510px;
  }
  #preview-media {
    width: 2498px;
  }
}
@media all and (min-width: 2690px) and (max-width: 2909px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 2650px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 2630px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 2429px;
  }
  .span1 {
    width: 200px;
  }
  .span2 {
    width: 420px;
  }
  .span3 {
    width: 640px;
  }
  .span4 {
    width: 860px;
  }
  .span5 {
    width: 1080px;
  }
  .span6 {
    width: 1300px;
  }
  .span7 {
    width: 1520px;
  }
  .span8 {
    width: 1740px;
  }
  .span9 {
    width: 1960px;
  }
  .span10 {
    width: 2180px;
  }
  .span11 {
    width: 2400px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 2290px;
  }
  #preview-media {
    width: 2278px;
  }
}
@media all and (min-width: 2470px) and (max-width: 2689px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 2430px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 2410px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 2209px;
  }
  .span1 {
    width: 181.66666667px;
  }
  .span2 {
    width: 383.33333333px;
  }
  .span3 {
    width: 585px;
  }
  .span4 {
    width: 786.66666667px;
  }
  .span5 {
    width: 988.33333333px;
  }
  .span6 {
    width: 1190px;
  }
  .span7 {
    width: 1391.66666667px;
  }
  .span8 {
    width: 1593.33333333px;
  }
  .span9 {
    width: 1795px;
  }
  .span10 {
    width: 1996.66666667px;
  }
  .span11 {
    width: 2198.33333333px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 2070px;
  }
  #preview-media {
    width: 2058px;
  }
}
@media all and (min-width: 2250px) and (max-width: 2469px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 2210px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 2190px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 1989px;
  }
  .span1 {
    width: 163.33333333px;
  }
  .span2 {
    width: 346.66666667px;
  }
  .span3 {
    width: 530px;
  }
  .span4 {
    width: 713.33333333px;
  }
  .span5 {
    width: 896.66666667px;
  }
  .span6 {
    width: 1080px;
  }
  .span7 {
    width: 1263.33333333px;
  }
  .span8 {
    width: 1446.66666667px;
  }
  .span9 {
    width: 1630px;
  }
  .span10 {
    width: 1813.33333333px;
  }
  .span11 {
    width: 1996.66666667px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 1850px;
  }
  #preview-media {
    width: 1838px;
  }
}
@media all and (min-width: 2030px) and (max-width: 2249px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1990px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 1970px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 1769px;
  }
  .span1 {
    width: 145px;
  }
  .span2 {
    width: 310px;
  }
  .span3 {
    width: 475px;
  }
  .span4 {
    width: 640px;
  }
  .span5 {
    width: 805px;
  }
  .span6 {
    width: 970px;
  }
  .span7 {
    width: 1135px;
  }
  .span8 {
    width: 1300px;
  }
  .span9 {
    width: 1465px;
  }
  .span10 {
    width: 1630px;
  }
  .span11 {
    width: 1795px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 1630px;
  }
  #preview-media {
    width: 1618px;
  }
}
@media all and (min-width: 1810px) and (max-width: 2029px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1770px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 1750px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 1549px;
  }
  .span1 {
    width: 126.66666667px;
  }
  .span2 {
    width: 273.33333333px;
  }
  .span3 {
    width: 420px;
  }
  .span4 {
    width: 566.66666667px;
  }
  .span5 {
    width: 713.33333333px;
  }
  .span6 {
    width: 860px;
  }
  .span7 {
    width: 1006.66666667px;
  }
  .span8 {
    width: 1153.33333333px;
  }
  .span9 {
    width: 1300px;
  }
  .span10 {
    width: 1446.66666667px;
  }
  .span11 {
    width: 1593.33333333px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 1410px;
  }
  #preview-media {
    width: 1398px;
  }
}
@media all and (min-width: 1590px) and (max-width: 1809px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1550px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 1530px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 1329px;
  }
  .span1 {
    width: 108.33333333px;
  }
  .span2 {
    width: 236.66666667px;
  }
  .span3 {
    width: 365px;
  }
  .span4 {
    width: 493.33333333px;
  }
  .span5 {
    width: 621.66666667px;
  }
  .span6 {
    width: 750px;
  }
  .span7 {
    width: 878.33333333px;
  }
  .span8 {
    width: 1006.66666667px;
  }
  .span9 {
    width: 1135px;
  }
  .span10 {
    width: 1263.33333333px;
  }
  .span11 {
    width: 1391.66666667px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 1190px;
  }
  #preview-media {
    width: 1178px;
  }
}
@media all and (min-width: 1370px) and (max-width: 1589px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1330px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 1310px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 1109px;
  }
  .span1 {
    width: 90px;
  }
  .span2 {
    width: 200px;
  }
  .span3 {
    width: 310px;
  }
  .span4 {
    width: 420px;
  }
  .span5 {
    width: 530px;
  }
  .span6 {
    width: 640px;
  }
  .span7 {
    width: 750px;
  }
  .span8 {
    width: 860px;
  }
  .span9 {
    width: 970px;
  }
  .span10 {
    width: 1080px;
  }
  .span11 {
    width: 1190px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 970px;
  }
  #preview-media {
    width: 958px;
  }
  #selection-panel .actions-wrap .actions-main {
    width: 130px;
  }
}
@media all and (min-width: 1150px) and (max-width: 1369px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1110px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 1090px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 889px;
  }
  .span1 {
    width: 71.66666667px;
  }
  .span2 {
    width: 163.33333333px;
  }
  .span3 {
    width: 255px;
  }
  .span4 {
    width: 346.66666667px;
  }
  .span5 {
    width: 438.33333333px;
  }
  .span6 {
    width: 530px;
  }
  .span7 {
    width: 621.66666667px;
  }
  .span8 {
    width: 713.33333333px;
  }
  .span9 {
    width: 805px;
  }
  .span10 {
    width: 896.66666667px;
  }
  .span11 {
    width: 988.33333333px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 750px;
  }
  #preview-media {
    width: 738px;
  }
  #selection-panel .actions-wrap .actions-main {
    width: 130px;
  }
  #selection-panel .actions-wrap .selection-count {
    min-width: 140px;
    width: auto;
  }
}
@media all and (min-width: 930px) and (max-width: 1149px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 890px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 870px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 669px;
  }
  .span1 {
    width: 53.33333333px;
  }
  .span2 {
    width: 126.66666667px;
  }
  .span3 {
    width: 200px;
  }
  .span4 {
    width: 273.33333333px;
  }
  .span5 {
    width: 346.66666667px;
  }
  .span6 {
    width: 420px;
  }
  .span7 {
    width: 493.33333333px;
  }
  .span8 {
    width: 566.66666667px;
  }
  .span9 {
    width: 640px;
  }
  .span10 {
    width: 713.33333333px;
  }
  .span11 {
    width: 786.66666667px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 530px;
  }
  #preview-media {
    width: 518px;
  }
  #selection-panel .actions-wrap .actions-main {
    width: 130px;
  }
  #selection-panel .actions-wrap .selection-count {
    min-width: 140px;
    width: auto;
  }
  #selection-panel .actions-wrap .selection-count {
    min-width: 140px;
    width: auto;
  }
}
@media all and (max-width: 929px) {
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 670px;
  }
  #wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 650px;
  }
  .visibleOnMobile,
  .hiddenOnDesktop {
    display: none !important;
  }
  #thumbnailWrapper {
    width: 449px;
  }
  .span1 {
    width: 35px;
  }
  .span2 {
    width: 90px;
  }
  .span3 {
    width: 145px;
  }
  .span4 {
    width: 200px;
  }
  .span5 {
    width: 255px;
  }
  .span6 {
    width: 310px;
  }
  .span7 {
    width: 365px;
  }
  .span8 {
    width: 420px;
  }
  .span9 {
    width: 475px;
  }
  .span10 {
    width: 530px;
  }
  .span11 {
    width: 585px;
  }
  #sidebar {
    width: 220px;
  }
  #contentWrapper {
    width: 310px;
  }
  #preview-media {
    width: 298px;
  }
  #selection-panel .actions-wrap .actions-main {
    width: 130px;
  }
  #selection-panel .actions-wrap .selection-count {
    min-width: 140px;
    width: auto;
  }
  #selection-panel .actions-wrap .selection-count {
    min-width: 140px;
    width: auto;
  }
  .notOnTablet {
    display: none !important;
  }
  #preview-media {
    width: 100%;
  }
  .fullwidthOnTablet {
    width: 650px !important;
  }
  .onlyOnTablet {
    display: block !important;
  }
}
.tabletTresholdWidth {
  width: 660px;
}
.clientIsATouchDevice .btn-navbar:hover {
  background-color: #333;
  background-image: none;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  outline: 0;
}
.clientIsATouchDevice .btn-navbar:hover span {
  color: #fff;
}
.clientIsATouchDevice .btn-navbar,
.clientIsATouchDevice .btn-navbar:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3c3c3c;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjIyMjIyIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(to bottom, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: left;
}
.clientIsATouchDevice .btn-navbar:hover,
.clientIsATouchDevice .btn-navbar:hover:hover,
.clientIsATouchDevice .btn-navbar:focus,
.clientIsATouchDevice .btn-navbar:hover:focus,
.clientIsATouchDevice .btn-navbar:active,
.clientIsATouchDevice .btn-navbar:hover:active,
.clientIsATouchDevice .btn-navbar.active,
.clientIsATouchDevice .btn-navbar:hover.active,
.clientIsATouchDevice .btn-navbar.disabled,
.clientIsATouchDevice .btn-navbar:hover.disabled,
.clientIsATouchDevice .btn-navbar[disabled],
.clientIsATouchDevice .btn-navbar:hover[disabled] {
  color: #000;
  background-color: #222222;
  *background-color: #151515;
}
.clientIsATouchDevice .btn-navbar:active,
.clientIsATouchDevice .btn-navbar:hover:active,
.clientIsATouchDevice .btn-navbar.active,
.clientIsATouchDevice .btn-navbar:hover.active {
  background-color: #080808 \9;
}
.clientIsATouchDevice .hoverInfo {
  display: none;
}
.clientIsATouchDevice .tooltip {
  display: none;
}
.clientIsATouchDevice .metadatarow a {
  line-height: 20px;
}
.navbar-inner {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #383838;
  filter: none;
  min-height: 50px;
}
.navbar-inner .caret {
  border-bottom-color: #777;
  border-top-color: #777;
  margin-left: 5px;
  vertical-align: middle;
}
.tab-content,
#wrapper {
  border-left-color: #ccc !important;
  border-right-color: #ccc !important;
  border-bottom-color: #ccc !important;
  background-color: #fff !important;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 2px !important;
}
a {
  color: #08C;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.like-link {
  color: #08C;
  cursor: pointer;
  text-decoration: underline;
}
.like-link:hover {
  color: #005580;
  text-decoration: none;
}
.btn-primary {
  color: #fff;
}
.btn-primary .caret {
  border-top-color: #fff;
}
.dropdown-menu a {
  color: #333;
}
.dropdown-menu > li > a {
  text-decoration: none;
}
div.jp-audio,
div.jp-video {
  background-color: #222 !important;
}
.hideLoader {
  background: none !important;
}
@media all and (max-width: 660px) {
  .archiveTabs,
  .navbar-fixed-top {
    width: 680px;
  }
}
.login-form-body {
  padding-top: 0px !important;
}
/*@media all and (max-width: @fixedNavbarTreshold) {
	.navbar-fixed-top {
		position: static !important;
		margin-bottom: 20px;
	}

	body {
		padding-top: 0px !important;
	}
}*/
/* ===================================================================
   Modal redesign
   ================================================================== */
.modal-content {
  border-radius: 6px;
}
.modal-header {
  background-color: #fff;
  border-bottom-color: #1d88ca;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 5px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top-left-radius: 5px;
  color: #1d88ca;
  padding-bottom: 8px;
  padding-right: 30px;
  padding-top: 8px;
  position: relative;
}
.modal-header button.close {
  color: #1d88ca;
  font-size: 24px;
  font-weight: 900;
  margin-right: -2px;
  position: absolute;
  right: 10px;
  top: 50%;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-header button.close:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-header .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-content {
  background: #fbfcfc;
}
.modal-body-wrap {
  padding: 20px;
}
.taxonomy-item-editor-modal.ipad .modal-body-wrap {
  max-height: 370px;
}
.modal-body {
  padding: 0;
}
.modal-footer {
  margin: 0;
  background: #eeeeee;
  border-top-color: #eeeeee;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 6px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-left-radius: 6px;
}
.modal-extended-content.modal-body {
  background: #fff;
  border: 1px solid #bdbec0;
  overflow: auto;
  overflow-y: scroll;
  padding: 10px 15px;
}
.modal .new-folder {
  float: left;
}
/* ===================================================================
   Tooltip fixes
   ================================================================== */
.tooltip-inner {
  word-wrap: break-word;
}
.tooltip-inner .part {
  margin-bottom: 3px;
}
.tooltip-inner a {
  color: lightblue;
  text-decoration: underline;
}
/* ===================================================================
   Popovers
   ================================================================== */
.popover-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
  padding: 10px 15px;
  text-align: right;
}
.popover.bottom > .arrow {
  border-width: 0 10px 10px;
  top: -10px;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #fff;
}
.popover-title .icon {
  margin-right: 5px;
}
.popover-with-iframe .popover-content {
  padding: 10px 0 0;
}
/* ===================================================================
   Form elements
   ================================================================== */
.add-smth-input .form-control {
  float: left;
  height: 30px;
  margin-right: -30px;
  padding-right: 40px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.add-smth-input .spinner-icon {
  float: left;
  height: 30px;
  width: 20px;
  margin-left: -20px;
  font-size: 18px;
  padding: 2px 0 0 0;
}
.add-smth-input .btn-add {
  color: #428bca;
  float: left;
  font-size: 18px;
  padding: 0;
  height: 30px;
  width: 20px;
}
.add-smth-input .btn-add,
.add-smth-input .btn-add:focus,
.add-smth-input .btn-add:active,
.add-smth-input .btn-add:hover {
  background: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.add-smth-input .btn-add .icon {
  color: #428bca;
}
/* ===================================================================
   Alerts
   ================================================================== */
.alert a {
  text-decoration: underline;
}
.alert a:hover,
.alert a:focus {
  text-decoration: none;
}
/* ===================================================================
   Tags control
   ================================================================== */
.tags-control .tags-holder {
  font-size: 0;
  letter-spacing: 0;
}
.tags-control .tag-elem {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.tags-control .tags-add-input {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  min-width: 1px;
}
.tags-control .tags-add-input:focus,
.tags-control .tags-add-input:active {
  outline: none;
}
.tags-control .tags-add {
  display: none;
  vertical-align: top;
}
.dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu > li > label input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
}
.dropdown-menu > li > label:hover {
  background-color: #f5f5f5;
}
.dropdown-menu--nopadding > li > a {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-menu--nopadding .header {
  margin: 0 !important;
}
/* ===================================================================
   Btn with icon
   ================================================================== */
.btn--iconned {
  text-align: left;
  position: relative;
  padding-right: 40px;
}
.btn--iconned .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  text-align: center;
}
/* ===================================================================
   LIST without margin and padding
   ================================================================== */
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pointer {
  cursor: pointer;
}
.iframe-loader {
  padding: 15px;
  text-align: center;
}
/* ===================================================================
   Asset pin icon
   ================================================================== */
.asset-pin {
  color: #666;
  cursor: pointer;
  font-size: 20px;
}
.asset-pin-active {
  color: #f06800;
}
.asset-pin .icon {
  vertical-align: top;
}
/* ===================================================================
   Road to flat design
   ================================================================== */
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* FWI-4352: links look like clickable but aren't */
a,
a:focus,
a:active {
  outline: 0;
}
/* FWI-2838: Ipad: "Play" sign moves down on preview video page */
.mobile-portrait {
  position: relative;
}
.mobile-portrait a.jp-video-play-icon {
  position: absolute;
}
.is-hide {
  display: none !important;
}
.is-glow {
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
}
.is-overflow-hidden {
  overflow: hidden !important;
  height: 100% !important;
}
.is-pin {
  color: #f06800 !important;
}
.is-rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.is-rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.is-confirm-mode:not(.confirm-mode-font-color) {
  background-color: #9d261d !important;
  border-color: #9d261d !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.is-confirm-mode:not(.confirm-mode-font-color)._7030a0 {
  background-color: #7030a0 !important;
  border-color: #7030a0 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._002060 {
  background-color: #002060 !important;
  border-color: #002060 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._0070c0 {
  background-color: #0070c0 !important;
  border-color: #0070c0 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._00b0f0 {
  background-color: #00b0f0 !important;
  border-color: #00b0f0 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._00b050 {
  background-color: #00b050 !important;
  border-color: #00b050 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._92d050 {
  background-color: #92d050 !important;
  border-color: #92d050 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._ffff00 {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._ffc000 {
  background-color: #ffc000 !important;
  border-color: #ffc000 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._ff0000 {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._c00000 {
  background-color: #c00000 !important;
  border-color: #c00000 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._005945 {
  background-color: #005945 !important;
  border-color: #005945 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._465d9b {
  background-color: #465d9b !important;
  border-color: #465d9b !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._005382 {
  background-color: #005382 !important;
  border-color: #005382 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._a45e00 {
  background-color: #a45e00 !important;
  border-color: #a45e00 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._bd004d {
  background-color: #bd004d !important;
  border-color: #bd004d !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._257700 {
  background-color: #257700 !important;
  border-color: #257700 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._212e42 {
  background-color: #212e42 !important;
  border-color: #212e42 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._7c92a5 {
  background-color: #7c92a5 !important;
  border-color: #7c92a5 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._0c0c0c {
  background-color: #0c0c0c !important;
  border-color: #0c0c0c !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._7f7f7f {
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._0070bc {
  background-color: #0070bc !important;
  border-color: #0070bc !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._5d74b2 {
  background-color: #5d74b2 !important;
  border-color: #5d74b2 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._006a99 {
  background-color: #006a99 !important;
  border-color: #006a99 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._bb7500 {
  background-color: #bb7500 !important;
  border-color: #bb7500 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._d40064 {
  background-color: #d40064 !important;
  border-color: #d40064 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._3c8e00 {
  background-color: #3c8e00 !important;
  border-color: #3c8e00 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._384559 {
  background-color: #384559 !important;
  border-color: #384559 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._93a9bc {
  background-color: #93a9bc !important;
  border-color: #93a9bc !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._262626 {
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._a5a5a5 {
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._008672 {
  background-color: #008672 !important;
  border-color: #008672 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._98afed {
  background-color: #98afed !important;
  border-color: #98afed !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._0080af {
  background-color: #0080af !important;
  border-color: #0080af !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._d18b00 {
  background-color: #d18b00 !important;
  border-color: #d18b00 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._ff3a9f {
  background-color: #ff3a9f !important;
  border-color: #ff3a9f !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._52a40e {
  background-color: #52a40e !important;
  border-color: #52a40e !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._738094 {
  background-color: #738094 !important;
  border-color: #738094 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._a9bfd2 {
  background-color: #a9bfd2 !important;
  border-color: #a9bfd2 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._3f3f3f {
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._bfbfbf {
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._049d89 {
  background-color: #049d89 !important;
  border-color: #049d89 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._a7befc {
  background-color: #a7befc !important;
  border-color: #a7befc !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._0097c6 {
  background-color: #0097c6 !important;
  border-color: #0097c6 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._e8a200 {
  background-color: #e8a200 !important;
  border-color: #e8a200 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._ff49ae {
  background-color: #ff49ae !important;
  border-color: #ff49ae !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._69bb25 {
  background-color: #69bb25 !important;
  border-color: #69bb25 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._828fa3 {
  background-color: #828fa3 !important;
  border-color: #828fa3 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._c0d6e9 {
  background-color: #c0d6e9 !important;
  border-color: #c0d6e9 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._595959 {
  background-color: #595959 !important;
  border-color: #595959 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._d8d8d8 {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._11aa96 {
  background-color: #11aa96 !important;
  border-color: #11aa96 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._deb5ff {
  background-color: #deb5ff !important;
  border-color: #deb5ff !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._00a4d3 {
  background-color: #00a4d3 !important;
  border-color: #00a4d3 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._f5af01 {
  background-color: #f5af01 !important;
  border-color: #f5af01 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._ff60c5 {
  background-color: #ff60c5 !important;
  border-color: #ff60c5 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._76c832 {
  background-color: #76c832 !important;
  border-color: #76c832 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._99a6ba {
  background-color: #99a6ba !important;
  border-color: #99a6ba !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._cde3f6 {
  background-color: #cde3f6 !important;
  border-color: #cde3f6 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._7f7f7f {
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._f2f2f2 {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._f79646 {
  background-color: #f79646 !important;
  border-color: #f79646 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._4bacc6 {
  background-color: #4bacc6 !important;
  border-color: #4bacc6 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._f064a2 {
  background-color: #f064a2 !important;
  border-color: #f064a2 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._9bbb59 {
  background-color: #9bbb59 !important;
  border-color: #9bbb59 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._c0504d {
  background-color: #c0504d !important;
  border-color: #c0504d !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._4f81bd {
  background-color: #4f81bd !important;
  border-color: #4f81bd !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._1f497d {
  background-color: #1f497d !important;
  border-color: #1f497d !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._eeece1 {
  background-color: #eeece1 !important;
  border-color: #eeece1 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._000000 {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.is-confirm-mode:not(.confirm-mode-font-color)._ffffff {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.is-confirm-mode.confirm-mode-font-color {
  color: #9d261d !important;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.is-confirm-mode.confirm-mode-font-color._7030a0 {
  color: #7030a0 !important;
}
.is-confirm-mode.confirm-mode-font-color._002060 {
  color: #002060 !important;
}
.is-confirm-mode.confirm-mode-font-color._0070c0 {
  color: #0070c0 !important;
}
.is-confirm-mode.confirm-mode-font-color._00b0f0 {
  color: #00b0f0 !important;
}
.is-confirm-mode.confirm-mode-font-color._00b050 {
  color: #00b050 !important;
}
.is-confirm-mode.confirm-mode-font-color._92d050 {
  color: #92d050 !important;
}
.is-confirm-mode.confirm-mode-font-color._ffff00 {
  color: #ffff00 !important;
}
.is-confirm-mode.confirm-mode-font-color._ffc000 {
  color: #ffc000 !important;
}
.is-confirm-mode.confirm-mode-font-color._ff0000 {
  color: #ff0000 !important;
}
.is-confirm-mode.confirm-mode-font-color._c00000 {
  color: #c00000 !important;
}
.is-confirm-mode.confirm-mode-font-color._005945 {
  color: #005945 !important;
}
.is-confirm-mode.confirm-mode-font-color._465d9b {
  color: #465d9b !important;
}
.is-confirm-mode.confirm-mode-font-color._005382 {
  color: #005382 !important;
}
.is-confirm-mode.confirm-mode-font-color._a45e00 {
  color: #a45e00 !important;
}
.is-confirm-mode.confirm-mode-font-color._bd004d {
  color: #bd004d !important;
}
.is-confirm-mode.confirm-mode-font-color._257700 {
  color: #257700 !important;
}
.is-confirm-mode.confirm-mode-font-color._212e42 {
  color: #212e42 !important;
}
.is-confirm-mode.confirm-mode-font-color._7c92a5 {
  color: #7c92a5 !important;
}
.is-confirm-mode.confirm-mode-font-color._0c0c0c {
  color: #0c0c0c !important;
}
.is-confirm-mode.confirm-mode-font-color._7f7f7f {
  color: #7f7f7f !important;
}
.is-confirm-mode.confirm-mode-font-color._0070bc {
  color: #0070bc !important;
}
.is-confirm-mode.confirm-mode-font-color._5d74b2 {
  color: #5d74b2 !important;
}
.is-confirm-mode.confirm-mode-font-color._006a99 {
  color: #006a99 !important;
}
.is-confirm-mode.confirm-mode-font-color._bb7500 {
  color: #bb7500 !important;
}
.is-confirm-mode.confirm-mode-font-color._d40064 {
  color: #d40064 !important;
}
.is-confirm-mode.confirm-mode-font-color._3c8e00 {
  color: #3c8e00 !important;
}
.is-confirm-mode.confirm-mode-font-color._384559 {
  color: #384559 !important;
}
.is-confirm-mode.confirm-mode-font-color._93a9bc {
  color: #93a9bc !important;
}
.is-confirm-mode.confirm-mode-font-color._262626 {
  color: #262626 !important;
}
.is-confirm-mode.confirm-mode-font-color._a5a5a5 {
  color: #a5a5a5 !important;
}
.is-confirm-mode.confirm-mode-font-color._008672 {
  color: #008672 !important;
}
.is-confirm-mode.confirm-mode-font-color._98afed {
  color: #98afed !important;
}
.is-confirm-mode.confirm-mode-font-color._0080af {
  color: #0080af !important;
}
.is-confirm-mode.confirm-mode-font-color._d18b00 {
  color: #d18b00 !important;
}
.is-confirm-mode.confirm-mode-font-color._ff3a9f {
  color: #ff3a9f !important;
}
.is-confirm-mode.confirm-mode-font-color._52a40e {
  color: #52a40e !important;
}
.is-confirm-mode.confirm-mode-font-color._738094 {
  color: #738094 !important;
}
.is-confirm-mode.confirm-mode-font-color._a9bfd2 {
  color: #a9bfd2 !important;
}
.is-confirm-mode.confirm-mode-font-color._3f3f3f {
  color: #3f3f3f !important;
}
.is-confirm-mode.confirm-mode-font-color._bfbfbf {
  color: #bfbfbf !important;
}
.is-confirm-mode.confirm-mode-font-color._049d89 {
  color: #049d89 !important;
}
.is-confirm-mode.confirm-mode-font-color._a7befc {
  color: #a7befc !important;
}
.is-confirm-mode.confirm-mode-font-color._0097c6 {
  color: #0097c6 !important;
}
.is-confirm-mode.confirm-mode-font-color._e8a200 {
  color: #e8a200 !important;
}
.is-confirm-mode.confirm-mode-font-color._ff49ae {
  color: #ff49ae !important;
}
.is-confirm-mode.confirm-mode-font-color._69bb25 {
  color: #69bb25 !important;
}
.is-confirm-mode.confirm-mode-font-color._828fa3 {
  color: #828fa3 !important;
}
.is-confirm-mode.confirm-mode-font-color._c0d6e9 {
  color: #c0d6e9 !important;
}
.is-confirm-mode.confirm-mode-font-color._595959 {
  color: #595959 !important;
}
.is-confirm-mode.confirm-mode-font-color._d8d8d8 {
  color: #d8d8d8 !important;
}
.is-confirm-mode.confirm-mode-font-color._11aa96 {
  color: #11aa96 !important;
}
.is-confirm-mode.confirm-mode-font-color._deb5ff {
  color: #deb5ff !important;
}
.is-confirm-mode.confirm-mode-font-color._00a4d3 {
  color: #00a4d3 !important;
}
.is-confirm-mode.confirm-mode-font-color._f5af01 {
  color: #f5af01 !important;
}
.is-confirm-mode.confirm-mode-font-color._ff60c5 {
  color: #ff60c5 !important;
}
.is-confirm-mode.confirm-mode-font-color._76c832 {
  color: #76c832 !important;
}
.is-confirm-mode.confirm-mode-font-color._99a6ba {
  color: #99a6ba !important;
}
.is-confirm-mode.confirm-mode-font-color._cde3f6 {
  color: #cde3f6 !important;
}
.is-confirm-mode.confirm-mode-font-color._7f7f7f {
  color: #7f7f7f !important;
}
.is-confirm-mode.confirm-mode-font-color._f2f2f2 {
  color: #f2f2f2 !important;
}
.is-confirm-mode.confirm-mode-font-color._f79646 {
  color: #f79646 !important;
}
.is-confirm-mode.confirm-mode-font-color._4bacc6 {
  color: #4bacc6 !important;
}
.is-confirm-mode.confirm-mode-font-color._f064a2 {
  color: #f064a2 !important;
}
.is-confirm-mode.confirm-mode-font-color._9bbb59 {
  color: #9bbb59 !important;
}
.is-confirm-mode.confirm-mode-font-color._c0504d {
  color: #c0504d !important;
}
.is-confirm-mode.confirm-mode-font-color._4f81bd {
  color: #4f81bd !important;
}
.is-confirm-mode.confirm-mode-font-color._1f497d {
  color: #1f497d !important;
}
.is-confirm-mode.confirm-mode-font-color._eeece1 {
  color: #eeece1 !important;
}
.is-confirm-mode.confirm-mode-font-color._000000 {
  color: #000000 !important;
}
.is-confirm-mode.confirm-mode-font-color._ffffff {
  color: #ffffff !important;
}
/* @override
    http://bolejan.fotoware.net:7100/fotoweb/rsrc/css/style.css
    http://bolejan3.fotoware.net:7100/fotoweb/_static/desktop/css/style.css
*/
.paginator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
  background-image: -o-linear-gradient(top, #fff, #f5f5f5);
  background-image: linear-gradient(to bottom, #fff, #f5f5f5);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  background-repeat: repeat-x;
  padding: 5px;
  border: 1px solid #eee;
  display: inline-block;
}
.paginator_prev {
  margin-right: 10px;
}
.paginator_next {
  margin-left: 10px;
}
.paginator_input {
  width: 50px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
.paginator_element {
  display: inline;
}
.paginator a {
  cursor: pointer;
}
.paginator a:hover {
  text-decoration: none;
}
@keyframes animation-rotate-0 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes animation-rotate-0 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animation-rotate-90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes animation-rotate-90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.rotate-buttons {
  min-width: 150px;
}
.rotate-buttons .btn {
  text-align: left;
}
.alerts-collection {
  line-height: initial;
}
.album-breadcrumb {
  position: relative;
}
@media screen and (max-width: 700px) {
  .album-breadcrumb .arrow-link {
    margin: 0 10px !important;
  }
}
.breadcrumb {
  background: none;
  border: 0;
  border-radius: 0;
  height: 36px;
  margin-bottom: 10px;
  margin-top: -3px;
  padding: 0 0 8px 0;
  position: relative;
  /**
    *  Extra menu
    */
  /**
    *  Alerts
    */
  /**
    *  Search for
    */
  /**
    *  Assets count
    */
  /**
    *  Prev / Next
    */
  /**
    *  Breadcrumbs
    */
}
.breadcrumb .extra-menu-controls {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
}
.breadcrumb .extra-menu-controls-item {
  float: right;
  margin-right: 20px;
}
.breadcrumb .extra-menu-controls-item:first-child {
  margin-right: 0;
}
.breadcrumb .add-alert-btn {
  background-color: transparent;
  border: none;
}
.breadcrumb .add-alert-btn .icon {
  margin-right: 10px;
  position: relative;
}
.breadcrumb .add-alert-btn .icon:after {
  content: '\f067';
  font-size: 8px;
  position: absolute;
  right: -6px;
  top: -8px;
}
.breadcrumb .add-alert-btn .text {
  color: #08C;
  white-space: nowrap;
}
.breadcrumb .add-alert-btn:hover .text {
  color: #005580;
}
.breadcrumb .search-for,
.breadcrumb .search-for-content,
.breadcrumb .search-for-quotes,
.breadcrumb .search-for-title,
.breadcrumb .search-for-text {
  display: inline-block;
  line-height: 25px;
  vertical-align: inherit;
}
.breadcrumb .search-for {
  color: #303030;
  margin-left: -2px;
}
.breadcrumb .search-for-content {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .search-for-title {
  margin-right: 3px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .search-for-advanced .search-for-content,
.breadcrumb .search-for-advanced .search-for-quotes {
  display: none;
}
.breadcrumb .search-for-advanced .search-for-title {
  margin-right: 0;
}
.breadcrumb .hit-count,
.breadcrumb .asset-count {
  background: #ccc;
  display: inline-block;
  font-size: 100%;
  line-height: 25px;
  margin-left: 5px;
  padding: 0 5px;
  vertical-align: sub;
}
.breadcrumb .asset-count {
  display: none;
  vertical-align: sub;
}
.breadcrumb .asset-count-positive {
  display: inline-block;
}
.with-prev-next .breadcrumb {
  padding-right: 150px;
}
.breadcrumb a {
  color: #08C;
  text-decoration: underline;
}
.breadcrumb a:focus,
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-wrapper {
  color: #08C;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb .breadcrumb-element {
  display: inline-block;
  line-height: 25px;
  vertical-align: middle;
}
.breadcrumb .breadcrumb-item {
  color: #08C;
  display: inline-block;
  line-height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.breadcrumb .breadcrumb-name {
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: inherit;
}
.breadcrumb .breadcrumb-arrow {
  color: #808184;
  cursor: default;
  font-size: 16px;
  vertical-align: inherit;
}
.breadcrumb .hidden-folders {
  color: #ccc;
  font-size: 18px;
  padding-right: 8px;
  vertical-align: inherit;
}
.breadcrumb .inactive .breadcrumb-arrow {
  display: none;
}
.breadcrumb .inactive .breadcrumb-name {
  color: #303030;
  cursor: default;
  text-decoration: none;
}
.breadcrumb .breadcrumb-up-icon {
  color: #808184;
  margin-right: 5px;
  -webkit-transform: rotate(180);
  -ms-transform: rotate(180);
  transform: rotate(180);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.breadcrumb .breadcrumb-up {
  border-right: 1px solid #808184;
  cursor: pointer;
  margin-right: 10px;
  padding-right: 13px;
  vertical-align: bottom;
}
.breadcrumb .breadcrumb-up:hover .breadcrumb-up-link {
  text-decoration: none;
}
.breadcrumb .breadcrumb-up.inactive {
  border-right: 1px solid #ccc;
  cursor: default;
}
.breadcrumb .breadcrumb-up.inactive .breadcrumb-up-icon {
  color: #ccc;
}
.breadcrumb .breadcrumb-up.inactive .breadcrumb-up-link {
  color: #ccc;
  text-decoration: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* For narrow screens */
@media only screen and (max-width: 930px) {
  .breadcrumb-name {
    max-width: 80px !important;
  }
  .search-for-title {
    max-width: 50px !important;
  }
  .search-for-content,
  .search-for-quotes {
    display: none !important;
  }
}
/**
*  Folders and SmartFolders blocks
*/
.folder-navigation {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.folder-navigation a {
  text-decoration: none;
}
.folder-navigation a:hover {
  text-decoration: none;
}
.folder-navigation .folders-header {
  padding: 10px;
  position: relative;
}
.folder-navigation .folders-header:after {
  background: #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.folder-navigation .folders-header:after {
  background: #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.folder-navigation .folders-title {
  color: #303030;
  font-size: 14px;
  font-weight: bold;
}
.folder-navigation .folders-toggle {
  color: #bbbdbf;
  cursor: pointer;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.folder-navigation .folders-toggle:after {
  content: "\f078";
  font-family: FontAwesome;
}
.folder-navigation .folder-element {
  display: block;
  position: relative;
}
.folder-navigation .folder-element:hover {
  background-color: #EFF7FB;
}
.folder-navigation .folder-element:hover .folder-actions {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.folder-navigation .folder-element:hover .pin-folder {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.folder-navigation .empty-folder {
  color: #bbb;
  font-style: italic;
  padding: 10px;
}
.folder-navigation .folder-item {
  padding: 10px 30px 10px 10px;
  position: relative;
}
.folder-navigation .folder-name {
  cursor: pointer;
  display: inline-block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.folder-navigation .pin-folder {
  color: #666;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 15px;
  position: absolute;
  right: 10px;
}
.folder-navigation .is-pin {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.folder-navigation .folder-action {
  color: #08C;
  cursor: pointer;
  width: 25px;
}
.folder-navigation .folder-action.inactive {
  color: #ccc;
  cursor: default;
}
.folder-navigation .delete-smart-folder {
  color: #EE681F;
}
.folder-navigation .add-smart-folder {
  color: #08C;
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative;
}
.folder-navigation .add-smart-folder .add-folder-icon {
  font-size: 12px;
}
.folder-navigation .folder-actions {
  color: #666;
  cursor: pointer;
  font-size: 7px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.folder-navigation .folder-actions-menu {
  display: none;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: right;
  width: 100%;
}
.folder-navigation .smart-folder .folder-name {
  max-width: 160px;
}
.folder-navigation .smart-folder.folder-item {
  padding: 10px 40px 10px 10px;
}
.folder-navigation .smart-folder.can-pin.folder-item {
  padding: 10px 60px 10px 10px;
}
.folder-navigation .smart-folder.can-pin .folder-actions {
  right: 30px;
}
.folder-navigation .smart-folder.can-pin .folder-name {
  max-width: 140px;
}
.folder-navigation .open-actions-menu .folder-actions {
  color: #08C;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.folder-navigation .open-actions-menu .folder-actions-menu {
  display: block;
}
.folder-navigation .folders-wrapper {
  background-color: #F5F5F5;
  border-radius: 4px;
  margin-bottom: 10px;
}
.folder-navigation .folders-wrapper.collapsed .folders-toggle:after {
  content: "\f054";
  font-family: FontAwesome;
}
.folder-navigation .folders-wrapper.collapsed .folders-list {
  display: none;
}
.folder-navigation .folders-wrapper.collapsed .add-smart-folder {
  display: none;
}
.folder-navigation.folders-mobile-version .folder-actions {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.folder-navigation.folders-mobile-version .pin-folder {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/**
*  SmartFolder's modal
*/
.smart-folder-modal {
  /*
    *  Error tooltip
    */
}
.smart-folder-modal .smart-folder-description {
  resize: none;
  width: 430px;
}
.smart-folder-modal .modal-dialog {
  width: 690px;
}
.smart-folder-modal .validation-warning {
  background-color: #fcf8e2;
}
.smart-folder-modal .checkbox-input-wrapper {
  position: relative;
}
.smart-folder-modal .checkbox-input {
  display: none;
}
.smart-folder-modal .checkbox-style-element {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 17px;
  margin-top: 6px;
  padding: 1px;
  position: absolute;
  width: 17px;
}
.smart-folder-modal .checkbox-style-element:before {
  content: "";
  position: absolute;
}
.smart-folder-modal .checkbox-style-element.checked:before {
  content: "\f00c";
  cursor: default;
  font: 14px/1 FontAwesome;
  position: absolute;
}
.smart-folder-modal .url-fragment-field {
  text-transform: lowercase;
}
.smart-folder-modal .url-fragment-hint {
  color: #08C;
  cursor: pointer;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: text-top;
}
.smart-folder-modal .tooltip {
  opacity: 1 !important;
  padding-top: 0 !important;
  white-space: nowrap;
}
.smart-folder-modal .tooltip-arrow {
  display: none;
}
.smart-folder-modal .tooltip-inner {
  background-color: #F2AE43;
  font-size: 13px;
  max-width: inherit;
  padding: 4px 13px;
}
.smart-folder-modal .error-tooltip .tooltip-inner {
  background-color: #E01F1B;
}
.smart-folder-modal .short-tooltip {
  white-space: normal;
}
.smart-folder-modal .hint-tooltip {
  white-space: normal;
  width: 400px;
}
.smart-folder-modal .hint-tooltip li,
.smart-folder-modal .hint-tooltip p {
  text-align: left;
}
/**
*  Error modal
*/
.error-modal {
  top: 50px;
  z-index: 1200;
}
.metadataRegion {
  list-style: none;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}
.metadataRegion__field {
  display: table-row;
}
.metadataRegion__field__element {
  display: table-cell;
  vertical-align: top;
}
.metadataRegion__field__label {
  width: 25%;
  font-weight: 700;
  padding: 8px 0 0;
}
.metadataRegion__field__value {
  padding-left: 5px;
  padding-top: 1px;
}
.metadataRegion__field__value__content {
  padding: 3px 0 3px 5px;
}
.quickRenditions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quickRenditions__item {
  margin-bottom: 10px;
}
.quickRenditions__item__btn {
  width: 100%;
}
.renditionList_item:not(:first-of-type) {
  margin-top: 10px;
}
.renditionList .btn {
  width: 100%;
  min-width: 200px;
}
.tree-branch,
.tree-leaf {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.tree-leaf {
  padding-left: 14px;
}
.tree-leaf > .switcher {
  background: #fff;
  cursor: default;
  display: none;
}
.tree-leaf > .switcher:before {
  content: "\f0c8";
}
.tree-leaf > .title-wrap {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.tree-leaf > .title-wrap:before {
  content: "\f07b";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 21px;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.tree-leaf-active > .title-wrap {
  background: #0066d6;
  color: #fff !important;
}
.tree-leaf-access-active > .title-wrap {
  color: #1d88ca;
}
.tree-leaf-close > .switcher {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.tree-leaf-close > .switcher:before {
  content: "\f0fe";
}
.tree-leaf-open > .switcher {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.tree-leaf-open > .switcher:before {
  content: "\f146";
}
.tree-leaf-open > .title-wrap:before {
  content: "\f07c";
}
.tree-leaf-edit .edit {
  display: inline-block;
  padding: 0 0 0 5px;
  height: auto;
  width: 180px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.tree-leaf-edit .new-title {
  height: 23px;
  padding: 0 5px;
}
.tree-leaf-edit .title-wrap {
  display: none;
}
.tree-branch {
  border-left: 1px dotted #999;
  margin-left: 12px;
  margin-top: -11px;
  padding-top: 11px;
  position: relative;
  z-index: 2;
}
.tree-leaf {
  margin-left: -6px;
  position: relative;
  z-index: 3;
}
.tree-leaf > .switcher {
  left: 0;
  position: absolute;
  top: 4px;
  vertical-align: top;
  z-index: 2;
}
.tree-leaf > .title-wrap {
  padding: 1px 5px 1px 25px;
  position: relative;
  z-index: 3;
}
.tree-leaf > .title-wrap:before {
  left: 5px;
  margin: 0 5px 0 0;
  position: absolute;
  top: 1px;
}
.tree-leaf:before {
  border-top: 1px dotted #999;
  content: '';
  display: block;
  left: 6px;
  position: absolute;
  height: 0px;
  height: 0;
  width: 14px;
  top: 10.5px;
  z-index: -1;
}
.tree-leaf:last-child {
  overflow: hidden;
}
.tree-leaf:last-child:after {
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 5px;
  position: absolute;
  width: 0px;
  height: 100%;
  width: 0;
  top: 11.5px;
  z-index: 1;
}
.tree-view {
  padding-left: 6px;
}
.tree-view > .tree-branch {
  margin-left: 0;
  margin-top: 0;
  padding-top: 0;
}
.tree-view > .tree-branch:before {
  background: #fff;
  content: '';
  display: block;
  left: -1px;
  position: absolute;
  height: 10.5px;
  width: 1px;
  top: 0;
}
.tree-view > .tree-branch > .tree-leaf > .title-wrap:before {
  content: "\f187";
}
.js-taxonomy-trees.hideTaxonomyPins .js-pin {
  display: none;
}
.taxonomy-navigation  {
  margin-bottom: 10px;
}
.taxonomy {
  background-color: #F5F5F5;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
}
.taxonomy:last-child {
  margin-bottom: 0;
}
.taxonomy.taxonomy-header {
  background-color: #fff;
  border: none;
  position: relative;
}
.taxonomy .taxonomy-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.taxonomy .taxonomy-item {
  display: block;
  position: relative;
}
.taxonomy .taxonomy-item:hover {
  background-color: #EFF7FB;
}
.taxonomy .taxonomy-item:hover .taxonomy-action {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.taxonomy .taxonomy-item.selected {
  border-left: 3px solid #F2AE43;
}
.taxonomy .taxonomy-item a {
  text-decoration: underline;
}
.taxonomy .taxonomy-item a:hover {
  text-decoration: none;
}
.taxonomy .taxonomy-item .taxonomy-item-title {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  max-width: 90px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.taxonomy .taxonomy-item .taxonomy-item-checkbox {
  margin: 0;
  vertical-align: middle;
}
.taxonomy .taxonomy-item-base {
  padding: 10px 85px 10px 10px;
  position: relative;
}
.taxonomy .taxonomy-breadcrumbs {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.taxonomy .taxonomy-breadcrumbs:first-child {
  font-size: 14px;
}
.taxonomy .taxonomy-breadcrumbs-item {
  display: block;
  padding-right: 38px;
}
.taxonomy .taxonomy-breadcrumbs-item a {
  cursor: pointer;
  display: inline-block;
  margin-right: 16px;
  max-width: 120px;
  overflow: hidden;
  position: relative;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taxonomy .taxonomy-breadcrumbs-item a:hover {
  text-decoration: none;
}
.taxonomy .taxonomy-breadcrumbs-item a:after {
  color: #bbbdbf;
  content: "\f105";
  font-family: FontAwesome;
  font-size: .9em;
  font-weight: 100;
  margin-top: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.taxonomy .taxonomy-breadcrumbs-item.is-last a {
  color: #303030;
  cursor: default;
  margin-right: 0;
  text-decoration: none;
}
.taxonomy .taxonomy-breadcrumbs-item.is-last a:after {
  content: "";
}
.taxonomy .taxonomy-breadcrumbs-item.is-last a:hover {
  text-decoration: none;
}
.taxonomy .taxonomy-transition {
  overflow: hidden;
  position: relative;
}
.taxonomy .taxonomy-transition .taxonomy-items.is-left {
  float: left;
}
.taxonomy .taxonomy-transition .taxonomy-items.is-right {
  float: right;
}
.taxonomy .taxonomy-transition.forward {
  left: 0;
  width: 200%;
}
.taxonomy .taxonomy-transition.forward .taxonomy-items {
  width: 50%;
}
.taxonomy .taxonomy-transition.backward {
  left: -100%;
  width: 200%;
}
.taxonomy .taxonomy-transition.backward .taxonomy-items {
  width: 50%;
}
.taxonomy .taxonomy-transition.is-forward {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.taxonomy .taxonomy-transition.is-backward {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.taxonomy .btn {
  display: inline-block;
  padding: 2px 6px;
}
.taxonomy .btn-input-control {
  padding: 10px;
  position: relative;
  width: 100%;
}
.taxonomy .btn-input-control-in {
  position: relative;
  width: 100%;
}
.taxonomy .btn-input-control input[type='text'] {
  height: 29px;
  padding: 0 32px 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.taxonomy .btn-input-control .add-btn {
  cursor: pointer;
}
.taxonomy .btn-input-control .btn-input {
  color: #08C;
  margin-left: 5px;
}
.taxonomy .icon-add {
  color: #08C;
  font-size: 12px;
}
.taxonomy .icon-go {
  color: #bbbdbf;
  cursor: pointer;
  display: block;
  padding-right: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.taxonomy .taxonomy-action {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 15px;
}
.taxonomy .edit-action {
  color: #08C;
  right: 45px;
}
.taxonomy .delete-action {
  color: #EE681F;
  right: 68px;
}
.taxonomy .pin {
  color: #666;
  right: 21px;
}
.taxonomy .is-pin {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.taxonomy .taxonomy-title {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
}
.taxonomy .taxonomy-clear-all {
  color: #08C;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.taxonomy .taxonomy-collapse-all {
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 55px;
}
.taxonomy .taxonomy-breadcrumbs-wrapper {
  padding: 10px;
  position: relative;
}
.taxonomy .taxonomy-breadcrumbs-wrapper:after {
  background: #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.taxonomy .taxonomy-breadcrumbs-wrapper:after {
  background: #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.taxonomy .taxonomy-breadcrumbs-title {
  font-weight: bold;
}
.taxonomy .taxonomy-count {
  background-color: #F2AE43;
  border-radius: 4px;
  color: #fff;
  display: none;
  float: right;
  font-size: 10px;
  padding: 2px 4px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.taxonomy .taxonomy-breadcrumbs-toggle {
  color: #bbbdbf;
  cursor: pointer;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.taxonomy .taxonomy-breadcrumbs-toggle:after {
  content: "\f078";
  font-family: FontAwesome;
}
.taxonomy .taxonomy-search-wrapper {
  display: none;
  padding: 5px 10px 6px;
  position: relative;
}
.taxonomy .taxonomy-search {
  height: 29px;
  padding: 0 8px;
}
.taxonomy.taxonomy-clear-all-hidden .taxonomy-collapse-all {
  right: 0;
}
.taxonomy.collapsed .taxonomy-breadcrumbs-toggle:after {
  content: "\f054";
  font-family: FontAwesome;
}
.taxonomy.collapsed .taxonomy-breadcrumbs-wrapper {
  border-bottom: none;
}
.taxonomy.collapsed .taxonomy-items-container {
  display: none;
}
.taxonomy.collapsed .btn-input-control {
  display: none;
}
.taxonomy.taxonomy-mobile-version .taxonomy-action {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.taxonomy-tree .newitem {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 4px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 1px;
}
.taxonomy-tree .newitem:focus {
  outline: none;
}
.taxonomy-tree .tree-branch:empty,
.taxonomy-tree .tree-leaf-close .tree-branch {
  display: none;
}
.taxonomy-tree .tree-leaf > .title-wrap {
  padding-left: 3px;
  background-color: #fff;
  top: -2px;
  display: block;
}
.taxonomy-tree .tree-leaf > .title-wrap:before {
  display: none;
}
.taxonomy-tree .tree-leaf > .title-wrap .title {
  min-width: 1px;
  display: inline-block;
}
.taxonomy-tree .tree-leaf > .title-wrap a.title {
  text-decoration: underline;
}
.taxonomy-tree .tree-leaf > .title-wrap a.title:hover {
  text-decoration: none;
}
.taxonomy-tree .tree-leaf.is-has-children:before {
  border-top: none;
}
.taxonomy-tree .tree-leaf:not(.is-has-children) > .switcher {
  display: none;
}
.taxonomy-tree .tree-leaf:hover > .controls {
  display: inline-block;
}
.taxonomy-tree .tree-leaf-active > .title-wrap {
  background: #fff;
  color: inherit !important;
  padding-left: 0;
}
.taxonomy-tree .tree-leaf-active > .title-wrap .title {
  background: #0066d6;
  color: #fff !important;
  padding: 0 3px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}
.taxonomy-tree .title-wrap:hover .controls {
  display: inline-block;
}
.taxonomy-tree .controls {
  background: #fff;
  display: none;
  padding: 1px;
  position: absolute;
  right: 0;
  top: 1px;
}
.taxonomy-tree .controls button {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  padding: 2px;
  line-height: 12px;
}
/* Metadata item editor */
.metadata-item-editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 5px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  border: 1px solid transparent;
  min-height: 29px;
  /* Is-editable */
  /* HOVER */
  /* Is-keywords */
  /* Is-taxonomy */
}
.metadata-item-editor > * {
  display: table-cell;
}
.metadata-item-editor-input-box {
  vertical-align: middle;
}
.metadata-item-editor-input-box p {
  display: inline;
}
.metadata-item-editor-controls {
  text-align: right;
  width: 30px;
  vertical-align: bottom;
  line-height: 21px;
  font-size: 14px;
}
.metadata-item-editor-btn {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #ccc;
  padding: 3px;
}
.metadata-item-editor-input {
  border: none;
  outline: none;
  word-break: keep-all;
  display: inline-block;
  max-width: 100%;
  min-width: 10px;
  vertical-align: top;
}
.metadata-item-editor-input-multiline {
  white-space: pre-wrap;
}
.metadata-item-editor-input:empty:before {
  content: attr(placeholder);
  color: #aaa;
  word-break: normal;
}
.hide-before.metadata-item-editor-input:empty:before {
  content: '';
  display: none;
}
.metadata-item-editor-input p {
  display: inline;
  margin: 0;
}
.metadata-item-editor-input a {
  cursor: pointer;
}
.metadata-item-editor-ok-btn,
.metadata-item-editor-cancel-btn {
  display: none;
}
.metadata-item-editor-ok-btn {
  color: #419608;
}
.metadata-item-editor-cancel-btn {
  color: #9d261d;
}
.metadata-item-editor-edit-btn {
  visibility: hidden;
  font-size: 12px;
}
.metadata-item-editor .icon-remove {
  cursor: pointer;
  display: none;
  vertical-align: baseline;
}
.metadata-item-editor-keywords-holder {
  font-size: 0;
  letter-spacing: 0;
}
.metadata-item-editor .keyword-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: top;
  margin: 5px 15px 0 0;
  cursor: default;
}
.metadata-item-editor .keyword-label-title {
  vertical-align: top;
}
.metadata-item-editor.is-edit {
  border-color: #ccc;
}
.metadata-item-editor.is-edit .metadata-item-editor-edit-btn {
  display: none;
}
.metadata-item-editor.is-edit .metadata-item-editor-controls {
  width: 62px;
}
.metadata-item-editor.is-edit .metadata-item-editor-ok-btn,
.metadata-item-editor.is-edit .metadata-item-editor-cancel-btn {
  display: block;
  float: left;
}
.metadata-item-editor.is-edit .keyword-label {
  position: relative;
  padding-right: 25px;
}
.metadata-item-editor.is-edit .icon-remove {
  display: block;
  position: absolute;
  margin: 0;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.metadata-item-editor.is-edit.is-highlight,
.metadata-item-editor.is-global-form.is-highlight {
  background-color: yellow;
}
.metadata-item-editor.is-multiline .metadata-item-editor-btn {
  width: 100%;
  border-top: 1px solid #ccc;
}
.metadata-item-editor.is-multiline.is-edit .metadata-item-editor-btn {
  width: 50%;
}
.metadata-item-editor.is-multiline .metadata-item-editor-ok-btn,
.metadata-item-editor.is-multiline .metadata-item-editor-edit-btn {
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top-left-radius: 4px;
}
.metadata-item-editor:hover {
  border-color: #ccc;
}
.metadata-item-editor:hover .metadata-item-editor-edit-btn {
  visibility: visible;
}
.metadata-item-editor.is-keywords .metadata-item-editor-input {
  margin-top: 5px;
}
.metadata-item-editor.is-keywords .metadata-item-editor-btn {
  width: 100%;
  padding: 5px;
}
.metadata-item-editor.is-keywords.is-edit .metadata-item-editor-btn {
  width: 50%;
}
.metadata-item-editor.is-keywords .metadata-item-editor-input-box {
  padding-bottom: 5px;
  display: inline-block;
}
.metadata-item-editor.is-keywords .metadata-item-editor-controls {
  width: 35px;
}
.metadata-item-editor.is-keywords.is-edit .metadata-item-editor-controls {
  width: 70px;
}
.metadata-item-editor.is-global-form {
  border-color: #ccc;
  padding-right: 5px;
}
.metadata-item-editor.is-global-form .metadata-item-editor-controls {
  display: none !important;
}
.metadata-item-editor.is-global-form .icon-remove {
  display: inline-block;
}
.metadata-item-editor.is-taxonomy {
  position: relative;
}
.metadata-item-editor.is-taxonomy .popover {
  display: block;
  width: 100%;
  top: 100%;
  margin-top: 5px;
  max-width: none;
}
.metadata-item-editor.is-taxonomy .popover-title,
.metadata-item-editor.is-taxonomy .popover-content {
  padding: 5px 10px;
}
.metadata-item-editor.is-taxonomy .additional-margin-top {
  margin-top: 40px;
}
.metadata-helper-real-input {
  left: -9999px;
  position: absolute;
  height: 1px;
  width: 1px;
  top: -9999px;
}
/* For Firefox */
@-moz-document url-prefix() {
  /*.metadata-item-editor-input:empty:after {*/
  /*content: "";*/
  /*display: none;*/
  /*}*/
  .metadata-item-editor.is-keywords.is-edit .metadata-item-editor-input-box {
    padding-top: 6px;
  }
  .modal-content .metadata-item-editor .metadata-item-editor-input-box {
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 0;
  }
  .modal-content .metadata-item-editor.is-keywords .metadata-item-editor-input-box {
    padding-top: 1px !important;
  }
  .modal-content .metadata-item-editor.is-taxonomy .metadata-item-editor-input-box {
    padding-top: 6px;
  }
}
/*
*  triangle
*/
.image-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #ddd;
  border-left: 10px solid #ddd;
  border-radius: 3px 0 0 0;
  display: block;
  background: none;
  z-index: 5;
}
.image-markers:before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 9.5px solid transparent;
  border-top: 9.5px solid #049cdb;
  border-left: 9.5px solid #049cdb;
  border-radius: 4px 0 0 0;
  position: absolute;
  top: -10px;
  left: -10px;
}
.image-markers:after {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -10px;
  z-index: 5;
}
/*
*  container
*/
.markers-container {
  display: none;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.markers-hover .marker-wrapper {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.markers-hide .marker-wrapper {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
/*
*  wrapper
*/
.marker-wrapper {
  background-color: #F2F2F2;
  cursor: default;
  display: none;
  position: absolute;
  top: -9px;
  z-index: 2;
}
.marker-wrapper.marker-wrapper-left-single {
  border-radius: 5px 0 6px 0;
  -webkit-border-radius: 5px 0 6px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  left: 0;
  top: 0;
  padding-left: 10px;
}
.marker-wrapper.marker-wrapper-center {
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  -moz-border-radius: 5px;
  left: 50%;
  margin-top: -15px;
  opacity: .9;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.marker-wrapper.marker-wrapper-left {
  border-radius: 5px 0 6px 0;
  -webkit-border-radius: 5px 0 6px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  max-width: 45%;
  opacity: .9;
  left: 0;
  top: 0;
}
.marker-wrapper.marker-wrapper-right {
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ddd;
  max-width: 50%;
  opacity: .9;
  right: 0;
  top: 0;
}
/*
*  markers on preview page
*/
.preview-markers-container {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 5px;
  position: relative;
  width: 100%;
  margin-top: 5px;
}
.preview-markers-container .marker {
  display: inline-block;
  font-size: 20px;
  padding: 5px 5px 3px 6px;
}
.preview-markers-container-tablet {
  line-height: 25px;
  margin-top: 5px;
}
.preview-markers-content-container {
  display: none;
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 20;
}
/*
*  marker
*/
.marker {
  display: block;
  font-size: 18px;
  line-height: 1em;
  padding: 5px 5px 3px 5px;
  width: 28px;
}
.marker.interactive:hover,
.marker.interactive:active {
  background-color: #ddd;
  cursor: pointer;
}
.marker-wrapper.marker-wrapper-left-single .marker {
  float: left;
  font-size: 20px;
  margin: 0 2px;
}
.marker-wrapper.marker-wrapper-right .marker {
  float: right;
}
.marker-wrapper.marker-wrapper-left .marker {
  float: left;
}
.marker-wrapper.marker-wrapper-center .marker {
  border-radius: 5px;
  display: inline-block;
  float: none;
}
/*
*  cross
*/
.imageContainer .cross-marker {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.imageContainer .cross-marker .cross {
  height: 100%;
  padding: 0;
  width: 100%;
}
.imageContainer .cross-marker {
  bottom: 0;
  display: none;
  height: inherit;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: inherit;
}
.imageContainer .cross-marker svg {
  padding: 7px;
}
.preview-markers-content-container .cross-marker {
  bottom: 0;
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/*
*  mask
*/
.imageContainer .mask-marker {
  color: #ccc;
  display: none;
  font-size: 70px;
}
.preview-mask-marker {
  color: #ccc;
  display: none;
  font-size: 150px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.hided-by-markers-mask {
  display: none;
}
/*
*  metadata editor form
*/
.metadata-editor-form [required] {
  background-color: #fcf8e2;
}
.metadata-editor-form [required].not-empty {
  background-color: #fff;
}
/*
*  iPad & mobile styles
*/
.ipad .marker.interactive:hover,
.ipad .marker.interactive:active {
  background-color: inherit;
}
/*
*  Iframe Login popup
*/
.sign-in-actions {
  margin-top: 12px;
}
.sign-in-actions a {
  text-decoration: underline;
}
.sign-in-actions .sign-in-left-container {
  float: left;
}
.sign-in-actions .sign-in-left-container .sso-sign-in {
  margin-top: 15px;
}
.sign-in-actions .sign-in-left-container a {
  color: #333;
}
.sign-in-actions .sign-in-wrapper {
  float: right;
}
.sign-in-actions .sign-in-wrapper #signInButton {
  margin-top: 10px;
  position: relative;
}
.sign-in-actions .sign-in-wrapper .register a {
  color: #333;
}
/*
*  Sign Up Login/Registration page
*/
.signup-page {
  background-color: #000;
  min-height: 340px;
  min-width: 340px;
  position: relative;
  height: 100%;
  width: 100%;
}
.signup-wrap {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.signup-wrap.loader-page-wrapper .loader {
  background-color: rgba(25, 25, 25, 0.5);
  height: 100%;
  margin: 0;
  position: absolute;
}
.signup-form {
  color: #fff;
  font-family: 'Clear Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 100px auto;
  height: auto;
  width: 340px;
  z-index: 1040;
  /* uncomment when will be done */
  /*.keep-login {
        @l: 2px;
        @t: 0;

        float: left;

        input {
            left: -9999px;
            position: absolute;
        }

        label {
            font-size: 14px;
            line-height: 1.3;
            padding: 0 0 0 30px;
            position: relative;


            &:before {
                .box-sizing(border-box);
                content: '\f096';
                display: block;
                font-family: @font-family-icon;
                font-size: 15px;
                left: @l;
                line-height: 1;
                padding: 3px 0 0 4px;
                position: absolute;
                .size(20px);
                top: @t;
            }

            .small {
                display: block;
                font-size: 11px;
            }
        }

        input:checked + label {
            &:before {
                content: '\f00c';
                font-size: 19px;
                padding: 0;
            }
        }

        input:focus + label {
            &:before {
                background: @white;
                border-radius: 3px;
                color: @gray-dark;
            }
        }
    }*/
}
.signup-form a {
  color: #fff;
  text-decoration: underline;
}
.signup-form button {
  font-size: 16px;
}
.signup-form label {
  display: none;
}
.signup-page .signup-form {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  left: 50%;
  margin: 0;
  padding: 30px 15px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 370px;
}
.signup-form .logo-wrap {
  margin: 0 0 30px;
  text-align: center;
}
.signup-form .logo {
  vertical-align: top;
}
.signup-form .metadataField.required-signup-field:before {
  color: #676767;
  content: "\f069";
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  right: 6px;
  top: 12px;
  z-index: 5;
}
.signup-form .metadataField.required-signup-field.dropdownField:before {
  right: 22px;
}
.signup-form .metadataField.inputField,
.signup-form .metadataField.dropdownField {
  font-size: 20px;
  color: #000;
  margin: 15px 0 0 0;
}
.signup-form .metadataField.inputField .editorContainer,
.signup-form .metadataField.dropdownField .editorContainer {
  border-radius: 4px;
}
.signup-form .metadataField.inputField .editorContainer .typingFieldEdit,
.signup-form .metadataField.dropdownField .editorContainer .typingFieldEdit,
.signup-form .metadataField.inputField .editorContainer .dropdownEdit,
.signup-form .metadataField.dropdownField .editorContainer .dropdownEdit {
  background: #fff;
  line-height: normal;
  padding: 6px 20px 6px 10px;
}
.signup-form .form-item {
  font-size: 16px;
  position: relative;
}
.signup-form .form-item.with-label label {
  color: #ccc;
  cursor: text;
  display: block;
  font-size: 20px;
  left: 0;
  margin: 0;
  padding-left: 10px;
  position: absolute;
  top: 4px;
}
.signup-form .form-item.has-error .form-text {
  border: 1px solid #a94442 !important;
}
.signup-form .form-item .checkbox label {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  padding-bottom: 10px;
}
.signup-form .form-text {
  font-size: 20px;
  height: auto;
  line-height: normal;
  padding: 6px 20px 6px 10px;
}
.signup-form .form-text::-moz-placeholder {
  color: #ccc;
  font-style: normal;
}
.signup-form .form-text:-ms-input-placeholder {
  color: #ccc;
  font-style: normal;
}
.signup-form .form-text::-webkit-input-placeholder {
  color: #ccc;
  font-style: normal;
}
.signup-form select.form-text {
  color: #ccc;
  font-style: normal;
  height: 39px;
  padding: 5px 7px;
}
.signup-form select.form-text option {
  color: #676767;
}
.signup-form select.form-text option[default] {
  color: #ccc;
}
.signup-form select.form-text.option-selected {
  color: #676767;
}
.signup-form .form-control {
  height: auto;
}
.signup-form .form-control.validation-warning {
  background-color: #fcf8e2;
}
.signup-form .form-options {
  margin: 15px 0 0;
  *zoom: 1;
}
.signup-form .form-options:before,
.signup-form .form-options:after {
  content: " ";
  display: table;
}
.signup-form .form-options:after {
  clear: both;
}
.signup-form .form-options:before,
.signup-form .form-options:after {
  display: table;
  content: "";
  line-height: 0;
}
.signup-form .form-options:after {
  clear: both;
}
.signup-form .form-options label {
  display: block;
}
.signup-form .form-action {
  font-size: 16px;
  margin: 15px 0 0;
  text-align: right;
}
.signup-form .form-action .sso-sign-in {
  float: left;
}
.signup-form .form-action .back-to-login {
  float: left;
  padding-top: 15px;
}
.signup-form .sign-in-left-container {
  float: left;
}
.signup-form .sign-in-left-container a {
  color: #333;
}
.signup-form .register {
  font-size: 16px;
  float: right;
  line-height: normal;
}
.signup-form .message {
  padding: 0 10px;
}
.signup-form .message-title {
  font-size: 35px;
  text-align: center;
}
.signup-form .message-body {
  padding-top: 15px;
  padding-bottom: 60px;
}
.signup-form .warning {
  font-size: 16px;
  padding: 20px;
  text-align: center;
}
.signup-form .tooltip {
  font-size: 16px;
  opacity: 1 !important;
  white-space: nowrap;
}
.signup-form .tooltip-arrow {
  display: none;
}
.signup-form .tooltip-inner {
  background: #E01F1B;
  max-width: inherit;
}
/*
*  Sign-ups "Terms and Conditions"
*/
.signup-terms-and-conditions-modal {
  z-index: 1050;
  /* A main form content will be here, an iframe contains the entire form */
}
.signup-terms-and-conditions-modal .modal-dialog {
  border: 0;
  padding: 0;
  width: 500px;
  height: 100%;
  margin: 0 auto;
}
.signup-terms-and-conditions-modal .modal-body-wrap {
  padding: 0 15px;
}
.signup-terms-and-conditions-modal .modal-header {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  color: #fff;
  padding: 8px 0;
}
.signup-terms-and-conditions-modal .modal-header button {
  color: #fff;
}
.signup-terms-and-conditions-modal .modal-header .close {
  font-size: 16px;
  margin-right: 5px;
}
.signup-terms-and-conditions-modal .modal-header .modal-title {
  font-size: 16px;
}
.signup-terms-and-conditions-modal .modal-footer {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  padding: 10px 15px 15px 0;
}
.signup-terms-and-conditions-modal .modal-content {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  border-radius: 0 !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.signup-terms-and-conditions-modal iframe {
  border: 0;
  height: 585px;
  width: 100%;
}
/* Iframe content */
html.sign-up-terms-and-conditions body {
  background-color: inherit;
  height: inherit;
  padding: 0;
}
html.sign-up-terms-and-conditions .terms-and-conditions {
  height: inherit;
}
html.sign-up-terms-and-conditions .container {
  background-color: #fff;
  color: #333;
  padding-top: 8px;
  min-height: 100%;
  width: inherit;
}
/*
*  Sign-ups pending approval
*/
.pending-signups-modal {
  z-index: 1050;
}
.pending-signups-modal .modal-dialog {
  width: 90%;
}
.pending-signups-modal iframe {
  border: 0;
  height: 500px;
  width: 100%;
}
/* Iframe content */
html.sign-up-pending-approval body {
  background-color: inherit;
  padding: 0;
}
html.sign-up-pending-approval .modal-backdrop {
  opacity: 0 !important;
}
.sign-up-pending-approval-content {
  height: 100%;
}
.sign-up-pending-approval-content.ipad i {
  width: 12px;
}
.sign-up-pending-approval-content.ipad th.icon {
  min-width: 25px !important;
  max-width: 25px !important;
  width: 25px !important;
}
.sign-up-pending-approval-content.ipad th:not(.icon) {
  min-width: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}
.sign-up-pending-approval-content.ipad td.icon-field {
  min-width: 25px !important;
  max-width: 25px !important;
  width: 25px !important;
}
.sign-up-pending-approval-content.ipad td:not(.icon-field) {
  min-width: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}
.sign-up-pending-approval-content.ipad .hiddenOnMobile {
  display: none;
}
.sign-up-pending-approval-content.ipad .table-wrapper {
  overflow-x: auto;
}
.sign-up-pending-approval-content #loaderWrapper {
  display: block;
}
.sign-up-pending-approval-content #loaderWrapper .loader {
  display: block;
}
.sign-up-pending-approval-content .noPendingApprovalUsers {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.sign-up-pending-approval-content .table-wrapper {
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10px;
  width: 100%;
}
.sign-up-pending-approval-content .paging-wrapper {
  bottom: 0;
  height: 15vh;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.sign-up-pending-approval-content .pending-approval-table {
  font-size: 15px;
}
.sign-up-pending-approval-content .pending-approval-table .name-field.name {
  display: inline;
}
.sign-up-pending-approval-content .pending-approval-table .fa-stack {
  font-size: smaller;
}
.sign-up-pending-approval-content .pending-approval-table .default-user-icon {
  background-color: #DDD;
  border-radius: 50%;
  color: #999;
  min-width: 25px;
}
.sign-up-pending-approval-content .pending-approval-table .table-header-row {
  background-color: #F7F7F7;
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}
.sign-up-pending-approval-content .pending-approval-table .table-header-row th {
  border-bottom: 0;
  padding: 14px 14px 14px 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.sign-up-pending-approval-content .pending-approval-table .table-header-row th.icon {
  width: 25px;
}
.sign-up-pending-approval-content .pending-approval-table .table-header-row th.actions {
  text-align: right;
}
.sign-up-pending-approval-content .pending-approval-table .table-header-row th.signed-up {
  padding-left: 15px;
  width: 250px;
  /*&:hover {
                        background-color: #E5E5E5;
                    }*/
}
.sign-up-pending-approval-content .pending-approval-table .table-header-row th.signed-up .title {
  display: inline;
  padding-right: 3px;
}
.sign-up-pending-approval-content .pending-approval-table .table-header-row th:last-child {
  min-width: 340px;
  max-width: 340px;
  padding-right: 14px;
  white-space: nowrap;
  width: 340px;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row {
  border-bottom: #ddd 1px solid;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td {
  border-top: 0;
  padding: 6px 10px 6px 0;
  vertical-align: middle;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td .year {
  color: #B1B1B1;
  padding-left: 6px;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.icon-field {
  text-align: right;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.name-field {
  max-width: 250px;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.name-field .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.email-field {
  max-width: 250px;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.email-field .email {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.signed-up-field {
  min-width: 250px;
  padding-left: 15px;
  white-space: nowrap;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.actions-field {
  padding-right: 10px;
  text-align: right;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.actions-field button {
  margin: 2px;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.actions-field button.info-button {
  background-color: white;
  border-color: #ccc;
  color: black;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.actions-field button.info-button:hover {
  background-color: #F2F2F2;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.actions-field button.reject-button {
  background-color: #DB524B;
  border-color: #bb3931;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td.actions-field button.reject-button:hover {
  background-color: #BA3931;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td:first-child {
  padding-left: 10px;
}
.sign-up-pending-approval-content .pending-approval-table .table-data-row td:last-child {
  padding-right: 10px;
  white-space: nowrap;
}
/*
*  Approve user
*/
.approve-user-modal {
  overflow-y: hidden;
  z-index: 1100;
}
.approve-user-modal .modal-body-wrap {
  padding: 0;
}
.approve-user-modal .modal-dialog {
  margin-top: 0;
  width: 450px;
}
.sign-up-approve-user-content {
  height: 100%;
  padding-bottom: 59px;
}
.sign-up-approve-user-content .body-wrapper {
  height: 385px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 30px;
  width: 100%;
}
.sign-up-approve-user-content .body-wrapper .group-membership {
  border: #ccc 1px solid;
  border-radius: 4px;
}
.sign-up-approve-user-content .body-wrapper .group-membership .title {
  background-color: #F5F5F5;
  border-bottom: #ccc 1px solid;
  border-radius: 4px 4px 0 0;
  color: #9D9D9D;
  font-size: 120%;
  padding: 5px 15px;
}
.sign-up-approve-user-content .body-wrapper .group-membership .body {
  padding: 10px 15px;
}
.sign-up-approve-user-content .body-wrapper .group-membership .approve-user-table {
  border-top: #ccc 1px solid;
  font-size: inherit;
  margin-bottom: 0;
}
.sign-up-approve-user-content .body-wrapper .group-membership .approve-user-table th,
.sign-up-approve-user-content .body-wrapper .group-membership .approve-user-table td {
  border: 0;
}
.sign-up-approve-user-content .body-wrapper .group-membership .approve-user-table th.name,
.sign-up-approve-user-content .body-wrapper .group-membership .approve-user-table td.name {
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  width: 290px;
  white-space: nowrap;
}
.sign-up-approve-user-content .body-wrapper .group-membership .approve-user-table thead tr:first-child {
  background-color: #F5F5F5;
  border-bottom: #ccc 1px solid;
}
.sign-up-approve-user-content .body-wrapper .group-membership .approve-user-table tr {
  border-bottom: #ccc 1px solid;
}
.sign-up-approve-user-content .body-wrapper .group-membership .approve-user-table tr:last-child {
  border-bottom: 0;
}
.sign-up-approve-user-content .body-wrapper .search-wrapper {
  padding: 10px 0;
  position: relative;
}
.sign-up-approve-user-content .body-wrapper .search-wrapper .add-button {
  border-radius: 4px;
  float: right;
  height: 34px;
  vertical-align: top;
  width: 20%;
}
.sign-up-approve-user-content .body-wrapper .search-wrapper .group-list {
  display: none;
  left: 0;
  margin-bottom: 20px;
  max-width: 388px;
  padding: 0;
  position: relative;
  right: auto;
}
.sign-up-approve-user-content .body-wrapper .search-wrapper .group-list .group-elem {
  cursor: pointer;
  overflow: hidden;
  padding: 2px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sign-up-approve-user-content .body-wrapper .search-wrapper .group-list .group-elem:hover {
  background: #F5F5F5;
}
.sign-up-approve-user-content .body-wrapper .search-wrapper .group-list .group-elem.chosen {
  background: #F5F5F5;
}
.sign-up-approve-user-content .body-wrapper .search-wrapper .group-list .group-elem .group-description {
  color: #aaa;
}
.sign-up-approve-user-content .body-wrapper .search-wrapper .search-field {
  border: #ccc 1px solid;
  border-radius: 4px;
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: normal;
  padding: 8px;
  width: 79%;
}
.sign-up-approve-user-content .footer-wrapper {
  background-color: #eee;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: #ccc 1px solid;
  bottom: 0;
  height: 59px;
  overflow: hidden;
  padding: 12px 31px 12px 12px;
  position: absolute;
  text-align: right;
  vertical-align: middle;
  width: 100%;
}
/*
*  User details
*/
.signup-details-modal {
  overflow-y: hidden;
  z-index: 1100;
}
.signup-details-modal .modal-body-wrap {
  padding: 0;
}
.signup-details-modal .modal-dialog {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
.sign-up-details-content {
  height: 100%;
  padding-bottom: 59px;
}
.sign-up-details-content .body-wrapper {
  height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 30px;
  width: 100%;
  /* userData fields */
}
.sign-up-details-content .body-wrapper label {
  color: #999;
}
.sign-up-details-content .body-wrapper .filled-field {
  color: inherit;
}
.sign-up-details-content .body-wrapper input.validation-warning {
  background-color: #fcf8e2;
}
.sign-up-details-content .body-wrapper .error-message {
  color: #ffc106;
  padding-top: 2px;
}
.sign-up-details-content .body-wrapper .metafield .metadata-item-editor {
  border: 0 !important;
  min-height: inherit !important;
  padding-left: 0 !important;
}
.sign-up-details-content .body-wrapper .metafield .metadata-item-editor:hover {
  opacity: 0.8;
}
.sign-up-details-content .body-wrapper .form-item {
  position: relative !important;
  /* for linking field with tooltip */
}
.sign-up-details-content .body-wrapper .signup-dropdown select {
  color: #ccc;
}
.sign-up-details-content .body-wrapper .signup-dropdown select option {
  color: #676767;
}
.sign-up-details-content .body-wrapper .signup-dropdown select option[default] {
  color: #ccc;
}
.sign-up-details-content .body-wrapper .signup-dropdown select.option-selected {
  color: #676767;
}
.sign-up-details-content .body-wrapper .form-inline {
  margin-left: 0;
}
.sign-up-details-content .body-wrapper .form-inline input[type=checkbox] {
  margin: 0 5px 0 0;
}
.sign-up-details-content .body-wrapper .form-inline input[type=checkbox]:before {
  margin-top: 4px;
}
.sign-up-details-content .body-wrapper .form-inline .checkbox {
  padding-bottom: 10px !important;
}
.sign-up-details-content .body-wrapper .form-inline .checkbox label {
  color: #333;
}
.sign-up-details-content .body-wrapper .form-text {
  color: #333;
}
.sign-up-details-content .body-wrapper .form-text[required] {
  background-color: #fcf8e2;
}
.sign-up-details-content .body-wrapper .form-text[required].not-empty {
  background-color: #fff;
}
.sign-up-details-content .body-wrapper .tooltip {
  opacity: 1;
  white-space: nowrap;
}
.sign-up-details-content .body-wrapper .tooltip-inner {
  font-size: 12px;
  max-width: inherit;
}
.sign-up-details-content .footer-wrapper {
  background-color: #eee;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: #ccc 1px solid;
  bottom: 0;
  height: 59px;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  text-align: right;
  vertical-align: middle;
  width: 100%;
}
/*
*  Invite user
*/
.invite-users-modal .modal-body-wrap {
  padding: 0;
}
.invite-users-modal .modal-dialog {
  width: 500px;
}
.sign-up-invite-users-content .body-wrapper {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 30px 60px 30px;
  width: 100%;
}
.sign-up-invite-users-content .body-wrapper .users-wrap {
  padding-bottom: 10px;
}
.sign-up-invite-users-content .body-wrapper .users-wrap .head-text {
  color: #999;
  padding-bottom: 10px;
}
.sign-up-invite-users-content .body-wrapper .users-wrap .user {
  padding-bottom: 10px;
}
.sign-up-invite-users-content .body-wrapper .users-wrap .user .invite-user-icon {
  background-color: #eee;
  color: #000;
}
.sign-up-invite-users-content .body-wrapper .message-wrap {
  padding-bottom: 10px;
}
.sign-up-invite-users-content .body-wrapper .message-wrap .title {
  color: #999;
  padding-bottom: 5px;
}
.sign-up-invite-users-content .body-wrapper .message-wrap .body {
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 5px;
  padding: 10px;
}
.sign-up-invite-users-content .footer-wrapper {
  background-color: #eee;
  border-top: #ccc 1px solid;
  bottom: 0;
  height: 60px;
  overflow: hidden;
  padding: 13px;
  position: absolute;
  text-align: right;
  vertical-align: middle;
  width: 100%;
}
/* additional info page */
.signup-form .metadataEditor {
  margin-right: 0 !important;
  color: white;
  padding-right: 10px;
}
.signup-form .metadataEditor .checkboxLabel {
  line-height: 20px;
  font-size: 18px;
  margin: 10px 0 3px 0;
}
.signup-form .metadataEditor .checkboxLabel .checkboxStyleElement {
  color: #333;
}
.signup-form .metadataEditor .checkboxLabel .checkboxRightLabel {
  padding-left: 10px;
}
.signup-form .metadataEditor .checkboxField .editMarkup {
  background-color: transparent;
}
.cartSubmitted,
.emptyCart,
.orderNotFound {
  display: none;
  margin: 50px auto;
  text-align: center;
  width: 500px;
}
.cartSubmitted .cartSubmitIcon,
.emptyCart .cartSubmitIcon,
.orderNotFound .cartSubmitIcon {
  background-color: #eff7fb;
  border-radius: 40px;
  color: #0887c9;
  font-size: 40px;
  padding: 20px;
}
.cartSubmitted .emptyCartHeaderText,
.emptyCart .emptyCartHeaderText,
.orderNotFound .emptyCartHeaderText,
.cartSubmitted .orderNotFoundText,
.emptyCart .orderNotFoundText,
.orderNotFound .orderNotFoundText,
.cartSubmitted .submitHeaderText,
.emptyCart .submitHeaderText,
.orderNotFound .submitHeaderText {
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
}
.cartSubmitted .orderReference,
.emptyCart .orderReference,
.orderNotFound .orderReference {
  font-weight: bold;
  font-size: 16px;
}
.cartSubmitted .submitButtons,
.emptyCart .submitButtons,
.orderNotFound .submitButtons {
  margin-top: 30px;
}
.order {
  margin: 0 auto;
  max-width: 800px;
}
.autoSaveNotification {
  background-color: #FEFEFE;
  border: 1px solid #DDD;
  border-radius: 3px;
  display: none;
  font-size: 16px;
  padding: 5px 10px;
  position: fixed;
  right: 20px;
  top: 55px;
}
.autoSaveNotification > .fa {
  margin-right: 5px;
}
.autoSaveNotification.autoSaveFailed {
  background-color: #f2dede;
}
.orderItem {
  background-color: #f2f2f2;
  margin-top: 10px;
  padding: 0 10px 10px 10px;
  position: relative;
}
.orderItem .assetNotFoundWrapper {
  padding-left: 8px;
  padding-top: 10px;
}
.orderItem .assetNotFoundWrapper .assetNotFound {
  color: #F2AE43;
  font-size: 64px;
}
.orderItem .assetNotFoundWrapper .assetNotFoundText {
  font-size: 16px;
  line-height: 64px;
  padding-left: 25px;
  vertical-align: top;
}
.orderItem .assetInfo {
  display: inline-block;
  padding-top: 10px;
  width: 250px;
}
.orderItem .imageWrapper {
  position: relative;
  text-align: center;
}
.orderItem .orderItemTitle {
  font-weight: bold;
  overflow: hidden;
}
.orderItem .orderItemThumbnailField {
  font-size: 12px;
  overflow: hidden;
  padding: 5px 0;
  line-height: 16px;
}
.orderItem .orderImage {
  max-height: 250px;
  max-width: 250px;
}
.orderItem .itemFields {
  display: inline-block;
  margin-left: 20px;
  max-width: 450px;
  vertical-align: top;
  width: 100%;
}
.orderItem .itemFields .metadataField {
  display: inline-block;
  width: 100%;
}
.orderItem .itemFields .metadataField:not(.checkboxField):not(.readOnlyField) .editorContainer {
  background-color: #FFF;
}
.orderItem .itemFields .expiredOrderItem:disabled {
  background-color: #f2dede !important;
  color: #a94442;
  padding-left: 4px !important;
}
.orderItem .removeAssetFromCart {
  color: #AAA;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 7px;
  top: 7px;
}
.orderItem .downloadButton {
  bottom: 6px;
  display: none;
  position: absolute;
  right: 6px;
}
.orderHeader {
  min-height: 40px;
}
.orderHeader .resendToCustomIntegrationButton,
.orderHeader .downloadAllButton,
.orderHeader .reorderButton,
.orderHeader .saveAsAlbumButton {
  display: none;
  float: right;
  margin-top: 2px;
}
.orderHeader .resendToCustomIntegrationButton > .fa-spinner,
.orderHeader .downloadAllButton > .fa-spinner,
.orderHeader .reorderButton > .fa-spinner,
.orderHeader .saveAsAlbumButton > .fa-spinner {
  display: none;
  margin-right: 5px;
}
.orderHeader .orderRefInfo .orderRef {
  font-size: 26px;
}
.orderHeader .orderRefInfo .orderStatus {
  top: -4px;
  left: 10px;
  position: relative;
  font-size: 14px;
}
.orderHeader .headerCustomerName {
  font-size: 16px;
  padding-top: 5px;
}
.orderHeader .headerLabel {
  color: #b2b2b2;
  padding-top: 10px;
}
.emptyValueField .viewMarkup,
.emptyExpiryDate {
  font-style: italic;
  color: #AAA;
}
.perOrderFields .textAreaEdit,
.itemFields .textAreaEdit {
  min-height: 75px;
}
.perOrderFields {
  float: right;
  width: 50%;
}
.perOrderFields .checkboxField .editorContainer {
  float: right;
}
.perOrderFields .metadataField {
  clear: both;
}
.perOrderFields .form-control:disabled {
  text-align: right;
}
.perOrderFields .termsCheckbox {
  margin-bottom: 80px;
  margin-top: 40px;
}
.expiryDateLabel {
  font-weight: bold;
}
.expiryDateWrapper {
  display: inline-block;
}
.expiryDateWrapper .emptyExpiryDateReadonly {
  display: none;
  color: #AAA;
  font-style: italic;
}
.expiryDatePicker > .form-control {
  border-radius: 2px !important;
  box-shadow: none;
  height: auto;
  padding: 1px 4px;
}
.expiryDatePicker > .form-control:disabled {
  border: 0;
  background-color: transparent;
  padding: 1px 0;
}
.expiryDatePicker > .form-control:disabled + .input-group-addon {
  display: none;
}
.expiryDatePicker > .form-control:focus {
  border-color: #cccccc;
  box-shadow: inset 0 0 8px -1px #00add7;
}
.expiryDatePicker > .input-group-addon {
  background-color: inherit;
  border: 0;
  padding: 6px;
}
.orderButtons {
  clear: both;
  float: right;
}
.orderButtons .btn {
  margin: 15px 0 15px 5px;
}
.orderButtons .btn > .fa-spinner {
  display: none;
  margin-right: 5px;
}
.orderButtons .rejectButton {
  background-color: #ff5d00 !important;
  color: #FFF;
}
.ordersAdminButtonGroup {
  padding: 15px 0;
}
.pagingButtons {
  margin: 10px 0;
  display: none;
  text-align: right;
}
.pagingButtons .pagingButtonsWrapper {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.pagingButtons .pagingButtonsWrapper:last-child {
  border-right-width: 0;
}
.pagingButtons .pagingButtonsWrapper .pagingButton {
  border-color: #cccccc !important;
  border-radius: 0;
  border-width: 0 1px 0 0;
  box-sizing: border-box;
  width: 34px;
}
.ordersTable {
  margin-bottom: 20px;
  width: 100%;
}
.ordersTable tbody > tr:nth-of-type(2n+1) {
  /* (odd) & (even) selector does not work in iOS Safari*/
  background: #e5f1f7;
}
.ordersTable .ordersAdminTableHeading,
.ordersTable .ordersAdminTableCell {
  padding: 5px;
}
.ordersTable .ordersAdminTableHeading {
  font-weight: bold;
}
.emptyOrderHistory,
.noOrderAssets,
.orderAssetsMissingForApproval,
.noOrderRows,
.orderHistoryLoading,
.orderRowLoading,
.orderViewLoading,
.shoppingCartLoading {
  display: none;
  font-size: 26px;
  font-weight: bold;
  margin: 50px auto;
  text-align: center;
  width: 500px;
}
.orderHistoryLoading,
.orderRowLoading,
.orderViewLoading,
.shoppingCartLoading {
  display: block;
  font-size: 80px;
}
.ordersAdminHeader {
  font-size: 24px;
  font-weight: bold;
}
.order-details-modal {
  overflow-y: hidden;
}
.order-details-modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 875px;
}
.order-details-modal .modal-body-wrap {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}
.orderStatus {
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 0 5px;
}
.orderStatus.statusapproved {
  background-color: #4bc22b;
}
.orderStatus.statusrejected {
  background-color: #ee681f;
}
.orderStatus.statuscreated,
.orderStatus.statuspending {
  background-color: #f4af35;
}
.orderStatus.statusexpired {
  background-color: #AAA;
}
#orderHistoryWrapper {
  margin: 0 auto 20px;
  max-width: 800px;
}
#orderHistoryWrapper .orderHistoryHeader {
  font-size: 2em;
  font-weight: bold;
}
#orderHistoryWrapper .orderWrapper {
  background-color: #f2f2f2;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 10px;
}
#orderHistoryWrapper .orderWrapper .orderRow {
  clear: both;
}
#orderHistoryWrapper .orderWrapper .orderRow .orderLabel {
  color: #aaa;
  float: left;
  margin-right: 10px;
}
#orderHistoryWrapper .orderWrapper .orderIdAndStatus {
  margin-bottom: 5px;
}
#orderHistoryWrapper .orderWrapper .orderIdAndStatus .orderId {
  float: left;
  font-weight: bold;
  margin-right: 10px;
}
#orderHistoryWrapper .orderWrapper .date {
  float: left;
  margin-bottom: 5px;
  margin-right: 30px;
}
#orderHistoryWrapper .orderWrapper .date .orderValue {
  width: 200px;
}
#orderHistoryWrapper .orderWrapper .commentAndStatus .comment {
  overflow: hidden;
}
#orderHistoryWrapper .orderWrapper .commentAndStatus:after {
  clear: both;
  content: "";
  display: table;
}
#orderHistoryWrapper .orderWrapper:hover {
  background-color: azure;
  cursor: pointer;
}
/*
*  Password change
*/
.change-password-modal {
  z-index: 1050;
}
.change-password-modal iframe {
  border: 0;
  height: 330px;
  width: 100%;
}
.change-password-modal .modal-body-wrap {
  margin-bottom: -5px;
  padding: 0;
}
.change-password-modal .modal-dialog {
  width: 500px;
}
.change-password-modal .modal-footer {
  border-top-color: #ccc;
}
/* Iframe content */
html.change-password-page body {
  background-color: inherit;
  padding: 0;
}
html.change-password-page .body-wrapper {
  height: 271px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 30px;
  width: 100%;
}
html.change-password-page .body-wrapper label {
  color: #999;
}
html.change-password-page .body-wrapper .form-text {
  color: #333;
}
html.change-password-page .body-wrapper .form-text[required] {
  background-color: #fcf8e2;
}
html.change-password-page .body-wrapper .form-text[required].not-empty {
  background-color: #fff;
}
html.change-password-page .footer-wrapper {
  background-color: #eee;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: #ccc 1px solid;
  bottom: 0;
  height: 59px;
  overflow: hidden;
  padding: 12px 31px 12px 12px;
  position: absolute;
  text-align: right;
  vertical-align: middle;
  width: 100%;
}
html.change-password-page .modal-backdrop {
  opacity: 0 !important;
}
/*
*  Password reset
*/
.password-reset-content .form-action {
  padding-top: 40px;
}
.password-reset-content .form-action button {
  min-width: 80px;
}
.password-reset-content .required .fa.fa-asterisk {
  color: #676767;
  font-size: 10px;
  display: inline-block !important;
  position: absolute;
  right: 6px;
  top: 15px;
  /* 6px, if overlay select arrow */
}
/*
*  Invitation forms
*/
/* Information popup */
.information-content {
  overflow: auto;
  padding: 10px;
  word-wrap: break-word;
}
/* Registration form */
.invitation-users .email-block {
  white-space: nowrap;
}
.invitation-users .email-block button {
  float: right;
  height: 41px;
  margin-left: 5px;
  margin-top: 15px;
}
.invitation-users .email-block input[disabled] {
  background-color: #DEDEDE !important;
}
.invitation-organization .email-block .preset-email-domain {
  float: right;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  margin-top: 17px;
  margin-left: 5px;
}
.email-wrapper {
  display: table-cell;
}
/*
*  Create invitations
*/
/* Modal popup */
.create-invitations-modal {
  z-index: 1050;
}
.create-invitations-modal .modal-dialog {
  min-width: 600px;
}
.create-invitations-modal .modal-body-wrap {
  margin-bottom: -6px;
  padding: 0;
}
.create-invitations-modal iframe {
  border: 0;
  border-radius: 5px;
  height: 570px;
  width: 100%;
}
/* iframe content */
html.create-invitations body {
  background-color: inherit;
  padding: 0;
}
html.create-invitations .modal-backdrop {
  opacity: 0 !important;
}
html.create-invitations .title {
  color: #999;
  padding: 5px 0;
}
html.create-invitations .tooltip {
  opacity: 1;
  white-space: nowrap;
}
html.create-invitations .tooltip-inner {
  font-size: 12px;
  max-width: inherit;
}
html.create-invitations .form-block {
  padding-top: 7px;
}
html.create-invitations .body-wrapper {
  height: 475px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 20px 10px 20px;
  position: relative;
  width: 100%;
}
html.create-invitations .body-wrapper .menu-wrapper .invite-methods {
  width: 100%;
}
html.create-invitations .body-wrapper .menu-wrapper .invite-methods button {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 33%;
}
html.create-invitations .body-wrapper .menu-wrapper .invite-methods button:last-child {
  width: 34.2%;
}
html.create-invitations .body-wrapper .fields-wrapper .emails-wrapper {
  height: 80px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
}
html.create-invitations .body-wrapper .fields-wrapper .emails-wrapper .prepared-user-emails {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}
html.create-invitations .body-wrapper .fields-wrapper .emails-wrapper .prepared-user-emails .email-elem {
  background: #a4a5a8;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0 5px 5px 0;
  padding: 2px 4px;
  position: relative;
  vertical-align: top;
}
html.create-invitations .body-wrapper .fields-wrapper .emails-wrapper .prepared-user-emails .email-elem .invite-email {
  margin-right: 6px;
  padding: 0 8px;
}
html.create-invitations .body-wrapper .fields-wrapper .emails-wrapper .prepared-user-emails .email-elem .invite-email-remove {
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  position: absolute;
  right: 3px;
  top: 8px;
}
html.create-invitations .body-wrapper .fields-wrapper .emails-wrapper .preparing-user-emails {
  border: 0;
  line-height: 1.7;
  outline: none;
  overflow-wrap: break-word;
  padding: 5px;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
}
html.create-invitations .body-wrapper .fields-wrapper .domain-wrapper {
  height: 100%;
}
html.create-invitations .body-wrapper .fields-wrapper .domain-wrapper .organization-domain {
  border: 0;
  height: 100%;
  outline: 0;
  width: 100%;
}
html.create-invitations .body-wrapper .fields-wrapper .message-body {
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 4px;
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  padding: 10px;
  white-space: normal;
  word-wrap: break-word;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership {
  border: #ccc 1px solid;
  border-radius: 4px;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .title {
  background-color: #F5F5F5;
  border-bottom: #ccc 1px solid;
  border-radius: 4px 4px 0 0;
  color: #9D9D9D;
  font-size: 120%;
  padding: 5px 15px;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .body {
  padding: 10px 15px;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table {
  border-top: #ccc 1px solid;
  font-size: inherit;
  margin-bottom: 0;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table th,
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table td {
  border: 0;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table th.name,
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table td.name {
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  width: 300px;
  white-space: nowrap;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table th.action,
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table td.action {
  width: 100px;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table thead tr:first-child {
  background-color: #F5F5F5;
  border-bottom: #ccc 1px solid;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table tr {
  border-bottom: #ccc 1px solid;
}
html.create-invitations .body-wrapper .fields-wrapper .group-membership .approve-user-table tr:last-child {
  border-bottom: 0;
}
html.create-invitations .body-wrapper .fields-wrapper .search-wrapper {
  padding: 10px 0;
  position: relative;
}
html.create-invitations .body-wrapper .fields-wrapper .search-wrapper .add-button {
  border-radius: 4px;
  float: right;
  height: 34px;
  vertical-align: top;
  width: 20%;
}
html.create-invitations .body-wrapper .fields-wrapper .search-wrapper .group-list {
  display: none;
  left: 0;
  margin-bottom: 20px;
  max-width: 388px;
  padding: 0;
  position: relative;
  right: auto;
}
html.create-invitations .body-wrapper .fields-wrapper .search-wrapper .group-list .group-elem {
  cursor: pointer;
  overflow: hidden;
  padding: 2px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html.create-invitations .body-wrapper .fields-wrapper .search-wrapper .group-list .group-elem:hover {
  background: #F5F5F5;
}
html.create-invitations .body-wrapper .fields-wrapper .search-wrapper .group-list .group-elem.chosen {
  background: #F5F5F5;
}
html.create-invitations .body-wrapper .fields-wrapper .search-wrapper .group-list .group-elem .group-description {
  color: #aaa;
}
html.create-invitations .body-wrapper .fields-wrapper .search-wrapper .search-field {
  border: #ccc 1px solid;
  border-radius: 4px;
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: normal;
  padding: 8px;
  width: 79%;
}
html.create-invitations .body-wrapper .invitationSuccessHeader {
  text-align: center;
  font-size: 32px;
}
html.create-invitations .body-wrapper .invitationSuccessHelpText {
  width: 60%;
  margin: 35px auto;
  text-align: center;
}
html.create-invitations .steps-wrapper {
  bottom: 60px;
  height: 35px;
  overflow: hidden;
  padding-right: 20px;
  position: absolute;
  text-align: right;
  vertical-align: bottom;
  width: 100%;
}
html.create-invitations .footer-wrapper {
  background-color: #eee;
  border-top: #ccc 1px solid;
  bottom: 0;
  height: 60px;
  overflow: hidden;
  padding: 13px 20px;
  position: absolute;
  text-align: right;
  vertical-align: middle;
  width: 100%;
  -webkit-filter: blur(0);
}
html.create-invitations .footer-wrapper button {
  width: 80px;
}
/*
*  Manage invitations
*/
#userMenu {
  position: absolute;
  min-width: 250px;
  overflow: hidden;
  padding: 0;
}
#userMenu .userInfo {
  display: inline-block;
  vertical-align: top;
}
#userMenu .userInfoContainer {
  padding: 10px;
  border-bottom: 1px solid #DDD;
  line-height: 12px;
  white-space: nowrap;
}
#userMenu .offlineAvatarBig,
#userMenu .userAvatarBig {
  display: inline-block;
  margin-right: 10px;
  height: 48px;
  width: 48px;
  background-size: contain;
}
#userMenu .userAvatarBig {
  position: absolute;
  left: 10px;
}
#userMenu .offlineAvatarBig {
  font-size: 40px;
  text-align: center;
  line-height: 48px;
}
#userMenu .userName {
  color: #707070;
  font-size: 12px;
  line-height: 12px;
}
#userMenu .userRealName {
  padding-top: 9px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
#userMenu .userMenuOption {
  cursor: pointer;
  padding: 5px 10px;
  line-height: 21px;
}
#userMenu .userMenuOption:hover {
  background-color: #DDD;
}
.advancedSearchForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 650px;
}
.advancedSearchForm hr {
  border-color: #1d88ca;
  margin: 5px 0;
}
.advancedSearchForm__blockList {
  padding: 0 0 0 10px;
}
.advancedSearchForm__blockList__termin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
  width: 150px;
  padding-top: 9px;
}
.advancedSearchForm__blockList__termin__select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  margin-top: -4px;
  padding: 2px 4px;
  width: 90%;
}
.advancedSearchForm__blockList__element {
  float: left;
}
.advancedSearchForm__blockTitle {
  color: #1d88ca;
}
.advancedSearchForm .js-dates-clear {
  padding-left: 0;
}
.advancedSearchForm .keyword-label-title .link {
  cursor: default;
}
.advancedSearchForm select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.advancedSearchForm .input-daterange .date-control {
  border-radius: 3px;
}
.advancedSearchForm .input-daterange.dates-row-hide {
  display: none;
}
.adv-search-dates-clear {
  color: #08C;
  cursor: pointer;
  text-decoration: underline;
}
.adv-search-dates-clear:hover {
  color: #005580;
}
.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.form-row__item {
  font-size: 14px;
  padding: 5px;
  vertical-align: middle;
}
.form-row__item--fixwidth {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 210px;
}
.form-row__item__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding: 2px 4px;
  height: 27px;
  display: inline-block;
}
.form-row__item__input--short {
  width: 100px;
}
.form-row .date-control {
  text-align: left;
}
.btn-link--gray {
  color: #666;
}
.btn-link--gray:hover {
  color: #aaa;
}
.btn-link--gray:focus {
  color: #aaa;
}
.btn-link--underlined {
  text-decoration: underline;
}
.btn-link--underlined:hover {
  text-decoration: none;
}
.btn-link--underlined:focus {
  text-decoration: none;
}
.datepicker {
  z-index: 1050 !important;
}
.metafield-width {
  width: 209px;
}
#header {
  z-index: 1031;
}
.navbar .nav > li.dropdown.open > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #000;
  text-shadow: 1px 1px 0 #ffffff;
}
.navbar .nav > li > a {
  color: #fff;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background-color: transparent;
  color: #dfdfdf;
  text-decoration: none;
}
@media screen and (max-width: 1150px) {
  .navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  color: #676767;
}
.navbar-logo {
  float: left;
  line-height: 50px;
}
.navbar-logo img {
  height: 27px;
  vertical-align: middle;
}
.navbar .menu-dropdown-item-icon {
  display: inline-block;
  margin-left: -7px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 25px;
}
.navbar .pending-signups-base-count {
  background: #4e88d4;
  border-radius: 3px;
  bottom: 48px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  margin-left: 5px;
  padding: 2px 4px;
  position: absolute;
  right: 11px;
  text-shadow: none;
  -webkit-transform: translateY(17px);
  -moz-transform: translateY(17px);
  -ms-transform: translateY(17px);
  -o-transform: translateY(17px);
  transform: translateY(17px);
}
.navbar.ipad .pending-signups-base-count {
  right: 6px !important;
}
.navbar .pending-signups-count {
  background: #4e88d4;
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  margin-left: 5px;
  padding: 0 4px;
}
.navbar #shoppingCartCount {
  background-color: #ff5d00;
  border-radius: 28px;
  color: #FFF;
  font-size: 12px;
  height: 18px;
  line-height: 12px;
  min-width: 18px;
  padding-top: 2px;
  position: absolute;
  right: -6px;
  top: 4px;
}
.navbar .shoppingCartNotificationOuter {
  left: 50%;
  position: absolute;
}
.navbar .shoppingCartNotificationOuter :after {
  border: solid transparent;
  border-bottom-color: #ffa93f;
  border-width: 8px;
  bottom: 100%;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}
.navbar .shoppingCartNotificationOuter .shoppingCartNotificationInner {
  background-color: #ffa93f;
  border-radius: 3px;
  color: #FFF;
  display: none;
  left: -50%;
  line-height: 100%;
  padding: 5px;
  position: relative;
  top: 1px;
  white-space: nowrap;
}
.navbar-inner {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #383838;
  filter: none;
  min-height: 50px;
}
.navbar-inner .caret {
  border-bottom-color: #777;
  border-top-color: #777;
  margin-left: 5px;
  vertical-align: middle;
}
.navbar-fixed-top .container {
  display: block;
  height: 50px;
  position: relative;
}
.navbar-fixed-top .container .btn-upload {
  height: 30px;
  padding: 5px 12px;
}
.navbar-fixed-top .container .btn-upload-icon {
  display: none;
}
.navbar-fixed-top .container .header-left-part {
  float: left;
}
.navbar-fixed-top .container .header-right-part {
  float: right;
}
.navbar-fixed-top .container .header-center-part {
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
.navbar-fixed-top .container .tooltip {
  margin-top: -13px;
  opacity: 1 !important;
  white-space: nowrap;
}
.navbar-fixed-top .container .tooltip-arrow {
  display: none;
}
.navbar-fixed-top .container .tooltip-inner {
  background-color: #F2AE43;
  font-size: 13px;
  max-width: inherit;
  padding: 4px 13px;
}
.navbar-fixed-top .container .error-tooltip .tooltip-inner {
  background-color: #E01F1B;
}
.navbar-fixed-top .container .navbar-pull-right {
  position: absolute;
  right: 0;
}
#navigation {
  height: 50px;
}
#navigation .settings-item {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
#navigation .settings-item.open .settings-link {
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  color: #676767 !important;
}
#navigation .settings-item label {
  line-height: normal;
}
#navigation .settings-link {
  color: #aaa;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  vertical-align: middle;
}
#navigation .settings-link:hover {
  color: #fff;
}
#navigation > li {
  float: left;
}
#navigation .embed-login-view .fa {
  margin: 60px 0 60px 90px;
}
#navigation .embed-login-view {
  border: 0;
  overflow: hidden;
  width: 240px;
}
#navigation .login-iframe {
  border: 0;
  min-height: 212px;
  width: 100%;
}
#navigation #userMenuButton:hover {
  background-color: #888;
}
#navigation #userMenuButton .offlineAvatarSmall,
#navigation #userMenuButton .userAvatarSmall {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
#navigation #userMenuButton .userAvatarSmall {
  background-size: contain;
  position: absolute;
  top: 10px;
}
#navigation #userMenuButton .offlineAvatarSmall {
  color: white;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
}
#navigation #userMenuButton .user-button-arrow-down {
  color: #F4F4F4;
  font-size: 14px;
  padding-left: 3px;
  vertical-align: middle;
}
.page-header {
  background-color: #f5f5f5;
  padding: 20px 20px 10px;
  margin: -20px -20px 20px;
}
.intranetextra {
  display: none !important;
}
.intranet .intranetextra {
  display: block !important;
}
.intranetextra-item {
  height: 50px;
  margin-right: 5px;
  line-height: 50px;
  vertical-align: middle;
}
.intranetextra-link {
  color: #aaa !important;
  cursor: pointer;
  line-height: 50px;
  margin: 0 !important;
  padding: 0 10px !important;
  vertical-align: middle;
  text-align: center;
}
.intranetextra-link.active,
.intranetextra-link:hover {
  color: #fff !important;
}
.intranetextra.smallButtons .menu-text {
  display: none;
}
.intranetextra.smallButtons .menu-icon {
  margin-top: 4px;
}
.main-menu {
  float: left;
}
.main-menu > li {
  float: left;
}
.menu-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.menu-text {
  display: inline-block;
  font-size: 12px;
  padding-left: 2px;
  text-transform: uppercase;
  vertical-align: middle;
}
.left-bound {
  margin-right: 45px;
}
.right-bound {
  margin-left: 25px;
}
.dropdown-menu {
  padding: 16px;
}
.dropdown-menu p {
  margin-bottom: 0;
  margin-top: 13px;
}
.dropdown-menu .header {
  margin-left: 15px;
  font-weight: bold;
}
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.passwordLabel {
  margin-top: 10px;
}
#chkRememberLabel {
  margin-top: 11px;
}
#chkRemember {
  margin: 0 0 4px;
  cursor: pointer;
}
#chkRememberText {
  color: #999;
}
.sign-in-actions {
  position: relative;
}
#loginForm .sign-in-actions.form-group {
  margin-bottom: 0;
  padding-bottom: 1px;
}
#signInButton {
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
}
.sso-sign-in-wrapper {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DEDEDE;
}
.sso-sign-in {
  width: 100%;
}
#forgotPassword,
#signUp {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1150px) {
  .intranetextra .menu-text {
    display: none;
  }
  .intranetextra .menu-icon {
    margin-top: 4px;
  }
  .right-bound {
    margin-left: 0;
  }
}
@media screen and (max-width: 934px) {
  .intranetextra li {
    margin-right: 0;
  }
  .right-bound {
    margin-left: 0;
  }
  .navbar-fixed-top .left-bound {
    margin-right: 5px;
  }
  .navbar-fixed-top .intranetextra-link {
    padding: 0 5px !important;
  }
  .navbar-fixed-top .btn-upload-icon {
    display: inline-block !important;
  }
  .navbar-fixed-top .btn-upload-text {
    display: none;
  }
  .navbar-fixed-top .menu-text {
    display: none;
  }
  .navbar-fixed-top .navbar-search.advanced .clear-icon {
    left: -60px;
  }
  .navbar-fixed-top .navbar-search .advanced-search-link {
    left: -36px;
  }
  .navbar-fixed-top .navbar-search .search-btn-icon {
    display: inline-block;
  }
  .navbar-fixed-top .navbar-search .search-btn-text {
    display: none;
  }
  .navbar-fixed-top .navbar-search .search-query {
    padding: 0 5px;
  }
  .navbar-fixed-top .settings-link {
    padding: 0 5px !important;
  }
  .navbar-fixed-top .pending-signups-base-count {
    right: 2px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .home-page-search .content-title {
    padding-top: 5px;
  }
  .home-page-search .navbar-search {
    top: 38%;
  }
  .home-page-search .search-message {
    padding-top: 0 !important;
  }
}
/**
*  Header styles for mobile devices
*/
@media only screen and (max-device-width: 699px) {
  body {
    padding: 0;
  }
  .navbar-fixed-top {
    position: relative;
  }
}
/**
*  Search on Home page
*/
.home-page-search {
  background-clip: border-box;
  background-image: url("/fotoweb/_static/gfx/blue_texture.png");
  background-repeat: repeat;
  height: 0;
  margin-bottom: 10px;
  margin-top: -10px;
  min-width: 685px;
  position: relative;
}
.home-page-search.adjust-position {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-page-search .content-title {
  margin: 0;
  padding-top: 3%;
  text-align: center;
}
.home-page-search .navbar-search {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 45%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40%;
}
.home-page-search .navbar-search .clear-icon {
  height: 40px;
  line-height: 40px;
}
.home-page-search .navbar-search .main-search-field {
  height: 40px;
}
.home-page-search .navbar-search .main-search-btn.disabled {
  cursor: not-allowed !important;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.home-page-search .navbar-search .search-message {
  padding-top: 3%;
}
.home-page-search .navbar-search .message-content {
  background-color: #F2AE43;
  border-radius: 4px;
  color: #fff;
  padding: 4px 13px;
}
.home-page-search .navbar-search .message-content.error-message {
  background-color: #E01F1B;
}
/**
*  Search in header
*/
.navbar-search {
  display: inline-block;
  line-height: 50px;
  max-width: 800px;
  min-width: 200px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.navbar-search .main-search-field {
  font-size: 13px;
  height: 30px;
  padding-right: 30px;
}
.navbar-search .main-search-field:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -ms-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);
}
.navbar-search .main-search-field::-moz-placeholder {
  color: #ccc;
  font-style: normal;
}
.navbar-search .main-search-field:-ms-input-placeholder {
  color: #ccc;
  font-style: normal;
}
.navbar-search .main-search-field::-webkit-input-placeholder {
  color: #ccc;
  font-style: normal;
}
.navbar-search .main-search-field::-ms-clear {
  display: none;
}
.navbar-search .main-search-btn {
  background-color: #428bca;
  border-color: #357ebd;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.navbar-search .main-search-btn:hover {
  color: #FFF;
  background-color: #3276b1;
  border-color: #285e8e;
}
.navbar-search .search-btn-icon {
  display: none;
}
.navbar-search .clear-icon {
  color: #bbb;
  display: none;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: -26px;
  top: -1px;
  z-index: 100;
}
.navbar-search .clear-icon:hover {
  color: #999;
}
.navbar-search .advanced-search-link {
  border-left: 1px solid #bbb;
  color: #bbb;
  display: none;
  font-size: 8px;
  height: 24px;
  line-height: 24px;
  padding-left: 5px;
  position: absolute;
  left: -38px;
  top: 3px;
  z-index: 100;
}
.navbar-search .advanced-search-link:hover {
  color: #999;
}
.navbar-search .advanced-search-link.active {
  color: #428bca;
}
.navbar-search .advanced-search-link-show {
  display: block;
}
.navbar-search .search-query {
  padding: 0 15px;
}
.navbar-search.advanced .clear-icon {
  left: -62px;
  top: -1px;
}
.navbar-search.advanced .main-search-field {
  padding-right: 66px;
}
.sorting-controler .header {
  cursor: pointer;
}
.sorting-controler .sorting-name {
  color: #0887c9;
}
.sorting-controler .dropdown-menu {
  max-height: 60vh;
  max-height: calc(100vh - 200px);
  margin-top: 6px;
  overflow-y: auto;
  padding: 0;
}
.sorting-variants {
  padding: 4px 0 5px;
  position: relative;
}
.sorting-variants-item {
  cursor: pointer;
  padding: 4px 25px;
  position: relative;
  white-space: nowrap;
}
.sorting-variants-item .item-icon {
  color: #828282;
  display: none;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sorting-variants-item .active-icon {
  display: none;
}
.sorting-variants-item[data-key="desc"] .item-icon:before {
  content: '\f175';
}
.sorting-variants-item:hover .item-icon {
  display: block;
}
.sorting-variants-item-active {
  background-color: #eff7fb;
}
.sorting-variants-item-active .active-icon {
  color: #0887c9;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sorting-variants:after {
  background: #e1e1e1;
  bottom: 0;
  content: '';
  height: 1px;
  left: 25px;
  position: absolute;
  right: 25px;
}
.sorting-list {
  padding: 4px 0;
}
.sorting-list-item {
  cursor: pointer;
  padding: 4px 25px;
  position: relative;
  white-space: nowrap;
}
.sorting-list-item-active {
  background-color: #eff7fb;
}
.new-tooltip {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.new-tooltip__arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.new-tooltip__inner {
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.new-tooltip__inner .part {
  width: 100%;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.new-tooltip.new-tooltip_visible {
  visibility: visible;
  opacity: 100;
  z-index: 1000;
  transition: visibility 0.2s linear, opacity 300ms easy-out 250ms;
}
.new-tooltip.new-tooltip_position_top {
  margin-bottom: 5px;
  bottom: 100%;
}
.new-tooltip.new-tooltip_position_top .new-tooltip__arrow {
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-top: 5px solid #2C2C2C;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.new-tooltip.new-tooltip_position_left {
  margin-left: -5px;
}
.new-tooltip.new-tooltip_position_left .new-tooltip__arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2C2C2C;
}
.new-tooltip.new-tooltip_position_bottom {
  margin-top: 5px;
}
.new-tooltip.new-tooltip_position_bottom .new-tooltip__arrow {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2C2C2C;
  border-left: 5px solid transparent;
}
.new-tooltip.new-tooltip_position_right {
  margin-left: 5px;
}
.new-tooltip.new-tooltip_position_right .new-tooltip__arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #2C2C2C;
  border-bottom: 5px solid transparent;
}
html {
  height: 100%;
  width: 100%;
}
.zero-radius {
  border-radius: 0;
}
#actionDropdown > .btn-group > .button-left-radius {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.zero-right-radius {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#actionDropdown .js-quick-btn > a {
  text-decoration: none;
}
/* FWI-4271: On preview page dropdown with actions has wrong behavior */
.dropdown-toggle-active {
  background-color: #3276b1;
  border-color: #285e8e;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.dropdown-toggle-passive {
  background-color: #428bca;
  border-color: #357ebd;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.preview-buttons-group .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}
.preview-buttons-group .preview-action-toggle {
  background-color: #428bca;
  border-color: #357ebd;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.preview-buttons-group.open .preview-action-toggle {
  background-color: #3276b1;
  border-color: #285e8e;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.preview-buttons-group .preview-action-toggle:hover {
  background-color: #3276b1;
  border-color: #285e8e;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#quickBtnDropdown {
  float: left;
}
#quickBtnDropdown .more-actions {
  background-color: #428bca;
  border-color: #357ebd;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#quickBtnDropdown.open .more-actions,
#quickBtnDropdown:hover .more-actions {
  background-color: #3276b1;
  border-color: #285e8e;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#actionDropdown {
  display: none;
  float: right;
  margin-bottom: 5px;
  white-space: nowrap;
}
#actionDropdown .dropdown-menu {
  right: 0;
}
#actionDropdown .dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-title {
  color: #3f3f3f;
  font-size: 32px;
  margin: 5px 0 15px;
}
#measureSpan {
  display: none;
  left: -1000px;
  position: absolute;
  top: -1000px;
}
.tempHidden {
  visibility: hidden;
}
.tempOpacity0 {
  opacity: 0;
}
.placeholder {
  color: #ccc;
}
/* ===============================================================
   Nav tabs
   ============================================================== */
.archiveTabsWrapper {
  margin-bottom: 0;
  margin-left: -11px;
  margin-right: -11px;
  position: relative;
  z-index: 95;
}
.archiveTabs {
  border: 0;
  margin: 0 0 -1px;
  position: relative;
  height: 38px;
  z-index: 5;
}
.archiveTabs.tempHidden {
  overflow: hidden;
}
.archiveTabs > li {
  padding-bottom: 1px;
}
.archiveTabs > li > a,
.archiveDropdown .dropdown-toggle {
  background-color: #fafafa;
  border-color: #dedede #dedede #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 6px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  white-space: nowrap;
}
.archiveTabs > li > a:hover,
.archiveDropdown .dropdown-toggle:hover {
  background-color: #fafafa;
  border-color: #e8e8e8 #e8e8e8 #ccc;
}
.archiveTabs > li .count {
  background: #4e88d4;
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  display: none;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 3px 4px;
  position: absolute;
  right: -1px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.archiveTabs > li.active > a,
.archiveTabs > li.active > a:hover {
  background-color: #fff;
  border-color: #ccc;
  border-bottom-color: #fff;
  cursor: default;
  margin-top: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  top: auto;
}
.archiveTabs > li.active .count {
  display: none !important;
}
.archiveTabs .icon-mark {
  color: #666;
  margin-left: 4px;
  text-align: center;
}
.archiveTabs .icon-mark:hover {
  color: #999;
}
.archiveTabs .not-logged-in .icon-mark {
  display: none;
}
.archiveTabs .favorite-active .icon-mark {
  color: #f06800;
}
.archiveDropdown {
  display: none;
}
.archiveDropdown > li {
  float: right;
}
.archiveDropdown > li .count {
  display: none !important;
}
.archiveDropdown .dropdown-toggle {
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}
.archiveDropdown .dropdown-toggle .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.archiveDropdownList > li.active > a,
.archiveDropdownList > li.active > a:hover {
  color: #fff;
}
.archive-tabs-wrapper-dropdown .archiveDropdown {
  border: 0;
  display: block;
  float: right;
  margin-bottom: 0;
  position: relative;
  width: 100px;
  z-index: 10;
}
.archive-tabs-wrapper-dropdown .archiveDropdown .tab {
  position: relative;
}
.archive-tabs-wrapper-dropdown .archiveDropdown .tab .icon-mark {
  left: 6px;
  position: absolute;
  top: 6px;
}
.archive-tabs-wrapper-dropdown .archiveDropdown .tab.favorite-active .icon-mark {
  color: red;
}
.archive-tabs-wrapper-dropdown .archiveTabs {
  margin-right: 100px;
  padding-right: 10px;
}
.archive-tabs-wrapper-dropdown .dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
}
.archive-tabs-wrapper-dropdown .open .dropdown-toggle,
.archive-tabs-wrapper-dropdown .open .dropdown-toggle:hover {
  border-color: #e8e8e8 #e8e8e8 #ccc;
}
.archive-tabs-wrapper-dropdown .dropdown-menu {
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 6px;
  left: auto;
  margin-top: 0;
  max-width: 600px;
  right: 0;
}
.archive-tabs-wrapper-dropdown .dropdown-menu .active > a {
  color: #fff;
}
.archive-tabs-wrapper-dropdown .dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-tabs-wrapper-dropdown.small-width .archiveTabs {
  left: -9999px;
  padding-top: 10px;
  position: absolute;
}
.archive-tabs-wrapper-dropdown.small-width .archiveDropdown {
  float: none;
}
.archive-tabs-wrapper-dropdown.small-width .archiveDropdown .dropdown-menu {
  left: 0;
  right: auto;
}
/* ===============================================================
   Login and error pages
   ============================================================== */
#loginPage .navbar-logo img {
  margin-bottom: 6px;
}
#loginPage input {
  margin: 6px 0;
}
#loginPage .btn {
  margin-bottom: 25px;
  margin-right: 10px;
}
#loginPage #wrapper {
  background: none;
}
#loginPage #wrapper.container {
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
}
#loginPage #login-form,
#loginPage #register-form {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  margin: 30px auto 60px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-top: 15px;
  width: 480px;
}
#loginPage #login-form div,
#loginPage #register-form div {
  clear: both;
  margin-top: 4px;
}
#loginPage #login-form .action-group,
#loginPage #register-form .action-group {
  clear: both;
  float: left;
  margin-top: 15px;
}
#loginPage #login-form .alert {
  margin-bottom: 10px;
  margin-top: 10px;
}
#loginPage .signupForm {
  height: 140px;
}
#loginPage .signupForm > div > span {
  margin-left: 8px;
}
#loginPage .loginForm {
  height: 130px;
}
#loginPage .loggedInForm {
  height: 50px;
}
#loginPage .loggedInForm div {
  margin-top: 5px;
}
#loginPage .forgotForm {
  height: 90px;
}
#loginPage .forgotForm div {
  margin-top: 5px;
}
#loginPage .forgotForm .btn {
  margin-bottom: 10px;
}
#loginPage .forgotWrapper {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
#loginPage #chkRemember {
  margin-top: 2px;
}
#errorPage #wrapper {
  background: none;
}
#errorPage #wrapper.container {
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
}
#errorPage #errorBox {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  margin: 30px auto 60px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-top: 15px;
  width: 480px;
  width: 550px;
}
#errorPage #errorBox div {
  clear: both;
  margin-top: 4px;
}
#errorPage #errorBox .action-group {
  clear: both;
  float: left;
  margin-top: 15px;
}
#errorPage #errorBox .alert {
  margin-bottom: 10px;
  margin-top: 10px;
}
#errorPage #errorBox .messageWrapper {
  float: left;
  max-width: 380px;
}
#errorPage #errorBox p,
#errorPage #errorBox h1,
#errorPage #errorBox .info {
  max-width: 380px;
}
#errorPage #errorBox .cats {
  float: right;
}
#errorPage .info {
  margin-bottom: 18px;
  padding-right: 10px;
}
.modalBg {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.preview-navigation {
  float: right;
  margin-left: -100%;
  padding-right: 15px;
  position: relative;
  top: 4px;
  z-index: 10;
}
.preview-navigation:before {
  content: none;
}
.onlyOnTablet {
  display: none;
}
.hideThumbnails > li {
  visibility: hidden;
}
.thumbnails > li {
  position: relative;
}
.tab-content {
  overflow: hidden;
}
.drag-and-drop-container {
  border-bottom: 1px solid #ddd;
  display: none;
  margin: 5px 0;
  padding: 5px;
  text-decoration: none !important;
}
.preview-title {
  /*line-height: @img-size + 3px;*/
  /*padding-bottom: 5px;*/
  position: relative;
  /* Static title: no edit permission */
}
.preview-title .mini-preview {
  display: none;
  float: left;
  height: auto;
  line-height: 1;
  margin-bottom: 10px;
  overflow: hidden;
}
.preview-title .mini-preview img {
  border: 1px solid #ddd;
  line-height: normal;
  height: 40px;
  width: 40px;
  vertical-align: top;
}
.preview-title .rating-info {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.preview-title .rating-info .fa {
  font-size: 24px;
  line-height: normal;
}
.preview-title .right-panel {
  position: relative;
  margin-left: 20px;
  width: calc(100% - 20px - 18px);
}
.preview-title .right-panel.nomarging {
  margin-left: 0;
}
.preview-title .image-note {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #ddd;
  border-right: 10px solid #ddd;
  border-radius: 0 4px 0 0;
  display: block;
  background: none;
  cursor: pointer;
}
.preview-title .image-note:before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: 9px solid #ffc106;
  border-right: 10px solid #ffc106;
  border-radius: 0 4px 0 0;
  position: relative;
  top: -10px;
  left: -9px;
}
.preview-title .metadataField.inputField,
.preview-title .metadataField.bagField {
  width: 90%;
  margin: 0;
  padding: 0;
  float: left;
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
}
.preview-title .metadataField.inputField .editMarkup,
.preview-title .metadataField.bagField .editMarkup {
  font-size: 36px;
  line-height: 1;
}
.preview-title .metadataField.inputField .viewMarkup,
.preview-title .metadataField.bagField .viewMarkup {
  font-size: 36px;
  line-height: 1;
}
.preview-title .metadataField.inputField .viewMarkup .inputFieldView,
.preview-title .metadataField.bagField .viewMarkup .inputFieldView {
  white-space: normal;
}
.preview-title-with-status .metadataField.inputField,
.preview-title-with-status .metadataField.bagField {
  /*padding-left: @status-padding;*/
}
.preview-title-with-preview .metadataField.inputField,
.preview-title-with-preview .metadataField.bagField {
  padding-left: 10px;
  width: calc(100% - 73px);
}
.preview-title-with-pin {
  /*.title {*/
  /*padding-right: (@pin-width + @title-icon-gap - 2);*/
  /*}*/
}
.preview-title-with-pin .asset-pin {
  display: block;
  font-size: 26px;
  position: absolute;
  right: -2px;
  top: 12px;
}
.preview-title-with-pin .asset-pin .icon {
  display: block;
}
.preview-title-with-pin .image-note {
  right: -12px;
  top: 0px;
}
.preview-title .status-bar {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;
  left: 0;
  position: absolute;
  height: 100%;
  width: 14px;
  top: 0;
  cursor: pointer;
  border: 1px dashed #ccc;
}
.preview-title .status-bar.status-0 {
  border: 1px solid #ccc;
}
.preview-title-static .rating-info,
.preview-title-static .status-bar {
  cursor: default;
}
@media all and (max-width: 929px) {
  .preview-title {
    *zoom: 1;
  }
  .preview-title:before,
  .preview-title:after {
    content: " ";
    display: table;
  }
  .preview-title:after {
    clear: both;
  }
  .preview-title:before,
  .preview-title:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .preview-title:after {
    clear: both;
  }
  .preview-title .mini-preview {
    display: block;
    float: left;
    margin-bottom: 10px;
    position: static;
  }
  .preview-title .mini-preview img {
    height: 100px;
    width: 100px;
  }
  .preview-title .rating-info {
    clear: both;
    display: block;
    text-align: left;
  }
}
#map {
  border: 1px solid #ddd;
}
.badge-inverse,
.badge-inverse:hover {
  background: #aaa;
}
#metadata p.metadatarow {
  margin-bottom: 3px;
}
.prevNextWrapper {
  position: absolute;
  right: 10px;
}
.content {
  background-color: white;
  padding: 20px;
  margin: 0 -20px;
}
.floatleft {
  float: left;
}
.folderHits {
  margin-left: 5px;
}
.folderHits span,
.searchHits {
  text-shadow: none;
  cursor: default !important;
}
.form-inline {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
}
#emptyFolder {
  margin: 50px auto;
  text-align: center;
}
.span9 #emptyFolder {
  width: 180px;
}
.span12 #emptyFolder {
  width: 270px;
}
.status-bar.status-none {
  background-color: #fff;
  border: none;
}
.status-bar.status-0 {
  background-color: #fff;
  border: none;
}
.status-bar.status-1 {
  background-color: #b200B2;
  border: none;
}
.status-bar.status-2 {
  background: #FF0000;
  border: none;
}
.status-bar.status-3 {
  background: #FF7F00;
  border: none;
}
.status-bar.status-4 {
  background: #FFFF00;
  border: none;
}
.status-bar.status-5 {
  background: #00FF00;
  border: none;
}
.status-bar.status-6 {
  background: #00FFFF;
  border: none;
}
.status-bar.status-7 {
  background: #0000FF;
  border: none;
}
.status-bar.status-8 {
  background: #000066;
  border: none;
}
/* ===============================================================
   Thumbnail grid
   ============================================================== */
#thumbnailWrapper {
  position: relative;
}
#thumbnailWrapper.full-width {
  width: 100%;
}
.thumbnails {
  font-size: 0;
  letter-spacing: 0;
  margin-left: 0;
  padding: 0;
  width: 100%;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  content: " ";
  display: table;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  list-style: none none;
  margin-left: 10px;
  margin-bottom: 10px;
}
.thumbnails a:hover {
  text-decoration: none;
}
.thumbnails .tooltip-title {
  display: none;
}
.default-cursor .thumbnail {
  cursor: default;
}
.pointer-cursor .thumbnail {
  cursor: pointer !important;
}
.thumbnail {
  background-color: transparent;
  border-color: #ddd;
  border-radius: 4px;
  margin-bottom: 0;
  outline: none;
  position: relative;
  text-decoration: none;
  width: 210px;
}
.thumbnail:focus,
.thumbnail:active {
  outline: none;
  text-decoration: none;
}
.thumbnail .image-note {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #ddd;
  border-right: 10px solid #ddd;
  border-radius: 0 4px 0 0;
  display: block;
  background: none;
  cursor: pointer;
  z-index: 3;
}
.thumbnail .image-note:before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: 9px solid #ffc106;
  border-right: 10px solid #ffc106;
  border-radius: 0 4px 0 0;
  position: relative;
  top: -10px;
  left: -9px;
}
.thumbnail .imageContainer {
  display: table-cell;
  overflow: hidden;
  height: 200px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}
.thumbnail .imageContainer img {
  max-height: 200px;
  max-width: 200px;
  pointer-events: none;
}
.thumbnail .infobar {
  background-color: #eeeeee;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-left-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 30px;
  margin: 5px -4px -4px;
  padding: 6px 30px 0 10px;
  position: relative;
  width: auto;
  z-index: 3;
}
.thumbnail .fileName {
  font-weight: normal;
}
.thumbnail .fileName .name {
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.thumbnail .fileName .edit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 2px 5px;
  height: 20px;
  width: 160px;
}
.thumbnail .fileName .edit::-ms-clear {
  display: none;
}
.thumbnail .fileName-edit .name,
.thumbnail .fileName-edit .ext {
  display: none;
}
.thumbnail .fileName-edit .edit {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.thumbnail .fileName.with-pin {
  padding-left: 15px;
  position: relative;
}
.thumbnail .asset-pin {
  display: block;
  font-size: 17px;
  left: -5px;
  padding-top: 3px;
  position: absolute;
  height: 24px;
  width: 20px;
  text-align: center;
  top: -2px;
}
.thumbnail .icon-fa-check,
.thumbnail .shopping-cart-thumb-icon,
.thumbnail .shopping-cart-thumb-spinner {
  background: none;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 1px;
  height: auto;
  width: auto;
  top: 1px;
}
.thumbnail .icon-fa-check:before {
  content: "\f05d";
}
.thumbnail .status-bar {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-left-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 5px;
}
.thumbnail .hoverInfo {
  background: #333;
  /* Fallback, if rgba is not supported */
  background-color: rgba(0, 0, 0, 0.8);
  /* 3 first are rgb values, 4th is opacity */
  bottom: 25px;
  color: #fff;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 300ms ease-out 250ms, bottom 10ms linear 600ms;
  -moz-transition: opacity 300ms ease-out 250ms, bottom 10ms linear 600ms;
  -o-transition: opacity 300ms ease-out 250ms, bottom 10ms linear 600ms;
  transition: opacity 300ms ease-out 250ms, bottom 10ms linear 600ms;
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
.thumbnail .hoverInfo .second {
  margin-bottom: 5px;
}
.thumbnail .hoverInfo div {
  margin-bottom: 0;
  max-width: 200px;
  overflow: hidden;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumbnail .hoverInfo div.fisrt {
  font-weight: bold;
}
.thumbnail .hoverInfo a {
  color: lightblue;
  text-decoration: underline;
}
.thumbnail:hover .hoverInfo,
.info-lock .thumbnail .hoverInfo {
  bottom: 29px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: bottom 10ms linear, opacity 300ms ease-out 250ms;
  -moz-transition: bottom 10ms linear, opacity 300ms ease-out 250ms;
  -o-transition: bottom 10ms linear, opacity 300ms ease-out 250ms;
  transition: bottom 10ms linear, opacity 300ms ease-out 250ms;
}
.selected .thumbnail {
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
}
.selected .thumbnail .infobar {
  background-color: #049cdb;
  color: #fff;
  height: 31px;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.selected .thumbnail .fileName {
  padding-left: 1px;
}
.selected .thumbnail .fileName.with-pin {
  padding-left: 16px;
}
.selected .thumbnail .fileName .asset-pin {
  left: -4px;
}
.selected .thumbnail .icon-fa-check,
.selected .thumbnail .shopping-cart-thumb-icon,
.selected .thumbnail .shopping-cart-thumb-spinner {
  font-size: 19px;
  margin-right: 1px;
}
.selected .thumbnail .icon-fa-check:before {
  content: "\f058";
}
.thumbnail .tooltip-inner {
  max-width: 180px;
}
.popover .status-buttons .btn {
  width: 200px;
}
.popover {
  color: #666;
}
.popover--gray .popover-title {
  background-color: #f7f7f7;
  border-bottom-color: #ddd;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 5px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top-left-radius: 5px;
  color: #666;
  padding-bottom: 8px;
  padding-right: 30px;
  padding-top: 8px;
  position: relative;
}
.popover--gray .popover-title button.close {
  color: #666;
  font-size: 24px;
  font-weight: 900;
  margin-right: -2px;
  position: absolute;
  right: 10px;
  top: 50%;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popover--gray .popover-title button.close:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.popover--gray .popover-title .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popover-title {
  background-color: #fff;
  border-bottom-color: #1d88ca;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 5px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top-left-radius: 5px;
  color: #1d88ca;
  padding-bottom: 8px;
  padding-right: 30px;
  padding-top: 8px;
  position: relative;
}
.popover-title button.close {
  color: #1d88ca;
  font-size: 24px;
  font-weight: 900;
  margin-right: -2px;
  position: absolute;
  right: 10px;
  top: 50%;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popover-title button.close:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.popover-title .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popover-title .popover-title-wrapper {
  max-width: 70%;
}
.popover-title button {
  background-color: transparent;
  border: none;
  position: absolute;
  font-size: 16px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.popover-title .popover-action-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  right: 38px;
  top: 50%;
}
.popover-title .popover-close-btn {
  right: 2px;
  top: 45%;
}
.popover-title h1,
.popover-title h2,
.popover-title h3,
.popover-title h4,
.popover-title h5,
.popover-title h6 {
  margin: 0;
  line-height: 1.428571429;
}
.popover-content {
  overflow-y: auto;
  overflow-x: hidden;
}
.status-buttons .btn {
  padding-right: 10px;
  padding-left: 10px;
}
.status-buttons .status-title {
  float: left;
}
.status-buttons .status-color {
  border: 1px solid black;
  float: right;
  margin-left: 10px;
  height: 20px;
  width: 20px;
}
.status-buttons .status-color.status-none {
  background-color: #fff;
  border: none;
}
.status-buttons .status-color.status-0 {
  background-color: #fff;
  border: none;
}
.status-buttons .status-color.status-1 {
  background-color: #b200B2;
  border: none;
}
.status-buttons .status-color.status-2 {
  background: #FF0000;
  border: none;
}
.status-buttons .status-color.status-3 {
  background: #FF7F00;
  border: none;
}
.status-buttons .status-color.status-4 {
  background: #FFFF00;
  border: none;
}
.status-buttons .status-color.status-5 {
  background: #00FF00;
  border: none;
}
.status-buttons .status-color.status-6 {
  background: #00FFFF;
  border: none;
}
.status-buttons .status-color.status-7 {
  background: #0000FF;
  border: none;
}
.status-buttons .status-color.status-8 {
  background: #000066;
  border: none;
}
.preview-title .rating-info {
  color: #999;
}
.preview-title .rating-info.rate-1 .r-1:before {
  color: #666;
}
.preview-title .rating-info.rate-2 .r-1:before,
.preview-title .rating-info.rate-2 .r-2:before {
  color: #666;
}
.preview-title .rating-info.rate-3 .r-1:before,
.preview-title .rating-info.rate-3 .r-2:before,
.preview-title .rating-info.rate-3 .r-3:before {
  color: #666;
}
.preview-title .rating-info.rate-4 .r-1:before,
.preview-title .rating-info.rate-4 .r-2:before,
.preview-title .rating-info.rate-4 .r-3:before,
.preview-title .rating-info.rate-4 .r-4:before {
  color: #666;
}
.preview-title .rating-info.rate-5 .r-1:before,
.preview-title .rating-info.rate-5 .r-2:before,
.preview-title .rating-info.rate-5 .r-3:before,
.preview-title .rating-info.rate-5 .r-4:before,
.preview-title .rating-info.rate-5 .r-5:before {
  color: #666;
}
.preview-title .rating-info.hovered-rate-1 .r-1:before {
  color: #ffc015;
  content: "\f005";
}
.preview-title .rating-info.hovered-rate-2 .r-1:before,
.preview-title .rating-info.hovered-rate-2 .r-2:before {
  color: #ffc015;
  content: "\f005";
}
.preview-title .rating-info.hovered-rate-3 .r-1:before,
.preview-title .rating-info.hovered-rate-3 .r-2:before,
.preview-title .rating-info.hovered-rate-3 .r-3:before {
  color: #ffc015;
  content: "\f005";
}
.preview-title .rating-info.hovered-rate-4 .r-1:before,
.preview-title .rating-info.hovered-rate-4 .r-2:before,
.preview-title .rating-info.hovered-rate-4 .r-3:before,
.preview-title .rating-info.hovered-rate-4 .r-4:before {
  color: #ffc015;
  content: "\f005";
}
.preview-title .rating-info.hovered-rate-5 .r-1:before,
.preview-title .rating-info.hovered-rate-5 .r-2:before,
.preview-title .rating-info.hovered-rate-5 .r-3:before,
.preview-title .rating-info.hovered-rate-5 .r-4:before,
.preview-title .rating-info.hovered-rate-5 .r-5:before {
  color: #ffc015;
  content: "\f005";
}
.rating-info {
  padding-top: 3px;
  text-align: center;
  font-size: 18px;
}
.rating-info .rate-btn:before {
  content: "\f006";
}
.rating-info.rate-1 .r-1:before {
  content: "\f005";
}
.rating-info.rate-2 .r-1:before,
.rating-info.rate-2 .r-2:before {
  content: "\f005";
}
.rating-info.rate-3 .r-1:before,
.rating-info.rate-3 .r-2:before,
.rating-info.rate-3 .r-3:before {
  content: "\f005";
}
.rating-info.rate-4 .r-1:before,
.rating-info.rate-4 .r-2:before,
.rating-info.rate-4 .r-3:before,
.rating-info.rate-4 .r-4:before {
  content: "\f005";
}
.rating-info.rate-5 .r-1:before,
.rating-info.rate-5 .r-2:before,
.rating-info.rate-5 .r-3:before,
.rating-info.rate-5 .r-4:before,
.rating-info.rate-5 .r-5:before {
  content: "\f005";
}
.rating-info .r-0:before {
  content: "\f00D";
}
.rating-info .r-0:hover::before {
  color: #9d261d;
}
.span12 .loader {
  margin-left: 0;
}
.footer-coloumn {
  padding-left: 0;
}
.footer-coloumn .nav-stacked > li > a {
  padding: 0;
}
/***** Preview Page ****/
#previewPage #metadata h2 {
  border-top: 1px solid #DDD;
  line-height: 1.5;
  margin-top: 7px;
  padding-top: 8px;
}
#metadata h2 {
  font-weight: 200;
  font-size: medium;
  text-transform: uppercase;
}
#previewPage #metadata > div:first-of-type > h2 {
  border-top: none;
}
#contentWrapper {
  position: relative;
}
#previewPage #zoomLink {
  position: absolute;
  right: 0px;
  padding: 5px;
}
#zoomTool {
  display: block;
  width: 100%;
  overflow: hidden;
}
#previewPage #zoomLink:hover {
  opacity: 1;
}
/* ===============================================================
   Side bar
   ============================================================== */
#sidebar.hidden {
  position: absolute;
  left: -9999px;
}
#sidebar .album-comments {
  margin-left: 0 !important;
}
#sidebar .collapse-all {
  color: #08C;
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}
#sidebar .well {
  margin-left: 10px;
  padding: 5px;
}
#sidebar .toolbar-wrapper {
  margin-top: 7px;
}
/* ===============================================================
	   Folder list
	   ============================================================== */
.folderWell .fa {
  margin-right: 2px;
  color: #000;
}
.folderWell .icon-pin {
  margin-right: 5px;
}
.folderWell .folderList-wrap {
  margin: -5px;
}
.folder-pinned .icon-pin {
  color: red;
}
.nav-header {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
}
.folder-list {
  background: #fff;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 5px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-left-radius: 5px;
  margin: 0;
  padding: 0;
}
.folder-list-item + .folder-list-item {
  border-top: 1px solid #ddd;
}
.folder-list-item > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 8px 25px 8px 10px !important;
  position: relative;
  word-wrap: break-word;
}
.folder-list-item > a:after {
  content: '\f054';
  color: #000;
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.folder-list-item:last-of-type > a,
.folder-list-item.last-of-type > a {
  border-bottom: 0;
}
/* ===============================================================
	   Comments
	   ============================================================== */
#sidebar .jspContainer {
  padding-right: 10px;
}
#sidebar .comments {
  max-width: 188px;
}
#sidebar .comment-text {
  word-wrap: break-word;
}
.sidebarBox {
  word-wrap: break-word;
}
.sidebarBox .preview-comments-wrapper {
  min-height: 300px;
  max-height: 500px;
  overflow: hidden;
}
.sidebarBox .metadataRegion {
  table-layout: fixed;
}
.sidebarBox.fb-comments-wrapper {
  overflow: auto;
}
#metadata p.keywords a,
#metadata p.keywords a:hover {
  text-decoration: underline;
}
#metadata p.downloadbuttons a {
  display: block;
}
#map {
  background: #fafafa;
  position: relative;
  height: 200px;
  width: 100%;
}
.informationTabs-wrap {
  border-bottom: 1px solid #ddd;
  margin: 0px;
  white-space: nowrap;
}
.informationTabs-wrap #informationTabsDropdown a {
  cursor: pointer;
}
.calculated-value {
  min-width: 150px;
  display: inline-block;
}
.file-detail-unit {
  color: #000000;
}
.preview-size-toggle-text {
  cursor: hand;
}
.preview-size-toggle-text:hover {
  cursor: pointer;
}
.informationTabs-wrap #informationTabsDropdown ul {
  right: 2px;
  left: auto;
}
.informationTabs-wrap #informationTabsDropdown li.active a {
  color: #fff;
}
#previewPage .informationTabs {
  border: 0;
  display: table;
  margin: 0px;
  white-space: nowrap;
  z-index: 10;
}
#previewPage .informationTabs > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#previewPage ul.informationTabs a {
  overflow: hidden;
  white-space: nowrap;
}
#previewPage ul.informationTabs li.hiddenTab {
  display: none;
}
#previewImg {
  overflow: hidden;
}
.previewTab {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #DDD;
  margin-bottom: 10px;
}
.previewTab .tab-pane {
  padding: 5px;
}
.sharePanel {
  padding-bottom: 10px;
}
#pageNavigator {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 190px;
  margin-left: -95px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-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(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  height: 34px;
  padding-top: 5px;
  border: solid 1px #eeeeee;
  display: none;
}
#pageNavigator #btnPrevPage {
  margin-right: 10px;
}
#pageNavigator #btnNextPage {
  margin-left: 10px;
}
#pageNavigator #pageNo {
  width: 50px;
  text-align: center;
}
/*Text color*/
body,
.footer-coloumn,
.infobar,
.nav-tabs .active a {
  color: #666;
}
.footer-coloumn > ul {
  list-style: none;
}
#footer {
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 70px;
}
#floatingFooter {
  background: #eeeeee;
  border-top: 1px solid #ccc;
  bottom: 0;
  left: 0px;
  padding-top: 15px;
  position: fixed;
  width: 100%;
  z-index: 110;
}
#floatingFooter .span12 {
  padding: 10px;
  margin: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: white;
  border-top: 1px solid #ddd;
  box-shadow: 0px 0px 5px #888;
}
#showFooterFloat {
  bottom: 10px;
  cursor: pointer;
  display: none;
  left: 10px;
  position: fixed;
}
.roundInfoIcon {
  background: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px #888;
  -moz-box-shadow: 0px 0px 5px #888;
  -ms-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 0px 5px #888;
  overflow: hidden;
  z-index: 999;
}
.roundInfoIcon.pushedInState {
  -webkit-box-shadow: 0px 0px 10px #aaa;
  -moz-box-shadow: 0px 0px 10px #aaa;
  -ms-box-shadow: 0px 0px 10px #aaa;
  box-shadow: 0px 0px 10px #aaa;
  border: 3px solid #999;
  margin-left: -2px;
  margin-bottom: -2px;
}
.roundInfoIcon i {
  display: block;
  margin: 10px;
  overflow: hidden;
  height: 14px;
  width: 14px;
}
.cms-export-modal .modal-dialog,
.manage-exports-modal .modal-dialog {
  min-width: 660px;
  width: 80%;
}
.cms-export-modal .modal-body,
.manage-exports-modal .modal-body {
  margin: 5px 5px 0 5px;
  max-height: 712px;
  padding: 0;
}
.cms-export-modal iframe,
.manage-exports-modal iframe {
  border: 0;
  height: 705px;
  width: 100%;
}
.quick-rendition-modal .modal-dialog,
.static-page-modal .modal-dialog,
.taxonomy-item-editor-modal .modal-dialog,
.webhooks-modal .modal-dialog,
.howto-modal .modal-dialog,
.manage-exports-modal .modal-dialog {
  width: 80%;
}
.quick-rendition-modal .modal-body,
.static-page-modal .modal-body,
.taxonomy-item-editor-modal .modal-body,
.webhooks-modal .modal-body,
.howto-modal .modal-body,
.manage-exports-modal .modal-body {
  margin: 5px 5px 0 5px;
  max-height: 712px;
  padding: 0;
}
.quick-rendition-modal iframe,
.static-page-modal iframe,
.taxonomy-item-editor-modal iframe,
.webhooks-modal iframe,
.howto-modal iframe,
.manage-exports-modal iframe {
  border: 0;
  height: 705px;
  width: 100%;
}
.modal-dialog .modal-footer {
  margin-top: 0;
}
.taxonomy-item-editor-modal.mobile .modal-dialog {
  width: 80%;
}
.taxonomy-item-editor-modal .modal-dialog {
  width: 30%;
}
.taxonomy-item-editor-modal .modal-body {
  margin: 5px 5px 0 5px;
  max-height: 370px;
  padding: 0;
}
.taxonomy-item-editor-modal iframe {
  border: 0;
  height: 370px;
  width: 100%;
}
.howto-modal .modal-dialog {
  width: 750px;
}
.howto-modal .modal-body {
  margin: 5px 5px 0 5px;
  max-height: 300px;
  padding: 0;
}
.howto-modal iframe {
  border: 0;
  height: 300px;
  width: 100%;
}
.static-page-modal .modal-dialog {
  width: 65%;
}
.static-page-modal .modal-body-wrap {
  max-height: 627px;
}
.static-page-modal .modal-body {
  height: 587px;
  margin: auto;
  padding: 0;
}
.static-page-modal iframe {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}
.quick-rendition-modal .modal-dialog {
  width: 50%;
}
.quick-rendition-modal .modal-body {
  margin: 5px 5px 0 5px;
  max-height: 500px;
  padding: 0;
  overflow: auto;
  text-align: center;
}
/* ===============================================================
   Data rows
   ============================================================== */
.metadatarow {
  font-size: 13px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.metalabel {
  font-weight: bold;
  display: table-cell;
  padding-right: 1%;
  position: relative;
  width: 25%;
  zoom: 1;
}
.metalabel .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  max-width: 100%;
  margin-right: -5px;
  overflow: hidden;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metalabel .colon {
  float: left;
}
.metacontent {
  display: table-cell;
  word-wrap: break-word;
  *zoom: 1;
  vertical-align: top;
}
.sidebarBox.tableview .metadatarow {
  display: table;
  width: 100%;
}
.sidebarBox.tableview .metadatarow:after,
.sidebarBox.tableview .metadatarow:before {
  display: none;
}
.sidebarBox.tableview .metalabel {
  display: table-cell;
  word-wrap: break-word;
  float: none;
  margin: 0;
  position: inherit;
  vertical-align: middle;
}
.sidebarBox.tableview .metacontent {
  display: table-cell;
  word-wrap: break-word;
  vertical-align: middle;
}
.metadata {
  list-style: none;
  padding: 0;
  margin: 0;
}
.metadata-item {
  display: table;
  width: 100%;
}
.metadata-item > * {
  display: table-cell;
  vertical-align: middle;
}
.metadata-item-label {
  width: 25%;
  padding: 5px;
}
.metadata-item-content {
  padding-left: 10px;
}
#previewPagesInfo {
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px #888;
}
.footerfblogo {
  margin-right: 10px;
}
#previewImg,
.loader {
  background: url('/fotoweb/_static/gfx/fotoware_loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}
.loader {
  /*background-color:#f4f4f4;
    border-radius:8px;
    border:1px solid #ddd;*/
  margin: -10px -100% 10px -10px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.loader--nofloat {
  float: none;
}
#metadata_tabletLayout .sidebarBox {
  clear: both;
}
.hiddenElement {
  visibility: hidden;
}
.cursorPointerIcon {
  cursor: pointer;
}
#outdatedBrowser {
  clear: both;
  height: 59px;
  padding: 0 15px 0 15px;
  position: relative;
}
.noAccess {
  padding: 20px;
  text-align: center;
}
.kineticjs-content canvas {
  left: 0;
  top: 0;
}
.thumbnailList a {
  text-decoration: none;
}
.thumbnailList .textContainer {
  background-color: #000;
  /* Fallback, if rgba is not supported */
  background-color: rgba(0, 0, 0, 0.5);
  /* 3 first are rgb values, 4th is opacity */
  bottom: 0;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  height: 18px;
  width: 100%;
}
.thumbnailList .textContainer h1,
.thumbnailList .textContainer h2 {
  color: #ccc;
}
.thumbnailList .textContainer .header {
  font-size: 1.1em;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 0 6px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumbnailList .textContainer .text {
  font-size: 0.9em;
  line-height: 1.1em;
  overflow: hidden;
  padding: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumb-inner {
  background: url(../img/loader3.gif) center center no-repeat #333;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}
.thumb-inner img {
  margin: auto;
  height: 100%;
  width: auto;
}
.thumb-inner .rating {
  background: url(../img/icons/star.png);
  background-position: left bottom;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;
  height: 16px;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
}
div.thumbnail_single {
  position: relative;
  height: 150px;
  width: 180px;
  overflow: hidden;
  text-align: center;
  background: #FFF;
}
a.archiveThumb {
  width: 225px;
  overflow: hidden;
}
ul.entity a.archiveThumb img {
  float: left;
  margin: 0px;
  width: 33.3%;
}
.cats {
  background: url("/fotoweb/_static/gfx/cats.png") top left no-repeat;
}
.cat8 {
  background-position: -10px -10px;
  height: 223px;
  width: 99px;
}
.cat6 {
  background-position: -10px -243px;
  height: 197px;
  width: 149px;
}
.cat7 {
  background-position: -10px -450px;
  height: 151px;
  width: 151px;
}
.cat2 {
  background-position: -10px -611px;
  height: 147px;
  width: 133px;
}
.cat5 {
  background-position: -10px -768px;
  height: 135px;
  width: 153px;
}
.cat3 {
  background-position: -10px -913px;
  height: 115px;
  width: 104px;
}
.cat1 {
  background-position: -10px -1038px;
  height: 107px;
  width: 117px;
}
.cat4 {
  background-position: -10px -1155px;
  height: 101px;
  width: 97px;
}
/* ===============================================================
   Selection Panel
   ============================================================== */
.grid-action-panel.not-high-dpi-ie {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-action-panel {
  bottom: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  left: 0;
  position: fixed;
  top: 100%;
  width: 100%;
}
.grid-action-panel .actions-wrap {
  visibility: hidden;
}
.grid-action-panel-open {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.grid-action-panel-open .actions-wrap {
  visibility: visible;
}
.grid-action-panel-open #selection-panel > .container {
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
}
.notification-wrapper {
  bottom: 100%;
  left: 50%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.notification-wrapper .alert {
  position: relative;
  margin-bottom: 0;
}
.notification-wrapper .alert .js-alert-modify {
  cursor: pointer;
}
.notification-wrapper .alert .popover-content {
  overflow: visible;
}
.selection-panel {
  z-index: 1035;
}
.selection-panel .btn-block {
  padding-left: 12px;
  padding-right: 12px;
}
.selection-panel .container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #eeeeee;
  padding: 0 10px;
  border-color: #049cdb;
  border-radius: 4px 4px 0 0;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  -moz-transition: -moz-box-shadow 0.5s ease;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.selection-panel .actions-dropdown-link > .icon {
  padding-left: 4px;
}
.selection-panel .actions-dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.selection-panel #center-toolbar {
  min-height: 110px;
}
.selection-panel .actions-wrap {
  padding: 14px 15px 9px 0;
  display: table;
  vertical-align: top;
  width: 100%;
}
.selection-panel .actions-wrap .col {
  display: table-cell;
  padding-top: 1px;
  vertical-align: top;
}
.selection-panel .actions-wrap .col:first-child {
  padding-left: 20px;
}
.selection-panel .selection-count {
  padding-right: 20px;
  width: 230px;
}
.selection-panel .actions-main {
  padding-right: 20px;
  width: 150px;
}
.selection-panel .actions-main > .btn {
  width: 100%;
  max-width: 150px;
}
.selection-panel .actions-more {
  padding: 0;
  text-align: right;
  width: 110px;
}
.selection-panel .actions-more .dropdown-menu {
  text-align: left;
}
.selection-panel .actions-list {
  font-size: 0;
  letter-spacing: 0;
}
.selection-panel .actions-list.buttons-row-limit .action-btn {
  padding-right: 12px;
  width: auto !important;
}
.selection-panel .actions-list.buttons-row-limit .action-btn .title {
  display: none;
}
.selection-panel .actions-list.buttons-row-limit .action-btn .icon {
  margin: 0;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.selection-panel .actions-list.buttons-balancer-calculations .action-btn .title {
  visibility: hidden;
}
.selection-panel .action-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 12px;
  padding-right: 35px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.selection-panel .action-btn .icon {
  position: absolute;
  right: 12px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}
.selection-panel .action-btn .fa-spinner {
  margin-top: -7px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.selection-panel .action-btn.quick-workflow {
  color: #fff;
}
.selection-panel .action-btn.quick-workflow .icon:before {
  content: attr(data-content);
}
.selection-panel .files-count-wrap {
  color: #666;
  padding: 0 0 0 25px;
  position: relative;
}
.selection-panel .files-count-wrap .fa {
  left: 0;
  position: absolute;
  top: 4px;
}
.selection-panel #filesCountInfo {
  cursor: pointer;
}
.selection-panel .files-count-clear {
  white-space: nowrap;
}
.selection-panel .drag-to-external-system > .fa {
  margin: 0 6px;
}
.selection-panel .dropdown-menu {
  min-width: 0;
  padding: 5px 0;
}
#selectedThumbnailsWrapper {
  border-bottom: 1px solid #999;
  display: none;
  padding-bottom: 20px;
  max-height: 600px;
  overflow-y: scroll;
  margin: 10px -10px 0;
}
#selectedThumbnailsWrapper .tooltip-inner {
  max-width: 400px;
  z-index: 1000;
}
#selectedThumbnailsWrapper .thumbnail {
  box-shadow: none;
  border-color: #666;
  background-color: #fff;
  width: 102px;
  padding: 0;
}
#selectedThumbnailsWrapper .thumbnail .imageContainer {
  height: 100px;
}
#selectedThumbnailsWrapper .thumbnail .imageContainer img {
  max-height: 100px;
  max-width: 100px;
}
#selectedThumbnailsWrapper .thumbnail .infobar {
  background-color: #666;
  color: #fff;
  height: 25px;
  margin: 0;
  padding: 3px 30px 0 2px;
}
#selectedThumbnailsWrapper .thumbnail .fileName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
#selectedThumbnailsWrapper .thumbnail .icon-close {
  cursor: pointer;
  line-height: normal;
  position: absolute;
  right: 3px;
  height: auto;
  width: auto;
  top: 4px;
}
#renditions-modal {
  width: 300px;
  margin-left: -150px;
}
#renditions-modal .button-wrapper {
  margin-bottom: 10px;
  text-align: center;
}
#renditions-modal .button-wrapper button {
  width: 100%;
}
.crop-selection-modal .modal-dialog {
  width: 800px;
}
.crop-selection-modal .modal-body {
  height: 600px;
}
.crop-selection-modal .modal-body .left-arrow-container,
.crop-selection-modal .modal-body .right-arrow-container {
  width: 30px;
  height: 100%;
  line-height: 400px;
}
.crop-selection-modal .modal-body .left-arrow-container:hover,
.crop-selection-modal .modal-body .right-arrow-container:hover {
  cursor: pointer;
  color: #0045CC;
}
.crop-selection-modal .modal-body .left-arrow-container {
  float: left;
}
.crop-selection-modal .modal-body .right-arrow-container {
  float: right;
  text-align: right;
}
.crop-selection-modal .modal-body .crop-body {
  margin: 0 30px;
  height: 100%;
}
.crop-selection-modal .modal-body .crop-body .crop-placeholder {
  width: 100%;
  height: 100%;
}
.crop-selection-modal .modal-body .crop-body .crop-placeholder .crop-control {
  margin: 0 auto;
}
#create-screen-modal form {
  margin: 0;
  padding: 0;
}
.fadeIn {
  /* CSS needed for animation
  ---------------------------------------------------- */
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  -o-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#preview-iframe {
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100000;
}
#preview-iframe-wrapper {
  display: none;
}
.modal-footer .spinner-wrapper:after {
  content: " ";
}
.image-note-editor-modal .image-note-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100%;
}
.image-note-editor-modal .emptyRequiredField {
  background-color: #ffff96;
}
/* ===================================================================
   Login block
   ================================================================== */
#loginForm .form-group {
  margin-bottom: 0;
  display: block;
}
#loginForm .form-group > label {
  display: block;
}
#loginForm .form-group #chkRememberLabel {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
#loginForm .form-control {
  display: block;
  width: 100%;
}
/* ===================================================================
   Login page
   ================================================================== */
.login-page {
  background-color: #000;
  min-height: 340px;
  min-width: 340px;
  position: relative;
  height: 100%;
  width: 100%;
}
.login-page #create-screen {
  bottom: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  right: 15px;
}
.login-page .create-screen-modal {
  overflow-y: hidden;
}
.login-page .create-screen-modal .modal-dialog {
  bottom: 40px;
  margin: 0;
  position: absolute;
  right: 40px;
  width: 350px;
}
#create-screen {
  display: none;
}
#iframe-form {
  display: none;
}
#page-form-wrap {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-form {
  color: #fff;
  margin: 100px auto;
  height: auto;
  width: 340px;
}
#page-form .login-upper-form,
#page-form .login-lower-form {
  border-radius: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 15px 20px;
}
#page-form .login-lower-form {
  margin-top: 20px;
  padding: 20px 15px;
}
.login-page #page-form {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 370px;
}
#page-form a {
  color: #fff;
}
#page-form .logo-wrap {
  margin: 0 0 30px;
  text-align: center;
}
#page-form .logo {
  vertical-align: top;
}
#page-form form {
  margin: 0;
}
#page-form .form-item {
  position: relative;
}
#page-form .form-item.with-label label {
  color: #ccc;
  cursor: text;
  display: block;
  font-size: 20px;
  left: 0;
  margin: 0;
  padding-left: 10px;
  position: absolute;
  top: 4px;
}
#page-form .form-item.has-error .form-text {
  border: 1px solid #a94442 !important;
}
#page-form label {
  display: none;
}
#page-form .form-text {
  border: 0 solid transparent;
  font-size: 20px;
  height: auto;
  line-height: normal;
  padding: 6px 10px;
}
#page-form .form-text::-moz-placeholder {
  color: #ccc;
  font-style: normal;
}
#page-form .form-text:-ms-input-placeholder {
  color: #ccc;
  font-style: normal;
}
#page-form .form-text::-webkit-input-placeholder {
  color: #ccc;
  font-style: normal;
}
#page-form .form-options {
  margin: 15px 0 0;
  *zoom: 1;
}
#page-form .form-options:before,
#page-form .form-options:after {
  content: " ";
  display: table;
}
#page-form .form-options:after {
  clear: both;
}
#page-form .form-options:before,
#page-form .form-options:after {
  display: table;
  content: "";
  line-height: 0;
}
#page-form .form-options:after {
  clear: both;
}
#page-form .form-options label {
  display: block;
}
#page-form .keep-login {
  float: left;
}
#page-form .keep-login input {
  left: -9999px;
  position: absolute;
}
#page-form .keep-login label {
  font-size: 14px;
  line-height: 1.3;
  padding: 0 0 0 30px;
  position: relative;
}
#page-form .keep-login label:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '\f096';
  display: block;
  font-family: 'FontAwesome';
  font-size: 15px;
  left: 2px;
  line-height: 1;
  padding: 3px 0 0 4px;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
}
#page-form .keep-login label .small {
  display: block;
  font-size: 11px;
}
#page-form .keep-login input:checked + label:before {
  content: '\f00c';
  font-size: 19px;
  padding: 0;
}
#page-form .keep-login input:focus + label:before {
  background: #fff;
  border-radius: 3px;
  color: #333333;
}
#page-form .form-action {
  margin: 15px 0 0;
  text-align: right;
}
#page-form .form-action #page-form-submit {
  width: 100%;
}
#page-form .error-message.hidden {
  display: none;
}
/* ===================================================================
   Popovers
   ================================================================== */
.download-modal-popover {
  background: #fff;
  border-radius: 6px;
  max-width: 475px;
  min-width: 400px;
  padding: 0;
}
.download-modal-popover select {
  height: auto;
  padding: 3px 8px;
}
.download-modal-popover.top > .arrow:after {
  border-top-color: #eeeeee;
}
.download-modal-popover .popover-title {
  background: #fbfcfc;
  border-bottom-color: #1d88ca;
  -webkit-border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 6px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top-left-radius: 6px;
  color: #1d88ca;
  padding-bottom: 8px;
  padding-top: 8px;
}
.download-modal-popover .popover-title .title {
  margin: 0;
}
.download-modal-popover .popover-title .title .icon {
  margin-right: px;
}
.download-modal-popover .popover-content {
  padding: 20px;
}
.download-modal-popover .popover-footer {
  background: #eeeeee;
  border-top: 1px solid #eeeeee;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 6px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-left-radius: 6px;
  padding: 10px 20px 15px;
  *zoom: 1;
}
.download-modal-popover .popover-footer:before,
.download-modal-popover .popover-footer:after {
  content: " ";
  display: table;
}
.download-modal-popover .popover-footer:after {
  clear: both;
}
.download-modal-popover .popover-footer:before,
.download-modal-popover .popover-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.download-modal-popover .popover-footer:after {
  clear: both;
}
.download-list-wrap {
  margin: -20px;
  max-height: 465px;
  max-width: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.download-list {
  padding: 8px;
}
.download-elem {
  border-bottom: 1px solid #bdbec0;
  margin: 0 0 8px;
  padding: 0 8px 8px 35px;
  position: relative;
  *zoom: 1;
}
.download-elem:before,
.download-elem:after {
  content: " ";
  display: table;
}
.download-elem:after {
  clear: both;
}
.download-elem:before,
.download-elem:after {
  display: table;
  content: "";
  line-height: 0;
}
.download-elem:after {
  clear: both;
}
.download-elem:last-child {
  border-bottom: 0 solid;
  margin-bottom: 0;
  padding-bottom: 0;
}
.download-elem .image {
  float: left;
  width: 140px;
}
.download-elem img {
  background: #6d6e71;
  border-radius: 4px;
  padding: 2px;
  vertical-align: top;
  width: 100px;
  height: 100px;
}
.download-elem .description {
  margin: 0 0 0 140px;
}
.download-elem .description-in {
  float: left;
  padding: 15px 0 0;
  width: 100%;
}
.download-elem .title {
  font-size: 14px;
  margin: 0 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-elem .remove-holder {
  left: 4px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.download-elem .icon-remove {
  color: #6d6e71;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.download-elem .icon-remove:hover {
  color: #cc3133;
}
.download-form-selection.form-horizontal .control-label {
  padding-top: 3px;
  text-align: left;
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotate-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rotate-180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.rotate-270 {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
#thumbnailWrapperSimple {
  min-height: 50px;
}
.keyword-label {
  background: #049cdb;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-left-radius: 3px;
  display: inline-block;
  position: relative;
  height: 20px;
  line-height: 19px;
  margin: 0 15px 5px 0;
  padding: 0 10px 0 5px;
  text-decoration: none !important;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  color: #fff;
  margin-bottom: 10px;
}
.keyword-label:before {
  border-left: 10px solid #049cdb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: '';
  position: absolute;
  right: -10px;
  width: 0px;
  height: 0px;
  height: 0;
  width: 0;
  top: 0;
  z-index: 5;
}
.keyword-label:after {
  background: #fff;
  border-radius: 2px;
  content: '';
  margin-top: -2px;
  height: 4px;
  width: 4px;
  position: absolute;
  right: -2px;
  top: 50%;
  z-index: 6;
}
.keyword-label:hover {
  text-decoration: none !important;
  color: #fff;
}
.keyword-label-title {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.keyword-label-title .link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.keyword-label .icon-remove {
  color: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
.keyword-label--inContainer {
  margin-bottom: 0;
  margin-top: 5px;
}
/* ===================================================================
   Media sets list (Archives/albums lists)
   ================================================================== */
.media-sets-wrap {
  position: relative;
}
.media-sets-wrap .header-wrapper {
  display: block;
  float: left;
  padding-top: 10px;
  width: 100%;
}
.media-sets-wrap .header-wrapper h1 {
  float: left;
}
.media-sets-wrap .header-wrapper .media-set-action-panel {
  float: right;
}
.media-sets-wrap .loader {
  margin-top: 0;
}
.media-sets {
  background: #fff;
  font-size: 0;
  letter-spacing: 0;
  list-style: none none;
  margin: -10px -10px 0;
  padding: 0;
}
.media-set-elem {
  background: #999;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  list-style: none none;
  margin: 10px;
  padding: 0;
  position: relative;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.media-set-elem .set-cover-actions {
  display: none;
}
@media only screen and (max-device-width: 1024px) {
  .media-set-elem .set-cover-actions {
    display: block;
    height: auto;
  }
  .media-set-elem .set-cover-actions.set-cover-actions-hide {
    display: none !important;
  }
  .media-set-elem .set-cover-actions .action {
    height: auto;
    padding-top: 2px;
  }
  .media-set-elem .set-cover-actions .set-cover {
    font-size: 42px;
  }
}
.media-set-elem:hover .set-cover-actions {
  display: block;
}
.media-set-elem:hover .set-cover-actions-hide {
  display: none !important;
}
.media-set-elem .icon-cover {
  color: #fff;
  font-size: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.media-set-elem .icon-cover-custom:before {
  content: attr(data-icon) !important;
}
.media-set-elem-pinned .icon-mark {
  color: #f06800;
}
.media-set-elem-in {
  background-size: 300px 169px;
  border-radius: 5px;
  display: block;
  position: relative;
  height: 169px;
  width: 300px;
  z-index: 10;
}
.media-set-elem-in .title {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 5px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-left-radius: 5px;
  bottom: 0;
  color: #fff;
  cursor: default;
  font-size: 21px;
  left: 0;
  overflow: hidden;
  padding: 5px 10px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.media-set-elem-in .icon-mark {
  cursor: pointer;
  display: none;
  font-size: 24px;
  margin: -8px 5px -5px -5px;
  padding: 5px;
  vertical-align: middle;
}
.logged-in .media-set-elem-in .icon-mark {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.media-set-action-panel .section {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.media-set-action-panel .section:first-child {
  margin-left: 0;
}
.media-set-action-panel .label {
  color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.media-set-action-panel .buttons > .btn {
  font-size: 16px;
  height: 40px;
}
.media-set-action-panel .buttons > .btn .icon {
  font-size: 1.5em;
  margin-left: 15px;
  vertical-align: middle;
}
.media-set-action-panel .filters {
  background-color: #efefef;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGVkZWRlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #fff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #fff, #dedede);
  background-image: -o-linear-gradient(top, #fff, #dedede);
  background-image: linear-gradient(to bottom, #fff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0);
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  height: 40px;
  padding-top: 3px;
}
.media-set-action-panel .filter {
  color: #676767;
  cursor: pointer;
  font-size: 21px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.media-set-action-panel .filter-checked {
  color: #428bca;
}
.media-set-action-panel .filter-clear {
  font-size: 18px;
  margin-left: 5px;
  margin-top: 2px;
}
.media-set-action-panel .filter-clear.filter-checked {
  color: #676767;
}
.media-set-action-panel .filter-clear:hover {
  color: red;
}
/* =============================================
   Popovers views
   ============================================ */
#js-album-create-modal-popover .create-form {
  min-width: 250px;
}
#js-album-create-modal-popover .form-group {
  margin-bottom: 0;
  position: relative;
  *zoom: 1;
}
#js-album-create-modal-popover .form-group:before,
#js-album-create-modal-popover .form-group:after {
  content: " ";
  display: table;
}
#js-album-create-modal-popover .form-group:after {
  clear: both;
}
#js-album-create-modal-popover .form-group:before,
#js-album-create-modal-popover .form-group:after {
  display: table;
  content: "";
  line-height: 0;
}
#js-album-create-modal-popover .form-group:after {
  clear: both;
}
#js-album-create-modal-popover .form-control {
  float: left;
  height: 30px;
  margin-right: -30px;
  padding-right: 40px;
  padding-bottom: 2px;
  padding-top: 2px;
}
#js-album-create-modal-popover .spinner-icon {
  float: left;
  height: 30px;
  width: 20px;
  margin-left: -20px;
  font-size: 18px;
  padding: 2px 0 0 0;
}
#js-album-create-modal-popover .btn-add {
  color: #428bca;
  float: left;
  font-size: 18px;
  padding: 0;
  height: 30px;
  width: 20px;
}
#js-album-create-modal-popover .btn-add,
#js-album-create-modal-popover .btn-add:focus,
#js-album-create-modal-popover .btn-add:active,
#js-album-create-modal-popover .btn-add:hover {
  background: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#js-album-create-modal-popover .btn-add .icon {
  color: #428bca;
}
#js-album-create-modal-popover .form-control {
  float: left;
  height: 30px;
  margin-right: -30px;
  padding-right: 40px;
  padding-bottom: 2px;
  padding-top: 2px;
}
#js-album-create-modal-popover .spinner-icon {
  float: left;
  height: 30px;
  width: 20px;
  margin-left: -20px;
  font-size: 18px;
  padding: 2px 0 0 0;
}
#js-album-create-modal-popover .btn-add {
  color: #428bca;
  float: left;
  font-size: 18px;
  padding: 0;
  height: 30px;
  width: 20px;
}
#js-album-create-modal-popover .btn-add,
#js-album-create-modal-popover .btn-add:focus,
#js-album-create-modal-popover .btn-add:active,
#js-album-create-modal-popover .btn-add:hover {
  background: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#js-album-create-modal-popover .btn-add .icon {
  color: #428bca;
}
.album-add-assets-modal-popover {
  max-width: 600px;
  min-width: 350px;
}
.album-add-assets-modal-popover .popover-content {
  width: 600px;
}
.album-add-assets-modal-popover .albums-list {
  max-height: 300px;
  overflow-y: auto;
}
.albums-list {
  margin-top: 12px;
}
.albums-list .album-row {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  color: #818185;
  height: 76px;
  margin: 4px 0 0;
  padding: 12px 20px 12px 40px;
  position: relative;
  cursor: pointer;
}
.albums-list .album-row:first-child {
  margin-top: 0;
}
.albums-list .album-row.active {
  background: #3f89c8;
  color: #fff;
}
.albums-list .icon-mark {
  cursor: pointer;
  font-size: 18px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.albums-list .cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  float: left;
  margin: 0;
  height: 50px;
  width: 50px;
}
.albums-list .info {
  margin: 0 0 0 60px;
  max-height: 50px;
  overflow: hidden;
}
.albums-list .title {
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.albums-list .description {
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
.upload-modal-popover .popover-content {
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: 450px;
  width: 550px;
}
.upload-modal-popover .upload-widget {
  display: block;
  height: 100%;
  width: 100%;
}
.upload-modal-popover .popover-footer {
  display: none;
}
/* =============================================
   Album detail page
   ============================================ */
.set-cover {
  position: relative;
}
.set-cover > img {
  border-radius: 4px;
  vertical-align: top;
}
.set-cover-actions {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  height: 23px;
  left: 5px;
  padding: 0 5px;
  position: absolute;
  top: 5px;
  z-index: 20;
}
.set-cover-actions .action {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 23px;
  line-height: 23px;
  margin: 0 0 0 2px;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.set-cover-actions .action:first-child {
  margin-left: 0;
}
.album-share-panel {
  display: none;
}
.album-share-panel > .elem {
  color: #08C;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.album-share-panel > .elem:hover {
  color: #005580;
}
.album-share-panel > .elem-loading {
  background: red;
}
.album-share-panel > .elem-icon {
  margin: 0 0 0 3px;
  vertical-align: middle;
}
.album-page #sidebar {
  border-right: 1px solid #ccc;
  margin-top: 0;
  padding: 0 9px 0 10px;
}
.album-page #sidebar .comment-tool {
  margin: 15px 0 0;
}
.album-page #sidebar .comment-tool .nav-header {
  padding-left: 0;
}
.album-page #album-sidebar-info {
  margin-bottom: 15px;
}
.album-page .sidebar .metalabel {
  width: 70px;
}
.album-page .sidebar .status {
  border-radius: 3px;
  display: inline-block;
  font-size: 0;
  height: 14px;
  width: 50px;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.album-page .sidebar .status.status-none {
  background-color: #fff;
  border: none;
}
.album-page .sidebar .status.status-0 {
  background-color: #fff;
  border: none;
}
.album-page .sidebar .status.status-1 {
  background-color: #b200B2;
  border: none;
}
.album-page .sidebar .status.status-2 {
  background: #FF0000;
  border: none;
}
.album-page .sidebar .status.status-3 {
  background: #FF7F00;
  border: none;
}
.album-page .sidebar .status.status-4 {
  background: #FFFF00;
  border: none;
}
.album-page .sidebar .status.status-5 {
  background: #00FF00;
  border: none;
}
.album-page .sidebar .status.status-6 {
  background: #00FFFF;
  border: none;
}
.album-page .sidebar .status.status-7 {
  background: #0000FF;
  border: none;
}
.album-page .sidebar .status.status-8 {
  background: #000066;
  border: none;
}
.album-page-cover {
  margin: 0 0 5px;
}
.album-page-cover-image {
  background: #005964;
  border-radius: 4px;
  height: 112px;
  width: 200px;
}
.album-page-cover-image .albumCoverText {
  position: absolute;
  top: 37%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  pointer-events: none;
}
.album-page-cover .set-cover-actions {
  display: none;
}
.album-page-cover:hover .set-cover-actions {
  display: block;
}
.album-page .metadatarow {
  margin: 0 0 4px;
}
.album-page .metadatarow .keyword-label {
  margin-bottom: 4px;
}
.album-page .state-elem {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: top;
}
.album-page .state-elem[data-active="true"] {
  color: #428bca;
}
.album-page .state-elem[data-active="true"][data-state="delete"] {
  color: red;
}
.album-page .state-elem .icon-state {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
}
.album-page .state-elem .btn-confirm {
  display: none;
  height: 22px;
  vertical-align: top;
}
.album-page .state-elem[data-confirm="true"] .icon-state {
  display: none;
}
.album-page .state-elem[data-confirm="true"] .btn-confirm {
  display: inline-block;
}
.album-page-header {
  border-bottom: 2px solid #ccc;
  margin: 0 10px 10px;
  padding: 0 0 3px;
  position: relative;
}
.album-page-header div.form-control {
  height: auto;
  min-height: 34px;
}
.album-page-header-title {
  margin: 0 0 2px;
}
.album-page-header .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.album-page-header .action-btn {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.album-page-header .action-btn:first-child {
  margin-left: 0;
}
.album-page-header .action-btn .title {
  margin-right: 15px;
}
.album-page .assets-list {
  position: relative;
}
.album-page .assets-list:before {
  background: #ccc;
  content: '';
  display: block;
  left: -1px;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
}
.album-grid-action-panel .actions-navigate {
  text-align: right;
}
.album-grid-action-panel .actions-relocation {
  margin: 0 0 5px;
  padding-left: 10px;
  white-space: nowrap;
}
.album-grid-action-panel .actions-more {
  text-align: right;
  width: auto;
}
.album-grid-action-panel .js-actions-more {
  float: right;
  text-align: left;
}
.album-share-panel .album-share-modal-popover,
.album-share-panel .album-get-link-modal-popover {
  left: auto !important;
  right: -10px;
}
.album-share-panel .album-get-link-modal-popover {
  left: auto !important;
  right: 80px;
}
.album-share-panel .add-on {
  color: #54aadf;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.album-share-panel .add-on .icon {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.album-share-modal-popover,
.album-get-link-modal-popover {
  min-width: 450px;
  max-width: 600px;
  width: 560px;
  z-index: 1010;
}
.album-share-modal-popover > .arrow,
.album-get-link-modal-popover > .arrow {
  left: auto !important;
  right: 35px;
}
.album-share-modal-popover .popover-content,
.album-get-link-modal-popover .popover-content {
  max-height: 650px;
  overflow-y: auto;
}
.album-share-modal-popover .popover-footer,
.album-get-link-modal-popover .popover-footer {
  text-align: right;
}
.album-share-modal-popover .share-widget-iframe,
.album-get-link-modal-popover .share-widget-iframe {
  border: 0;
  display: block;
  visibility: hidden;
  width: 100%;
}
.share-widget-iframe-content {
  padding: 0;
}
.share-form .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.share-form .col-sm-2 {
  width: 16.6667%;
}
.share-form .col-sm-10 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.share-form .control-label {
  padding-left: 0;
}
.share-form .control-content {
  padding-right: 0;
}
.share-form .form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
}
.share-form .chain-form {
  display: none;
}
.share-form .form-section {
  margin: 10px 0 0;
}
.share-form .form-section:first-child {
  margin-top: 0;
}
.share-form .form-section-title {
  color: #54aadf;
  margin: 0 0 8px;
}
.share-form .form-section-title-underline {
  border-bottom: 1px solid #54aadf;
}
.share-form .form-section-title .checkbox {
  margin: 0;
}
.share-form .form-section-title label {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.share-form .form-inline {
  margin-left: 0;
  margin-right: 0;
}
.share-form .form-group {
  margin: 0 0 5px;
}
.share-form .control-label {
  text-align: right;
  padding-top: 5px;
}
.share-form .form-control {
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}
.share-form .input-append .add-on i {
  display: inline;
}
.share-form textarea {
  resize: none;
}
.share-form .input-date {
  width: 160px;
}
.share-form .input-time {
  text-align: center;
  width: 100px;
}
.share-form .input-datepicker,
.share-form .input-timepicker {
  display: inline-block;
  vertical-align: top;
}
.share-form .input-timepicker {
  width: auto;
}
.share-form .bootstrap-timepicker-widget.dropdown-menu {
  left: 0;
  right: auto;
}
.share-form .bootstrap-timepicker-widget.dropdown-menu:before {
  left: 6px;
  top: -7px;
}
.share-form .bootstrap-timepicker-widget.dropdown-menu:after {
  left: 7px;
  top: -6px;
}
.share-form .add-on {
  color: #54aadf;
  display: inline-block;
  vertical-align: middle;
}
.share-form .add-on .icon {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.share-form .spinner-holder {
  display: none;
}
.share-form .spinner-holder-show {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.share-form-unit {
  display: none;
  margin: 0;
  padding: 0 15px;
}
.share-form-unit .form-actions {
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
  padding: 10px 15px;
  margin: 0 -15px;
  text-align: right;
}
.user-search-control {
  height: auto;
  padding: 6px 6px 1px;
  position: relative;
  z-index: 20;
}
.user-to-share {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}
.user-to-share .user-elem {
  background: #a4a5a8;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0 5px 5px 0;
  padding: 2px 20px 2px 3px;
  position: relative;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.user-to-share .user-elem-no-manage .dropdown {
  display: none;
}
.user-to-share .user-elem .dropdown {
  margin: 0 0 0 4px;
  position: static;
}
.user-to-share .user-elem .user-perm-toggle {
  padding: 0 3px;
}
.user-to-share .user-elem .caret {
  border-top-color: #fff;
  margin-left: 0;
  vertical-align: middle;
}
.user-to-share .user-elem .dropdown-menu {
  color: #666;
  left: 0;
  padding-bottom: 1px;
  padding-top: 1px;
  right: auto;
}
.user-to-share .user-elem .checkbox {
  margin: 5px 0 0;
  padding-left: 0;
}
.user-to-share .user-elem .checkbox:first-child {
  margin-top: 3px;
}
.user-to-share .user-elem .checkbox label {
  padding-right: 0;
  position: relative;
}
.user-to-share .user-elem .checkbox label:hover {
  background: transparent;
}
.user-to-share .user-elem .checkbox .user-perm {
  left: 0;
  position: absolute;
  top: 7px;
}
.user-to-share .user-elem.open .dropdown-menu {
  display: block !important;
}
.user-to-share .user-type-user {
  background-color: #3e8ac9;
}
.user-to-share .user-type-group {
  background-color: #27618e;
}
.user-to-share .user-type-email {
  background-color: #a4a5a8;
}
.user-to-share .user-type-everyone {
  background-color: #27618e;
}
.user-to-share .user-name {
  display: inline-block;
  max-width: 400px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-to-share .icon-user-type {
  margin-right: 5px;
}
.user-to-share .icon-remove {
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user-list-wrap {
  margin-left: -6px;
  margin-right: -6px;
  position: relative;
}
.user-list-wrap .user-list {
  left: 0;
  max-height: 125px;
  overflow-y: auto;
  padding: 5px 0;
  right: auto;
}
.user-list-wrap .user-elem {
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 3px 15px 3px 5px;
  position: relative;
}
.user-list-wrap .user-elem:hover {
  background: #f5f5f5;
}
.user-list-wrap .user-elem-active {
  background: #f5f5f5;
}
.user-list-wrap .user-name {
  max-width: 90%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-list-wrap .icon-user-type {
  margin-right: 5px;
}
.user-list-wrap .icon-remove {
  display: none;
}
.user-list-wrap .dropdown {
  display: none;
}
.user-search-wrap {
  display: inline-block;
  margin: 0 0 5px;
  min-height: 24px;
  padding: 2px 0;
  vertical-align: top;
  white-space: nowrap;
}
.user-search {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  min-width: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  word-break: break-all;
}
.user-search:focus,
.user-search:active {
  outline: none;
}
.user-search::-moz-placeholder {
  color: #aaa;
  font-style: normal;
}
.user-search:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
}
.user-search::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
}
.user-add-info {
  white-space: nowrap;
}
.user-type-user .icon-user-type:before {
  content: '\f007';
}
.user-type-group .icon-user-type:before {
  content: '\f0c0';
}
.user-type-email .icon-user-type:before {
  content: '\f0e0';
}
.user-type-everyone .icon-user-type:before {
  content: '\f0c0';
}
#album-share-on-main {
  min-height: 290px;
}
#album-share-on-main .checkbox {
  padding-top: 0;
}
.album-get-link-modal-popover {
  width: 510px;
}
.album-get-link-modal-popover > .arrow:after {
  border-bottom-color: #fff !important;
}
#get-link-copy-to-clipboard {
  cursor: pointer;
}
.get-link-form {
  display: table;
  width: 100%;
}
.get-link-form-row {
  display: table-row;
}
.get-link-form-col {
  display: table-cell;
  padding-bottom: 4px;
  vertical-align: middle;
}
.get-link-form-col-left {
  width: 35px;
}
.get-link-form-col-right {
  padding-left: 5px;
  width: 26px;
}
.get-link-form-label {
  display: inline;
  margin: 0;
}
.get-link-form-link {
  font-size: 14px;
}
.get-link-form .icon-lists {
  color: #54aadf;
  font-size: 18px;
  vertical-align: middle;
}
.get-link-form .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.get-link-form-remove-link {
  text-decoration: underline;
}
.no-flash .get-link-form .get-link-form-col-right {
  display: none;
}
/* =============================================
   Interactive actions forms
   ============================================ */
.interactive-action-form {
  max-height: 500px;
  min-height: 100px;
  min-width: 400px;
  overflow-y: auto;
  z-index: 1;
}
.modal .interactive-action-form {
  min-height: 150px;
}
.selection-panel .interactive-action-form {
  font-size: 14px;
}
.interactive-action-form .action-form-description {
  border-bottom: 1px solid #cccecf;
  margin-bottom: 10px;
  padding: 0 0px 10px;
}
.interactive-action-form .fields-common + .assets-list {
  border-top: 1px solid #cccecf;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.interactive-action-form .assets-list-elem {
  margin: 0;
  padding-left: 35px;
  position: relative;
  *zoom: 1;
}
.interactive-action-form .assets-list-elem:before,
.interactive-action-form .assets-list-elem:after {
  content: " ";
  display: table;
}
.interactive-action-form .assets-list-elem:after {
  clear: both;
}
.interactive-action-form .assets-list-elem:before,
.interactive-action-form .assets-list-elem:after {
  display: table;
  content: "";
  line-height: 0;
}
.interactive-action-form .assets-list-elem:after {
  clear: both;
}
.interactive-action-form .assets-list-elem + .assets-list-elem {
  border-top: 1px solid #cccecf;
  margin-top: 10px;
  padding-top: 10px;
}
.interactive-action-form .assets-list .asset-preview {
  float: left;
  width: 100px;
}
.interactive-action-form .assets-list .asset-preview img {
  border: 2px solid #6d6e70;
  border-radius: 2px;
  vertical-align: top;
}
.interactive-action-form .assets-list .asset-form {
  margin-left: 110px;
}
.interactive-action-form .assets-list .remove-asset {
  color: #6d6e70;
  cursor: pointer;
  display: block;
  font-size: 24px;
  left: 15px;
  position: absolute;
  top: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.interactive-action-form .assets-list .remove-asset:hover {
  color: #cb3132;
}
.interactive-action-form .assets-list-multiply .form-elem-wrap {
  padding-right: 28px;
  position: relative;
}
.interactive-action-form .assets-list-multiply .copy {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 18px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.interactive-action-form .assets-list-multiply .copy:before {
  content: '\f0c5';
}
.interactive-action-form .form-group {
  margin: 0 0 5px;
}
.interactive-action-form .copy {
  display: none;
}
.interactive-action-form label {
  color: #999;
  font-size: 14px;
  margin: 0 0 2px;
}
.interactive-action-form .form-control {
  height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.interactive-action-form div.form-control {
  height: auto;
}
.interactive-action-form textarea.form-control {
  height: 70px;
}
.interactive-action-form [required] {
  background-color: #fcf8e2;
}
.interactive-action-form [required].not-empty {
  background-color: #fff;
}
.interactive-action-form .metadata-item-editor.is-keywords .metadata-item-editor-input-box {
  padding-bottom: 4px;
}
.interactive-action-form .metadata-item-editor.is-keywords .keyword-label {
  margin-top: 4px;
}
.interactive-action-form .popover-top .popover {
  bottom: 100%;
  margin-bottom: 5px;
  margin-top: 0;
  top: auto;
}
.interactive-popover {
  max-width: 550px;
}
.interactive-popover .popover-title {
  padding-right: 40px;
  position: relative;
}
.interactive-popover .popover-content {
  padding-bottom: 15px;
}
.interactive-popover .close {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.selection-panel .action-btn {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selection-panel .action-btn-valid {
  background: #1b7caf !important;
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  box-shadow: 0 0 20px 4px rgba(0, 105, 214, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alerts-header-button .popover-content {
  max-height: 600px !important;
  padding: 0 18px;
  padding-bottom: 18px;
}
.alerts-header-button .popover-content.alerts-suitable-height {
  overflow: visible;
}
.alerts-collection {
  line-height: normal;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 600px;
  display: table;
  table-layout: fixed;
}
.alerts-collection .dropdown-menu {
  padding: 5px 0;
}
.alerts-collection .alert {
  margin: 0;
}
.alerts-item {
  display: table-row;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.alerts-item:not(:last-child) .alerts-item-child {
  border-bottom: 1px solid #ddd;
  height: 45px;
}
.alerts-item-child {
  display: table-cell;
  height: 45px;
  padding: 5px;
  vertical-align: middle;
}
.alerts-item .bootstrap-select,
.alerts-item .search-string-input {
  width: 100% !important;
}
.alerts-item .collection-box {
  width: 100px;
}
.alerts-item .collection-box > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  margin: 0;
}
.alerts-item .interval-box,
.alerts-item .collection-box {
  width: 160px;
}
.alerts-item .search-string-box {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.alerts-item .controls {
  text-align: right;
  width: 100px;
}
.alerts-item .controls button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.alerts-item .controls .change-btn,
.alerts-item .controls .destroy-btn {
  visibility: hidden;
}
.alerts-item .controls .save-btn {
  margin-right: 10px;
}
.alerts-item .controls .save-btn a,
.alerts-item .controls .cancel-btn a {
  text-decoration: underline;
}
.alerts-item .controls .save-btn a:hover,
.alerts-item .controls .cancel-btn a:hover {
  text-decoration: none;
}
.alerts-item:hover .controls .change-btn,
.alerts-item:hover .controls .destroy-btn {
  visibility: visible;
}
.alerts-modal-popover .popover-footer {
  display: none;
}
.alerts-item-child .dropdown-menu {
  max-width: 490px;
}
.alerts-item-child .dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.alerts-item-child .dropdown-menu .text {
  display: inline !important;
}
.text-overflow-ellipsis {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-popover {
  max-width: 1000px;
}
/* =============================================
   Preview pages: video
   ============================================ */
.preview-player-holder {
  visibility: hidden;
  z-index: 10;
}
.preview-player-holder .jp-video {
  border: 0;
}
.preview-player-holder .preview-player {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.preview-player-holder .jp-title {
  display: none;
}
.preview-player-holder .timestamps {
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
}
.preview-player-holder .timestamp {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  margin: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  height: 115px;
  width: 202px;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.preview-player-holder .timestamp:before {
  background: #ccc;
  color: #fff;
  content: attr(data-timestamp);
  font-size: 14px;
  letter-spacing: normal;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.preview-player-holder .timestamp img {
  margin: auto;
  display: block;
  width: 200px;
}
.preview-audio {
  height: 100%;
  position: relative;
  width: 100%;
}
.preview-video {
  height: 100%;
  position: relative;
  width: 100%;
}
.preview-video .jp-state-full-screen .jp-type-single {
  height: 100%;
}
.preview-video-incomplete {
  width: 100%;
}
.preview-video-incomplete img {
  width: 100%;
}
.processingText {
  margin: 0;
}
/* =============================================
   Preview pages: audio
   ============================================ */
#preview-player.preview-player-audio {
  margin: 0 auto;
}
.preview-audio-placeholder {
  background: #f1f1f1;
  background: -moz-radial-gradient(center, ellipse cover, #f1f1f1 80%, #b1b1b1 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(80%, #f1f1f1), color-stop(100%, #b1b1b1));
  background: -webkit-radial-gradient(center, ellipse cover, #f1f1f1 80%, #b1b1b1 100%);
  background: -o-radial-gradient(center, ellipse cover, #f1f1f1 80%, #b1b1b1 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f1f1f1 80%, #b1b1b1 100%);
  background: radial-gradient(ellipse at center, #f1f1f1 80%, #b1b1b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#b1b1b1', GradientType=1);
  position: relative;
  width: 100%;
}
.preview-audio-placeholder:before {
  content: '';
  display: block;
  padding-top: 50%;
}
.preview-audio-placeholder .icon {
  color: #666;
  font-size: 180px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1800px) {
  .preview-audio-placeholder .icon {
    font-size: 300px;
  }
}
@media (min-width: 1150px) and (max-width: 1809px) {
  .preview-audio-placeholder .icon {
    font-size: 250px;
  }
}
.modal-body .loader {
  min-height: 100px;
}
/* =============================================
   Selection widget
   ============================================ */
.selection-widget-modal .modal-dialog {
  width: 650px;
}
.selection-widget-modal .selection-widget {
  min-height: 500px;
  width: 100%;
}
.imageContainer {
  text-align: center;
  position: relative;
}
.imageContainer_paginator {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.imageContainer:hover .imageContainer_paginator {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page-list {
  margin-left: -10px;
}
#previewInformationTabContent {
  overflow: visible;
}
.advanced-search-popover {
  /* fix for popup's spontaneously scrolling on mobile devices */
}
.advanced-search-popover.advanced-search-popover-mobile {
  max-height: 605px !important;
}
.advanced-search-popover.advanced-search-popover-mobile .popover-content {
  max-height: 500px !important;
}
@media only screen and (max-width: 929px) {
  .advanced-search-popover > .arrow {
    right: 168px !important;
  }
}
.advanced-search-popover .popover-content {
  overflow-x: hidden;
  overflow-y: auto;
}
.no-bg-image {
  background-image: none !important;
}
.preview-fotoviewer {
  position: relative;
}
.preview-fotoviewer.min-height {
  min-height: 400px;
}
.preview-fotoviewer .preview-zoom-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: none;
  left: 50%;
  position: absolute;
  height: 60px;
  width: 80px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.preview-fotoviewer .preview-zoom-overlay.touch {
  display: block;
}
.preview-fotoviewer .preview-zoom-overlay .fa {
  padding-top: 15px;
  color: #ffffff;
  font-size: 30px;
  vertical-align: middle;
}
.preview-fotoviewer:hover .preview-zoom-overlay {
  display: block;
}
.preview-fotoviewer .preview-init-image {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.workflow-action-btn {
  cursor: pointer;
}
.workflow-action-btn .icon:before {
  content: attr(data-content);
}
/* =============================================
   Pins page
   ============================================ */
#thumbnailWrapper.pin-list {
  padding: 0;
  width: 100%;
}
#thumbnailWrapper.pin-list .content-title {
  padding: 0 10px;
}
/* =============================================
   Batch metadata editor
   ============================================ */
.metadataEditor .metafield .metadata-item-editor {
  border-color: #ccc;
}
.metadataEditor .metafield .checkbox {
  width: 4%;
  display: inline-block;
  margin-top: 0px;
}
.metadataEditor .metafield .field {
  width: 95%;
  display: inline-block;
}
.batch-metadata-editor .modal-body {
  overflow-y: auto;
  max-height: 500px;
}
.metadataEditor {
  margin-top: 0px;
  margin-right: 10px;
  color: #666666;
}
.metadataEditorContent {
  border: 1px solid #CCCCCC;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 14px 9px 14px;
  margin-bottom: 10px;
}
.metadataEditorHeader {
  background-color: #F7F7F9;
  padding: 9px 0 9px 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 1px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.metadataEditorHeader > .clear-all-btn {
  float: right;
  margin-right: 20px;
  cursor: pointer;
  text-decoration: underline;
}
.metadataEditor .metadataEditorHeader > span {
  font-size: 16px;
}
.metadataEditor .metadataEditorContent {
  padding-top: 6px;
}
.metadataEditor label {
  display: block;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.metadataEditor .metadata-item-editor-input:empty:before {
  content: attr(placeholder);
  color: #aaa;
  word-break: normal;
}
.metadataEditor .metadata-item-editor-input:empty:after {
  display: none;
}
.metadataEditor [type="checkbox"] {
  margin-right: 10px;
}
.metadataEditor .metadata-item-editor.is-edit.is-highlight {
  background-color: #fcf8e2;
}
/* =============================================
   Manage invitations modal window
   ============================================ */
.manage-invitations-modal .modal-dialog {
  min-width: 700px;
  width: 80%;
}
.manage-invitations-modal .modal-content {
  width: 100%;
}
.manage-invitations-modal .modal-body-wrap {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  position: relative;
  height: 100%;
  width: 100%;
}
.manage-invitations-modal .modal-body {
  background: transparent;
  border: 0;
  display: block;
  min-height: 500px;
  height: 100%;
  width: 100%;
}
@media all and (orientation: portrait) and (max-width: 800px) {
  .manage-invitations-modal .modal-dialog {
    width: 700px;
  }
  .manage-invitations-modal .modal-body-wrap {
    margin: 20px;
    padding: 0;
    width: 658px;
  }
  .manage-invitations-modal .modal-body {
    width: 659px;
  }
}
.manage-invitations {
  background: #fafafa;
}
.manage-invitations body {
  background: #fafafa;
  padding: 0;
}
.manage-invitations-content .noPendingInvitations {
  display: none;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.manage-invitations-content .create-invitations-table {
  display: none;
  max-width: 100%;
  width: 100%;
}
.manage-invitations-content .create-invitations-table th,
.manage-invitations-content .create-invitations-table td {
  vertical-align: middle !important;
}
.manage-invitations-content .create-invitations-table .btn {
  padding-left: 6px;
  padding-right: 8px;
}
.manage-invitations-content .create-invitations-table .icon-type {
  color: #999;
}
.manage-invitations-content .create-invitations-table .icon-bg {
  color: #ddd;
}
.manage-invitations-content .create-invitations-table .icon-link .icon-type:before {
  content: '\f0c1';
}
.manage-invitations-content .create-invitations-table .icon-organization .icon-type:before {
  content: '\f0c0';
}
.manage-invitations-content .create-invitations-table .type {
  text-transform: capitalize;
}
.manage-invitations-content .create-invitations-table .redeemed-by:hover,
.manage-invitations-content .create-invitations-table .redeemed-by:focus,
.manage-invitations-content .create-invitations-table .redeemed-by:active {
  background: #fff;
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.manage-invitations-content .column-title {
  background: #f7f7f7;
  border-width: 1px 0;
  font-weight: normal;
}
.manage-invitations-content .column-title.actions {
  text-align: right;
}
.manage-invitations-content .icon-field {
  width: 45px;
}
.manage-invitations-content .type-field {
  width: 140px;
}
.manage-invitations-content .issued-field {
  max-width: 200px;
  min-width: 100px;
  width: 10%;
}
.manage-invitations-content .issued-to {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manage-invitations-content .link-field {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manage-invitations-content .link-to-copy {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manage-invitations-content .created-field {
  white-space: nowrap;
  width: 180px;
}
.manage-invitations-content .redeemed-field {
  width: 150px;
}
.manage-invitations-content .actions-field {
  min-width: 85px;
  text-align: right;
  width: 7%;
}
.manage-invitations-content .revoke-button:disabled .icon {
  display: none;
}
.manage-invitations-content .paging-wrapper {
  display: none;
}
.logged-out-form .form-item {
  margin-top: 50px;
}
.logged-out-form .logged-out-text {
  text-align: center;
}
/*
  Screens
*/
ul[data-liffect="starwars"] li {
  opacity: 0;
  position: relative;
  -webkit-animation: starwars 600ms ease-out both;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: paused;
  -moz-animation: starwars 600ms ease-out both;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: paused;
  -o-animation: starwars 600ms ease-out both;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: paused;
  animation: starwars 600ms ease-out both;
  transform-origin: 50% 50%;
  animation-play-state: paused;
}
ul[data-liffect="starwars"].play li {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
table.screens-control {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background-image: url('/fotoweb/_static/gfx/common/controls/screens/body_bgnd_2.jpg');
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  border-spacing: 0px !important;
  border: none !important;
  border-collapse: separate !important;
}
table.screens-control.empty {
  background-color: #EDEDED !important;
  background-image: none !important;
  background-repeat: none !important;
}
table.screens-control ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
table.screens-control ul li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
table.screens-control thead {
  margin: 0;
  padding: 0;
}
table.screens-control thead tr {
  margin: 0;
  padding: 0;
}
table.screens-control thead th {
  background-image: url('/fotoweb/_static/gfx/common/controls/screens/header_bgnd.png');
  background-repeat: repeat-x;
  height: 40px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
table.screens-control thead th #screens-control-title {
  font-family: Arial;
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 10px 10px 50px;
  position: absolute;
  top: 0;
  left: 0;
}
table.screens-control thead th #screens-control-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
table.screens-control thead th #screens-control-close-btn {
  border-left: 1px solid #222222;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  cursor: pointer;
}
table.screens-control thead th #screens-control-close-btn #screens-control-close-btn-inside {
  border-left: 1px solid #323232;
  width: 100%;
  height: 100%;
}
table.screens-control thead th #screens-control-close-btn #screens-control-close-btn-inside-cross {
  position: absolute;
  top: 16px;
  left: 18px;
}
table.screens-control tbody.screens-control-body td.screens-control-td {
  text-align: center;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  border-right: 1px solid #323232;
  height: auto !important;
  vertical-align: middle;
}
table.screens-control tbody.screens-control-body td.screens-control-td img {
  width: auto !important;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box {
  font-family: Arial;
  color: #676767;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-title {
  font-size: 28px;
  font-weight: 600;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-image {
  padding: 30px 0;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-image div {
  display: inline-block;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-description {
  font-size: 20px;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-description a {
  text-decoration: none;
  color: #676767;
}
.ken-control {
  text-align: left !important;
  background: none !important;
}
.ken-control .ken-empty {
  display: none;
}
.ken-control .ken-toolbar .center-tools table {
  text-align: left;
}
.ken-control .ken-toolbar .right-tools .logo {
  display: none;
}
/* This CSS document is create by CSS Sprite Maker(A useful extention for Fireworks)
 You can visit http://www.euchoice.com/cssspritemaker/ for more information.
 by FaculaCoda*/
.commentsIcon {
  background-image: url('/fotoweb/_static/gfx/common/controls/screens/comments.png');
  background-repeat: no-repeat;
}
.clearAttachments {
  width: 13px;
  height: 13px;
  background-position: 0 0;
}
.edit {
  width: 12px;
  height: 13px;
  background-position: -13px 0;
}
.add {
  width: 13px;
  height: 13px;
  background-position: -25px 0;
}
.save {
  width: 14px;
  height: 11px;
  background-position: -38px 0;
}
.cancel {
  width: 10px;
  height: 10px;
  background-position: -52px 0;
}
/*
  Slideshow
*/
.ken-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ken-control {
  background-color: #EEEEEE;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.ken-control.rounded {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.ken-control.rounded .ken-text-container {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
.ken-control.rounded canvas {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.ken-control .ken-text-wrapper {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.ken-control .ken-text-wrapper .ken-text-container {
  background-color: #DFDFDF;
  opacity: 0.8;
  padding: 10px 10px 10px 30px;
  font-family: Arial;
  color: #373536;
}
.rounded.ken-control .ken-text-wrapper .ken-text-container {
  color: red;
}
.ken-control .ken-text-wrapper .ken-text-container .title {
  font-weight: bold;
}
.ken-control .ken-text-wrapper .ken-text-container .description {
  font-size: 12px;
}
.ken-control .ken-empty {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
}
.ken-control .ken-empty div {
  margin: -40px auto 0 auto;
}
.ken-control .ken-items {
  position: relative;
  width: 100%;
  height: 100%;
}
.ken-control .ken-items .ken-wrapper {
  position: absolute;
}
.ken-control .ken-toolbar {
  height: 32px;
  position: relative;
  z-index: 3;
  /* images have max z-index == 2 */
  background: #5e5e5e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5e5e5e 0%, #383838 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #383838));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5e5e5e 0%, #383838 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5e5e5e 0%, #383838 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e5e5e 0%, #383838 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5e5e5e 0%, #383838 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#383838', GradientType=0);
  /* IE6-8 */
}
.ken-control .ken-toolbar .left-tools {
  float: left;
}
.ken-control .ken-toolbar .left-tools a {
  float: left;
  margin: 5px;
}
.ken-control .ken-toolbar .left-tools .preset-loading div {
  float: left;
}
.ken-control .ken-toolbar .left-tools .preset-loading .loader {
  margin: 6px 6px 0 6px;
  background: none;
  border: none;
}
.ken-control .ken-toolbar .left-tools .preset-loading .loading-text {
  line-height: 32px;
  color: #CCCCCC;
  font-family: Arial;
  font-size: 14px;
}
.ken-control .ken-toolbar .left-tools .preset-no-media-available div {
  float: left;
}
.ken-control .ken-toolbar .left-tools .preset-no-media-available .no-media-logo {
  margin: 2px 5px 0 1px;
}
.ken-control .ken-toolbar .left-tools .preset-no-media-available .no-media-text {
  line-height: 32px;
  color: #CCCCCC;
  font-family: Arial;
  font-size: 14px;
}
.ken-control .ken-toolbar .center-tools {
  padding-top: 6px;
  margin: 0 100px;
}
.ken-control .ken-toolbar .center-tools table {
  margin: 0 auto;
}
.ken-control .ken-toolbar .center-tools a {
  display: block;
}
.ken-control .ken-toolbar .center-tools a.slideshow.imageActive {
  background-image: none;
}
.ken-control .ken-toolbar .center-tools a.slideshow.imageDot {
  margin: 4px 5px 4px 5px;
}
.ken-control .ken-toolbar .center-tools .td {
  position: relative;
}
.ken-control .ken-toolbar .center-tools .td .ken-progress {
  position: absolute;
  top: -3px;
  left: 3px;
}
.ken-control .ken-toolbar .center-tools.preset-small-paging .spinner {
  width: 20px;
  height: 20px;
  margin: 3px 0 0 0;
}
.ken-control .ken-toolbar .center-tools.preset-small-paging .text {
  padding: 0 0 0 10px;
  color: #EFEFEF;
  font-family: Arial;
  font-size: 14px;
}
.ken-control .ken-toolbar .right-tools {
  float: right;
}
.ken-control .ken-toolbar .right-tools .logo {
  margin: -16px 5px 0 0;
}
/* This CSS document is create by CSS Sprite Maker(A useful extention for Fireworks)
 You can visit http://www.euchoice.com/cssspritemaker/ for more information.
 by FaculaCoda*/
.slideshow {
  background-image: url('/fotoweb/_static/gfx/common/controls/imagePresentationControls/slideshow.png');
  background-repeat: no-repeat;
}
.cones {
  width: 136px;
  height: 114px;
  background-position: 0 0;
}
.poweredBy {
  width: 113px;
  height: 46px;
  background-position: 0 -114px;
}
.cornerIcon {
  width: 45px;
  height: 45px;
  background-position: 0 -160px;
}
.imageActive {
  width: 28px;
  height: 28px;
  background-position: -45px -160px;
}
.navPrev {
  width: 16px;
  height: 22px;
  background-position: -113px -114px;
}
.navNext {
  width: 16px;
  height: 21px;
  background-position: -113px -136px;
}
.navPlay {
  width: 18px;
  height: 20px;
  background-position: -113px -157px;
}
.navPause {
  width: 21px;
  height: 20px;
  background-position: -73px -160px;
}
.imageDot {
  width: 14px;
  height: 14px;
  background-position: -94px -160px;
}
/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropup,
.dropdown211 {
  position: relative;
}
.dropdown-toggle211 {
  *margin-bottom: -3px;
}
.dropdown-toggle211:active,
.open .dropdown-toggle211 {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  /*vertical-align: top;*/
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown211 .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu211 {
  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;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu211.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu211 .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu211 a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu211 li > a:hover,
.dropdown-menu211 li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu211 .active > a,
.dropdown-menu211 .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu211 .disabled > a,
.dropdown-menu211 .disabled > a:hover {
  color: #999999;
}
.dropdown-menu211 .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu211 {
  display: block;
}
.pull-right > .dropdown-menu211 {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu211,
.navbar-fixed-bottom .dropdown211 .dropdown-menu211 {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu211 {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu211 {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown211 .dropdown-menu211 .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* This CSS document is create by CSS Sprite Maker(A useful extention for Fireworks)
 You can visit http://www.euchoice.com/cssspritemaker/ for more information.
 by FaculaCoda*/

.commentIcon, .iconset_1{
    background: url(/fotoweb/_static/gfx/common/controls/annotationControl/iconset_1.png) no-repeat;
}

.annotationLightLike{width:18px;height:18px;background-position:0 0}
.annotationLightQuestion{width:17px;height:18px;background-position:-18px 0}
.annotationLightPinned{width:13px;height:18px;background-position:-35px 0}
.annotationLightWand{width:19px;height:18px;background-position:-48px 0}
.annotationLightHeart{width:19px;height:18px;background-position:0 -18px}
.annotationLightDislike{width:18px;height:18px;background-position:-19px -18px}
.annotationLightTag{width:16px;height:18px;background-position:-37px -18px}
.annotationLightStar{width:18px;height:18px;background-position:0 -36px}
.annotationLightChecked{width:17px;height:18px;background-position:-18px -36px}
.annotationDarkBanner{width:14px;height:18px;background-position:-53px -18px}
.annotationDarkExclamation{width:17px;height:18px;background-position:-35px -36px}
.annotationLightFire{width:16px;height:18px;background-position:-52px -36px}
.annotationLightExclamation{width:17px;height:18px;background-position:0 -54px}
.annotationLightBanner{width:14px;height:18px;background-position:-17px -54px}
.annotationDarkLike{width:18px;height:18px;background-position:-31px -54px}
.annotationDarkQuestion{width:17px;height:18px;background-position:-49px -54px}
.annotationDarkPinned{width:13px;height:18px;background-position:0 -72px}
.annotationDarkWand{width:19px;height:18px;background-position:-13px -72px}
.annotationDarkHeart{width:19px;height:18px;background-position:-32px -72px}
.annotationDarkDislike{width:18px;height:18px;background-position:0 -90px}
.annotationDarkTag{width:16px;height:18px;background-position:-51px -72px}
.annotationDarkStar{width:18px;height:18px;background-position:-18px -90px}
.annotationDarkChecked{width:17px;height:18px;background-position:-36px -90px}
.annotationDarkFire{width:16px;height:18px;background-position:0 -108px}
.annotationDarkMoney{width:20px;height:17px;background-position:-16px -108px}
.annotationDarkPower{width:17px;height:17px;background-position:-36px -108px}
.annotationLightMoney{width:20px;height:17px;background-position:-16px -125px}
.annotationLightPower{width:17px;height:17px;background-position:-36px -125px}
.commentIcon.time{width:13px;height:14px;background-position:-53px -90px}
.commentIcon.talk{width:15px;height:13px;background-position:-53px -104px}
.commentIcon.person{width:13px;height:13px;background-position:-53px -117px}
.commentIcon.clearAttachments{width:13px;height:13px;background-position:0 -126px}
.commentIcon.edit{width:12px;height:13px;background-position:-53px -130px}
.commentIcon.add{width:13px;height:13px;background-position:0 -139px}
.commentIcon.save{width:14px;height:11px;background-position:-13px -142px}
.commentIcon.cancel{width:10px;height:10px;background-position:-27px -142px}

.hide {
  display: none;
}
.comment-tool {
  text-align: left;
  background-color: #F4F4F4;
  margin: 5px;
  font-family: Arial;
}
.comment-tool .clearfix {
  clear: both;
}
.comment-tool .image-receiver-wrapper.readonly {
  margin-bottom: 0 !important;
}
.comment-tool .image-receiver-wrapper.readonly .image-receiver {
  border: 1px dashed transparent;
}
.comment-tool .image-receiver-wrapper.readonly .image-receiver .image-list {
  margin: 0;
  padding: 0;
}
.comment-tool .image-receiver-wrapper.readonly .image-receiver .image-list .image-wrapper {
  margin: 0 5px 5px 0;
}
.comment-tool .image-receiver-wrapper.readonly .image-receiver .image-list .image-wrapper .remove-image-button-wrapper {
  display: none;
}
.comment-tool .image-receiver-wrapper.readonly .image-receiver .remove-all-panel {
  display: none;
}
.comment-tool .image-receiver-wrapper .image-receiver {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px dashed #afafaf;
}
.comment-tool .image-receiver-wrapper .image-receiver.ui-state-hover {
  background-color: green;
}
.comment-tool .image-receiver-wrapper .image-receiver.ui-state-hover.ui-state-active {
  background-color: lime;
}
.comment-tool .image-receiver-wrapper .image-receiver .empty-list {
  text-align: center;
  line-height: 52px;
  height: 52px;
  font-size: 12px;
  color: gray;
}
.comment-tool .image-receiver-wrapper .image-receiver .empty-list .commentIcon {
  display: inline-block;
}
.comment-tool .image-receiver-wrapper .image-receiver .image-list {
  padding: 5px 0 0 0;
  margin-right: 30px;
}
.comment-tool .image-receiver-wrapper .image-receiver .image-list .image-wrapper {
  margin: 0 0 5px 5px;
  float: left;
}
.comment-tool .image-receiver-wrapper .image-receiver .image-list .image-wrapper .image-tag-wrapper img {
  width: 40px;
  height: 40px;
}
.comment-tool .image-receiver-wrapper .image-receiver .image-list .image-wrapper .image-tag-wrapper canvas {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.comment-tool .image-receiver-wrapper .image-receiver .image-list .image-wrapper .remove-image-button-wrapper {
  margin-top: -12px;
  padding: 0 0 0 2px;
  height: 12px;
  background-color: gray;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  position: relative;
}
.comment-tool .image-receiver-wrapper .image-receiver .image-list .image-wrapper .remove-image-button-wrapper .remove-image-button {
  text-decoration: none;
  font-weight: bold;
  font-family: arial;
  font-size: 15px;
  line-height: 12px;
  height: 12px;
  display: block;
  color: white;
}
.comment-tool .image-receiver-wrapper .image-receiver .remove-all-panel {
  margin: 19px 5px 0 0;
  float: right;
}
.comment-tool .image-receiver-wrapper .image-receiver .remove-all-panel a {
  text-decoration: none;
  display: block;
}
.comment-tool .image-receiver-wrapper .image-receiver .remove-all-panel a .commentIcon {
  display: block;
}
.comment-tool .toolbar-wrapper {
  border-bottom: 1px solid #D5D5D5;
  padding: 0 0 5px 0;
}
.comment-tool .toolbar .toolbar-images-wrapper {
  display: none;
}
.comment-tool .toolbar.expanded .create-comment-button-wrapper {
  display: block;
}
.comment-tool .toolbar.expanded .toolbar-images-wrapper {
  display: block;
}
.comment-tool .toolbar.expanded .new-comment-text-wrapper {
  margin-right: 37px;
}
.comment-tool .toolbar.readonly .new-comment-text-wrapper {
  display: none;
}
.comment-tool .toolbar.readonly .comment-text {
  display: block;
}
.comment-tool .toolbar.readonly .toolbar-images-wrapper {
  display: block;
}
.comment-tool .toolbar .toolbar-header {
  padding-bottom: 8px;
}
.comment-tool .toolbar .comment-text {
  display: none;
  line-height: 1.5;
}
.comment-tool .toolbar .new-comment-text-wrapper {
  margin-right: 8px;
}
.comment-tool .toolbar .new-comment-text-wrapper .new-comment-text {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  height: 19px;
  min-height: 27px !important;
  padding: 3px;
  margin: 0;
  border: 1px solid #c0c0c2;
  font-family: Arial;
  font-size: 12px;
  resize: none;
  display: block;
  color: #000000;
}
.comment-tool .toolbar .create-comment-button-wrapper {
  float: right;
  margin-top: -27px;
  display: none;
}
.comment-tool .toolbar .create-comment-button-wrapper .create-comment-button {
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #fdfdfd;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e8e8e8', GradientType=0);
  /* IE6-8 */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #c0c0c2;
  height: 25px;
  width: 22px;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 25px;
}
.comment-tool .toolbar .create-comment-button-wrapper .create-comment-button .fa {
  color: gray;
}
.comment-tool .toolbar .create-comment-button-wrapper .create-comment-button .commentIcon {
  margin: 8px 0 0 4px;
  display: block;
}
.comment-tool .comments-wrapper {
  height: 400px;
}
.comment-tool .comments-wrapper .comments {
  width: auto;
  height: inherit;
}
.comment-tool .comments-wrapper .comments .comment {
  margin: 10px 0 20px 0;
}
.comment-tool .comments-wrapper .comments .comment .arrow-wrapper {
  position: relative;
  height: 8px;
}
.comment-tool .comments-wrapper .comments .comment .arrow-wrapper .arrow-border {
  border-color: transparent transparent #a3a3a3  transparent ;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.comment-tool .comments-wrapper .comments .comment .arrow-wrapper .arrow-bg {
  border-color: transparent transparent #F2F2F2 transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 10px;
}
.comment-tool .comments-wrapper .comments .comment .comment-header {
  height: 30px;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-avatar {
  float: left;
  margin-right: 5px;
  position: relative;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-avatar .avatar-image,
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-avatar .offline-avatar {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  width: 30px;
  height: 30px;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-avatar .avatar-image {
  background-size: contain;
  position: absolute;
  top: 0;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-avatar .offline-avatar {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-actions {
  float: right;
  font-size: 12px;
  font-family: Arial;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-actions a {
  text-decoration: none;
  display: block;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-actions .action-button {
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #fdfdfd;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e8e8e8', GradientType=0);
  /* IE6-8 */
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f4f4f4;
  border: 1px solid #c0c0c2;
  height: 25px;
  width: 22px;
  text-align: center;
  text-decoration: none;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-actions.edit-action .commentIcon {
  display: block;
  margin: 7px 0 0 4px;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-actions.cancel-action .commentIcon {
  display: block;
  margin: 9px 0 0 6px;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-info {
  margin-left: 5px;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-info .comment-timestamp {
  font-size: 10px;
  color: #A7A7A7;
  padding-top: 2px;
  height: 13px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.comment-tool .comments-wrapper .comments .comment .comment-header .comment-info .comment-username {
  font-size: 11px;
  color: #515151;
  padding-top: 3px;
  height: 15px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.comment-tool .comments-wrapper .comments .comment .comment-body {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 7px 5px 0 5px;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #F2F2F2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #F2F2F2 0%, #E6E7E9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2F2F2), color-stop(100%, #E6E7E9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F2F2F2 0%, #E6E7E9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F2F2F2 0%, #E6E7E9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #F2F2F2 0%, #E6E7E9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #F2F2F2 0%, #E6E7E9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#E6E7E9', GradientType=0);
  /* IE6-8 */
  border: 1px solid #A3A3A3;
  font-size: 12px;
}
.comment-tool .comments-wrapper .comments .comment .comment-body .comment-text {
  color: #000000;
}
.comment-tool .comments-wrapper .comments .comment .comment-body .image-receiver-wrapper {
  margin-bottom: 5px;
}
.comment-tool.darkTheme {
  background-color: transparent;
}
.comment-tool.darkTheme .toolbar .create-comment-button-wrapper .create-comment-button {
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #545454;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #545454 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #545454 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #545454 0%, #333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #545454 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #545454 0%, #333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#333', GradientType=0);
  /* IE6-8 */
}
.comment-tool.darkTheme .comments-wrapper .comments .comment .arrow-wrapper .arrow-border {
  border-color: transparent transparent #646464  transparent;
}
.comment-tool.darkTheme .comments-wrapper .comments .comment .arrow-wrapper .arrow-bg {
  border-color: transparent transparent #333333  transparent;
}
.comment-tool.darkTheme .comments-wrapper .comments .comment .comment-header .comment-actions .action-button {
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #545454;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #545454 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #545454 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #545454 0%, #333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #545454 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #545454 0%, #333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#333', GradientType=0);
  /* IE6-8 */
}
.comment-tool.darkTheme .comments-wrapper .comments .comment .comment-header .comment-info .comment-timestamp {
  color: #949494;
}
.comment-tool.darkTheme .comments-wrapper .comments .comment .comment-header .comment-info .comment-username {
  color: #949494;
}
.comment-tool.darkTheme .comments-wrapper .comments .comment .comment-body {
  background: transparent;
  border-color: #646464;
}
.comment-tool.darkTheme .comments-wrapper .comments .comment .comment-body .comment-text {
  color: white;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
/*	background: red;	Removed to allow transparent backgrounds on scrollbar */
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
/*	background: red;	Removed to allow transparent backgrounds on scrollbar */
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* Styles have been slightly modified from standard jquery.jscrollpane.css */

.jspVerticalBar
{
	width: 7px !important;
}

.jspHorizontalBar
{
	height: 7px !important;
}

.jspTrack
{
	background: rgb(100,100,100);
	background: rgba(0,0,0,0.05);
}

.jspDrag
{
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.annotation-tool .clearfix {
  clear: both;
}
.annotation-tool.cursoricon {
  cursor: pointer;
}
.annotation-tool.cursormove {
  cursor: move;
}
.annotation-tool.cursorhorizontalaxis {
  cursor: w-resize;
}
.annotation-tool.cursorverticalaxis {
  cursor: s-resize;
}
.annotation-tool.cursorshape {
  cursor: url(/fotoweb/_static/gfx/common/controls/annotationControl/openhand.cur), default !important;
}
.annotation-tool.cursorshapeclicked {
  cursor: url(/fotoweb/_static/gfx/common/controls/annotationControl/closedhand.cur), default !important;
}
.annotation-tool.cursorpickertopright {
  cursor: sw-resize;
}
.annotation-tool.cursorpickerbottomleft {
  cursor: sw-resize;
}
.annotation-tool.cursorpickertopleft {
  cursor: se-resize;
}
.annotation-tool.cursorpickerbottomright {
  cursor: se-resize;
}
.annotation-tool.cursorunlocked {
  cursor: crosshair;
}
.popoverNote {
  opacity: 1 !important;
  width: 250px;
}
.popoverNote.tooltip {
  z-index: 3;
}
.popoverNote.tooltip .tooltip-inner {
  padding-bottom: 8px;
  background-color: #333333;
  box-shadow: 3px 3px 6px #333333;
  max-width: 300px !important;
}
.popoverNote.tooltip .tooltip-arrow {
  border-left-color: #333333 !important;
  border-right-color: #333333 !important;
}
.popoverNote .header {
  height: 20px;
  padding-top: 5px;
  position: relative;
}
.popoverNote .header .avatar {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  position: absolute;
  top: -13px;
  left: -18px;
}
.popoverNote .header .user-name {
  float: left;
}
.popoverNote .header .user-name.avatar-before {
  padding-left: 20px;
}
.popoverNote .header .user-name .user-icon {
  float: left;
}
.popoverNote .header .user-name .user-name-text {
  float: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 13px;
  color: #909090;
  padding-left: 2px;
}
.popoverNote .header .timestamp {
  float: right;
}
.popoverNote .header .timestamp .timestamp-icon {
  float: left;
}
.popoverNote .header .timestamp .timestamp-text {
  float: left;
  font-family: Arial;
  text-align: left;
  color: #909090;
  font-weight: bold;
  font-style: italic;
  line-height: 13px;
  padding-left: 2px;
}
.popoverNote .note-control {
  text-align: left;
}
.popoverNote .note-control .note-view .note-dropdown-button-wrapper {
  float: right;
  font-family: Arial;
  font-size: 12px;
}
.popoverNote .note-control .note-view .note-dropdown-button-wrapper .note-dropdown-button {
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #545454;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #545454 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #545454 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #545454 0%, #333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #545454 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #545454 0%, #333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#333', GradientType=0);
  /* IE6-8 */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #c0c0c2;
  height: 25px;
  width: 22px;
  text-decoration: none;
  display: block;
}
.popoverNote .note-control .note-view .note-dropdown-button-wrapper .note-dropdown-button .commentIcon {
  margin: 8px 0 0 4px;
  display: block;
}
.popoverNote .note-control .note-view .note-text {
  font-size: 12px;
  font-family: Arial;
}
.popoverNote .note-control .note-view .note-text.touch-mode {
  margin-right: 30px;
}
.popoverNote .note-control .note-view .text-buttons {
  padding-top: 10px;
  font-family: Arial;
  font-size: 12px;
}
.popoverNote .note-control .note-view .text-buttons .icon {
  float: left;
}
.popoverNote .note-control .note-view .text-buttons .text {
  float: left;
  color: #969696;
  padding-left: 3px;
}
.popoverNote .note-control .note-view .text-buttons .edit-text-button,
.popoverNote .note-control .note-view .text-buttons .delete-text-button {
  float: left;
}
.popoverNote .note-control .note-view .text-buttons .edit-text-button {
  padding-right: 12px;
}
.popoverNote .note-control .note-edit-view .note-text-wrapper {
  padding: 5px 2px 5px 0;
  margin-right: 5px;
}
.popoverNote .note-control .note-edit-view .note-text-wrapper textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  height: 19px;
  padding: 3px;
  margin: 0;
  border: 1px solid #c0c0c2;
  font-family: Arial;
  font-size: 12px;
  resize: none;
  display: block;
  color: #000000;
}
.popoverNote .note-control .note-edit-view .note-actions .color-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 20px;
  height: 20px;
}
.popoverNote .note-control .note-edit-view .note-actions .color-item.last {
  border: 1px solid black;
  width: 18px;
  height: 18px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent url(/fotoweb/_static/gfx/common/controls/annotationControl/AnnotationIconsFormatted.png);
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.exclamation {
  background-position: 0 -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.question {
  background-position: -20px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.check {
  background-position: -40px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.pin {
  background-position: -60px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.heart {
  background-position: -80px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.star {
  background-position: -100px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.wand {
  background-position: -120px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.like {
  background-position: -140px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.dislike {
  background-position: -160px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.banner {
  background-position: -180px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.tag {
  background-position: -200px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.power {
  background-position: -220px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.fire {
  background-position: -240px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .icon-item.money {
  background-position: -260px -20px;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item {
  float: left;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.color-item {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item {
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.exclamation {
  background-position: 0 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.question {
  background-position: -20px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.check {
  background-position: -40px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.pin {
  background-position: -60px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.heart {
  background-position: -80px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.star {
  background-position: -100px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.wand {
  background-position: -120px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.like {
  background-position: -140px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.dislike {
  background-position: -160px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.banner {
  background-position: -180px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.tag {
  background-position: -200px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.power {
  background-position: -220px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.fire {
  background-position: -240px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .selected-visual-item.icon-item.money {
  background-position: -260px 0;
}
.popoverNote .note-control .note-edit-view .note-actions .note-visual-settings-wrapper {
  float: left;
}
.popoverNote .note-control .note-edit-view .note-actions .note-visual-settings-wrapper .visual-items-dropdown-menu {
  width: 55px;
  min-width: 0;
}
.popoverNote .note-control .note-edit-view .note-actions .note-visual-settings-wrapper .visual-items-dropdown-menu .color-item {
  margin: 4px 0 4px 4px;
  cursor: pointer;
}
.popoverNote .note-control .note-edit-view .note-actions .note-visual-settings-wrapper .visual-items-dropdown-menu .icon-item {
  margin: 4px 0 4px 4px;
  float: left;
}
.popoverNote .note-control .note-edit-view .note-actions .note-visual-settings-wrapper .open-color-button,
.popoverNote .note-control .note-edit-view .note-actions .note-visual-settings-wrapper .open-icon-button {
  color: #A4A4A6;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
}
.popoverNote .note-control .note-edit-view .note-actions .note-ok-button-wrapper {
  float: right;
  padding-right: 5px;
}
.popoverNote .note-control .note-edit-view .note-actions .note-ok-button-wrapper .note-ok-button {
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #545454;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #545454 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #545454 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #545454 0%, #333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #545454 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #545454 0%, #333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#333', GradientType=0);
  /* IE6-8 */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #c0c0c2;
  height: 25px;
  width: 22px;
  text-decoration: none;
  display: block;
}
.popoverNote .note-control .note-edit-view .note-actions .note-ok-button-wrapper .note-ok-button .commentIcon {
  margin: 8px 0 0 4px;
  display: block;
}
.popoverNote .note-control .note-edit-view .note-actions .note-cancel-button-wrapper {
  float: right;
}
.popoverNote .note-control .note-edit-view .note-actions .note-cancel-button-wrapper .note-cancel-button {
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #545454;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #545454 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #545454 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #545454 0%, #333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #545454 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #545454 0%, #333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#333', GradientType=0);
  /* IE6-8 */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #c0c0c2;
  height: 25px;
  width: 22px;
  text-decoration: none;
  display: block;
}
.popoverNote .note-control .note-edit-view .note-actions .note-cancel-button-wrapper .note-cancel-button .commentIcon {
  margin: 9px 0 0 6px;
  display: block;
}
.popoverNote .comments-header {
  font-family: Arial;
  font-size: 12px;
  color: #808080;
  height: 30px;
  padding-top: 15px;
  border-bottom: 1px solid #666;
  text-align: left;
}
.popoverNote .comment-tool {
  padding-right: 0;
  padding-left: 0;
}
.vertical-select .vertical-select-selected {
  margin: 2px;
}
.vertical-select .vertical-select-container {
  position: absolute;
  background-color: #666666;
  border: 1px solid #cbcbcb;
}
.vertical-select .vertical-select-container div {
  margin: 2px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/* Color variables */
/* FieldBase */
.metadataField {
  box-sizing: border-box;
  margin: 5px 0;
  position: relative;
  text-align: initial;
  /* remove IE10 clear input button */
  /* remove safari autofill button, since safari believes emailField is used for login */
}
.metadataField * {
  box-sizing: border-box;
}
.metadataField .formCheckbox,
.metadataField .normalLabel {
  float: left;
  padding: 2px;
}
.metadataField .normalLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  /* ONLY for testing */
}
.metadataField .normalLabel,
.metadataField .headerLabel {
  font-weight: bold;
}
.metadataField.isEditMode .editMarkup,
.metadataField .viewMarkup {
  display: block;
}
.metadataField.isEditMode .viewMarkup,
.metadataField .editMarkup {
  display: none;
}
.metadataField .editorContainer {
  border: 1px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.metadataField.isEditMode .editorContainer,
.metadataField:not(.isEditMode):not(.readOnlyField) .editorContainer:hover {
  border-color: #cccccc;
}
.metadataField:not(.isEditMode):not(.readOnlyField) .editorContainer:hover .editField {
  display: inline-block;
}
.metadataField .editField,
.metadataField .saveFieldEdit,
.metadataField .cancelFieldEdit {
  display: none;
}
.metadataField.isEditMode .saveFieldEdit,
.metadataField.isEditMode .cancelFieldEdit {
  display: inline-block;
}
.metadataField .saveFieldEdit {
  color: #419608;
}
.metadataField .cancelFieldEdit {
  color: #9d261d;
}
.metadataField .inlineButtons {
  background-color: #e7e7e7;
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
}
.metadataField .inlineButtons .fieldButton {
  cursor: pointer;
  font-size: 14px;
  height: 100%;
  line-height: inherit;
  padding-top: 1px;
  text-align: center;
  width: 25px;
}
.metadataField .editMarkup {
  background-color: #ffffff;
}
.metadataField .editMarkup input,
.metadataField .editMarkup textarea,
.metadataField .editMarkup select {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.metadataField .typingFieldView:empty:before,
.metadataField .bagFieldValuesView:empty:before {
  color: #aaaaaa;
  content: attr(placeholder);
}
.metadataField.formEditEnabled .inlineButtons {
  display: none;
}
.metadataField .bagFieldInput::-ms-clear,
.metadataField .typingFieldEdit::-ms-clear {
  display: none;
}
.metadataField .editMarkup input::-webkit-contacts-auto-fill-button {
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
  visibility: hidden;
}
.metadataField .fieldValidationMessage,
.metadataField .fieldEmptyMessage {
  background-color: #ffc500;
  border: 1px solid #cccccc;
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 100%;
  margin-left: 4px;
  padding: 0 5px;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}
.metadataField.isEditMode.requiredFieldEmpty .fieldEmptyMessage {
  display: block;
}
.metadataField.requiredFieldEmpty .editMarkup {
  background-color: #ffff96;
}
.metadataField.qlOnlyField .editMarkup {
  background-color: #f0f0f0;
}
.metadataField .popover {
  display: block;
  margin-top: 5px;
  max-width: none;
  top: 100%;
  width: 100%;
}
.metadataField .taxonomy-dropdown-wrapper {
  position: relative;
  /* fix for firefox focus issue */
}
.metadataField #taxonomyPopoverTree {
  height: 310px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.metadataField .formCheckbox,
.metadataField .checkboxEdit,
.metadataField .checkboxView {
  height: 16px;
  margin-left: 1px;
  margin-right: 4px;
  vertical-align: top;
  width: 16px;
}
.metadataField .formCheckbox + .checkboxStyleElement:before,
.metadataField .checkboxEdit + .checkboxStyleElement:before,
.metadataField .checkboxView + .checkboxStyleElement:before {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 17px;
  margin-top: 3px;
  margin-right: 3px;
  padding-top: 1px;
  pointer-events: none;
  position: absolute;
  width: 17px;
}
.metadataField .formCheckbox + .checkboxStyleElement:before {
  left: 1px;
}
.metadataField .formCheckbox:checked + .checkboxStyleElement:before,
.metadataField .checkboxEdit:checked + .checkboxStyleElement:before,
.metadataField .checkboxView:checked + .checkboxStyleElement:before {
  content: "\f00c";
  font: 14px/1 FontAwesome;
}
.metadataField .taxonomy-trigger-button {
  display: none;
  float: right;
  line-height: 22px;
  margin-left: 5px;
  padding: 0 4px;
}
.metadataField.isEditMode .taxonomy-trigger-button {
  display: block;
}
/* Focus styling */
.bagField.fieldFocused .editMarkup,
.fieldFocused .typingFieldEdit:focus,
.checkboxEdit:focus,
.dropdownEdit:focus,
.checkboxEdit:focus + .checkboxStyleElement:before,
.formCheckbox:focus + .checkboxStyleElement:before {
  -webkit-box-shadow: inset 0 0 8px -1px #00add7;
  -moz-box-shadow: inset 0 0 8px -1px #00add7;
  box-shadow: inset 0 0 8px -1px #00add7;
}
/* InputField */
.typingFieldEdit {
  padding-left: 3px;
  width: 100%;
}
.metadataField:not(.formEditEnabled) .typingFieldEdit {
  padding-right: 60px;
}
.inputFieldView {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1px 0;
}
/* TextArea */
.textAreaEdit {
  display: block;
  min-height: 100px;
  resize: none;
}
.textAreaView {
  white-space: pre-wrap;
}
.textArea .inlineButtons {
  max-height: 24px;
  border-top-left-radius: 2px;
}
/* BagField */
.bagFieldValuesEdit {
  /*display: inline-block;*/
}
.bagField {
  white-space: normal;
}
.bagItemEditMode {
  position: relative;
  padding-right: 15px !important;
}
.bagItemEditMode,
.bagItemViewMode {
  background-color: #0088cc;
  border: 1px solid #0088cc;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  line-height: 20px;
  margin: 2px 12px 2px 2px;
  max-width: 90%;
  padding: 0 5px;
  position: relative;
  white-space: nowrap;
}
.bagItemEditMode > a,
.bagItemViewMode > a {
  color: #ffffff !important;
}
.bagItemEditMode:after,
.bagItemViewMode:after,
.bagItemEditMode:before,
.bagItemViewMode:before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}
.bagItemEditMode:after,
.bagItemViewMode:after {
  border-color: transparent;
  border-left-color: #0088cc;
  border-width: 10px;
  margin-top: -10px;
}
.bagItemEditMode:before,
.bagItemViewMode:before {
  border-color: transparent;
  border-left-color: #0088cc;
  border-width: 11px;
  margin-top: -11px;
}
.bagItemEditMode .bagItemEditValue,
.bagItemViewMode .bagItemEditValue,
.bagItemEditMode .bagItemViewValue,
.bagItemViewMode .bagItemViewValue {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.bagField .inlineButtons {
  border-top-left-radius: 2px;
  max-height: 24px;
}
.activeBagItem {
  background-color: #eeeeee !important;
  color: #0088cc !important;
}
.activeBagItem:after {
  border-left-color: #eeeeee !important;
}
.removeBagItemButton {
  cursor: pointer;
  font-size: 12px;
  padding-left: 2px;
  position: absolute;
  right: 3px;
  top: 4px;
}
.isClickableBagItem {
  cursor: pointer;
}
.bagFieldInput {
  max-width: 100%;
  padding-left: 2px;
}
.bagField:not(.formEditEnabled) .bagFieldInput {
  padding-right: 57px;
}
.bagField .notInAll {
  background-color: #80c4e6;
  font-style: italic;
}
.bagField .notInAll:not(.activeBagItem):after {
  border-left-color: #80c4e6;
}
.bagField:not(.formEditEnabled) .ltrtext .bagFieldInput {
  padding-right: 60px;
  width: 100%;
}
/* EmailField */
.emailField .bagItemEditValue:before {
  content: "\f0e0";
  font: 14px/1 FontAwesome;
  padding-right: 4px;
  vertical-align: top;
}
/* CheckboxField*/
.metadataField.checkboxField .editorContainer {
  border: none;
  padding-left: 1px;
}
.checkboxField.requiredFieldEmpty .editMarkup {
  background-color: transparent;
}
.checkboxField .checkboxLabel {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkboxField .checkboxStyleElement {
  position: absolute;
  top: 0;
}
.requiredFieldEmpty .checkboxEdit:not(:checked) + .checkboxStyleElement:before {
  background-color: #ffff96 !important;
}
.checkboxView:disabled + .checkboxStyleElement:before {
  background-color: #e3e3e3;
  border-color: #d6d6d6;
}
/* DropdownField */
.dropdownEdit {
  width: 100%;
}
.dropdownEdit option[default],
.dropdownEdit:not(.valueSelected) {
  color: #aaaaaa;
}
.dropdownEdit option {
  color: #676767;
}
/* DateField */
.dateEditorView {
  background-color: transparent;
  border: 0;
}
/* InputDropdown */
.inputDropdown .inputDropdownInput {
  padding-right: 20px;
}
.inputDropdown .emptyDropdownValue {
  color: #aaaaaa;
  font-style: italic;
}
.inputDropdown:not(.formEditEnabled) .inputDropdownInput {
  padding-right: 74px;
}
.inputDropdown:not(.formEditEnabled) .dropdownTrigger {
  border-right: 1px solid #cccccc;
  right: 53px;
}
.inputDropdown .dropdownTrigger {
  border-left: 1px solid #cccccc;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.inputDropdownDropdown {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.inputDropdownDropdown .inputDropdownDropdownItem {
  cursor: default;
  overflow: hidden;
  padding: 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inputDropdownDropdown .inputDropdownDropdownItem.focusedDropdownItem,
.inputDropdownDropdown .inputDropdownDropdownItem:hover {
  background-color: #ddd;
}
