/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1e1e1e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #ddd;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
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: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 84%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #3498DB;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #217dbb;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #dc7112;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ad590e;
}
.text-danger {
  color: #e43725;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bf2718;
}
.bg-primary {
  color: #fff;
  background-color: #3498DB;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #217dbb;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #ddd;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #ddd;
}
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: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ddd;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 955px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1155px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 8px;
}
.row {
  margin-left: -7px;
  margin-right: -8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 7px;
}
.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: #999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #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-of-type(odd) {
  background-color: #fafafa;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr: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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fafafa;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 30px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 44px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 1px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 29px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 44px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 44px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 44px;
  min-height: 34px;
  padding: 11px 30px;
  font-size: 16px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #dc7112;
}
.has-warning .form-control {
  border-color: #dc7112;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ad590e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2a662;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2a662;
}
.has-warning .input-group-addon {
  color: #dc7112;
  border-color: #dc7112;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #dc7112;
}
.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: #e43725;
}
.has-error .form-control {
  border-color: #e43725;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #bf2718;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef8b80;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef8b80;
}
.has-error .input-group-addon {
  color: #e43725;
  border-color: #e43725;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #e43725;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484;
}
@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #444;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #444;
  background-color: #fff;
  border-color: #ddd;
}
.btn-default:focus,
.btn-default.focus {
  color: #444;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn-default:hover {
  color: #444;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #444;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #444;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ddd;
}
.btn-default .badge {
  color: #fff;
  background-color: #444;
}
.btn-primary {
  color: #fff;
  background-color: #3498DB;
  border-color: #1d6fa5;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #217dbb;
  border-color: #0a2639;
}
.btn-primary:hover {
  color: #fff;
  background-color: #217dbb;
  border-color: #144c71;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #217dbb;
  border-color: #144c71;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #1c699d;
  border-color: #0a2639;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3498DB;
  border-color: #1d6fa5;
}
.btn-primary .badge {
  color: #3498DB;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #25a25a;
  border-color: #124f2c;
}
.btn-success:hover {
  color: #fff;
  background-color: #25a25a;
  border-color: #1e854a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #25a25a;
  border-color: #1e854a;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1e854a;
  border-color: #124f2c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success .badge {
  color: #2ecc71;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #e67e22;
  border-color: #d67118;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #bf6516;
  border-color: #64350b;
}
.btn-warning:hover {
  color: #fff;
  background-color: #bf6516;
  border-color: #9f5412;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #bf6516;
  border-color: #9f5412;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #9f5412;
  border-color: #64350b;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #e67e22;
  border-color: #d67118;
}
.btn-warning .badge {
  color: #e67e22;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d62c1a;
  border-color: #7b190f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #b62516;
  border-color: #7b190f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}
.btn-link {
  color: #444;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1e1e1e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 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: #444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #373737;
  background-color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #444;
  text-decoration: none;
  outline: 0;
  background-color: #fff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu > li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .navbar-right .dropdown-menu > li:hover:after,
  .navbar-right .dropdown-menu > li:focus:after {
    background-color: #3498DB;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #444;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ddd;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ddd;
  border-color: #444;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: #3498DB;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.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: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 7px;
  padding-left: 7px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-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: -7px;
  margin-left: -7px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 7px;
  font-size: 16px;
  line-height: 18px;
  height: 50px;
}
.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: -7px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -7px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -7px;
  }
  .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 {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-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: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .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: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #444;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #1e1e1e;
  background-color: #ddd;
  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: 3;
  color: #fff;
  background-color: #3498DB;
  border-color: #3498DB;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #3498DB;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #217dbb;
}
.label-success {
  background-color: #2ecc71;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #25a25a;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #e67e22;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #bf6516;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #dc7112;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #ad590e;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #e43725;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #bf2718;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #3498DB;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #2ecc71;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #e67e22;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ddd;
  color: #999;
  cursor: not-allowed;
}
.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: #999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3498DB;
  border-color: #3498DB;
}
.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: #e1f0fa;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #dc7112;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #dc7112;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #dc7112;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #dc7112;
  border-color: #dc7112;
}
.list-group-item-danger {
  color: #e43725;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e43725;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e43725;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e43725;
  border-color: #e43725;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.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-right-radius: 1px;
  border-top-left-radius: 1px;
}
.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: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.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: 1px;
  border-top-right-radius: 1px;
}
.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: 1px;
}
.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: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.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-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.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: 1px;
}
.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: 1px;
}
.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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.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: #444;
  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: #444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3498DB;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3498DB;
  border-color: #3498DB;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3498DB;
}
.panel-primary > .panel-heading .badge {
  color: #3498DB;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3498DB;
}
.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: #dc7112;
  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: #dc7112;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #e43725;
  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: #e43725;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #27303d;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.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 transparent;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: none;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 2px;
}
.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: #333;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: none;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 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 {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #aaaaaa;
  border-top-color: rgba(0, 0, 0, 0.15);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #aaaaaa;
  border-right-color: rgba(0, 0, 0, 0.15);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #aaaaaa;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #aaaaaa;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  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;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*!
 *  Font Awesome 4.6.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * gridster.js - v0.2.1 - 2013-10-28 * http://gridster.net
 * Copyright (c) 2013 ducksboard; Licensed MIT
 */
