/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.










 *

 *
*/


/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !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^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
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: #777;
}
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: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.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;
}
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;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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:hover > .active,
.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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
          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, -webkit-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, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  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-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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 {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -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:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.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: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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 #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .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;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-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,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr: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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
          transition:         -webkit-transform .3s ease-out;
          transition:         transform .3s ease-out;
          transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
            transition:         transform .6s ease-in-out, -webkit-transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image:         -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image:         -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL_not_in_use=bootstrap.css.map */
/*! jQuery UI - v1.11.4 - 2016-06-01
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/*!
 * Cropper v1.0.0-rc.1
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2015 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2015-09-05T04:29:22.355Z
 */

.cropper-container {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  direction: ltr !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%; 
  min-height: 0 !important;
  max-height: none !important;

  image-orientation: 0deg !important;
}

.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-drag-box {
  background-color: #fff;
  filter: alpha(opacity=0); 
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  filter: alpha(opacity=50); 
  opacity: .5;
}

.cropper-view-box {
  display: block;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  outline: 1px solid #69f;
  outline-color: rgba(102, 153, 255, .75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  filter: alpha(opacity=50); 
  border: 0 dashed #eee;
  opacity: .5;
}
.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%; 
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%; 
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  filter: alpha(opacity=75); 
  opacity: .75;
}
.cropper-center:before,
  .cropper-center:after {
  position: absolute;
  display: block;
  content: " "; 
  background-color: #eee;
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=10); 
  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}