.gridster {
  position: relative;
  margin: auto;
  height: 0;
}
.gridster > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.gridster-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  z-index: 2;
  position: absolute;
  display: none;
}
.gridster-loaded {
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}
.gridster-loaded .gridster-item {
  display: block;
  position: absolute;
  -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.gridster-loaded .gridster-preview-holder {
  display: none;
  z-index: 1;
  position: absolute;
  background-color: #ddd;
  border-color: #fff;
  opacity: 0.2;
  -webkit-transition: width .2s, height .3s;
  -moz-transition: width .2s, height .3s;
  -o-transition: width .2s, height .3s;
  transition: width .2s, height .3s;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.gridster-loaded .gridster-item.gridster-item-moving {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.gridster-mobile {
  height: auto !important;
}
.gridster-mobile .gridster-item {
  height: auto;
  position: static;
  float: none;
}
.gridster-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.gridster-item.ng-enter {
  opacity: 1;
}
.gridster-item-moving {
  z-index: 3;
}
/* RESIZE */
.gridster-item-resizable-handler {
  position: absolute;
  font-size: 1px;
  display: block;
}
.handle-se {
  cursor: se-resize;
  width: 0;
  height: 0;
  right: 1px;
  bottom: 1px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent;
}
.handle-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  top: 1px;
}
.handle-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  top: 1px;
}
.handle-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  bottom: 1px;
}
.handle-e {
  cursor: e-resize;
  width: 12px;
  bottom: 0;
  right: 1px;
  top: 0;
}
.handle-s {
  cursor: s-resize;
  height: 12px;
  right: 0;
  bottom: 1px;
  left: 0;
}
.handle-n {
  cursor: n-resize;
  height: 12px;
  right: 0;
  top: 1px;
  left: 0;
}
.handle-w {
  cursor: w-resize;
  width: 12px;
  left: 1px;
  top: 0;
  bottom: 0;
}
.gridster .gridster-item:hover .gridster-box {
  border: 1.5px solid #B3B2B3;
}
.gridster .gridster-item:hover .handle-se {
  border-color: transparent transparent #ccc;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic-webfont.woff") format("woff");
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
a,
.btn,
.close {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-touch-callout: none;
}
.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.clear {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.break-word {
  word-break: break-word;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-critical {
  color: #e43725;
}
b,
strong {
  font-weight: 600;
}
svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* links */
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a.primary {
  color: #3498DB;
}
a.primary:hover {
  text-decoration: underline;
}
.validation-indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
.validation-indicator.error {
  color: #e43725;
}
a.validation-indicator.error:hover,
a.validation-indicator.error:focus {
  color: #bf2718;
}
.validation-indicator.error:before {
  content: "\f071";
}
.validation-indicator.warning {
  color: #dc7112;
}
a.validation-indicator.warning:hover,
a.validation-indicator.warning:focus {
  color: #ad590e;
}
.validation-indicator.warning:before {
  content: "\f06a";
}
hr {
  margin-top: 0;
  margin-bottom: 15px;
}
hr.hr-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.label-or {
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  margin-top: -25px;
  background-color: white;
  width: 30px;
  height: 18px;
  color: #999;
}
.label {
  border-radius: 10px;
  padding: 2px 10px;
  font-weight: normal;
  font-size: 100%;
  line-height: inherit;
}
.label-transparent {
  background-color: transparent;
  color: #444;
  border: 1px solid #ddd;
  font-size: 11px;
  font-weight: 600;
}
.label-transparent[href]:hover,
.label-transparent[href]:focus {
  background-color: rgba(0, 0, 0, 0);
}
.label-wrapper-between-filter {
  padding-top: 10px;
  padding-bottom: 10px;
}
.expiration-alert {
  color: #d60d0d;
  font-weight: 600;
}
.progress > .thresholds {
  width: 210px;
  position: absolute;
  height: 20px;
}
.progress > .thresholds > .threshold {
  position: absolute;
  height: 20px;
}
.progress > .thresholds > .threshold-warning {
  border-right: 1px solid dimgrey;
}
.progress > .thresholds > .threshold-critical {
  border-right: 1px solid dimgrey;
}
#app > #content,
#app > .navigation {
  position: absolute;
  overflow: hidden;
}
.page-scenarios #content > .content,
.page-requests #content > .content,
.page-teams #content > .content,
.page-settings #content > .content {
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#app {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#content {
  top: 60px;
  bottom: 0;
  right: 0;
  background-color: #e6e7eb;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidemenu {
  left: 215px;
}
.sidemenu-disabled {
  left: 60px;
}
.settings-nav {
  width: 270px;
}
.settings-content {
  left: 300px;
}
.settings-cookie-auth .widget {
  width: 500px;
}
.settings-cookie-auth .widget-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}
.dashboard-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header-wrapper {
  z-index: 2000;
}
.header-wrapper .dashboard-dropdown {
  position: relative;
}
.header-wrapper .top-header {
  display: table;
  width: 100%;
  padding: 15px;
  background-color: #fff;
}
.header-wrapper .filter-header {
  padding: 10px 15px 0px 15px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.reports-wrapper {
  padding: 15px;
  overflow-y: auto;
  height: 100%;
}
.positioned-top,
.positioned-left,
.positioned-right,
.positioned-bottom {
  position: absolute;
  z-index: 1080;
}
.positioned-top {
  top: 0;
}
.positioned-left {
  left: 0;
}
.positioned-right {
  right: 0;
}
.positioned-bottom {
  bottom: 0;
}
.positioned-center {
  margin-left: auto;
  margin-right: auto;
}
.positioned-center:not(:first-child) {
  margin-top: 15px;
}
.positioned-static-top {
  margin-top: 120px;
  z-index: 1000;
}
.positioned-static-top .widget {
  margin-bottom: 15px;
}
.widget {
  color: #444;
  background-color: #fff;
  font-size: 13px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1100;
}
.widget-fluid {
  width: 100%;
}
.widget:hover .widget-actions-hover button,
.widget:hover .widget-actions-muted button {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-header {
  height: 50px;
  padding: 10px 10px 10px 15px;
  overflow: hidden;
}
.widget-header-loading-indicator {
  margin-left: 5px;
}
.widget-subheader {
  padding: 0 10px 10px 15px;
  overflow: hidden;
}
.widget-meta {
  padding: 10px 15px;
  overflow: hidden;
}
.widget-info {
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.widget-info-left,
.widget-info-right {
  width: 50%;
  float: left !important;
  float: left;
  padding: 10px 0 10px 50px;
}
.widget-info-left.selected,
.widget-info-right.selected {
  padding-left: 45px;
  border-left: 5px solid #3498DB;
}
.widget-info-left:hover,
.widget-info-right:hover {
  cursor: pointer;
  padding-left: 45px;
  border-left: 5px solid #3498DB;
}
.widget-info-left {
  border-right: 1px solid #ddd;
}
.widget-info-right {
  height: 100%;
}
.widget-info-data {
  font-size: 140%;
  font-weight: 600;
}
.widget-title,
.widget-subtitle {
  float: left;
  line-height: 30px;
}
.widget-title button,
.widget-subtitle button {
  margin-left: -5px;
  margin-top: -3px;
}
.widget-title {
  font-weight: 600;
}
.widget-caption {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 30px;
}
.widget-actions {
  float: right;
}
.widget-actions button:not(:last-child):not(:only-of-type) {
  margin-right: 5px;
}
.widget-actions-hover button {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget-actions-muted button {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.widget-actions-hover .open button .widget-actions-muted .open button {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.widget-text hr {
  margin-top: 15px;
}
.widget-content {
  border-top: 1px solid #ddd;
}
.widget-content-scroll {
  overflow-y: auto;
}
.widget-content-margin-top {
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
.widget-footer {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 10px;
}
.widget-footer .btn {
  margin-right: 10px;
}
.widget-footer .btn.last {
  margin-right: 0;
}
.widget-group-separator {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  line-height: 0.1em;
  margin: 10px 0 20px;
  padding-top: 5px;
  border-left: 0px important;
}
.widget-group-separator .btn {
  margin-right: 10px;
}
.widget-group-separator .btn.last {
  margin-right: 0;
}
.widget-group-separator > span {
  background: #fff;
  padding: 0 10px;
}
.widget-loading-indicator {
  color: #999;
}
.widget-item {
  position: relative;
  overflow: hidden;
  display: block;
  color: #444;
  cursor: pointer;
  line-height: 49px;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
}
.widget-item:last-child {
  border-bottom: none;
}
.widget-item .info-icon {
  font-size: 18px;
}
.widget-item .info-icon :hover {
  color: #000000;
}
.widget-item .info-icon i {
  vertical-align: middle;
}
.widget-item-icon {
  padding-left: 25px;
  position: relative;
}
.widget-item-icon .icon {
  position: absolute;
  line-height: 50px;
  left: 0;
}
.widget-item:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.widget-item:last-child {
  border-bottom: none;
}
.widget-item:hover,
.widget-item:focus,
.widget-item.active {
  background-color: #fafafa;
}
.widget-item:hover:before,
.widget-item:focus:before,
.widget-item.active:before {
  background-color: #3498DB;
}
.widget-item:hover .label-transparent,
.widget-item:focus .label-transparent,
.widget-item.active .label-transparent {
  color: white;
  background-color: #3498DB;
  border: 1px solid transparent;
}
.widget-item.no-hover {
  cursor: default;
}
.widget-item.no-hover:hover:before,
.widget-item.no-hover:focus:before,
.widget-item.no-hover.active:before {
  background-color: transparent;
}
.widget-item.disabled {
  opacity: 0.6;
}
.widget-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-nav li {
  float: left;
  margin-right: 5px;
}
.widget-search {
  margin-left: -5px;
}
.widget-search input {
  width: auto;
}
.widget-separator {
  border-left: 1px solid #ddd;
}
.widget-linebreak {
  border-top: 1px solid #ddd;
}
.widget-page {
  width: 1000px;
  margin: 0 auto;
}
.widget-table {
  margin-bottom: 0;
}
.widget-table thead > tr > th,
.widget-table tbody > tr > td {
  padding-left: 15px;
  vertical-align: middle;
}
.widget-toggle .widget-header {
  cursor: pointer;
}
.widget-toggle.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.widget-toggle.open .widget-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-toggle.open .widget-toggle-indicator:before {
  content: "\f077";
}
.widget-toggle-indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 13px;
  padding-top: 19px;
  padding-right: 15px;
}
.widget-toggle-indicator:before {
  content: "\f078";
}
.widget-toggle-content {
  width: 100%;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.content-padding-5 {
  padding: 5px;
}
.content-padding-10 {
  padding: 10px;
}
.content-padding-15 {
  padding: 15px;
  overflow: hidden;
}
.content-padding-20 {
  padding: 20px;
}
.widget-bottomNav {
  margin: 15px;
}
.widget-bottomNav a {
  color: #444;
  font-size: 13px;
}
.widget-bottomNav a > i {
  color: #999;
  font-size: 13px;
}
header.title {
  margin-top: 90px;
}
header.title h1 {
  text-transform: none;
}
.tag-label {
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 3px;
  font-size: 11px;
}
.tag-label .icon {
  padding-left: 5px;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tag-label .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-items .panel-group:last-child {
  margin-bottom: 15px;
}
.panel-items .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
}
.panel-items .panel-heading {
  position: relative;
  background-color: transparent;
}
.panel-items .panel-heading:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 1px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.panel-items .panel-heading:hover:before {
  background-color: #3498DB;
}
.panel-items .panel-title {
  font-size: inherit;
  font-weight: 600;
  line-height: 30px;
}
.panel-items .panel-title:focus,
.panel-items .panel-title:active,
.panel-items .panel-title:active:focus {
  outline: 0;
  border: 0;
}
.panel-items .panel-title a {
  display: block;
}
.panel-items .panel-title a:hover,
.panel-items .panel-title a:focus {
  text-decoration: none;
}
.panel-items .panel-body {
  padding: 0;
}
.panel-items .panel + .panel {
  margin-top: 0;
}
.panel-items .panel:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-items .panel:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-items .list-items {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-items .list-items .list-group-item {
  padding-left: 15px;
  padding-right: 15px;
  border-width: 1px 0;
  border-radius: 0;
}
.panel-items .list-items .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-items .list-items .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-items .list-items .list-group-item-label {
  display: inline-block;
  margin-right: 15px;
  float: left;
  min-width: 100px;
  white-space: nowrap;
}
.panel-items .list-items .list-group-item-content {
  display: inline-block;
  float: left;
  width: 100%;
}
.panel-items .list-items .list-group-item .pad-left {
  padding-left: 0px;
}
.panel-items .list-items .list-group-item .pad-top {
  padding-top: 85px;
}
.item-actions {
  display: inline-block;
  float: right;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.item-action {
  display: inline-block;
  padding: 6px 8px;
}
.item-title {
  display: block;
  float: left;
}
.item-form {
  display: inline-block;
}
.item-form-title {
  display: inline-block;
  vertical-align: middle;
}
.item:hover .item-actions,
.item.active .item-actions {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-icon {
  line-height: inherit;
}
.item.disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.row-padding {
  padding: 0 10px;
}
.row-padding-top {
  padding-top: 85px;
}
#app > #content > .navigation {
  left: 0;
  top: 0;
  right: 0;
  height: 66px;
  background-color: #111111;
  padding-bottom: 29px;
}
#app > #content > .content {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#app > #content > .content.ng-enter {
  -webkit-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}
#app > #content > .content.ng-leave {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#app > #content > .content.ng-enter,
#app > #content > .content.ng-leave.ng-leave-active {
  opacity: 0;
  filter: alpha(opacity=0);
}
#app > #content > .content.ng-leave,
#app > #content > .content.ng-enter.ng-enter-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#app > #content > .content > .browsing {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 15px;
  width: 315px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}
#app > #content > .content > .display {
  position: absolute;
  left: 330px;
  top: 15px;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 300ms ease;
  -moz-transition: left 300ms ease;
  -o-transition: left 300ms ease;
  transition: left 300ms ease;
  margin: 0 15px 0 0;
}
#app > #content > .content > .page-header {
  height: 60px;
  font-size: 18pt;
}
.page-header > .diagram-editor-title {
  border-bottom: thin black solid;
  font-size: 20px;
  padding-top: 30px;
  margin: 0 10px;
  padding-bottom: 2px;
}
/* navigation */
#app > #content > .navigation > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#app > #content > .navigation > ul > li {
  padding: 0;
  margin: 0;
}
#app > #content > .navigation > ul > li > a {
  display: block;
  width: 66px;
  height: 55px;
  padding: 11px 5px 0px 5px;
  text-align: center;
  color: #ffffff;
}
#app > #content > .navigation > ul > li > a:hover,
#app > #content > .navigation > ul > li > a.active {
  padding-bottom: 29px;
  background-color: transparent !important;
}
#app > #content > .navigation > ul > li > a.active {
  background-color: #444444;
  /*    color: #85aa11;*/
}
#app > #content > .navigation > ul > li > a > span {
  display: block;
}
/* full screen display config */
.display-fullscreen #app > #content > .navigation {
  display: none;
}
.display-fullscreen #app > #content > .content {
  top: 0;
}
.display-fullscreen #app > #content > .content > .browsing {
  display: none;
}
.display-fullscreen #app > #content > .content > .display {
  left: 0;
}
/* context menu */
.editor-context-overlay {
  position: absolute;
  white-space: nowrap;
}
.graph-diagram.dragging .editor-context-overlay {
  display: none;
}
.editor-context-action {
  display: inline-block;
  position: relative;
  padding: 2px 8px;
  margin: 2px;
  margin-top: 10px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.editor-context-action:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.editor-context-action img {
  width: 18px;
  height: 18px;
}
.editor-context-error {
  position: relative;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 5px;
}
.editor-context-error .icon {
  color: #e74c3c;
  margin-right: 5px;
  margin-left: 5px;
}
/* dashboard */
.page-dashboard .widget-name,
.page-scenarios .widget-name {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.page-dashboard .widget-name.empty,
.page-scenarios .widget-name.empty {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.page-dashboard .saved-filters {
  padding-right: 30px;
}
.page-dashboard .saved-filters .dropdown-menu {
  min-width: 300px;
}
.page-dashboard .widget-list {
  z-index: 1110;
}
.page-dashboard .widget-list-item-form {
  padding-right: 87px;
}
.page-dashboard .widget-list-item.create .widget-list-item-form {
  padding-right: 53px;
}
.page-dashboard .widget-list-item.team,
.page-dashboard .add-dashboard-actions {
  height: 30px;
  line-height: 30px;
}
.page-dashboard .widget-list-item.team {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}
.page-dashboard .add-dashboard-actions {
  display: none;
  padding-top: 0px !important;
}
.page-dashboard .add-dashboard-actions .btn {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 3px;
  margin-right: 3px;
}
.page-dashboard .widget-list-item.team:hover .add-dashboard-actions {
  display: block;
}
.page-dashboard .widget-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.page-dashboard .widget-table * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-dashboard .widget-table th {
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
.page-dashboard .widget-table th,
.page-dashboard .widget-table td {
  text-align: left;
}
.page-dashboard .widget-table tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
.page-dashboard .item-title {
  width: 198px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-dashboard .item-form {
  margin-left: -4px;
  width: 200px;
}
.page-dashboard .item-form-title {
  margin-left: -1px;
  padding-left: 4px;
  padding-right: 4px;
}
.page-dashboard .item-actions {
  margin-right: -5px;
}
.page-dashboard .icon {
  font-size: 13px;
}
.gridster {
  background: transparent;
}
.gridster-item .draggable {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.gridster-item-moving .draggable {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.jvectormap-label {
  z-index: 10000;
}
body.touch .gridster.dragging .chart-wrapper,
body.touch .gridster.dragging .highcharts-wrapper {
  display: none;
}
.dashboard-widget-tabs {
  overflow: hidden;
}
.widget-navigation {
  display: inline-block;
  left: 301px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.widget-navigation-item {
  display: inline-block;
  margin-right: -3px;
  margin-left: 10px;
}
.widget-navigation-item.disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.widget-navigation-item:first-child {
  margin-left: 0;
}
.widget-navigation-item:last-child {
  margin-right: 0;
}
.icon-centre {
  margin-right: 20px;
  padding-top: 7px;
}
.widget-navigation-item-icon {
  margin-right: 2px;
}
.widget-name {
  width: 300px;
}
.widget-name .widget-title {
  text-transform: uppercase;
}
.reporting-widget .chart-wrapper,
.reporting-widget .highcharts-wrapper {
  padding-left: 5px;
  padding-right: 10px;
}
.reporting-widget-table {
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: auto;
  overflow-y: auto;
}
.reporting-widget-table th.total {
  border-left: 1px solid #ddd;
}
.reporting-widget-table tr td.total:last-child {
  border-left: 1px solid #ddd;
}
.reporting-widget-table tr.total td {
  border-top: 1px solid #444;
}
.reporting-widget-legend ul {
  padding: 0;
  margin: 0 15px 15px 15px;
  overflow: hidden;
  height: 40px;
}
.reporting-widget-legend ul:before,
.reporting-widget-legend ul:after {
  content: " ";
  display: table;
}
.reporting-widget-legend ul:after {
  clear: both;
}
.reporting-widget-legend ul:before,
.reporting-widget-legend ul:after {
  content: " ";
  display: table;
}
.reporting-widget-legend ul:after {
  clear: both;
}
.reporting-widget-legend ul li {
  display: block;
  float: left;
  margin: 0 0 10px 0;
  height: 45px;
  border-left: 5px solid #ff0000;
  color: #444;
  text-align: left;
}
.reporting-widget-legend ul li .name {
  color: #999;
  font-size: 13px;
  padding: 0 15px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.reporting-widget-legend ul li .value {
  color: #444;
  padding: 0 15px 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.reporting-widget-legend ul li:first-child:nth-last-child(1) {
  width: 100%;
}
.reporting-widget-legend ul li:first-child:nth-last-child(2),
.reporting-widget-legend ul li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.reporting-widget-legend ul li:first-child:nth-last-child(3),
.reporting-widget-legend ul li:first-child:nth-last-child(3) ~ li {
  width: 33.333333%;
}
.reporting-widget-legend ul li:first-child:nth-last-child(4),
.reporting-widget-legend ul li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.reporting-widget-legend ul li:first-child:nth-last-child(5),
.reporting-widget-legend ul li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
.reporting-widget.size1x1 .chart-wrapper,
.reporting-widget.size2x1 .chart-wrapper,
.reporting-widget.size3x1 .chart-wrapper,
.reporting-widget.size4x1 .chart-wrapper,
.reporting-widget.size1x1 .highcharts-wrapper,
.reporting-widget.size2x1 .highcharts-wrapper,
.reporting-widget.size3x1 .highcharts-wrapper,
.reporting-widget.size4x1 .highcharts-wrapper {
  height: 325px;
}
.reporting-widget.size1x1 .chart-wrapper.with-legend-top,
.reporting-widget.size2x1 .chart-wrapper.with-legend-top,
.reporting-widget.size3x1 .chart-wrapper.with-legend-top,
.reporting-widget.size4x1 .chart-wrapper.with-legend-top,
.reporting-widget.size1x1 .highcharts-wrapper.with-legend-top,
.reporting-widget.size2x1 .highcharts-wrapper.with-legend-top,
.reporting-widget.size3x1 .highcharts-wrapper.with-legend-top,
.reporting-widget.size4x1 .highcharts-wrapper.with-legend-top {
  height: 265px;
}
.reporting-widget.size1x1 .reporting-widget-table,
.reporting-widget.size2x1 .reporting-widget-table,
.reporting-widget.size3x1 .reporting-widget-table,
.reporting-widget.size4x1 .reporting-widget-table {
  height: 310px;
}
.reporting-widget.size1x2 .chart-wrapper,
.reporting-widget.size2x2 .chart-wrapper,
.reporting-widget.size3x2 .chart-wrapper,
.reporting-widget.size4x2 .chart-wrapper,
.reporting-widget.size1x2 .highcharts-wrapper,
.reporting-widget.size2x2 .highcharts-wrapper,
.reporting-widget.size3x2 .highcharts-wrapper,
.reporting-widget.size4x2 .highcharts-wrapper {
  height: 715px;
}
.reporting-widget.size1x2 .chart-wrapper.with-legend-top,
.reporting-widget.size2x2 .chart-wrapper.with-legend-top,
.reporting-widget.size3x2 .chart-wrapper.with-legend-top,
.reporting-widget.size4x2 .chart-wrapper.with-legend-top,
.reporting-widget.size1x2 .highcharts-wrapper.with-legend-top,
.reporting-widget.size2x2 .highcharts-wrapper.with-legend-top,
.reporting-widget.size3x2 .highcharts-wrapper.with-legend-top,
.reporting-widget.size4x2 .highcharts-wrapper.with-legend-top {
  height: 650px;
}
.reporting-widget.size1x2 .reporting-widget-table,
.reporting-widget.size2x2 .reporting-widget-table,
.reporting-widget.size3x2 .reporting-widget-table,
.reporting-widget.size4x2 .reporting-widget-table {
  height: 700px;
}
.reporting-widget:hover .reporting-widget-action,
.reporting-widget .reporting-widget-action.open {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.reporting-widget-create {
  line-height: 385px;
  color: #ddd;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 104px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
}
.reporting-widget-create:hover {
  background-color: white;
}
.reporting-widget-header {
  height: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.reporting-widget-title {
  font-weight: 600;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 90px;
  text-align: left;
  -webkit-touch-callout: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reporting-widget-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
.reporting-widget-actions .dropdown-menu {
  top: auto;
  min-width: 120px;
}
.reporting-widget-actions.open .dropdown-toggle {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 1px solid #bbb;
  background-color: white;
}
.reporting-widget-action {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.reporting-widget-action .icon {
  font-size: 13px;
}
.reporting-widget-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.reporting-widget .reporting-widget-table-chart tbody,
.reporting-widget .reporting-widget-table tbody {
  white-space: nowrap;
}
.reporting-widget .reporting-widget-table-chart tbody tr td,
.reporting-widget .reporting-widget-table tbody tr td {
  text-align: left;
}
.widget-size-selection {
  line-height: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 82px;
  overflow: hidden;
}
.widget-size-selection > div {
  display: inline-block;
  float: left;
  width: 20px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #ddd;
  cursor: pointer;
}
.widget-size-selection > div.selected {
  background-color: #3498DB;
  border: 1px solid #FFF;
}
.reporting-report .icon {
  font-size: 13px;
}
.reporting-report tab-heading > .loading-indicator {
  position: absolute;
  left: 30px;
  top: 18px;
}
.reporting-report .pagination-wrapper {
  text-align: center;
  overflow: hidden;
}
.reporting-report .pagination {
  margin-top: 15px;
  margin-bottom: 15px;
}
.reporting-report .pagination > li > a {
  display: inline-block;
}
.reporting-report .tab-content {
  position: relative;
}
.reporting-report .daterangepicker-wrapper {
  width: 220px;
  margin: 0 10px;
}
.reporting-report-chart {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.reporting-report-chart .chart-wrapper,
.reporting-report-chart .highcharts-wrapper {
  width: 100%;
  height: 300px;
}
.reporting-report-count {
  font-weight: 600;
  font-size: 31.2px;
  line-height: 30px;
}
.reporting-report-filters {
  margin-top: 15px;
}
.reporting-report-filters .btn-group {
  margin-right: 10px;
  margin-bottom: 10px;
}
.reporting-report-filters .btn-group .side-btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #eee;
}
.reporting-report-filters .btn-group .icon {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.reporting-report-filters .btn-group .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.reporting-report .table-responsive {
  border: 1px solid #ddd;
}
.reporting-report-table thead > tr > th {
  font-size: 11px;
  text-transform: uppercase;
}
.tab-pane-requests-scroll {
  overflow: auto;
}
.browsing > .scenario {
  background-color: #f7f7f7;
  margin-top: 20px;
}
.browsing > .scenario-title {
  background-color: #f7f7f7;
  margin-top: 20px;
}
.browsing .widget-dashboard {
  background-color: #FFFFFF;
}
.browsing .scenario-sidebar {
  background-color: #FFFFFF;
  margin-top: 20px;
}
.browsing .scenario-sidebar-title {
  padding: 10px;
  color: #344a53;
  font-size: 16px;
  font-weight: bold;
  background: #fafafa;
}
.scenario-sidebar-item {
  padding: 10px;
}
.scenario-sidebar-item.last {
  border-bottom: none;
}
.scenario-feedback.scenario-sidebar-item,
.scenario-categories.scenario-sidebar-item {
  border-bottom: none;
}
.scenario-sidebar-button {
  margin-top: 5px;
}
.scenario-categories {
  background-color: #FFFFFF;
  margin-top: 20px;
  width: 220px;
}
.scenarios-actions {
  left: 101px;
}
.scenarios-new {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 52px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.9);
}
.scenarios-title {
  padding-right: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.scenarios-profile {
  display: inline-block;
  left: 102px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.scenarios-avatar {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.scenarios-username {
  margin-left: 15px;
  margin-right: 35px;
  line-height: 30px;
}
.scenarios-items {
  position: absolute;
  top: 15px;
  left: 7px;
  right: 7px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
}
.scenarios-items .icon {
  width: 14px;
  height: 14px;
  font-size: 13px;
  margin-right: 5px;
}
.scenarios-item {
  display: block;
  position: relative;
  height: 160px;
  margin-bottom: 15px;
  color: white;
  background-color: #313d4d;
  overflow: hidden;
  z-index: 2;
}
.scenarios-item-image-background,
.scenarios-item-image-logo,
.scenarios-item-title,
.scenarios-item-details {
  position: absolute;
}
.scenarios-item-image-background,
.scenarios-item-image-logo,
.scenarios-item-title,
.scenarios-item-details {
  width: 100%;
  left: 0;
}
.scenarios-item-image-background,
.scenarios-item-image-logo {
  top: 0;
  height: 100%;
}
.scenarios-item-image-background,
.scenarios-item-image-logo,
.scenarios-item-detail-extra {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.scenarios-item-image-background {
  background: url('../../assets/images/scenarios-item-image-background.jpg') no-repeat center;
  background-size: cover;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.scenarios-item-image-logo {
  background: url('../../assets/images/logo-white-outline.png') no-repeat center;
  background-size: 40%;
  opacity: 0.15;
  filter: alpha(opacity=15);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scenarios-item-title {
  max-height: 76px;
  padding: 10px 15px 0 15px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  word-wrap: break-word;
}
.scenarios-item-details {
  bottom: 0;
  padding: 15px;
  font-weight: 300;
}
.scenarios-item-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scenarios-item-detail-extra {
  max-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.scenarios-item.create {
  padding: 15px;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.scenarios-item.create:hover,
.scenarios-item.create:focus {
  color: inherit;
}
.scenarios-item:hover,
.scenarios-item:focus {
  color: white;
}
.scenarios-item:hover .scenarios-item-image-background,
.scenarios-item:focus .scenarios-item-image-background {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.scenarios-item:hover .scenarios-item-image-logo,
.scenarios-item:focus .scenarios-item-image-logo {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
.scenarios-item:hover .scenarios-item-detail-extra,
.scenarios-item:focus .scenarios-item-detail-extra {
  max-height: 36px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.scenario-new {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.scenario-library-title {
  color: #1d353f;
  font-size: 20px;
  position: relative;
}
.page-header .page-header-title {
  border-bottom: thin solid #bbbbbb;
  font-size: 20px;
  padding-top: 30px;
  margin: 0 20px;
  padding-bottom: 5px;
  color: #1d353f;
}
.scenario-item > a .scenario-item-image {
  width: 100%;
}
.scenario-item > a .scenario-item-image img {
  display: block;
  margin: 0 auto;
}
.scenario-item-caption > div.left {
  margin-top: 3px;
}
.scenario-item > a .scenario-item-description {
  position: absolute;
  bottom: 0px;
  border-top: solid black thin;
  margin: 5px;
  padding-top: 5px;
  color: #121b2e;
  /*
        color: #0f82b7;
        background-color: rgba(0, 0, 0, 0.8);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 300ms ease, visibility 300ms ease;
        -moz-transition: opacity 300ms ease, visibility 300ms ease;
        -o-transition: opacity 300ms ease, visibility 300ms ease;
        transition: opacity 300ms ease, visibility 300ms ease;
    */
}
.scenario-item > a .scenario-item-edit {
  position: absolute;
  right: -40px;
  bottom: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: right 300ms ease, opacity 300ms ease, visibility 300ms ease;
  -moz-transition: right 300ms ease, opacity 300ms ease, visibility 300ms ease;
  -o-transition: right 300ms ease, opacity 300ms ease, visibility 300ms ease;
  transition: right 300ms ease, opacity 300ms ease, visibility 300ms ease;
}
/* hover view config */
.scenario-item > a:hover .scenario-item-description {
  visibility: visible;
  opacity: 1;
}
.graph-diagram {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.graph-diagram:active {
  cursor: move;
}
.width-limited {
  max-width: 350px;
}
.required {
  margin-bottom: 0px !important;
  border: 1px solid red !important;
}
.widget-requests {
  width: 300px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.widget-requests .widget-header .btn-back {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-requests .widget-header .btn-back .icon {
  margin-right: 5px;
}
.widget-requests .widget-subheader {
  padding-right: 10px;
}
.requests-content-meta {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.requests-form {
  float: left;
  width: 195px;
}
.requests-form-search {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.requests-form-search:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.requests-form-search::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.requests-form-search:-ms-input-placeholder {
  color: #999;
}
.requests-form-search::-webkit-input-placeholder {
  color: #999;
}
.requests-form-search::-ms-expand {
  border: 0;
  background-color: transparent;
}
.requests-form-search[disabled],
.requests-form-search[readonly],
fieldset[disabled] .requests-form-search {
  background-color: #fafafa;
  opacity: 1;
}
.requests-form-search[disabled],
fieldset[disabled] .requests-form-search {
  cursor: not-allowed;
}
textarea.requests-form-search {
  height: auto;
}
.requests-form-search[readonly] {
  cursor: default;
  color: #999;
  background-color: #fff;
}
.requests-form-search[readonly]:focus {
  color: #666;
}
.requests-form-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.requests-filters {
  height: 50px;
  line-height: 30px;
  background-color: #fafafa;
  padding: 10px;
  border-top: 1px solid #ddd;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.requests-filters.ng-hide {
  height: 0;
}
.requests-filters.ng-hide-add,
.requests-filters.ng-hide-remove {
  display: block !important;
}
select.requests-filter {
  height: 30px;
}
.requests-toolbar-option .icon {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.requests-toolbar-option:hover,
.requests-toolbar-option:focus,
.requests-toolbar-option.focus,
.requests-toolbar-option:active,
.requests-toolbar-option.active {
  background-image: -webkit-linear-gradient(top, white 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, white 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, white 0%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffafafa', GradientType=0);
}
.requests-toolbar-option:hover .icon,
.requests-toolbar-option:focus .icon,
.requests-toolbar-option.focus .icon,
.requests-toolbar-option:active .icon,
.requests-toolbar-option.active .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.requests-toolbar-option.active {
  color: #444;
  border-color: #ccc;
}
.requests-items-wrapper,
.requests-item-kpis {
  min-height: 50px;
  max-height: 200px;
}
.requests-items-wrapper.has-scroll,
.requests-item-kpis.has-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.requests-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.requests-item.active {
  cursor: default;
}
.requests-item.active.completed {
  opacity: 1;
  filter: alpha(opacity=100);
}
.requests-item.active:hover:before,
.requests-item.active:focus:before {
  background-color: transparent;
}
.requests-item.last-active {
  background-color: #fafafa;
}
.requests-item.last-active:before {
  background-color: rgba(52, 152, 219, 0.5);
}
.requests-item.completed {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.requests-item.completed:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.requests-item.critical .requests-item-title-left,
.requests-item.critical .requests-item-title-kpi {
  color: #e43725;
  font-weight: 600;
}
.requests-item.critical .widget-loading-indicator {
  color: #444;
}
.requests-item:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.requests-item:hover:before,
.requests-item:focus:before {
  background-color: #3498DB;
}
.requests-item:last-child {
  border-bottom: 0;
}
.requests-item-content {
  padding: 0px 15px;
  color: #444;
  line-height: 50px;
}
.requests-item-content .icon {
  font-size: 13px;
  margin-left: 5px;
}
.requests-item-title {
  margin-top: 4px;
  line-height: 30px;
}
.requests-item-title-left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requests-item-title-right {
  float: right;
  text-align: right;
  max-width: 150px;
}
.requests-item-bar {
  margin-bottom: 10px;
}
.requests-item-kpis {
  color: #444;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.requests-more {
  margin: 0;
  border-radius: 0;
}
.requests-limit-notice {
  padding: 15px;
}
.widget-task {
  width: 300px;
  top: 65px;
}
.widget-task .icon {
  font-size: 13px;
}
.widget-task .chart {
  margin-bottom: 15px;
}
.widget-task-header .close {
  padding-top: 5px;
  padding-right: 5px;
}
.widget-task-content {
  padding: 15px !important;
}
.request-history .word-break-all {
  word-break: break-all;
  white-space: pre-line;
}
.widget-bottom-table {
  left: 315px;
  right: 315px;
  height: 300px;
}
.widget-bottom-table .close {
  padding-top: 5px;
  padding-right: 5px;
}
.widget-bottom-table .widget-content {
  display: block;
  height: 250px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.widget-indicator {
  width: 152px;
  height: 50px;
  position: relative;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.widget-indicator-value,
.widget-indicator-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
  color: white;
}
.widget-indicator-normal {
  background-color: #38cc29;
}
.widget-indicator-warning {
  background-color: #ffcf00;
}
.widget-indicator-critical {
  background-color: #f24f48;
}
.widget-indicator-value {
  font-size: 14px;
  font-weight: 600;
}
.widget-indicator-name {
  font-weight: 300;
}
.widget-indicator:hover,
.widget-indicator.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget-indicator:hover.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* =============== GLOBAL WIDGETS =============== */
.widget-workflow .widget-header {
  padding-left: 10px;
}
.widget-workflow .widget-title {
  display: inline-block;
  width: 200px;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-workflow-edit-meta {
  height: 50px;
  line-height: 48px;
  padding-left: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
}
.widget-workflow-edit-meta .widget-workflow-header-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
}
.widget-workflow-edit-meta .widget-workflow-edit-meta-actions {
  color: #444;
  width: 55px;
  text-align: right;
}
.widget-workflow-edit-meta .widget-workflow-edit-meta-actions .btn {
  margin: 7px 10px;
}
.widget-workflow-edit-meta .widget-workflow-edit-meta-action {
  display: inline-block;
}
.widget-workflow-edit-meta.config-invalid .widget-workflow-header-title {
  width: 200px;
}
.widget-workflow-edit-meta.config-invalid .widget-workflow-edit-meta-actions {
  width: 75px;
}
.widget-workflow-meta {
  line-height: 30px;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
  color: #999;
}
.widget-workflow-meta.widget-header {
  padding-left: 15px;
}
.widget-workflow-meta button {
  margin-top: -3px;
}
.widget-workflow-content > .widget-workflow-item:first-child {
  border-top: 0;
}
.widget-workflow-content > .widget-workflow-item > .widget-workflow-item-content > .widget-workflow-item-title:before {
  display: none;
}
.widget-workflow-item {
  border-top: 1px solid #ddd;
}
.widget-workflow-item .widget-workflow-item > .widget-workflow-item-content {
  padding-left: 15px;
}
.widget-workflow-item .widget-workflow-item .widget-workflow-item > .widget-workflow-item-content {
  padding-left: 35px;
}
.widget-workflow-item .widget-workflow-item .widget-workflow-item .widget-workflow-item > .widget-workflow-item-content {
  padding-left: 55px;
}
.widget-workflow-item-content {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  color: #444;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-workflow-item-content,
.widget-workflow-item-content:before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget-workflow-item-content:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
.widget-workflow-item-content:hover:before,
.widget-workflow-item-content.active:before {
  background-color: #3498DB;
}
.widget-workflow-item-title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px;
  color: #ddd;
  font-size: 16px;
  content: "\f148";
}
.widget-workflow-item-indicator {
  padding-right: 5px;
}
/* =============== EDITOR =============== */
/* Widget editKPI & Nav */
.widget-editor-menu,
.widget-editor-kpis {
  left: 315px;
}
.widget-editor-menu {
  z-index: 1110;
}
.widget-editor-menu .dropdown > .dropdown-toggle {
  font-weight: 600;
  color: #444;
  padding: 6px 10px;
  border-radius: 2px;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.widget-editor-menu .dropdown:hover > .dropdown-toggle,
.widget-editor-menu .dropdown.open > .dropdown-toggle {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 1px #ddd;
  box-shadow: inset 0 0 1px #ddd;
}
.widget-editor-menu .dropdown > .dropdown-menu {
  margin-top: -10px;
}
.widget-editor-menu-nav {
  margin: 0;
  padding-left: 0;
  list-style: none;
  background-color: rgba(230, 231, 235, 0.9);
}
.widget-editor-menu-nav:before,
.widget-editor-menu-nav:after {
  content: " ";
  display: table;
}
.widget-editor-menu-nav:after {
  clear: both;
}
.widget-editor-menu-nav:before,
.widget-editor-menu-nav:after {
  content: " ";
  display: table;
}
.widget-editor-menu-nav:after {
  clear: both;
}
.widget-editor-menu-item {
  float: left;
  line-height: 50px;
  margin-right: 5px;
}
.widget-editor-kpis {
  position: absolute;
  top: 50px;
  background-color: transparent;
  box-shadow: none;
}
.widget-editor-kpis .nav-tabs li {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-editor-shortcuts .activate-btn {
  padding: 6px 12px;
}
.widget-inline-notification {
  color: #999;
  font-size: 11px;
  line-height: 50px;
}
.widget-editor-actions ul {
  padding-left: 0;
  list-style: none;
}
.widget-editor-actions ul > li {
  display: inline-block;
  line-height: 17px;
  margin-left: -4px;
  border-right: 1px solid #ddd;
  font-size: 13px;
  color: #999;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.widget-editor-actions ul > li:first-child {
  margin-left: 0;
}
.widget-editor-actions ul > li:last-child {
  border: none;
}
.widget-editor-action {
  display: block;
  padding: 9px 13px 9px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget-editor-action:hover {
  color: #444;
  cursor: pointer;
}
/* Widget editSidebar */
.widget-editor-toolbar {
  width: 300px;
  top: 115px;
}
.widget-editor-toolbar-group {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.widget-editor-toolbar-group:last-child {
  border-bottom: none;
}
.widget-editor-toolbar-items {
  padding: 10px 15px 3px 15px;
  background-color: #fafafa;
  overflow: hidden;
}
.widget-editor-toolbar-item {
  display: inline-block;
  width: 60px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #999;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.widget-editor-toolbar-item:last-child {
  margin-right: 0;
}
.widget-editor-toolbar-item-symbol {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
}
.widget-editor-toolbar-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}
.page-editor .widget-inline-notification {
  margin-right: 15px;
  line-height: 32px;
}
.widget-validation {
  max-height: 400px;
  max-width: 550px;
  background-color: #ffffff;
  cursor: pointer;
}
.widget-validation-title {
  line-height: 50px;
  text-align: right;
  padding: 0 15px;
  font-weight: 600;
}
.widget-validation-content {
  border-top: 1px solid #ddd;
  padding: 15px;
}
.widget-validation-message.error {
  color: #e43725;
}
a.widget-validation-message.error:hover,
a.widget-validation-message.error:focus {
  color: #bf2718;
}
.widget-validation-message.warning {
  color: #dc7112;
}
a.widget-validation-message.warning:hover,
a.widget-validation-message.warning:focus {
  color: #ad590e;
}
.widget-validation .icon {
  margin-right: 10px;
}
.widget-validation-location {
  font-size: 11px;
  margin-left: 24px;
  line-height: 22px;
}
.widget-validation a:hover {
  color: #3498DB;
}
.widget-validation.active {
  overflow: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-validation:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* =============== (PLACEHOLDER) =============== */
.kpi {
  background-color: #f7f7f7;
}
.kpi.selected {
  background-color: #ffffff;
}
.diagram-monitor-kpi-status {
  position: absolute;
  z-index: 500;
  width: 150px;
  height: 120px;
  top: 60px;
  right: 0px;
  -webkit-transition: right 300ms linear;
  -moz-transition: right 300ms linear;
  -o-transition: right 300ms linear;
  transition: right 300ms linear;
  overflow: hidden;
}
.diagram-monitor-kpis {
  position: absolute;
  z-index: 500;
  width: 250px;
  top: 60px;
  right: -250px;
  -webkit-transition: right 300ms linear;
  -moz-transition: right 300ms linear;
  -o-transition: right 300ms linear;
  transition: right 300ms linear;
}
.diagram-monitor-kpi-detail {
  position: absolute;
  z-index: 500;
  width: 250px;
  top: 60px;
  right: -250px;
  /*background-color: #AAAAAA;*/
  -webkit-transition: right 300ms linear;
  -moz-transition: right 300ms linear;
  -o-transition: right 300ms linear;
  transition: right 300ms linear;
}
.graph-diagram-element-link {
  position: absolute;
  float: left;
  padding: 4px 8px;
  margin: 2px;
  margin-top: 10px;
  color: #444;
  font-size: 18px;
  border-radius: 4px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}
.graph-diagram-element-link.edge {
  font-size: 13px;
}
.graph-overlay {
  position: absolute;
  font-size: 80%;
}
.graph-overlay-task {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  border-radius: 4px;
}
.graph-overlay-task .loading-indicator {
  font-size: 100%;
}
.graph-overlay-gateway {
  background-color: #34495E;
  color: white;
  text-align: center;
  border-radius: 3px;
}
.graph-overlay-gateway .loading-indicator {
  font-size: 100%;
}
.graph-overlay-parallel-indicator {
  display: block;
  background-image: url('../../assets/images/symbols-svg/parallel.svg');
  background-repeat: none;
  background-size: cover;
  opacity: 0.9;
}
.graph-overlay-parallel-count {
  display: block;
  color: #ffffff;
  background-color: #34495E;
  border-radius: 50%;
  border: 1px solid #3498DB;
  text-align: center;
}
.graph-overlay-sequential-indicator {
  display: block;
  background-image: url('../../assets/images/symbols-svg/parallel.svg');
  background-repeat: none;
  background-size: cover;
  opacity: 0.9;
  transform: rotate(90deg);
}
.graph-diagram-element-overlay {
  position: absolute;
  width: 100%;
}
.graph-diagram-element-overlay.probability .tooltip-inner {
  background-color: #3498DB;
  font-weight: 400;
}
.graph-diagram-element-overlay.probability .tooltip-arrow {
  border-top-color: #3498DB;
  border-bottom-color: #3498DB;
}
.graph-diagram-element-task-statistics-overview {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 100%;
}
.graph-diagram-element-task-statistics-overview .task-time {
  float: left !important;
  float: left;
  text-align: center;
  width: 100%;
}
a.graph-diagram-element-parent-nav-indicator {
  position: absolute;
  background-color: transparent;
  transition: none;
  text-align: center;
}
.graph-diagram.dragging a.graph-diagram-element-parent-nav-indicator {
  display: none;
}
.graph-diagram-element-subprocess {
  position: absolute;
  background-color: transparent;
}
.graph-diagram-element-subprocess-item {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.graph-diagram-element-subprocess-item.normal {
  background-color: #76df8a;
}
.graph-diagram-element-subprocess-item.warning {
  background-color: #fcb941;
}
.graph-diagram-element-subprocess-item.critical {
  background-color: #e74c3c;
}
.graph-diagram-element-subprocess-item:first-child {
  border-left: 0;
}
.graph-diagram-element-subprocess-item:last-child {
  border-right: 0;
}
/* context info */
.diagram-monitor .tooltip-inner {
  padding-top: 5px;
  padding-bottom: 5px;
}
.policy-table {
  margin-bottom: 150px;
}
.policy-table > tbody > tr > td {
  vertical-align: middle;
  border: 0px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 0;
}
.policy-table tbody > tr > td > span {
  line-height: 15px;
}
.policy-table > thead > tr > th:first-child {
  width: 250px;
}
.policy-table > tbody > tr > td {
  max-width: 80px;
}
.policy-table > .policy-table-hours > tr > td {
  padding-top: 25px;
}
/* request table */
.diagram-monitor .diagram-monitor-table {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  color: #eeeeee;
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}
.diagram-monitor .diagram-monitor-table.active {
  height: 250px;
}
.diagram-monitor .diagram-monitor-table.active .diagram-monitor-table-slider {
  background-color: #547995;
}
.diagram-monitor .diagram-monitor-table .diagram-monitor-table-slider > a {
  background-color: #21394e;
  text-align: center;
  width: 130px;
  height: 20px;
  /* 20 + 10px */
  position: absolute;
  padding: 5px;
  z-index: 5;
  margin: 0px 10px;
}
.diagram-monitor .diagram-monitor-table .diagram-monitor-table-slider a i {
  vertical-align: middle;
  margin-right: 10px;
}
.diagram-monitor .diagram-monitor-table .diagram-monitor-table-content {
  background-color: #21394e;
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 0;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  margin: 0 10px;
}
.diagram-monitor-table table thead {
  font-weight: bold;
  margin-bottom: 10px;
}
.diagram-monitor-table td.even {
  background-color: #547995;
}
.diagram-monitor-table td.odd {
  background-color: #3c5b74;
}
.diagram-monitor-table td {
  padding: 3px 7px 3px 7px;
}
.diagram-monitor-table td.separator {
  border-left: 10px solid #21394e;
}
.quick-add-source-field {
  display: inline-block;
  float: right;
  margin-top: -45px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fafafa;
}
.scenario-config-fields {
  position: relative;
}
.scenario-config-fields .scenario-config-fields-item {
  background-color: white;
}
.scenario-config-fields .scenario-config-fields-details td {
  border-top: none;
}
/* -----------------------


div.diagram-monitor-kpi-status, div.diagram-monitor-kpis, div.diagram-monitor-kpi-detail {
    padding-top: 10px;
}

/* kpi black theme */
/* TODO: remove light theme from somewhere */
.kpi-status .title {
  font-size: 14px;
}
.kpi-status .widget {
  width: 200px;
}
g.kpiSvg text.kpiTitle {
  fill: #000000;
}
/*.critical {
    background-color: #a41f5f;
    color: #ffffff;
}*/
.warning {
  color: #e74c3c;
}
.normal {
  background-color: #b1ce4f;
  color: #ffffff;
}
/* guiders overwrite */
#guiders_overlay {
  z-index: 100000;
}
.guiders_highlight {
  z-index: 100001;
}
#main-nav {
  background: #254f56;
  overflow: visible;
}
#main-nav > ul {
  z-index: 1;
}
#page-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 30px;
  background-color: #254f56;
}
#main-nav > span.logo {
  padding-left: 20px;
  padding-top: 24px;
  float: left;
}
span.logo > a {
  font-size: 24pt;
  color: white;
}
#main-nav > ul {
  padding-right: 160px;
}
.l-grid {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.l-grid > li {
  display: inline-block;
  margin: 0 0 10px 10px;
}
.l-right {
  position: absolute;
  right: 0;
}
.no-scenario-selected {
  position: absolute;
  top: 66px;
  right: 318px;
  background-color: #cccccc;
  padding: 10px;
  width: 214px;
  z-index: 1;
}
.no-scenario-selected.hidden {
  display: none;
}
.report-config-nested {
  margin-top: 30px;
  color: #999;
  font-size: 22px;
}
.report-config-checkbox {
  margin-top: 0;
}
.report-config .form-horizontal .form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
}
.widget-file-upload input {
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-file-upload-drop {
  height: 160px;
  line-height: 160px;
  text-align: center;
  font-size: 16px;
  border: 3px dashed #ddd;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget-file-upload-drop.active {
  background-color: #7ee2a8;
  border-color: #2ecc71;
}
.profile-avatar {
  border-radius: 150px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.profile-avatar > img {
  height: 150px;
}
.profile-upload {
  margin-top: 15px;
  margin-left: 30px;
}
.content > .kpi {
  background: none;
  padding: 3px;
  border: 3px solid #ffffff;
  /* fake border to avoid changing dimensions on hover*/
}
.content > .kpi > .kpi-detail {
  position: relative;
}
.content > .kpi .kpi-icon {
  position: absolute;
  left: 3px;
  top: 3px;
}
.content > .kpi.selected {
  background: #90a8ba;
}
.content > .kpi .kpi-name {
  position: absolute;
  left: 50px;
  top: 3px;
  font-size: 18px;
}
.content > .kpi .kpi-value {
  position: absolute;
  left: 50px;
  top: 18px;
}
.content > .kpi .kpiRequestContainer {
  position: absolute;
  top: 38px;
  height: 20px;
  overflow: hidden;
}
/* base styles */
.heading {
  font-size: 14px;
  color: #344a53;
}
.nav-tabs.nav-tabs-widget > li,
.nav-tabs.nav-justified > li {
  background-color: white;
}
.nav-tabs.nav-tabs-widget > li > a,
.nav-tabs.nav-justified > li > a {
  font-size: 13px;
  color: #999;
  background-color: #fafafa;
  border-right-color: #ddd;
  border-left: transparent;
  border-top: transparent;
  outline: 0;
}
.nav-tabs.nav-tabs-widget > li > a:hover,
.nav-tabs.nav-justified > li > a:hover {
  color: #444;
  border-top: transparent;
}
.nav-tabs.nav-tabs-widget > li:last-child > a,
.nav-tabs.nav-justified > li:last-child > a {
  border-right-color: transparent;
}
.nav-tabs.nav-tabs-widget > li:last-child.active > a,
.nav-tabs.nav-justified > li:last-child.active > a {
  border-right: 1px solid #ddd;
}
.nav-tabs.nav-tabs-widget > li:first-child,
.nav-tabs.nav-justified > li:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.nav-tabs.nav-tabs-widget > li:first-child > a,
.nav-tabs.nav-justified > li:first-child > a {
  border-left-color: transparent;
}
.nav-tabs.nav-tabs-widget > li:first-child.active > a,
.nav-tabs.nav-justified > li:first-child.active > a {
  border-left: 1px solid #ddd;
  border-top: transparent;
}
.nav-tabs.nav-tabs-widget > li.active > a,
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-tabs-widget > li.active > a:focus,
.nav-tabs.nav-justified > li.active > a:focus {
  border-left: transparent;
  border-top: transparent;
  background-color: white;
}
.nav-tabs-widget {
  border-bottom-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -5px;
}
.nav-tabs-widget > li {
  display: inline-block;
  height: 50px;
  line-height: 49px;
  border-right: 1px solid #ddd;
  margin-top: 5px;
}
.nav-tabs-widget > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #fafafa;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nav-tabs-widget > li > span {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  color: #999;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav-tabs-widget > li > span:hover {
  cursor: pointer!important;
}
.nav-tabs-widget > li .validation-indicator {
  margin-right: 10px;
}
.nav-tabs-widget > li:hover > span,
.nav-tabs-widget > li:focus > span,
.nav-tabs-widget > li.active > span {
  color: #444;
}
.nav-tabs-widget > li:hover:after,
.nav-tabs-widget > li:focus:after,
.nav-tabs-widget > li.active:after {
  background-color: #3498DB;
}
.nav-tabs-widget > li.create {
  border-right: none;
  line-height: 51px;
}
.nav-tabs-widget > li.create .icon {
  font-size: 15px;
}
.nav-tabs-widget > li.create:after {
  height: 0;
}
.nav-tabs-widget > li.create-end {
  background-color: #fafafa;
}
.nav-tabs-widget > li.create-end .icon {
  font-size: 15px;
}
.nav-tabs-widget > li.create-end:after {
  height: 0;
}
.nav-tabs-widget-editable > li.active:hover .nav-tabs-widget-indicator {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-tabs-widget-editable > li.active:hover > span {
  padding-left: 22.5px;
  padding-right: 37.5px;
}
.nav-tabs-widget-editable > li.active:hover.disable-animation:hover > span {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-tabs-widget-editable > li.edit .tabs-form {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 44px;
}
.nav-tabs-widget-editable > li.edit .tabs-form-input {
  width: 150px !important;
}
.nav-tabs-widget-editable > li.edit .tabs-form button {
  background-color: inherit;
}
.nav-tabs-widget-editable > li .nav-tabs-widget-indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-tabs-widget-editable > li .nav-tabs-widget-indicator:before {
  content: "\f040";
}
.nav-tabs-widget-editable > li.edit,
.nav-tabs-widget-editable > li.ui-sortable-helper {
  background-color: white;
  border-left: 1px solid #ddd;
  white-space: nowrap;
}
.nav-tabs-widget-editable > li.edit > span,
.nav-tabs-widget-editable > li.ui-sortable-helper > span {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* states */
.hidden {
  display: none;
}
.loading-backdrop,
.loading-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: -1;
}
.loading-backdrop .loading-indicator,
.loading-background .loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 13px;
}
.loading-indicator:before {
  content: "\f1ce";
}
.loading-indicator-left {
  margin-right: 5px;
}
.loading-indicator-right {
  margin-left: 5px;
}
.loading-backdrop {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1071;
}
.loading-backdrop .loading-indicator {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  font-size: 26px;
  line-height: 26px;
}
.loading-backdrop-wrapper {
  position: relative;
  min-height: 50px;
}
.loading-background {
  color: white;
}
.loading-background .loading-indicator {
  width: 65px;
  height: 65px;
  margin-top: -32px;
  margin-left: -32px;
  font-size: 65px;
  line-height: 65px;
}
/* progress bar */
.progress-bar {
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.progress-small {
  height: 6px;
  border-radius: 1px;
}
.progress-rounded {
  border-radius: 18px;
}
/* pnotify */
.ui-pnotify {
  top: 15px;
  right: 15px;
}
.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.ui-pnotify-title {
  font-size: 16px;
  font-weight: 600;
}
.bordered {
  border-color: #ddd;
  border: 1px solid #ddd;
}
.table > tbody > tr:first-child > th,
.table > tbody > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: none;
}
.table > thead > tr > th {
  font-weight: 600;
}
.table-enhanced.faded {
  background-color: transparent;
}
.table-enhanced > thead > tr > th {
  border-width: 1px;
  border-color: #ddd;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.table-enhanced > thead > tr > th:first-child {
  font-weight: 600;
}
.table-enhanced > tbody > tr.table-cell-indent {
  background-color: #fafafa;
}
.table-enhanced > tbody > tr.table-cell-indent:first-child {
  margin-top: 15px;
}
.table-enhanced > tbody > tr.table-cell-indent:last-child {
  margin-bottom: 15px;
}
.table-enhanced > tbody > tr.table-cell-indent > td:first-child {
  padding-left: 15px;
}
.table-enhanced > tbody > tr.table-cell-indent > td:last-child {
  padding-right: 15px;
}
.table-enhanced > tbody > tr .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-enhanced > tbody > tr.table-cell-pattern {
  background-color: #fafafa;
}
.table-enhanced > tbody > tr.table-cell-pattern:first-child {
  margin-top: 15px;
}
.table-enhanced > tbody > tr.table-cell-pattern:last-child {
  margin-bottom: 15px;
}
.table-enhanced > tbody > tr.table-cell-pattern > td:first-child {
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.table-enhanced > tbody > tr.table-cell-pattern > td:last-child {
  padding-top: 30px;
  padding-bottom: 30px;
}
.table-enhanced > tbody > tr.table-cell-preview-pattern {
  background-color: #fafafa;
}
.table-enhanced > tbody > tr.table-cell-preview-pattern:first-child {
  margin-top: 15px;
}
.table-enhanced > tbody > tr.table-cell-preview-pattern:last-child {
  margin-bottom: 15px;
}
.table-enhanced > tbody > tr.table-cell-preview-pattern > td:first-child {
  padding-top: 15px;
  padding-left: 15px;
}
.table-enhanced > tbody > tr.table-cell-preview-pattern > td:last-child {
  padding-top: 15px;
  padding-right: 15px;
}
.table-enhanced > tbody > tr > td {
  border-top: none;
}
.table-enhanced > tbody > tr > td.normal,
.table-enhanced > tbody > tr > td.warning,
.table-enhanced > tbody > tr > td.critical {
  background: transparent;
}
.table-enhanced > tbody > tr > td.normal {
  color: inherit;
}
.table-enhanced > tbody > tr > td.warning {
  color: #dc7112;
}
.table-enhanced > tbody > tr > td.critical {
  color: #e43725;
}
.table-enhanced > tbody > tr > td:first-child {
  padding-left: 0;
}
.table-enhanced > tbody > tr > td:last-child {
  padding-right: 0;
}
.table-enhanced.table-items tbody {
  background: transparent;
}
.table-enhanced.table-items tbody > tr {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
.table-enhanced.table-items tbody > tr > td {
  position: relative;
  padding-left: 10px;
}
.table-enhanced.table-items tbody > tr > td:first-child:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.table-enhanced.table-items tbody > tr:hover,
.table-enhanced.table-items tbody > tr.active {
  background-color: #fafafa;
}
.table-enhanced.table-items tbody > tr:hover > td:first-child:before,
.table-enhanced.table-items tbody > tr.active > td:first-child:before {
  background-color: #3498DB;
}
.table-enhanced:last-child {
  margin-bottom: 0;
}
.table.no-border > tbody > tr > th,
.table.no-border > tbody > tr > td {
  border: 0;
}
.table .border-top {
  border-top: 1px solid #ddd;
}
.table-compact {
  margin-bottom: 0;
}
.table-compact tbody > tr > td {
  padding: 0;
  border-top-color: transparent;
}
.table-cell-muted {
  color: #999;
}
.table-cell-50 {
  width: 50%;
}
.table-cell-highlight {
  font-weight: 600;
}
.table-cell-highlight {
  font-weight: 600;
}
.table-cell-indented {
  font-weight: 600;
}
.table-cell-overflow {
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-settings {
  display: flex;
  align-content: space-between;
  align-items: stretch;
}
.nav-settings.border {
  border: 1px solid #ddd;
}
.nav-settings.nopad {
  bpadding-left: 0px;
  padding-right: 0px;
}
.nav-settings-menu {
  width: 250px;
  border-right: 1px solid #ddd;
  flex: 0 0 250px;
  background-color: #fafafa;
}
.nav-settings-search {
  height: 50px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  background-color: white;
}
.nav-settings-search input {
  border: none;
  padding-left: 25px;
  padding-right: 35px;
}
.nav-settings-search .search {
  position: absolute;
  left: 15px;
  top: 18px;
  color: #999;
}
.nav-settings-search .new {
  position: absolute;
  right: 10px;
  top: 10px;
}
.nav-settings .nav-settings-section {
  height: 18px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
.nav-settings .nav-settings-section span {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fafafa;
}
.nav-settings .nav-settings-section hr {
  margin-top: -8px;
  margin-bottom: 0;
  margin-right: 15px;
}
.nav-settings-items li {
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.nav-settings-items li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nav-settings-items li:last-child {
  border-bottom: none;
}
.nav-settings-items li:hover,
.nav-settings-items li:focus,
.nav-settings-items li.active {
  background-color: #ededed;
}
.nav-settings-items li:hover:before,
.nav-settings-items li:focus:before,
.nav-settings-items li.active:before {
  background-color: #3498DB;
}
.nav-settings-drag li:hover:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
  content: "\f0c9";
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 14px;
}
.nav-settings .nav-settings-section {
  height: 18px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
.nav-settings .nav-settings-section span {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fafafa;
}
.nav-settings .nav-settings-section hr {
  margin-top: -8px;
  margin-bottom: 0;
  margin-right: 15px;
}
.nav-settings-items li {
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.nav-settings-items li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nav-settings-items li:last-child {
  border-bottom: none;
}
.nav-settings-items li:hover,
.nav-settings-items li:focus,
.nav-settings-items li.active {
  background-color: #ededed;
}
.nav-settings-items li:hover:before,
.nav-settings-items li:focus:before,
.nav-settings-items li.active:before {
  background-color: #3498DB;
}
.nav-settings-inline {
  width: 200px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-settings-thumbnail {
  overflow: hidden;
  margin-bottom: 30px;
}
.nav-settings-thumbnail img {
  width: 170px;
  height: 170px;
  border-radius: 3px;
}
.nav-settings-details label,
.nav-settings-details strong {
  display: block;
  line-height: inherit;
}
.nav-settings-details label {
  margin-bottom: 0;
}
.nav-settings-details strong {
  margin-bottom: 15px;
}
.nav-settings-content {
  width: 100%;
  flex-grow: 1;
  padding: 30px;
  overflow-x: auto;
}
.nav-settings-content h3 {
  font-size: 13px;
  font-weight: 600;
}
.nav-settings-header {
  margin-bottom: 30px;
}
.nav-settings-title {
  font-size: 18px;
  float: left;
}
.nav-settings-title .edit {
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;
}
.nav-settings-actions {
  float: right;
}
.nav-settings-block {
  margin-bottom: 30px;
  margin-top: 15px;
}
.nav-settings-table > tbody > tr > td {
  vertical-align: middle;
}
.page-scenario-teams .widget {
  margin-bottom: 15px;
}
.tab-line .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.tab-line .nav-tabs > li {
  margin-bottom: 0;
  border-radius: 0;
}
.tab-line .nav-tabs > li > a {
  border-bottom: 5px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #444;
  background-color: transparent;
  margin: 0;
  padding: 15px 20px 5px 20px;
}
.tab-line .nav-tabs > li > a:hover {
  border-bottom: 5px solid #3498DB;
  background-color: transparent;
}
.tab-line .nav-tabs > li.active > a,
.tab-line .nav-tabs > li.active > a:hover,
.tab-line .nav-tabs > li.active > a:focus {
  color: #444;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 5px solid #3498DB;
  font-weight: 600;
}
.select2-drop {
  color: #444;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.select2-results .select2-result-label {
  padding: 5px 10px;
}
.select2-result {
  position: relative;
}
.select2-result:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.select2-result.select2-highlighted:before {
  background-color: #3498DB;
}
.select2-result-selectable .select2-match {
  text-decoration: none;
  font-weight: bold;
}
.select2-container .select2-choice abbr,
.select2-search-choice-close,
.select2-search input,
.select2-more-results.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-container .select2-choice .select2-arrow b {
  background: none;
}
.select2-container .select2-choice abbr:before,
.select2-search-choice-close:before,
.select2-search input:before,
.select2-more-results.select2-active:before,
.select2-container-multi .select2-choices .select2-search-field input.select2-active:before,
.select2-container .select2-choice .select2-arrow b:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
.select2-container .select2-choice abbr {
  width: 30px;
  height: 100%;
  top: 25%;
  padding-top: 7px;
  text-align: center;
}
.select2-container .select2-choice abbr:before {
  font-size: 16px;
}
.select2-container .select2-choice abbr:before,
.select2-search-choice-close:before {
  content: "Ã—";
}
.select2-container .select2-choice .select2-arrow {
  width: 30px;
  border-left: 0;
}
.select2-container .select2-choice .select2-arrow b {
  text-align: center;
}
.select2-container .select2-choice .select2-arrow b:before {
  margin-top: 7px;
  content: "\f078";
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f077";
}
.select2-search input:before {
  content: "\f002";
}
.select2-search input.select2-active:before,
.select2-more-results.select2-active:before,
.select2-container-multi .select2-choices .select2-search-field input.select2-active:before {
  content: "\f1ce";
}
.select2-results .select2-no-results {
  background-color: transparent;
}
.ui-select-bootstrap > .ui-select-match {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
}
.ui-select-bootstrap > .ui-select-match:hover,
.ui-select-bootstrap > .ui-select-match:focus,
.ui-select-bootstrap > .ui-select-match:active,
.ui-select-bootstrap > .ui-select-match.active {
  border-color: #ddd;
  background-color: inherit;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
  border: 0;
  top: 0;
}
.ui-select-bootstrap > .ui-select-match > .caret:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
}
.ui-select-bootstrap > .ui-select-choices {
  max-height: 300px;
}
.ui-select-bootstrap > .ui-select-choices > li:before {
  display: none;
}
.ui-select-bootstrap .ui-select-choices-group {
  border-bottom: 0;
}
.ui-select-bootstrap .ui-select-choices-group-label,
.ui-select-bootstrap .ui-select-choices-row {
  border-bottom: 1px solid #ddd;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-select-bootstrap .ui-select-choices-row > a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: inherit;
  background-color: #fafafa;
}
.ui-select-bootstrap .ui-select-choices-row.active > a:before {
  background-color: #3498DB;
}
.ui-select-bootstrap .ui-select-choices-row:last-child {
  border-bottom: 0;
}
.ui-select-bootstrap .ui-select-highlight {
  font-weight: 600;
}
.ui-select-bootstrap + .ui-select-bootstrap-clear {
  position: absolute;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
  top: 0;
  right: 20px;
  font-size: 16px;
  cursor: pointer;
  pointer-events: auto;
}
.ui-select-bootstrap + .ui-select-bootstrap-clear:before {
  content: "×";
}
.ui-select-bootstrap.open + .ui-select-bootstrap-clear {
  right: 20px;
}
.ui-select-bootstrap .ui-select-toggle {
  font-weight: normal;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  border-top: 4px dashed !important;
}
.popover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tooltip-html {
  text-align: left;
}
.tooltip {
  font-size: 13px;
}
.tooltip .tooltip-inner {
  padding: 10px;
  border-radius: 4px;
}
.tooltip.size-medium {
  width: 200px;
}
/* icons */
[class^="icon-60"],
[class*=" icon-60"] {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-repeat: no-repeat;
}
.icon-dashboard-zoomin {
  background-image: url("../images/dashboard/zoom_in.png");
  display: inline-block;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.icon-dashboard-zoomout {
  background-image: url("../images/dashboard/zoom_in.png");
  display: inline-block;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.icon-dashboard-copypaste {
  background-image: url("../images/dashboard/copy-paste.png");
  display: inline-block;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.icon-dashboard-delete {
  background-image: url("../images/dashboard/trash.png");
  display: inline-block;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.icon-dashboard-edit {
  background-image: url("../images/dashboard/pencil.png");
  display: inline-block;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
[class^="icon-30"],
[class*=" icon-30"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
}
.icon-30-dashboard {
  background-image: url("../images/navigation/icon-30-dashboard.png");
}
.icon-30-kpi_modeler {
  background-image: url("../images/navigation/icon-30-kpi_modeler.png");
}
.icon-30-monitor {
  background-image: url("../images/navigation/icon-30-monitor.png");
}
.icon-30-scenarios {
  background-image: url("../images/navigation/icon-30-scenarios.png");
}
.icon-30-profile {
  background-image: url("../images/navigation/icon-30-profile.png");
}
.icon-30-logout {
  background-image: url("../images/navigation/icon-30-logout.png");
}
[class^="icon-36"],
[class*=" icon-36"] {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-repeat: no-repeat;
}
.icon-36-redo {
  background-image: url("../images/kpimodelertoolbar/icon-36-redo.png");
}
.icon-36-reset {
  background-image: url("../images/kpimodelertoolbar/icon-36-reset.png");
}
.icon-36-save {
  background-image: url("../images/kpimodelertoolbar/icon-36-save.png");
}
.icon-36-undo {
  background-image: url("../images/kpimodelertoolbar/icon-36-undo.png");
}
.icon-36-zoom {
  background-image: url("../images/kpimodelertoolbar/icon-36-zoom.png");
}
.icon-36-zoomin {
  background-image: url("../images/kpimodelertoolbar/icon-36-zoomin.png");
}
.icon-36-zoomout {
  background-image: url("../images/kpimodelertoolbar/icon-36-zoomout.png");
}
.icon-36-fullscreen {
  background-image: url("../images/kpimodelertoolbar/icon-36-fullscreen.png");
}
.icon-36-export {
  background-image: url("../images/kpimodelertoolbar/icon-36-export.png");
}
.icon-36-cost {
  background-image: url("../images/kpimodelertoolbar/icon-36-cost.png");
}
.icon-36-counter {
  background-image: url("../images/kpimodelertoolbar/icon-36-counter.png");
}
.icon-36-data {
  background-image: url("../images/kpimodelertoolbar/icon-36-data.png");
}
.icon-36-duration {
  background-image: url("../images/kpimodelertoolbar/icon-36-duration.png");
}
.icon-36-filter {
  background-image: url("../images/kpimodelertoolbar/icon-36-filter.png");
}
.icon-36-formula {
  background-image: url("../images/kpimodelertoolbar/icon-36-formula.png");
}
.icon-36-help {
  background-image: url("../images/kpimodelertoolbar/icon-36-help.png");
}
.icon-36-percent {
  background-image: url("../images/kpimodelertoolbar/icon-36-percent.png");
}
.icon-36-quality {
  background-image: url("../images/kpimodelertoolbar/icon-36-quality.png");
}
.icon-36-sum {
  background-image: url("../images/kpimodelertoolbar/icon-36-sum.png");
}
.icon-36-target {
  background-image: url("../images/kpimodelertoolbar/icon-36-target.png");
}
.icon-36-time {
  background-image: url("../images/kpimodelertoolbar/icon-36-time.png");
}
.icon-36-timestamp {
  background-image: url("../images/kpimodelertoolbar/icon-36-timestamp.png");
}
.icon-36-treshhold {
  background-image: url("../images/kpimodelertoolbar/icon-36-treshhold.png");
}
.icon-36-xor {
  background-image: url("../images/kpimodelertoolbar/icon-36-xor.png");
}
.icon-28-modeler {
  background-image: url("../images/navigation/modeler-28.png");
  background-size: 24px;
}
.icon-28-monitor {
  background-image: url("../images/navigation/monitor-28.png");
  background-size: 24px;
}
.icon-28-reporting {
  background-image: url("../images/navigation/reporting-28.png");
  background-size: 24px;
}
.icon-28-actionlist {
  background-image: url("../images/navigation/actionlist-28.png");
  background-size: 24px;
}
[class^="icon-20"],
[class*=" icon-20"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-repeat: no-repeat;
}
.icon-20-workflow-browser {
  background-image: url("../images/icon-workflow-browser.png");
}
[class^="icon-16"],
[class*=" icon-16"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
}
.icon-16-requests-time {
  background-image: url("../images/icon-requests-time.png");
}
.icon-16-requests-alert {
  background-image: url("../images/icon-requests-alert.png");
}
[class^="icon-10"],
[class*=" icon-10"] {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-repeat: no-repeat;
}
.icon-10-requests-alerted {
  background-image: url("../images/icon-alerted.png");
}
/* fix ng autocomplete CSS */
.autocomplete input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.autocomplete input:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.autocomplete input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.autocomplete input:-ms-input-placeholder {
  color: #999;
}
.autocomplete input::-webkit-input-placeholder {
  color: #999;
}
.autocomplete input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.autocomplete input[disabled],
.autocomplete input[readonly],
fieldset[disabled] .autocomplete input {
  background-color: #fafafa;
  opacity: 1;
}
.autocomplete input[disabled],
fieldset[disabled] .autocomplete input {
  cursor: not-allowed;
}
textarea.autocomplete input {
  height: auto;
}
.autocomplete input[readonly] {
  cursor: default;
  color: #999;
  background-color: #fff;
}
.autocomplete input[readonly]:focus {
  color: #666;
}
.autocomplete input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.autocomplete ul {
  -webkit-padding-start: 0;
}
img.img-icon {
  width: 32px;
  height: 32px;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.align-vertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.event-table tr.debug-highlight {
  background-color: #FFF83B;
}
.event-table td div {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  line-height: 25px;
}
.log-table tbody > tr > td {
  overfow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  line-height: 25px;
}
.settings-request-view-subscriptions .widget {
  display: inline-block;
}
.settings-request-view-subscriptions .widget-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.settings-request-view-subscriptions .request-view-subscriptions-filters .filter-user {
  margin-left: 20px;
}
.bold {
  font-weight: 600;
}
table.table-fixed {
  table-layout: fixed;
}
span.help,
strong.help {
  border-bottom: 1px dashed #444;
  cursor: help;
}
/** smart table defaults */
.st-sort-ascent:after {
  content: '\25B2';
}
.st-sort-descent:after {
  content: '\25BC';
}
.sidebar {
  position: absolute;
  width: 215px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #34495E;
  z-index: 0;
}
.sidebar .tooltip {
  margin-left: 0;
}
.sidebar .tooltip-inner {
  padding: 10px 15px;
}
.sidebar-logo {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 80px;
  background: url('../images/navigation/logo-60.svg') no-repeat center;
  text-indent: -9000px;
}
.sidebar-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sidebar-logo:hover:before {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.sidebar-top {
  height: 100%;
}
.sidebar-bottom {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #3b485a;
  -webkit-box-shadow: -1px 0 0 1px #27303d;
  box-shadow: -1px 0 0 1px #27303d;
}
.sidebar-bottom > ul > li > a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidebar-nav .bottom {
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sidebar-nav > li > a {
  display: block;
  position: relative;
  color: white;
  background-color: #34495E;
  border-radius: 2px;
  text-decoration: none;
  overflow: hidden;
  line-height: 60px;
  text-shadow: 0 1px 1px #27303d;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sidebar-nav > li > a .indent {
  padding-left: 30px;
}
.sidebar-nav > li > a .offset {
  padding-left: 60px;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li > a:focus,
.sidebar-nav > li > a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #2C3E50;
}
.sidebar-nav > li .sublist {
  line-height: 40px;
}
.sidebar-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.sidebar-icon img {
  padding-left: 20px;
}
.sidebar-icon.icon-badge:after {
  content: "\f06a";
  position: absolute;
  top: 1rem;
  right: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  color: #fc1b1b !important;
}
.sidebar-icon.ticketless-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-icon.ticketless-icon:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url('../images/navigation/ticketless-icon.svg');
  background-size: contain;
}
.sidebar-profile {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #27303D;
  border-radius: 30px;
  margin-top: 15px;
}
.navigation-bar {
  position: absolute;
  height: 60px;
  top: 0;
  right: 0;
  left: 60px;
  background-color: #3498DB;
  z-index: 2;
  line-height: 60px;
  color: white;
  font-weight: 600;
}
.navigation-bar .bcrumb {
  margin-right: 10px;
}
.navigation-bar .bcrumb .icon {
  font-size: 11px;
}
.navigation-bar .index {
  margin-left: 10px;
}
.navigation-bar .selectable {
  cursor: pointer;
}
.navigation-bar-left {
  margin-left: 5px;
}
.navigation-bar-right {
  float: right;
}
.navigation-bar-right > ul > li > a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  color: white;
  background-color: #3498DB;
  border-radius: 2px;
  text-align: center;
  overflow: hidden;
  line-height: 60px;
}
.navigation-bar-right > ul > li > a .icon {
  margin-top: 2px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.navigation-bar-right > ul > li > a:hover,
.navigation-bar-right > ul > li > a.active {
  background-color: #2980b9;
}
.navigation-bar-profile {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.navigation-bar-team {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 10px;
}
.navigation-bar .widget-nav li {
  margin-right: 0px;
}
.navigation-bar .profile {
  width: 100%;
}
.navigation-bar .profile-toggle-indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 13px;
  padding-top: 19px;
  padding-right: 15px;
}
.navigation-bar .profile-toggle-indicator:before {
  content: "\f078";
}
.navigation-bar .profile-dropdown-item-icon {
  position: absolute;
  height: 100%;
  top: -5px;
  padding-bottom: 15px;
  right: 15px;
  color: #444;
}
.navigation-bar .profile-dropdown-item-icon .icon {
  opacity: 0.3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.navigation-bar .dropdown-menu > li {
  position: relative;
  border-bottom: 0px;
}
.navigation-bar .dropdown-menu > li:hover:before,
.navigation-bar .dropdown-menu > li:focus:before,
.navigation-bar .dropdown-menu > li.active:before {
  background-color: transparent;
}
.navigation-bar .dropdown-menu > li:last-child {
  border-top: 1px solid #ddd;
  background-color: #fafafa;
}
.navigation-bar .dropdown-menu > li:last-child > a {
  line-height: 50px;
  padding: 0 15px;
  background-color: #fafafa;
}
.navigation-bar .scrollable-menu {
  padding-left: 0px;
  height: auto;
  max-height: 50vh;
  overflow-x: hidden;
}
.navigation-bar .scrollable-menu > li {
  height: 50px;
  line-height: 50px;
  border-left: solid 5px transparent;
}
.navigation-bar .scrollable-menu > li:hover {
  border-left: 5px solid #3498DB;
  background-color: #fafafa;
}
.navigation-bar .scrollable-menu > li.active > a {
  font-weight: 600;
}
.navigation-bar .scrollable-menu > li > a {
  padding: 10px 15px;
  font-weight: normal;
  color: #444;
  white-space: nowrap;
}
.navigation-bar .dropdown-toggle {
  padding-left: 15px;
}
.navigation-bar .dropdown-toggle:hover,
.navigation-bar .dropdown-toggle:focus,
.navigation-bar .dropdown-toggle.active {
  background-color: #2980b9;
}
.navigation-bar .dropdown.open {
  background-color: #2980b9;
}
.page-admin .wrapper {
  overflow: auto;
}
.admin-header {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.admin-header .widget-header {
  padding-right: 15px;
}
.admin-nav {
  left: 142px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.admin-content {
  top: 65px;
}
.admin-content.block {
  width: 100%;
}
.admin-userlist {
  width: 300px;
}
.admin-usersettings {
  left: 315px;
}
.admin-usersettings .widget-content {
  overflow-y: auto;
}
.admin-container {
  min-width: 750px;
}
.admin-connectorurl {
  width: 720px;
}
.new-expiration-checkbox {
  line-height: 33px;
}
.btn {
  padding-left: 10px;
  padding-right: 10px;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.btn:focus,
.btn.focus {
  box-shadow: none;
  background-color: transparent;
}
.btn.ui-select-container {
  padding: 0;
  border: none;
}
.btn-icon > .icon {
  margin-right: 10px;
}
.btn-icon-right > .icon {
  margin-left: 10px;
}
.btn .text-normal {
  font-weight: normal;
}
.btn-default-muted {
  color: #666;
  background-color: #fff;
  border-color: #ddd;
}
.btn-default-muted:focus,
.btn-default-muted.focus {
  color: #666;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn-default-muted:hover {
  color: #666;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default-muted:active,
.btn-default-muted.active,
.open > .dropdown-toggle.btn-default-muted {
  color: #666;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default-muted:active:hover,
.btn-default-muted.active:hover,
.open > .dropdown-toggle.btn-default-muted:hover,
.btn-default-muted:active:focus,
.btn-default-muted.active:focus,
.open > .dropdown-toggle.btn-default-muted:focus,
.btn-default-muted:active.focus,
.btn-default-muted.active.focus,
.open > .dropdown-toggle.btn-default-muted.focus {
  color: #666;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.btn-default-muted:active,
.btn-default-muted.active,
.open > .dropdown-toggle.btn-default-muted {
  background-image: none;
}
.btn-default-muted.disabled:hover,
.btn-default-muted[disabled]:hover,
fieldset[disabled] .btn-default-muted:hover,
.btn-default-muted.disabled:focus,
.btn-default-muted[disabled]:focus,
fieldset[disabled] .btn-default-muted:focus,
.btn-default-muted.disabled.focus,
.btn-default-muted[disabled].focus,
fieldset[disabled] .btn-default-muted.focus {
  background-color: #fff;
  border-color: #ddd;
}
.btn-default-muted .badge {
  color: #fff;
  background-color: #666;
}
.btn-primary {
  background-color: #3498DB;
  border: 1px solid #2980B9;
  padding-right: 15px;
  padding-left: 15px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2980B9;
  border-color: #2980B9;
}
.btn-borderless {
  font-weight: 600;
  border-color: transparent;
  background-color: transparent;
}
.btn-borderless:hover,
.btn-borderless:focus,
.btn-borderless.focus,
.btn-borderless:active,
.btn-borderless.active,
.open > .dropdown-toggle.btn-borderless {
  color: #444;
  background-color: #fafafa;
  border-color: #999;
}
.btn-default,
.btn-default-muted {
  font-weight: 600;
  padding-right: 15px;
  padding-left: 15px;
}
.btn-default:hover,
.btn-default-muted:hover,
.btn-default:active,
.btn-default-muted:active,
.btn-default.active,
.btn-default-muted.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default-muted {
  color: #444;
  background-color: #fafafa;
  border-color: #999;
}
.btn-default-focus,
.btn-default-muted-focus {
  outline: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-default:focus,
.btn-default-muted:focus,
.btn-default.focus,
.btn-default-muted.focus {
  background-color: inherit;
}
.btn-default:active,
.btn-default-muted:active,
.btn-default.active,
.btn-default-muted.active {
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
}
.btn-default-muted {
  color: #444;
}
.btn-disabled {
  border: solid 1px transparent;
  opacity: 0.2;
}
.modal-footer .btn-default {
  color: #999;
}
.modal-footer .btn-default:hover,
.modal-footer .btn-default:focus,
.modal-footer .btn-default.focus,
.modal-footer .btn-default:active,
.modal-footer .btn-default.active {
  background: none;
}
.modal-footer .btn-borderless:hover,
.modal-footer .btn-borderless:focus,
.modal-footer .btn-borderless.focus,
.modal-footer .btn-borderless:active,
.modal-footer .btn-borderless.active {
  background-color: #ddd;
  border-color: transparent;
}
.btn-group > .btn-default {
  background-color: white !important;
}
.btn-group {
  display: inline-block;
  vertical-align: middle;
}
.btn-group.left {
  text-align: left;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: 0px;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-dropdown > .ui-select-match > .btn-default {
  color: #444;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, white 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, white 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, white 0%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffafafa', GradientType=0);
  border-color: #ccc;
}
.btn-dropdown > .ui-select-match > .btn-default > .text-muted {
  color: #999;
}
.modal {
  transition-delay: .3s;
  transition-property: all;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.modal.lg-plus .modal-lg {
  width: 90% !important;
}
.modal-content {
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.filter-header {
  padding: 10px 10px 0 10px;
  background-color: #f8f8f8;
}
.modal-body {
  padding: 0;
}
.modal-body-content {
  padding: 15px 30px;
}
.modal-body-content .left-pad {
  padding-left: 7px;
}
h1 {
  margin-bottom: 20px;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-meta {
  border-top: 1px solid #ddd;
  background-color: #fafafa;
}
.modal-footer {
  border-radius: 0 0 2px 2px;
  box-shadow: none;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
  padding: 10px;
}
.modal-backdrop {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal-header {
  font-size: 14px;
  text-transform: uppercase;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom: transparent;
  padding: 30px;
}
.modal-header-border {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: transparent;
  padding: 30px;
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-right: 30px;
  margin-left: 30px;
}
.modal-header a,
.modal-header .close {
  color: inherit;
}
.modal-header .close {
  font-size: 22px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal-header .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-title {
  color: #444;
  font-weight: 600;
}
.modal-tabs .nav-tabs.nav-justified {
  border-top: 1px solid #ddd;
}
.modal-tabs .nav-tabs.nav-justified > li > a {
  font-size: 13px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  color: #999;
  background-color: #fafafa;
  border-right-color: #ddd;
  border-top: 0;
}
.modal-tabs .nav-tabs.nav-justified > li > a:hover {
  border-top: 0;
}
.modal-tabs .nav-tabs.nav-justified > li:last-child > a {
  border-right-color: transparent;
}
.modal-tabs .nav-tabs.nav-justified > li:first-child > a {
  border-left-color: transparent;
}
.modal-tabs .nav-tabs.nav-justified > li.active > a {
  border-left-color: transparent;
  background-color: white;
  color: #444;
}
.request-view-modal-tabs .nav-tabs.nav-justified {
  border-top: 1px solid #ddd;
}
.request-view-modal-tabs .nav-tabs.nav-justified > li > a {
  font-size: 13px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  color: #999;
  background-color: #fafafa;
  border-right-color: #ddd;
  border-top: 0;
}
.request-view-modal-tabs .nav-tabs.nav-justified > li > a:hover {
  border-top: 0;
}
.request-view-modal-tabs .nav-tabs.nav-justified > li.active > a {
  background-color: white;
  color: #444;
}
.modal-genericfield {
  position: relative;
}
.modal-large {
  width: 800px;
  margin-left: -400px;
}
.modal-full .modal-body {
  max-height: none;
}
.scenario-config-modal .table tbody > tr > td {
  vertical-align: middle;
}
.scenario-config-modal .source-config-selection .datetimepicker table {
  margin-left: auto;
  margin-right: auto;
}
.scenario-config-modal .icon {
  font-size: 14px;
}
.modal-backdrop {
  bottom: 0;
}
.authentication-modal .message {
  color: #dc7112;
}
a.authentication-modal .message:hover,
a.authentication-modal .message:focus {
  color: #ad590e;
}
.select-diagram-modal .select-diagram-item {
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.select-diagram-modal .select-diagram-item:hover,
.select-diagram-modal .select-diagram-item:focus,
.select-diagram-modal .select-diagram-item.active {
  border-color: #ddd;
}
.select-diagram-modal .select-diagram-item:hover .select-diagram-item-image,
.select-diagram-modal .select-diagram-item:focus .select-diagram-item-image,
.select-diagram-modal .select-diagram-item.active .select-diagram-item-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select-diagram-modal .select-diagram-item-name {
  display: block;
  padding: 10px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-diagram-modal .select-diagram-item-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scenario-load-modal .modal-body {
  padding: 15px 15px 0 15px;
}
.element-properties-modal,
.element-properties-modal.quick-add-active {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.element-properties-modal.quick-add-active {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.modal-vertical-centered > .modal-dialog > .modal-content {
  transform: translate(0, 30%) !important;
  -ms-transform: translate(0, 30%) !important;
  /* IE 9 */
  -webkit-transform: translate(0, 30%) !important;
  /* Safari and Chrome */
}
.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
  animation-delay: 3s;
}
.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.modal-editor-config-window .modal-lg {
  width: 1050px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group-condensed {
  margin-bottom: 5px;
}
.form-control {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[readonly] {
  cursor: default;
  color: #999;
  background-color: #fff;
}
.form-control[readonly]:focus {
  color: #666;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.policy-limited {
  max-width: 150px;
  min-width: 75px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.vertical-align {
  display: flex;
  align-items: center;
}
label,
.control-label {
  font-weight: 400;
  margin-bottom: 8px;
}
.help-block {
  font-size: 11px;
  color: #999;
  margin-bottom: 0;
}
.inline-control {
  margin-left: 30px;
  margin-right: 5px;
}
.form-item {
  display: block;
  padding: 5px 0;
  overflow: hidden;
}
.form-item > label {
  display: block;
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
  padding-top: 5px;
  line-height: 20px;
}
.form-item > input,
.form-item > textarea,
.form-item > select {
  display: inline-block;
  width: 250px;
  margin-bottom: 0;
  box-sizing: border-box;
  height: 30px;
}
.form-item .input-wide > label {
  display: block;
  float: left;
  width: 140px;
  text-align: right;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
  padding-top: 5px;
  line-height: 20px;
}
.form-item input.input-wide,
.form-item textarea.input-wide,
.form-item select.input-wide {
  width: 500px;
}
.form-item textarea {
  height: 60px;
}
.form-item .form-help {
  font-size: 15px;
  color: #888;
  margin-top: 5px;
  margin-left: 10px;
  position: absolute;
}
/*
.ng-invalid:not(.ng-pristine) {
    color: #b94a48;
    border-color: #ee5f5b;
}
*/
.form-item .not-editable {
  line-height: 30px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.inline-edit input,
.inline-edit input:focus,
.inline-edit input:active {
  border-bottom: 1px dashed #ddd;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.form-group-withlabel > .ui-select-bootstrap-clear {
  top: 26px;
}
.ui-select-toggle {
  display: flex;
}
.ui-select-match-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-select-bootstrap > .ui-select-choices {
  width: initial;
  min-width: 100%;
}
.inline-edit input,
.inline-edit input:focus,
.inline-edit input:active {
  border-bottom: 1px dashed #ddd;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.dropdown-menu,
.dropdown-overflow {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu > li,
.dropdown-overflow > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li:before,
.dropdown-overflow > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.dropdown-menu > li > a,
.dropdown-overflow > li > a,
.dropdown-menu > li > form,
.dropdown-overflow > li > form {
  padding: 10px 15px;
}
.dropdown-menu > li > a,
.dropdown-overflow > li > a {
  display: block;
  padding: 10px 15px;
}
.dropdown-menu > li > a:before,
.dropdown-overflow > li > a:before,
.dropdown-menu > li > a:after,
.dropdown-overflow > li > a:after {
  content: " ";
  display: table;
}
.dropdown-menu > li > a:after,
.dropdown-overflow > li > a:after {
  clear: both;
}
.dropdown-menu > li > a:before,
.dropdown-overflow > li > a:before,
.dropdown-menu > li > a:after,
.dropdown-overflow > li > a:after {
  content: " ";
  display: table;
}
.dropdown-menu > li > a:after,
.dropdown-overflow > li > a:after {
  clear: both;
}
.dropdown-menu > li > a .icon,
.dropdown-overflow > li > a .icon {
  font-size: 13px;
  line-height: 18px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-right: 5px;
}
.dropdown-menu > li > a:hover,
.dropdown-overflow > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-overflow > li > a:focus {
  background-color: #fafafa;
}
.dropdown-menu > li > a:hover .icon,
.dropdown-overflow > li > a:hover .icon,
.dropdown-menu > li > a:focus .icon,
.dropdown-overflow > li > a:focus .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu > li:hover .icon,
.dropdown-overflow > li:hover .icon,
.dropdown-menu > li:focus .icon,
.dropdown-overflow > li:focus .icon,
.dropdown-menu > li.active .icon,
.dropdown-overflow > li.active .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu > li:hover:before,
.dropdown-overflow > li:hover:before,
.dropdown-menu > li:focus:before,
.dropdown-overflow > li:focus:before,
.dropdown-menu > li.active:before,
.dropdown-overflow > li.active:before {
  background-color: #3498DB;
}
.dropdown-menu > li:last-child > a,
.dropdown-overflow > li:last-child > a {
  border-bottom: none;
}
.dropdown-menu > li.muted,
.dropdown-overflow > li.muted {
  background-color: #fafafa;
}
.dropdown-menu > li.muted:before,
.dropdown-overflow > li.muted:before {
  display: none;
}
.dropdown-overflow {
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  list-style: none;
}
.dropdown-toggle {
  position: relative;
}
.dropdown-toggle > .caret {
  border-top: 4px dashed !important;
}
.dropdown-large > .dropdown-menu > li,
.dropdown-large .dropdown-overflow > li {
  height: 51px;
}
.dropdown-large > .dropdown-menu > li > a,
.dropdown-large .dropdown-overflow > li > a,
.dropdown-large > .dropdown-menu > li > form,
.dropdown-large .dropdown-overflow > li > form {
  line-height: 30px;
  height: 50px;
}
.dropdown-large > .dropdown-menu > li > form,
.dropdown-large .dropdown-overflow > li > form {
  padding-top: 10px;
}
.dropdown-animated > .dropdown-menu {
  display: block;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dropdown-animated > .dropdown-lead {
  width: 80%;
}
.dropdown-animated.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu-right > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.dropdown-menu-right > li:hover:after,
.dropdown-menu-right > li:focus:after {
  background-color: #3498DB;
}
.dropdown-item-actions {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 10px;
  padding-right: 10px;
}
.dropdown-item-icon {
  position: absolute;
  height: 100%;
  top: 0;
  right: 15px;
  padding-top: 15px;
}
.dropdown-item-icon .icon {
  opacity: 0.3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/**
 * Overwrite bootstrap-toggle defaults
 */
.toggle {
  font-family: inherit;
  border-radius: 16px;
}
.toggle .toggle-group {
  -webkit-transition: 70ms ease-out;
  -moz-transition: 70ms ease-out;
  transition: 70ms ease-out;
}
.toggle.btn {
  height: 24px;
  min-height: 24px;
  border-width: 2px;
}
.toggle.btn:focus,
.toggle.btn:active {
  box-shadow: none;
}
.toggle .toggle-handle {
  margin-left: -22px;
  border-radius: 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  margin-top: -1px;
}
.toggle.off .toggle-handle {
  margin-right: -43px;
}
.toggle-on,
.toggle-off {
  border-color: transparent;
  padding: 0 10px;
  color: #fff;
}
.toggle-on:hover,
.toggle-off:hover {
  color: #fff;
}
.toggle.success {
  border-color: #2ecc71;
  background-color: #2ecc71;
}
.toggle.success .success:hover,
.toggle.success .success.active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.toggle.success:active:focus,
.toggle.success:active:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.toggle.warning {
  border-color: #e67e22;
  background-color: #e67e22;
}
.toggle.warning .warning:hover,
.toggle.warning .warning.active {
  background-color: #e67e22;
  border-color: #e67e22;
}
.toggle.warning:active:focus,
.toggle.warning:active:hover {
  background-color: #e67e22;
  border-color: #e67e22;
}
.toggle.danger {
  border-color: #e74c3c;
  background-color: #e74c3c;
}
.toggle.danger .danger:hover,
.toggle.danger .danger:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.toggle.danger:active:focus,
.toggle.danger:active:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.toggle.default {
  border-color: #ddd;
  background-color: #ddd;
  color: #444;
}
.toggle.default .default:hover,
.toggle.default .default:hover,
.toggle.default .default.active {
  background-color: #ddd;
  border-color: #ddd;
}
.toggle.default:active:focus,
.toggle.default:active:hover {
  background: #ddd;
  border-color: #ddd;
}
.toggle-modal.toggle-60 .toggle {
  width: 60px!important;
  height: 24px!important;
}
.toggle-modal.toggle-80 .toggle {
  width: 80px!important;
  height: 24px!important;
}
.toggle-modal.toggle-100 .toggle {
  width: 100px!important;
  height: 24px!important;
}
.toggle-modal.toggle-120 .toggle {
  width: 120px!important;
  height: 24px!important;
}
.daterangepicker-wrapper {
  width: 100%;
  position: relative;
}
.daterangepicker-input-borderless,
.daterangepicker-input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer !important;
  color: #444 !important;
  padding: 5px 30px 5px 10px;
  background-image: url('../../assets/images/general-icons/fa-chevron-down_444444_none.png');
  background-position: right 10px center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
.daterangepicker-input-borderless:focus,
.daterangepicker-input:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.daterangepicker-input-borderless::-moz-placeholder,
.daterangepicker-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.daterangepicker-input-borderless:-ms-input-placeholder,
.daterangepicker-input:-ms-input-placeholder {
  color: #999;
}
.daterangepicker-input-borderless::-webkit-input-placeholder,
.daterangepicker-input::-webkit-input-placeholder {
  color: #999;
}
.daterangepicker-input-borderless::-ms-expand,
.daterangepicker-input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.daterangepicker-input-borderless[disabled],
.daterangepicker-input[disabled],
.daterangepicker-input-borderless[readonly],
.daterangepicker-input[readonly],
fieldset[disabled] .daterangepicker-input-borderless,
fieldset[disabled] .daterangepicker-input {
  background-color: #fafafa;
  opacity: 1;
}
.daterangepicker-input-borderless[disabled],
.daterangepicker-input[disabled],
fieldset[disabled] .daterangepicker-input-borderless,
fieldset[disabled] .daterangepicker-input {
  cursor: not-allowed;
}
textarea.daterangepicker-input-borderless,
textarea.daterangepicker-input {
  height: auto;
}
.daterangepicker-input-borderless[readonly],
.daterangepicker-input[readonly] {
  cursor: default;
  color: #999;
  background-color: #fff;
}
.daterangepicker-input-borderless[readonly]:focus,
.daterangepicker-input[readonly]:focus {
  color: #666;
}
.daterangepicker-input-borderless:focus,
.daterangepicker-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.daterangepicker-disabled {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999 !important;
  border-color: transparent !important;
  width: 200px;
}
.daterangepicker-disabled:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.daterangepicker-disabled::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.daterangepicker-disabled:-ms-input-placeholder {
  color: #999;
}
.daterangepicker-disabled::-webkit-input-placeholder {
  color: #999;
}
.daterangepicker-disabled::-ms-expand {
  border: 0;
  background-color: transparent;
}
.daterangepicker-disabled[disabled],
.daterangepicker-disabled[readonly],
fieldset[disabled] .daterangepicker-disabled {
  background-color: #fafafa;
  opacity: 1;
}
.daterangepicker-disabled[disabled],
fieldset[disabled] .daterangepicker-disabled {
  cursor: not-allowed;
}
textarea.daterangepicker-disabled {
  height: auto;
}
.daterangepicker-disabled[readonly] {
  cursor: default;
  color: #999;
  background-color: #fff;
}
.daterangepicker-disabled[readonly]:focus {
  color: #666;
}
.daterangepicker-disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.daterangepicker-input-borderless {
  border-color: transparent!important;
}
.daterangepicker.opensleft .calendar,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .calendar {
  margin: 10px;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensright .ranges,
.daterangepicker.openscenter .ranges {
  margin: 0;
}
.daterangepicker .btn {
  padding: 5px 15px;
  font-size: 13px;
  line-height: 18px;
  border-radius: 2px;
  color: #444;
  background-color: #fff;
  border-color: #ddd;
  font-weight: 600;
  padding-right: 15px;
  padding-left: 15px;
}
.daterangepicker .btn:focus,
.daterangepicker .btn.focus {
  color: #444;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.daterangepicker .btn:hover {
  color: #444;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.daterangepicker .btn:active,
.daterangepicker .btn.active,
.open > .dropdown-toggle.daterangepicker .btn {
  color: #444;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.daterangepicker .btn:active:hover,
.daterangepicker .btn.active:hover,
.open > .dropdown-toggle.daterangepicker .btn:hover,
.daterangepicker .btn:active:focus,
.daterangepicker .btn.active:focus,
.open > .dropdown-toggle.daterangepicker .btn:focus,
.daterangepicker .btn:active.focus,
.daterangepicker .btn.active.focus,
.open > .dropdown-toggle.daterangepicker .btn.focus {
  color: #444;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.daterangepicker .btn:active,
.daterangepicker .btn.active,
.open > .dropdown-toggle.daterangepicker .btn {
  background-image: none;
}
.daterangepicker .btn.disabled:hover,
.daterangepicker .btn[disabled]:hover,
fieldset[disabled] .daterangepicker .btn:hover,
.daterangepicker .btn.disabled:focus,
.daterangepicker .btn[disabled]:focus,
fieldset[disabled] .daterangepicker .btn:focus,
.daterangepicker .btn.disabled.focus,
.daterangepicker .btn[disabled].focus,
fieldset[disabled] .daterangepicker .btn.focus {
  background-color: #fff;
  border-color: #ddd;
}
.daterangepicker .btn .badge {
  color: #fff;
  background-color: #444;
}
.daterangepicker .btn:hover,
.daterangepicker .btn:active,
.daterangepicker .btn.active,
.open > .dropdown-toggle.daterangepicker .btn {
  color: #444;
  background-color: #fafafa;
  border-color: #999;
}
.daterangepicker .btn-focus {
  outline: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.daterangepicker .btn:focus,
.daterangepicker .btn.focus {
  background-color: inherit;
}
.daterangepicker .btn:active,
.daterangepicker .btn.active {
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
}
.daterangepicker .btn-success {
  color: #fff;
  border-color: #1d6fa5;
  background-color: #3498DB;
  border: 1px solid #2980B9;
  padding-right: 15px;
  padding-left: 15px;
}
.daterangepicker .btn-success:focus,
.daterangepicker .btn-success.focus {
  color: #fff;
  background-color: #217dbb;
  border-color: #0a2639;
}
.daterangepicker .btn-success:hover {
  color: #fff;
  background-color: #217dbb;
  border-color: #144c71;
}
.daterangepicker .btn-success:active,
.daterangepicker .btn-success.active,
.open > .dropdown-toggle.daterangepicker .btn-success {
  color: #fff;
  background-color: #217dbb;
  border-color: #144c71;
}
.daterangepicker .btn-success:active:hover,
.daterangepicker .btn-success.active:hover,
.open > .dropdown-toggle.daterangepicker .btn-success:hover,
.daterangepicker .btn-success:active:focus,
.daterangepicker .btn-success.active:focus,
.open > .dropdown-toggle.daterangepicker .btn-success:focus,
.daterangepicker .btn-success:active.focus,
.daterangepicker .btn-success.active.focus,
.open > .dropdown-toggle.daterangepicker .btn-success.focus {
  color: #fff;
  background-color: #1c699d;
  border-color: #0a2639;
}
.daterangepicker .btn-success:active,
.daterangepicker .btn-success.active,
.open > .dropdown-toggle.daterangepicker .btn-success {
  background-image: none;
}
.daterangepicker .btn-success.disabled:hover,
.daterangepicker .btn-success[disabled]:hover,
fieldset[disabled] .daterangepicker .btn-success:hover,
.daterangepicker .btn-success.disabled:focus,
.daterangepicker .btn-success[disabled]:focus,
fieldset[disabled] .daterangepicker .btn-success:focus,
.daterangepicker .btn-success.disabled.focus,
.daterangepicker .btn-success[disabled].focus,
fieldset[disabled] .daterangepicker .btn-success.focus {
  background-color: #3498DB;
  border-color: #1d6fa5;
}
.daterangepicker .btn-success .badge {
  color: #3498DB;
  background-color: #fff;
}
.daterangepicker .btn-success:hover,
.daterangepicker .btn-success:focus {
  background-color: #2980B9;
  border-color: #2980B9;
}
.daterangepicker .ranges {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges li {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 50px;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  color: #444;
  border-radius: 0;
}
.daterangepicker .ranges li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.daterangepicker .ranges li:hover,
.daterangepicker .ranges li.active {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  color: #444;
}
.daterangepicker .ranges li:hover:before,
.daterangepicker .ranges li.active:before {
  background-color: #3498DB;
}
.daterangepicker .ranges .range_inputs > div {
  float: none;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 0;
}
.daterangepicker .ranges .input-mini {
  display: block;
  height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.daterangepicker .ranges .input-mini:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.daterangepicker .ranges .input-mini::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.daterangepicker .ranges .input-mini:-ms-input-placeholder {
  color: #999;
}
.daterangepicker .ranges .input-mini::-webkit-input-placeholder {
  color: #999;
}
.daterangepicker .ranges .input-mini::-ms-expand {
  border: 0;
  background-color: transparent;
}
.daterangepicker .ranges .input-mini[disabled],
.daterangepicker .ranges .input-mini[readonly],
fieldset[disabled] .daterangepicker .ranges .input-mini {
  background-color: #fafafa;
  opacity: 1;
}
.daterangepicker .ranges .input-mini[disabled],
fieldset[disabled] .daterangepicker .ranges .input-mini {
  cursor: not-allowed;
}
textarea.daterangepicker .ranges .input-mini {
  height: auto;
}
.daterangepicker .ranges .input-mini[readonly] {
  cursor: default;
  color: #999;
  background-color: #fff;
}
.daterangepicker .ranges .input-mini[readonly]:focus {
  color: #666;
}
.daterangepicker .ranges .input-mini:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  font-weight: 400;
  margin-bottom: 8px;
  width: 100%;
}
.daterangepicker .calendar-date {
  padding: 0;
  border: 0;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: inherit;
}
.daterangepicker .calendar th {
  font-weight: 400;
  margin-bottom: 8px;
}
.daterangepicker .calendar .prev,
.daterangepicker .calendar .next {
  font-size: 13px;
  color: inherit;
}
.daterangepicker .calendar td.active {
  background-color: #3498DB;
}
.daterangepicker .calendar td.in-range {
  background-color: #b6daf2;
}
.daterangepicker:before,
.daterangepicker:after {
  display: none !important;
}
.daterangepicker .cancelBtn {
  display: none;
}
.daterangepicker .applyBtn {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* Standarizes the side of the presets to the right */
.daterangepicker.opensright .ranges,
.daterangepicker.openscenter .ranges {
  float: left;
}
.datepicker-wrapper {
  position: relative;
  display: table;
  border-collapse: separate;
}
.datepicker-wrapper[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.datepicker-wrapper .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.datepicker-wrapper .form-control:focus {
  z-index: 3;
}
.datepicker-wrapper > .dropdown-menu {
  padding: 5px;
}
.datepicker-wrapper > .dropdown-menu > li:before {
  display: none;
}
.datepicker-wrapper > .dropdown-menu .btn {
  color: #444;
  background-color: #fff;
  border-color: #ddd;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 600;
  border-color: transparent;
  background-color: transparent;
}
.datepicker-wrapper > .dropdown-menu .btn:focus,
.datepicker-wrapper > .dropdown-menu .btn.focus {
  color: #444;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.datepicker-wrapper > .dropdown-menu .btn:hover {
  color: #444;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.datepicker-wrapper > .dropdown-menu .btn:active,
.datepicker-wrapper > .dropdown-menu .btn.active,
.open > .dropdown-toggle.datepicker-wrapper > .dropdown-menu .btn {
  color: #444;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.datepicker-wrapper > .dropdown-menu .btn:active:hover,
.datepicker-wrapper > .dropdown-menu .btn.active:hover,
.open > .dropdown-toggle.datepicker-wrapper > .dropdown-menu .btn:hover,
.datepicker-wrapper > .dropdown-menu .btn:active:focus,
.datepicker-wrapper > .dropdown-menu .btn.active:focus,
.open > .dropdown-toggle.datepicker-wrapper > .dropdown-menu .btn:focus,
.datepicker-wrapper > .dropdown-menu .btn:active.focus,
.datepicker-wrapper > .dropdown-menu .btn.active.focus,
.open > .dropdown-toggle.datepicker-wrapper > .dropdown-menu .btn.focus {
  color: #444;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.datepicker-wrapper > .dropdown-menu .btn:active,
.datepicker-wrapper > .dropdown-menu .btn.active,
.open > .dropdown-toggle.datepicker-wrapper > .dropdown-menu .btn {
  background-image: none;
}
.datepicker-wrapper > .dropdown-menu .btn.disabled:hover,
.datepicker-wrapper > .dropdown-menu .btn[disabled]:hover,
fieldset[disabled] .datepicker-wrapper > .dropdown-menu .btn:hover,
.datepicker-wrapper > .dropdown-menu .btn.disabled:focus,
.datepicker-wrapper > .dropdown-menu .btn[disabled]:focus,
fieldset[disabled] .datepicker-wrapper > .dropdown-menu .btn:focus,
.datepicker-wrapper > .dropdown-menu .btn.disabled.focus,
.datepicker-wrapper > .dropdown-menu .btn[disabled].focus,
fieldset[disabled] .datepicker-wrapper > .dropdown-menu .btn.focus {
  background-color: #fff;
  border-color: #ddd;
}
.datepicker-wrapper > .dropdown-menu .btn .badge {
  color: #fff;
  background-color: #444;
}
.datepicker-wrapper > .dropdown-menu .btn:hover,
.datepicker-wrapper > .dropdown-menu .btn:active,
.datepicker-wrapper > .dropdown-menu .btn.active,
.open > .dropdown-toggle.datepicker-wrapper > .dropdown-menu .btn {
  color: #444;
  background-color: #fafafa;
  border-color: #999;
}
.datepicker-wrapper > .dropdown-menu .btn-focus {
  outline: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.datepicker-wrapper > .dropdown-menu .btn:focus,
.datepicker-wrapper > .dropdown-menu .btn.focus {
  background-color: inherit;
}
.datepicker-wrapper > .dropdown-menu .btn:active,
.datepicker-wrapper > .dropdown-menu .btn.active {
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
}
.datepicker-wrapper > .dropdown-menu .btn:hover,
.datepicker-wrapper > .dropdown-menu .btn:focus,
.datepicker-wrapper > .dropdown-menu .btn.focus,
.datepicker-wrapper > .dropdown-menu .btn:active,
.datepicker-wrapper > .dropdown-menu .btn.active,
.open > .dropdown-toggle.datepicker-wrapper > .dropdown-menu .btn {
  color: #444;
  background-color: #fafafa;
  border-color: #999;
}
.datepicker-wrapper table {
  outline: none;
}
.daterangepicker .daterangepicker_start_input,
.daterangepicker .daterangepicker_end_input {
  display: none;
}
.datepicker-input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker-input:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.datepicker-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.datepicker-input:-ms-input-placeholder {
  color: #999;
}
.datepicker-input::-webkit-input-placeholder {
  color: #999;
}
.datepicker-input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.datepicker-input[disabled],
.datepicker-input[readonly],
fieldset[disabled] .datepicker-input {
  background-color: #fafafa;
  opacity: 1;
}
.datepicker-input[disabled],
fieldset[disabled] .datepicker-input {
  cursor: not-allowed;
}
textarea.datepicker-input {
  height: auto;
}
.datepicker-input[readonly] {
  cursor: default;
  color: #999;
  background-color: #fff;
}
.datepicker-input[readonly]:focus {
  color: #666;
}
.datepicker-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker-buttons {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.datepicker-buttons:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.datepicker-buttons > .btn {
  position: relative;
}
.datepicker-buttons > .btn + .btn {
  margin-left: -1px;
}
.datepicker-buttons > .btn:hover,
.datepicker-buttons > .btn:focus,
.datepicker-buttons > .btn:active {
  z-index: 2;
}
.datepicker-buttons:first-child > .btn,
.datepicker-buttons:first-child > .btn-group {
  margin-right: -1px;
}
.datepicker-buttons:last-child > .btn,
.datepicker-buttons:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.datepicker-toggle {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-touch-callout: none;
  padding-left: 10px;
  padding-right: 10px;
  color: #444;
  background-color: #fff;
  border-color: #ddd;
  font-weight: 600;
  padding-right: 15px;
  padding-left: 15px;
}
.datepicker-toggle:focus,
.datepicker-toggle:active:focus,
.datepicker-toggle.active:focus,
.datepicker-toggle.focus,
.datepicker-toggle:active.focus,
.datepicker-toggle.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.datepicker-toggle:hover,
.datepicker-toggle:focus,
.datepicker-toggle.focus {
  color: #444;
  text-decoration: none;
}
.datepicker-toggle:active,
.datepicker-toggle.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.datepicker-toggle.disabled,
.datepicker-toggle[disabled],
fieldset[disabled] .datepicker-toggle {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.datepicker-toggle.disabled,
fieldset[disabled] a.datepicker-toggle {
  pointer-events: none;
}
.datepicker-toggle:active,
.datepicker-toggle.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker-toggle:focus,
.datepicker-toggle:active:focus,
.datepicker-toggle.active:focus,
.datepicker-toggle.focus,
.datepicker-toggle:active.focus,
.datepicker-toggle.active.focus {
  outline: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.datepicker-toggle:focus,
.datepicker-toggle.focus {
  box-shadow: none;
  background-color: transparent;
}
.datepicker-toggle.ui-select-container {
  padding: 0;
  border: none;
}
.datepicker-toggle-icon > .icon {
  margin-right: 10px;
}
.datepicker-toggle-icon-right > .icon {
  margin-left: 10px;
}
.datepicker-toggle .text-normal {
  font-weight: normal;
}
.datepicker-toggle:focus,
.datepicker-toggle.focus {
  color: #444;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.datepicker-toggle:hover {
  color: #444;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.datepicker-toggle:active,
.datepicker-toggle.active,
.open > .dropdown-toggle.datepicker-toggle {
  color: #444;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.datepicker-toggle:active:hover,
.datepicker-toggle.active:hover,
.open > .dropdown-toggle.datepicker-toggle:hover,
.datepicker-toggle:active:focus,
.datepicker-toggle.active:focus,
.open > .dropdown-toggle.datepicker-toggle:focus,
.datepicker-toggle:active.focus,
.datepicker-toggle.active.focus,
.open > .dropdown-toggle.datepicker-toggle.focus {
  color: #444;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.datepicker-toggle:active,
.datepicker-toggle.active,
.open > .dropdown-toggle.datepicker-toggle {
  background-image: none;
}
.datepicker-toggle.disabled:hover,
.datepicker-toggle[disabled]:hover,
fieldset[disabled] .datepicker-toggle:hover,
.datepicker-toggle.disabled:focus,
.datepicker-toggle[disabled]:focus,
fieldset[disabled] .datepicker-toggle:focus,
.datepicker-toggle.disabled.focus,
.datepicker-toggle[disabled].focus,
fieldset[disabled] .datepicker-toggle.focus {
  background-color: #fff;
  border-color: #ddd;
}
.datepicker-toggle .badge {
  color: #fff;
  background-color: #444;
}
.datepicker-toggle:hover,
.datepicker-toggle:active,
.datepicker-toggle.active,
.open > .dropdown-toggle.datepicker-toggle {
  color: #444;
  background-color: #fafafa;
  border-color: #999;
}
.datepicker-toggle-focus {
  outline: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.datepicker-toggle:focus,
.datepicker-toggle.focus {
  background-color: inherit;
}
.datepicker-toggle:active,
.datepicker-toggle.active {
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
}
.datepicker-toggle-indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker-toggle-indicator:before {
  content: "\f078";
}
.scenario-teams .team-members td.team-member-name span.fa {
  color: #999;
  padding-left: 10px;
}
.scenario-teams .team-members tr.expired td {
  text-decoration: line-through;
}
.widget-cardboard {
  left: 307px;
  width: calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -o-calc(100% - 300px);
}
.widget-cardboard .dropdown-menu {
  top: auto;
}
.widget-cardboard .dropdown-animated {
  display: inline-block;
}
.widget-cardboard-load-more {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.widget-folders {
  width: 300px;
}
.widget-folders .widget-item > .pull-left {
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-folders .widget-item > .pull-left .label {
  color: white;
}
.widget-folders .widget-meta .icon {
  margin-left: 5px;
  color: #e74c3c;
}
.widget-card {
  width: 98%;
  width: calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: -webkit-calc(100% - 15px);
  width: -o-calc(100% - 15px);
}
@media all and (min-width: 1024px) {
  .widget-card {
    width: 48%;
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -o-calc(50% - 15px);
  }
}
@media all and (min-width: 1400px) {
  .widget-card {
    width: 32%;
    width: calc(33% - 15px);
    width: -moz-calc(33% - 15px);
    width: -webkit-calc(33% - 15px);
    width: -o-calc(33% - 15px);
  }
}
.widget-card {
  margin-bottom: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.widget-card.active {
  z-index: 1400;
}
.widget-card.active .widget-header {
  border-top: 5px solid #3498DB;
}
.widget-card.fade-out-remove {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.0;
}
.widget-card .widget-header {
  border-top: 5px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #fff;
  padding-top: 5px;
  display: flex;
}
.widget-card .widget-header .widget-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.widget-card .widget-header .widget-title a:hover {
  color: inherit;
  background-color: #fafafa;
}
.widget-card .widget-header .widget-title a:visited,
.widget-card .widget-header .widget-title a:focus {
  color: inherit;
}
.widget-card .widget-header .assignee-info.enabled {
  cursor: pointer;
}
.widget-card .widget-header .assignee-info .name {
  padding-right: 30px;
  line-height: 30px;
  display: inline-block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.widget-card .widget-header .assignee-info .avatar {
  width: 24px;
  height: 24px;
  top: 11px;
  right: 11px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
}
.widget-card .widget-header .loading-indicator {
  line-height: 30px;
  margin-right: 12px;
}
.widget-card-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.widget-card-content table {
  margin-top: 10px;
}
.widget-card-content table td {
  font-size: 13px;
}
.widget-card-content .widget-card-show-custom-fields {
  font-size: 11px;
  float: right;
  cursor: pointer;
  color: #999;
  margin-top: 5px;
}
.widget-card-assign {
  margin-top: 20px;
}
.widget-card-comments {
  position: relative;
  transition: max-height 0.5s ease-in;
  -webkit-transition: max-height 0.5s ease-in;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 5px;
}
.widget-card-comments .internal {
  background-color: #FFF6D9;
}
.widget-card-comments .internal:hover {
  background-color: #FFF6D9;
}
.widget-card-comments .widget-card-showmore {
  font-size: 11px;
  float: right;
  cursor: pointer;
  color: #999;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.widget-card-comments .read-more {
  color: #3498DB;
}
.widget-card-comments .widget-card-message {
  word-wrap: break-word;
}
.widget-card-comments .expanded {
  white-space: pre-line;
}
.widget-card-comment {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  line-height: 22px;
  transition-duration: 0.5s;
}
.widget-card-comment:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.widget-card-comment:hover:before {
  background-color: #3498DB;
}
.widget-card-comment .truncated {
  max-height: 98px;
}
.widget-card-comment .icon {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #999;
}
.widget-card-comment .left {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: none;
}
.widget-card-comment .left-expanded {
  font-weight: 600;
  float: none;
}
.widget-card-comment .right {
  float: right;
  color: #999;
  font-size: 11px;
  max-width: 120px;
  margin-left: 10px;
}
.widget-card-comment:hover {
  background-color: #fafafa;
}
.widget-card-snooze {
  line-height: 30px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  color: #999;
  text-align: center;
}
.widget-card-trigger {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.widget-card-trigger .pull-right {
  flex: 1;
  white-space: nowrap;
  margin-left: 10px;
}
.widget-card-trigger .label-default {
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}
.widget-card-trigger .btn {
  position: absolute;
  right: 0;
  margin-top: -3px;
}
.widget-card-trigger .icon {
  line-height: 18px;
}
.widget-card-action {
  margin-top: 10px;
  display: flex;
  align-content: space-between;
  align-items: stretch;
}
.widget-card-action .left {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-card-action .left .dropdown-menu {
  left: 15px;
}
.widget-card-action .left .dropdown-animated {
  width: 100%;
}
.widget-card-action .right {
  flex: 0 0 100px;
  margin-left: 5px;
}
.widget-card-action .right .dropdown-menu {
  right: 15px;
  width: 250px;
}
.widget-card-form {
  padding-top: 10px;
}
.widget-card-snoozetime {
  font-size: 11px;
  color: #999;
  line-height: 30px;
}
.widget-card-task {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-card .label-border {
  border: 1px solid #ddd;
  color: #444;
  border-radius: 3px;
  padding: 0 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.widget-card .label-border:hover {
  background: #ddd;
}
.widget-card-progress {
  overflow: hidden;
}
.widget-card-progress .progress {
  margin-bottom: 5px;
}
.widget-card-progress .progress-bar-inactive {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.widget-card-progress-current {
  float: left;
}
.widget-card-values {
  line-height: 30px;
}
.widget-card-recommendation .dropdown-resolution-group {
  width: 100%;
  overflow: hidden;
}
.widget-card-recommendation .dropdown-resolution-group .btn-block .button-label {
  float: left !important;
  float: left;
  width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-card-recommendation .dropdown-resolution-group .btn-block .icon {
  float: right !important;
  float: right;
  display: block;
}
.widget-card-recommendation .dropdown-btn-block {
  width: 100%;
}
.requests-list-modal .panel-heading {
  overflow: hidden;
  background-color: #fafafa;
}
.requests-list-modal .panel-heading .panel-title {
  font-weight: normal;
}
.requests-list-modal .panel-heading .panel-title input {
  margin-left: -5px;
}
.requests-list-modal .panel-heading:hover:before {
  background-color: transparent;
}
.requests-list-modal .list-group-item.faded {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.requests-list-modal .team-select select {
  height: 27px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.requests-list-modal .team-select .help-block {
  margin-top: 3px;
}
.cardboard-empty {
  position: absolute;
  display: block;
  top: 35%;
  left: 40%;
  color: #999;
  text-align: center;
}
.cardboard-empty .icon {
  margin-left: 10px;
}
.cardboard-header {
  position: fixed;
  top: 5em;
  left: 50%;
  margin-left: 36px;
  width: 300px;
  height: 45px;
  padding: 2px;
  color: #444;
  background-color: #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1100;
  opacity: .7;
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  border: 1px solid #666;
}
.card-header:hover {
  text-decoration: underline;
  opacity: 1;
}
.recommendation {
  border-left: 1px solid #ddd;
}
.recommendation-context {
  padding-top: 26px;
  padding-left: 25px;
}
.subscribe-header {
  height: 50px;
}
.subscribe-search {
  width: 375px;
}
.trigger-template {
  float: right;
  margin-top: 26px;
}
.trigger-privacy {
  display: block;
  line-height: 22px;
}
.trigger-subscribe-table.table > tbody > tr > td {
  vertical-align: middle;
}
.trigger-subscribe-table.table > tbody > tr > td:first-child > .label {
  max-width: 240px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trigger-subscribe-label {
  font-size: 13px;
  margin-top: 2px;
}
.trigger-designer > ul > li {
  display: flex;
  padding: 0;
}
.trigger-designer > ul > li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.trigger-designer > ul > li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.trigger-designer li > .pull-left {
  flex: 0 0 160px;
  font-weight: 600;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.trigger-designer li > .pull-right {
  flex-grow: 1;
  padding: 30px;
}
.action-list-table-cell-muted {
  width: 150px;
  color: #999;
  padding-left: 0;
}
.action-list-table-cell-value {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-recommended {
  top: 21%;
  right: 6%;
}
.modal-help-text {
  margin-top: 0px;
  padding-left: 220px;
}
.wrapper.related-requests-slidein-wrapper-shown {
  overflow: hidden;
}
.related-requests-slidein-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: -o-calc(100% - 400px);
  z-index: 1000000;
  background-color: rgba(39, 48, 61, 0.8);
  left: 400px;
  opacity: 0.0;
}
.related-requests-slidein-wrapper.slidein {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 1;
  left: 0px;
  width: 100%;
}
.related-requests-slidein-wrapper .related-requests-slidein-shadow {
  background: linear-gradient(to right, transparent, white);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
}
.related-requests-slidein-wrapper .related-requests-slidein-content,
.related-requests-slidein-wrapper .related-requests-slidein-card {
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 10px 30px 10px 15px;
}
.related-requests-slidein-wrapper .related-requests-slidein-card {
  left: 300px;
  width: calc((100% - 300px) / 3);
  width: -moz-calc((100% - 300px) / 3);
  width: -webkit-calc((100% - 300px) / 3);
  width: -o-calc((100% - 300px) / 3);
  border-left: 1px solid #ddd;
  overflow: auto;
}
.related-requests-slidein-wrapper .related-requests-slidein-card .related-requests-slidein-nav {
  line-height: 30px;
  margin-bottom: 10px;
}
.related-requests-slidein-wrapper .related-requests-slidein-card .related-requests-slidein-nav:before,
.related-requests-slidein-wrapper .related-requests-slidein-card .related-requests-slidein-nav:after {
  content: " ";
  display: table;
}
.related-requests-slidein-wrapper .related-requests-slidein-card .related-requests-slidein-nav:after {
  clear: both;
}
.related-requests-slidein-wrapper .related-requests-slidein-card .related-requests-slidein-nav:before,
.related-requests-slidein-wrapper .related-requests-slidein-card .related-requests-slidein-nav:after {
  content: " ";
  display: table;
}
.related-requests-slidein-wrapper .related-requests-slidein-card .related-requests-slidein-nav:after {
  clear: both;
}
.related-requests-slidein-wrapper .related-requests-slidein-content {
  left: calc((100% - 300px) / 3 + 300px);
  left: -moz-calc((100% - 300px) / 3 + 300px);
  left: -webkit-calc((100% - 300px) / 3 + 300px);
  left: -o-calc((100% - 300px) / 3 + 300px);
  right: 0;
  border-left: 1px solid #ddd;
  overflow: auto;
}
.related-requests-slidein-wrapper .first-time-right {
  display: block !important;
  margin-top: 10px;
}
.related-requests-slidein-wrapper .first-time-right textarea {
  height: 60px;
}
.related-requests-slidein-wrapper .avatar {
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
.related-requests-slidein-wrapper .dropdown-menu {
  top: auto;
}
.related-requests-slidein-wrapper .dropdown-animated {
  display: inline-block;
}
.widget-card-content .auto-task-creation {
  margin-top: 5px;
}
.widget-card-content .auto-task-creation .note-row {
  line-height: 26px;
  vertical-align: middle;
}
.widget-card-content .auto-task-creation .note-row .pull-left .icon {
  margin-right: 5px;
  opacity: 0.7;
}
.widget-card-content .auto-task-creation-multiple span.add-task {
  font-size: 11px;
  float: right;
  cursor: pointer;
  color: #3498DB;
  padding-top: 5px;
}
.widget-card-content .first-time-right-resolutions {
  opacity: 0.3;
  margin-top: 10px;
}
.widget-card-content .first-time-right-resolutions.selected {
  opacity: 1.0;
}
.widget-card-content .first-time-right-resolutions .curated-answer {
  text-align: center;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.widget-card-content .first-time-right-resolutions .curated-answer .fa-icon {
  font-size: 20px;
  margin-top: 3px;
  color: #F1C40F;
  vertical-align: middle;
}
.widget-card-content .first-time-right-resolutions .curated-answer-user-info {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  vertical-align: middle;
}
.widget-card-content .first-time-right-resolutions .curated-answer img {
  width: 40px;
  height: 40px;
}
.widget-card-content .first-time-right-resolutions .first-time-right-resolutions-title {
  font-weight: 600;
}
.widget-card-content .first-time-right-resolutions .first-time-right-resolutions-why a {
  color: #3498DB;
}
.widget-card-content .first-time-right-resolutions .first-time-right-resolutions-why a span.fa {
  margin-left: 5px;
}
.widget-card-content .first-time-right-resolutions .first-time-right-resolution {
  margin-top: 5px;
}
.input-info-wrapper {
  position: relative;
}
.input-info-wrapper .form-control {
  padding-right: 37.5px;
}
.input-info-wrapper select {
  width: calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -o-calc(100% - 40px);
}
.input-info-indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
  font-size: 13px;
  color: #ccc;
  pointer-events: auto;
  cursor: help;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.input-info-indicator:before {
  content: "\f059";
}
.input-info-indicator:hover {
  color: #999;
}
.input-info-tooltip {
  text-align: left;
}
.cpy-complex-filter {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cpy-complex-filter > .list-group,
.cpy-complex-filter > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.cpy-complex-filter > .list-group .list-group-item,
.cpy-complex-filter > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.cpy-complex-filter > .list-group:first-child .list-group-item:first-child,
.cpy-complex-filter > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.cpy-complex-filter > .list-group:last-child .list-group-item:last-child,
.cpy-complex-filter > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.cpy-complex-filter > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cpy-complex-filter > .table,
.cpy-complex-filter > .table-responsive > .table,
.cpy-complex-filter > .panel-collapse > .table {
  margin-bottom: 0;
}
.cpy-complex-filter > .table caption,
.cpy-complex-filter > .table-responsive > .table caption,
.cpy-complex-filter > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.cpy-complex-filter > .table:first-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.cpy-complex-filter > .table:first-child > thead:first-child > tr:first-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.cpy-complex-filter > .table:first-child > tbody:first-child > tr:first-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.cpy-complex-filter > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cpy-complex-filter > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cpy-complex-filter > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cpy-complex-filter > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.cpy-complex-filter > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cpy-complex-filter > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cpy-complex-filter > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cpy-complex-filter > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.cpy-complex-filter > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.cpy-complex-filter > .table:last-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.cpy-complex-filter > .table:last-child > tbody:last-child > tr:last-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.cpy-complex-filter > .table:last-child > tfoot:last-child > tr:last-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.cpy-complex-filter > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cpy-complex-filter > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cpy-complex-filter > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cpy-complex-filter > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.cpy-complex-filter > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cpy-complex-filter > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cpy-complex-filter > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cpy-complex-filter > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cpy-complex-filter > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.cpy-complex-filter > .panel-body + .table,
.cpy-complex-filter > .panel-body + .table-responsive,
.cpy-complex-filter > .table + .panel-body,
.cpy-complex-filter > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.cpy-complex-filter > .table > tbody:first-child > tr:first-child th,
.cpy-complex-filter > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.cpy-complex-filter > .table-bordered,
.cpy-complex-filter > .table-responsive > .table-bordered {
  border: 0;
}
.cpy-complex-filter > .table-bordered > thead > tr > th:first-child,
.cpy-complex-filter > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cpy-complex-filter > .table-bordered > tbody > tr > th:first-child,
.cpy-complex-filter > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cpy-complex-filter > .table-bordered > tfoot > tr > th:first-child,
.cpy-complex-filter > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cpy-complex-filter > .table-bordered > thead > tr > td:first-child,
.cpy-complex-filter > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cpy-complex-filter > .table-bordered > tbody > tr > td:first-child,
.cpy-complex-filter > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cpy-complex-filter > .table-bordered > tfoot > tr > td:first-child,
.cpy-complex-filter > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.cpy-complex-filter > .table-bordered > thead > tr > th:last-child,
.cpy-complex-filter > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cpy-complex-filter > .table-bordered > tbody > tr > th:last-child,
.cpy-complex-filter > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cpy-complex-filter > .table-bordered > tfoot > tr > th:last-child,
.cpy-complex-filter > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cpy-complex-filter > .table-bordered > thead > tr > td:last-child,
.cpy-complex-filter > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cpy-complex-filter > .table-bordered > tbody > tr > td:last-child,
.cpy-complex-filter > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cpy-complex-filter > .table-bordered > tfoot > tr > td:last-child,
.cpy-complex-filter > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.cpy-complex-filter > .table-bordered > thead > tr:first-child > td,
.cpy-complex-filter > .table-responsive > .table-bordered > thead > tr:first-child > td,
.cpy-complex-filter > .table-bordered > tbody > tr:first-child > td,
.cpy-complex-filter > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.cpy-complex-filter > .table-bordered > thead > tr:first-child > th,
.cpy-complex-filter > .table-responsive > .table-bordered > thead > tr:first-child > th,
.cpy-complex-filter > .table-bordered > tbody > tr:first-child > th,
.cpy-complex-filter > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.cpy-complex-filter > .table-bordered > tbody > tr:last-child > td,
.cpy-complex-filter > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cpy-complex-filter > .table-bordered > tfoot > tr:last-child > td,
.cpy-complex-filter > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cpy-complex-filter > .table-bordered > tbody > tr:last-child > th,
.cpy-complex-filter > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cpy-complex-filter > .table-bordered > tfoot > tr:last-child > th,
.cpy-complex-filter > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.cpy-complex-filter > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.cpy-complex-filter > .panel-heading {
  color: #444;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.cpy-complex-filter > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.cpy-complex-filter > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #444;
}
.cpy-complex-filter > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.cpy-complex-filter .cpy-complex-filter {
  padding-left: 30px;
}
.cpy-complex-filter .cpy-single-filter {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cpy-complex-filter .cpy-single-filter .ui-select-container {
  display: inline-block;
  vertical-align: middle;
}
.cpy-complex-filter .cpy-single-filter .ui-select-container .ui-select-toggle {
  padding-right: 30px;
}
.dashboard-filter {
  display: flex;
}
.dashboard-filter.collapse {
  max-height: 40px;
  overflow: hidden;
}
.dashboard-filter .toggle-collapse a:hover {
  color: #3498DB;
}
.dashboard-filter .toggle-collapse .icon {
  vertical-align: middle;
  font-size: 16px;
}
.dashboard-filter .btn {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition: none;
}
.dashboard-filter .multi-select,
.dashboard-filter .filter-tags,
.dashboard-filter .filter-tag,
.dashboard-filter .vertical-line {
  display: inline-block;
}
.dashboard-filter .dropdown-menu .dropdown-header {
  padding: 10px 5px;
}
.dashboard-filter .dropdown-menu .divider {
  margin: 0;
}
.dashboard-filter .dropdown-menu .check-all-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard-filter .dropdown-menu .check-all-btn .btn {
  margin-left: 5px;
}
.dashboard-filter .dropdown-menu ul {
  padding: 0;
  list-style: none;
  min-width: 210px;
  max-width: 400px;
}
.dashboard-filter .dropdown-menu ul > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
}
.dashboard-filter .dropdown-menu ul > li > a:hover,
.dashboard-filter .dropdown-menu ul > li > a:focus {
  text-decoration: none;
  outline: none;
  background-color: #fafafa;
}
.dashboard-filter .dropdown-menu ul > .active > a,
.dashboard-filter .dropdown-menu ul > .active > a:hover,
.dashboard-filter .dropdown-menu ul > .active > a:focus {
  text-decoration: none;
  outline: none;
  background-color: #fafafa;
}
.dashboard-filter .main-filter {
  margin-bottom: 10px;
  margin-right: 20px;
}
.dashboard-filter .main-filter button {
  color: #fff !important;
  background-color: #3498DB !important;
  border-color: #1d6fa5 !important;
  padding-left: 25px;
}
.dashboard-filter .main-filter button:focus,
.dashboard-filter .main-filter button.focus {
  color: #fff !important;
  background-color: #217dbb !important;
  border-color: #0a2639 !important;
}
.dashboard-filter .main-filter button:hover {
  color: #fff !important;
  background-color: #217dbb !important;
  border-color: #144c71 !important;
}
.dashboard-filter .main-filter button:active,
.dashboard-filter .main-filter button.active,
.open > .dropdown-toggle.dashboard-filter .main-filter button {
  color: #fff !important;
  background-color: #217dbb !important;
  border-color: #144c71 !important;
}
.dashboard-filter .main-filter button:active:hover,
.dashboard-filter .main-filter button.active:hover,
.open > .dropdown-toggle.dashboard-filter .main-filter button:hover,
.dashboard-filter .main-filter button:active:focus,
.dashboard-filter .main-filter button.active:focus,
.open > .dropdown-toggle.dashboard-filter .main-filter button:focus,
.dashboard-filter .main-filter button:active.focus,
.dashboard-filter .main-filter button.active.focus,
.open > .dropdown-toggle.dashboard-filter .main-filter button.focus {
  color: #fff !important;
  background-color: #1c699d !important;
  border-color: #0a2639 !important;
}
.dashboard-filter .main-filter button:active,
.dashboard-filter .main-filter button.active,
.open > .dropdown-toggle.dashboard-filter .main-filter button {
  background-image: none !important;
}
.dashboard-filter .main-filter button.disabled:hover,
.dashboard-filter .main-filter button[disabled]:hover,
fieldset[disabled] .dashboard-filter .main-filter button:hover,
.dashboard-filter .main-filter button.disabled:focus,
.dashboard-filter .main-filter button[disabled]:focus,
fieldset[disabled] .dashboard-filter .main-filter button:focus,
.dashboard-filter .main-filter button.disabled.focus,
.dashboard-filter .main-filter button[disabled].focus,
fieldset[disabled] .dashboard-filter .main-filter button.focus {
  background-color: #3498DB !important;
  border-color: #1d6fa5 !important;
}
.dashboard-filter .main-filter button .badge {
  color: #3498DB !important;
  background-color: #fff !important;
}
.dashboard-filter .main-filter button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0b0";
  position: absolute;
  top: 8px;
  left: 10px;
}
.dashboard-filter .main-filter button .caret {
  display: none;
}
.dashboard-filter .single-filter button {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-filter .single-filter button .caret {
  margin-bottom: 2px;
  margin-left: 5px;
}
.dashboard-filter .filter-tag {
  margin-bottom: 10px;
}
.dashboard-filter .filter-tag .btn-group {
  margin-right: 10px;
}
.dashboard-filter .filter-tag .btn-group.active .side-btn {
  background-color: #3498DB;
}
.dashboard-filter .filter-tag .btn-group .side-btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #eee;
}
.dashboard-filter .filter-tag .btn-group .icon {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dashboard-filter .filter-tag .btn-group .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-filter .filter-tag .multi-select .multiselect-parent {
  margin-right: 0 !important;
}
.dashboard-filter .filter-tag .multi-select .btn-default.dropdown-toggle {
  border-right-width: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-right: 0 !important;
}
.dashboard-filter .dropdown-menu .ui-select-multiple input {
  width: auto !important;
}
.dashboard-filter .panel .tabset-container {
  width: 450px;
}
.dashboard-filter .panel .tabset-container .nav-tabs {
  margin-bottom: 0;
}
.dashboard-filter .panel .tabset-container .year-item,
.dashboard-filter .panel .tabset-container .month-item,
.dashboard-filter .panel .tabset-container .week-item {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  text-transform: uppercase;
}
.dashboard-filter .panel .tabset-container .month-item,
.dashboard-filter .panel .tabset-container .week-item {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dashboard-filter .panel .tabset-container .month-item.non-selectable,
.dashboard-filter .panel .tabset-container .week-item.non-selectable {
  color: #999;
  cursor: default;
}
.dashboard-filter .panel .tabset-container .month-item:hover:not(.non-selectable),
.dashboard-filter .panel .tabset-container .week-item:hover:not(.non-selectable) {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ddd inset;
}
.dashboard-filter .panel .tabset-container .month-item.active-item,
.dashboard-filter .panel .tabset-container .week-item.active-item {
  background: #3498DB;
  color: #fff;
}
.dashboard-filter .panel .tabset-container .month-item.active-item:hover,
.dashboard-filter .panel .tabset-container .week-item.active-item:hover {
  border-radius: 0px;
  box-shadow: none;
}
.dashboard-filter .panel .confirm-btn {
  margin-top: 20px;
}
.dashboard-filter .panel .confirm-btn .btn {
  margin-left: 10px;
}
.cpy-complex-event-definition .label-wrapper {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cpy-complex-event-definition .label .fa {
  margin-left: 10px;
}
.cpy-complex-event-definition .label-paste {
  margin-left: 5px;
}
.cpy-complex-event-definition .label-paste .fa {
  margin-left: 0px;
}
.request-gantt .actions {
  padding-bottom: 5px;
}
.request-gantt .actions-left {
  float: left !important;
  float: left;
  width: calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: -o-calc(100% - 200px);
}
.request-gantt .actions-right {
  float: right !important;
  float: right;
  text-align: right;
  width: 200px;
}
.request-gantt .actions:after {
  display: block;
  content: " ";
  clear: both;
}
.gant-task-no-end .gantt-task-background {
  background-size: 45px 45px;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.gantt-side {
  width: 200px;
}
.gantt .gantt-state-ready,
.gantt .gantt-state-inprogress,
.gantt .gantt-state-pause,
.gantt .gantt-state-success {
  color: #ffffff;
}
.gantt .gantt-state-ready .gantt-task-info,
.gantt .gantt-state-inprogress .gantt-task-info,
.gantt .gantt-state-pause .gantt-task-info,
.gantt .gantt-state-success .gantt-task-info {
  color: #000000;
}
.kpi-result.overdue {
  color: #f24f48;
}
.kpi-result-card .kpi-warning:before,
.kpi-result-card .kpi-critical:before,
.kpi-result-card .kpi-overdue:before,
.kpi-result-card .kpi-warning:after,
.kpi-result-card .kpi-critical:after,
.kpi-result-card .kpi-overdue:after {
  content: " ";
  display: table;
}
.kpi-result-card .kpi-warning:after,
.kpi-result-card .kpi-critical:after,
.kpi-result-card .kpi-overdue:after {
  clear: both;
}
.kpi-result-card .kpi-warning:before,
.kpi-result-card .kpi-critical:before,
.kpi-result-card .kpi-overdue:before,
.kpi-result-card .kpi-warning:after,
.kpi-result-card .kpi-critical:after,
.kpi-result-card .kpi-overdue:after {
  content: " ";
  display: table;
}
.kpi-result-card .kpi-warning:after,
.kpi-result-card .kpi-critical:after,
.kpi-result-card .kpi-overdue:after {
  clear: both;
}
.kpi-result-card .info-text {
  line-height: 22px;
  text-decoration: underline dashed red;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-style: dashed;
  -webkit-text-decoration-color: red;
}
.field-anonymizer-config .anonymizer-constant-pick textarea {
  height: 200px;
}
.ui-select-tree .ui-select-choices-row {
  transition: background 0.1s ease, color 0.1s ease;
  background: #fff;
}
.ui-select-tree .ui-select-choices-row:hover {
  background-color: #fafafa;
  color: #3498DB;
}
.ui-select-tree .option.ui-select-choices-row-inner {
  padding: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ui-select-tree .option.ui-select-choices-row-inner div {
  padding: 5px 10px;
  position: relative;
}
.ui-select-tree .selectize-input {
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: none;
  border-color: #ddd;
}
.ui-select-tree .selectize-input:hover,
.ui-select-tree .selectize-input:focus,
.ui-select-tree .selectize-input.active {
  border-color: #ddd !important;
  background-color: #fafafa;
}
.ui-select-tree .selectize-input:after {
  right: 10px !important;
  border-width: 4.7px 4.7px 0 4.7px !important;
}
.ui-select-tree .selectize-input.selectize-focus {
  border-color: #ddd !important;
}
.ui-select-tree .selectize-dropdown {
  border-radius: 2px;
  margin-top: -4px;
  overflow: hidden;
  position: absolute;
}
.ui-select-tree .selectize-dropdown-content {
  overflow-x: auto;
  padding: 0;
}
.ui-select-tree .selectize-dropdown.group-tree .goto-child-group {
  background: none;
  border: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  transition: background .2s;
}
.ui-select-tree .selectize-dropdown.group-tree .ui-select-breadcrumbs {
  padding: 5px 10px;
  margin: 0;
  background: #fafafa;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ui-select-tree .selectize-dropdown.group-tree .ui-select-breadcrumbs:hover {
  color: #3498DB;
}
.ui-select-tree .selectize-dropdown.group-tree .ui-breadcrumb {
  font-size: 12px;
}
.related-requests-header {
  line-height: 30px;
}
.related-requests-header:before,
.related-requests-header:after {
  content: " ";
  display: table;
}
.related-requests-header:after {
  clear: both;
}
.related-requests-header:before,
.related-requests-header:after {
  content: " ";
  display: table;
}
.related-requests-header:after {
  clear: both;
}
.related-requests-header .search-override {
  width: 300px;
}
.related-requests .related-request {
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.related-requests .related-request-summary {
  padding-top: 5px;
}
.related-requests .related-request.upvoted {
  border: 1px solid #666;
}
.related-requests .related-request .action-list-table-cell-value {
  white-space: normal;
}
.related-requests .related-request .read-more,
.related-requests .related-request .read-less {
  color: #3498DB;
  cursor: pointer;
  margin-left: 5px;
}
.related-requests .related-request .read-more-expanded {
  white-space: pre-line;
}
.related-requests .related-request .show-log-entries a {
  color: #3498DB;
}
.related-requests .related-request .table-data-items {
  margin-bottom: 0;
}
.related-requests .related-request .table-log-entries .action-list-table-cell-muted {
  overflow: hidden;
  text-overflow: ellipsis;
}
span.text-read-more {
  white-space: pre-line;
}
span.text-read-more .read-more,
span.text-read-more .read-less {
  color: #3498DB;
  cursor: pointer;
  margin-left: 5px;
}
.policies-settings .nav-settings {
  background: #fff;
}
.custom-field-config textarea {
  height: 200px;
}