.cropper-line {
  background-color: #69f;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #69f;
  filter: alpha(opacity=75); 
  opacity: .75;
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  filter: alpha(opacity=100); 
  opacity: 1;
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #69f;
  filter: alpha(opacity=0); 
  opacity: 0;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    filter: alpha(opacity=75); 
    opacity: .75;
  }
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-invisible {
  filter: alpha(opacity=0); 
  opacity: 0;
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/*
 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */

.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-upload-button {
    display: block;
    /*or inline-block*/
    width: 105px;
    padding: 7px 0;
    text-align: center;
/*
    background: #880000;
    border-bottom: 1px solid #DDD;
    color: #FFF;
*/
}
.qq-upload-button-hover {
/*
    background: #CC0000;
*/
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
/*
    background: #FF9797;
*/
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
/*
    font-size: 16px;
*/
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
/*
    font-size: 16px;
*/
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    background: #FF7171;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 16px;
    background-color: #FFF0BD;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished {
    margin-right: 12px;
}
.qq-upload-file {
}
.qq-upload-spinner {
    display: inline-block;
    background: url("loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-retry {
    display: none;
    color: #000000;
}
.qq-upload-cancel {
	color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
    display: inline;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
    font-size: 12px;
    font-weight: normal;
}
.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}
.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #D60000;
}
.qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}
.qq-progress-bar { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(30,87,153,1)),color-stop(50%, rgba(41,137,216,1)),color-stop(51%, rgba(32,124,202,1)),to(rgba(125,185,232,1)));
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    width: 0%;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px;
    display: none;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('fonts/FiraSans-Bold.eot');
  src: url('fonts/FiraSans-Bold.woff2') format('woff2'),
     url('fonts/FiraSans-Bold.woff') format('woff'),
     url('fonts/FiraSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('fonts/FiraSans-Regular.eot');
  src: url('fonts/FiraSans-Regular.woff2') format('woff2'),
     url('fonts/FiraSans-Regular.woff') format('woff'),
     url('fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('fonts/FiraSans-Medium.eot');
  src: url('fonts/FiraSans-Medium.woff2') format('woff2'),
     url('fonts/FiraSans-Medium.woff') format('woff'),
     url('fonts/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('fonts/FiraSans-Light.eot');
  src: url('fonts/FiraSans-Light.woff2') format('woff2'),
     url('fonts/FiraSans-Light.woff') format('woff'),
     url('fonts/FiraSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
.icon-arrow-down { width: 13px; height: 7px; }
.icon-arrow-left { width: 7px; height: 13px; }
.icon-arrow-right { width: 7px; height: 13px; }
.icon-arrow-up { width: 13px; height: 7px; }
.icon-chat { width: 24px; height: 24px; }
.icon-checkbox-checked { width: 11px; height: 11px; }
.icon-checkbox-indeterminate { width: 11px; height: 11px; }
.icon-checkbox { width: 11px; height: 11px; }
.icon-checkmark { width: 16px; height: 14px; }
.icon-clipboard { width: 16px; height: 16px; }
.icon-clock { width: 16px; height: 16px; }
.icon-cloud { width: 16px; height: 16px; }
.icon-cog { width: 20px; height: 20px; }
.icon-crown { width: 62px; height: 27px; }
.icon-dashboard { width: 24px; height: 24px; }
.icon-diagonal-cross { width: 13px; height: 13px; }
.icon-download { width: 14px; height: 13px; }
.icon-draggable { width: 16px; height: 16px; }
.icon-dropdown-list { width: 19px; height: 14px; }
.icon-email-button { width: 29px; height: 24px; }
.icon-email { width: 17px; height: 17px; }
.icon-eyedropper { width: 17px; height: 17px; }
.icon-facebook-button { width: 29px; height: 24px; }
.icon-facebook { width: 17px; height: 17px; }
.icon-file-archive { width: 24px; height: 31px; }
.icon-file-code { width: 24px; height: 31px; }
.icon-file-email { width: 24px; height: 31px; }
.icon-file-excel { width: 24px; height: 31px; }
.icon-file-pdf { width: 24px; height: 31px; }
.icon-file-powerpoint { width: 24px; height: 31px; }
.icon-file-unknown { width: 24px; height: 31px; }
.icon-file-word { width: 24px; height: 31px; }
.icon-form { width: 17px; height: 17px; }
.icon-forward { width: 16px; height: 17px; }
.icon-full-logo { width: 175px; height: 50px; }
.icon-github-button { width: 29px; height: 24px; }
.icon-gitlab-button { width: 29px; height: 24px; }
.icon-google-button { width: 29px; height: 24px; }
.icon-group { width: 24px; height: 24px; }
.icon-help { width: 16px; height: 16px; }
.icon-important { width: 16px; height: 16px; }
.icon-in-process { width: 64px; height: 64px; }
.icon-info { width: 5px; height: 11px; }
.icon-line-left-arrow { width: 34px; height: 7px; }
.icon-line-right-arrow { width: 34px; height: 7px; }
.icon-linkedin-button { width: 29px; height: 24px; }
.icon-list { width: 16px; height: 16px; }
.icon-loading { width: 16px; height: 16px; }
.icon-lock-open { width: 16px; height: 17px; }
.icon-lock { width: 16px; height: 17px; }
.icon-logo { width: 42px; height: 36px; }
.icon-logotype { width: 91px; height: 15px; }
.icon-long-arrow-right { width: 11px; height: 11px; }
.icon-magnifier { width: 15px; height: 15px; }
.icon-marker { width: 17px; height: 19px; }
.icon-message { width: 24px; height: 24px; }
.icon-minus-small { width: 16px; height: 16px; }
.icon-minus { width: 20px; height: 20px; }
.icon-mood-bad { width: 60px; height: 59px; }
.icon-mood-good { width: 60px; height: 59px; }
.icon-mood-ok { width: 60px; height: 59px; }
.icon-mood-superbad { width: 60px; height: 59px; }
.icon-mood-supergood { width: 60px; height: 59px; }
.icon-mute { width: 16px; height: 16px; }
.icon-note { width: 16px; height: 16px; }
.icon-oauth2-button { width: 29px; height: 24px; }
.icon-office365-button { width: 29px; height: 24px; }
.icon-one-ticket { width: 48px; height: 10px; }
.icon-organization { width: 16px; height: 16px; }
.icon-outbound-calls { width: 17px; height: 17px; }
.icon-overflow-button { width: 3px; height: 13px; }
.icon-overviews { width: 24px; height: 24px; }
.icon-package { width: 16px; height: 16px; }
.icon-paperclip { width: 28px; height: 28px; }
.icon-pen { width: 16px; height: 16px; }
.icon-person { width: 24px; height: 24px; }
.icon-phone { width: 17px; height: 17px; }
.icon-plus-small { width: 16px; height: 16px; }
.icon-plus { width: 20px; height: 20px; }
.icon-printer { width: 24px; height: 24px; }
.icon-radio-checked { width: 11px; height: 11px; }
.icon-radio { width: 11px; height: 11px; }
.icon-received-calls { width: 17px; height: 17px; }
.icon-reload { width: 16px; height: 16px; }
.icon-reopening { width: 68px; height: 47px; }
.icon-reply-all { width: 16px; height: 17px; }
.icon-reply { width: 16px; height: 17px; }
.icon-report { width: 20px; height: 20px; }
.icon-searchdetail { width: 18px; height: 14px; }
.icon-signout { width: 15px; height: 19px; }
.icon-small-dot { width: 16px; height: 16px; }
.icon-split { width: 16px; height: 17px; }
.icon-status-modified-outer-circle { width: 16px; height: 16px; }
.icon-status { width: 16px; height: 16px; }
.icon-stopwatch { width: 77px; height: 83px; }
.icon-switchView { width: 19px; height: 18px; }
.icon-task-state { width: 16px; height: 16px; }
.icon-team { width: 16px; height: 16px; }
.icon-telegram { width: 17px; height: 17px; }
.icon-templates { width: 24px; height: 24px; }
.icon-tools { width: 24px; height: 24px; }
.icon-total-tickets { width: 48px; height: 83px; }
.icon-trash { width: 16px; height: 16px; }
.icon-twitter-button { width: 29px; height: 24px; }
.icon-twitter { width: 17px; height: 17px; }
.icon-unmute { width: 16px; height: 16px; }
.icon-user { width: 16px; height: 16px; }
.icon-web { width: 17px; height: 17px; }
.icon-weibo-button { width: 29px; height: 24px; }
.icon-zoom-in { width: 20px; height: 20px; }
.icon-zoom-out { width: 20px; height: 20px; }
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/


.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.diff .hljs-header {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #008080;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-doctag,
.tex .hljs-formula {
  color: #d14;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rule .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.hljs-name {
  color: #008080;
}

.hljs-regexp {
  color: #009926;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073;
}

.hljs-built_in {
  color: #0086b3;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.diff .hljs-change {
  background: #0086b3;
}

.hljs-chunk {
  color: #aaa;
}
.enableObjectResizingShim {
  -webkit-box-shadow: 0 0 0 1px black;
          box-shadow: 0 0 0 1px black;
  position: relative;
  display: inline-block !important;
  vertical-align: top;
}

.enableObjectResizingShim-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -10px;
  left: 0;
  top: 0;
  cursor: nwse-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.enableObjectResizingShim-handle:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: white;
  border: 1px solid black;
}

.enableObjectResizingShim-handle:hover:after {
  background: black;
}

.enableObjectResizingShim-handle:nth-child(2) {
  left: 100%;
  cursor: nesw-resize;
}

.enableObjectResizingShim-handle:nth-child(3) {
  left: 100%;
  top: 100%;
}

.enableObjectResizingShim-handle:nth-child(4) {
  top: 100%;
  cursor: nesw-resize;
}

.enableObjectResizingShim-clone {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0.5;
  border: 1px dashed black;
}

.enableObjectResizingShim-clone--0 {
  right: 0;
  bottom: 0;
}

.enableObjectResizingShim-clone--1 {
  left: 0;
  bottom: 0;
}

.enableObjectResizingShim-clone--2 {
  left: 0;
  top: 0;
}

.enableObjectResizingShim-clone--3 {
  top: 0;
  right: 0;
}
@charset "UTF-8";
/* sets LTR and RTL within the same style call */
/* adds a property only in RTL */
/* adds a property only in LTR */
html {
  height: 100%; }

body {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.45;
  font-weight: normal;
  background: #f6f7f8;
  height: 100%;
  color: #585856;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* prevent clickable <use xlink:href="#icon-abc"></use> */
use {
  pointer-events: none; }

p {
  margin: 12px 0; }
  p.subtle {
    color: #bdbdbc; }
  p.description {
    color: #bbbebe; }

h3 + .description {
  margin-top: 0; }

strong {
  font-weight: 500; }

.text-muted {
  color: #bdbdbc; }

.text-small {
  font-size: 12px; }

.u-highlight, a, .tableOverview-edit, .tasks--standalone .name, .attachment--preview .attachment-name, .attachment--row .attachment-name, .attachmentPlaceholder-inputHolder, .profile-subtitle {
  color: #0F94D6; }

.u-dontfold {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.u-invisible {
  opacity: 0;
  pointer-events: none;
  position: absolute !important; }

[data-dir="ltr"] {
  direction: ltr; }

[data-dir="rtl"] {
  direction: rtl; }

a {
  outline: none !important; }
  a.is-disabled, a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .33; }

a.create {
  color: #38ad69;
  text-decoration: underline; }

small {
  color: #8a9193;
  font-size: 12px; }

blockquote {
  font-size: inherit; }

ol, ul {
  -webkit-padding-start: 20px;
     -moz-padding-start: 20px;
          padding-inline-start: 20px; }

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1024px;
  overflow: auto; }

.u-unclickable, .form-control + .icon-arrow-down, .dropdown-arrow, .article-attachment, .camera-flash {
  pointer-events: none; }

.u-clickable, .checkbox-replacement,
.radio-replacement, .formGroup-label .formGroup-metaControl, .formGroup-bookmark, .tab, .tableOverview-edit, .nav-tab, .nav-tab-close, .search .logo, .user-menu .list-button, .user-popover,
.ticket-popover,
.organization-popover, .article-action, .editControls-item, .pop-selectable, .attachmentUpload-cancel, .sidebar-header-headline, .tabsSidebar-close, .tabsSidebar-tab, .list-item-delete, .modal-close, .dropdown-toggle, .dropdown.dropdown--actions a, .dropdown.dropdown--actions .dropdown-controls, .recipientList-entry, .recipientList-controls,
.recipientList-controls:hover, .checkbox.form-group .controls label, .checkbox.form-group .controls .select-box .select-box-header, .select-box .checkbox.form-group .controls .select-box-header,
.radio.form-group .controls label,
.radio.form-group .controls .select-box .select-box-header,
.select-box .radio.form-group .controls .select-box-header, .import-source, .avatar-holder .avatar, .avatar--new, .avatar-holder .avatar-delete, .settings-list .settings-list-action-cell {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.u-unselectable {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.u-no-userselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.u-textTruncate, .table th:not(.noTruncate) .table-column-title,
.table td:not(.noTruncate), #task .task, .customer_info ul.nav > li > a, .tasks--standalone .name, .nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:active, .popover .user-organization, .stat-widget .stat-label, .stat-widget .stat-detail, .activity-placeholder, .article-attachment, .sidebar-header-headline, .recipientList-name, .userList .userList-name, .scrollPageHeader h1, .scrollPageHeader .popover-notificationsHeader .popover-title, .popover-notificationsHeader .scrollPageHeader .popover-title, .scrollPageHeader .ticket-title-update, .channelList-label > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.u-positionOrigin {
  position: relative; }

.u-inlineBlock {
  display: inline-block; }

.u-notAllowed {
  cursor: not-allowed; }

.zIndex-1, .batch-overlay,
.zIndex-2,
.zIndex-3,
.search .logo,
.zIndex-4,
.editControls-item,
.zIndex-5,
.modal--clue,
.nav-tab-icon .icon.icon-loading,
.dropdown-backdrop,
.dropdown-menu,
.scrollPageHeader,
.zIndex-6,
.selected-clue,
.global-search-menu,
.popover,
.zIndex-7,
.zIndex-8,
.zIndex-9,
.ui-autocomplete.ui-widget-content,
.modal,
.zIndex-10,
#notify {
  position: relative; }

.zIndex-1, .batch-overlay {
  z-index: 100; }

.zIndex-2 {
  z-index: 200; }

.zIndex-3, .search .logo {
  z-index: 300; }

.zIndex-4, .editControls-item {
  z-index: 400; }

.zIndex-5, .modal--clue, .nav-tab-icon .icon.icon-loading, .dropdown-backdrop, .dropdown-menu, .scrollPageHeader {
  z-index: 500; }

.zIndex-6, .selected-clue, .global-search-menu, .popover {
  z-index: 600; }

.zIndex-7 {
  z-index: 700; }

.zIndex-8 {
  z-index: 800; }

.zIndex-9, .ui-autocomplete.ui-widget-content, .modal {
  z-index: 900; }

.zIndex-10, #notify {
  z-index: 1000; }

.clickCatcher {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: default; }

.debug .clickCatcher {
  background: rgba(255, 0, 0, 0.13); }

.debug .clickCatcher + .clickCatcher {
  background: rgba(255, 213, 0, 0.13); }

.clearfix:after, fieldset:after, .form-controls:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix, fieldset, .form-controls {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix, * html fieldset, * html .form-controls {
  height: 1%; }

.clearfix, fieldset, .form-controls {
  display: block; }

/* close commented backslash hack */
[contenteditable] {
  display: block;
  outline-style: none;
  border-radius: 3px;
  /* needed to make empty tags editable, otherwise no focus can be set */
  min-height: 10px;
  min-width: 20px; }

[contenteditable]:hover,
[contenteditable]:focus {
  background: #f9fafb; }

[contenteditable]:focus {
  text-overflow: clip !important; }

[contenteditable].invalid {
  background: #F92; }

[contenteditable] > .placeholder {
  color: #999; }

[contenteditable] p {
  margin: 0; }

/* fix for placeholder */
.Medium-placeholder {
  position: relative; }

.close,
.close:hover {
  float: none;
  opacity: 1; }

#app > nav {
  position: relative;
  z-index: 1; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 3px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.hljs,
code {
  background: none;
  padding: 2px 4px;
  font-size: 0.88em; }

code:not(.hljs) {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  white-space: nowrap; }

pre code.hljs {
  font-size: 1em; }

.textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.token-input::-webkit-input-placeholder,
.u-placeholder {
  color: #cccccc; }

.textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.token-input:-ms-input-placeholder,
.u-placeholder {
  color: #cccccc; }

.textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.token-input::-ms-input-placeholder,
.u-placeholder {
  color: #cccccc; }

.textarea::placeholder,
.form-control::placeholder,
.token-input::placeholder,
.u-placeholder {
  color: #cccccc; }

.btn {
  display: inline-block;
  font-size: 14px;
  padding: 10px 24px 9px;
  color: #545454;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle; }
  .btn .icon {
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor; }
  .btn--icon--last .icon {
    margin-left: 5px; }
    html[dir=rtl] .btn--icon--last .icon {
      margin-right: 5px;
      margin-left: 0; }
  .btn:focus {
    -webkit-box-shadow: 0 0 0 3px #d6eaf5;
            box-shadow: 0 0 0 3px #d6eaf5; }
  .btn--small {
    padding-top: 5px;
    padding-bottom: 4px; }
  .btn--slim {
    padding-left: 12px;
    padding-right: 12px; }
  .btn--fullWidth {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn--table {
    padding: 4px 9px;
    border: none;
    margin: 5px 6px 0;
    vertical-align: baseline;
    /* calendar_subscriptions.jst.eco */ }
    .btn--table .icon {
      vertical-align: middle;
      margin-right: 5px; }
      html[dir=rtl] .btn--table .icon {
        margin-left: 5px;
        margin-right: 0; }
      .btn--table .icon:only-child {
        margin-right: 5px; }
        html[dir=rtl] .btn--table .icon:only-child {
          margin-left: 5px;
          margin-right: 0; }
    .btn--table .btn-label {
      margin-left: 0; }
    .btn--table.btn--text {
      padding: 4px 9px;
      margin: 5px 6px 0; }
  .btn.is-disabled, .btn[disabled], .btn:disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .33; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fafafa; }
  .btn--action {
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
    letter-spacing: 0.05em;
    height: 31px;
    padding: 0 11px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn--action .icon {
      margin: -2px 5px 0 -2px; }
    .btn--action .icon:only-child {
      margin: 0; }
    .btn--action.btn--slim {
      padding-left: 7px !important;
      padding-right: 7px !important; }
      .btn--action.btn--slim .btn-label {
        margin-left: 0; }
        html[dir=rtl] .btn--action.btn--slim .btn-label {
          margin-right: 0;
          margin-left: 0; }
      .btn--action.btn--slim.btn--small {
        padding-left: 5px !important;
        padding-right: 5px !important; }
    .btn--action.btn--small {
      height: 27px;
      font-size: 11px;
      padding-left: 8px;
      padding-right: 8px; }
  .btn--onDark {
    background: rgba(240, 250, 255, 0.15);
    border-color: #27262c;
    color: white; }
    .btn--onDark .icon {
      opacity: 1; }
  .btn--primary {
    color: white;
    background: #429ed7; }
    .btn--primary:active {
      background: #2884bd; }
    .btn--primary .icon {
      fill: white;
      opacity: 1; }
  .btn--secondary {
    color: #3a9fd9; }
  .btn--positive, .btn--create, .btn--success {
    color: white;
    background: #38ad69; }
    .btn--positive:active, .btn--create:active, .btn--success:active {
      background: #2c8752; }
    .btn--positive.btn--secondary, .btn--create.btn--secondary, .btn--success.btn--secondary {
      background: white;
      color: #38ad69; }
      .btn--positive.btn--secondary:active, .btn--create.btn--secondary:active, .btn--success.btn--secondary:active {
        background: #fafafa; }
    .btn--positive.btn--text, .btn--create.btn--text, .btn--success.btn--text {
      color: #38ad69; }
  .btn--danger {
    color: white;
    background: #d74242; }
    .btn--danger:active {
      background: #bd2828; }
    .btn--danger.btn--secondary {
      background: white;
      color: #d74242; }
      .btn--danger.btn--secondary:active {
        background: #fafafa; }
  .btn--text {
    font-size: inherit;
    margin: -10px;
    padding: 10px;
    color: #429ed7;
    border: none;
    background: none;
    vertical-align: baseline;
    text-align: start; }
    .btn--text .icon {
      opacity: 1; }
    .btn--text:active {
      color: #2475a8;
      background: none; }
    .btn--text.btn--secondary {
      color: #adadad;
      text-decoration: underline; }
      .btn--text.btn--secondary:active {
        color: #878787; }
    .btn--text.btn--positive {
      color: #38ad69; }
      .btn--text.btn--positive:active {
        color: #257446;
        background: none; }
    .btn--text.btn--danger {
      color: #d74242; }
      .btn--text.btn--danger:active {
        color: #a82424;
        background: none; }
    .btn--text.btn--subtle {
      text-decoration: underline;
      color: #d9d9d9; }
      .btn--text.btn--subtle:active {
        color: #bfbfbf; }
    .btn--text.space-left {
      margin-left: 0; }
      html[dir=rtl] .btn--text.space-left {
        margin-right: 0;
        margin-left: -10px; }
    .btn--text.space-right {
      margin-right: 0; }
      html[dir=rtl] .btn--text.space-right {
        margin-left: 0;
        margin-right: -10px; }
  .btn--large.btn--text {
    margin: 0; }
  .btn--quad {
    padding: 10px 12px 9px; }
    .btn--quad .icon {
      margin-top: -1px; }
  .btn--split--first {
    border-radius: 3px 0 0 3px; }
    html[dir=rtl] .btn--split--first {
      border-radius: 3px 0 0 3px;
      border-radius: 0 3px 3px 0; }
  .btn--split, .btn--split--last {
    border-radius: 0;
    border-left-width: 0; }
    html[dir=rtl] .btn--split, html[dir=rtl] .btn--split--last {
      border-right-width: 0;
      border-left-width: 1px; }
    html[dir=ltr] .btn--split, html[dir=ltr] .btn--split--last {
      margin-left: 0 !important; }
    html[dir=rtl] .btn--split, html[dir=rtl] .btn--split--last {
      margin-right: 0 !important; }
  .btn--split--last {
    border-radius: 0 3px 3px 0; }
    html[dir=rtl] .btn--split--last {
      border-radius: 0 3px 3px 0;
      border-radius: 3px 0 0 3px; }
  .btn--dropdown {
    position: relative; }
    .btn--dropdown select {
      opacity: 0;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      cursor: pointer; }

.btn + .btn, .btn + .buttonDropdown, .buttonDropdown + .buttonDropdown {
  margin-left: 10px; }
  html[dir=rtl] .btn + .btn,
  html[dir=rtl] .btn + .buttonDropdown,
  html[dir=rtl] .buttonDropdown + .buttonDropdown {
    margin-right: 10px;
    margin-left: 0; }

.btn + .btn.align-right {
  margin-left: auto; }
  html[dir=rtl] .btn + .btn.align-right {
    margin-right: auto;
    margin-left: 0; }

.btn.align-right ~ .btn {
  margin-left: 15px; }
  html[dir=rtl] .btn.align-right ~ .btn {
    margin-right: 15px;
    margin-left: 0; }

.vertical > .btn:not(.hidden) + .btn {
  margin-left: 0;
  margin-top: 10px; }
  html[dir=rtl] .vertical > .btn:not(.hidden) + .btn {
    margin-right: 0;
    margin-left: 0; }

.btn--download .icon-download {
  margin-right: 6px;
  margin-top: 4px;
  margin-left: -10px;
  vertical-align: top;
  fill: white; }
  html[dir=rtl] .btn--download .icon-download {
    margin-right: -10px; }
  html[dir=rtl] .btn--download .icon-download {
    margin-left: 6px; }

.btn-label {
  margin-left: 7px; }
  html[dir=rtl] .btn-label {
    margin-right: 7px;
    margin-left: 0; }

.visibility-change {
  /*

  Interactive Visibility Change Classes:

    <div class="visibility-change">
      <svg class="icon-marker" data-visible="active"><use xlink:href="#icon-marker" /></svg>
    </div>

    Important: HTML Order active > hover > normal

  */ }
  .visibility-change [data-visible=active],
  .visibility-change [data-visible=hover] {
    display: none; }
  .visibility-change.is-active [data-visible=active] {
    display: block; }
    .visibility-change.is-active [data-visible=active] ~ [data-visible=normal] {
      display: none; }
  .visibility-change:hover [data-visible=hover] {
    display: block; }
    .visibility-change:hover [data-visible=hover] ~ [data-visible=normal] {
      display: none; }

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .btn-group--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .btn-group + .btn-group {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eaeaeb; }
  .btn-group .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group .btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0; }
  .btn-group .btn + .btn {
    margin-left: 0; }
    html[dir=rtl] .btn-group .btn + .btn {
      margin-right: 0;
      margin-left: 10px; }
  .btn-group .btn--text {
    padding: 6px 10px 5px;
    /* reporting main.eco */
    display: inline-block;
    border-radius: 3px; }
    .btn-group .btn--text.is-selected {
      background: #429ed7;
      color: white; }

.buttonDropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .buttonDropdown .dropdown-menu {
    margin-bottom: 0; }
  .buttonDropdown.is-open .dropdown-menu {
    display: block; }
  .buttonDropdown .btn--text {
    padding-left: 13px;
    padding-right: 13px; }

.status-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.status-field {
  color: #999999;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 35px; }
  .status-field.is-clickable {
    background: #429ed7;
    color: white;
    cursor: pointer;
    border-color: #2884bd;
    -webkit-box-shadow: 1px 0 #2884bd;
            box-shadow: 1px 0 #2884bd;
    position: relative; }
  .status-field.is-blinking {
    -webkit-animation: pulsate 667ms ease-in-out infinite alternate;
            animation: pulsate 667ms ease-in-out infinite alternate; }
  .status-field:not(:last-child):not(:only-child) {
    border-right-width: 0; }
    html[dir=rtl] .status-field:not(:last-child):not(:only-child) {
      border-left-width: 0;
      border-right-width: 1px; }
  .status-field:first-child {
    border-radius: 5px 0 0 5px; }
    html[dir=rtl] .status-field:first-child {
      border-radius: 0 5px 5px 0; }
  .status-field:last-child {
    border-radius: 0 5px 5px 0; }
    html[dir=rtl] .status-field:last-child {
      border-radius: 5px 0 0 5px; }
  .status-field:only-child {
    border-radius: 5px; }
  .status-field .badge {
    margin: 0 5px 0 10px;
    background: rgba(13, 26, 38, 0.24); }
    html[dir=rtl] .status-field .badge {
      margin: 0 5px 0 10px;
      margin: 0 10px 0 5px; }
  .status-field .status-badge {
    width: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: stretch;
        align-self: stretch; }

.status-badge {
  display: inline-block; }

.info-badge {
  fill: currentColor;
  padding: 3px 6px 1px;
  line-height: 12px;
  opacity: 0.5;
  position: relative;
  /*
    border in its own layer to make it more
    translucend but still depend on the currentColor
  */ }
  .info-badge:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid currentColor;
    opacity: 0.5;
    border-radius: 100%; }

@-webkit-keyframes pulsate {
  to {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2); } }

@keyframes pulsate {
  to {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2); } }
.badge {
  display: inline-block;
  min-width: 18px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 9px;
  background: #d5dee2;
  margin-right: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  html[dir=rtl] .badge {
    margin-left: 3px;
    margin-right: 0; }
  .badge:empty {
    display: none; }
  .badge.badge--big {
    min-width: 22px;
    font-size: 14px;
    border-radius: 11px;
    padding: 5px 7px 3px; }
  .badge.badge--text {
    min-width: 0;
    padding: 0;
    margin-right: 0;
    margin-right: 0;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    line-height: inherit;
    color: #d0d2d3;
    background: none;
    border-radius: 0;
    vertical-align: baseline; }
    html[dir=rtl] .badge.badge--text {
      margin-left: 0;
      margin-right: 0; }

.key-value td:first-child {
  padding-right: 10px;
  color: #999; }
  html[dir=rtl] .key-value td:first-child {
    padding-left: 10px;
    padding-right: 0; }

table {
  table-layout: fixed; }

.table {
  display: table; }
  .table small {
    color: inherit; }

.table--light {
  color: #8a9193; }

.table-fluid {
  table-layout: auto; }

.table .table-row {
  display: table-row; }

.table--placeholder th {
  text-align: center; }
.table--placeholder td {
  height: 40px; }

.table > thead > tr > th {
  padding: 12px 9px 10px;
  border-bottom: none;
  border-top: 1px solid #ececec;
  background: #f0f1f2;
  color: #444a4f;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.table-column-head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.table-column-sortIcon {
  margin-left: auto; }
  html[dir=rtl] .table-column-sortIcon {
    margin-right: auto;
    margin-left: 0; }

th.align-right .table-column-title {
  margin-left: auto; }
  html[dir=rtl] th.align-right .table-column-title {
    margin-right: auto;
    margin-left: 0; }
th.align-right .table-column-sortIcon {
  margin-left: 0; }
  html[dir=rtl] th.align-right .table-column-sortIcon {
    margin-right: 0;
    margin-left: 0; }

.table > tbody > tr > td {
  padding: 10px 10px 8px;
  border-color: #f2f2f2; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr.is-hover > td {
  background: white; }

.table-hover > tbody > tr:hover > th {
  background: rgba(0, 8, 14, 0.015); }

.table-col-resize {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: col-resize;
  padding: 10px;
  margin-right: -10px;
  z-index: 1; }
  html[dir=rtl] .table-col-resize {
    left: 0;
    right: auto; }
  html[dir=rtl] .table-col-resize {
    margin-left: -10px;
    margin-right: 0; }
  .table-col-resize:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #d6d9db; }

.table > thead:first-child > tr:first-child > th.no-padding,
.table > thead > tr > th.no-padding,
.table > tbody > tr > td.no-padding {
  padding: 0; }

.table tr.is-inactive {
  opacity: 0.5;
  text-decoration: line-through; }
  .table tr.is-inactive a {
    color: #bbb; }

.table tr.is-grayed-out {
  color: #c4c5c4; }
  .table tr.is-grayed-out .icon {
    opacity: 0.33; }

.table .icon {
  vertical-align: middle; }

.table .icon-draggable {
  fill: #c4c4c5; }

.table-checkbox,
.table-radio {
  padding: 0 !important; }

.table .table-sort-arrow {
  opacity: 1;
  fill: #4e555a;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  margin-top: -2px;
  vertical-align: middle; }
  html[dir=rtl] .table .table-sort-arrow {
    margin-right: 3px;
    margin-left: 0; }

.checkbox-list {
  list-style: none;
  margin-bottom: 15px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 25px;
  color: #585856;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 3px; }

.checkbox-replacement,
.radio-replacement {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .checkbox-replacement .icon-checked,
  .radio-replacement .icon-checked {
    color: black; }
  .checkbox-replacement .icon-unchecked,
  .radio-replacement .icon-unchecked {
    color: #9d9d9b; }
  .checkbox-replacement .icon-indeterminate,
  .radio-replacement .icon-indeterminate {
    display: none;
    color: #9d9d9b; }
  .checkbox-replacement.is-disabled,
  .radio-replacement.is-disabled {
    cursor: default; }
  .checkbox-replacement.checkbox-replacement--fullscreen, .checkbox-replacement.radio-replacement--fullscreen,
  .radio-replacement.checkbox-replacement--fullscreen,
  .radio-replacement.radio-replacement--fullscreen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .checkbox-replacement.checkbox-replacement--inline, .checkbox-replacement.radio-replacement--inline, .radio-replacement.checkbox-replacement--inline, .radio-replacement.radio-replacement--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 3px; }
    html[dir=rtl] .checkbox-replacement.checkbox-replacement--inline, html[dir=rtl] .checkbox-replacement.radio-replacement--inline,
    html[dir=rtl] .radio-replacement.checkbox-replacement--inline,
    html[dir=rtl] .radio-replacement.radio-replacement--inline {
      margin-left: 3px;
      margin-right: 0; }
  .checkbox-replacement input,
  .radio-replacement input {
    pointer-events: none;
    position: absolute;
    opacity: 0; }
    .checkbox-replacement input:disabled ~ .icon,
    .radio-replacement input:disabled ~ .icon {
      opacity: 0.33;
      fill: none;
      cursor: default; }
    .checkbox-replacement input:not(:checked) ~ .icon-checked, .checkbox-replacement input:checked ~ .icon-unchecked,
    .radio-replacement input:not(:checked) ~ .icon-checked,
    .radio-replacement input:checked ~ .icon-unchecked {
      display: none; }
    .checkbox-replacement input:focus:not(.is-active) ~ .icon-checked, .checkbox-replacement input:focus:not(.is-active) ~ .icon-unchecked,
    .radio-replacement input:focus:not(.is-active) ~ .icon-checked,
    .radio-replacement input:focus:not(.is-active) ~ .icon-unchecked {
      -webkit-box-shadow: 0 0 0 2px #d6eaf5;
              box-shadow: 0 0 0 2px #d6eaf5;
      color: #4cafe1; }
  .checkbox-replacement + .label-text, .radio-replacement + .label-text {
    margin-left: 0; }
    html[dir=rtl] .checkbox-replacement + .label-text,
    html[dir=rtl] .radio-replacement + .label-text {
      margin-right: 0;
      margin-left: 3px; }

.checkbox-replacement:indeterminate ~ .icon-checked,
.checkbox-replacement:indeterminate ~ .icon-unchecked {
  display: none; }
.checkbox-replacement:indeterminate ~ .icon-indeterminate {
  display: block; }

.radio-replacement input:focus ~ .icon-checked,
.radio-replacement input:focus ~ .icon-unchecked {
  border-radius: 100%; }

.table .checkbox-replacement,
.table .radio-replacement {
  height: 40px;
  width: 40px; }

.table-overview tbody .icon-checkbox,
.table-overview tbody .icon-radio,
.table-overview tbody .icon-checkbox-checked,
.table-overview tbody .icon-radio-checked {
  fill: transparent; }

.table .table-cell {
  vertical-align: top;
  display: table-cell;
  border-bottom: 1px solid #eeeeee; }

.hero-two {
  width: 100%; }

.hero-two .hero-left {
  width: 50%;
  float: left; }

.hero-two .hero-right {
  width: 50%;
  float: right; }

#task {
  position: fixed;
  display: table;
  width: 100%;
  min-width: 1000px;
  top: 46px;
  display: none; }

#task > .taskbar {
  display: table-row;
  z-index: 1040; }

#task > .taskbar > div {
  padding: 0 4px 4px 4px;
  display: table-cell; }

#task .task {
  max-width: 120px;
  display: inline-block; }

#task .task > a,
#task .task > a:hover {
  color: #ffffff;
  text-decoration: none; }

#task .btn-default .task > a,
#task .btn-default .task > a:hover {
  color: #333333; }

#task .taskbar .btn-small {
  padding: 3px 8px 4px;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 300; }

#task .taskbar .btn-default {
  background-color: #c3c3c3;
  border-color: #c3c3c3; }

#task [data-type="close"] {
  margin-left: 5px;
  font-size: 13px;
  top: 1px; }
  html[dir=rtl] #task [data-type="close"] {
    margin-right: 5px;
    margin-left: 0; }

#task .taskbar-new {
  text-align: end;
  padding-right: 12px; }

.max-size-scroll {
  max-height: 240px;
  overflow-y: scroll; }

/*
#content > *:not(.active) {
  display: none !important;
}
*/
h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #42494d; }

h1, .popover-notificationsHeader .popover-title, .ticket-title-update {
  font-size: 24px;
  line-height: 30px; }

h2,
h2.popover-title {
  font-size: 20px;
  line-height: 25px; }

h3 {
  font-size: 16px;
  margin: 20px 0 8px;
  color: #454a4f;
  font-weight: normal; }
  h3 .subtitle {
    display: inline;
    font-size: 12px;
    text-transform: none;
    color: #999999;
    letter-spacing: initial; }

h4 {
  font-size: 13px;
  text-transform: uppercase; }

h5 {
  font-size: 13px;
  font-weight: bold; }

label, .select-box .select-box-header,
.checkbox.form-group label,
.checkbox.form-group .select-box .select-box-header,
.select-box .checkbox.form-group .select-box-header,
.label {
  text-transform: uppercase;
  color: #aabdc5;
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  text-align: start;
  padding: 0;
  /* user-select: none; disabled because of chrome51 https://github.com/martini/zammad/issues/183 */ }

/* circumventing the label:not(.inline-label) selector because it's too strong */
.inline-label,
.label-success,
.label-warning,
.label-danger {
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  color: inherit;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
  display: inline; }

table .inline-label,
table .label-success,
table .label-warning,
table .label-danger {
  white-space: nowrap;
  /* for labels in tables that might get crushed view: calendar_subscriptions */ }

.inline-label {
  color: #42484c; }

.label-text {
  margin-left: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  html[dir=rtl] .label-text {
    margin-right: 3px;
    margin-left: 0; }

.label-success,
.label-warning,
.label-danger {
  background: none; }

.label-success {
  color: #38ad69; }

.label-warning {
  color: #faab00; }

.label-danger {
  color: #f35912; }

.label-subtle {
  color: #cccccc; }

fieldset {
  margin: 0 -4px; }
  fieldset h2 {
    margin-left: 4px;
    margin-right: 4px; }

/*

Firefox Specific Hack
to fix the overflow of column select with long names
https://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685

*/
@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }
fieldset > .form-group {
  padding: 0 4px; }

.form-group {
  margin-bottom: 16px; }
  .form-group.form-group--inactive {
    opacity: 0.5; }

.date.form-group .controls {
  position: relative; }

.form-group + .form-group {
  margin-top: 0; }

.merge-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .merge-group.merge-group--header h2 {
    margin-bottom: 0; }
  .merge-group.merge-group--header label, .merge-group.merge-group--header .select-box .select-box-header, .select-box .merge-group.merge-group--header .select-box-header {
    display: inline; }
  .merge-group.merge-group--header .merge-source,
  .merge-group.merge-group--header .merge-target {
    border-bottom: 1px solid #eee; }
  .merge-group .merge-target,
  .merge-group .merge-source {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .merge-group .merge-source,
  .merge-group .merge-target {
    padding-bottom: 3px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 7px 13px; }
  .merge-group:first-of-type {
    margin-top: 6px; }
    .merge-group:first-of-type .merge-source,
    .merge-group:first-of-type .merge-target {
      border-top: 1px solid #eee;
      border-radius: 3px 3px 0 0; }
  .merge-group:last-of-type {
    margin-bottom: 6px; }
    .merge-group:last-of-type .merge-source,
    .merge-group:last-of-type .merge-target {
      border-bottom: 1px solid #eee;
      border-radius: 0 0 3px 3px; }
  .merge-group .merge-value {
    margin-bottom: 3px; }
  .merge-group .form-group {
    padding: 0; }
  .merge-group .form-control {
    margin: 0 !important; }
  .merge-group.merge-group--multi .merge-value + .merge-value {
    margin-top: 12px; }

.merge-controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.merge-control {
  margin-bottom: 5px;
  height: 31px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.merge-control-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.merge-arrow {
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .merge-arrow .line-arrow {
    fill: #e6e6e6; }

.formGroup-label {
  padding: 0 2px;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .formGroup-label label, .formGroup-label .select-box .select-box-header, .select-box .formGroup-label .select-box-header {
    margin: 0; }
  .formGroup-label .bookmark.icon {
    margin-bottom: -1px; }
  .formGroup-label .formGroup-metaControl {
    padding: 6px 4px;
    margin: -6px 0 -6px auto;
    font-size: 20px;
    line-height: 1;
    color: #aabdc5; }

.formGroup-bookmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -10px; }

.form-group .controls .richtext {
  position: relative;
  height: auto; }

.form-group .help-message {
  cursor: help;
  opacity: 0.2;
  top: -2px;
  position: relative;
  margin-left: auto; }
  html[dir=rtl] .form-group .help-message {
    margin-right: auto;
    margin-left: 0; }
  .form-group .help-message .icon-help {
    display: block; }

.form-group:not(.formGroup--halfSize) {
  clear: left; }

.form-group.formGroup--halfSize {
  width: 50%;
  float: left; }
  .form-group.formGroup--halfSize .form-control {
    min-width: initial; }

.formGroup--standalone .form-control {
  margin-bottom: 0; }

.controls--select {
  position: relative; }

.controls-label {
  margin: 11px 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

/* do not show safari auto fill icon - see issue #962 */
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0; }

input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=url],
textarea,
.form-control,
.checkbox.form-group .checkbox {
  display: block;
  padding: 7px 12px;
  width: 100%;
  height: 41px;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #555;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type=text].form-control--small,
  input[type=password].form-control--small,
  input[type=email].form-control--small,
  input[type=date].form-control--small,
  input[type=url].form-control--small,
  textarea.form-control--small,
  .form-control.form-control--small,
  .checkbox.form-group .checkbox.form-control--small {
    padding: 5px 8px 4px;
    height: 31px;
    line-height: 20px; }
    input[type=text].form-control--small.form-control--multiline,
    input[type=password].form-control--small.form-control--multiline,
    input[type=email].form-control--small.form-control--multiline,
    input[type=date].form-control--small.form-control--multiline,
    input[type=url].form-control--small.form-control--multiline,
    textarea.form-control--small.form-control--multiline,
    .form-control.form-control--small.form-control--multiline,
    .checkbox.form-group .checkbox.form-control--small.form-control--multiline {
      min-height: 31px; }
  input[type=text].form-control--inline,
  input[type=password].form-control--inline,
  input[type=email].form-control--inline,
  input[type=date].form-control--inline,
  input[type=url].form-control--inline,
  textarea.form-control--inline,
  .form-control.form-control--inline,
  .checkbox.form-group .checkbox.form-control--inline {
    display: inline-block;
    width: auto; }
  input[type=text].form-control--multiline,
  input[type=password].form-control--multiline,
  input[type=email].form-control--multiline,
  input[type=date].form-control--multiline,
  input[type=url].form-control--multiline,
  textarea.form-control--multiline,
  .form-control.form-control--multiline,
  .checkbox.form-group .checkbox.form-control--multiline {
    height: auto;
    min-height: 41px; }
  input[type=text]:focus, input[type=text].focus,
  input[type=password]:focus,
  input[type=password].focus,
  input[type=email]:focus,
  input[type=email].focus,
  input[type=date]:focus,
  input[type=date].focus,
  input[type=url]:focus,
  input[type=url].focus,
  textarea:focus,
  textarea.focus,
  .form-control:focus,
  .form-control.focus,
  .checkbox.form-group .checkbox:focus,
  .checkbox.form-group .checkbox.focus {
    border-color: #4cafe1;
    -webkit-box-shadow: 0 0 0 3px #d6eaf5;
            box-shadow: 0 0 0 3px #d6eaf5; }
  input[type=text].is-disabled, input[type=text][disabled], input[type=text][readonly],
  input[type=password].is-disabled,
  input[type=password][disabled],
  input[type=password][readonly],
  input[type=email].is-disabled,
  input[type=email][disabled],
  input[type=email][readonly],
  input[type=date].is-disabled,
  input[type=date][disabled],
  input[type=date][readonly],
  input[type=url].is-disabled,
  input[type=url][disabled],
  input[type=url][readonly],
  textarea.is-disabled,
  textarea[disabled],
  textarea[readonly],
  .form-control.is-disabled,
  .form-control[disabled],
  .form-control[readonly],
  .checkbox.form-group .checkbox.is-disabled,
  .checkbox.form-group .checkbox[disabled],
  .checkbox.form-group .checkbox[readonly] {
    background: #eaedf0;
    border-color: #d5d9dd; }
    input[type=text].is-disabled:focus, input[type=text].is-disabled.focus, input[type=text][disabled]:focus, input[type=text][disabled].focus, input[type=text][readonly]:focus, input[type=text][readonly].focus,
    input[type=password].is-disabled:focus,
    input[type=password].is-disabled.focus,
    input[type=password][disabled]:focus,
    input[type=password][disabled].focus,
    input[type=password][readonly]:focus,
    input[type=password][readonly].focus,
    input[type=email].is-disabled:focus,
    input[type=email].is-disabled.focus,
    input[type=email][disabled]:focus,
    input[type=email][disabled].focus,
    input[type=email][readonly]:focus,
    input[type=email][readonly].focus,
    input[type=date].is-disabled:focus,
    input[type=date].is-disabled.focus,
    input[type=date][disabled]:focus,
    input[type=date][disabled].focus,
    input[type=date][readonly]:focus,
    input[type=date][readonly].focus,
    input[type=url].is-disabled:focus,
    input[type=url].is-disabled.focus,
    input[type=url][disabled]:focus,
    input[type=url][disabled].focus,
    input[type=url][readonly]:focus,
    input[type=url][readonly].focus,
    textarea.is-disabled:focus,
    textarea.is-disabled.focus,
    textarea[disabled]:focus,
    textarea[disabled].focus,
    textarea[readonly]:focus,
    textarea[readonly].focus,
    .form-control.is-disabled:focus,
    .form-control.is-disabled.focus,
    .form-control[disabled]:focus,
    .form-control[disabled].focus,
    .form-control[readonly]:focus,
    .form-control[readonly].focus,
    .checkbox.form-group .checkbox.is-disabled:focus,
    .checkbox.form-group .checkbox.is-disabled.focus,
    .checkbox.form-group .checkbox[disabled]:focus,
    .checkbox.form-group .checkbox[disabled].focus,
    .checkbox.form-group .checkbox[readonly]:focus,
    .checkbox.form-group .checkbox[readonly].focus {
      border-color: #4cafe1; }
  input[type=text].is-disabled, input[type=text][disabled],
  input[type=password].is-disabled,
  input[type=password][disabled],
  input[type=email].is-disabled,
  input[type=email][disabled],
  input[type=date].is-disabled,
  input[type=date][disabled],
  input[type=url].is-disabled,
  input[type=url][disabled],
  textarea.is-disabled,
  textarea[disabled],
  .form-control.is-disabled,
  .form-control[disabled],
  .checkbox.form-group .checkbox.is-disabled,
  .checkbox.form-group .checkbox[disabled] {
    cursor: not-allowed;
    opacity: 1; }

input[type=url] {
  min-width: 400px; }

.user-select.form-control {
  padding-right: 35px;
  min-width: 300px; }

input[type=time] {
  width: auto;
  padding-left: 6px;
  padding-right: 6px; }

input.timeframe,
input.time {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 6px;
  line-height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  input.timeframe.form-control--small,
  input.time.form-control--small {
    line-height: 31px; }

input.timeframe {
  width: 5.5ch; }

input.time {
  width: 4.5ch; }

input.time.time--12 {
  width: 7.5ch; }

.tokenfield.focus {
  border-color: #4cafe1;
  -webkit-box-shadow: 0 0 0 3px #d6eaf5;
          box-shadow: 0 0 0 3px #d6eaf5; }

.richtext.form-control {
  padding-bottom: 28px; }

.richtext.form-control [contenteditable] {
  height: auto;
  min-height: 82px;
  background: none; }

.richtext.form-control .attachments.attachments--list:not(:empty) {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  white-space: normal;
  margin: 0 -12px -28px;
  padding: 25px 20px 21px 72px;
  position: relative;
  line-height: 1; }

textarea.form-control {
  height: 118px; }

select.form-control:not([multiple]) {
  padding-right: 34px;
  word-wrap: normal; }
  html[dir=rtl] select.form-control:not([multiple]) {
    padding-left: 34px;
    padding-right: 12px; }

.form-control.is-hidden {
  display: none; }

.form-control.form-control--borderless {
  border: none;
  padding: 0;
  line-height: inherit;
  height: auto; }
  .form-control.form-control--borderless:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.select.form-group .form-control,
.user_autocompletion.form-group .form-control {
  padding-right: 21px; }

.form-control + .icon-arrow-down, .dropdown-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  fill: black;
  opacity: 0.39;
  width: 13px;
  height: 7px; }
  html[dir=rtl] .form-control + .icon-arrow-down,
  html[dir=rtl] .dropdown-arrow {
    left: 12px;
    right: auto; }

select::-ms-expand {
  display: none; }

.has-error .form-control,
.has-error .form-control:focus,
.has-error .form-control.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: red !important; }

input.has-error {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: red !important; }

.help-inline:not(:empty) {
  color: red;
  padding: 2px;
  font-size: 13px; }

/* use on input[type=radio] */
.primary-email-switch {
  display: none; }
  .primary-email-switch + label, .select-box .primary-email-switch + .select-box-header {
    font-size: 11px;
    color: #DBDBDB;
    cursor: pointer;
    margin: 0; }
  .primary-email-switch:checked + label, .select-box .primary-email-switch:checked + .select-box-header {
    color: #3da8f5; }

.primary-email-switch-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.primary-email-switch + label, .select-box .primary-email-switch + .select-box-header {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.controls--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .controls--button input, .controls--button .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    html[dir=rtl] .controls--button input,
    html[dir=rtl] .controls--button .form-control {
      border-left-width: 0;
      border-right-width: 1px; }
    html[dir=rtl] .controls--button input, html[dir=rtl] .controls--button .form-control {
      border-top-left-radius: 0;
      border-top-right-radius: 3px; }
    html[dir=rtl] .controls--button input, html[dir=rtl] .controls--button .form-control {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 3px; }
    .controls--button input:focus + .controls-button, .controls--button .form-control:focus + .controls-button {
      /*

        fake the form-control outline

      */ }
      .controls--button input:focus + .controls-button .controls-button-inner, .controls--button .form-control:focus + .controls-button .controls-button-inner {
        border-color: #4cafe1; }
      .controls--button input:focus + .controls-button:before, .controls--button .form-control:focus + .controls-button:before {
        content: "";
        position: absolute;
        left: 0;
        top: -3px;
        right: -3px;
        bottom: -3px;
        background: #d6eaf5;
        border-radius: 0 7px 7px 0; }
        html[dir=rtl] .controls--button input:focus + .controls-button:before, html[dir=rtl] .controls--button .form-control:focus + .controls-button:before {
          left: -3px; }
        html[dir=rtl] .controls--button input:focus + .controls-button:before, html[dir=rtl] .controls--button .form-control:focus + .controls-button:before {
          right: 0; }
        html[dir=rtl] .controls--button input:focus + .controls-button:before, html[dir=rtl] .controls--button .form-control:focus + .controls-button:before {
          border-radius: 0 7px 7px 0;
          border-radius: 7px 0 0 7px; }

.controls-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .controls-button.is-active .icon {
    fill: #3da8f5; }

.controls-button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  background: white;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 0 3px 3px 0; }
  html[dir=rtl] .controls-button-inner {
    border-radius: 0 3px 3px 0;
    border-radius: 3px 0 0 3px; }

.searchfield {
  position: relative;
  margin-bottom: 20px; }
  .searchfield .icon {
    left: 15px;
    top: 12px;
    width: 17px;
    height: 17px;
    position: absolute;
    fill: #9d9d9b; }
    html[dir=rtl] .searchfield .icon {
      right: 15px;
      left: auto; }
  .searchfield input[type=search] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    border-radius: 19px;
    padding: 0 17px 0 42px;
    will-change: transform; }
    html[dir=rtl] .searchfield input[type=search] {
      padding: 0 42px 0 17px; }
    .searchfield input[type=search].is-empty + .empty-search {
      visibility: hidden; }
  .searchfield input[type="search"]::-webkit-search-cancel-button,
  .searchfield input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .searchfield .empty-search {
    height: 41px;
    width: 50px;
    visibility: visible; }
    .searchfield .empty-search .icon {
      position: static;
      opacity: 0.5; }

.content {
  overflow: auto;
  position: relative;
  background-color: #f8f9fa; }

.content.fit, .content.fullscreen, .content.dropArea, .content.dropArea-inner, .content.camera-flash, .content.batch-overlay, .content.batch-overlay-backdrop {
  padding: 10px;
  background: #2c2d36;
  z-index: 501; }

.fullscreenMessage {
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .fullscreenMessage svg, .fullscreenMessage .icon {
    margin-right: 14px; }
    html[dir=rtl] .fullscreenMessage svg,
    html[dir=rtl] .fullscreenMessage .icon {
      margin-left: 14px;
      margin-right: 0; }
  .fullscreenMessage h2 {
    margin: 0; }

.selected-clue {
  pointer-events: none; }

.modal--clue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal--clue .modal-backdrop {
    bottom: 0;
    width: 200%;
    height: 200%;
    left: -100%;
    top: -100%;
    background: radial-gradient(rgba(58, 159, 217, 0.1), rgba(58, 159, 217, 0.9)); }
  .modal--clue .modal-spacer {
    position: absolute;
    opacity: 0;
    padding: 18px; }
  .modal--clue .modal-arrow {
    background: inherit;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: -10px 0 53px -10px;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal--clue .modal-spacer[data-position="above"] .modal-arrow {
    left: 50%;
    top: 100%;
    background: #f7f7f8; }
  .modal--clue .modal-spacer[data-position="below"] .modal-arrow {
    left: 50%;
    top: 0; }
  .modal--clue .modal-spacer[data-position="left"] .modal-arrow {
    left: 100%;
    top: 50%; }
  .modal--clue .modal-content {
    border: none;
    width: 300px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05); }
  .modal--clue .modal-controls {
    background: #f7f7f8;
    margin: 23px 0 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .modal--clue .modal-control {
    padding-left: 14px;
    padding-right: 14px; }
    .modal--clue .modal-control .btn.is-disabled {
      opacity: 1;
      color: #d1d1d6; }
  .modal--clue .modal-header {
    padding-bottom: 7px;
    font-size: 18px; }
  .modal--clue .modal-body {
    max-width: 340px; }

kbd {
  background: #e3e6e8;
  border-radius: 3px;
  border: 1px solid #c0c0c8;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px rgba(0, 0, 0, 0.08);
  color: #585865;
  display: inline-block;
  font-size: 12px;
  margin: 0 1px;
  padding: 0 4px;
  vertical-align: top; }

.form-stacked .checkbox label, .form-stacked .checkbox .select-box .select-box-header, .select-box .form-stacked .checkbox .select-box-header {
  color: inherit;
  font-size: 13px;
  text-transform: inherit;
  vertical-align: baseline;
  letter-spacing: inherit; }

.pagination {
  margin: 0 0 0 19px;
  @includ rtl(margin, 0 19px 0 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pagination > li > a, .pagination > li > span {
  padding: 0;
  width: 31px;
  height: 31px;
  border-color: #e5e5e5;
  margin-left: -1px; }
  html[dir=rtl] .pagination > li > a,
  html[dir=rtl] .pagination > li > span {
    margin-right: -1px;
    margin-left: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  html[dir=rtl] .pagination > li:first-child > a,
  html[dir=rtl] .pagination > li:first-child > span {
    border-top-right-radius: 4px;
    border-top-left-radius: 0; }
  html[dir=rtl] .pagination > li:first-child > a, html[dir=rtl] .pagination > li:first-child > span {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  html[dir=rtl] .pagination > li:last-child > a,
  html[dir=rtl] .pagination > li:last-child > span {
    border-top-left-radius: 4px;
    border-top-right-radius: 0; }
  html[dir=rtl] .pagination > li:last-child > a, html[dir=rtl] .pagination > li:last-child > span {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #0F94D6;
  border-color: #0F94D6; }

.pagination-counter {
  margin: 0 0 0 19px;
  line-height: 33px;
  color: #9c9c9b; }
  html[dir=rtl] .pagination-counter {
    margin: 0 19px 0 0; }

.pagination-items-range {
  color: #706f6f; }

.page-header {
  margin: 0 0 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-header--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-header-title .zammad-switch {
    margin-right: 9px; }
    html[dir=rtl] .page-header-title .zammad-switch {
      margin-left: 9px;
      margin-right: 0; }
  .page-header-title h1, .page-header-title .popover-notificationsHeader .popover-title, .popover-notificationsHeader .page-header-title .popover-title, .page-header-title .ticket-title-update,
  .page-header-title h2 {
    margin-top: 9px;
    margin-bottom: 7px; }

.page-header-center {
  justify-self: center;
  padding-left: 9px;
  margin: 0 auto; }
  html[dir=rtl] .page-header-center {
    padding-right: 9px;
    padding-left: 0; }
  .page-header-center + .page-header-meta {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    html[dir=rtl] .page-header-center + .page-header-meta {
      margin-right: 0;
      margin-left: auto; }

.page-header-meta {
  margin-left: auto;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  /* firefox flexbug */ }
  html[dir=rtl] .page-header-meta {
    margin-right: auto;
    margin-left: 0; }
  html[dir=rtl] .page-header-meta {
    padding-right: 20px;
    padding-left: 0; }
  .page-header-meta .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .page-header-meta .btn + .btn {
    margin-left: 9px; }
    html[dir=rtl] .page-header-meta .btn + .btn {
      margin-right: 9px;
      margin-left: 0; }

.page-content .formGroup-label label, .page-content .formGroup-label .select-box .select-box-header, .select-box .page-content .formGroup-label .select-box-header,
.page-content .label {
  color: #a5b8c0; }
.page-content .help-text,
.page-content .help-block {
  color: #aabdc5; }

.page-description p {
  color: initial; }

.page-body--two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-aside {
  padding-right: 20px;
  border-right: 1px solid #e6e6e6;
  margin-right: 20px;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  html[dir=rtl] .page-aside {
    padding-left: 20px;
    padding-right: 0; }
  html[dir=rtl] .page-aside {
    border-left: 1px solid #e6e6e6;
    border-right: none; }
  html[dir=rtl] .page-aside {
    margin-left: 20px;
    margin-right: 0; }

.page-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.page-loading {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-loading-label {
  margin-left: 10px;
  margin-top: 1px; }
  html[dir=rtl] .page-loading-label {
    margin-right: 10px;
    margin-left: 0; }

.dropdown-menu .count {
  padding-top: 1px;
  margin-left: 10px; }
  html[dir=rtl] .dropdown-menu .count {
    margin-right: 10px;
    margin-left: 0; }

.help-block {
  margin: 0;
  color: #bcbcbc;
  font-size: 13px; }
  .help-block.help-block--center {
    text-align: center; }

.help-block:not(:empty) {
  margin: 8px 2px 0; }

/* replace music icon with attachment */
.icon-attachment {
  background-position: -24px 0; }

/*
 * hero-unit (used on getstarted, login, signup)
 */
.hero-unit, .wizard-slide {
  width: 500px;
  margin: 10px 0;
  padding: 23px 25px;
  border: 1px solid #e5f0f5;
  color: inherit;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .hero-unit label, .wizard-slide label, .hero-unit .select-box .select-box-header, .select-box .hero-unit .select-box-header, .wizard-slide .select-box .select-box-header, .select-box .wizard-slide .select-box-header {
    color: #999999; }
  .hero-unit .inline-label, .wizard-slide .inline-label {
    font-size: inherit; }

.hero-unit h1, .wizard-slide h1, .hero-unit .popover-notificationsHeader .popover-title, .popover-notificationsHeader .hero-unit .popover-title, .wizard-slide .popover-notificationsHeader .popover-title, .popover-notificationsHeader .wizard-slide .popover-title, .hero-unit .ticket-title-update, .wizard-slide .ticket-title-update,
.hero-unit h2,
.wizard-slide h2 {
  margin-top: 0; }

.getstarted,
.reset_password,
.signup,
.darkBackground,
.login {
  padding: 10px;
  background: #2c2d35; }

.content.getstarted {
  padding: 0; }
  .content.getstarted .main {
    padding: 20px 10px; }

.login {
  padding: 24px 24px 97px;
  color: #5e656e; }
  .login a {
    color: #808085; }
  .login.login--fancy {
    color: rgba(255, 255, 255, 0.7);
    background: radial-gradient(circle at 49.06% 50.5%, #a36f71, transparent 74%), radial-gradient(circle at 6.95% 9.56%, #745479, transparent 100%), radial-gradient(circle at 2.58% 98.57%, #392e3e, transparent 51%), radial-gradient(circle at 82.11% 97.15%, #5c404e, transparent 100%), radial-gradient(circle at 50% 50%, #8b6b76, #8b6b76 100%); }
    .login.login--fancy a {
      color: white; }
    .login.login--fancy .hero-unit, .login.login--fancy .wizard-slide {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09); }
  .login .btn:not(.btn--text) {
    min-width: calc(33.33% - 6px); }

.login .hero-unit, .login .wizard-slide {
  width: 430px;
  margin: 0 0 28px; }

.login .company-logo {
  max-height: 100px;
  max-width: 200px;
  margin: 20px auto 42px;
  display: block; }

.login p {
  margin: 0 auto 22px;
  max-width: 400px;
  text-align: center; }

.login hr {
  margin: 0 auto 22px;
  border-top-color: #414148;
  width: 100%;
  max-width: 400px; }

.login p a {
  text-decoration: underline; }

.poweredBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3e3f47;
  margin: auto 0 34px -16px;
  cursor: default;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  html[dir=rtl] .poweredBy {
    margin: auto -16px 34px 0; }
  .poweredBy .icon-logo {
    margin-right: 8px;
    margin-top: -11px; }
    html[dir=rtl] .poweredBy .icon-logo {
      margin-left: 8px;
      margin-right: 0; }
  .poweredBy .logotype {
    margin-left: 7px;
    margin-top: -3px;
    fill: #3f424b; }
    html[dir=rtl] .poweredBy .logotype {
      margin-left: 7px;
      margin-left: 0; }

.fullscreen {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100vh; }

.fullscreen p {
  color: #5e656e; }

.fullscreen-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fullscreen-body {
  text-align: start;
  display: inline-block; }

ol.tabs {
  list-style: decimal inside; }

ol.tabs li {
  display: list-item; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  color: #b8b8b8;
  border: 1px solid rgba(0, 8, 14, 0.08);
  border-radius: 3px;
  background: white; }

.tabs-condensed .tab {
  padding-left: 5px;
  padding-right: 5px; }

.progress-tabs .tab {
  cursor: default; }

.tab {
  color: inherit;
  height: 35px;
  padding: 8px 20px;
  text-align: center;
  border-right: 1px solid rgba(0, 8, 14, 0.08);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap; }
  .tab.active {
    color: white;
    background: #444a4f;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .tab.active .tab-badge {
      color: #a3a6a8; }

.tab-dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tab-dropdown .arrow {
    margin-left: 10px;
    opacity: 0.75; }
    html[dir=rtl] .tab-dropdown .arrow {
      margin-right: 10px;
      margin-left: 0; }
  .tab-dropdown .icon {
    fill: #b3b3b3; }
  .tab-dropdown.active {
    background: white; }
    .tab-dropdown.active .icon {
      fill: #444a4f;
      opacity: 1; }

.tab:first-child {
  border-radius: 3px 0 0 3px;
  border-right-width: 1px; }
  html[dir=rtl] .tab:first-child {
    border-radius: 0 3px 3px 0; }
  html[dir=rtl] .tab:first-child {
    border-right-width: 1px;
    border-right-width: 0; }

.tab:last-child:not(:only-child) {
  border-radius: 0 3px 3px 0;
  border-right-width: 0; }
  html[dir=rtl] .tab:last-child:not(:only-child) {
    border-right-width: 0;
    border-right-width: 1px; }
  html[dir=rtl] .tab:last-child:not(:only-child) {
    border-radius: 3px 0 0 3px; }

.tab:only-child {
  border-radius: 3px;
  border-right-width: 0; }
  html[dir=rtl] .tab:only-child {
    border-right-width: 0;
    border-right-width: 1px; }

.tab-badge {
  margin-left: 3px;
  font-size: 0.95em; }
  html[dir=rtl] .tab-badge {
    margin-right: 3px;
    margin-left: 0; }

.tabs.tabs--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0;
  margin-right: 0; }
  .tabs.tabs--inline .tab {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

.tabs--big {
  margin: 28px auto;
  font-size: 14px;
  border-radius: 8px; }
  .tabs--big .tab {
    height: auto;
    padding: 10px 23px 9px; }
    .tabs--big .tab:first-child {
      border-radius: 8px 0 0 8px; }
      html[dir=rtl] .tabs--big .tab:first-child {
        border-radius: 0 8px 8px 0; }
    .tabs--big .tab:last-child {
      border-radius: 0 8px 8px 0; }
      html[dir=rtl] .tabs--big .tab:last-child {
        border-radius: 8px 0 0 8px; }
    .tabs--big .tab:only-child {
      border-radius: 8px; }
  .tabs--big .tab-dropdown {
    padding-left: 18px;
    padding-right: 15px; }
    html[dir=rtl] .tabs--big .tab-dropdown {
      padding-left: 15px; }
    html[dir=rtl] .tabs--big .tab-dropdown {
      padding-right: 18px; }

.dashboard .tabs--big {
  width: 50%; }

.separator {
  margin: 20px 0;
  position: relative;
  text-align: center; }

.separator:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #e6e6e6; }

.separator-text {
  padding: 0 10px;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: white;
  display: inline-block;
  position: relative; }

.auth-providers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -10px; }

.auth-provider {
  height: 40px;
  padding: 0 10px 0 7px;
  margin-bottom: 10px;
  color: white !important;
  line-height: 23px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: calc(33.33% - 6px); }
  .auth-provider.auth-provider--wide {
    padding-right: 25px; }
  .auth-provider.auth-provider--facebook {
    background: #4f699c; }
  .auth-provider.auth-provider--google {
    background: #ededed;
    color: #757575 !important; }
  .auth-provider.auth-provider--twitter {
    background: #2daee1; }
  .auth-provider.auth-provider--email {
    background: #ffd22e; }
  .auth-provider.auth-provider--linkedin {
    background: #006087; }
  .auth-provider.auth-provider--github {
    background: #454545; }
  .auth-provider.auth-provider--gitlab {
    background: #e5492a; }
  .auth-provider.auth-provider--oauth2 {
    background: #262626; }
  .auth-provider.auth-provider--office365 {
    background: #f03c00; }
  .auth-provider.auth-provider--weibo {
    background: #454545; }
  .auth-provider .provider-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .auth-provider .provider-icon {
    width: 29px;
    height: 24px;
    margin-right: 10px; }
    html[dir=rtl] .auth-provider .provider-icon {
      margin-left: 10px;
      margin-right: 0; }

/*

  global icon definitions
  =======================

*/
.icon-arrow-down,
.icon-arrow-up,
.icon-arrow-left,
.icon-arrow-right {
  fill: black;
  opacity: 0.39; }

.icon-arrow-left.arrow--x2,
.icon-arrow-right.arrow--x2 {
  width: 14px;
  height: 26px; }

.arrow--disabled {
  opacity: 0.23; }

.icon-checkmark {
  fill: #38ad69; }

.icon-error {
  fill: #f35912; }

.loading.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #38ad69;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
          animation: rotateplane 1.2s infinite ease-in-out; }

.small.loading.icon {
  width: 20px;
  height: 20px; }

.tiny.loading.icon {
  width: 12px;
  height: 12px; }

.loading.icon.muted {
  background: #f3f6f7; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.color-swatch {
  padding: 2px;
  margin: -2px 0 -4px;
  cursor: pointer;
  /* :after technique for bigger click area */ }
  .color-swatch:after {
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    border-radius: 100%;
    background: currentColor; }

.icon-status {
  fill: #faab00; }
  .icon-status.inline {
    margin-top: -3px;
    vertical-align: middle; }
  .icon-status.inactive {
    fill: #d5dee2; }
  .icon-status.ok {
    fill: #38ad69; }
  .icon-status.error {
    fill: #f35912; }
  .icon-status.neutral {
    fill: #faab00; }

.icon-status-modified-inner-circle {
  position: absolute;
  left: 50%;
  top: 0;
  will-change: opacity;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-animation: fade 1.8s ease-in-out infinite;
          animation: fade 1.8s ease-in-out infinite; }

@-webkit-keyframes fade {
  54% {
    opacity: 1; }
  90% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  54% {
    opacity: 1; }
  90% {
    opacity: 0; }
  to {
    opacity: 1; } }
.icon-checkbox,
.icon-checkbox-checked,
.icon-checkbox-indeterminate {
  fill: white; }

/*
 * removed margin of forms to not break the layout with submit buttons within <form></form> area e. g. for modal dialogs
 */
form {
  margin: 0; }
  form.form--flexibleWidth .controls {
    display: table; }
  form.form--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px; }
    form.form--grid .form-group {
      display: block;
      padding: 0 10px;
      width: 100%; }
      form.form--grid .form-group[data-width="1/2"] {
        width: calc(1/2 * 100%); }
      form.form--grid .form-group[data-width="1/3"] {
        width: calc(1/3 * 100%); }
      form.form--grid .form-group[data-width="2/3"] {
        width: calc(2/3 * 100%); }
      form.form--grid .form-group[data-width="1/4"] {
        width: calc(1/4 * 100%); }
      form.form--grid .form-group[data-width="2/4"] {
        width: calc(2/4 * 100%); }
      form.form--grid .form-group[data-width="3/4"] {
        width: calc(3/4 * 100%); }
      form.form--grid .form-group[data-width="1/5"] {
        width: calc(1/5 * 100%); }
      form.form--grid .form-group[data-width="2/5"] {
        width: calc(2/5 * 100%); }
      form.form--grid .form-group[data-width="3/5"] {
        width: calc(3/5 * 100%); }
      form.form--grid .form-group[data-width="4/5"] {
        width: calc(4/5 * 100%); }

.form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }
  .form-controls .btn + .btn:not(.align-right) {
    margin-left: 20px; }
    html[dir=rtl] .form-controls .btn + .btn:not(.align-right) {
      margin-right: 20px;
      margin-left: 10px; }

form a.standalone {
  line-height: 40px;
  margin: 0 5px; }

form a.standalone.align-right {
  margin-left: auto; }
  html[dir=rtl] form a.standalone.align-right {
    margin-right: auto;
    margin-left: 0; }

footer {
  clear: both;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 22px; }
  html[dir=rtl] footer {
    padding-left: 22px; }
  html[dir=rtl] footer {
    padding-right: 10px; }

.can-move {
  cursor: move; }

.can-move-placeholder {
  border: 1px dashed #DDD;
  background: #EEE;
  margin-top: 5px;
  margin-bottom: 5px; }

.customer_info ul.nav > li {
  width: 50%; }

.customer_info .thumbnail {
  position: absolute;
  right: 20px; }

.customer_info textarea {
  padding-left: 10px;
  width: 100%;
  border-color: #eee; }
  html[dir=rtl] .customer_info textarea {
    padding-right: 10px;
    padding-left: 0; }

@media screen and (max-width: 1260px) {
  .overviews .sidebar {
    display: none; } }
.overviews .table > tbody > tr > td {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.overview-header {
  position: relative;
  margin: 20px 0 32px;
  height: 41px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .overview-header .tabsHolder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
    min-width: 0;
    /* Firefox bug fix */ }
    html[dir=rtl] .overview-header .tabsHolder {
      margin-left: 20px;
      margin-right: 0; }
  .overview-header .tabs {
    margin: 0;
    position: relative; }
  .overview-header .tabs-clone {
    right: 0; }
  .overview-header .dropdown {
    min-width: 0;
    width: 336px; }
  @media screen and (max-width: 1260px) {
    .overview-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.bulkAction {
  position: fixed;
  bottom: 0;
  left: 540px;
  right: 0;
  min-width: 484px;
  background: white;
  z-index: 1;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.05), 0 -2px rgba(0, 0, 0, 0.03), 0 -3px rgba(0, 0, 0, 0.01);
          box-shadow: 0 -1px rgba(0, 0, 0, 0.05), 0 -2px rgba(0, 0, 0, 0.03), 0 -3px rgba(0, 0, 0, 0.01); }
  @media screen and (max-width: 1260px) {
    .bulkAction {
      left: 260px;
      min-width: 744px; } }

.bulkAction-firstStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.bulkAction-secondStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.bulkAction .btn {
  margin: 0 16px; }

.bulkAction .btn--text {
  margin-right: 0; }
  html[dir=rtl] .bulkAction .btn--text {
    margin-left: 0;
    margin-right: 16px; }

.bulkAction-controls {
  margin-top: 10px;
  margin-left: auto; }
  html[dir=rtl] .bulkAction-controls {
    margin-right: auto;
    margin-left: 0; }

.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #585856; }

.panel-default > .panel-heading {
  padding-bottom: 8px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  background: #eaeff1;
  background: #eaeff1;
  border-color: #d5dee2; }

.panel-title {
  font-size: inherit; }

.panel-group .panel-heading {
  display: block; }

.panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.well {
  background: white;
  border: 1px solid #eaeaeb;
  border-radius: 3px;
  padding: 10px; }

.well-muted {
  background-color: whiteSmoke;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  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); }

.merged, .merge:hover {
  text-decoration: line-through; }

.translation {
  border: 1px dotted #F92;
  border-radius: 3px;
  cursor: text; }

.translation[contenteditable="true"] {
  display: inline; }

.translation[contenteditable="true"]:hover,
.translation[contenteditable="true"]:focus {
  background: none; }

.translation .icon-edit {
  display: none; }

.translation:hover .icon-edit {
  display: inline-block; }

.translationOverview .btn + .btn {
  margin: -10px; }

.sub_attribute .control-label {
  width: 60px; }

.sub_attribute .controls {
  margin-left: 80px; }
  html[dir=rtl] .sub_attribute .controls {
    margin-right: 80px;
    margin-left: 0; }

.splash {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #737373; }
  .splash .icon {
    margin-right: 10px;
    -webkit-filter: grayscale(90%);
            filter: grayscale(90%); }
    html[dir=rtl] .splash .icon {
      margin-left: 10px;
      margin-right: 0; }

.navigation {
  width: 260px;
  background: #25262d;
  position: relative; }

.navigation:empty {
  display: none !important; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.menu .badge {
  background: #faab00;
  color: #25262d;
  margin-right: 8px; }
  html[dir=rtl] .menu .badge {
    margin-left: 8px;
    margin-right: 0; }

.menu .zammad-switch {
  height: 22px; }

.menu .dropdown-menu {
  left: 10px;
  right: 15px;
  min-width: 0; }

.menu-item {
  padding: 0 15px;
  height: 48px;
  color: rgba(240, 250, 255, 0.25);
  border-bottom: 1px solid rgba(240, 250, 255, 0.05);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .menu-item:hover {
    background: #1e1f24;
    border-bottom-color: rgba(240, 250, 255, 0.08); }
  .menu-item.is-active, .menu-item.is-hovered {
    background: none;
    color: white; }
  .menu-item.is-active .menu-item-icon, .menu-item.is-active .dropdown-icon, .menu-item.is-hovered .menu-item-icon {
    fill: currentColor; }
  .menu-item.is-active, .menu-item.is-hovered {
    background: #3a9fd9; }
  .menu-item.is-active .zammad-switch input:not(:checked) + label, .menu-item.is-active .zammad-switch .select-box input:not(:checked) + .select-box-header, .select-box .menu-item.is-active .zammad-switch input:not(:checked) + .select-box-header {
    background: #2382b8; }
  .menu-item.is-active .zammad-switch label:after, .menu-item.is-active .zammad-switch .select-box .select-box-header:after, .select-box .menu-item.is-active .zammad-switch .select-box-header:after {
    background: white; }
  .menu-item .dropdown-icon {
    fill: currentColor; }

.menu-item-icon {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  fill: #585f65; }
  html[dir=rtl] .menu-item-icon {
    margin-left: 15px;
    margin-right: 0; }

.menu-item-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px; }

.tasks {
  background: #2c2d36;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto; }

.tasks.tasks--standalone {
  background: none;
  margin: 8px 0 0;
  padding: 0;
  overflow: visible; }

.tasks--standalone .task {
  padding: 0;
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tasks--standalone .task-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  /* Firefox wrong content-calculation with word-wrap workaround */ }

.tasks--standalone .name {
  display: block; }

.tasks--standalone .time {
  color: #aabdc5; }

.tasks--standalone .icon-task-state {
  margin-right: 4px; }
  html[dir=rtl] .tasks--standalone .icon-task-state {
    margin-left: 4px;
    margin-right: 0; }

.nav-tab {
  padding: 10px 15px 9px 0;
  position: relative;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  html[dir=rtl] .nav-tab {
    padding: 10px 15px 9px 0;
    padding: 10px 0 9px 15px; }

.tasks-navigation .nav-tab {
  height: 40px;
  border-bottom: 1px solid #33363e; }

.tasks-navigation .nav-tab:not(.is-active):hover {
  background: #26272e; }

.navigation .nav-tab-name {
  text-align: start; }

.tasks-navigation .nav-tab-icon .error {
  -webkit-transform: scale(0.85);
          transform: scale(0.85); }

.nav-tab:hover {
  color: #808080;
  text-decoration: none; }

.nav-tab.is-active,
.nav-tab.nav-tab--search:hover,
.nav-tab.nav-tab--search.is-hover {
  background: #389ed9;
  color: white; }
  .nav-tab.is-active .nav-tab-icon .icon,
  .nav-tab.nav-tab--search:hover .nav-tab-icon .icon,
  .nav-tab.nav-tab--search.is-hover .nav-tab-icon .icon {
    fill: white; }

.nav-tab.ui-sortable-helper {
  border-bottom-color: transparent; }

.nav-tab.nav-tab--search {
  height: 30px;
  padding-top: 9px; }

.nav-tab-icon {
  margin-top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 30px; }

.nav-tab-icon .icon {
  max-width: 18px;
  max-height: 18px;
  fill: #808080; }

.nav-tab-icon .icon-diagonal-cross {
  fill: #F35910;
  width: 12px;
  height: 12px; }

.nav-tab-icon .icon.icon-loading {
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
          animation: rotateplane 1.2s infinite ease-in-out;
  fill: #38ad69;
  /*
    Safari font rendering bugfix while animating
    http://stackoverflow.com/questions/9733011/safari-changing-font-weights-when-unrelated-animations-are-running
  */
  position: relative; }

.nav-tab-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-right: 16px;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  html[dir=rtl] .nav-tab-close {
    left: 0;
    right: auto; }
  html[dir=rtl] .nav-tab-close {
    padding-left: 16px;
    padding-right: 0; }

.nav-tab:hover .nav-tab-close {
  visibility: visible; }

.nav-tab-close-inner {
  width: 19px;
  height: 19px;
  background-color: #2c2d36;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.nav-tab-close:hover .nav-tab-close-inner {
  background-color: #972e29; }

.nav-tab-close svg {
  width: 9px;
  height: 9px;
  fill: white;
  opacity: 0.3; }

.nav-tab-close:hover svg {
  opacity: 1; }

.icon-task-state {
  margin-top: 1px;
  display: block; }

.nav-tab-icon .icon-task-state {
  margin: 0; }

.nav-tab.task-state-open.is-active {
  background-color: #faab00; }

.task-state-open-color {
  color: #faab00; }

.icon-task-state.open {
  fill: #faab00; }

.nav-tab.task-state-closed.is-active {
  background-color: #38ad69; }

.task-state-closed-color {
  color: #38ad69; }

.icon-task-state.closed {
  fill: #38ad69; }

.nav-tab.task-state-escalating.is-active {
  background-color: #f35912; }

.task-state-escalating-color {
  color: #f35912; }

.icon-task-state.escalating {
  fill: #f35912; }

.task-state-pending-color {
  color: #42484c; }

.icon-task-state.pending {
  fill: #42484c; }

.search {
  padding: 11px 5px 4px 10px;
  border-bottom: 1px solid rgba(240, 250, 255, 0.05);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: inherit; }
  html[dir=rtl] .search {
    padding: 11px 10px 4px 0px; }

.search-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 240ms;
  transition: 240ms; }

.empty-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 40px;
  z-index: 1;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  html[dir=rtl] .empty-search {
    left: 0;
    right: auto; }

.search .empty-search .icon-diagonal-cross {
  fill: white;
  opacity: 0.5; }

.filled.search .empty-search {
  visibility: visible; }

.search input[type=search] {
  width: 100%;
  padding: 5px 33px 5px 33px;
  height: 30px;
  color: #ECECEC;
  background: #31373b;
  line-height: 20px;
  outline: none;
  border: none;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

.search .icon-magnifier {
  position: absolute;
  top: 8px;
  left: 10px;
  left: 10px;
  z-index: 2;
  opacity: 0.5;
  fill: white; }
  html[dir=rtl] .search .icon-magnifier {
    right: 10px;
    left: auto; }

.search.focused .search-holder {
  margin-right: -46px; }
  html[dir=rtl] .search.focused .search-holder {
    margin-left: -46px;
    margin-right: 0; }

.search.focused .logo {
  opacity: 0;
  z-index: -1; }

.search .logo {
  position: relative;
  margin: -4px 10px 0 12px;
  -webkit-transition: 240ms;
  transition: 240ms; }

.search .logo .icon-logo {
  position: relative; }

.search .logo .activity-counter {
  min-width: 21px;
  position: absolute;
  right: -3px;
  bottom: 2px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
  background: #e15151;
  border-radius: 10px;
  border: 2px solid #25262d; }

.search .logo .activity-counter:empty {
  display: none; }

.global-search-menu {
  background: #26272e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 53px;
  display: none;
  overflow: auto; }
  .global-search-menu .divider {
    height: 1px;
    background: #2f3238;
    margin: 14px 0 17px; }

.search.open .global-search-menu {
  display: block; }

.global-search-detail-link {
  padding: 9px 15px 8px 0;
  margin-bottom: 7px;
  height: auto !important; }
  .global-search-detail-link .nav-tab-icon {
    width: 18px;
    margin-left: 10px;
    margin-right: 10px; }
    .global-search-detail-link .nav-tab-icon .icon {
      width: 18px;
      height: 14px; }
  .global-search-detail-link .nav-tab-name .icon {
    fill: currentColor;
    margin: -2px 0 0 3px;
    vertical-align: middle; }

.global-search-result {
  margin: 0;
  padding: 0;
  list-style: none; }

.user-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.user-menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #26272e; }

.user-menu .list-button {
  height: 60px;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.user-menu .list-button *:not(.dropdown-nose):not(.icon-crown) {
  position: relative; }

.user-menu > li:hover .list-button:before,
.user-menu > li.is-active .list-button:before,
.user-menu > li.is-hovered .list-button:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: white; }

.user-menu > li.is-active .list-button:before {
  background: #3da8f5; }

.user-menu li.add:hover .list-button:before,
.user-menu li.add.is-active .list-button:before,
.user-menu li.add.is-hovered .list-button:before {
  background: #38ae6a; }

.user-menu-icon {
  width: 20px;
  height: 20px;
  fill: #4d4d4d; }

.user-menu-icon.icon-plus {
  fill: #38ad69; }

.user-menu > li:hover .user-menu-icon {
  fill: #25262d; }

.user-menu > li.is-active .user-menu-icon {
  fill: white; }

.user-menu > li.add:hover .user-menu-icon.icon-plus,
.user-menu > li.add.is-hovered .user-menu-icon.icon-plus,
.user-menu > li.add.is-active .user-menu-icon.icon-plus {
  fill: white; }

.user-menu > li:not(:last-child) {
  border-right: 1px solid #2c2d36; }

.dropdown-nose {
  position: absolute;
  border: 7px solid transparent;
  border-bottom: none;
  border-top: 7px solid white;
  left: 50%;
  margin-left: -7px;
  top: -6px;
  display: none; }

li.add .dropdown-nose {
  border-top-color: #38af6e; }

.open.dropdown .dropdown-nose,
.open.dropup .dropdown-nose {
  display: block; }

.user-menu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin-bottom: 5px;
  min-width: 0;
  left: 10px;
  right: 15px;
  width: auto; }

.user-menu li.add .dropdown-menu {
  background-color: #38af6e; }

.user-menu li.add .dropdown-menu li > a {
  color: white; }

.user-menu li.add .dropdown-menu .divider {
  background: #4cb77c; }

.user-menu .dropdown-menu .divider {
  margin: 0; }

.user-menu .dropdown-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.avatar {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .avatar.size-30 {
    width: 30px;
    height: 30px; }
  .avatar .icon-crown {
    position: absolute;
    width: 28px;
    left: 50%;
    margin-left: -14px;
    top: -15px;
    fill: #ffd22e; }
  .avatar-status {
    position: absolute;
    right: -4px;
    bottom: -4px;
    border-radius: 999px;
    background: #2c2d35;
    fill: white;
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .avatar.size-50 {
    width: 50px;
    height: 50px; }
    .avatar.size-50 .icon-crown {
      width: 36px;
      margin-left: -18px;
      top: -15px; }
  .avatar.size-80 {
    width: 82px;
    height: 82px; }
    .avatar.size-80 .icon-crown {
      width: 64px;
      margin-left: -32px;
      top: -16px; }
  .avatar--idle {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.5; }
  .avatar--inactive {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.2; }
  .avatar--vacation {
    -webkit-filter: grayscale(70%);
            filter: grayscale(70%);
    opacity: 1; }
  .avatar--unique {
    background-image: url(/assets/images/avatar-bg.png);
    background-size: 300px 226px;
    color: white;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    cursor: default; }
    .avatar--unique.size-30 {
      font-size: 10px;
      line-height: 32px;
      background-size: 225px 170px; }
    .avatar--unique.size-50 {
      font-size: 16px;
      line-height: 52px;
      background-size: 375px 283px; }
    .avatar--unique.size-80 {
      font-size: 26px;
      line-height: 84px;
      background-size: 600px 452px; }
  .avatar--organization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .avatar--organization .icon-organization {
      fill: currentColor; }
    .avatar--organization.size-80 .icon-organization {
      width: 32px;
      height: 32px; }
  .avatar--group {
    overflow: hidden; }
    .avatar--group .icon {
      fill: white;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 44px;
      height: 44px;
      bottom: -8px; }
    .avatar--group.size-30 .icon {
      width: 33px;
      height: 33px;
      bottom: -6px; }
    .avatar--group.size-50 .icon {
      width: 55px;
      height: 55px;
      bottom: -10px; }
    .avatar--group.size-80 .icon {
      width: 88px;
      height: 88px;
      bottom: -15px; }
    .avatar--group-color-0 {
      background: #009bc2; }
    .avatar--group-color-1 {
      background: #00c25a; }
    .avatar--group-color-2 {
      background: #bdb300; }
  .avatar .icon-logo {
    width: 100%;
    height: 100%; }

.sidebar {
  position: relative;
  width: 280px;
  padding: 20px;
  color: #585856;
  background: white;
  border-right: 1px solid #e6e6e6;
  overflow: auto; }
  html[dir=rtl] .sidebar {
    border-left: 1px solid #e6e6e6;
    border-right: none; }
  @media screen and (max-width: 1260px) {
    .sidebar.optional {
      display: none; } }
  .sidebar h2 {
    margin-top: 0; }
  .sidebar h3 {
    margin: 0;
    color: rgba(0, 8, 14, 0.73);
    font-weight: normal;
    font-size: 16px;
    text-transform: initial;
    letter-spacing: 0; }

.sidebar-block, .popover-block {
  margin: 20px 0; }
  .sidebar-block:first-child, .popover-block:first-child {
    margin-top: 0; }

.sidebar-block [contenteditable=true], .popover-block [contenteditable=true] {
  white-space: normal; }

.main + .sidebar {
  border-right: none;
  border-left: 1px solid #e6e6e6; }

.NavBarAdmin.sidebar,
.NavBarProfile.sidebar {
  width: 280px; }
  .NavBarAdmin.sidebar h2,
  .NavBarProfile.sidebar h2 {
    margin: 21px 0 12px; }
  .NavBarAdmin.sidebar h2:first-child,
  .NavBarProfile.sidebar h2:first-child {
    margin-top: 0; }

.nav-stacked > li + li {
  margin-top: 0; }

.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:active {
  color: #0f94d6;
  border-radius: 0;
  background: transparent;
  /* a:focus, a:active with bg: transparent fixes gray focus bg in IE 10 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-pills.nav-stacked > li > a,
.nav-pills.nav-stacked > li > a:focus,
.nav-pills.nav-stacked > li > a:active {
  padding: 0;
  height: 40px;
  line-height: 39px;
  border-top: 1px solid #f2f2f3; }

.nav-pills > li:hover > a {
  background: #f2f2f3; }

.nav-pills.nav-stacked > li:hover > a,
.nav-pills.nav-stacked > li:hover + li:not(.active) > a {
  border-color: transparent; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: white;
  background: #2c2d36;
  border-color: initial; }

.nav-pills.nav-stacked > li:hover > a,
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px; }

.sidebar:not(.NavBarAdmin) .nav-pills > li:first-child > a {
  border-top: none; }

.nav-pills > li > a > .icon {
  fill: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: -2px; }
  .nav-pills > li > a > .icon:first-child {
    margin-right: 5px; }
    html[dir=rtl] .nav-pills > li > a > .icon:first-child {
      margin-right: 5px;
      margin-right: 0; }

.nav-pills > li > a > .badge {
  margin-left: auto;
  margin-right: 5px;
  padding-left: 10px; }
  html[dir=rtl] .nav-pills > li > a > .badge {
    padding-right: 10px;
    padding-left: 0; }
  html[dir=rtl] .nav-pills > li > a > .badge {
    margin-left: 5px; }
  html[dir=rtl] .nav-pills > li > a > .badge {
    margin-right: auto; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #96969b;
  background: none; }

.main {
  padding: 10px 20px;
  overflow: auto;
  position: relative; }
  .main--large-padding {
    padding: 30px 40px; }

.main--tabs,
.main.no-padding {
  padding: 0; }

.tooltip {
  font-family: inherit; }

.tooltip-inner {
  max-width: 400px; }

.popover {
  position: absolute;
  font-family: inherit;
  width: 372px;
  max-width: 9999px;
  border-radius: 0;
  border: none;
  color: #42484c;
  -webkit-box-shadow: 0 1px 14px rgba(0, 8, 14, 0.25);
          box-shadow: 0 1px 14px rgba(0, 8, 14, 0.25); }
  html[dir=rtl] .popover {
    text-align: right; }

.popover-body {
  overflow: auto; }

.popover-title {
  border: none;
  background: none;
  padding: 21px 17px 4px; }

.popover-content {
  padding: 0 17px;
  margin-bottom: 21px; }

.popover.right {
  margin-left: 4px; }

.popover.right > .arrow {
  border-right: none;
  left: -9px; }

.popover.top {
  margin-bottom: 9px; }

.popover.top > .arrow {
  border-top: none;
  bottom: -9px; }

.popover.left {
  margin-right: 9px;
  margin-left: 0; }

.popover.left > .arrow {
  border-left: none;
  right: -9px; }

.popover.bottom {
  margin-top: 9px; }

.popover.bottom > .arrow {
  border-bottom: none;
  top: -9px; }

.popover > .arrow:after {
  border-width: 8px; }

.popover .priority.icon:after {
  background: white; }

.popover .person .organization {
  color: #a1a4a7; }

.popover .user-organization {
  margin-bottom: 8px;
  margin-top: -4px; }

.popover-block {
  margin: 10px 0; }

.popover hr {
  margin: 8px 0; }

.popover .person .organization:before {
  content: '('; }

.popover .person .organization:after {
  content: ')'; }

.popover label, .popover .select-box .select-box-header, .select-box .popover .select-box-header {
  font-size: 13px;
  color: #a9bcc4;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.popover .two-columns,
.popover .three-columns {
  margin-top: -8px; }

.popover .column label, .popover .column .select-box .select-box-header, .select-box .popover .column .select-box-header {
  margin: 8px 0 1px; }

.popover .column {
  margin-top: 8px; }

.popover--notifications {
  padding: 0;
  left: 260px;
  margin: 8px 2px;
  max-height: calc(100% - 16px);
  width: auto;
  max-width: 400px;
  min-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  html[dir=rtl] .popover--notifications {
    right: 260px; }
  .popover--notifications.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popover--notifications.is-empty .popover-notificationsHeader {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .popover--notifications .arrow {
    top: 23px !important;
    left: -11px; }
    html[dir=rtl] .popover--notifications .arrow {
      left: 408px; }
    html[dir=rtl] .popover--notifications .arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .popover--notifications .popover-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    overflow-y: auto; }
  .popover--notifications .popover-notificationsHeader {
    -webkit-box-shadow: 0 1px rgba(242, 242, 243, 0.5), 0 2px rgba(242, 242, 243, 0.2);
            box-shadow: 0 1px rgba(242, 242, 243, 0.5), 0 2px rgba(242, 242, 243, 0.2);
    padding-bottom: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .popover--notifications .popover-notificationsHeader .btn {
      padding-top: 3px;
      padding-bottom: 5px; }
  .popover--notifications .activity-placeholder {
    margin-bottom: 21px; }

.popover-notificationsHeader {
  padding-bottom: 8px;
  margin: 21px 17px 0; }
  .popover-notificationsHeader .popover-title {
    padding: 0;
    line-height: 1; }
  .popover-notificationsHeader .btn {
    margin-top: 3px; }

.popover-notificationsCounter {
  color: #e25253;
  padding-left: 3px; }
  html[dir=rtl] .popover-notificationsCounter {
    padding-right: 3px;
    padding-left: 0; }

.stat-icon {
  position: relative; }

.mood-icon {
  width: 60px;
  height: 59px; }

.stopwatch-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.stat-stopwatch {
  width: 77px;
  height: 83px;
  position: relative; }

.stat-channel-icon {
  width: 16px;
  height: 16px;
  fill: #abbdc4; }

.total-tickets {
  height: 83px;
  width: 48px;
  margin-right: 4px;
  margin-bottom: -9px; }
  html[dir=rtl] .total-tickets {
    margin-left: 4px;
    margin-right: 0; }

.one-ticket {
  width: 48px;
  height: 10px;
  margin-top: -7px;
  margin-bottom: 2px; }

.stat-tickets {
  height: 100px; }

.in-process-icon {
  width: 64px;
  height: 64px; }

.reopening-icon {
  width: 68px;
  height: 47px; }

.supergood-color {
  fill: #38ad69; }

.good-color {
  fill: #a7aa41; }

.ok-color {
  fill: #faab00; }

.bad-color {
  fill: #f68009; }

.superbad-color {
  fill: #f35912; }

.stat-widgets {
  margin: -7px -7px 20px; }

.stat-widget {
  height: 200px;
  padding: 13px;
  text-align: center;
  line-height: 20px; }

.dashboard .stat-widget {
  margin: 7px;
  background: white;
  border: 1px solid #e5f0f5;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px rgba(0, 8, 14, 0.02);
          box-shadow: 0 1px rgba(0, 8, 14, 0.02); }

.stat-title {
  font-size: 13px;
  margin: 2px 0 8px;
  color: #444a4f;
  text-transform: uppercase;
  font-weight: normal; }

.stat-widget .stat-label {
  color: #444a4f; }

.stat-widget .stat-detail {
  color: #b4b7b9; }

.channel-distribution.stat-widget {
  color: #a1a4a7; }

.stat-graphic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.time.stat-widget .stat-amount {
  margin-top: 12px;
  text-align: center;
  font-size: 30px;
  color: white;
  text-shadow: 0 2px rgba(0, 8, 14, 0.2);
  position: relative;
  cursor: default; }

.time.stat-widget .stat-dial {
  position: absolute;
  top: 21px;
  left: 14px; }

.stats-row {
  padding: 8px 0 7px;
  margin-bottom: -7px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.stats-row:hover {
  background: rgba(0, 8, 14, 0.03); }

.stats-row .stat-bars {
  height: 73px;
  margin: 16px 0 15px;
  padding: 2px 12px;
  width: 100%;
  background: linear-gradient(to top, #f2f2f3, #f2f2f3 1px, transparent 1px);
  background-position: center bottom;
  background-size: 100% 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.stat-bars .stat-bar {
  border-radius: 5px;
  width: 10px;
  color: #a9bcc4;
  background: #a9bcc4; }

.stat-widget .secondary {
  opacity: .38;
  color: #a9bcc4;
  background: #a9bcc4; }

.stat-legend {
  margin-top: 30px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  html[dir=rtl] .stat-legend {
    margin-right: auto;
    margin-left: 0; }

.stat-legendEntry {
  font-size: 11px;
  line-height: 1;
  margin-left: 20px;
  background: none !important; }
  html[dir=rtl] .stat-legendEntry {
    margin-right: 20px;
    margin-left: 0; }

.stat-circle {
  margin-bottom: -1px;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block; }
  html[dir=rtl] .stat-circle {
    margin-left: 3px;
    margin-right: 0; }

.frequency.stat-widget .stat-bars {
  margin-top: 0; }
.frequency.stat-widget .stats-row {
  margin-bottom: 0; }
.frequency.stat-widget .stat-label {
  color: #a1a4a7; }
.frequency.stat-widget .primary {
  color: #38ad69;
  background: #38ad69; }

.activity.sidebar {
  width: 370px;
  padding: 0;
  border-left: 1px solid #e8e8e8; }

.activity h2 {
  margin-left: 19px;
  margin-bottom: 15px;
  margin-right: 26px; }
  html[dir=rtl] .activity h2 {
    margin-right: 19px; }
  html[dir=rtl] .activity h2 {
    margin-left: 26px; }

.activity-entries {
  margin: 0 -17px; }

.activity-placeholder {
  padding: 0 17px; }

.activity-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 17px; }
  .activity-entry.is-inactive {
    opacity: 0.5; }
  .activity-entry.is-hover {
    background-color: #f8f9fa; }
  .activity-entry.activity-entry--removeable {
    padding-right: 0; }
    html[dir=rtl] .activity-entry.activity-entry--removeable {
      margin-left: 0;
      padding-right: 17px; }
  .activity-entry:not(:hover) .activity-remove {
    opacity: 0; }
  .activity-entry:not(:last-child) .activity-body:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #f2f2f3; }
  .activity-entry.activity-entry--removeable:not(:last-child) .activity-body:after {
    right: 17px;
    right: 17px; }
    html[dir=rtl] .activity-entry.activity-entry--removeable:not(:last-child) .activity-body:after {
      left: 17px;
      right: 0; }

.activity-avatar {
  padding: 16px 2px 0;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  html[dir=rtl] .activity-avatar {
    margin-left: 10px;
    margin-right: 0; }

.activity-body {
  padding: 16px 0 16px 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  /* Firefox wrong content-calculation with word-wrap workaround */ }
  html[dir=rtl] .activity-body {
    padding: 16px 2px 16px 0; }

.activity-message {
  color: #444a4f;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  /* Firefox wrong content-calculation with word-wrap workaround */ }
  .activity-message:hover .activity-text {
    text-decoration: underline; }

.activity-time {
  margin-top: 2px;
  color: #a1a4a7;
  display: block; }

.activity-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 27px; }
  html[dir=rtl] .activity-remove {
    padding-left: 27px; }
  html[dir=rtl] .activity-remove {
    padding-right: 10px; }
  .activity-remove .activity-remove-icon-holder {
    width: 19px;
    height: 19px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #cccccc; }
  .activity-remove .icon {
    fill: white;
    width: 9px;
    height: 9px; }
  .activity-remove:hover .activity-remove-icon-holder {
    background: #972e29; }
  .activity-remove:hover .icon {
    opacity: 1; }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form-inline .input-group-addon,
.form-inline .form-control:not(textarea) {
  background: white;
  border: none;
  line-height: 1; }

.form-inline .form-group {
  overflow: hidden;
  position: relative;
  height: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.form-group.is-changed {
  position: relative; }

.form-group.is-changed:before {
  content: "";
  position: absolute;
  top: 23px;
  left: -12px;
  bottom: 0;
  width: 3px;
  background: repeating-linear-gradient(45deg, #e1e8ea, #e1e8ea 5px, transparent 5px, transparent 9px) repeat center;
  background-size: 11px 11px; }

.form-inline .form-group.is-changed:before {
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  bottom: auto; }

.form-group.is-changed label, .form-group.is-changed .select-box .select-box-header, .select-box .form-group.is-changed .select-box-header {
  color: #aabdc5;
  position: relative; }

.form-group.is-changed label:before, .form-group.is-changed .select-box .select-box-header:before, .select-box .form-group.is-changed .select-box-header:before {
  position: absolute;
  content: '';
  left: -10px;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  border-radius: 100%;
  background: #aabdc5; }

.form-inline .form-group .btn {
  margin: 10px; }

.form-inline .form-group:not(:last-child),
.form-inline.form-inline--enclosed .form-group {
  border-right: 1px solid #f0f0f0; }

.form-inline .input-group-addon {
  width: auto;
  padding: 0;
  margin: 10px 18px 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #ccc;
  display: inline-block;
  position: relative; }

.form-inline .form-control:not(textarea) {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  padding: 28px 18px 12px;
  float: none;
  display: block;
  border-radius: 0;
  background: none; }

.form-inline .controls--select {
  position: static; }

.bulkAction-secondStep .form-group {
  min-width: 140px; }

.bulkAction-secondStep .form-inline .textarea.form-group {
  padding: 5px 10px;
  height: auto; }

.bulkAction-secondStep .form-inline .textarea.form-group .input-group-addon {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 5px; }

.bulkAction-secondStep .form-inline textarea.form-control {
  display: block;
  width: 100%;
  resize: vertical; }

.bulkAction-secondStep .form-inline .expanding-wrapper {
  margin: 0 6px; }

.bulkAction-secondStep .form-inline textarea.form-control:not(:focus) {
  border-color: #f0f0f0; }

.ticketZoom {
  background: #f8f9fa;
  /*
    force ticket zoom to show scrollbars
    because we offset the tabs bar when the os shows scrollbars
  */
  min-height: 101%; }

.ticketZoom-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0 0 0;
  margin-right: -40px; }
  html[dir=rtl] .ticketZoom-controls {
    margin-left: -40px;
    margin-right: 0; }

.icon-marker {
  fill: #9c9c9c;
  width: 17px;
  height: 19px; }

.ticketZoom .ticketZoom-header {
  margin-top: 6px;
  padding: 0; }

.ticketZoom .ticket-article {
  margin-top: 55px; }

.ticketZoom > .overview-navigator {
  margin-top: 32px;
  padding-left: 20px; }
  html[dir=rtl] .ticketZoom > .overview-navigator {
    padding-right: 20px;
    padding-left: 0; }

.ticket-article,
.article-new {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 21px; }

.ticket-title {
  max-width: 1080px;
  padding: 0 81px; }

.ticket-title-update {
  white-space: normal;
  margin-top: 15px;
  margin-bottom: 8px;
  padding: 0 7px;
  text-align: center; }
  .ticketZoom-header .ticket-title-update:hover, .ticketZoom-header .ticket-title-update:focus {
    background: #eaedf0; }

.task-subline {
  text-align: center;
  display: block; }

.ticket-article-item {
  padding-bottom: 33px;
  position: relative;
  z-index: 1; }
  .ticket-article-item .avatar {
    position: absolute;
    right: 0;
    top: 5px; }
  .ticket-article-item.agent .avatar {
    right: auto;
    left: 0; }

/*
  clip the article-meta to not stand out on the other side
  of the textBubble if the text bubble is small
*/
.article-meta-clip {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0 55px; }

.article-content {
  color: #585856;
  position: relative;
  z-index: 1;
  padding: 0 55px; }

.article-content-meta {
  position: absolute;
  width: 100%; }

.article-meta {
  background: #2c2d36;
  color: white;
  padding: 21px 25px 11px;
  margin: 0 12px; }

.article-meta.bottom {
  padding-top: 17px;
  padding-bottom: 8px; }

.article-meta-row {
  margin-bottom: 5px; }

.article-meta-key {
  width: 20%;
  text-transform: uppercase; }

.article-meta-value {
  margin-left: 8px; }
  html[dir=rtl] .article-meta-value {
    margin-right: 8px;
    margin-left: 0; }

.article-meta-icon {
  fill: white;
  vertical-align: top;
  margin: 2px 3px 0 0; }
  html[dir=rtl] .article-meta-icon {
    margin: 2px 0 0 3px; }

.article-meta .text-muted {
  color: #96969b; }

.internal-border {
  padding: 5px;
  border-radius: 8px;
  margin: -5px; }

.is-internal .internal-border {
  background: repeating-linear-gradient(45deg, #f9dacd, #f9dacd 5px, #f9fafb 5px, #f9fafb 6px);
  background-size: 8px 8px; }

.is-internal .bubble-arrow {
  display: none; }

.textBubble {
  padding: 10px 20px;
  background: white;
  border-radius: 2px;
  border: 1px solid #f2f2f3;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.06) inset;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.06) inset;
  position: relative;
  /* email css reset */ }
  .textBubble p {
    margin: 0; }

.ticket-article-item.state--folde-out .textBubble {
  border-color: #e6e6e6; }

.textBubble-content {
  overflow: hidden;
  position: relative; }

.textBubble-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px -28px;
  padding: 6px 12px;
  border-radius: 0 0 4px 4px; }

.textBubble-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.textBubble-letterCount:not(.label-danger):not(.label-warning) {
  color: #cccccc; }

.textBubble-overflowContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white; }
  .textBubble-overflowContainer.is-open:before {
    opacity: 0; }
  .textBubble-overflowContainer .btn {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 10px; }
  .textBubble-overflowContainer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }

.customer .textBubble-overflowContainer {
  background: #e5f0f5; }
  .customer .textBubble-overflowContainer:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 240, 245, 0)), to(#e5f0f5));
    background: linear-gradient(rgba(229, 240, 245, 0), #e5f0f5); }

.customer.ticket-article-item .textBubble {
  background: #e5f0f5;
  border-color: #e3edf2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.customer .richtext-content blockquote {
  border-left: 5px solid #dfdfdf; }

.customer.ticket-article-item.state--folde-out .textBubble {
  border-color: #c8dfea; }

.bubble-arrow {
  position: absolute;
  width: 7px;
  height: 9px;
  left: -6px;
  top: 15px;
  overflow: hidden; }

.bubble-arrow:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: white;
  border: 1px solid #f2f2f3;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.06) inset;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.06) inset;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.customer.ticket-article-item .bubble-arrow {
  left: auto;
  right: -6px; }

.customer.ticket-article-item .bubble-arrow:after {
  background: #e5f0f5;
  left: auto;
  right: 2px;
  border-color: #e3edf2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.attachments.attachments--list:not(:empty) {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  white-space: normal;
  margin: 10px -20px 0;
  padding: 26px 20px 7px 72px;
  position: relative; }

.attachments.attachments--list .attachments-title {
  font-size: 13px;
  color: #585856;
  font-weight: 500;
  padding: 0 7px; }

.attachments .icon-paperclip {
  position: absolute;
  left: 33px;
  top: 27px;
  fill: #d6d6d7; }

.attachments-block {
  margin-bottom: 12px; }
  .attachments-block:last-child {
    margin-bottom: 0; }
  .attachments-block-headline {
    font-size: 13px;
    color: #585856;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 7px; }

.ticket-article-item .task-subline {
  margin-top: 12px; }

.article-action {
  padding-top: 5px;
  margin-top: 5px;
  color: #8a9193;
  font-size: 12px;
  text-align: center; }

.article-action:hover {
  color: black;
  text-decoration: none; }

.article-action-icon {
  margin-right: 5px;
  vertical-align: top;
  width: 17px;
  height: 17px;
  fill: currentColor; }
  html[dir=rtl] .article-action-icon {
    margin-left: 5px;
    margin-right: 0; }

@media screen and (max-width: 1080px) {
  .article-action-name {
    display: none; } }
@media screen and (max-width: 1358px) {
  .main:not(.is-closed) .article-action-name {
    display: none; } }

.article-add {
  position: relative;
  z-index: 1; }

.article-new {
  margin-top: auto;
  margin-bottom: 36px; }

.dropArea {
  background: white;
  border: 5px solid;
  color: #41a0d8;
  font-size: 20px;
  margin: 5px;
  display: none; }

.is-dropTarget .dropArea {
  display: block; }

.dropArea-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.shortcut .dropdown-menu > .is-active > a {
  background: none; }

.shortcut .dropdown-menu {
  overflow: auto;
  position: absolute;
  max-width: 100%; }

.editControls {
  position: absolute;
  left: 0;
  top: 5px; }

.article-add[data-type=email] .editControls {
  top: 159px; }

.editControls-item {
  position: absolute;
  top: 43px; }
  .editControls-item.is-hidden {
    display: none; }

.editControls-item:nth-child(3) {
  top: 79px; }

.editControls-item:nth-child(4) {
  top: 115px; }

.editControls-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6; }

.editControls-iconHolder {
  width: 38px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.editControls-icon .icon {
  fill: #c6c7c8; }

.pop-selector {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 8, 14, 0.13);
          box-shadow: 0 1px 7px rgba(0, 8, 14, 0.13); }
  .pop-selector.is-hidden {
    display: none; }

.pop-selectable {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2c2c35; }

.pop-selectable:hover {
  background: white; }

.pop-selectable:first-child {
  border-radius: 4px 0 0 4px; }
  html[dir=rtl] .pop-selectable:first-child {
    border-radius: 4px 0 0 4px;
    border-radius: 0 4px 4px 0; }

.pop-selectable:last-child {
  border-radius: 0 4px 4px 0; }
  html[dir=rtl] .pop-selectable:last-child {
    border-radius: 0 4px 4px 0;
    border-radius: 4px 0 0 4px; }

.pop-selectable:only-child {
  border-radius: 4px; }

.pop-selectable-icon {
  fill: #636469; }

.pop-selectable:hover .pop-selectable-icon {
  fill: #2c2c35; }

.article-add .icon-internal {
  fill: #f38758; }

.article-add.is-public .icon-internal,
.article-add.is-internal .icon-public {
  display: none; }

.article-new .recipient-picker {
  height: 36px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms; }

.article-new .recipient-picker.is-open {
  opacity: 1; }

.recipient-picker .icon {
  margin-top: -2px; }

.recipient-count {
  margin-left: 3px;
  margin-top: 1px;
  line-height: 1; }
  html[dir=rtl] .recipient-count {
    margin-right: 3px;
    margin-left: 0; }

.recipient-list {
  position: absolute;
  background: #2c2d35;
  left: 48px;
  color: white; }

.recipient-picker.is-open .recipient-list {
  display: block; }

.list-arrow {
  position: absolute;
  top: 210px;
  left: -6px;
  margin-top: -6px;
  border-right: 6px solid #2c2d36;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.list-head {
  height: 38px;
  line-height: 38px;
  padding: 1px 19px 0;
  text-transform: uppercase; }

.list-head div {
  position: relative;
  left: -20px; }

.list-entry {
  width: 340px;
  height: 60px;
  padding: 0 16px;
  border-top: 1px solid #414149; }

.list-entry-name {
  margin-left: 18px; }
  html[dir=rtl] .list-entry-name {
    margin-right: 18px;
    margin-left: 0; }

.list-entry-type {
  font-size: 12px; }

.list-entry-type div {
  padding: 3px 7px;
  border: 1px solid #17171c;
  color: #666666;
  background: #202127; }

.list-entry-type .active {
  color: white;
  background: inherit;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.03) inset;
          box-shadow: 0 1px rgba(255, 255, 255, 0.03) inset; }

.list-entry-type div:not(:last-child) {
  border-right: none; }

.list-entry-type div:first-child {
  border-radius: 3px 0 0 3px; }
  html[dir=rtl] .list-entry-type div:first-child {
    border-radius: 0 3px 3px 0; }

.list-entry-type div:last-child {
  border-left: none;
  border-radius: 0 3px 3px 0; }
  html[dir=rtl] .list-entry-type div:last-child {
    border-radius: 3px 0 0 3px; }

.recipient-list input {
  padding-top: 2px;
  background: #25262d;
  color: white;
  border: none;
  outline: none; }

.recipient-list input[type=submit] {
  height: 0;
  width: 0;
  padding: 0;
  position: absolute;
  visibility: hidden; }

.recipient-list input::-webkit-input-placeholder {
  color: #666; }

.recipient-list input:-ms-input-placeholder {
  color: #666; }

.recipient-list input::-ms-input-placeholder {
  color: #666; }

.recipient-list input::placeholder {
  color: #666; }

.article-new .textBubble {
  border-color: #b3b3b3;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  cursor: text; }

.articleNewEdit-body {
  width: 100%;
  position: relative;
  min-height: 20px;
  vertical-align: bottom;
  border: none;
  outline: none;
  resize: none;
  height: auto; }

.article-new .bubble-arrow:after {
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
          box-shadow: none; }

.article-attachment {
  position: absolute;
  bottom: -4px;
  left: 10px;
  right: 10px;
  height: 42px;
  padding: 10px 0;
  color: #b3b3b3;
  overflow: hidden; }

.attachments:not(:empty) {
  padding: 9px 5px;
  border-top: 1px solid #ededed;
  margin: 6px -12px 30px; }

.attachment.attachment--row {
  font-size: 13px;
  padding: 1px 10px 1px 7px;
  cursor: default;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  html[dir=rtl] .attachment.attachment--row {
    padding: 1px 7px 1px 10px; }

.attachment.attachment--preview {
  display: block;
  font-size: 13px;
  padding: 9px 4px 9px 43px;
  position: relative;
  min-height: 42px;
  color: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid whitesmoke; }
  .attachment.attachment--preview:last-child {
    border-bottom: none; }

.attachment-icon {
  position: absolute;
  left: 0;
  top: 9px;
  width: 38px;
  text-align: center; }
  .attachment-icon svg {
    vertical-align: bottom; }
  .attachment-icon img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover; }

.attachment--preview .attachment-name {
  min-width: 0;
  display: block;
  word-break: break-all; }

.attachment--preview .attachment-size {
  white-space: nowrap;
  font-size: 11px;
  color: #c0c6c9; }

.attachment--preview .attachment-delete {
  color: #aabdc5;
  text-decoration: underline;
  display: none;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  html[dir=rtl] .attachment--preview .attachment-delete {
    margin-right: auto;
    margin-left: 0; }

.attachment:hover .attachment--preview .attachment-delete {
  padding: 0 10px 0 30px;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  background: linear-gradient(to right, rgba(246, 248, 249, 0), #f6f8f9 20px); }

.attachment--preview .attachment-delete .icon {
  fill: #abbdc4;
  width: 9px;
  height: 9px;
  margin-right: 5px; }
  html[dir=rtl] .attachment--preview .attachment-delete .icon {
    margin-left: 5px;
    margin-right: 0; }

.attachment--row .attachment-name {
  margin-right: 5px;
  min-width: 0; }
  html[dir=rtl] .attachment--row .attachment-name {
    margin-left: 5px;
    margin-right: 0; }

.attachment--row .attachment-size {
  white-space: nowrap;
  float: right;
  margin-right: 10px; }
  html[dir=rtl] .attachment--row .attachment-size {
    margin-left: 10px;
    margin-right: 0; }

.attachment--row .attachment-delete {
  color: #aabdc5;
  text-decoration: underline;
  display: none;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  html[dir=rtl] .attachment--row .attachment-delete {
    margin-right: auto;
    margin-left: 0; }

.attachment:hover.attachment--row .attachment-delete {
  padding: 0 10px 0 30px;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  background: linear-gradient(to right, rgba(246, 248, 249, 0), #f6f8f9 20px); }

.attachment--row .attachment-delete .icon {
  fill: #abbdc4;
  width: 9px;
  height: 9px;
  margin-right: 5px; }
  html[dir=rtl] .attachment--row .attachment-delete .icon {
    margin-left: 5px;
    margin-right: 0; }

.attachmentPlaceholder-inputHolder {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  pointer-events: auto; }

.attachmentUpload {
  color: #aabdc5; }

.attachmentUpload-cancel {
  margin-left: auto;
  text-decoration: underline; }
  html[dir=rtl] .attachmentUpload-cancel {
    margin-right: auto;
    margin-left: 0; }

.attachmentUpload .icon {
  fill: #abbdc4;
  width: 9px;
  height: 9px;
  margin-right: 5px; }
  html[dir=rtl] .attachmentUpload .icon {
    margin-left: 5px;
    margin-right: 0; }

.attachmentUpload-progressBar {
  position: absolute;
  height: 4px;
  background: #41a0d8;
  left: 0;
  bottom: 0; }

.tabsSidebar-tabsSpacer {
  padding-right: 62px !important; }
  html[dir=rtl] .tabsSidebar-tabsSpacer {
    padding-left: 62px !important;
    padding-right: 0; }

.tabsSidebar-sidebarSpacer {
  margin-right: 280px;
  -webkit-transition: margin-right 500ms;
  transition: margin-right 500ms; }
  html[dir=rtl] .tabsSidebar-sidebarSpacer {
    margin-left: 280px;
    margin-right: 0; }
  html[dir=rtl] .tabsSidebar-sidebarSpacer {
    -webkit-transition: margin-left 500ms;
    transition: margin-left 500ms; }

.tabsSidebar-sidebarSpacer.is-closed {
  margin-right: 0; }
  html[dir=rtl] .tabsSidebar-sidebarSpacer.is-closed {
    margin-left: 0; }

.tabsSidebar-holder {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.tabsSidebar .sidebar {
  width: 280px;
  border-left: 1px solid #e6e6e6;
  padding: 0; }

.tabsSidebar .sidebar > hr {
  margin: 20px; }

.tabsSidebar .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  position: relative;
  margin: 0 20px; }
  .tabsSidebar .sidebar-header + hr {
    margin-top: 0; }

.sidebar-header-headline {
  padding: 33px 8px 17px 25px;
  margin: 0 0 0 -20px;
  line-height: 1; }
  html[dir=rtl] .sidebar-header-headline {
    padding: 33px 25px 17px 8px; }
  html[dir=rtl] .sidebar-header-headline {
    margin: 0 -20px 0 0; }

.sidebar-header-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  html[dir=rtl] .sidebar-header-actions {
    margin-left: 5px;
    margin-right: 0; }
  .sidebar-header-actions .dropdown {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: static; }
  .sidebar-header-actions .dropdown-toggle {
    padding-top: 38px;
    padding-bottom: 24px; }

.tabsSidebar-close {
  padding: 27px 35px 12px 0;
  margin: 0 -20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tabsSidebar-close .icon {
    fill: black; }

.tabsSidebar .sidebar-content {
  padding: 0 20px 20px; }

.sidebar.bottom-form-shadow {
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.005) inset, 0 -2px rgba(0, 0, 0, 0.005) inset, 0 -3px rgba(0, 0, 0, 0.005) inset, 0 -4px rgba(0, 0, 0, 0.005) inset;
          box-shadow: 0 -1px rgba(0, 0, 0, 0.005) inset, 0 -2px rgba(0, 0, 0, 0.005) inset, 0 -3px rgba(0, 0, 0, 0.005) inset, 0 -4px rgba(0, 0, 0, 0.005) inset; }

.tabsSidebar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 500ms;
  transition: 500ms; }
  html[dir=rtl] .tabsSidebar {
    left: 0;
    right: auto; }
  .tabsSidebar.tabsSidebar--attributeBarSpacer {
    bottom: 60px; }

.tabsSidebar.is-closed {
  -webkit-transform: translateX(280px);
          transform: translateX(280px); }
  html[dir=rtl] .tabsSidebar.is-closed {
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px); }

.tabsSidebar-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -55px;
  top: 0;
  bottom: 0;
  pointer-events: none; }
  html[dir=rtl] .tabsSidebar-tabs {
    right: -55px;
    left: auto; }

.test {
  position: absolute;
  width: 100%; }

.tabsSidebar-tab {
  width: 56px;
  height: 60px;
  background: #eaeff1;
  position: relative;
  border-top: 1px solid #dadfe2;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tabsSidebar-tab.is-changed:before {
  position: absolute;
  content: '';
  left: -3px;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  border-radius: 100%;
  background: #aabdc5;
  -webkit-box-shadow: 0 0 0 2px #f9fafb;
          box-shadow: 0 0 0 2px #f9fafb; }

.tabsSidebar-tab:first-child {
  border-top-left-radius: 8px;
  border-top: none; }
  html[dir=rtl] .tabsSidebar-tab:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 0; }

.tabsSidebar-tab:last-child {
  border-bottom-left-radius: 8px; }
  html[dir=rtl] .tabsSidebar-tab:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0; }

.tabsSidebar-tab .icon {
  width: 24px;
  height: 24px;
  fill: #bcccd2; }

.tabsSidebar-tab.active .tabsSidebar-tab-count {
  background: #585f65; }
  .tabsSidebar-tab.active .tabsSidebar-tab-count:after {
    border-right-color: #585f65; }
  .tabsSidebar-tab.active .tabsSidebar-tab-count.tabsSidebar-tab-count--info {
    background: #429ed7;
    opacity: 1; }
    .tabsSidebar-tab.active .tabsSidebar-tab-count.tabsSidebar-tab-count--info:after {
      border-right-color: #429ed7; }
  .tabsSidebar-tab.active .tabsSidebar-tab-count.tabsSidebar-tab-count--success {
    background: #38ad69;
    opacity: 1; }
    .tabsSidebar-tab.active .tabsSidebar-tab-count.tabsSidebar-tab-count--success:after {
      border-right-color: #38ad69; }
  .tabsSidebar-tab.active .tabsSidebar-tab-count.tabsSidebar-tab-count--warning {
    background: #fdcf44;
    opacity: 1; }
    .tabsSidebar-tab.active .tabsSidebar-tab-count.tabsSidebar-tab-count--warning:after {
      border-right-color: #fdcf44; }
  .tabsSidebar-tab.active .tabsSidebar-tab-count.tabsSidebar-tab-count--danger {
    background: #e23912;
    opacity: 1; }
    .tabsSidebar-tab.active .tabsSidebar-tab-count.tabsSidebar-tab-count--danger:after {
      border-right-color: #e23912; }
.tabsSidebar-tab.active .icon {
  fill: #585f65; }

.tabsSidebar-tab-count {
  position: absolute;
  left: 9px;
  top: 5px;
  background: #bcccd2;
  width: 16px;
  height: 13px;
  text-align: center;
  border-radius: 2px;
  font-size: 9px;
  line-height: 14px;
  color: #eaeff1; }
  [data-tab="organization"] .tabsSidebar-tab-count {
    left: 7px; }
    [data-tab="organization"] .tabsSidebar-tab-count + .icon {
      margin-left: 3px; }
  .tabsSidebar-tab-count + .icon {
    margin-top: 6px; }
  .tabsSidebar-tab-count:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20%;
    border-bottom: 3px solid transparent;
    border-right: 5px solid #bcccd2; }
  .tabsSidebar-tab-count.tabsSidebar-tab-count--info {
    background: #429ed7;
    opacity: .5; }
    .tabsSidebar-tab-count.tabsSidebar-tab-count--info:after {
      border-right-color: #429ed7; }
  .tabsSidebar-tab-count.tabsSidebar-tab-count--success {
    background: #38ad69;
    opacity: .5; }
    .tabsSidebar-tab-count.tabsSidebar-tab-count--success:after {
      border-right-color: #38ad69; }
  .tabsSidebar-tab-count.tabsSidebar-tab-count--warning {
    background: #fdcf44;
    opacity: .5; }
    .tabsSidebar-tab-count.tabsSidebar-tab-count--warning:after {
      border-right-color: #fdcf44; }
  .tabsSidebar-tab-count.tabsSidebar-tab-count--danger {
    background: #e23912;
    opacity: .5; }
    .tabsSidebar-tab-count.tabsSidebar-tab-count--danger:after {
      border-right-color: #e23912; }

.sidebar .text-muted {
  color: #c7d5db; }

.alert {
  padding: 10px 15px 8px;
  border-radius: 3px;
  color: white;
  border: none; }
  .alert.alert--info {
    background: #429ed7; }
  .alert.alert--success {
    background: #38ad69; }
  .alert.alert--warning {
    color: #564101;
    background: #fdcf44; }
  .alert.alert--danger {
    background: #e23912; }

.tags,
.links {
  margin: 20px 0; }

.tags {
  margin-top: 10px; }

.userNotifications label + .btn, .userNotifications .select-box .select-box-header + .btn, .select-box .userNotifications .select-box-header + .btn {
  margin-top: 1px; }

.list {
  padding: 0;
  margin-bottom: 5px; }

.list-title {
  margin-top: 7px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #ced9de;
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em; }

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #42484c;
  border-bottom: 1px solid #f2f2f3; }

.list-item-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4px 1px; }

.list-item-delete {
  padding: 0 10px;
  margin-right: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  html[dir=rtl] .list-item-delete {
    margin-left: -3px;
    margin-right: 0; }
  .list-item-delete .icon {
    width: 9px;
    height: 9px;
    fill: #d1d1d1; }

.list-item-delete:hover .icon {
  fill: #d41f1c; }

.ticket-id {
  color: white;
  background: #aabdc5;
  font-size: 11px;
  border-radius: 7px;
  padding: 0 5px;
  margin-right: 2px; }
  html[dir=rtl] .ticket-id {
    margin-left: 2px;
    margin-right: 0; }

.attributeBar {
  height: 60px;
  background: white;
  -webkit-transition: margin 250ms;
  transition: margin 250ms;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .attributeBar.is-closed {
    margin-bottom: -60px; }
  .attributeBar--border {
    border-top: 1px solid #f0f0f0; }

.newTicket {
  padding: 14px 34px; }

.newTicket .sidebar {
  width: 290px; }

.newTicket .form-control {
  border-color: #e6e6e6; }
  .newTicket .form-control:focus, .newTicket .form-control.focus {
    border-color: #4cafe1; }

.newTicket .article-form-top {
  margin-top: 15px; }

.newTicket--chatTicket {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 100%; }
  .newTicket--chatTicket > .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  .newTicket--chatTicket > .box {
    width: calc(50% - 47px);
    margin: 34px; }
  .newTicket--chatTicket .chatHistory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .newTicket--chatTicket .boxFade {
    width: 94px;
    top: 34px;
    height: 100%;
    position: absolute;
    margin-left: -34px;
    z-index: 1; }
    html[dir=rtl] .newTicket--chatTicket .boxFade {
      margin-right: -34px;
      margin-left: 0; }

.box {
  background: white;
  margin: 20px 0;
  border: 1px solid #e6e6e6;
  padding: 20px 24px; }

.box.box--newTicket {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }

.box .page-header {
  text-align: center;
  margin-bottom: 12px; }

.box--paper {
  background-image: linear-gradient(transparent 30px, #ededed 31px);
  background-size: 100% 31px;
  line-height: 31px;
  padding-top: 31px;
  padding-bottom: 31px; }
  .box--paper h1, .box--paper .popover-notificationsHeader .popover-title, .popover-notificationsHeader .box--paper .popover-title, .box--paper .ticket-title-update, .box--paper h2, .box--paper h3 {
    margin: 0;
    line-height: inherit; }
  .box--paper h3:not(:first-child) {
    margin-top: 31px; }

.box h1, .box .popover-notificationsHeader .popover-title, .popover-notificationsHeader .box .popover-title, .box .ticket-title-update {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #585856;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.box h2 {
  margin-top: 12px; }

.box .two-columns {
  margin-left: -4px;
  margin-right: -4px; }

.box .two-columns .column {
  margin-left: 4px;
  margin-right: 4px;
  width: calc(50% - 8px); }

.box-controls {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.box--yellow {
  background: #fff7db;
  border-color: #ffe380;
  color: #bcb49a; }
  .box--yellow h1, .box--yellow .popover-notificationsHeader .popover-title, .popover-notificationsHeader .box--yellow .popover-title, .box--yellow .ticket-title-update, .box--yellow h2 {
    color: #4a4945; }

.box-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.box-progress-title {
  color: #4a4945; }

.box-progress-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  html[dir=rtl] .box-progress-body {
    margin-right: 24px;
    margin-left: 0; }
  .box-progress-body progress {
    width: 100%; }

.horizontal > .box {
  margin-top: 4px;
  margin-bottom: 4px; }
  .horizontal > .box + .box {
    border-left-width: 0; }

.formset-inset {
  margin: 34px -24px 24px;
  padding: 19px 24px 24px;
  background: #eaeff1;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.type-tabs .tab {
  height: 40px;
  line-height: 42px;
  padding: 0 12px 0 12px;
  list-style: none; }

.type-tabs .tab-icon {
  width: 16px;
  height: 16px;
  fill: #ccc;
  vertical-align: top;
  margin-right: 9px;
  margin-top: 11px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }
  html[dir=rtl] .type-tabs .tab-icon {
    margin-left: 9px;
    margin-right: 0; }

.type-tabs .tab.active .tab-icon {
  fill: white; }

.token {
  padding: 0 0 0 10px;
  margin: 0 5px 6px 0;
  height: 26px;
  color: white;
  border-radius: 3px;
  background: #aabdc5;
  border: none;
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  max-width: 100%; }
  .token.active {
    background: #3da8f5; }
    .token.active .close,
    .token.active .token-close {
      opacity: .5; }

/*
  selector needs to be stronger than .token-input
  in order to override input[type=text]
*/
.tokenfield .token-input {
  vertical-align: top;
  padding: 0 10px 7px 5px;
  margin: 0;
  min-width: 60px;
  height: 32px;
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .tokenfield .token-input:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.tokenfield .token ~ .token-input {
  padding: 0 5px 7px 0; }

.token-label {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tokenfield.form-control {
  padding: 7px 7px 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.token .close,
.token-close {
  margin: 0;
  padding: 0 9px 0 6px;
  font-family: inherit;
  font-weight: 100;
  font-size: 28px;
  line-height: 1;
  color: white;
  text-shadow: none;
  opacity: .3;
  outline: none;
  height: auto;
  cursor: pointer; }

.token .close:hover,
.token-close:hover {
  opacity: .5; }

/* allow/show autocomplete in modal dialog */
.ui-autocomplete.ui-widget-content {
  position: absolute; }

.ui-menu {
  background: #2c2c35;
  border: none;
  color: white;
  font-family: inherit;
  font-size: inherit; }
  .ui-menu .ui-menu-item {
    padding: 9px 15px;
    list-style-image: none; }
    .ui-menu .ui-menu-item:not(:first-child) {
      -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.13) inset;
              box-shadow: 0 1px rgba(255, 255, 255, 0.13) inset; }
    .ui-menu .ui-menu-item.ui-state-focus {
      margin: 0;
      border: none;
      background: #3da8f5;
      color: inherit; }
      .ui-menu .ui-menu-item.ui-state-focus + li {
        -webkit-box-shadow: none;
                box-shadow: none; }

.drox {
  color: #bdbdbc; }

.drox .drox-header {
  padding-bottom: 2px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f2f3; }

.drox a.create {
  margin-top: 2px;
  display: inline-block; }

.drox .form-group {
  margin-bottom: 22px; }

.drox .drox-body p:first-child {
  margin-top: 20px; }

.newTicket .templates {
  border-bottom: 1px solid #f2f2f3;
  padding-bottom: 14px; }

.templates-manage fieldset {
  margin: 0; }

.template-attributes {
  margin: 17px 0 19px; }

.template-attribute {
  height: 24px;
  line-height: 25px;
  padding-left: 10px;
  margin-bottom: 2px;
  font-size: 13px;
  color: #8b9ba2;
  background: #eaeff1;
  border: 1px solid #e6e6e6;
  border-radius: 3px; }
  html[dir=rtl] .template-attribute {
    padding-right: 10px;
    padding-left: 0; }

.template-attribute .key {
  text-transform: uppercase;
  margin-right: 3px; }
  html[dir=rtl] .template-attribute .key {
    margin-left: 3px;
    margin-right: 0; }

.template-attribute .value {
  margin-left: 3px; }
  html[dir=rtl] .template-attribute .value {
    margin-right: 3px;
    margin-left: 0; }

.template-attribute .delete {
  padding: 0 7px;
  margin-top: 4px;
  line-height: 19px;
  font-size: 28px;
  font-weight: 300;
  opacity: .4; }

.customer-name {
  color: #585856; }

.customer-email {
  margin-top: 5px;
  margin-bottom: 20px;
  display: block; }

.table.user-list tr:hover .switchView {
  visibility: visible; }
.table.user-list td .list {
  margin-top: -4px; }
.table.user-list .switchView {
  visibility: hidden;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden; }
.table.user-list .actionCell {
  width: 250px; }

.switchBackToUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0f94d7;
  color: #fff;
  height: 45px;
  padding: 0 17px;
  /*top: -45px !important;*/
  border-bottom: 5px solid #3da8f5; }

.switchBackToUser-icon {
  width: 19px;
  height: 18px; }

.switchBackToUser-text {
  margin-left: 10px; }
  html[dir=rtl] .switchBackToUser-text {
    margin-right: 10px;
    margin-left: 0; }

.switchBackToUser-close {
  width: 40px;
  height: 40px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  html[dir=rtl] .switchBackToUser-close {
    margin-left: -10px;
    margin-right: 0; }
  .switchBackToUser-close svg {
    fill: white; }

.modal {
  position: fixed; }

.modal-dialog {
  width: auto;
  max-width: 660px;
  margin-top: 35px;
  margin-bottom: 35px; }
  .modal-dialog.wizard {
    margin: 35px auto; }

.modal--veryLarge .modal-dialog {
  max-width: 990px; }

.modal--large .modal-dialog {
  max-width: 740px; }

.modal--small .modal-dialog {
  max-width: 440px; }

.modal-dialog.wizard {
  max-width: 460px; }

.modal-backdrop {
  position: fixed; }

.modal-content {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #585856; }

.modal-header {
  padding: 30px 23px 23px;
  border: none; }

.modal-header h1, .modal-header .popover-notificationsHeader .popover-title, .popover-notificationsHeader .modal-header .popover-title, .modal-header .ticket-title-update {
  text-align: center; }

.modal-close {
  padding: 23px;
  position: absolute;
  right: 0;
  top: 0; }
  html[dir=rtl] .modal-close {
    right: auto; }
  html[dir=rtl] .modal-close {
    left: 0; }

.modal-close .icon-diagonal-cross {
  opacity: 0.18; }

.modal-body {
  padding: 0 23px; }
  .modal-body h2:first-child {
    margin-top: 0; }
  .modal-body p:first-child,
  .modal-body .alert.hidden:first-child + p {
    margin-top: 0; }
  .modal-body .table > thead > tr > th {
    background: #eaeff1; }

.modal-footer {
  padding: 23px 23px 20px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  html[dir=rtl] .modal-footer {
    text-align: left; }

.modal-leftFooter,
.modal-centerFooter,
.modal-rightFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* because of btn--text btn--subtle being thinner than the rest */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.modal.modal--local {
  display: block;
  padding: 0 40px; }
  .modal.modal--local .modal-backdrop {
    background: rgba(234, 237, 240, 0.55);
    opacity: 1; }
  .modal.modal--local .modal-dialog {
    -webkit-box-shadow: 0 0 40px rgba(85, 102, 119, 0.34);
            box-shadow: 0 0 40px rgba(85, 102, 119, 0.34); }

.caret {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px; }

.dropdown-backdrop {
  position: fixed; }

.dropdown-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  min-width: 100%;
  color: white;
  text-transform: initial;
  letter-spacing: 0;
  background: #2c2d35;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  overscroll-behavior: contain; }
  html[dir=rtl] .dropdown-menu {
    text-align: right; }

.dropdown-menu kbd {
  background: none;
  color: inherit;
  padding: 2px 5px;
  margin-left: 7px;
  line-height: 1;
  vertical-align: baseline;
  opacity: 0.5; }
  html[dir=rtl] .dropdown-menu kbd {
    margin-right: 7px;
    margin-left: 0; }

.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.dropdown-icon {
  width: 16px;
  height: 16px;
  opacity: 0.39; }

.dropdown-menu.dropdown-menu--light {
  background: white;
  color: #aabdc5; }

.dropdown-menu.dropdown-menu--light > li {
  color: #2594d4; }
  .dropdown-menu.dropdown-menu--light > li.dropdown-header {
    color: #aabdc5; }

.dropdown-menu.dropdown-menu--light > li > a:hover {
  color: #2594d4;
  background: rgba(0, 0, 0, 0.05); }

.dropdown-menu.dropdown-menu--light li:hover {
  background: none; }

.dropdown-menu.dropdown-menu--light li.is-active {
  color: white; }

.dropdown ul {
  margin: 0;
  padding: 0; }

.dropdown li,
.dropup li {
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  cursor: pointer;
  white-space: nowrap; }
  .dropdown li:focus,
  .dropup li:focus {
    outline: none; }

.dropdown li:not(:first-child) {
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.13) inset;
          box-shadow: 0 1px rgba(255, 255, 255, 0.13) inset; }

.dropdown li:hover,
.dropdown li.is-active {
  background: #3da8f5; }

.dropdown li:hover + li,
.dropdown li.is-active + li {
  -webkit-box-shadow: none;
          box-shadow: none; }

.dropdown-menu > li.danger:hover,
.dropdown-menu > li.danger.is-active {
  background: #d74242; }

.dropdown-menu > li.create:hover,
.dropdown-menu > li.create.is-active {
  background: #38ad69; }

.dropdown-menu > li > a {
  color: inherit;
  padding: 0 15px;
  margin: 0 -15px;
  line-height: inherit; }

.dropdown-menu > li > a:hover {
  color: inherit;
  background: none; }

.dropdown-menu > li > a span {
  display: block; }

.dropdown-menu .badge {
  padding-left: 10px; }
  html[dir=rtl] .dropdown-menu .badge {
    padding-right: 10px;
    padding-left: 0; }

.dropdown.dropdown--actions li {
  line-height: initial;
  height: auto;
  padding: 11px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all; }
.dropdown.dropdown--actions .dropdown-iconSpacer,
.dropdown.dropdown--actions .dropdown-selectedSpacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.dropdown.dropdown--actions .dropdown-iconSpacer {
  width: 25px; }
.dropdown.dropdown--actions .dropdown-selectedSpacer {
  width: 34px;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0; }
  html[dir=rtl] .dropdown.dropdown--actions .dropdown-selectedSpacer {
    margin-right: auto;
    margin-left: 0; }
  .dropdown.dropdown--actions .dropdown-selectedSpacer .icon {
    fill: white; }
  .dropdown.dropdown--actions .dropdown-selectedSpacer.is-selected {
    opacity: 1; }
.dropdown.dropdown--actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 18px; }

.dropdown.dropdown--wide li {
  padding-top: 12px;
  padding-bottom: 12px; }

li.dropdown-header {
  line-height: 34px;
  height: 30px; }

.dropdown-menu--has-submenu {
  overflow: hidden;
  background: none; }
  .dropdown-menu--has-submenu ul {
    background: #2c2d35; }

.dropdown-submenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.dropdown.dropdown--actions .dropdown-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dropdown.dropdown--actions .dropdown-controls:not(:hover):not(.is-active) {
    background: #42484c; }
  .dropdown.dropdown--actions .dropdown-controls .icon {
    fill: white;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    html[dir=rtl] .dropdown.dropdown--actions .dropdown-controls .icon {
      margin-left: 10px;
      margin-right: 0; }

.dropdown-title {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dropdown-detail {
  opacity: 0.5; }

.recipientList,
.recipientList-organizationMembers {
  list-style: none;
  padding: 0; }

.recipientList-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.recipientList-entry .recipientList-iconSpacer {
  width: 20px;
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  html[dir=rtl] .recipientList-entry .recipientList-iconSpacer {
    margin-right: -5px;
    margin-left: 0; }

.recipientList-icon {
  width: 16px;
  height: 16px;
  fill: white;
  opacity: 0.2; }

.recipientList--new .recipientList-icon {
  opacity: 1; }

.recipientList-entry:hover .recipientList-icon,
.recipientList-entry.is-active .recipientList-icon {
  opacity: 1; }

.recipientList-name {
  color: white;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  html[dir=rtl] .recipientList-name {
    margin-right: 10px;
    margin-left: 0; }

.recipientList-arrow {
  fill: white;
  opacity: 0.39; }

.recipientList-entry:hover .recipientList-arrow {
  opacity: 1; }

.recipientList-detail {
  opacity: 0.5; }

.recipientList-icon.plus {
  margin-left: 13px; }
  html[dir=rtl] .recipientList-icon.plus {
    margin-right: 13px;
    margin-left: 0; }

.recipientList--new {
  background: #38ad69; }

.dropdown .recipientList--new:hover {
  background: #35a768; }

.recipientList-controls,
.recipientList-controls:hover {
  padding: 0 10px !important;
  background: #42484c; }
  .recipientList-controls + li,
  .recipientList-controls:hover + li {
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.13) inset;
            box-shadow: 0 1px rgba(255, 255, 255, 0.13) inset; }

.recipientList-organizationMembers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.userInfo-avatar, .organizationInfo-avatar {
  float: right;
  position: relative; }
  html[dir=rtl] .userInfo-avatar, html[dir=rtl] .organizationInfo-avatar {
    float: left; }

.organizationInfo-avatar {
  padding: 18px 0 0 18px; }
  html[dir=rtl] .organizationInfo-avatar {
    padding: 18px 0 0 18px;
    padding: 18px 18px 0 0; }

.userList {
  list-style: none;
  padding: 0; }
  .userList .userList-entry {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .userList .userList-entry:last-child {
      margin-bottom: 0; }
  .userList .userList-name {
    margin-left: 7px; }
    html[dir=rtl] .userList .userList-name {
      margin-right: 7px;
      margin-left: 0; }

.checkbox.form-group .checkbox {
  margin-top: 0;
  margin-bottom: 15px;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #f9fafb; }

.checkbox.form-group label, .checkbox.form-group .select-box .select-box-header, .select-box .checkbox.form-group .select-box-header {
  padding: 0 2px;
  cursor: default; }

.checkbox.form-group .controls label, .checkbox.form-group .controls .select-box .select-box-header, .select-box .checkbox.form-group .controls .select-box-header,
.radio.form-group .controls label,
.radio.form-group .controls .select-box .select-box-header,
.select-box .radio.form-group .controls .select-box-header {
  padding: 2px 0;
  font: inherit;
  font-size: 13px;
  margin-bottom: 0;
  color: inherit;
  text-transform: inherit;
  letter-spacing: 0; }

.userSearch-label {
  margin-top: 11px;
  margin-right: 10px; }
  html[dir=rtl] .userSearch-label {
    margin-left: 10px;
    margin-right: 0; }

.userSearch .tab:not(.active) {
  background: white; }

.userSearch {
  margin: 0 0 20px; }

.userSearch .tabs {
  margin: 0; }

.nav {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav a {
  padding: 10px 15px;
  display: block; }

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px 20px;
  padding: 0 20px 0 21px;
  /* margin-left: -1px */
  position: relative; }
  html[dir=rtl] .nav-tabs {
    padding: 0 21px 0 20px; }

.nav-tabs li {
  margin: 0;
  color: #b3b3b3;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
  background: white;
  position: relative; }
  .nav-tabs li:first-child {
    border-radius: 7px 0 0 7px; }
    html[dir=rtl] .nav-tabs li:first-child {
      border-radius: 0 7px 7px 0; }
  .nav-tabs li:last-child {
    border-radius: 0 7px 7px 0; }
    html[dir=rtl] .nav-tabs li:last-child {
      border-radius: 7px 0 0 7px; }
  .nav-tabs li:only-child {
    border-radius: 7px; }
  .nav-tabs li.active {
    color: white;
    background: #42484c; }
  .nav-tabs li a {
    padding: 10px 24px 8px;
    color: inherit;
    color: inherit; }

.tab-content h2:first-child {
  margin-top: 0; }

.settings-entry {
  margin-bottom: 42px;
  max-width: 700px; }

.setting-controls {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.form-item .form-group {
  margin-bottom: 0; }

.form-item .form-group + .form-group {
  margin-top: 15px; }

.form-item + .btn {
  margin-left: 23px; }
  html[dir=rtl] .form-item + .btn {
    margin-right: 23px;
    margin-left: 0; }

.scrollPageHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-bottom: 1px solid #c7c7c7;
  height: 64px;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 22px;
  position: absolute;
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px); }

.scrollPageHeader small {
  color: #aabdc5; }

.scrollPageHeader .ticket-title {
  max-width: initial;
  padding: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.scrollPageHeader h1, .scrollPageHeader .popover-notificationsHeader .popover-title, .popover-notificationsHeader .scrollPageHeader .popover-title, .scrollPageHeader .ticket-title-update {
  font-size: 19px;
  margin: 0 15px; }

.wizard {
  margin: auto; }

.wizard-logo {
  fill: white;
  margin-left: -25px;
  margin-bottom: 5px; }
  html[dir=rtl] .wizard-logo {
    margin-right: -25px;
    margin-left: 0; }

.wizard-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  padding-bottom: 18px;
  margin-bottom: 20px; }
  .wizard-slide.wizard-slide--large {
    width: 460px; }

.wizard h2 {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding-bottom: 8px;
  margin-bottom: 16px; }
  .wizard h2 + p {
    margin-top: 0; }

.wizard-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 15px; }
  .wizard-body .form-control {
    min-width: 0; }

.wizard-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  height: 39px; }

.wizard-buttonList {
  margin-top: 15px;
  min-width: 200px; }

p + .wizard-buttonList,
label + .wizard-buttonList,
.select-box .select-box-header + .wizard-buttonList {
  margin-top: 5px; }

.wizard-loadingText {
  text-align: center;
  margin: 0; }

.wizard-loadingText .loading {
  vertical-align: middle;
  margin-right: 10px; }
  html[dir=rtl] .wizard-loadingText .loading {
    margin-left: 10px;
    margin-right: 0; }

.wizard-aside {
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.13); }

.setup.wizard .wizard-body {
  min-height: 140px; }
  .setup.wizard .wizard-body > p:first-child {
    margin-top: 0; }

.setup.wizard .logo-preview, .branding .logo-preview {
  display: block;
  height: 0;
  max-width: 200px;
  max-height: 100px; }
  .setup.wizard .logo-preview[src=""], .branding .logo-preview[src=""] {
    visibility: hidden; }
  .setup.wizard .logo-preview + .logo-preview-placeholder, .branding .logo-preview + .logo-preview-placeholder {
    height: 100px;
    color: #999999;
    background: #f2f2f2;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.setup.wizard .logo-preview:not([src=""]) {
  margin: 0 auto 15px;
  height: auto; }
  .setup.wizard .logo-preview:not([src=""]) + .logo-preview-placeholder {
    display: none; }

.setup.wizard .base-outbound-settings {
  margin-top: 15px; }

.branding .logo-preview:not([src=""]) {
  margin: 20px auto 12px;
  height: auto; }
  .branding .logo-preview:not([src=""]) + .logo-preview-placeholder {
    display: none; }

.branding.login {
  padding: 24px 24px 0px; }

.import.wizard .wizard-slide {
  min-height: 300px; }

.import-source {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  height: 50px;
  margin: 5px 0; }

.input-feedback {
  position: absolute;
  padding-left: 10px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 52px;
  border-radius: 0 5px 5px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 33%); }
  html[dir=rtl] .input-feedback {
    padding-right: 10px;
    padding-left: 0; }

.input-feedback .icon {
  display: none; }

.input-feedback[data-state=loading] .loading.icon,
.input-feedback[data-state=error] .icon-error,
.input-feedback[data-state=success] .icon-checkmark {
  display: block; }

.progressTable {
  width: 100%;
  margin: 0 auto; }

.progressTable td {
  padding: 8px;
  overflow: auto;
  width: 33%; }

.progressTable tr:not(:last-child) {
  border-bottom: 1px solid #eee; }

.progressTable td:first-child {
  text-align: end; }

.progressTable progress {
  width: 100%;
  min-width: 60px;
  display: block; }

.progressTable .icon-checkmark {
  margin-left: 10px;
  opacity: 0; }
  html[dir=rtl] .progressTable .icon-checkmark {
    margin-right: 10px;
    margin-left: 0; }

.progressTable tr.is-done .icon-checkmark {
  opacity: 1; }

.channelList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: 2px;
  margin: 5px 0 20px; }

.channelList,
.channelList-controls,
.channelList-controlEntry {
  border: 1px solid #e5e4e7; }

.channelList-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
  padding: 5px 8px; }
  .channelList-entry:not(:last-child) {
    border-bottom: 1px solid #e5e4e7; }

.channelList-label {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.channelList-status {
  font-size: 12px;
  color: #999; }

.channelList-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #999; }

.channelList-controls {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eae9ec;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.channelList-controlEntry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  position: relative; }
  .channelList-controlEntry [data-toggle=dropdown] {
    position: relative; }
  .channelList-controlEntry .icon {
    opacity: 0.8; }

.avatar-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.avatar-holder {
  display: inline-block;
  position: relative;
  margin: 0 32px 32px 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 4px white;
          box-shadow: 0 0 0 4px white; }
  .avatar-holder .avatar.is-active {
    -webkit-box-shadow: 0 0 0 4px #4cafe1;
            box-shadow: 0 0 0 4px #4cafe1; }

.avatar--new {
  background: #38ad69; }

.avatar-holder .avatar-delete {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  pointer-events: none;
  visibility: hidden;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); }
  .avatar-holder .avatar-delete svg {
    opacity: 0.5;
    fill: #2c2d35; }
  .avatar-holder .avatar-delete:hover svg {
    opacity: 1; }

.avatar-holder:hover .avatar-delete {
  visibility: visible;
  pointer-events: auto; }

.camera video {
  position: absolute;
  visibility: hidden;
  pointer-events: none; }

.camera-preview {
  display: block;
  margin: 0 auto; }

.camera-flash {
  background: white;
  opacity: 0; }

.camera-flash.is-active {
  -webkit-animation: flash 500ms ease;
          animation: flash 500ms ease; }

@-webkit-keyframes flash {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes flash {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fileUpload {
  position: relative;
  overflow: hidden; }

.fileUpload input {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 118px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0; }

.imagePreview img {
  max-width: 100%;
  max-height: 100%; }

.imageCropper p {
  margin: 0; }

.imageCropper-holder {
  height: 340px;
  margin: 15px 0; }

.imageCropper-image {
  max-width: 100%;
  max-height: 100%;
  opacity: 0; }

.imageCropper-preview {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 10px;
  background: #f9fafb; }

.cropper-container {
  /* prevent cropper.js's centering – we center via flex */
  left: 0 !important; }

.profile {
  padding: 60px;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .profile h1, .profile .popover-notificationsHeader .popover-title, .popover-notificationsHeader .profile .popover-title, .profile .ticket-title-update {
    margin: 18px 0 0; }
  .profile .tabs {
    margin-top: 2px;
    margin-bottom: 25px; }

.profile-window {
  color: #585856;
  background: white;
  max-width: 660px;
  margin: 0 auto;
  border: 1px solid #e6e6e6; }

.profile-section {
  padding: 20px 50px; }
  .profile-section.profile-memberSection {
    margin-bottom: 10px; }

.profile-section:not(:last-child) {
  border-bottom: 1px solid #f2f2f2; }

.profile-action {
  margin-right: -20px; }
  html[dir=rtl] .profile-action {
    margin-left: -20px;
    margin-right: 0; }
  .profile-action .dropdown-toggle {
    margin-top: -20px;
    margin-right: -30px;
    margin-bottom: 8px;
    padding: 26px 40px 2px; }
    html[dir=rtl] .profile-action .dropdown-toggle {
      margin-left: -30px;
      margin-right: 0; }
  .profile-action label, .profile-action .select-box .select-box-header, .select-box .profile-action .select-box-header {
    margin: 0 8px;
    padding: 0;
    cursor: inherit; }

.profile-subtitle {
  font-size: 16px; }

.profile-details {
  margin-left: -50px; }
  html[dir=rtl] .profile-details {
    margin-right: -50px;
    margin-left: 0; }

.profile-ticketsPlaceholder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 8px 0 22px;
  color: #aabdcf; }
  .profile-ticketsPlaceholder .stat-icon {
    margin-bottom: 10px; }

.profile-detailsEntry, .profile-organizationMember {
  margin: 8px 0;
  padding-left: 50px;
  width: 50%; }
  html[dir=rtl] .profile-detailsEntry, html[dir=rtl] .profile-organizationMember {
    padding-right: 50px;
    padding-left: 0; }

.profile-detailsEntry label, .profile-organizationMember label, .profile-detailsEntry .select-box .select-box-header, .select-box .profile-detailsEntry .select-box-header, .profile-organizationMember .select-box .select-box-header, .select-box .profile-organizationMember .select-box-header {
  padding: 0;
  margin-bottom: 2px;
  display: block; }

.profile-organizationMember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .profile-organizationMember .avatar {
    margin-right: 10px; }
    html[dir=rtl] .profile-organizationMember .avatar {
      margin-left: 10px;
      margin-right: 0; }

.profile-ticketLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px; }

.profile-ticketList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 25px;
  min-width: 0;
  /* Firefox wrong content-calculation with word-wrap workaround */ }
  .profile-ticketList .tasks {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.profile .frequency.stat-widget {
  height: 230px; }
  .profile .frequency.stat-widget .stat-bars {
    height: 100px; }

.profile-organizationIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: #dedede;
  border-radius: 100%;
  opacity: 0.4; }
  .profile-organizationIcon svg {
    width: 32px;
    height: 32px; }

.highlighter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[data-highlightcolor=Yellow]::-moz-selection {
  background: #f7e7b2; }

[data-highlightcolor=Yellow]::selection {
  background: #f7e7b2; }

.highlight-Yellow {
  background: #f7e7b2; }

[data-highlightcolor=Green]::-moz-selection {
  background: #bce7b6; }

[data-highlightcolor=Green]::selection {
  background: #bce7b6; }

.highlight-Green {
  background: #bce7b6; }

[data-highlightcolor=Blue]::-moz-selection {
  background: #b3ddf9; }

[data-highlightcolor=Blue]::selection {
  background: #b3ddf9; }

.highlight-Blue {
  background: #b3ddf9; }

[data-highlightcolor=Pink]::-moz-selection {
  background: #fea9c5; }

[data-highlightcolor=Pink]::selection {
  background: #fea9c5; }

.highlight-Pink {
  background: #fea9c5; }

[data-highlightcolor=Purple]::-moz-selection {
  background: #eac5ee; }

[data-highlightcolor=Purple]::selection {
  background: #eac5ee; }

.highlight-Purple {
  background: #eac5ee; }

.translationOverview tbody > tr > td {
  padding: 20px 0 0 10px; }
.translationOverview .translationOverview-itemContainer {
  padding: 10px 0 10px 10px; }
.translationOverview .translationOverview-source {
  width: 25%; }
.translationOverview .translationOverview-target {
  width: 35%; }
.translationOverview .translationOverview-initial {
  width: 25%; }
.translationOverview .translationOverview-item {
  width: 100%; }

.overview-navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.overview-navigator .pagination {
  margin: 0 0 0 10px; }
  html[dir=rtl] .overview-navigator .pagination {
    margin: 0 10px 0 0; }

.empty-space {
  padding: 50px; }
  .empty-space svg {
    width: 200px;
    height: auto; }
  .empty-space .empty-space-tagline {
    color: #aabdc5;
    margin-top: 15px;
    font-size: 18px; }

.horizontal-filters {
  margin-bottom: 20px; }

.horizontal-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaeff1;
  padding: 7px;
  border: 1px solid #d5dee2; }
  .horizontal-filter:first-child {
    border-radius: 4px 4px 0 0; }
    html[dir=rtl] .horizontal-filter:first-child {
      border-radius: 0 0 4px 4px; }
  .horizontal-filter:last-child {
    border-radius: 0 0 4px 4px; }
    html[dir=rtl] .horizontal-filter:last-child {
      border-radius: 4px 4px 0 0; }
  .horizontal-filter:only-child {
    border-radius: 4px; }
  .horizontal-filter + .horizontal-filter {
    border-top: none; }
  .horizontal-filter .controls, .horizontal-filter input {
    margin-right: 5px; }
    html[dir=rtl] .horizontal-filter .controls,
    html[dir=rtl] .horizontal-filter input {
      margin-left: 5px;
      margin-right: 0; }
  .horizontal-filter .controls-label {
    margin-left: 0;
    margin-right: 5px; }
    html[dir=rtl] .horizontal-filter .controls-label {
      margin-left: 5px; }
    html[dir=rtl] .horizontal-filter .controls-label {
      margin-right: 0; }
  .horizontal-filter select,
  .horizontal-filter input {
    border-color: #d5dee2; }
  .horizontal-filter input[type=text] {
    width: auto; }

.horizontal-filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.horizontal-filter-value {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .horizontal-filter-value input[type=url] {
    min-width: 200px; }

.output-input {
  margin: 0 0 14px; }
  .output-input output {
    margin: 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #4cafe1;
    border-bottom: none;
    display: block; }
  .output-input input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none; }
    .output-input input:focus {
      border-color: #e6e6e6;
      -webkit-box-shadow: none;
              box-shadow: none; }

output {
  border-bottom: 1px solid #4cafe1;
  margin: 14px 0 0;
  display: inline-block;
  padding: 10px 12px 8px;
  background: #e2f0f8; }
  output[disabled] {
    border-color: #ca5357;
    background: #e2a1a4; }

.zammad-switch {
  overflow: hidden;
  width: 50px;
  height: 30px;
  border-radius: 15px; }
  .zammad-switch.zammad-switch--small {
    width: 40px;
    height: 24px;
    border-radius: 12px; }
  .zammad-switch.zammad-switch--dark label, .zammad-switch.zammad-switch--dark .select-box .select-box-header, .select-box .zammad-switch.zammad-switch--dark .select-box-header {
    background: #0b0c0e; }
  .zammad-switch.zammad-switch--dark label:before, .zammad-switch.zammad-switch--dark .select-box .select-box-header:before, .select-box .zammad-switch.zammad-switch--dark .select-box-header:before {
    background: #17181c; }
  .zammad-switch.zammad-switch--dark label:after, .zammad-switch.zammad-switch--dark .select-box .select-box-header:after, .select-box .zammad-switch.zammad-switch--dark .select-box-header:after {
    background: #2c2d35; }
  .zammad-switch.zammad-switch--green input:checked + label, .zammad-switch.zammad-switch--green .select-box input:checked + .select-box-header, .select-box .zammad-switch.zammad-switch--green input:checked + .select-box-header {
    background: #38ad69; }

.zammad-switch label, .zammad-switch .select-box .select-box-header, .select-box .zammad-switch .select-box-header {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  outline: none;
  cursor: pointer;
  background: white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 200ms;
  transition: background 200ms; }
  .zammad-switch label:after, .zammad-switch .select-box .select-box-header:after, .select-box .zammad-switch .select-box-header:after {
    content: "";
    position: absolute;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    width: calc(60% - 2px);
    height: calc(100% - 2px);
    border-radius: inherit;
    left: 1px;
    top: 1px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.2);
    background: white; }
    html[dir=rtl] .zammad-switch label:after, html[dir=rtl] .zammad-switch .select-box .select-box-header:after, .select-box html[dir=rtl] .zammad-switch .select-box-header:after {
      -webkit-transform: translateX(70%);
              transform: translateX(70%); }

.zammad-switch input {
  display: none; }
  .zammad-switch input[disabled] + label, .zammad-switch .select-box input[disabled] + .select-box-header, .select-box .zammad-switch input[disabled] + .select-box-header {
    cursor: not-allowed;
    background: #eaedf0;
    border-color: #d5d9dd; }
  .zammad-switch input:focus + label, .zammad-switch .select-box input:focus + .select-box-header, .select-box .zammad-switch input:focus + .select-box-header {
    -webkit-transition: none;
    transition: none;
    background: #4cafe1;
    -webkit-box-shadow: 0 0 0 3px #d6eaf5;
            box-shadow: 0 0 0 3px #d6eaf5; }
  .zammad-switch input:checked + label, .zammad-switch .select-box input:checked + .select-box-header, .select-box .zammad-switch input:checked + .select-box-header {
    background: #4cafe1; }
  .zammad-switch input:checked + label:after, .zammad-switch .select-box input:checked + .select-box-header:after, .select-box .zammad-switch input:checked + .select-box-header:after {
    -webkit-transform: translateX(70%);
            transform: translateX(70%); }
    html[dir=rtl] .zammad-switch input:checked + label:after, html[dir=rtl] .zammad-switch .select-box input:checked + .select-box-header:after, .select-box html[dir=rtl] .zammad-switch input:checked + .select-box-header:after {
      -webkit-transform: none;
              transform: none; }

.controls .zammad-switch {
  margin-top: 10px; }

.horizontal-filter-text {
  margin-right: 5px; }
  html[dir=rtl] .horizontal-filter-text {
    margin-left: 5px;
    margin-right: 0; }

.filter-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.filter-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 0 0 1px #d5dee2 inset;
          box-shadow: 0 0 0 1px #d5dee2 inset;
  border-radius: 100%;
  background: white;
  cursor: pointer; }
  .filter-control:hover:not(.is-disabled) {
    border-color: #cbd7dc; }
    .filter-control:hover:not(.is-disabled) .icon {
      fill: black; }
  .filter-control.is-disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .filter-control:not(:last-child) {
    margin-right: 7px; }
    html[dir=rtl] .filter-control:not(:last-child) {
      margin-left: 7px;
      margin-right: 0; }
  .filter-control .icon {
    fill: #9c9c9c; }

.filter-preview {
  margin: 20px 0; }

.day-name {
  text-align: center;
  margin-bottom: 0;
  color: inherit;
  white-space: nowrap; }

.form-group.day-time {
  padding: 10px 5px 6px;
  margin: 0; }
  .form-group.day-time label, .form-group.day-time .select-box .select-box-header, .select-box .form-group.day-time .select-box-header {
    text-align: center; }
  .form-group.day-time .form-control {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px; }

.settings-row {
  margin-bottom: 10px; }

.settings-list {
  border-collapse: separate;
  color: #585856;
  background: white;
  table-layout: auto;
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word; }
  .settings-list.is-invalid {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #f76e6e;
            box-shadow: 0 0 0 2px white, 0 0 0 4px #f76e6e; }
  .settings-list.settings-list--fixed {
    table-layout: fixed; }
  .settings-list.settings-list--stretch {
    width: 100%; }
  .settings-list:not(:last-child) {
    margin-bottom: 34px; }
  .settings-list.settings-list--toggleRow tr:not(.is-active) td > *:not(.dont-grey-out) {
    opacity: 0.33; }
  .settings-list.settings-list--toggleColumn td:not(.is-active) * {
    opacity: 0.33; }
  .settings-list.settings-list--placeholder th {
    text-align: center;
    border-bottom: 1px solid #d5dee2;
    border-radius: 4px; }
  .settings-list.settings-list--placeholder td {
    height: 40px; }
  .settings-list th, .settings-list td {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #d5dee2; }
  .settings-list th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.05em;
    background: #eaeff1;
    border-bottom: none;
    word-break: normal; }
  .settings-list td.empty-cell {
    border-top: none; }
  .settings-list .settings-list-separator {
    border-left-width: 3px; }
    html[dir=rtl] .settings-list .settings-list-separator {
      border-right-width: 3px;
      border-left-width: 1px; }
  .settings-list .text-muted {
    text-transform: none;
    font-size: 10px;
    letter-spacing: 0;
    color: #abbdc4; }
  .settings-list .inline-label {
    color: inherit; }
  .settings-list .btn--table {
    padding-top: 0;
    padding-bottom: 0; }
  .settings-list th:not(:last-child), .settings-list td:not(:last-child) {
    border-right-width: 0; }
    html[dir=rtl] .settings-list th:not(:last-child),
    html[dir=rtl] .settings-list td:not(:last-child) {
      border-left-width: 0;
      border-right-width: 1px; }
  .settings-list tr:not(:last-child) td, .settings-list > tbody:not(:last-child) tr td {
    border-bottom: none; }
  .settings-list tr.is-inactive td {
    color: #c2d0d6;
    text-decoration: line-through; }
  .settings-list > thead > tr > th:first-child {
    border-top-left-radius: 4px; }
    html[dir=rtl] .settings-list > thead > tr > th:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 0; }
  .settings-list > thead > tr > th:last-child {
    border-top-right-radius: 4px; }
    html[dir=rtl] .settings-list > thead > tr > th:last-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 0; }
  .settings-list > tbody:last-child > tr:last-child > td:first-child, .settings-list > tfoot:last-child > tr:last-child > td:first-child {
    border-bottom-left-radius: 4px; }
    html[dir=rtl] .settings-list > tbody:last-child > tr:last-child > td:first-child, html[dir=rtl] .settings-list > tfoot:last-child > tr:last-child > td:first-child {
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 0; }
  .settings-list > tbody:last-child > tr:last-child > td:last-child, .settings-list > tfoot:last-child > tr:last-child > td:last-child {
    border-bottom-right-radius: 4px; }
    html[dir=rtl] .settings-list > tbody:last-child > tr:last-child > td:last-child, html[dir=rtl] .settings-list > tfoot:last-child > tr:last-child > td:last-child {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 0; }
  .settings-list p {
    margin: 0; }
  .settings-list .settings-list-action-cell {
    text-align: center;
    color: #aabdc5;
    background: #f3f6f7;
    line-height: 1;
    padding-top: 11px;
    padding-bottom: 9px; }
    .settings-list .settings-list-action-cell:hover {
      color: #585856; }
    .settings-list .settings-list-action-cell .icon {
      fill: currentColor;
      vertical-align: top;
      margin-top: -2px; }
  .settings-list .settings-list-controls {
    padding: 0; }
    .settings-list .settings-list-controls > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 40px; }
    .settings-list .settings-list-controls .settings-list-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 10px; }
  .settings-list .settings-list-control-cell {
    padding: 5px; }
    .settings-list .settings-list-control-cell ~ .settings-list-row-control {
      padding-bottom: 7px; }

.select-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 14px;
  background: white;
  color: #585856;
  border-right: 1px solid #d5dee2;
  border-bottom: 1px solid #d5dee2;
  border-radius: 3px 3px 0 0; }
  html[dir=rtl] .select-box {
    border-left: 1px solid #d5dee2;
    border-right: none; }
  .select-box.select-box--vertical .select-value {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .select-box.select-box--four .select-value {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .select-box.select-box--six .select-value {
    -ms-flex-preferred-size: calc(100%/6);
        flex-basis: calc(100%/6); }
  .select-box .select-box-header {
    margin: 0;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    white-space: nowrap;
    background: #eaeff1;
    border-left: 1px solid #d5dee2;
    border-top: 1px solid #d5dee2;
    border-radius: 3px 3px 0 0; }
    html[dir=rtl] .select-box .select-box-header {
      border-right: 1px solid #d5dee2;
      border-left: none; }
  .select-box .select-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 34px;
    background-clip: content-box;
    -webkit-box-shadow: 1px 0 #d5dee2 inset, 0 1px #d5dee2 inset;
            box-shadow: 1px 0 #d5dee2 inset, 0 1px #d5dee2 inset;
    cursor: pointer; }
    .select-box .select-value.is-selected {
      background-color: #3da8f5;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: white; }
  .select-box:first-child {
    margin-left: 0; }
    html[dir=rtl] .select-box:first-child {
      margin-left: 0;
      margin-left: 14px; }
  .select-box:last-child {
    margin-right: 0; }
    html[dir=rtl] .select-box:last-child {
      margin-left: 0;
      margin-right: 14px; }

.searchableSelect {
  position: relative; }
  .searchableSelect .form-control {
    padding-right: 37px;
    padding-right: 37px; }
    html[dir=rtl] .searchableSelect .form-control {
      padding-left: 37px;
      padding-right: 12px; }
  .searchableSelect .searchableSelect-main {
    position: relative;
    line-height: 19px; }
    .searchableSelect .searchableSelect-main.form-control--small ~ .searchableSelect-autocomplete {
      top: 7px;
      left: 9px; }
  .searchableSelect .searchableSelect-shadow {
    position: absolute;
    left: -9999px; }
  .searchableSelect .dropdown-menu {
    margin-top: -3px;
    max-width: 100%; }
  .searchableSelect-option-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block; }
    .searchableSelect-option-text + .icon {
      margin-left: 10px; }
      html[dir=rtl] .searchableSelect-option-text + .icon {
        margin-right: 10px;
        margin-left: 0; }
  .searchableSelect.dropdown li:hover:not(.is-active) {
    background: none; }
  .searchableSelect.dropdown li.is-hidden {
    display: none; }
  .searchableSelect li:not(.is-active):hover + li {
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.13) inset;
            box-shadow: 0 1px rgba(255, 255, 255, 0.13) inset; }
  .searchableSelect .searchableSelect-autocomplete {
    position: absolute;
    left: 13px;
    top: 11px;
    right: 37px;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    white-space: pre;
    line-height: 19px; }
  .searchableSelect .searchableSelect-autocomplete-invisible {
    color: transparent; }
  .searchableSelect .searchableSelect-autocomplete-visible {
    color: #545454;
    background: #d6eaf5; }
  .searchableSelect .loading.icon {
    position: absolute;
    right: 11px;
    top: 11px;
    display: none; }
  .searchableSelect.is-loading .loading.icon {
    display: block; }
  .searchableSelect.is-loading .icon-arrow-down {
    display: none; }

.action {
  background: white;
  border: 1px solid #e5f0f5;
  color: #42484c;
  -webkit-box-shadow: 0 2px #eff0f1;
          box-shadow: 0 2px #eff0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 17px; }
  .action.is-inactive {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 2px;
    border-color: #e9f2f6; }
    .action.is-inactive > *:not(.action-controls) {
      opacity: 0.33; }
  .action .action-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .action .action-flow.action-flow--noWrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .action .action-flow.action-flow--row {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .action .action-separator {
    width: 1px;
    background: #f7f7f7;
    margin: 0 10px; }
  .action .table {
    margin-left: -9px;
    margin-right: -9px; }
  .action h2 {
    margin-bottom: 0; }
    .action h2 .action-form-status .icon {
      margin-top: 0; }
  .action .action-block,
  .action .action-controls,
  .action .action-row {
    padding: 10px; }
    .action .action-block h2:first-child,
    .action .action-block h3:first-child,
    .action .action-controls h2:first-child,
    .action .action-controls h3:first-child,
    .action .action-row h2:first-child,
    .action .action-row h3:first-child {
      margin-top: 0; }
  .action .action-block.action-block--flex {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .action .action-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .action h3 {
    color: #999999;
    margin-top: 0; }
  .action .action-label {
    background: #eaeff1;
    border: 1px solid #dae3e7;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 5px 10px;
    margin: -4px -25px -5px auto;
    color: #97acb4;
    cursor: default; }
    html[dir=rtl] .action .action-label {
      margin: -4px auto -5px -25px; }
  .action .action-flow-icon {
    width: 15px;
    height: 24px;
    margin-top: 16px;
    /* compensate for h3 height */
    margin-left: 20px;
    margin-right: 20px;
    fill: #dee5e8; }
  .action .action-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    html[dir=rtl] .action .action-controls {
      margin-right: auto;
      margin-left: 0; }
    .action .action-controls .btn {
      -ms-flex-item-align: center;
          align-self: center; }

/*
  datepicker resets some css it potentially inherits when its rendered inside a table
*/
.datepicker {
  background: #2c2d35;
  color: white;
  padding: 0 14px 11px;
  position: absolute;
  min-width: 0;
  cursor: default; }
  .datepicker .datepicker-switch {
    padding: 12px 0;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none; }
    .datepicker .datepicker-switch:hover {
      background: #202027; }
  .datepicker th {
    background: none; }
  .datepicker th, .datepicker td {
    border: none; }
  .datepicker .next,
  .datepicker .prev {
    cursor: pointer;
    padding: 12px 9px 0;
    vertical-align: top;
    text-align: center; }
    .datepicker .next .icon,
    .datepicker .prev .icon {
      margin-top: 4px;
      fill: white;
      opacity: 1; }
    .datepicker .next:hover,
    .datepicker .prev:hover {
      background: #202027; }
  .datepicker .dow {
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 5px 0;
    text-align: center; }
  .datepicker .day {
    width: 27px;
    height: 26px;
    border-radius: 14px;
    padding: 1px 0 0 !important; }
  .datepicker .month,
  .datepicker .year {
    float: left;
    width: 23%;
    margin: 1%;
    padding: 5px 0; }
  .datepicker .day, .datepicker .month, .datepicker .year {
    text-align: center;
    font-size: 15px; }
    .datepicker .day:not(.disabled), .datepicker .month:not(.disabled), .datepicker .year:not(.disabled) {
      cursor: pointer; }
    .datepicker .day.disabled, .datepicker .day.old, .datepicker .day.new, .datepicker .month.disabled, .datepicker .month.old, .datepicker .month.new, .datepicker .year.disabled, .datepicker .year.old, .datepicker .year.new {
      color: #545454; }
    .datepicker .day.today, .datepicker .month.today, .datepicker .year.today {
      background: #09090b; }
    .datepicker .day.focused, .datepicker .month.focused, .datepicker .year.focused {
      -webkit-box-shadow: 0 0 0 1px #58abee inset;
              box-shadow: 0 0 0 1px #58abee inset; }
    .datepicker .day.active, .datepicker .month.active, .datepicker .year.active {
      color: white;
      background: #58abee; }
  .datepicker .today {
    text-align: center;
    padding: 2px 0 0;
    cursor: pointer; }
    .datepicker .today.hidden {
      display: none; }

#notify {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  pointer-events: none; }
  #notify .noty_bar {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 10px; }
    #notify .noty_bar .noty_message {
      pointer-events: auto;
      display: inline-block;
      background: rgba(0, 0, 0, 0.75);
      padding: 10px 15px 8px;
      border-radius: 3px;
      color: white; }
    #notify .noty_bar .icon {
      vertical-align: middle;
      margin-top: -3px;
      margin-right: 5px; }
      html[dir=rtl] #notify .noty_bar .icon {
        margin-left: 5px;
        margin-right: 0; }
    #notify .noty_bar a {
      color: inherit;
      text-decoration: none; }

.animated {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); } }
.loading-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 133px; }
  .loading-placeholder .loading-text {
    margin-left: 10px; }
    html[dir=rtl] .loading-placeholder .loading-text {
      margin-right: 10px;
      margin-left: 0; }

.chat {
  background: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 14px; }
  .chat .page-header {
    margin: 15px 6px 5px; }

.chat-workspace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 10px;
  margin: 0 -4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.chat-window {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #545454;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: scale(0);
          transform: scale(0); }
  .chat-window.is-open {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    -webkit-transform: scale(1);
            transform: scale(1);
    padding: 10px; }
  .chat-window.is-offline .chat-controls {
    opacity: 0.5; }

.chat-header {
  background: #f1f2f3;
  border: 1px solid #e8e8e8;
  border-radius: 3px 3px 0 0;
  height: 43px;
  line-height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.chat-name {
  margin: 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .chat-name .status-badge {
    margin-left: 2px;
    vertical-align: middle;
    height: 100%; }
    html[dir=rtl] .chat-name .status-badge {
      margin-right: 2px;
      margin-left: 0; }

.chat-status {
  margin-left: 10px; }
  html[dir=rtl] .chat-status {
    margin-right: 10px;
    margin-left: 0; }
  .chat-status[data-status='online'] .icon {
    fill: #38ad69; }
  .chat-status[data-status='offline'] .icon {
    fill: #f35912; }
  .chat-status .icon-status-modified-inner-circle,
  .chat-status .icon-status-modified-outer-circle {
    display: none; }
  .chat-status.is-modified .icon-status {
    display: none; }
  .chat-status.is-modified .icon-status-modified-inner-circle,
  .chat-status.is-modified .icon-status-modified-outer-circle {
    display: block; }

.chat-status-holder {
  position: relative; }

.chat-disconnect,
.chat-close {
  cursor: pointer;
  padding: 10px; }
  .chat-disconnect .btn,
  .chat-close .btn {
    min-width: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.chat-disconnect.is-hidden,
.chat-close.is-hidden {
  display: none; }

.chat-scroll-hint {
  background: #f9fafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 7px 10px 6px;
  color: #999999;
  cursor: pointer; }
  .chat-scroll-hint.is-hidden {
    display: none; }
  .chat-scroll-hint .icon {
    fill: #c4c7ca;
    margin-right: 8px; }
    html[dir=rtl] .chat-scroll-hint .icon {
      margin-left: 8px;
      margin-right: 0; }

.chat-body-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f9fafb;
  font-size: 13px;
  line-height: 18px;
  overflow: auto;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  position: relative; }
  html[dir=rtl] .chat-body-holder {
    border-left: 1px solid #e8e8e8;
    border-right: none; }

.chat-body-holder--standalone {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }

.chat-body {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.chat-timestamp,
.chat-notice-message {
  font-size: 12px;
  color: #cac5c4;
  margin-bottom: 4px;
  -ms-flex-item-align: center;
      align-self: center; }

.chat-timestamp-label {
  font-weight: 500; }

.chat-message {
  max-width: 90%;
  background: white;
  padding: 6px 12px;
  border-radius: 16px;
  margin-bottom: 4px; }

.chat-message--customer.chat-message--new {
  font-weight: bold; }

.chat-message--agent {
  margin-left: auto;
  background: #e5f0f5;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  html[dir=rtl] .chat-message--agent {
    margin-right: auto;
    margin-left: 0; }

.chat-message--agent + .chat-message--customer,
.chat-message--customer + .chat-message--agent {
  margin-top: 10px; }

.chat-status-message {
  -ms-flex-item-align: center;
      align-self: center;
  background: #e7ecee;
  padding: 6px 12px;
  margin: 4px 0 10px;
  border-radius: 3px; }

.chat-loader {
  margin-right: -4px; }
  html[dir=rtl] .chat-loader {
    margin-left: -4px;
    margin-right: 0; }
  .chat-loader .icon {
    width: 12px;
    height: 12px;
    fill: #e6e6e6;
    margin-left: -4px;
    vertical-align: middle;
    -webkit-animation: ease-in-out load-fade 600ms infinite alternate;
            animation: ease-in-out load-fade 600ms infinite alternate; }
    html[dir=rtl] .chat-loader .icon {
      margin-right: -4px;
      margin-left: 0; }
  .chat-loader .icon + .icon {
    -webkit-animation-delay: .13s;
            animation-delay: .13s; }
  .chat-loader .icon + .icon + .icon {
    -webkit-animation-delay: .26s;
            animation-delay: .26s; }

@-webkit-keyframes load-fade {
  from {
    opacity: .5;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  67% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes load-fade {
  from {
    opacity: .5;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  67% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.chat-footer {
  border-top: 1px solid #ededed;
  padding: 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 -10px; }

.chat-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 3px 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.chat-input {
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }
  html[dir=rtl] .chat-input {
    margin-left: 10px;
    margin-right: 0; }
  .chat-input .form-control {
    overflow: auto;
    max-height: 50vh; }

.browser {
  margin: 0 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%; }

.browser-body {
  position: relative;
  overflow: hidden;
  height: 450px;
  width: 100%; }
  .browser-body .browser-website {
    position: relative;
    height: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    overflow: hidden; }
    .browser-body .browser-website.is-picking {
      cursor: url(/assets/images/eyedropper.gif) 0 15, auto; }
  .browser-body img {
    vertical-align: bottom; }

.browser-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .browser-head .browser-input {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px; }
    html[dir=rtl] .browser-head .browser-input {
      margin-left: 10px;
      margin-right: 0; }
    .browser-head .browser-input input {
      min-width: 0;
      padding-right: 40px; }
      html[dir=rtl] .browser-head .browser-input input {
        padding-left: 40px;
        padding-right: 12px; }
      .browser-head .browser-input input.is-loading + .loading.icon {
        display: block; }
    .browser-head .browser-input .loading.icon {
      position: absolute;
      right: 11px;
      top: 10px;
      display: none; }
      html[dir=rtl] .browser-head .browser-input .loading.icon {
        left: 11px;
        right: auto; }
  .browser-head .help-block {
    margin-bottom: -3px; }
  .browser-head .browser-control {
    width: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    fill: #42494d;
    cursor: pointer; }

.chat-demo .zammad-chat {
  position: absolute;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform; }
  .chat-demo .zammad-chat.is-fullscreen {
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 !important; }
    .chat-demo .zammad-chat.is-fullscreen .zammad-chat-header {
      border-radius: 0 !important;
      -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13);
              box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13); }
    .chat-demo .zammad-chat.is-fullscreen .zammad-chat-controls {
      border-radius: 0 0 5px 5px; }
  .chat-demo .zammad-chat.no-transition {
    -webkit-transition: none;
    transition: none; }
  .chat-demo .zammad-chat .zammad-chat-welcome {
    display: block !important; }
  .chat-demo .zammad-chat .zammad-chat-header-icon-open {
    display: inline !important; }
  .chat-demo .zammad-chat .zammad-chat-agent-status,
  .chat-demo .zammad-chat .zammad-chat-header-icon-close,
  .chat-demo .zammad-chat .zammad-chat-agent {
    display: none !important; }
  .chat-demo .zammad-chat.is-open .zammad-chat-agent {
    display: block !important; }
  .chat-demo .zammad-chat.is-open .zammad-chat-header-icon-close,
  .chat-demo .zammad-chat.is-open .zammad-chat-agent-status {
    display: inline-block !important; }
  .chat-demo .zammad-chat.is-open .zammad-chat-welcome,
  .chat-demo .zammad-chat.is-open .zammad-chat-header-icon-open {
    display: none !important; }
  .chat-demo .zammad-chat.is-fullscreen {
    height: 100%; }
    .chat-demo .zammad-chat.is-fullscreen .zammad-chat-controls {
      border-radius: 0 0 5px 5px; }
.chat-demo .zammad-chat-header {
  pointer-events: auto; }
.chat-demo .chat-demo-animationHolder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: slide-up 500ms;
          animation: slide-up 500ms;
  pointer-events: none; }

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes slide-up {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }
.select-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 9, 15, 0.08);
  border-radius: 3px; }
  .select-tabs .tab {
    height: 39px;
    padding-top: 11px; }
    .select-tabs .tab.is-selected {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 58, 77, 0.1)), to(rgba(26, 58, 77, 0.03)));
      background: linear-gradient(rgba(26, 58, 77, 0.1), rgba(26, 58, 77, 0.03)); }

.todo {
  position: relative;
  display: block; }
  .todo .icon {
    fill: #cccccc;
    vertical-align: middle;
    margin: -2px 3px 0 0; }
  .todo.is-done .icon {
    fill: #38ad69; }

.columnSelect {
  height: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  line-height: 22px; }
  .columnSelect .columnSelect-shadow {
    display: none; }
  .columnSelect .columnSelect-column--selected {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66%;
            flex: 1 1 66%;
    overflow: auto;
    padding: 7px; }
  .columnSelect .columnSelect-column--sidebar {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border-left: 1px solid #e4e6e7;
    background: #f4f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0; }
    .columnSelect .columnSelect-column--sidebar .columnSelect-option:hover {
      background: #e7e8e9; }
  .columnSelect .columnSelect-pool {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow: auto;
    padding: 7px; }
  .columnSelect .columnSelect-option {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 0 5px;
    border-radius: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .columnSelect .columnSelect-option:hover {
      background: #f4f5f5; }
  .columnSelect .is-hidden,
  .columnSelect .is-filtered {
    display: none; }

.columnSelect-search {
  position: relative; }
  .columnSelect-search .icon {
    fill: #d7d9da; }
  .columnSelect-search .icon-magnifier {
    left: 7px;
    top: 5px;
    position: absolute; }
  .columnSelect-search .columnSelect-search-clear {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 7px;
    cursor: pointer;
    line-height: 1; }
  .columnSelect-search input {
    width: 100%;
    padding: 2px 30px 1px;
    border: none;
    outline: none;
    border-bottom: 1px solid #e4e6e7;
    background: none; }

.pulsate-animation {
  -webkit-animation: pulsate 667ms ease-in-out infinite alternate;
          animation: pulsate 667ms ease-in-out infinite alternate; }

.richtext-content[contenteditable], .richtext-content[contenteditable]:hover, .richtext-content[contenteditable]:focus {
  background: none; }
.richtext-content table,
.richtext-content pre,
.richtext-content blockquote {
  margin-bottom: 16px; }
.richtext-content > p:first-child, .richtext-content > table:first-child, .richtext-content > pre:first-child, .richtext-content > blockquote:first-child {
  margin-top: 6px; }
.richtext-content > p:last-child, .richtext-content > table:last-child, .richtext-content > pre:last-child, .richtext-content > blockquote:last-child {
  margin-bottom: 6px; }
.richtext-content table {
  table-layout: auto;
  display: block;
  width: 100%;
  overflow: auto;
  word-break: break-all; }
  .richtext-content table col {
    width: auto; }
.richtext-content blockquote {
  padding: 8px 12px;
  border-left: 5px solid #eee; }
.richtext-content code {
  border: none;
  background: #f7f7f7;
  white-space: pre-wrap; }
.richtext-content pre {
  padding: 12px 15px;
  font-size: 13px;
  line-height: 1.45;
  background: #f7f7f7;
  white-space: pre-wrap;
  border-radius: 3px;
  border: none;
  overflow: auto; }
.richtext-content hr {
  margin-top: 6px;
  margin-bottom: 6px;
  border: 0;
  border-top: 1px solid #dfdfdf; }

.detail-search-header {
  margin: 20px 0 32px; }

.batch-overlay {
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 0.95em;
  line-height: 1.3;
  display: none;
  will-change: display;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .batch-overlay.is-visible {
    display: block; }
  .batch-overlay-backdrop {
    background: rgba(16, 18, 24, 0.8);
    opacity: 0;
    will-change: opacity; }
  .batch-overlay-circle {
    margin: 35px auto;
    background: #454a4f;
    border-radius: 100%;
    border: 4px solid white;
    width: 140px;
    height: 140px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    will-change: transform, opacity;
    visibility: hidden; }
    .batch-overlay-circle--top {
      top: 0; }
    .batch-overlay-circle--bottom {
      bottom: 0; }
    .batch-overlay-circle .icon {
      fill: currentColor;
      opacity: 1; }
    .batch-overlay-circle-label {
      width: 50%;
      margin: 10px 0; }
  .batch-overlay-cancel {
    background: rgba(255, 255, 255, 0.21);
    background-clip: padding-box;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 28px;
    margin: auto 200px;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 100px;
    visibility: hidden;
    will-change: opacity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .batch-overlay-box {
    background: #27282f;
    width: 100%;
    position: absolute;
    visibility: hidden;
    will-change: opacity, transition; }
    .batch-overlay-box-inner {
      margin: 37px 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden; }
  .batch-overlay-assign {
    padding-bottom: 50px;
    bottom: -50px; }
    .batch-overlay-assign .batch-overlay-box-inner {
      max-height: 310px; }
      @media screen and (min-height: 1000px) {
        .batch-overlay-assign .batch-overlay-box-inner {
          max-height: 465px; } }
    .batch-overlay-assign-group {
      -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 35px rgba(0, 0, 0, 0.5); }
      .batch-overlay-assign-group .batch-overlay-box-inner {
        margin-top: 42px;
        margin-bottom: 10px; }
      .batch-overlay-assign-group-name {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        padding: 11px 13px 8px;
        line-height: 1;
        position: absolute;
        background: #22232a; }
    .batch-overlay-assign-entry {
      padding: 13px;
      width: 116px;
      height: 155px; }
      .batch-overlay-assign-entry.is-hovered .avatar {
        border-color: #3da8f5;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .batch-overlay-assign-entry .avatar {
        border: 4px solid #494a50;
        margin-bottom: 10px;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        -webkit-transition: -webkit-transform 120ms;
        transition: -webkit-transform 120ms;
        transition: transform 120ms;
        transition: transform 120ms, -webkit-transform 120ms;
        cursor: inherit;
        z-index: 1; }
      .batch-overlay-assign-entry-name {
        max-height: 34px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-word; }
      .batch-overlay-assign-entry-detail {
        color: gray; }
  .batch-overlay-macro {
    padding-top: 50px;
    top: -50px; }
    .batch-overlay-macro .batch-overlay-box-inner {
      max-height: 146px;
      margin: 24px 12px; }
      @media screen and (min-height: 800px) {
        .batch-overlay-macro .batch-overlay-box-inner {
          max-height: 292px; } }
    .batch-overlay-macro-entry {
      margin: 13px;
      border: 4px solid #494a50;
      background: #383943;
      border-radius: 100%;
      height: 120px;
      width: 120px;
      padding: 13px 13px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 0.9em; }
      .batch-overlay-macro-entry.is-hovered {
        border-color: #3da8f5;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.batch-dragger {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 250px;
  height: 40px;
  will-change: transform; }
  .batch-dragger-item {
    position: absolute;
    left: 0;
    width: 100%;
    background: #d1f0ff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 0 9px 11px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    will-change: transform; }
    .batch-dragger-item a {
      color: inherit; }
    .batch-dragger-item td {
      display: block;
      padding: 0 12px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .batch-dragger-item td:nth-child(3) {
        -ms-flex-negative: 1;
            flex-shrink: 1; }
      .batch-dragger-item td:nth-child(n+4) {
        display: none; }
  .batch-dragger-counter {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 25px;
    height: 25px;
    border-radius: 99px;
    z-index: 1;
    color: white;
    background: #3da8f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    will-change: transform; }
    .batch-dragger-counter:empty {
      display: none; }

/*

  ----------------
   layout classes
  ----------------

*/
.horizontal,
.vertical,
.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.horizontal.hide,
.vertical.hide,
.centered.hide {
  display: none; }

.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.horizontal.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.vertical.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.vertical.stretch > *,
.horizontal.stretch > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.relative {
  position: relative; }

.fit, .fullscreen, .dropArea, .dropArea-inner, .camera-flash, .batch-overlay, .batch-overlay-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

body.fit, body.fullscreen, body.dropArea, body.dropArea-inner, body.camera-flash, body.batch-overlay, body.batch-overlay-backdrop {
  margin: 0; }

.scrollable {
  overflow: auto; }

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

/*

  Firefox minimum content bugfix

  https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored

  "By default, flex items won’t shrink below their minimum
  content size (the length of the longest word or fixed-size element).
  To change this, set the min-width or min-height property."

*/
.flex-shrink-horizontal {
  min-width: 0; }

.flex-full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justified {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.self-start {
  -ms-flex-item-align: start;
      align-self: start; }

.self-end {
  -ms-flex-item-align: end;
      align-self: end; }

.span-width {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.two-columns,
.three-columns,
.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.two-columns > .column {
  width: 50%; }

.three-columns > .column {
  width: 33.33%; }

.align-left {
  margin-right: auto; }
  html[dir=rtl] .align-left {
    margin-left: auto;
    margin-right: 0; }

.align-right {
  margin-left: auto; }
  html[dir=rtl] .align-right {
    margin-right: auto;
    margin-left: 0; }

.space-left {
  margin-left: 10px; }
  html[dir=rtl] .space-left {
    margin-right: 10px;
    margin-left: 0; }

.space-right {
  margin-right: 10px; }
  html[dir=rtl] .space-right {
    margin-left: 10px;
    margin-right: 0; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.half-spacer {
  width: 5px;
  height: 5px; }

.spacer {
  width: 10px;
  height: 10px; }

.double-spacer {
  width: 20px;
  height: 20px; }

.flex-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
#app > #chat {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
}

#chat .well-chat {
  padding: 8px 15px 0px 15px;
  margin: 0px;
}
