/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! 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;
  }
  select {
    background: #fff !important;
  }
  .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: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #B40404;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #690202;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #666666;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #285f8f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #285f8f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 971px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1300px) {
  .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: #666666;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  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: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -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: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #387f38;
  border-color: #306d30;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #285c28;
  border-color: #1d431d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #387f38;
  border-color: #306d30;
}
.btn-success .badge {
  color: #387f38;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #C59217;
  border-color: #ae8114;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #977012;
  border-color: #77580e;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #C59217;
  border-color: #ae8114;
}
.btn-warning .badge {
  color: #C59217;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #dc0031;
  border-color: #c3002b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a90026;
  border-color: #85001e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #dc0031;
  border-color: #c3002b;
}
.btn-danger .badge {
  color: #dc0031;
  background-color: #fff;
}
.btn-link {
  color: #B40404;
  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: #690202;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #B40404;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.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: 0px 0px 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: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  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: 0px;
}
.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: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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 {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #171717;
  border-color: #060606;
}
.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: #fff;
}
.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: #060606;
}
.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: #060606;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #060606;
  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: #060606;
  }
  .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: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.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: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.navbar-user-order {
  width: fit-content;
}
.navbar-user-order a {
  padding: 0 !important;
}
.navbar-user-order a:hover,
.navbar-user-order a:focus {
  color: #333;
}
.navbar-user-order a i {
  color: #777;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #B40404;
  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: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #690202;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
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: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #285f8f;
}
.label-success {
  background-color: #387f38;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #285c28;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #C59217;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #977012;
}
.label-danger {
  background-color: #dc0031;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a90026;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #B40404;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #B40404;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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: #387f38;
}
.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: #C59217;
}
.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: #dc0031;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  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: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -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-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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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 #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #337ab7;
  border-radius: 0px;
}
.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: #337ab7;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #337ab7;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #337ab7;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #337ab7;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #337ab7;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #337ab7;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #337ab7;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #337ab7;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #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 {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical > .btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer:before,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  color: #555555;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h2 a {
  color: inherit;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}
dl {
  margin-top: 0;
}
.hidden-inline-xs {
  display: inline !important;
}
.hidden-inline-block-xs {
  display: inline-block !important;
}
.hidden-table-cell-xs {
  display: table-cell !important;
}
.visible-inline-xs {
  display: none !important;
}
input::-ms-clear {
  display: none;
}
/* Bootstrap overrides */
.tab-content > .tab-pane {
  padding-top: 10px;
}
.breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
}
.breadcrumb>.active {
  color: #555555;
}
.modal-backdrop {
  bottom: 0;
  z-index: 1034 !important;
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal {
  overflow-y: auto;
}
body.modal-open {
  margin-right: 0;
}
.popover {
  max-width: 600px;
}
.reorder-cursor {
  cursor: ns-resize;
}
span.gripper {
  height: 20px;
  min-width: 7px;
  display: block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAASCAYAAACXScT7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUwRURCNDFEMzdCMDExRTFBOEU5RDMyODU5OUFFQTZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUwRURCNDFFMzdCMDExRTFBOEU5RDMyODU5OUFFQTZEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTBFREI0MUIzN0IwMTFFMUE4RTlEMzI4NTk5QUVBNkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTBFREI0MUMzN0IwMTFFMUE4RTlEMzI4NTk5QUVBNkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5nZddPAAAAKUlEQVR42mKcOXPmfwYIYGRAALAYEwMewIKmgwHZFII6R+0cbHYCBBgAp34MAsxwMW4AAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: center;
}
.file-error {
  margin-bottom: 5px;
}
.icon-lock-sd {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzgwMTE3NDA3MjA2ODExODA4M0JGRkNGNTNERTQ5RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNTlBRjI4RDJBOEMxMUUzQjY1OEQ0ODY0RjZGNTI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNTlBRjI4QzJBOEMxMUUzQjY1OEQ0ODY0RjZGNTI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDM4MDExNzQwNzIwNjgxMTgwODNCRkZDRjUzREU0OUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTgwODNCRkZDRjUzREU0OUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5qNDnOAAABDUlEQVR42mL8//8/AwgwMjIywEB5ebklkGoFYhuo0BEgru7s7DwOUwPXh24AULM7kNoMxKxA/BOqnh2IfwOxL9CQncgGMDEgAaBmZiA1G6q5GYj5obgZKjYbqgYOWBhQgSEQywLxeaBNdUjidUCNPlB5ED6DywCQuy4C8VoGTLAW6uL/yILwMJg1a1YPkDJhIA6cSUtLK0F3QTED8cAeiEswAhEd3LlzB4zxARZcEl++fGE4f/48mC0hIcHAw8NDmgHc3NwMfHx8cDbJLvj79y/Dt2/f4GwWFuxKcYbBo0ePGP78+QPGIDYugNOAly9fgp0OwiA2yV6wtLQkKj6RXXCVhHRwFSMlkgsAAgwAZHFcnfZALIQAAAAASUVORK5CYII=');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#scrollTop {
  position: fixed;
  bottom: -35px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
}
#scrollTop.in {
  bottom: 10px;
  opacity: 1;
}
.flip-horiz {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.sr-only:focus {
  clip: auto;
  width: auto;
  height: auto;
  position: static;
  border: 1px solid #f00;
  padding: 3px;
}
.label {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.bell-height {
  height: 33px;
}
header {
  background: #171717;
}
header a {
  color: #ffffff;
}
header a:hover,
header a:focus {
  text-decoration: none;
  color: #ffffff;
}
header .app-header {
  background: #171717;
  padding-top: 5px;
  min-height: 95px;
}
header .app-header.small {
  min-height: 45px;
}
header .app-header .dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
header .app-header .dropdown-menu i[class *= 'icon-'] {
  margin-right: 10px;
}
header .app-header .logo {
  display: block;
  margin-top: 9px;
  margin-bottom: 10px;
}
header .app-header .logo h1 {
  display: inline;
  vertical-align: middle;
  margin: 0px;
  font-size: 30px;
}
header .app-header .logo h1 span {
  color: #ffffff;
}
header .app-header .bell {
  color: #fff;
}
header .app-header .well {
  background: #171717;
  border-color: #171717;
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-bottom: 0;
}
header .app-header .well .mainsearch {
  padding: 0;
  width: 100%;
}
header .app-header .well .mainsearch .catfilter {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  z-index: 1111;
  padding: 5px 10px;
}
header .app-header .well .mainsearch .catfilter > span:first-child {
  text-overflow: ellipsis;
  max-width: 150px;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
header .app-header .well .mainsearch .catfilter-menu li.active,
header .app-header .well .mainsearch .catfilter-menu li.active:hover,
header .app-header .well .mainsearch .catfilter-menu li.active:focus {
  background-color: #2879b8;
}
header .app-header .well .mainsearch .catfilter-menu li a {
  white-space: normal;
}
header .app-header .well .mainsearch .catfilter-menu i[class *= 'icon-'] {
  position: absolute;
  top: 3px;
  left: -25px;
}
header .app-header .well .mainsearch #cleartext {
  color: #999999;
  position: absolute;
  right: 61px;
  top: -1px;
  z-index: 11;
  font-size: 27px;
  cursor: pointer;
}
header .app-header .well .mainsearch .form-control,
header .app-header .well .mainsearch .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
  padding: 0 0 0 10px;
  height: 35px;
}
selectheader .app-header .well .mainsearch .form-control,
selectheader .app-header .well .mainsearch .tt-hint {
  height: 46px;
  line-height: 46px;
}
textareaheader .app-header .well .mainsearch .form-control,
textareaheader .app-header .well .mainsearch .tt-hint,
select[multiple]header .app-header .well .mainsearch .form-control,
select[multiple]header .app-header .well .mainsearch .tt-hint {
  height: auto;
}
header .app-header .well .mainsearch .btn-mainsearch {
  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: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
  color: #ffffff;
  background-color: #8e6f3e;
  border-color: #7c6136;
  padding: 5px 16px;
}
header .app-header .well .mainsearch .btn-mainsearch:focus,
header .app-header .well .mainsearch .btn-mainsearch:active:focus,
header .app-header .well .mainsearch .btn-mainsearch.active:focus,
header .app-header .well .mainsearch .btn-mainsearch.focus,
header .app-header .well .mainsearch .btn-mainsearch:active.focus,
header .app-header .well .mainsearch .btn-mainsearch.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
header .app-header .well .mainsearch .btn-mainsearch:hover,
header .app-header .well .mainsearch .btn-mainsearch:focus,
header .app-header .well .mainsearch .btn-mainsearch.focus {
  color: #333;
  text-decoration: none;
}
header .app-header .well .mainsearch .btn-mainsearch:active,
header .app-header .well .mainsearch .btn-mainsearch.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);
}
header .app-header .well .mainsearch .btn-mainsearch.disabled,
header .app-header .well .mainsearch .btn-mainsearch[disabled],
fieldset[disabled] header .app-header .well .mainsearch .btn-mainsearch {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .app-header .well .mainsearch .btn-mainsearch:hover,
header .app-header .well .mainsearch .btn-mainsearch:focus,
header .app-header .well .mainsearch .btn-mainsearch.focus,
header .app-header .well .mainsearch .btn-mainsearch:active,
header .app-header .well .mainsearch .btn-mainsearch.active,
.open > .dropdown-toggleheader .app-header .well .mainsearch .btn-mainsearch {
  color: #ffffff;
  background-color: #6b532f;
  border-color: #524024;
}
header .app-header .well .mainsearch .btn-mainsearch:active,
header .app-header .well .mainsearch .btn-mainsearch.active,
.open > .dropdown-toggleheader .app-header .well .mainsearch .btn-mainsearch {
  background-image: none;
}
header .app-header .well .mainsearch .btn-mainsearch.disabled,
header .app-header .well .mainsearch .btn-mainsearch[disabled],
fieldset[disabled] header .app-header .well .mainsearch .btn-mainsearch,
header .app-header .well .mainsearch .btn-mainsearch.disabled:hover,
header .app-header .well .mainsearch .btn-mainsearch[disabled]:hover,
fieldset[disabled] header .app-header .well .mainsearch .btn-mainsearch:hover,
header .app-header .well .mainsearch .btn-mainsearch.disabled:focus,
header .app-header .well .mainsearch .btn-mainsearch[disabled]:focus,
fieldset[disabled] header .app-header .well .mainsearch .btn-mainsearch:focus,
header .app-header .well .mainsearch .btn-mainsearch.disabled.focus,
header .app-header .well .mainsearch .btn-mainsearch[disabled].focus,
fieldset[disabled] header .app-header .well .mainsearch .btn-mainsearch.focus,
header .app-header .well .mainsearch .btn-mainsearch.disabled:active,
header .app-header .well .mainsearch .btn-mainsearch[disabled]:active,
fieldset[disabled] header .app-header .well .mainsearch .btn-mainsearch:active,
header .app-header .well .mainsearch .btn-mainsearch.disabled.active,
header .app-header .well .mainsearch .btn-mainsearch[disabled].active,
fieldset[disabled] header .app-header .well .mainsearch .btn-mainsearch.active {
  background-color: #8e6f3e;
  border-color: #7c6136;
}
header .app-header .well .mainsearch .btn-mainsearch .badge {
  color: #8e6f3e;
  background-color: #ffffff;
}
header .app-header .well .mainsearch .dropdown-menu {
  min-width: 855px;
  padding-top: 10px;
}
header .app-header .well .mainsearch .dropdown-menu > li > a {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 25px;
  position: relative;
  display: block;
}
header .app-header .well > div {
  padding-top: 7px;
}
header .app-header .well .browsecat {
  vertical-align: inherit;
  display: inline-block;
}
header .app-header .well .browsecat > a {
  white-space: nowrap;
}
header .app-header .well .browsecat .browsecat-panel {
  overflow: hidden;
}
header .app-header .well .browsecat .browsecat-panel ul {
  min-width: 913px;
  margin: 0;
  padding: 10px 0 0 0;
}
header .app-header .well .browsecat .browsecat-panel ul::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header .app-header .well .browsecat .browsecat-panel ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}
header .app-header .well .browsecat .browsecat-panel ul li a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 30px;
  position: relative;
  display: block;
}
header .app-header .well .browsecat .browsecat-panel ul li a i {
  position: absolute;
  top: -5px;
  left: -30px;
  color: #4a4a4a;
  font-size: 20px;
}
header .app-header .well .browsecat .browsecat-panel ul li.divider {
  border-bottom: solid 1px #4a4a4a;
}
header .app-header .well .text-right .dropdown {
  display: inline;
}
header .app-header .well .text-right .dropdown:nth-child(2) {
  margin-right: 10px;
}
header .app-header .well ul.dropdown-menu.checked-list li a span {
  margin-right: 30px;
}
header .app-header .well.open {
  background: -webkit-linear-gradient(#313131, #000000);
  background: -o-linear-gradient(#313131, #000000);
  background: -moz-linear-gradient(#313131, #000000);
  background: linear-gradient(#313131, #000000);
  border-color: #0a0a0a;
  margin-bottom: 0px;
}
@media (max-width: 1299px) {
  header .app-header .well .browsecat .browsecat-panel ul {
    min-width: 602px;
  }
  header .app-header .well .mainsearch .dropdown-menu {
    min-width: 602px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  header .app-header .logo {
    margin: 0;
  }
  header .app-header .logo img {
    max-height: 34px;
  }
  header .app-header .search .well {
    position: inherit;
  }
  header .app-header .search .well.well-sm {
    padding: 0px;
    background: none;
    border: none;
    margin-bottom: 0px;
  }
  header .app-header .search .well .mainsearch {
    margin-top: 6px;
  }
  header .app-header .search .well .mainsearch #cleartext {
    right: 48px;
  }
  header .app-header .search .well .mainsearch .dropdown-menu {
    min-width: 719px;
  }
  header .app-header .search .well .mainsearch .catfilter {
    padding-bottom: 4px;
  }
  header .app-header .search .well .mainsearch .form-control {
    height: 34px;
  }
  header .app-header .search .well .mainsearch .btn-mainsearch {
    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: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #8e6f3e;
    border-color: #7c6136;
    padding: 6px 12px 7px 12px;
  }
  header .app-header .search .well .mainsearch .btn-mainsearch:focus,
  header .app-header .search .well .mainsearch .btn-mainsearch:active:focus,
  header .app-header .search .well .mainsearch .btn-mainsearch.active:focus,
  header .app-header .search .well .mainsearch .btn-mainsearch.focus,
  header .app-header .search .well .mainsearch .btn-mainsearch:active.focus,
  header .app-header .search .well .mainsearch .btn-mainsearch.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  header .app-header .search .well .mainsearch .btn-mainsearch:hover,
  header .app-header .search .well .mainsearch .btn-mainsearch:focus,
  header .app-header .search .well .mainsearch .btn-mainsearch.focus {
    color: #333;
    text-decoration: none;
  }
  header .app-header .search .well .mainsearch .btn-mainsearch:active,
  header .app-header .search .well .mainsearch .btn-mainsearch.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);
  }
  header .app-header .search .well .mainsearch .btn-mainsearch.disabled,
  header .app-header .search .well .mainsearch .btn-mainsearch[disabled],
  fieldset[disabled] header .app-header .search .well .mainsearch .btn-mainsearch {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header .app-header .search .well .mainsearch .btn-mainsearch:hover,
  header .app-header .search .well .mainsearch .btn-mainsearch:focus,
  header .app-header .search .well .mainsearch .btn-mainsearch.focus,
  header .app-header .search .well .mainsearch .btn-mainsearch:active,
  header .app-header .search .well .mainsearch .btn-mainsearch.active,
  .open > .dropdown-toggleheader .app-header .search .well .mainsearch .btn-mainsearch {
    color: #ffffff;
    background-color: #6b532f;
    border-color: #524024;
  }
  header .app-header .search .well .mainsearch .btn-mainsearch:active,
  header .app-header .search .well .mainsearch .btn-mainsearch.active,
  .open > .dropdown-toggleheader .app-header .search .well .mainsearch .btn-mainsearch {
    background-image: none;
  }
  header .app-header .search .well .mainsearch .btn-mainsearch.disabled,
  header .app-header .search .well .mainsearch .btn-mainsearch[disabled],
  fieldset[disabled] header .app-header .search .well .mainsearch .btn-mainsearch,
  header .app-header .search .well .mainsearch .btn-mainsearch.disabled:hover,
  header .app-header .search .well .mainsearch .btn-mainsearch[disabled]:hover,
  fieldset[disabled] header .app-header .search .well .mainsearch .btn-mainsearch:hover,
  header .app-header .search .well .mainsearch .btn-mainsearch.disabled:focus,
  header .app-header .search .well .mainsearch .btn-mainsearch[disabled]:focus,
  fieldset[disabled] header .app-header .search .well .mainsearch .btn-mainsearch:focus,
  header .app-header .search .well .mainsearch .btn-mainsearch.disabled.focus,
  header .app-header .search .well .mainsearch .btn-mainsearch[disabled].focus,
  fieldset[disabled] header .app-header .search .well .mainsearch .btn-mainsearch.focus,
  header .app-header .search .well .mainsearch .btn-mainsearch.disabled:active,
  header .app-header .search .well .mainsearch .btn-mainsearch[disabled]:active,
  fieldset[disabled] header .app-header .search .well .mainsearch .btn-mainsearch:active,
  header .app-header .search .well .mainsearch .btn-mainsearch.disabled.active,
  header .app-header .search .well .mainsearch .btn-mainsearch[disabled].active,
  fieldset[disabled] header .app-header .search .well .mainsearch .btn-mainsearch.active {
    background-color: #8e6f3e;
    border-color: #7c6136;
  }
  header .app-header .search .well .mainsearch .btn-mainsearch .badge {
    color: #8e6f3e;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  header .app-header .well .input-group.mainsearch .dropdown-menu {
    min-width: 305px;
  }
}
.main-content {
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 25px;
  flex: 1 0 auto;
}
@media (min-width:768px) {
  .sidebar-container-pub {
    margin-right: 0px;
  }
}
.main-content ul.breadcrumb {
  margin-bottom: 0;
}
.gray-bg {
  background-color: #EBEBEB;
}
form {
  padding-bottom: 15px;
}
.modal-body form {
  padding-bottom: 0;
}
h2 {
  margin-top: 0;
  color: #555;
}
.category {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
}
.category h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.search-empty {
  margin-top: 20px;
  display: block;
  color: #555555;
}
@media (max-width:767px) {
  h3.category-no-border {
    border-bottom: 0px;
  }
  .main-content {
    width: 100%;
  }
}
h3.category .btn-default {
  color: #555;
}
h3.category select.pull-right {
  width: auto;
}
.task-collection + .task-collection {
  padding-top: 20px;
}
footer {
  margin-top: 15px;
}
.modal-checkbox {
  padding-top: 10px;
}
.publishing > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.publishing > div .task {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  white-space: normal;
  width: 300px;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #ccc;
  color: #000;
  text-decoration: none;
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
}
.publishing > div .task:hover {
  background-color: #eee;
}
.publishing > div .task h4 {
  display: block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  color: #555555;
}
.publishing > div .task i {
  vertical-align: top;
  margin-right: 8px;
  font-size: 2.5em;
}
.publishing > div .task .badge {
  position: absolute;
  top: -5px;
  right: -8px;
  background-color: #dc0031;
}
.group-flex {
  display: flex;
}
.group-flex .label-flex {
  order: -1;
}
.group-flex .info-button {
  order: -1;
  margin-left: auto;
  border: none;
  background: none;
  align-self: flex-start;
  padding: 0px;
}
#taskForm .contactInfo {
  border: none;
  position: absolute;
  top: 0;
  right: 8px;
  background-color: transparent;
  display: block;
}
@media (max-width: 991px) {
  #taskForm .contactInfo {
    right: 0;
  }
}
.task6 div.task-unavailable {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 75px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 11;
}
option.unavailable {
  color: #dc0031;
  text-decoration: line-through;
}
.editTaskActiveContent {
  padding-left: 15px;
  top: 7px;
}
.inline-icon {
  border: none;
  margin-left: -4px;
  background: none;
  align-self: flex-start;
  padding: 0px;
}
.legend-inline-icon {
  font-size: medium;
  vertical-align: text-bottom;
}
.icon-image-selector .dropdown-toggle {
  border: 1px solid #ccc;
  text-align: left;
  color: #555555;
  height: 34px;
  width: 100%;
  background-color: #FAFAFA;
  padding-left: 0;
  /* Removes the default <select> styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Positions background arrow image */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAn0lEQVQ4je2MrQ0CMRiGnx4bINmACVjg0jADkuDAYL5TJBWoGqZAExJcL2hGuAVYANETJFcUSdP0QIC8x72/MPAzKhbW2jsw+bJpRGT6FkWchBDWQPdh/AwhbGJjFIu6rhut9QOY9xysqqo69R4AOOduZVmOlVKzJNqLyCHtF6kB0LbtFjhH1lFEdrlu9sAY03nvF8AVuHjvl7newJ94ASI4LOnS3DuLAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: right;
}
.icon-image-selector .dropdown-toggle span {
  padding-left: 12px;
}
.icon-image-selector .dropdown-menu {
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.icon-image-selector .dropdown-menu li img {
  width: 30px;
  padding: 2px;
}
.icon-image-selector .dropdown-menu li button {
  background: none;
  border: none;
  color: #555555;
  text-align: left;
  max-width: 155px;
}
@media (max-width: 991px) {
  .icon-image-selector .dropdown-menu li button {
    max-width: unset;
  }
}
.icon-image-selector img {
  padding: 5px;
}
.taskList {
  overflow: hidden;
  position: relative;
}
.video-thumb-overlay {
  position: absolute;
  font-family: 'fontello';
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 36px;
  text-align: center;
  padding-top: 25%;
}
.video-thumb-overlay:before {
  content: '\e810';
}
.ui-sortable-placeholder {
  visibility: visible !important;
  background-color: transparent !important;
  border: 1px dashed red !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 5px;
}
tr.ui-sortable-placeholder {
  border: 1px double red !important;
}
[ui-sortable] {
  padding: 0;
}
[ui-sortable]:focus {
  outline: none;
}
[ui-sortable].editing .task6.taskcenter,
[ui-sortable].editing .task6.favorite-collection {
  cursor: not-allowed;
}
[ui-sortable].editing .task6.taskcenter a,
[ui-sortable].editing .task6.favorite-collection a {
  cursor: not-allowed;
}
[ui-sortable] .task6 {
  cursor: move;
  /* &:hover{
			-webkit-transform: scale(1.02);
			-moz-transform: scale(1.02);
			-ms-transform: scale(1.02);
			-o-transform: scale(1.02);
			transform: scale(1.02);
		}*/
}
[ui-sortable] .task6 a {
  cursor: move;
}
[ui-sortable] .connectorTaskSmall {
  cursor: move;
}
[ui-sortable] .connectorTaskSmall a {
  cursor: move;
}
.popover {
  border-radius: 5px;
}
.popover .popoverRatingTitle {
  color: #333;
  padding-bottom: 5px;
}
.popover .ratings-hero .rating-label {
  width: auto;
}
.popover .ratings-hero .ratings-starbars {
  margin-bottom: 5px;
}
.popover .ratings-hero .progress.star-graph {
  width: 81%;
  margin-right: 0px;
}
.popover .popoverActionTable {
  display: table;
  width: 100%;
}
.popover .popoverActionTable .leftAction {
  display: table-cell;
  vertical-align: middle;
}
.popover .popoverActionTable .rightAction {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-left: 10px;
}
.task6 {
  width: 308px;
  height: 90px;
  border: 1px solid #cccccc;
  background-color: #fff;
  margin: 0 4px 8px 4px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.task6.expanded::after {
  top: 79%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 20px;
  margin-left: -20px;
}
.task6.favorite-collection .tile-content > a .tile-header .task-title-primary {
  height: 40px;
}
.task6 a.task-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 90px;
  z-index: 10;
  text-align: center;
}
.task6 a.task-image > img {
  height: 100%;
  width: 100%;
}
.task6 button.remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
}
.task6 .tile-content {
  position: absolute;
  width: 219px;
  right: 0px;
  height: 90px;
  overflow: hidden;
}
.task6 .tile-content > a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 5px;
  padding-right: 10px;
  height: 90px;
  position: relative;
}
.task6 .tile-content > a .tile-header .task-title-primary {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  font-size: 15px;
  margin: 0px;
  max-height: 40px;
}
.task6 .tile-content > a .tile-header .task-title-secondary {
  font-size: 12px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.task6 .tile-content > a .tile-header .task-title-secondary .app-name {
  font-style: italic;
}
.task6 .tile-content > a .tile-header .task-title-secondary .market {
  color: #666666;
}
.task6 .tile-content > a .task-activecontent {
  position: absolute;
  width: 90%;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  height: 16px;
  font-style: italic;
  font-size: 12px;
  top: 51px;
}
.task6 .tile-content > a .task-activecontent span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.task6 .tile-content > a .task-activecontent .activecontent-label {
  color: #666666;
}
.task6 .tile-content .mobile-click-helper {
  display: none;
}
.task6 .tile-content .task-attributes {
  font-size: 16px;
  pointer-events: none;
}
.task6 .tile-content .task-attributes .star-bar {
  pointer-events: auto;
  background-color: transparent;
  border: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .task6 .tile-content .task-attributes .star-bar.mobile-friendly-enabled {
    left: 18px;
  }
}
.task6 .tile-content .task-attributes .star-bar .review-count {
  font-size: 12px;
  margin-left: 84px;
  color: #999999;
  position: absolute;
}
.task6 .tile-content .task-center-attributes {
  pointer-events: none;
  font-size: 16px;
}
.task6 .tile-content .tile-actions {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.task6 .tile-content .tile-actions .btn {
  padding-top: 15px;
  padding-left: 8px;
  padding-bottom: 6px;
  padding-right: 8px;
  border: none;
  height: inherit;
  background-color: transparent;
}
.task6 .tile-content .tile-actions .btn:hover {
  background-color: transparent;
  font-size: 16px;
  padding-bottom: 2px;
  padding-left: 6px;
}
.task6 .tile-content .task-attributes {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 178px;
  height: 30px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .task6 .tile-content .task-attributes {
    left: 3px;
    padding-top: 10px;
  }
}
.task6 .tile-content .task-center-attributes {
  position: absolute;
  bottom: 0px;
  left: 5px;
  width: 178px;
  height: 30px;
  padding-top: 6px;
}
.connectorTaskSmall {
  width: 308px;
  height: 41px;
  border: 1px solid #cccccc;
  background-color: #fff;
  margin: 0 4px 8px 4px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: top;
}
.connectorTaskSmall.expanded::after {
  top: 79%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 20px;
  margin-left: -20px;
}
.connectorTaskSmall.favorite-collection .tile-content > a .tile-header .task-title-primary {
  height: 40px;
}
.connectorTaskSmall a.task-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: 10;
}
.connectorTaskSmall a.task-image > img {
  height: 100%;
  max-width: 40px;
}
.connectorTaskSmall button.remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
}
.connectorTaskSmall .tile-content {
  position: relative;
  width: 250px;
  right: -50px;
  overflow: hidden;
  height: 100%;
}
.connectorTaskSmall .tile-content > a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 5px;
  padding-right: 10px;
  position: relative;
}
.connectorTaskSmall .tile-content > a .tile-header .task-title-primary {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  font-size: 15px;
  margin: 0px;
  max-height: 40px;
}
.connectorTaskSmall .tile-content > a .tile-header .task-title-secondary {
  font-size: 12px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.connectorTaskSmall .tile-content > a .tile-header .task-title-secondary .app-name {
  font-style: italic;
}
.connectorTaskSmall .tile-content > a .tile-header .task-title-secondary .market {
  color: #666666;
}
.connectorTaskSmall .tile-content > a .task-activecontent {
  position: absolute;
  width: 90%;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  height: 16px;
  font-style: italic;
  font-size: 12px;
  top: 51px;
}
.connectorTaskSmall .tile-content > a .task-activecontent span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.connectorTaskSmall .tile-content > a .task-activecontent .activecontent-label {
  color: #666666;
}
.connectorTaskSmall .tile-content .mobile-click-helper {
  display: none;
}
.connectorTaskSmall .tile-content .task-attributes {
  font-size: 16px;
  pointer-events: none;
}
.connectorTaskSmall .tile-content .task-attributes .star-bar {
  pointer-events: auto;
  background-color: transparent;
  border: none;
  padding-left: 0;
}
.connectorTaskSmall .tile-content .task-attributes .star-bar .review-count {
  font-size: 12px;
  margin-left: 84px;
  color: #999999;
}
.connectorTaskSmall .tile-content .task-center-attributes {
  pointer-events: none;
  font-size: 16px;
}
.connectorTaskSmall .tile-content .tile-actions {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.connectorTaskSmall .tile-content .tile-actions .btn {
  padding-top: 15px;
  padding-left: 12px;
  padding-bottom: 2px;
  padding-right: 12px;
  border: none;
  height: inherit;
  background-color: transparent;
}
.connectorTaskSmall .tile-content .tile-actions .btn:hover {
  background-color: transparent;
}
.connectorTaskSmall .tile-content .task-attributes {
  position: absolute;
  bottom: 0px;
  left: 5px;
  width: 178px;
  height: 30px;
  padding-top: 6px;
}
.connectorTaskSmall .tile-content .task-center-attributes {
  position: absolute;
  left: 230px;
  top: 10px;
}
@media (max-width: 991px) {
  .connectorTaskSmall .tile-content .task-center-attributes {
    left: 280px;
  }
  .connectorTaskSmall {
    width: 364px;
  }
  .connectorTaskSmall .tile-content {
    width: 310px;
  }
}
.taskDouble {
  width: 308px;
  height: 190px;
  border: 1px solid #cccccc;
  background-color: #fff;
  margin: 0 4px 8px 4px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.taskDouble.expanded::after {
  top: 79%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 20px;
  margin-left: -20px;
}
.taskDouble.favorite-collection .tile-content > a .tile-header .task-title-primary {
  height: 40px;
}
.taskDouble a.task-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 190px;
  padding-bottom: 100px;
  width: 90px;
  z-index: 10;
}
.taskDouble a.task-image > img {
  height: unset;
  width: 100%;
}
.taskDouble button.remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
}
.taskDouble .tile-content {
  position: absolute;
  width: 219px;
  right: 0px;
  height: 190px;
  overflow: hidden;
}
.taskDouble .tile-content > a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 5px;
  padding-right: 10px;
  height: 190px;
  position: relative;
}
.taskDouble .tile-content > a .tile-header .task-title-primary {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  font-size: 15px;
  margin: 0px;
  max-height: 40px;
}
.taskDouble .tile-content > a .tile-header .task-title-secondary {
  font-size: 12px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskDouble .tile-content > a .tile-header .task-title-secondary .app-name {
  font-style: italic;
}
.taskDouble .tile-content > a .tile-header .task-title-secondary .market {
  color: #666666;
}
.taskDouble .tile-content > a .task-activecontent {
  position: absolute;
  width: 90%;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  height: 100px;
  font-style: italic;
  font-size: 12px;
  top: 51px;
}
.taskDouble .tile-content > a .task-activecontent div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1px;
}
.taskDouble .tile-content > a .task-activecontent .activecontent-label {
  color: #666666;
}
.taskDouble .tile-content .mobile-click-helper {
  display: none;
}
.taskDouble .tile-content .task-attributes {
  font-size: 16px;
  pointer-events: none;
}
.taskDouble .tile-content .task-attributes .star-bar {
  pointer-events: auto;
  background-color: transparent;
  border: none;
  padding-left: 0;
}
.taskDouble .tile-content .task-attributes .star-bar .review-count {
  font-size: 12px;
  margin-left: 84px;
  color: #999999;
  position: absolute;
}
.taskDouble .tile-content .task-center-attributes {
  pointer-events: none;
  font-size: 16px;
}
.taskDouble .tile-content .tile-actions {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.taskDouble .tile-content .tile-actions .btn {
  padding-top: 15px;
  padding-left: 8px;
  padding-bottom: 6px;
  padding-right: 8px;
  border: none;
  height: inherit;
  background-color: transparent;
}
.taskDouble .tile-content .tile-actions .btn:hover {
  background-color: transparent;
  font-size: 16px;
  padding-bottom: 2px;
  padding-left: 6px;
}
.taskDouble .tile-content .task-attributes {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 178px;
  height: 30px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .taskDouble .tile-content .task-attributes {
    padding-top: 10px;
  }
}
.taskDouble .tile-content .task-center-attributes {
  position: absolute;
  bottom: 0px;
  left: 5px;
  width: 178px;
  height: 30px;
  padding-top: 6px;
}
.tab-content .tab-pane .panel-main .task6 {
  width: 100%;
}
.tab-content .tab-pane .panel-main .task6 .tile-content {
  width: 100%;
}
@media (min-width: 768px) {
  .tab-content .tab-pane .panel-main .task6 {
    width: 341px;
  }
  .tab-content .tab-pane .panel-main .task6 .tile-content {
    width: 252px;
  }
}
@media (min-width: 992px) {
  .tab-content .tab-pane .panel-main .task6 {
    width: 335px;
  }
  .tab-content .tab-pane .panel-main .task6 .tile-content {
    width: 246px;
  }
}
@media (min-width: 1300px) {
  .tab-content .tab-pane .panel-main .task6 {
    width: 292px;
  }
  .tab-content .tab-pane .panel-main .task6 .tile-content {
    width: 203px;
  }
}
.btn.favorite {
  color: #EBA2A3;
}
.collage {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAIAAAC3ytZVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRDQzI2NTc0RjhFQjExRTVCMzFDOUI3RkVERTM3N0VCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRDQzI2NTc1RjhFQjExRTVCMzFDOUI3RkVERTM3N0VCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RENDMjY1NzJGOEVCMTFFNUIzMUM5QjdGRURFMzc3RUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RENDMjY1NzNGOEVCMTFFNUIzMUM5QjdGRURFMzc3RUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5yl/OhAAAIQ0lEQVR42uxcW1LrOhA0RhA2wDf73wub4Dsr4HW5U+lK09HLI8Vywqnog4IQS6PWvGfku7e3t2nA2O/3Ly8vI2Y2gp+fn6cxY55uQ0b4J3f18/PD3+/u7taHgws0zX5xFH4Ow0928C/DBdYCBbR+f3/bT5twPozumUnY/f095/nvOJxkB+cy4TBs3s/PT2zjTERshq+vL8z2S00IDw8Ptpk+IEDk3WHof0E2ce+EQ/EGlSDUtgG8zznJz8PQEwNA9svj46N/ZhBphNlTWeYiv2DFOtlhkSkMCOLNE9CD7QDF0LQZ7HFlBJsHiNwfhn9a+6ZhYY+QF8AI9ieAAEy2EfukjkioYGFrgPeitQGTrfHx8dHBJqovSv/F3vyCDFjBdAAaX7DflXHsm9+HUSJ4Lq1hWKZYKCi2ABinW4lmGVvNgWceIwN0UgAxMznaDuz9/d1+krvx5QY4uEadRe0M7WuRheuzi92PqxEBXyjZxJf/ghh64cAzi1goIq0MAs4qSYoebNNUJbHF5qlN8IlXWOgCOAmComo9Z2i4VCj0AD3coRujc5FFTf2xyuRz+qT/cIhIhf1K9NG/wIPUJsaYTj0aaZk62d7TzT7ZZORasYj0zomdO/pRzkkUEQU3q7b5hYqqnldRck2IQJJN28Pp0mGf4HPPbJFSgLeSJR5MR5my0aA7Wj0remhOLGD56HrwcWpEc2f8iGB7FEAiolxApwHweYWFmqyVNVRXedzzEuiRyXQSgKABDLLb7aCVQBU/4VrU09n5Q2TDm6SXqtTcPqPJEyMxvizFaUTEZluM5XjgBjGjqofDyNoRAGTUGgNmXcGT9TBRhx9hCMIRXjxSTzTs5zXCZ4dhO1QB1HRBZICASJZHts6GgTLnsTcpcsPCeAp2mkyBz8FoPOkKj5zAYSwXaV1qE26AC0cnXNfYHVa8Q50zhNOkAWCFBl1EJEQSC50UwfH09BSpLl2yew+rj2wEqEiliNifhkheWEqb0dlbs4+XAiUrUDBqVBwpq7p0h81CtQSrdk4ezGmPz4x3S4howg0WvQEOTAHHCRDU3RiPVfYYclu01f1pRcQogZZVhgpO3lOdco6Y0JW+oCgRkXQ74RyBXEuwL4JIlph/swrXfSq3Gu0pTK+vrzcUfuHY7/cj5h3XdjCuVeImLDc4quPyluWqWiW8DQ3OhHUfFqu3SkxS+pyO5RhPY4ALDjjpiG53u91abuW4VgkkXNWTRr5jsYITnAycLRF1M/nQVgkenvIdPswW4RfgYPYRtDL7zBAO8oIGEg/kJaYY0SoxHVsW9HFmG9Et0QYHOQ2g4qemDIAIk8BN4jO0VWIqp6adGek5OyMFgXlAzZdgUmXOJiwu0iox+TLSGThYW9CykFZxWFghh/tp3aZVYjGn1wBH1BNCvKPyUlPrw7RJq8S0VDNmpdalO1RGQD3LUdD/MIeUamhZLlCnHqzR2ipRylFXnjIcU5HBJ1oScMHBRDuFTRvRsBn6INDV0KyL7X7ntEo0dRTQGuoukIhbJHKOlCjSh6SARxodmq6ERzwKdYNWCRX29MNF3rxAFa61ntT0iHbURutCzOughJLgUX3CktOz0Gqbdk4tRgSjWyXoMUXJ8em0Yc6+U2rIndKyk/lUcOzo20GhqCrl53QunUzR1ypBJ3BxCSiyqVp5gsONbS7DgV+MbgAJNQHUo0PGfxfN4WatElSfFT5l2Uj5fTlmSXk1Ddg0ulvcJDzRPqVo20O30CIcHkrqvulckkD1wSIzqZ5YFEdfNo3k71UufTPUkQbjaQg3HXv04Iw5idisVcLZUdbQog8f1DZA50qDbrA9+YLdaXXr8FdaJUJFYikgtmG2vrNh2JQzFJIzBlkMq66hVSJUIqiKC8D+qzOXX71VwtOcVoluXdreKCZXr1i7HtEq4bHHVH+dcKybPU/VyioKAppui8LC0HFVrRK3kvUpd/y5wvLtDv6lDW3WL7jm6+bD4YhitqhM+1e210pzLaJF/M5LQnqffcXC8jbFcCfNwZ+eYF2Pl03Op35oMZwxl/MC/pQtLCDjnPptOD2kxUr3QTq4d1AxnJeftKK8eIoh5QtiwYhbg7eo17+V1g2K4WnvAjalV9K9AT4OHyfGNCyjb5bd0Txcn7qUWBpaDK+zNv6Fg8ySPSvHquLUlLTegWCkX7/MXoJjaDG8hEWUu0CuO0v5yfsiWPVKe9eZa+I9vI6XsYwrhmuaZvFreqGyyB2TXO8v6WFG5ZTJqaXIPq4YjgS6U7L0Wm1ed6SZ4VKGLn2Pjkd9DC2GT+0Vf7B2mp0PuqWUY9NdlS6/LsIxrhieFpKdGZx02lmlQP3R2ksu5DK7X4mOK4a31i4rpzgrxupipOUZWh99y84fDe1KF61nZR4eReSMERe4T1orcDII9Jy+WUWvz5ODomI4HvEUw9fqE4qddLw7iLfXtQiMfi0SB952RnRDi+FqE5tSzVPSVxAiIwo4YORYUsnKJzjI2fE4rhgOP6K1GE6fLdJomeZLow82b5JubnUNyGDqBTqvg0bKT+dUDzVNPpUG3hvQUfEBjjBbvzYke4wGh9k8BBEMLhB98aVTHYgMKoavqMvzRUmysRpnpdUUgSoRQwQug6fqs24xPBtGMv7SFyVlXe3ow1DHO73PztIZEcHePCH/NsVwkB3FcvQD6/Xw0MqHJUTUQC5GWUOL4dkqrOctWVNfFU6liW8xceY+NiiGMwpFgmY6thOuUFioI2JLGiK2vTQh4Df+qxfDyQ4wBU0OdDjnEDQz0refocVwfQ/Umi/3rSNytWFLB1Vh+yWvedxqtCfjfwEGAAQlv2a9RBDsAAAAAElFTkSuQmCC');
  height: 90px;
  width: 90px;
  overflow: hidden;
  position: relative;
  background-color: #ebebeb;
}
.collage img {
  display: inline-block;
  height: 31px;
  width: 31px;
  border: 1px solid #cccccc;
  margin: -1px 0 0 -1px;
  position: absolute;
}
.collage img:first-child,
.collage img:nth-child(2),
.collage img:nth-child(3) {
  border-top: none;
  top: 1px;
}
.collage img:nth-child(4),
.collage img:nth-child(5),
.collage img:nth-child(6) {
  top: 31px;
  height: 30px;
}
.collage img:nth-child(7),
.collage img:nth-child(8),
.collage img:nth-child(9) {
  border-bottom: none;
  top: 60px;
}
.collage img:first-child,
.collage img:nth-child(4),
.collage img:nth-child(7) {
  border-left: none;
  left: 1px;
}
.collage img:nth-child(2),
.collage img:nth-child(5),
.collage img:nth-child(8) {
  left: 31px;
  width: 30px;
}
.collage img:nth-child(3),
.collage img:nth-child(6),
.collage img:nth-child(9) {
  left: 60px;
}
@media (max-width: 1299px) {
  .task6 {
    width: 311px;
  }
  .task6 .tile-content {
    width: 222px;
  }
  .task6 .tile-content > a .tile-header .task-title-primary {
    font-size: 14px;
  }
  .connectorTaskSmall {
    width: 311px;
  }
}
@media (max-width: 991px) {
  .task6 {
    width: 364px;
  }
  .task6 .tile-content {
    width: 276px;
  }
  .connectorTaskSmall {
    width: 364px;
  }
}
@media (max-width: 767px) {
  .sortable .task6 .task-image:before {
    position: absolute;
    color: #FFFFFF;
    font-family: 'fontello';
    content: '\ebca';
    left: 29px;
    font-size: 58px;
    top: 4px;
    z-index: 15;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.72);
  }
  .sortable .task6 .task-image img {
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .sortable .task6 .tile-content .task-attributes {
    display: none;
  }
  .sortable .connectorTaskSmall .task-image:before {
    position: absolute;
    color: #FFFFFF;
    font-family: 'fontello';
    content: '\ebca';
    left: 18px;
    font-size: 27px;
    top: 2px;
    z-index: 15;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.72);
  }
  .sortable .connectorTaskSmall .task-image img {
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .sortable .connectorTaskSmall .tile-content .task-attributes {
    display: none;
  }
  .sortable.editing .task6.taskcenter .task-image:before,
  .sortable.editing .task6.favorite-collection .task-image:before {
    content: '';
  }
  .task6 {
    width: calc(100% - 6px);
    margin-right: 0;
  }
  .task6 .tile-content {
    width: calc(100% - 90px);
    left: 90px;
  }
  .task6 .tile-actions {
    top: 52px;
  }
  .task6 .mobileview {
    top: 12px;
    position: absolute;
  }
  .task6 .mobileview.not-mobile i:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 19px;
    left: 0px;
    top: 9px;
    background: red;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .taskDouble .tile-actions {
    top: 150px;
  }
  .connectorTaskSmall {
    width: calc(100% - 6px);
  }
  .connectorTaskSmall .tile-content {
    width: 100%;
  }
  .connectorTaskSmall .tile-content .task-center-attributes {
    position: absolute;
    bottom: 0px;
    right: 60px;
    height: 30px;
  }
  .video-thumb-overlay {
    padding-top: 15%;
  }
}
.expander {
  font-size: medium;
  /* for IE */
  font-size: initial;
  float: left;
  background-color: #ddd;
  width: calc(100% + 30px);
  margin: 10px -15px;
  padding: 15px;
}
.expander .collection-title {
  height: 28px;
  margin-bottom: 10px;
}
.expander .collection-title span {
  display: block;
}
.expander .collection-title span.hover {
  margin-top: 5px;
}
.expander .collection-title span.hover i {
  display: none;
  font-size: 14px;
  margin-left: 3px;
}
.expander .collection-title span.hover:hover {
  text-decoration: underline;
  color: #B40404;
}
.expander .collection-title span.hover:hover i {
  display: inline-block;
}
.expander .collection-title span.edit input {
  max-width: 300px;
  display: inline-block;
}
.expander .collection-title span.edit span {
  display: inline-block;
}
.expander .sortable {
  min-height: 100px;
}
.collDiv {
  line-height: 1.52857;
  border-right: 2px solid #ccc;
  margin: 0px 10px 0px 9px;
}
@media (max-width: 767px) {
  .expander {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
  }
  .expander .sortable {
    min-height: 72px;
  }
  .collDiv {
    margin: 0px 15px 0px 10px;
  }
}
.btn-task-collection {
  vertical-align: top;
  margin-top: 1px;
}
.connectorAnnouncementIcon {
  max-height: 20px;
  box-sizing: content-box;
  position: relative;
  top: -15px;
}
.connectorAnnouncementBadge {
  vertical-align: top;
}
.settingsIcon a {
  color: inherit;
}
.settingsIcon a:hover {
  color: inherit;
  text-decoration: none !important;
}
.settingsIconSize {
  font-size: 20px;
}
.contactName {
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.bookmarkIcon i {
  padding-left: 5px;
  padding-right: 6px;
}
.bookmarkIcon img {
  margin-top: -6px;
}
.google-map {
  position: relative;
  overflow: hidden;
  height: 400px;
}
@media (min-width: 991px) {
  .google-map {
    float: right !important;
    top: -9px;
    height: 850px;
    right: 7px;
    left: 5px;
  }
}
.google-maps-row {
  padding: 7px;
}
@media (min-width: 991px) {
  .google-maps-row {
    float: right !important;
    height: 0;
  }
}
@media (max-width: 991px) {
  .google-map-task-store {
    padding-top: 9px;
  }
}
@media (min-width: 991px) {
  .google-map-main-content {
    width: 100%;
  }
}
.task-store-collection {
  margin-left: 5px;
  margin-right: 5px;
}
.simple-main-page {
  background: linear-gradient(#313131, #000000);
}
.simple-main-page header {
  background: transparent;
  position: absolute;
  top: 250px;
  width: 100%;
}
.simple-main-page header .pull-right {
  margin-top: -230px;
  margin-right: 10px;
}
.simple-main-page header .btn-link {
  color: #ffffff;
}
.simple-main-page header .brand {
  margin: auto;
  display: table;
}
.simple-main-page header .brand .logo img {
  max-height: 110px;
}
@media (max-width: 991px) {
  .simple-main-page header .brand .logo img {
    max-height: 60px;
  }
}
.simple-main-page header .container {
  width: 95%;
}
@media (min-width: 991px) {
  .simple-main-page header .container {
    width: 913px;
  }
}
@media (min-width: 991px) {
  .simple-main-page header .browsecat {
    width: 913px;
  }
}
.simple-main-page header h1 {
  text-align: center;
}
.mobile-only {
  margin-left: -4px;
  margin-right: -4px;
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.loader-container {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #999999;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section-header {
  width: 1200px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .collection {
    margin-left: 0 !important;
  }
}
.section-background {
  background-color: #e1e1e1;
  border: solid #dedede;
  margin: 20px 0 0 -20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .section-background {
    margin: unset;
    padding: 0 15px 0 0;
  }
}
@media (max-width: 991px) {
  .section-background {
    margin: 0 -20px 0 -20px;
    padding-left: 15px;
  }
}
@media (max-width: 1299px) {
  .section-background {
    margin: 20px -20px 0 -10px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
}
.star-bar:focus {
  outline: thin dotted;
}
.scroll-to-top-btn {
  z-index: 10;
}
.checklist-progress div {
  width: 100%;
  background-color: #ebebeb;
}
.checklist-progress div div {
  height: 4px;
  background-color: #337ab7;
}
.sidenav {
  height: 100%;
  width: 480px;
  position: fixed;
  z-index: 101;
  top: 0;
  right: -1000px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .sidenav {
    width: 100%;
  }
}
.sidenav h4 {
  padding: 8px;
}
.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  color: #555555;
  display: inline-block;
  transition: 0.3s;
  margin: 10px 5px 10px 32px;
}
.sidenav a:hover {
  color: #333333;
}
.sidenav-card {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 8px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
.sidenav-card:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.sidenav .sidenav-close {
  font-size: 36px;
  box-shadow: none;
  margin: 0;
  margin-top: -20px;
  color: #171717;
}
.widget-title {
  background: #dc0031;
  padding-bottom: 18px;
  padding-top: 18px;
}
.widget-title p {
  display: inline;
  font-size: 19px;
  padding-left: 24px;
  color: #171717;
}
.widget-title span {
  font-size: 19px;
  cursor: pointer;
  color: #171717;
}
.widget-title span:hover {
  color: #333333;
  transition: 0.3s;
}
.widget-title i {
  outline: none;
}
.widget-section {
  border: 3px solid #dc0031;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 4px;
  color: #dc0031;
  display: inline-block;
  margin-left: 14px;
  margin-top: 14px;
  cursor: pointer;
  outline: none;
}
.widget-section i {
  font-size: 24px;
}
.widget-section:hover {
  color: #171717;
  background: #dc0031;
  transition: 0.3s;
}
.widget-section-selected {
  color: #171717;
  background: #dc0031;
  transition: 0.3s;
}
.drive-card-ms {
  font-weight: bold;
  position: absolute;
}
.custom-fi {
  display: inline-block;
  margin: 10px -20px 5px 20px;
}
.drive-card-g {
  margin: 10px 5px 10px 10px !important;
}
.drive-card-g img:nth-child(1) {
  display: inline-block;
}
.drive-card-g span:nth-child(2) {
  font-weight: bold;
}
.drive-card-g div:nth-child(3) {
  padding-top: 5px;
  font-style: italic;
  font-weight: 100;
  font-size: small;
}
.drive-card-g div:nth-child(4) {
  font-style: italic;
  font-weight: 100;
  font-size: small;
}
.calendar-card-header {
  padding: 0 8px 8px;
}
.calendar-card {
  padding: 10px;
}
.calendar-card div:nth-child(1) {
  padding: 5px;
  font-weight: bold;
}
.calendar-card div:nth-child(2) {
  padding: 5px;
  font-weight: bold;
  font-size: large;
}
.calendar-card div:nth-child(3) {
  padding: 5px;
}
.email-card {
  padding: 0 !important;
  margin: 10px 5px 10px 15px !important;
}
.email-card span:nth-child(1) {
  padding-left: 4px;
  color: #dc0031;
}
.email-card span:nth-child(2) {
  padding: 5px;
  font-weight: bold;
  font-size: larger;
}
.email-card div:nth-child(3) {
  padding: 5px 5px 5px 0;
  font-weight: bold;
  font-style: italic;
}
.email-card div:nth-child(4) {
  padding: 5px;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
}
.animated-fadeout {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.anim-heading {
  height: 38px;
  width: 100%;
  margin-top: 12px;
}
.anim-drive-ms {
  height: 56px;
}
.anim-drive-ms div:nth-child(1) {
  height: 36px;
  width: 28px;
  top: 10px;
  left: 22px;
}
.anim-drive-ms div:nth-child(2) {
  height: 20px;
  width: 366px;
  top: -18px;
  left: 72px;
}
.anim-drive-g {
  height: 56px;
}
.anim-drive-g div:nth-child(1) {
  height: 16px;
  width: 16px;
  top: 20px;
  left: 20px;
}
.anim-drive-g div:nth-child(2) {
  height: 15px;
  width: 396px;
  top: 4px;
  left: 46px;
}
.anim-calendar-header {
  height: 333px;
}
.anim-calendar-header h3 {
  height: 46px;
}
.anim-calendar {
  height: 130px;
}
.anim-calendar div:nth-child(1) {
  height: 18px;
  width: 50%;
  top: 20px;
  left: 20px;
}
.anim-calendar div:nth-child(2) {
  height: 25px;
  width: 75%;
  top: 35px;
  left: 20px;
}
.anim-calendar div:nth-child(3) {
  height: 18px;
  width: 407px;
  top: 51px;
  left: 20px;
}
.anim-email {
  height: 130px;
}
.anim-email div:nth-child(1) {
  height: 25px;
  width: 422px;
  top: 18px;
  left: 20px;
}
.anim-email div:nth-child(2) {
  height: 18px;
  width: 60%;
  top: 30px;
  left: 20px;
}
.anim-email div:nth-child(3) {
  height: 13px;
  width: 422px;
  top: 41px;
  left: 20px;
}
.anim-email div:nth-child(4) {
  height: 13px;
  width: 80%;
  top: 46px;
  left: 20px;
}
.widget-list {
  list-style: none outside none;
  display: flex;
}
.widget-item {
  border: 3px solid #dc0031;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 4px;
  color: #dc0031;
  display: inline-block;
  margin-left: 14px;
  margin-top: 14px;
  cursor: move;
  outline: none;
}
.widget-item i {
  font-size: 24px;
}
.widget-item:hover {
  color: #171717;
  background: #dc0031;
}
.widget-item-disabled {
  border: 3px solid #666666;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 4px;
  color: #666666;
  display: inline-block;
  margin-left: 14px;
  margin-top: 14px;
  cursor: move;
  outline: none;
}
.widget-item-disabled i {
  font-size: 24px;
}
.widget-item-disabled:hover {
  color: #171717;
  background: #666666;
}
.counter-container {
  position: relative;
}
.counter-container > span {
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.counter-container input:focus~span,
.counter-container textarea:focus~span {
  opacity: 1;
}
.ratings .icon-star {
  color: #FFA500;
}
.ratings .icon-star-empty {
  color: #BFBFBF;
}
.ratings .icon-star-empty:before {
  content: '\e809';
}
.ratings-hero .progress.star-graph {
  display: inline-block;
  height: 5px;
  margin-bottom: 2px;
  margin-right: 40px;
  width: 150px;
}
.ratings-hero .ratings-overview {
  font-size: 32px;
}
.ratings-hero .ratings-count {
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.ratings-hero .rating-label {
  display: inline-block;
  font-size: 12px;
  width: 50px;
}
@media (max-width: 1299px) {
  .ratings-hero .progress.star-graph {
    width: 138px;
    margin-right: 10px;
  }
  .ratings-hero .ratings-overview {
    font-size: 26px;
  }
}
@media (max-width:991px) {
  .ratings-hero .progress.star-graph {
    width: 100px;
    margin-right: 0px;
  }
  .ratings-hero .ratings-overview {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ratings-hero .progress.star-graph {
    width: 200px;
    margin-right: 0px;
  }
  .ratings-hero .ratings-overview {
    font-size: 34px;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
.app-header .pull-right .bell {
  float: left;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.no-wrap {
  white-space: nowrap;
  display: inline-block;
}
.container-badge {
  position: absolute;
  top: -8px;
  right: -5px;
  /*z-index: 15;*/
}
.container-badge .badge {
  background: red;
  border: solid 1px #AC0002;
  font-size: 10px;
  padding: 3px 5px;
  min-width: 17px;
  -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
  -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
  box-shadow: 0px 0px 0px 1px #ebebeb;
}
.announcement {
  border: solid 1px orange;
}
.announcement > .sd-modal-visual {
  width: 1%;
  border-right: none;
}
.announcement > .sd-modal-content .category {
  margin: 0 0 10px 0;
}
.announcement > .sd-modal-content .category h3 {
  padding: 0px;
  margin: 0;
  color: #555;
}
.announcement > .sd-modal-content .category button#manageAnnouncements,
.announcement > .sd-modal-content .category button#dismissAll {
  float: right;
  white-space: normal;
}
.announcement > .sd-modal-content .announcement-block {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.announcement > .sd-modal-content .announcement-block h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
}
.announcement > .sd-modal-content .announcement-block button.announcement-dismiss {
  margin-top: 10px;
  display: block;
}
.announcement > .sd-modal-content .announcement-block .announcement-body {
  line-height: 20px;
}
.announcement > .sd-modal-content .announcement-block .announcement-body p {
  margin-bottom: 0;
}
.announcement > .sd-modal-content .announcement-dismissed {
  color: #666666;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
}
.announcement > .sd-modal-content .announcement-footer {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.announcement-footer {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
}
/* Global Announcements */
@media (max-width: 767px) {
  .lSAction > a.lSPrev {
    left: 0;
  }
  .lSAction > a.lSNext {
    left: 40px;
  }
  .lSAction > .lSPrev,
  .lSAction > .lSNext {
    display: block;
    font-size: 28px;
    color: black;
    position: absolute;
    margin-top: 58px;
  }
}
.lSAction > .lSPrev,
.lSAction > .lSNext {
  display: block;
  font-size: 28px;
  color: black;
}
.lSAction > .lSPrev {
  left: -25px;
}
.lSAction > .lSNext {
  right: -25px;
}
.lSAction > a {
  background-image: none;
  top: 45%;
}
.global-announcements {
  background-color: #fff;
}
.global-announcements .container {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 175px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  white-space: nowrap;
}
.global-announcements .container ul {
  margin: 0px auto;
  height: 140px;
  overflow: hidden;
}
.global-announcements .container ul.single {
  padding-left: 0;
}
.global-announcements .container ul.single li {
  width: 100%;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1300px) {
  .global-announcements .container ul.single li {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .global-announcements .container ul.single li {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .global-announcements .container ul.single li {
    width: 80%;
  }
}
.global-announcements .container ul.single li li {
  display: list-item !important;
}
.global-announcements .container .view-all {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-style: italic;
}
.global-announcements .container .message-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.global-announcements .container.preview-width {
  width: 445.5px;
}
.global-announcement {
  height: 125px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  margin-top: 5px;
  border: 1px solid #EBEBEB;
  background: white;
  white-space: normal;
}
.global-announcement .ga-header {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
  padding: 5px 30px 5px 10px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: solid 1px #EBEBEB;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.global-announcement .ga-header .close {
  position: absolute;
  right: 10px;
  font-size: 14px;
  top: 8px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
  opacity: 1;
}
.global-announcement .ga-header.ga-color-0 {
  background-color: #BC545F;
}
.global-announcement .ga-header.ga-color-1 {
  background-color: #44AADF;
}
.global-announcement .ga-header.ga-color-2 {
  background-color: #786BC5;
}
.global-announcement .ga-header.ga-color-3 {
  background-color: #00BB9A;
}
.global-announcement .ga-header.ga-color-4 {
  background-color: #E39A41;
}
.global-announcement .ga-header.ga-color-5 {
  background-color: #60574D;
}
.global-announcement .ga-body {
  line-height: 21px;
  max-height: 92px;
  overflow: hidden;
  padding: 5px 10px 0px 10px;
}
.global-announcement .ga-body > div {
  max-height: 64px;
  overflow: hidden;
}
.global-announcement .ga-body p {
  margin: 0;
}
.global-announcement .ga-body .btn {
  padding: 0;
}
.global-announcement .ga-body a {
  color: #B40404;
}
.global-announcement-modal .modal-content {
  border: none;
}
.global-announcement-modal .modal-content .modal-header {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  /*font-size: 16px;*/
}
.global-announcement-modal .modal-content .modal-header.ga-color-0 {
  background-color: #BC545F;
}
.global-announcement-modal .modal-content .modal-header.ga-color-1 {
  background-color: #44AADF;
}
.global-announcement-modal .modal-content .modal-header.ga-color-2 {
  background-color: #786BC5;
}
.global-announcement-modal .modal-content .modal-header.ga-color-3 {
  background-color: #00BB9A;
}
.global-announcement-modal .modal-content .modal-header.ga-color-4 {
  background-color: #E39A41;
}
.global-announcement-modal .modal-content .modal-header.ga-color-5 {
  background-color: #60574D;
}
.ga-color-box {
  width: 50px;
  height: 20px;
}
.ga-color-box.ga-color-0 {
  background-color: #BC545F;
}
.ga-color-box.ga-color-1 {
  background-color: #44AADF;
}
.ga-color-box.ga-color-2 {
  background-color: #786BC5;
}
.ga-color-box.ga-color-3 {
  background-color: #00BB9A;
}
.ga-color-box.ga-color-4 {
  background-color: #E39A41;
}
.ga-color-box.ga-color-5 {
  background-color: #60574D;
}
.global-announcements-container-badge {
  color: #dc0031;
}
.global-announcements-container-badge span {
  font-size: xx-large;
}
@media (max-width: 991px) {
  .global-announcements-container-badge {
    margin-right: 47px;
    margin-top: -9px;
  }
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 10;
}
.modal-footer {
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal.modal-publishing .modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #2879B8;
  color: #FFFFFF;
}
.modal.modal-publishing .modal-header .close {
  color: #FFFFFF;
  opacity: 0.5;
  line-height: inherit;
}
.task-details .modal-header {
  background: #44697D;
  padding-top: 5px;
  padding-bottom: 5px;
}
.task-details .modal-header .modal-title {
  color: #ffffff;
}
.task-details .list-group i {
  margin-right: 5px;
  color: #20323b;
}
.sd-modal {
  border: solid 1px;
}
.sd-modal.announcement {
  border-color: #C59217;
}
.sd-modal.informational {
  border-color: #44697D;
}
.sd-modal .sd-modal-visual {
  border-right: solid 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
}
.sd-modal.announcement .sd-modal-visual {
  background: #C59217;
  border-right-color: #C59217;
}
.sd-modal.informational .sd-modal-visual {
  background: #44697D;
  border-right-color: #44697D;
}
.sd-modal .sd-modal-visual i {
  font-size: 32px;
}
.sd-modal-content {
  width: 100%;
  padding-top: 15px;
}
.sd-modal-content button.btn-more {
  margin-bottom: 10px;
}
.sd-modal.announcement .sd-modal-visual i {
  color: #ebc057;
}
.sd-modal.announcement .sd-modal-content {
  background: #fbf3e0;
}
.sd-modal.informational .sd-modal-visual i {
  color: #749db3;
}
.sd-modal.informational .sd-modal-content {
  background: #f8fafb;
}
.sd-modal-block {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.sd-modal-block h4 {
  font-size: 14px;
  margin-top: 0px;
}
.sd-modal-footer {
  padding-bottom: 10px;
  padding-top: 10px;
}
.sd-modal-dismissed {
  color: #666666;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
  display: none;
}
.blockquote-box {
  border-right: none;
  margin-bottom: 25px;
}
.blockquote-box .square {
  width: 1%;
  min-height: 0px;
  margin-right: 22px;
  text-align: center !important;
  background-color: #E6E6E6;
  padding: 0px 0;
}
.blockquote-box.blockquote-warning {
  border-color: #EEA236;
  background: #f5f5f5;
}
.blockquote-box.blockquote-warning .square {
  background-color: #FFD995;
  color: orange;
  font-size: 30px;
}
.modal-content > .container-fluid {
  padding: 0px;
}
.btn-signon {
  padding: 6px 12px;
  color: #FFF;
  border-radius: 0px;
  color: #fff;
  background-color: #387f38;
  border-color: #306d30;
}
.btn-signon:hover,
.btn-signon:focus,
.btn-signon.focus,
.btn-signon:active,
.btn-signon.active,
.open > .dropdown-toggle.btn-signon {
  color: #fff;
  background-color: #285c28;
  border-color: #1d431d;
}
.btn-signon:active,
.btn-signon.active,
.open > .dropdown-toggle.btn-signon {
  background-image: none;
}
.btn-signon.disabled,
.btn-signon[disabled],
fieldset[disabled] .btn-signon,
.btn-signon.disabled:hover,
.btn-signon[disabled]:hover,
fieldset[disabled] .btn-signon:hover,
.btn-signon.disabled:focus,
.btn-signon[disabled]:focus,
fieldset[disabled] .btn-signon:focus,
.btn-signon.disabled.focus,
.btn-signon[disabled].focus,
fieldset[disabled] .btn-signon.focus,
.btn-signon.disabled:active,
.btn-signon[disabled]:active,
fieldset[disabled] .btn-signon:active,
.btn-signon.disabled.active,
.btn-signon[disabled].active,
fieldset[disabled] .btn-signon.active {
  background-color: #387f38;
  border-color: #306d30;
}
.btn-signon .badge {
  color: #387f38;
  background-color: #fff;
}
.btn-signon:hover,
.btn-signon:visited,
.btn-signon:focus {
  color: #FFF;
  color: #fff;
  background-color: #387f38;
  border-color: #306d30;
}
.btn-signon:hover:hover,
.btn-signon:visited:hover,
.btn-signon:focus:hover,
.btn-signon:hover:focus,
.btn-signon:visited:focus,
.btn-signon:focus:focus,
.btn-signon:hover.focus,
.btn-signon:visited.focus,
.btn-signon:focus.focus,
.btn-signon:hover:active,
.btn-signon:visited:active,
.btn-signon:focus:active,
.btn-signon:hover.active,
.btn-signon:visited.active,
.btn-signon:focus.active,
.open > .dropdown-toggle.btn-signon:hover,
.open > .dropdown-toggle.btn-signon:visited,
.open > .dropdown-toggle.btn-signon:focus {
  color: #fff;
  background-color: #285c28;
  border-color: #1d431d;
}
.btn-signon:hover:active,
.btn-signon:visited:active,
.btn-signon:focus:active,
.btn-signon:hover.active,
.btn-signon:visited.active,
.btn-signon:focus.active,
.open > .dropdown-toggle.btn-signon:hover,
.open > .dropdown-toggle.btn-signon:visited,
.open > .dropdown-toggle.btn-signon:focus {
  background-image: none;
}
.btn-signon:hover.disabled,
.btn-signon:visited.disabled,
.btn-signon:focus.disabled,
.btn-signon:hover[disabled],
.btn-signon:visited[disabled],
.btn-signon:focus[disabled],
fieldset[disabled] .btn-signon:hover,
fieldset[disabled] .btn-signon:visited,
fieldset[disabled] .btn-signon:focus,
.btn-signon:hover.disabled:hover,
.btn-signon:visited.disabled:hover,
.btn-signon:focus.disabled:hover,
.btn-signon:hover[disabled]:hover,
.btn-signon:visited[disabled]:hover,
.btn-signon:focus[disabled]:hover,
fieldset[disabled] .btn-signon:hover:hover,
fieldset[disabled] .btn-signon:visited:hover,
fieldset[disabled] .btn-signon:focus:hover,
.btn-signon:hover.disabled:focus,
.btn-signon:visited.disabled:focus,
.btn-signon:focus.disabled:focus,
.btn-signon:hover[disabled]:focus,
.btn-signon:visited[disabled]:focus,
.btn-signon:focus[disabled]:focus,
fieldset[disabled] .btn-signon:hover:focus,
fieldset[disabled] .btn-signon:visited:focus,
fieldset[disabled] .btn-signon:focus:focus,
.btn-signon:hover.disabled.focus,
.btn-signon:visited.disabled.focus,
.btn-signon:focus.disabled.focus,
.btn-signon:hover[disabled].focus,
.btn-signon:visited[disabled].focus,
.btn-signon:focus[disabled].focus,
fieldset[disabled] .btn-signon:hover.focus,
fieldset[disabled] .btn-signon:visited.focus,
fieldset[disabled] .btn-signon:focus.focus,
.btn-signon:hover.disabled:active,
.btn-signon:visited.disabled:active,
.btn-signon:focus.disabled:active,
.btn-signon:hover[disabled]:active,
.btn-signon:visited[disabled]:active,
.btn-signon:focus[disabled]:active,
fieldset[disabled] .btn-signon:hover:active,
fieldset[disabled] .btn-signon:visited:active,
fieldset[disabled] .btn-signon:focus:active,
.btn-signon:hover.disabled.active,
.btn-signon:visited.disabled.active,
.btn-signon:focus.disabled.active,
.btn-signon:hover[disabled].active,
.btn-signon:visited[disabled].active,
.btn-signon:focus[disabled].active,
fieldset[disabled] .btn-signon:hover.active,
fieldset[disabled] .btn-signon:visited.active,
fieldset[disabled] .btn-signon:focus.active {
  background-color: #387f38;
  border-color: #306d30;
}
.btn-signon:hover .badge,
.btn-signon:visited .badge,
.btn-signon:focus .badge {
  color: #387f38;
  background-color: #fff;
}
.btn-usercontrols {
  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: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2d6da3;
  background-color: #171717;
  border: none;
}
.btn-usercontrols:focus,
.btn-usercontrols:active:focus,
.btn-usercontrols.active:focus,
.btn-usercontrols.focus,
.btn-usercontrols:active.focus,
.btn-usercontrols.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-usercontrols:hover,
.btn-usercontrols:focus,
.btn-usercontrols.focus {
  color: #333;
  text-decoration: none;
}
.btn-usercontrols:active,
.btn-usercontrols.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-usercontrols.disabled,
.btn-usercontrols[disabled],
fieldset[disabled] .btn-usercontrols {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-usercontrols:hover,
.btn-usercontrols:focus,
.btn-usercontrols.focus,
.btn-usercontrols:active,
.btn-usercontrols.active,
.open > .dropdown-toggle.btn-usercontrols {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.btn-usercontrols:active,
.btn-usercontrols.active,
.open > .dropdown-toggle.btn-usercontrols {
  background-image: none;
}
.btn-usercontrols.disabled,
.btn-usercontrols[disabled],
fieldset[disabled] .btn-usercontrols,
.btn-usercontrols.disabled:hover,
.btn-usercontrols[disabled]:hover,
fieldset[disabled] .btn-usercontrols:hover,
.btn-usercontrols.disabled:focus,
.btn-usercontrols[disabled]:focus,
fieldset[disabled] .btn-usercontrols:focus,
.btn-usercontrols.disabled.focus,
.btn-usercontrols[disabled].focus,
fieldset[disabled] .btn-usercontrols.focus,
.btn-usercontrols.disabled:active,
.btn-usercontrols[disabled]:active,
fieldset[disabled] .btn-usercontrols:active,
.btn-usercontrols.disabled.active,
.btn-usercontrols[disabled].active,
fieldset[disabled] .btn-usercontrols.active {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-usercontrols .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-usercontrols:hover,
.btn-usercontrols:visited,
.btn-usercontrols:focus {
  background-color: #171717;
}
.btn-vote {
  width: 50px;
}
.btn-vote + small {
  margin-right: 10px;
}
.btn.btn-more {
  display: block;
  margin: 0 auto 0 auto;
  width: 100px;
}
.button-list {
  overflow: auto;
  position: relative;
}
.button-list > button,
.button-list > div {
  margin-right: 10px;
  margin-bottom: 5px;
}
.button-list li {
  text-align: left;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.button-list li button {
  margin: 0;
}
.button-list p {
  margin-bottom: 2px;
  text-align: left;
}
@media (max-width: 991px) {
  .btn-responsive {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .btn-responsive {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
  }
}
.menu {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
  right: -227px;
  width: 227px;
  background-color: #171717;
  z-index: 1030;
  color: #ffffff;
  overflow: auto;
}
.menu.in {
  right: 0;
}
.menu .greeting {
  padding-left: 10px;
}
.menu .greeting > div {
  padding-top: 5px;
}
.menu .greetingname {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.menu .menu-actions {
  padding-top: 10px;
}
.menu hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #666666;
}
.menu hr.double-border {
  padding-bottom: 2px;
  border-bottom: 1px solid #666666;
  margin-top: 5px;
  margin-bottom: 5px;
}
.menu ul li:hover,
.menu .panel-heading h3:hover,
.menu .accordion-toggle:hover {
  background-color: #242424;
  color: white;
  border-color: #666666;
}
.menu .menu-row button,
.menu .menu-row a.btn {
  text-align: left;
  padding-left: 0px;
}
.menu .menu-row .panel {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.menu .menu-row .panel a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding-left: 10px;
}
.menu .menu-row .panel .panel-heading {
  background-color: transparent;
  color: #ffffff;
  border: none;
  padding: 0;
}
.menu .menu-row .panel .panel-heading .accordion-toggle {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.menu .menu-row .panel .panel-heading .accordion-toggle small,
.menu .menu-row .panel .panel-heading .accordion-toggle .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
  font-size: 75%;
}
.menu .menu-row .panel .panel-heading h3 {
  margin: 0;
  padding: 5px 0 5px 0;
}
.menu .menu-row .panel .panel-heading .accordion-toggle:after {
  font-family: 'fontello';
  content: "\e881";
  float: right;
  color: #ffffff;
}
.menu .menu-row .panel .panel-heading .accordion-toggle.collapsed:after {
  content: "\e883";
}
.menu .menu-row .panel .panel-body {
  padding: 10px 0 0 0;
}
.menu .menu-row .panel .panel-body ul {
  background-color: transparent;
}
.menu .menu-row .panel .panel-body ul li {
  border-top: 1px solid #666666;
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu .menu-row i[class *= 'icon-'] {
  margin-right: 10px;
  margin-left: 4px;
}
.btn-signin {
  color: #fff;
  background-color: #242424;
  border-color: #0f0f0f;
}
.btn-signin:hover,
.btn-signin:focus,
.btn-signin.focus,
.btn-signin:active,
.btn-signin.active,
.open > .dropdown-toggle.btn-signin {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #000000;
}
.btn-signin:active,
.btn-signin.active,
.open > .dropdown-toggle.btn-signin {
  background-image: none;
}
.btn-signin.disabled,
.btn-signin[disabled],
fieldset[disabled] .btn-signin,
.btn-signin.disabled:hover,
.btn-signin[disabled]:hover,
fieldset[disabled] .btn-signin:hover,
.btn-signin.disabled:focus,
.btn-signin[disabled]:focus,
fieldset[disabled] .btn-signin:focus,
.btn-signin.disabled.focus,
.btn-signin[disabled].focus,
fieldset[disabled] .btn-signin.focus,
.btn-signin.disabled:active,
.btn-signin[disabled]:active,
fieldset[disabled] .btn-signin:active,
.btn-signin.disabled.active,
.btn-signin[disabled].active,
fieldset[disabled] .btn-signin.active {
  background-color: #242424;
  border-color: #0f0f0f;
}
.btn-signin .badge {
  color: #242424;
  background-color: #fff;
}
.menu-overlay {
  opacity: 0.8;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1029;
  top: 0;
  left: 0;
  position: fixed;
  display: none !important;
}
@media (max-width: 991px) {
  .menu-overlay.in {
    display: block !important;
  }
}
.media-list {
  overflow: auto;
  position: relative;
}
.media-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.media-list ul li {
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.media-list img {
  width: auto !important;
  max-height: 100px;
  margin-bottom: 5px;
}
.media-list iframe,
.media-list video {
  width: auto;
  max-height: 100px;
}
.media-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}
.media-scroll a,
.media-scroll iframe,
.media-scroll video {
  width: auto;
  height: 150px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.media-scroll .media-scroll-wrap {
  float: left;
  margin-right: -30000px;
}
.media-scroll img {
  cursor: pointer;
  width: auto;
  height: 150px;
}
.permission-tree ul {
  list-style: none;
  padding-left: 0;
}
.permission-tree ul:not(:first-child) {
  border-left: 1px solid #eee;
  padding-left: 27px;
}
.permission-tree ul li {
  margin-top: 3px;
}
.dropdown.expression {
  display: inline-block;
}
.dropdown.expression button {
  padding-right: 25px;
}
.tags {
  margin-bottom: 0;
}
.tag {
  color: #333;
  font-size: 12pt;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
}
.tag:hover,
.tag:focus {
  background-color: #e6e6e6 !important;
  border-color: #adadad;
}
.compare-tags > span {
  margin-right: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
  color: #333333;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #cccccc;
  white-space: nowrap;
}
.compare-tags > span i {
  color: #999999;
}
.tags-container {
  display: flex;
  margin-bottom: 20px;
}
.tags-container .tags {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.tags-container .tags li {
  float: left;
  font-size: 11px;
  height: 20px;
  line-height: 19px;
  margin-bottom: 10px;
  position: relative;
  max-width: 100%;
}
.tags-container .tags a {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  background: #898989;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #ffffff;
  float: left;
  font-size: 11px;
  height: 20px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 0 10px 0 7px;
  position: relative;
  text-decoration: none;
  max-width: 100%;
}
.tags-container .tags a:before {
  border-color: transparent #898989 transparent transparent;
  border-style: solid;
  border: 10px solid transparent;
  content: "";
  float: left;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  border-left: 10px solid #898989;
}
.tags-container .tags a:after {
  -moz-border-radius: 2px;
  -moz-box-shadow: -1px -1px 2px #444444;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: -1px -1px 2px #444444;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: -1px -1px 2px #444444;
  content: "";
  float: left;
  height: 3px;
  position: absolute;
  right: 1px;
  top: 8px;
  width: 3px;
}
.tags-container .tags a:hover {
  background: #555555;
}
.tags-container .tags a:hover:before {
  border: 10px solid transparent;
  border-left: 10px solid #555555;
}
.tags-container .tags a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
div.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  -webkit-transition: visibility 0s 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: visibility 0s 0.25s, opacity 0.25s ease-in-out;
  -o-transition: visibility 0s 0.25s, opacity 0.25s ease-in-out;
  transition: visibility 0s 0.25s, opacity 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
div.loading span {
  color: white;
  font-weight: bold;
  position: absolute;
  top: 49%;
  left: 49%;
  z-index: 10001;
}
div.loading.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.ah-carousel {
  max-width: 800px;
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 99;
}
.ah-carousel .carousel-item {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -moz-transition: -moz-transform 1s ease, opacity 1s ease;
  -o-transition: -o-transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
}
.ah-carousel .carousel-item .focused {
  border: 1px solid #f00;
}
.ah-carousel .carousel-item img {
  width: 100%;
}
.ah-carousel .carousel-item a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.ah-carousel .carousel-item .featured-image-small {
  float: left;
  width: 22.3%;
  margin-right: 15px;
}
.ah-carousel .carousel-item img.banner-image {
  max-width: 740px;
}
.ah-carousel .carousel-item .featured-text {
  padding: 15px;
}
.ah-carousel .carousel-item .featured-text h4 {
  font-weight: bold;
}
.ah-carousel .carousel-item .featured-text p {
  margin: 0;
}
.ah-carousel .carousel-item .featured-text.single {
  padding-right: 15px;
}
.ah-carousel .carousel-item h3 {
  margin-top: 0;
}
/* fade animation */
.fade-animation.ng-enter,
.fade-animation.ng-leave,
.fade-animation.ng-hide-add,
.fade-animation.ng-hide-remove {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.fade-animation.ng-enter,
.fade-animation.ng-hide-remove {
  opacity: 0;
}
.fade-animation.ng-enter.ng-enter-active,
.fade-animation.ng-hide-remove.ng-enter-active,
.fade-animation.ng-enter.ng-hide-remove-active,
.fade-animation.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
.fade-animation.ng-leave,
.fade-animation.ng-hide-add {
  opacity: 1;
}
.fade-animation.ng-leave.ng-leave-active,
.fade-animation.ng-hide-add.ng-leave-active,
.fade-animation.ng-leave.ng-hide-add-active,
.fade-animation.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}
.fade-animation.ng-hide-add,
.fade-animation.ng-hide-remove {
  display: block !important;
}
.fade-animation.cross {
  position: absolute;
  top: 0;
  width: 100%;
}
/* slide up animation */
.slide-up-animation.ng-enter,
.slide-up-animation.ng-hide-remove,
.slide-up-animation.ng-leave,
.slide-up-animation.ng-hide-add {
  -webkit-transition: all 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  display: block !important;
  height: 100%;
  width: 100%;
}
.slide-up-animation.ng-enter,
.slide-up-animation.ng-hide-remove {
  top: 100%;
}
.slide-up-animation.ng-enter.ng-enter-active,
.slide-up-animation.ng-hide-remove.ng-hide-remove-active {
  top: 0;
}
.slide-up-animation.ng-leave,
.slide-up-animation.ng-hide-add {
  top: 0;
}
.slide-up-animation.ng-leave.ng-leave-active,
.slide-up-animation.ng-hide-add.ng-hide-add-active {
  top: -100%;
}
.collapse-animation.ng-enter,
.collapse-animation.ng-hide-remove,
.collapse-animation.ng-leave,
.collapse-animation.ng-hide-add {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.collapse-animation.browsecat-panel.ng-enter,
.collapse-animation.browsecat-panel.ng-hide-remove,
.collapse-animation.browsecat-panel.ng-leave,
.collapse-animation.browsecat-panel.ng-hide-add {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.collapse-animation.global-announcements.ng-enter,
.collapse-animation.global-announcements.ng-hide-remove,
.collapse-animation.global-announcements.ng-leave,
.collapse-animation.global-announcements.ng-hide-add {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.collapse-animation.ng-leave.ng-leave-active,
.collapse-animation.ng-hide-add.ng-hide-add-active,
.collapse-animation.ng-enter,
.collapse-animation.ng-hide-remove,
.collapse-animation.browsecat-panel.ng-leave.ng-leave-active,
.collapse-animation.browsecat-panel.ng-hide-add.ng-hide-add-active,
.collapse-animation.browsecat-panel.ng-enter,
.collapse-animation.browsecat-panel.ng-hide-remove,
.collapse-animation.global-announcements.ng-leave.ng-leave-active,
.collapse-animation.global-announcements.ng-hide-add.ng-hide-add-active,
.collapse-animation.global-announcements.ng-enter,
.collapse-animation.global-announcements.ng-hide-remove {
  max-height: 0px;
}
.collapse-animation.ng-leave,
.collapse-animation.ng-hide-add,
.collapse-animation.ng-enter.ng-enter-active,
.collapse-animation.ng-hide-remove.ng-hide-remove-active {
  max-height: 600px;
}
.collapse-animation.browsecat-panel.ng-leave,
.collapse-animation.browsecat-panel.ng-hide-add,
.collapse-animation.browsecat-panel.ng-enter.ng-enter-active,
.collapse-animation.browsecat-panel.ng-hide-remove.ng-hide-remove-active {
  max-height: 400px;
}
.collapse-animation.global-announcements.ng-leave,
.collapse-animation.global-announcements.ng-hide-add,
.collapse-animation.global-announcements.ng-enter.ng-enter-active,
.collapse-animation.global-announcements.ng-hide-remove.ng-hide-remove-active {
  max-height: 180px;
}
.release-notes {
  max-height: 255px;
  overflow-y: auto;
  line-height: 14px;
  margin-bottom: 0;
}
.release-notes ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.form-group > .release-notes ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.release-notes ul li:before {
  content: "-";
  display: block;
  float: left;
  width: 1.2em;
  font-weight: bold;
}
.form-group > .release-notes ul li:before {
  content: "";
  display: none;
}
.release-notes ul li + li {
  margin-top: 10px;
}
.release-notes ul li button {
  margin-right: 8px;
}
.sidebar-container-pub {
  background: #ebebeb;
}
.sidebar-container-pub a {
  color: #000;
  border: solid 1px #ccc;
  font-size: 1.3em;
  padding: 20px;
  list-style-type: none;
  display: block;
}
@media (max-width: 767px) {
  .sidebar-container-pub a {
    padding: 8px;
  }
}
.sidebar-container-pub a:focus {
  text-decoration: none;
}
.sidebar-container-pub a.active {
  background: #fff;
  border: solid 1px #fff;
}
.sidebar-container-pub a.inactive {
  background: #eee;
  border: solid 1px #ccc;
}
.table.settings tbody tr:first-child th {
  border-top: none;
  background-color: #eeeeee;
}
.table tbody+tbody:before {
  content: '';
  display: block;
  height: 40px;
}
.twitter-typeahead {
  display: inherit !important;
  width: 100%;
  height: 100%;
}
.twitter-typeahead span.filters {
  margin-left: 20px;
}
.twitter-typeahead p.dropdown-header {
  color: #555;
  padding: 3px 3px 10px 0;
  margin: 10px 20px 5px 20px;
  border-bottom: 1px solid #ccc;
}
.twitter-typeahead p.dropdown-header sup {
  font-weight: normal;
  font-size: 0.65em;
}
.twitter-typeahead p.dropdown-header sup a {
  color: #999;
  text-decoration: none;
}
.twitter-typeahead p.dropdown-header sup a:hover {
  color: #555;
}
.twitter-typeahead .tt-dropdown-menu {
  color: #555;
  width: 100%;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.twitter-typeahead .tt-hint {
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.twitter-typeahead .tt-query {
  background-color: #fff !important;
  margin-bottom: 0;
}
.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 3px 3px 20px;
  color: #555;
  text-decoration: none;
}
.twitter-typeahead .tt-suggestion p {
  margin: 0;
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #337ab7;
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .text-muted {
  color: #fff;
}
@media (max-width: 991px) {
  .twitter-typeahead {
    display: none !important;
  }
}
.utilities-bar {
  background-color: #171717;
}
.utilities-bar .navbar {
  border: none;
  margin-bottom: 0;
  min-height: 30px;
}
.utilities-bar .navbar .navbar-nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  border: solid 1px #ebebeb;
  border-bottom: none;
  border-top: none;
}
.utilities-bar .navbar .navbar-nav > li > a.bell {
  color: #777;
}
.utilities-bar .navbar .navbar-nav > li > a.bell.disabled {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}
.utilities-bar .navbar .navbar-nav > li > a.bell.disabled:hover,
.utilities-bar .navbar .navbar-nav > li > a.bell.disabled:focus {
  color: #ccc;
}
.utilities-bar .navbar .navbar-nav > li > a.bell:hover,
.utilities-bar .navbar .navbar-nav > li > a.bell:focus {
  color: #333;
}
.utilities-bar .navbar .navbar-nav > li > a.dropdown-toggle span.userName {
  max-width: 185px;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.utilities-bar .navbar .navbar-nav > li + li > a {
  border-left: none;
}
.utilities-bar li.signon {
  padding: 0 5px;
}
@media (min-width: 992px) {
  body[ng-app=admin] .utilities-bar,
  body[ng-app=publishing] .utilities-bar {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .utilities-bar .breadcrumb {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0px;
  }
  .utilities-bar .breadcrumb a {
    color: #fff;
  }
}
/**
 * Copyright 2014 Indiana University Research and Technology Corporation
 */
.collection {
  font-size: 0;
  margin-right: -5px;
  margin-left: -5px;
}
.collection p {
  font-size: 14px;
}
.collection .countMessage {
  color: #555555;
}
.html-description p {
  margin-bottom: 20px;
}
.colored-announcements {
  color: #555555;
}
.task-collection-color {
  color: #555555;
}
@media (min-width: 992px) {
  .tdp-social-media {
    padding-top: 10px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .tdp-social-media {
    padding-bottom: 15px;
  }
}
.tdp-social-media-icon {
  color: #000000;
  font-size: 20px;
}
.tcp-social-media {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
    max-width: none;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .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,
  .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,
  .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,
  .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 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .hidden-inline-xs,
  .hidden-table-cell-xs,
  .hidden-inline-block-xs {
    display: none !important;
  }
  .visible-inline-xs {
    display: inline !important;
  }
  body {
    padding-right: 0;
    padding-left: 0;
  }
  .sub-header {
    padding-top: 5px;
  }
  .sidebar-container {
    padding-left: 5px;
  }
  .collection {
    margin-right: 0px;
  }
  .task {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 5px;
    min-height: 45px;
  }
  .task .image {
    padding-bottom: 0;
  }
  header small {
    font-size: 16pt;
  }
  header small.searchFilterButton {
    font-size: 85%;
  }
  h1 {
    margin: 0;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  .input-append.input-block-level input {
    width: 100%;
  }
  .form-group {
    margin-bottom: 10px;
  }
  h3.category {
    /*border-bottom: none;
    padding-bottom: 0px;*/
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .task-collection {
    padding-top: 5px;
  }
  .main-content ul.breadcrumb {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
}
.task-title-primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.minititle {
  font-size: 12px;
  color: #999999;
}
.lead.text-muted.message-empty {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tcptdp-header {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.tcptdp-header .media-left img {
  margin-top: 5px;
  height: 90px;
  width: 90px;
}
.tcptdp-header .media-left .collage {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAIAAADajyQQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZDRjg1MkZERjhFNTExRTVCMzFDOUI3RkVERTM3N0VCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZDRjg1MkZFRjhFNTExRTVCMzFDOUI3RkVERTM3N0VCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkNGODUyRkJGOEU1MTFFNUIzMUM5QjdGRURFMzc3RUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkNGODUyRkNGOEU1MTFFNUIzMUM5QjdGRURFMzc3RUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7+JmdlAAAG90lEQVR42uybW3LbMAxFbYVJVpDv7H8v2US+swLn5WJ8prcoHyAkO26bKWeSkWURIkA8L+H909PT7juOYn8PDw/nE3p5eXl8fDyTyPPz86UWU/6hTTgej1zs9/vUjl2Q3BX4OZ7GdD1lSnR/GklyIyKfn58fHx92vSzLzc1NkohYYpb999Ti9ZQpUaN4e3trhN7e3mBvFW/2/Ntp/HplKUaQVU65snfZwzbFvxTejCbsdddTAqLGklFEwDZsKe/v71NRVXRsClxJkewOy51SsAfu7u5sAXb9eRrc1LYbZaPW5a2MuLo9DU2wC5TBGHt9fc1vXSVUu0CRqk0YrQGukI5XImPYFmMPSMkrakuXItrSvhj27Ku8HspKPRFZbDCRbYErRKnVc8dYso8jAS1dBQjEybf2yuniWj9WOaR4ojGGCKRsTOHCdgnG9NiEMXtC/id4a96ztXav1UyFIrm0D+M/JLv2gaXr3KdvHcmpu702/L6hzEnfU11UuqCv5juWdHcjOY3k2rW9zERph2eSDcACR25s6YaOtTlBsLjD4WBG4lXLzMNuKmyMBId/JzAoNDMFf2j/7SMuMYpjee2XccfpCKGZxXl3r/Aav4vpy2nc39+bdGwW3tJ0W7Ygd1DtW8l4+e6wSKLgO1WnVo3ZkJGXYtHETDbHXtcKERu2izYrWiqX0EqxqzA+/I80ahrEY01WyDK9Zee5T0TWHXgztuVCO5lHlZ74KCmK/gF0I4h4I7YxoYxTZdtt3+Sujz+H8g8ciV0rJfrFmFcPL1ElNRg9M7uqtXZkgkrl1itB4ITM/MSbrdZW2Nmx9k2yBG8w+aIjcOuZxCVem7yuT5Sz9Rhq4B1rfn/Q/pGueoe2bXhFtRfZheLKhLFWP1dpHa7sS4trz1u1wrJBBzYrzxfx1s0nl923GJ0K6zvjiufjgZeCBC8CTrKYZfdNx/UA00vhk8kSZI4rKo3KV83dpZAfBIDZdJDT+RQxyBbKVCrAdzensbZm84gneaoAs7WFH8HK5xZGh5wjhSuS6djrEYkEDKhiVFgW1U28Ml8UIhRwQiMbY52j2symeCAkLuo6O4ZQpTYCFSRs7sRZhbgiSa2AILtj4h9hnZnSTlmRLbKbmi0BUNPCFapTMmke+9N9UgV/MhXeAK0vI2hNG1VhdxlHIjQq4J8KP7nWbmkX45Ol9YG+fMTo7b9sV/Y2PTeZelEegOY0n8YytTDJV+VitGOs3qPk2H2FbGNvlY9qZZnch+STa/HJL8k88qjjFPmQHpkcK6SNmwoekSqieFRsPI3fRxUFSCE/kJ/kQcQGENsThKuKpgzHHG+rkKVb88IbBmC1tz8fAUUZ6cBaEJvHAr+PPVfgZFVlYvDzY6QKe9KdilygQu0ZZHC4AW8BtcDXK5q10zsBGgn54rSqVRFSEKB1GFfFxi6a3wVV8xEMoaRONAFGiKHoNzOV7NlHHNToNe+n4T2kzACClYuPQfzMzs9TKtTD1oGYWRYInA6j+SoWYaveivKtM4w9R5yd6IGKSBkFxJHBJJOpajd0OrHqbL7C0oOYmVLF1k9eBEWScq4txjjm/0sr6OtjeN8W89j/b+u7BnJ2pba+P973dnn4rc02/h4Ok4spI3zKRw/hXpuRM2VSycP7GDvTgWhAqgS4kp9Gfuhr2FWD2gkIaENgbGE8Cpkg1pcRriSodPfz0J00vHtaO0qFQewo5yDFhRrgMnmM1uB7DFU3jmC80gWPfJvjznVD6uBwypuqQwpEZfRq1+A80YSYASd1ju6TPoyFLs/ofEw9Ah5ClPMQXknemKnnfQnjW3AFU+8SvT0eUBrBeMJCOox5UK1qe5D/qNrrprhSXET7XqJprhgXE90XLW2O3FYB1f0MuF2VG0jdC759pktnhKy0pVZFqvgiqm2X3JaSqjPaQ8KC7w+HA1/RliJd2ozPdVvAlhbBlpB8J13VRjf1h/40w0PiKjdbe9uMT3ah4qWFaLqddHR0q2c15s23WVXHAHqFhDXSNB+OV8W62t3jNsxDEJ3VSYe8FXPYz/gQCOSZliC5fopFr6LSz8AfJptceNKnI6XCKkBF4Q2LrExL7VhBUiNcRNC8ekw8OBmnVyBzScbAi/yp4tIuyL6mLdTrj5/jw2XQKhXEcWlHMH3Vj0WU3EYolWy6aqOTc4PKdN+8K5JZCjBnBJyTXnrc1tukX6T3xlHZ0m2Wl6mIN1QFKxoFVnkd/byFJlZyvCCCqyc4iGmgl6OYVPIoCqyKt93vbXRd3QCf9HGGC50JxalJ99gF3tQKvfrXSCMkVC5OiFogde8JBMJuK1iFMcsbxSGnbKAOb6tyEcX3MzE8349+1g/jAgv8I0hB/o3lq1/wH1e88PghwAD2xTeCfwxWDgAAAABJRU5ErkJggg==');
  height: 72px;
  width: 72px;
  overflow: hidden;
  position: relative;
  background-color: #ebebeb;
  box-sizing: content-box;
  border: solid 1px #cccccc;
}
.tcptdp-header .media-left .collage img {
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 1px solid #cccccc;
  margin: -1px 0 0 -1px;
  position: absolute;
}
.tcptdp-header .media-left .collage img:first-child,
.tcptdp-header .media-left .collage img:nth-child(2),
.tcptdp-header .media-left .collage img:nth-child(3) {
  border-top: none;
  top: 1px;
}
.tcptdp-header .media-left .collage img:nth-child(4),
.tcptdp-header .media-left .collage img:nth-child(5),
.tcptdp-header .media-left .collage img:nth-child(6) {
  top: 25px;
  height: 24px;
}
.tcptdp-header .media-left .collage img:nth-child(7),
.tcptdp-header .media-left .collage img:nth-child(8),
.tcptdp-header .media-left .collage img:nth-child(9) {
  border-bottom: none;
  top: 48px;
}
.tcptdp-header .media-left .collage img:first-child,
.tcptdp-header .media-left .collage img:nth-child(4),
.tcptdp-header .media-left .collage img:nth-child(7) {
  border-left: none;
  left: 1px;
}
.tcptdp-header .media-left .collage img:nth-child(2),
.tcptdp-header .media-left .collage img:nth-child(5),
.tcptdp-header .media-left .collage img:nth-child(8) {
  left: 25px;
  width: 24px;
}
.tcptdp-header .media-left .collage img:nth-child(3),
.tcptdp-header .media-left .collage img:nth-child(6),
.tcptdp-header .media-left .collage img:nth-child(9) {
  left: 48px;
}
.tcptdp-header .media-body {
  padding-left: 10px;
  width: 100%;
}
.tcptdp-header .media-body .media-heading {
  margin-bottom: 0px;
  margin-top: 0;
  padding-right: 165px;
  color: #555555;
}
.tcptdp-header .media-body .media-heading-secondary {
  color: #555555;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 0px;
  padding-top: 0px;
}
.tcptdp-header .media-body .media-heading-secondary .application {
  color: #555555;
  font-style: italic;
  font-weight: bold;
}
.tcptdp-header .media-body .ratings-and-controls {
  margin-top: 10px;
  font-size: 18px;
  display: inline-flex;
}
.tcptdp-header .media-body .ratings-and-controls .ratings {
  display: inline-flex;
  margin-right: 5px;
}
.tcptdp-header .media-body .ratings-and-controls .controls {
  position: absolute;
  right: 0px;
  top: 0px;
}
.tcptdp-header .media-body .ratings-and-controls .count {
  color: #555555;
}
.tcptdp-header .media-body .tdpActiveContent {
  position: relative;
  margin-bottom: 2px;
  width: 100%;
}
.tcptdp-header .media-body .controls {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .tcptdp-header {
    padding-bottom: 5px;
  }
  .tcptdp-header .media-body {
    padding-left: 0px;
    display: block;
  }
  .tcptdp-header .media-body h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .tcptdp-header .media-body .ratings-and-controls .controls {
    position: inherit;
    margin-left: 0px;
  }
  .tcptdp-header .media-body .tdpActiveContent {
    position: relative;
    margin-top: 8px;
    margin-bottom: 0;
    width: 100%;
  }
  .tcptdp-header .tdp-header-controls {
    text-align: left;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .tcptdp-header {
    padding-bottom: 10px;
  }
  .tcptdp-header .media-body .controls {
    position: inherit;
    top: 0px;
    right: 0px;
  }
  .tcptdp-header .media-body .media-heading {
    font-size: 24px;
    padding-right: 0px;
  }
}
.tcp-tabs {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tcp-tabs {
    margin-bottom: 0px;
  }
}
.tcp-active-content {
  margin-top: 7px;
}
.message {
  border-bottom: solid 1px #cccccc;
}
.message .message-header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.message .message-header .message-title,
.message .message-header .message-title h4 {
  display: inline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
.message .message-header .message-meta {
  text-align: right;
}
.message .message-header .message-meta .message-author {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.message .message-header .message-meta .message-date {
  font-style: italic;
}
.message .row {
  margin-left: 0;
  margin-right: 0;
}
.message.new {
  background-color: #5bc0de;
}
.message.new.active {
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  -webkit-transition: background-color 2s;
  background-color: transparent;
  transition: background-color 2s;
}
.message .message-content {
  margin-bottom: 10px;
}
.message .message-content p > p {
  margin-bottom: 0;
}
.message .message-footer {
  padding-bottom: 10px;
}
.message .message-footer .message-footer-actions {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.message .message-reply {
  margin-left: 30px;
  border-left: solid 3px #cccccc;
  padding-left: 20px;
  padding-right: 50px;
  margin-bottom: 20px;
}
.message .message-reply .message-header {
  padding-top: 0px;
}
.message .message-reply .message-header .message-author {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.message .message-reply .message-header .message-date {
  font-style: italic;
}
.message .message-reply .message-footer {
  padding-bottom: 0px;
}
ul li:last-child .message {
  border-bottom: none;
}
@media (max-width: 767px) {
  .message .message-header .message-meta {
    text-align: left;
  }
}
.message-footer .helpful-control {
  padding: 0;
  border: none;
  margin-right: -2px;
}
.message-footer .helpful-control i {
  font-size: 20px;
  position: relative;
}
.message-footer .helpful-control i.icon-thumbs-up-2 {
  top: -4px;
}
.message-footer .helpful-control i.icon-thumbs-down-2 {
  top: 2px;
}
.message-footer .helpful-count {
  display: inline-block;
}
.message-footer .report-link {
  margin-left: 15px;
}
.star-bar {
  position: relative;
  height: 16px;
  width: 80px;
  display: inline-block;
  vertical-align: text-bottom;
}
.star-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #F1C249;
}
.star-bar .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAQCAYAAACBSfjBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiFJREFUeNrsWO1tgzAQDZ2ADcIIjJANygalG9AJQidAnYAwQcgEsAFskGwAnYDa1aU6OWef7evPnGQhUT/n3b37ME02ZbunRduLx55R+Bu9ADurtQrwJyH38T8C+C4k0AnwnVCAT7VukViN+5AGsE+S5CZw4qLwvSCLNPYSm73APbaCtO8zJwAXwIvxjC3fPjYAAgE6IffOi/vmthT2pFu4Teg3ygh8hfBtBD5H+CUQe0XY3LUxgSl8InrVCin8d5B6pMaeV7VK6DWz2UOghHYgRE7o18CZH0SW6QxcAZ+pR2b8PQO8LtEv82CFHRnuB7WOwH1kfD8Q3I+/Z6BgtveM4wwysrVljAdeqzphxXHGeOALI6vOvtwB3xjc6wBsptZwB5olzDpCOL+FOALlbCup2kO4xoJdLJliOm/jPkCmhwi32Xpg6TiAs8VGBALM2RDhPFsJlPMhImhxKYBtCqeB70P3uMyWBaulj5q2F3BLHRN/HzKFM6y8kQXe05fA+0zjBpdsRAbnDjybgQ7uZPXtmOtHTTjFlVGN+tUApIuA61B+n3zQkyf0rgy4flTmcPS4DrWI5xm4Vy4BqABWln4zwfuKC4Cl37SImDMARL9ZIHicAA0S7mE4eghQIOEehiMlgK0HTkS/yeF9ynw/vql1JvbpwTQwn0YzVMCR6E0tLNen2bdaV7jjmX11cvRX3GMHYl8B+If+mDz/nSWzHwEGAMgsZYdOwx1fAAAAAElFTkSuQmCC');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.star-bar .mask.grey {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAQCAYAAACBSfjBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmpJREFUeNrsV8txwkAMNUwK8IUzpAPoACoIVBDSAVQAqQBSgXEFmAogFeAOwp0DTgWJlHlmNGLZjze5ZWd27PHs0z5Jq6d163w+fyX/o/Foe6w5RO5RRGBLmlUEfhPJ/fAbAXyJJJBH4PPIBLzSPDXEMm4eG8Ci0+mcIpzYEb6IOEWM3TU9veDetILY99KVAFcAd+rZtHyLpgGISEAeyT334d7+6wDg/T3Cgab7/5y8hgk44fQlLgl6EGKrF1ZkpAKJirr1gF5TteaJ5hRaUxo0RAbAVAor2JwbnCyVlml+PeA5UG/asAgAj5GB+5DmArZ1mVfSDvk+MnBn7LAlrjEcxHkdNNsgTAryU/GZsWuf9BK+T4+MZl8Ee6KctuHHwKciQS8+3IFn7jOZIMIuPbE97M0JSFrqHuh0xOC8LnmrI4SfipN30zVtjiBxC+W8PDXM/eBwfnuH+wHcTwGJuwng9epChjZ3DGwdSWJHBiYihGfs2KVdhB0FOp+4KsHkfEgSCL9E8ryaSBr4PXSNbfQszvU98N0Ibqml4XRDunChMh/yVyK7r8b7XCkKVbK1mFee3Ti/g/fpxpWULx/ubVsAcGw/ILoJvruEfleTp7mn1yPKJwkJAGGGwB6huz4JuF4/CMM6eaFnJgJZ+CQP3LfYf2ZLgEkD5zCk9YaJTaBhKwuJAcpQ680GtjOLDnIAHg16UwleF8vea1xLtnWXlM0R/mQW/AR7ZUpKCvzS6pvH3RI+GvSmj++p4//xGQ7odbzx3vFrVOLULgzalGHaZOSTK0YFr9bVo0VfpcbuDevGwHudwP8RML4FGABJYTO/ShjfqQAAAABJRU5ErkJggg==');
}
.star-grey {
  color: #ccc;
}
.star-widget {
  display: inline-block;
  float: left;
  position: relative;
}
.star-widget ul {
  list-style: none outside none;
  overflow: hidden;
  padding-left: 0px;
  white-space: nowrap;
}
.star-widget ul li {
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  padding: 0;
  vertical-align: middle;
}
.star-widget ul.star-foreground {
  position: absolute;
  top: 0;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.star-widget ul.star-foreground span {
  color: orange;
}
.star-widget ul.star-background span {
  color: silver;
}
.star-review-count {
  display: inline-block;
  padding-left: 5px;
}
.message .message-header .message-title .star-widget {
  margin-top: -3px;
  margin-right: 8px;
}
.ratings-hero .star-widget {
  margin-top: -3px;
  padding-right: 3px;
}
.ratings-hero .star-widget li {
  margin-right: -3px;
}
.ratings-hero .star-widget ul {
  list-style: none outside none;
  margin-bottom: 0px;
  overflow: hidden;
  padding-left: 0px;
  white-space: nowrap;
}
.ratings-hero .panel-actionheader .panel-controls {
  margin-top: 20px;
}
.ratings-hero .ratings-overview .ratings-average {
  display: inline-block;
  font-family: inherit;
  padding-left: 5px;
}
.ratings-hero .star-review-count {
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 0px;
}
.ratings-hero .ratings-starbars {
  margin-bottom: 30px;
}
.task6 .tile-content .task-attributes .star-widget {
  font-size: 14px;
  margin-right: 4px;
}
.task6 .tile-content .task-attributes .star-widget ul {
  margin-top: -3px;
  width: 80px;
  text-align: left;
}
.task6 .tile-content .task-attributes .star-widget ul li {
  margin-left: 0;
  margin-right: -5px;
}
.task6 .tile-content .task-attributes .review-count {
  font-size: 12px;
  color: #999999;
}
.gallery {
  margin-top: 15px;
  background: #ffffff;
}
.gallery ul {
  list-style: none outside none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
.gallery ul.large {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  max-height: 400px;
}
.gallery ul.large li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery ul.large li img {
  margin: 0 auto 0 auto;
}
.gallery ul.thumbnail {
  margin-right: -20000px;
  float: left;
  border: none;
}
.gallery ul.thumbnail li {
  width: 100px;
  height: 100px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .gallery ul.thumbnail li {
    width: 75px;
    height: 75px;
  }
}
.gallery ul.thumbnail li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border: 1px solid #ccc;
}
.gallery ul.thumbnail li a img {
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery ul li {
  display: none;
}
@media (min-width: 992px) {
  .gallery ul li.desktop {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery ul li.tablet {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .gallery ul li.phone {
    display: inline-block;
  }
}
.gallery ul li video {
  width: 100% !important;
  height: auto !important;
  max-height: 100%;
}
.gallery ul li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.tooltip-inner {
  padding: 10px 15px;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-breadcrumb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* === For phones =================================== */
  /* === For tablets ================================== */
  /* === For desktops ================================== */
  /* === For big desktops  ================================== */
}
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
  color: #555555;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-breadcrumb .btn:first-child,
.btn-breadcrumb .btn.seemore {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.btn-breadcrumb .btn:active {
  box-shadow: none;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 5px 6px 20px;
}
.btn-breadcrumb .btn:not(:last-child):before,
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):after {
  border-left: 10px solid white;
  color: #fff;
}
.btn-breadcrumb .btn:not(:last-child):before {
  border-left: 10px solid #adadad;
  color: #ccc;
  margin-left: 1px;
}
.btn-breadcrumb .btn:last-child {
  padding: 5px 18px 5px 24px;
  border-right: none;
  cursor: default;
  color: #000;
  font-weight: bold;
}
.btn-breadcrumb .btn.btn-default {
  border: none;
  margin-left: 0px;
  /** Default button **/
}
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #e6e6e6;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
.btn-breadcrumb .seemore {
  padding-left: 20px;
  padding-right: 5px;
}
.btn-breadcrumb div[breadcrumb-item] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-breadcrumb *:nth-child(n+3) {
  min-width: 60px;
  display: none;
}
@media (max-width:767px) {
  .btn-breadcrumb .btn:first-child {
    padding-left: 10px;
  }
  .btn-breadcrumb > *:nth-last-child(-n+2) {
    display: block;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .btn-breadcrumb > *:nth-last-child(-n+3) {
    display: block;
  }
}
@media (min-width:992px) {
  .btn-breadcrumb > *:nth-last-child(-n+4) {
    display: block;
  }
}
@media (min-width:1300px) {
  .btn-breadcrumb > *:nth-last-child(-n+5) {
    display: block;
  }
}
.left-right button {
  display: block;
  margin: 0 auto;
}
.left-right button:first-child {
  margin-top: 40px;
  margin-bottom: 15px;
}
.cleartext {
  color: #999999;
  position: absolute;
  right: 40px;
  top: -1px;
  z-index: 11;
  font-size: 26px;
  cursor: pointer;
}
.search-highlight {
  background-color: #fff078;
}
.grid {
  width: 100%;
  height: 503px;
}
.ui-grid-filter-container {
  display: none;
}
.ui-grid-icon-container {
  color: #ffffff;
  background-color: #16ADCC;
}
.zero-padding {
  padding: 0px;
}
.center-padding-vertical {
  padding: 7px 0px 7px 0px;
}
.inline-button-center-padding-vertical {
  padding-top: 3px;
  padding-bottom: 3px;
}
.zero-margin-bottom {
  margin-bottom: 0px;
}
.center-margin-vertical {
  margin-top: 7px;
  margin-bottom: 7px;
}
.publishing-footer {
  min-height: 550px;
}
form .panel img,
form .tab-pane img,
#taskDetailsDialog .modal-body .row img,
#taskNotesDialog .modal-body .row img {
  width: 100%;
}
fieldset .button-list .tag {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
fieldset .button-list .tag:hover {
  background-color: #fff;
}
.forcewrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.object-preview {
  height: 50px;
  display: inline-block;
  position: relative;
  max-width: 220px;
}
.object-preview > img {
  height: 50px;
  width: auto;
  margin-right: 3px;
}
.object-preview .preview-popover {
  position: absolute;
  top: 0;
  z-index: 9999999999;
  background: #ffffff;
  width: 220px;
}
@media (min-width: 768px) {
  .object-preview .preview-popover {
    width: 350px;
  }
}
@media (min-width: 1300px) {
  .object-preview .preview-popover {
    width: 400px;
  }
}
.object-preview .preview-popover .preview-container {
  border: solid 15px #ffffff;
  border-top-width: 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.67);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.67);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.67);
}
.object-preview .preview-popover .preview-container > img,
.object-preview .preview-popover .preview-container > iframe,
.object-preview .preview-popover .preview-container > video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 0 auto;
}
.object-preview .preview-popover .preview-container > iframe {
  height: 142px;
  width: 190px;
}
@media (min-width: 768px) {
  .object-preview .preview-popover .preview-container > iframe {
    height: 240px;
    width: 320px;
  }
}
@media (min-width: 1300px) {
  .object-preview .preview-popover .preview-container > iframe {
    height: 278px;
    width: 370px;
  }
}
.object-preview .preview-popover .preview-close {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 20px;
  padding-bottom: 0;
  padding-top: 1px;
  color: #999999;
}
.object-preview .preview-popover .object-info {
  display: block;
  padding: 0;
  border: solid 15px #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.67);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.67);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.67);
}
.object-preview .preview-popover .object-info strong {
  margin-bottom: 10px;
  display: block;
}
.object-preview .preview-popover .object-info img {
  width: auto;
  height: 72px;
  border: 1px solid #cccccc;
  vertical-align: top;
}
body.view-admin {
  background-color: #ebebeb;
}
body.view-admin .main-content {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
body.view-admin .main-content nav {
  margin-right: -30px;
  background-color: #f8f8f8;
}
body.view-admin .main-content nav .toggle-menu {
  color: #999999;
  display: none;
  position: absolute;
  width: 100%;
  font-size: 18px;
  padding: 8px;
}
body.view-admin .main-content nav .toggle-btn {
  display: none;
}
body.view-admin .main-content nav ul,
body.view-admin .main-content nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
  cursor: pointer;
  margin-left: -5px;
}
body.view-admin .main-content nav ul .sub-menu li,
body.view-admin .main-content nav li .sub-menu li {
  background-color: #ebebeb;
  border: none;
  line-height: 20px;
  border-bottom: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
}
body.view-admin .main-content nav ul .sub-menu li.active a,
body.view-admin .main-content nav li .sub-menu li.active a {
  color: #2879B8;
}
body.view-admin .main-content nav li {
  padding-left: 5px;
  border-bottom: 1px solid #dddddd;
  background-color: #f8f8f8;
}
body.view-admin .main-content nav li button {
  color: #555;
  display: block;
  width: 100%;
  padding: 0 0 0 5px;
  margin: 0 0 0 -5px;
  border: none;
  background-color: transparent;
  text-align: left;
}
body.view-admin .main-content nav li button .icon-down-open-big {
  float: right;
  margin-right: 10px;
  color: #999;
}
body.view-admin .main-content nav li button.collapsed .icon-down-open-big {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -1px;
}
body.view-admin .main-content nav li a {
  text-decoration: none;
  color: #555;
  display: block;
}
body.view-admin .main-content .primary-content {
  margin-top: -53px;
  min-height: 600px;
  padding: 20px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  body.view-admin .main-content nav {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    min-height: 42px;
  }
  body.view-admin .main-content nav .toggle-menu {
    color: #999999;
    display: block;
    position: absolute;
    width: 100%;
    font-size: 18px;
    padding: 8px;
  }
  body.view-admin .main-content nav .toggle-btn {
    cursor: pointer;
    position: absolute;
    z-index: 10 !important;
  }
  body.view-admin .main-content nav .menu-list {
    padding-top: 42px;
  }
  body.view-admin .main-content nav .menu-list li:first-child {
    border-top: 1px solid #dddddd;
  }
  body.view-admin .main-content nav ul,
  body.view-admin .main-content nav li {
    margin-left: 0;
  }
  body.view-admin .main-content nav ul .sub-menu li,
  body.view-admin .main-content nav li .sub-menu li,
  body.view-admin .main-content nav ul .sub-menu li,
  body.view-admin .main-content nav li .sub-menu li {
    margin-left: -5px;
  }
  body.view-admin .main-content .primary-content {
    margin-top: 0;
  }
}
body.view-admin header .navbar-text,
body.view-admin header .navbar-text .btn-link {
  color: #ffffff;
}
body.view-admin header .navbar-text .btn-link {
  padding-top: 0px;
  padding-right: 0px;
}
body.view-admin header .navbar-text {
  float: right;
  font-size: 85%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body.view-admin header .app-header {
    min-height: 64px;
  }
}
.labelNotBold {
  font-weight: normal;
}
.permissionGroupHover {
  cursor: pointer;
}
.grayColor {
  color: #ccc;
}
.float-option {
  padding: 7px 2px 7px 2px;
  font-style: italic;
}
.popularTags {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 50px;
  -moz-column-gap: 40px;
  list-style-type: none;
}
.popularTagsCheckbox {
  position: relative;
  display: block;
}
.popularTagsCheckbox label {
  font-weight: normal;
}
.popularTagsInstructions {
  padding-right: 10px;
  padding-left: 10px;
}
.search-btn-tenant-overview {
  width: 15px;
  padding-right: 30px;
  margin-right: 13px;
  margin-bottom: 5px;
  border-bottom-width: 0;
  border-top-width: 0;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #387f38;
}
input:focus + .slider {
  box-shadow: 0 0 1px #387f38;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.listPageButtons {
  margin-bottom: 5px;
}
.featured-list-dropdown {
  margin-right: 0;
}
.featured-list-dropdown ul {
  width: 100%;
}
.featured-list-dropdown a {
  width: 100%;
  text-align: left;
}
.featured-list-dropdown a:hover {
  color: #ffffff;
  background-color: #387f38;
  border-color: #387f38;
}
.publishing-nav-tabs {
  font-weight: bold;
  font-size: 13px;
}
.market-lat-lng-info {
  position: relative;
  top: -25px;
}
.report-synopsis {
  padding-left: 15px;
}
.connector-acl small {
  font-size: 55%;
  color: #666;
}
.connector-acl #aclExpression {
  padding-left: 15px;
}
.connectorErrorMessage {
  color: #B40404;
}
.connectorErrorMessage:hover {
  text-decoration: underline;
  color: #690202;
}
.modal-task-history {
  width: 705px !important;
}
.headerTile {
  width: 98%;
}
@media (max-width: 767px) {
  .headerTile {
    width: calc(100% - 6px);
  }
}
.tileContentHeaderTile {
  width: 100% !important;
  right: auto !important;
}
.tileContentHeaderTile >a {
  padding: 12px 10px 12px 10px !important;
}
.delete-modal-list {
  overflow: auto;
}
.delete-modal-list li {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.publishing-dropdown {
  display: inline-block;
}
.publishing-dropdown .icon-down-open-big {
  background: #337ab7;
  color: white;
  border-color: white;
  border-radius: 4px;
  display: flex;
  border-width: 2px;
}
.publishing-dropdown .icon-down-open-big:hover,
.publishing-dropdown .icon-down-open-big:active,
.publishing-dropdown .icon-down-open-big:focus,
.publishing-dropdown .icon-down-open-big:visited,
.publishing-dropdown .icon-down-open-big:focus-within {
  background: white;
  color: #337ab7;
  border-color: #337ab7;
}
.publishing-dropdown ul {
  left: auto;
  right: 0;
}
.publishing-dropdown .label-info {
  display: inline-block;
  text-align: left;
  font-weight: unset;
  font-size: small;
  vertical-align: middle;
  line-height: 2em;
  background: white;
  color: #999;
  padding-left: 12px;
  padding-right: 12px;
}
.publishing-dropdown li .btn {
  width: 100%;
  text-align: left;
  color: #555;
}
.publishing-dropdown li .btn:hover {
  background-color: #337ab7;
  color: white;
}
.contact-method {
  padding-bottom: 5px;
}
.contact-method label {
  padding-top: 15px;
}
.contact-method label:first-child {
  padding-top: 0;
}
.contact-method button {
  margin-top: 15px;
}
table td,
table th {
  border-left: none !important;
  border-right: none !important;
}
#preferencesModal form div.checkbox {
  margin-top: 0;
  margin-left: 20px;
}
.alert.no-margin {
  margin: 0;
}
.growl {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 350px;
  width: 100%;
  z-index: 10000;
  padding: 5px 5px 0 5px;
}
.growl .alert {
  margin-bottom: 10px;
}
.growl .alert.fade {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.notification {
  padding: 0;
  width: 485px;
}
@media (max-width: 991px) {
  .notification {
    width: 100%;
  }
}
.notification::after {
  position: absolute;
  top: -6px;
  left: auto;
  right: 3.7%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #2D90C5;
  border-left: 6px solid transparent;
  content: '';
}
@media (max-width: 991px) {
  .notification::after {
    top: 0;
  }
}
.notification .notificationMessages {
  overflow: auto;
  max-height: 330px;
}
@media (max-width: 991px) {
  .notification .notificationMessages {
    max-height: 500px;
  }
}
.notification .newNotification {
  background-color: #e0eff8;
  padding: 5px 10px;
}
.notification.dropdown-menu .divider {
  margin: 0;
}
.notification .notificationMessage {
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
}
.notification .notificationMessage .notificationSubject {
  font-weight: bold;
  font-size: 12px;
}
.notification .notificationMessage .notificationSubject .notificationDate {
  font-style: italic;
  font-weight: normal;
  color: #A9A9A9;
  font-size: 11px;
  padding-right: 5px;
}
.notification .notificationMessage .notificationTime {
  font-size: 11px;
  font-style: italic;
  padding-bottom: 5px;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.notification .notificationMessage .notificationTime .notificationSender {
  font-weight: bold;
}
.notification .notificationMessage .notificationText {
  font-size: 12px;
  width: 100%;
}
.notification .noNotifications {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}
.notification .notificationHeader {
  border-radius: 2px;
  position: relative;
  padding: 5px 15px 5px 10px;
  background-color: #2D90C5;
  color: #FFFFFF;
  font-size: 18px;
}
.notification .notificationHeader .notificationClose {
  font-size: 12px;
  padding: 5px 0;
}
.notification .notificationHeader a {
  color: #FFFFFF;
  text-decoration: underline;
}
.notification .notificationSeeMore .seeMoreBtn {
  padding: 10px;
}
.notification .notificationSeeMore .btn {
  font-size: 12px;
  padding: 5px;
}
.notification .notificationFooter {
  background-color: #2D90C5;
  height: 10px;
}
.notification-container-badge {
  right: 5px;
}
.notification-container-badge span {
  padding: 0 2px !important;
  margin-top: 9px !important;
  margin-left: 6px !important;
  margin-right: 3px !important;
}
@media (max-width: 991px) {
  .notification-container-badge {
    position: relative;
    top: -35px;
    right: -5px;
  }
  .notification-container-badge span {
    left: 3px !important;
  }
}
.notification-badge {
  height: 33px;
}
.notification-badge .icon-mail-3 {
  font-size: 15px;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ul.dropdown-menu li.divider {
  pointer-events: none;
}
.nav.nav-tabs.nav-tabs-responsive a {
  color: #555555;
  font-family: inherit;
  font-size: 18px;
  padding: 10px 31px;
}
.nav.nav-tabs.nav-tabs-responsive a .container-badge {
  top: 7px;
  right: 7px;
}
.nav.nav-tabs.nav-tabs-responsive>li.active>a {
  background-color: #ffffff;
  color: #555;
}
.nav.nav-tabs.nav-tabs-responsive>li.active>a:hover {
  background-color: #ffffff;
  color: #555;
}
.nav.nav-tabs.nav-tabs-responsive>li.active>a:focus {
  background-color: #ffffff;
  color: #555;
}
.nav-tabs ~ .tab-content {
  background: white;
  border-bottom: none;
  border-top: none;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.nav-tabs ~ .tab-content .tab-pane {
  background: #ffffff;
  border-bottom: solid 1px #cccccc;
  padding-top: 0px;
}
.nav-tabs ~ .tab-content .tab-pane .panel-main {
  background: white;
  border-right: 1px solid #ebebeb;
  min-height: 500px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-tabs ~ .tab-content .tab-pane .panel-main .nav.nav-pills a {
  padding: 5px 15px;
}
.nav-tabs ~ .tab-content .tab-pane .panel-main .tab-content {
  border: none;
}
.nav-tabs ~ .tab-content .tab-pane .panel-main .tab-content .tab-pane {
  border-bottom: none;
}
.nav-tabs ~ .tab-content .tab-pane .panel-main .panel-actionheader {
  border-bottom: solid 1px #CCCCCC;
}
.nav-tabs ~ .tab-content .tab-pane .panel-main .panel-actionheader .panel-controls {
  margin-top: 18px;
}
.nav-tabs ~ .tab-content .tab-pane .panel-aside {
  padding-left: 15px;
  padding-right: 15px;
}
.panel-collapse .tab-content {
  border: none;
}
body[ng-app="publishing"] .nav-tabs ~ .tab-content,
body[ng-app="admin"] .nav-tabs ~ .tab-content {
  border-bottom: solid 1px #ddd;
  padding: 10px;
  margin-bottom: 15px;
}
body[ng-app="publishing"] .nav-tabs ~ .tab-content .tab-pane,
body[ng-app="admin"] .nav-tabs ~ .tab-content .tab-pane {
  border-bottom: none;
}
.panel-group .panel .panel-heading {
  position: relative;
}
.panel-group .panel .panel-heading .panel-title a {
  display: block;
}
.panel-group .panel .panel-heading .panel-title a:hover,
.panel-group .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.panel-group .panel .panel-heading .panel-title a .container-badge {
  top: 7px;
  right: 12px;
}
.panel-group .panel .panel-heading .panel-title a .container-badge .badge {
  background-color: red;
}
.panel-group .panel .panel-body .panel-main .panel-actionheader {
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 15px;
}
.panel-group .panel .panel-body .panel-main .panel-actionheader .panel-controls {
  margin-top: 18px;
}
.panel-group .panel .panel-body h3,
.tab-content .tab-pane h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #555;
}
@media (max-width:992px) {
  .panel-group .panel .panel-heading {
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
  }
  .panel-group .panel .panel-heading .panel-title {
    font-size: 18px;
  }
  .panel-group .panel .panel-heading .panel-title a {
    padding: 10px 8px;
  }
  .panel-group .panel .panel-body .panel-main {
    border-right: none;
    min-height: inherit;
  }
}
@media (max-width:768px) {
  .panel-group .panel {
    margin-left: -5px;
    margin-right: -5px;
  }
  .panel-group .panel .panel-body {
    padding: 0;
  }
  .panel-group .panel .panel-body .panel-main {
    border-right: none;
    min-height: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel-group .panel .panel-body .panel-aside {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel-group .panel ul.dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (max-width:768px) and (max-width: 480px) {
  .panel-group .panel .panel-body .panel-aside {
    padding-bottom: 15px;
  }
}
.tcp-tabs .tab-content .tab-pane .panel-main {
  background: #f5f5f5;
  min-height: inherit;
}
.tcp-tabs .tab-content .tab-pane .panel-main .tab-content .tab-pane {
  background: #f5f5f5;
}
.tcp-tabs .nav.nav-tabs.nav-tabs-responsive>li.active>a {
  background: #f5f5f5;
}
.tcp-tabs .nav.nav-tabs.nav-tabs-responsive>li.active>a:hover {
  background: #f5f5f5;
}
.tcp-tabs .nav.nav-tabs.nav-tabs-responsive>li.active>a:focus {
  background: #f5f5f5;
}
.alertBlockingTextDescription {
  border-style: solid;
  padding: 10px;
  border-radius: 10px;
  border-width: 1px;
}
.alertWindow {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, #DC0031, #DC0031 10px, #e10032 10px, #e10032 20px);
}
.alertWindow .alertWindowTitle {
  color: #FFFFFF;
  font-size: 200%;
  font-weight: bold;
  height: 100%;
  text-shadow: 2px 2px #000000;
}
.alertWindow .alertWindowTitleNoMessage {
  color: #FFFFFF;
  font-size: 200%;
  font-weight: bold;
  text-shadow: 2px 2px #000000;
  padding-top: 5px;
}
.alertWindow .alertWindowFontIcon {
  color: #FFFFFF;
  font-size: 250%;
  width: auto;
  height: 100%;
  vertical-align: middle;
  text-shadow: 2px 2px #000000;
}
.alertWindow .alertWindowText {
  color: #FFFFFF;
  padding-right: 20px;
  font-size: 16px;
  word-wrap: break-word;
}
.alertWindow .alertWindowText a {
  color: #EEEF14;
  text-decoration: underline;
  text-shadow: none;
}
.alertWindow .alertTextHr {
  border-color: #FFFFFF;
}
.bannerAlertBackground {
  background: repeating-linear-gradient(135deg, #DC0031, #DC0031 10px, #e10032 10px, #e10032 20px);
}
.bannerAlert {
  padding: 0;
}
.bannerAlert .bannerAlertSeparator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a6a6a6;
  padding: 0;
}
.bannerAlert .bannerAlertTitle {
  color: #FFFFFF;
  font-size: 200%;
  font-weight: bold;
  height: 100%;
  text-shadow: 2px 2px #000000;
}
.bannerAlert .bannerAlertFontIcon {
  color: #FFFFFF;
  font-size: 200%;
  width: auto;
  height: 100%;
  vertical-align: middle;
  text-shadow: 2px 2px #000000;
}
.bannerAlert .bannerAlertText {
  color: #FFFFFF;
  padding-right: 20px;
  font-size: 16px;
}
.bannerAlert .bannerAlertText a {
  color: #EEEF14;
  text-decoration: underline;
  text-shadow: none;
}
.app-header-elemental {
  min-height: 87px !important;
}
@media (max-width: 767px) {
  .app-header-elemental {
    padding-bottom: 8px !important;
  }
}
.app-header-old-dropdown-elemental {
  min-height: 103px !important;
}
@media (max-width: 767px) {
  .app-header-old-dropdown-elemental {
    padding-bottom: 8px !important;
  }
}
.btn-mainsearch-elemental {
  height: 45px !important;
  width: 110px !important;
  color: #171717 !important;
}
@media (max-width: 767px) {
  .btn-mainsearch-elemental {
    height: 45px !important;
    width: 45px !important;
  }
}
.mainsearch-elemental {
  margin-top: 0 !important;
}
.mainsearch-elemental .dropdown-menu {
  min-width: 935px !important;
  margin-top: 0 !important;
  box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1299px) {
  .mainsearch-elemental .dropdown-menu {
    min-width: 680px !important;
  }
}
@media (max-width: 991px) {
  .mainsearch-elemental .dropdown-menu {
    min-width: 505px !important;
  }
}
@media (max-width: 767px) {
  .mainsearch-elemental .dropdown-menu {
    display: none !important;
  }
}
.clear-search-elemental {
  right: 145px !important;
  top: 4px !important;
}
@media (max-width: 991px) {
  .clear-search-elemental {
    right: 155px !important;
  }
}
@media (max-width: 767px) {
  .clear-search-elemental {
    right: 75px !important;
  }
}
.clear-search-old-dropdown-elemental {
  right: 118px !important;
  top: 4px !important;
}
@media (max-width: 767px) {
  .clear-search-old-dropdown-elemental {
    right: 53px !important;
  }
}
.search-field-elemental {
  height: 45px !important;
  border-left: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .search-field-elemental {
    border-left: 1px solid #cccccc !important;
  }
}
.no-categories-search-field-elemental {
  border-left: 1px solid #cccccc !important;
}
@media (max-width: 767px) {
  .no-categories-search-field-elemental {
    border-left: none !important;
  }
}
.search-text-elemental {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .search-text-elemental {
    display: none !important;
  }
}
.categories-btn-elemental {
  height: 45px !important;
  background-color: #FFFFFF !important;
  border: 1px solid #cccccc !important;
  border-right: none !important;
  font-size: 12px !important;
  color: #434343 !important;
}
@media (max-width: 767px) {
  .categories-btn-elemental {
    display: none !important;
  }
}
.categories-dropdown-menu-elemental {
  padding-left: 50px !important;
}
.categories-dropdown-menu-simplemainpage-elemental {
  min-width: 782px !important;
  top: 43px !important;
}
@media (max-width: 991px) {
  .categories-dropdown-menu-simplemainpage-elemental {
    min-width: 615px !important;
  }
}
.li-elemental {
  padding: 0 0 10px 0 !important;
}
.li-elemental a i {
  position: absolute !important;
  left: -30px !important;
  margin-left: 10px !important;
}
.li-elemental a span {
  white-space: normal !important;
  word-wrap: break-word !important;
}
.well-sm-elemental {
  padding-top: 15px;
  box-shadow: unset !important;
}
.well-sm-elemental form {
  width: 100% !important;
}
.well-elemental {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.logo-elemental {
  max-height: 60px !important;
  max-width: 100% !important;
}
@media(max-width: 991px) {
  .logo-elemental {
    height: 45px !important;
  }
}
@media(max-width: 767px) {
  .logo-elemental {
    height: 25px !important;
    max-height: unset !important;
    margin-top: unset !important;
    max-width: unset !important;
  }
}
.theme-hr-bar-elemental {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #dc0031;
  padding: 0;
}
.simple-main-page-elemental {
  background: #171717 !important;
}
.btn-signin-elemental {
  border: none !important;
  background-color: inherit !important;
  color: #dc0031;
  padding: 0 !important;
}
.btn-signin-elemental:focus {
  color: #dc0031 !important;
}
.btn-signin-elemental:hover {
  border: none !important;
  background-color: inherit !important;
  color: #dc0031;
}
.icon-menu-elemental {
  font-size: 25px;
}
@media (max-width: 767px) {
  .input-group-elemental {
    width: 100% !important;
  }
}
.menu-btn-elemental {
  top: 40px !important;
}
.campus-role-dropdown-elemental {
  position: absolute !important;
  top: -40px !important;
  right: 130px !important;
  z-index: 5;
}
.campus-role-dropdown-elemental a.dropdown-toggle {
  padding: 10px 10px 10px 10px !important;
}
@media(max-width: 767px) {
  .campus-role-dropdown-elemental {
    right: 50px !important;
  }
}
.title-elemental {
  font-weight: bold !important;
  width: 100% !important;
  display: block !important;
  background: #F2F3F4 !important;
}
.dropdown-elemental {
  padding-top: unset !important;
}
.dropdown-elemental li a {
  word-break: break-word;
  white-space: normal;
  min-width: 200px;
}
.dropdown-elemental li a i {
  margin-right: -15px !important;
}
.global-announcements-container-badge-elemental {
  right: unset !important;
  margin-top: -3px !important;
  margin-right: -12px !important;
}
.global-announcements-container-badge-elemental span {
  font-size: xx-large;
}
@media (max-width: 767px) {
  .global-announcements-container-badge-elemental {
    right: 6px !important;
    margin-top: -8px !important;
  }
}
.navbar-nav-elemental {
  padding-right: 2px !important;
  max-height: 25px !important;
}
.navbar-nav-elemental > li > a {
  border: none !important;
  padding-top: 3px !important;
  padding-bottom: 1px !important;
}
.navbar-elemental {
  min-height: 25px !important;
}
@media (max-width: 767px) {
  .navbar-elemental {
    display: none !important;
  }
}
.icon-elemental {
  font-size: 20px !important;
}
.icon-bell-elemental {
  font-size: 18px !important;
}
.icon-mail-elemental {
  font-size: 18px !important;
}
.icon-list-elemental {
  padding-left: 0 !important;
}
.icon-list-elemental i {
  font-size: 18px !important;
}
.userName-elemental {
  vertical-align: top !important;
}
.notification-badge-elemental {
  height: unset !important;
}
.menu-elemental {
  background-color: #171717 !important;
  width: 100%;
  height: unset !important;
}
@media(max-width: 767px) {
  .menu-elemental {
    height: 100% !important;
  }
}
.menu-elemental ul li,
.menu-elemental .panel-heading h3,
.menu-elemental .accordion-toggle {
  font-size: 14px !important;
}
.menu-elemental .menu-row .panel a {
  color: #ffffff;
}
.menu-elemental .menu-row .panel .panel-heading {
  color: #ffffff;
}
.menu-elemental .menu-row i[class *= 'icon-'] {
  margin-right: 10px;
  margin-left: 47px;
}
.menu-elemental .menu-row.mobile-only {
  font-size: 14px !important;
}
.menu-overlay-elemental {
  opacity: unset !important;
  background: unset !important;
}
.mobile-menu-icon-elemental {
  color: #dc0031;
  font-size: 18px;
}
.btn-usercontrols-elemental {
  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: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2d6da3;
  background-color: #171717;
  border: none;
  color: #ffffff;
}
.btn-usercontrols-elemental:focus,
.btn-usercontrols-elemental:active:focus,
.btn-usercontrols-elemental.active:focus,
.btn-usercontrols-elemental.focus,
.btn-usercontrols-elemental:active.focus,
.btn-usercontrols-elemental.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-usercontrols-elemental:hover,
.btn-usercontrols-elemental:focus,
.btn-usercontrols-elemental.focus {
  color: #333;
  text-decoration: none;
}
.btn-usercontrols-elemental:active,
.btn-usercontrols-elemental.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-usercontrols-elemental.disabled,
.btn-usercontrols-elemental[disabled],
fieldset[disabled] .btn-usercontrols-elemental {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-usercontrols-elemental:hover,
.btn-usercontrols-elemental:focus,
.btn-usercontrols-elemental.focus,
.btn-usercontrols-elemental:active,
.btn-usercontrols-elemental.active,
.open > .dropdown-toggle.btn-usercontrols-elemental {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.btn-usercontrols-elemental:active,
.btn-usercontrols-elemental.active,
.open > .dropdown-toggle.btn-usercontrols-elemental {
  background-image: none;
}
.btn-usercontrols-elemental.disabled,
.btn-usercontrols-elemental[disabled],
fieldset[disabled] .btn-usercontrols-elemental,
.btn-usercontrols-elemental.disabled:hover,
.btn-usercontrols-elemental[disabled]:hover,
fieldset[disabled] .btn-usercontrols-elemental:hover,
.btn-usercontrols-elemental.disabled:focus,
.btn-usercontrols-elemental[disabled]:focus,
fieldset[disabled] .btn-usercontrols-elemental:focus,
.btn-usercontrols-elemental.disabled.focus,
.btn-usercontrols-elemental[disabled].focus,
fieldset[disabled] .btn-usercontrols-elemental.focus,
.btn-usercontrols-elemental.disabled:active,
.btn-usercontrols-elemental[disabled]:active,
fieldset[disabled] .btn-usercontrols-elemental:active,
.btn-usercontrols-elemental.disabled.active,
.btn-usercontrols-elemental[disabled].active,
fieldset[disabled] .btn-usercontrols-elemental.active {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-usercontrols-elemental .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-usercontrols-elemental:hover,
.btn-usercontrols-elemental:visited,
.btn-usercontrols-elemental:focus {
  background-color: #171717;
  color: #ffffff;
}
.widget-elemental {
  top: -45px !important;
  position: absolute !important;
  right: 0 !important;
  color: #dc0031 !important;
}
.bell-elemental {
  top: -45px !important;
  position: absolute !important;
  right: 45px !important;
  color: #dc0031 !important;
}
.targetedNotifications-elemental {
  top: -45px !important;
  position: absolute !important;
  right: 90px !important;
  color: #dc0031 !important;
}
.mobile-only-elemental {
  margin-left: 40px !important;
}
.mobile-categories-elemental {
  margin-left: 40px !important;
}
.mobile-signin-btn-elemental {
  height: 36px !important;
  max-width: 181px !important;
  background-color: #dc0031 !important;
  color: #171717 !important;
  border-radius: 2px !important;
  left: 134px !important;
  border-color: unset !important;
}
.mobile-menu-close-btn-elemental {
  background: inherit !important;
  color: #dc0031 !important;
  border: unset !important;
  font-size: 14px !important;
  padding: 8px;
}
.mobile-menu-close-btn-elemental:focus {
  outline: 0;
}
.category-li-elemental {
  border-top: unset !important;
}
.greetingname-elemental {
  color: #ffffff !important;
}
.category-elemental {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
  width: 98% !important;
  padding-right: 0 !important;
}
.category-elemental .span-elemental {
  margin-right: unset !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.category-elemental h3 {
  font-size: 20px !important;
}
@media(max-width: 991px) {
  .category-elemental {
    width: 100% !important;
  }
}
.category.row.category-elemental {
  width: unset !important;
}
.edit-span-elemental {
  font-size: 12px !important;
  display: inline-block;
  height: 15px;
  margin-bottom: 3px;
  vertical-align: middle;
  font-style: normal !important;
  cursor: pointer !important;
}
.button-elemental {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.cog-edit-span-elemental {
  padding-right: 5px !important;
}
.task6-elemental {
  border-radius: 4px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  margin-right: 4px !important;
  margin-bottom: 8px !important;
  border: unset !important;
}
.task6-elemental a.task-image {
  height: 80px !important;
  width: 80px !important;
  margin: 5px !important;
  text-align: center;
}
.task6-elemental a img {
  border-radius: 4px !important;
}
.task6-elemental .tile-content .tile-actions {
  height: 44px !important;
}
.task6-elemental .tile-content .tile-actions .btn {
  top: 5px !important;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .task6-elemental .tile-content .tile-actions .btn {
    top: unset !important;
  }
}
.task6-elemental .tile-content .tile-actions .btn:hover {
  background-color: transparent;
  font-size: 19px !important;
  padding-bottom: 6px;
  padding-left: 8px;
}
.task6-elemental .tile-content .task-attributes {
  top: 60px !important;
}
@media (max-width: 767px) {
  .task6-elemental .tile-content .task-attributes {
    top: 57px !important;
  }
}
.task6-elemental.connectorTaskSmall a.task-image {
  height: 30px !important;
  width: 30px !important;
  margin: 5px !important;
}
.task6-elemental.connectorTaskSmall .tile-content > a .title-header .task-title-primary {
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .task6-elemental {
    width: calc(100% - 6px);
  }
}
.task-title-primary-elemental {
  font-weight: normal !important;
}
.i-elemental {
  font-size: 18px !important;
}
.btn-elemental:hover {
  font-size: 18px !important;
  padding-bottom: 6px !important;
  padding-left: 8px !important;
}
.collage-elemental {
  height: 80px !important;
  width: 80px !important;
  border-radius: 4px !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAAAAACreq1xAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfhCxsQLg4RnQRTAAAGTUlEQVRYw61Zy67lthGsajZ1DBiBvcom//9NXmcXwAaSWdieI5JdXlAPUkeaRTzCxb0DkSr2u4s9/DfuH/tz/Vfh3Yryf/hj4Ok7fOfH/+b3AjDp4d9aHJZE3r01I0LjVz7iOZruEFWraJ6uwjGbERGtnZB+LiNnlBqfokSpgFosacZLOYGAyUs5BPFj2d2I7KV+CFkLCbAVm1ZsMUQTE5lxIPqOtzgBkIuVC2LsCkUMIorZUEsA9Mzc2vaRbXjZtxd0h64O6Ssa38sS6hokVQqYqQnQ/JCKV+PzcsBuQaoFARC1wSZAwQct7QqYOqJGE8qMartRAuCkMifXHqftgKYu0yWt9vgjdeAdgBPCDAhfTBByHndJ2vcJBmiy4ezWS9iotc3bwzlUkx22MERMYaNvIKqtIkG0GGSkmuj9DMuG3ZybU9IVcJAlyna4qbRhjyrslY30l0O2f+OAOFsHzKxnwh/KwKKlQcRKZ86CAWBa1h6vBshel0CxJZ0ixmkPjmWVWkuQyaAAmJYuowNQO12z+e0mlD8eqrRkRFRkP2R0gPE2AJEWQqURgOI04xhSV1PHJvIKB1MuAhwg1A5PR7WbyHkUco+EFQ56q+xhwy0+HBF2xRrUf7QE9Vbu7vPh5dpYPz/h6Vk9tjSqgEUTIKh6p2vONzreIK79H/60W7vHPzEE4aOsc4tcf9LCjK77Ru9kwtPjv9+/F2v7X7tfS0WIJ+X9MYRZvzyscV2ER4f/90HC9Puv/6wPKv/208/1UcLysBBN9VSZGEVSKw/WwNRMZtEBnh7W4G3xWuInwFEXPW0UCN0HoZomp4+ApeDl93gpR9FNFCnWAOhn9O3MQTBIEBBXMQWmbIZ2w6TiLRBatczcRrUkj0ZUctXiM15aDGD2Wj5pT5AAVQ92sAGWQBOIeFNR5hbj2+nMXK+0J7phLdoOaMcfkZ1W2pSNYWfDSVfac6b08b5/bNmC6vVAaeH4xZDt/Mj8sdUPgIJAIb1eJm2+OQDHOmA2S2ipI4qzl2uTqPQi7Kss3vTDLTPrgXG2Yo4mULZMEqqVYO/2lgS2Iecu946PuOmZls7G4ec+7b8mKa5VZZIwSi/yNfIeGQaAviSBrQE1CKWBnV+uE5ykVKkgATLeO5PyLneNYKwJVYi0pIMhKM25aD62sVp3dEZJo8qdXkUAhAbDR84XGy62jizlWKU2Rr9x7CoKJCmxDUJc6TFsyKKpWmhUGWpBQv0n2hk0m05mwMaoB+6ED/MegJbFBWsgZa0caGWsAKCXAVqjh/V9ybzcpNKLBqtMST8oXbcpNgXP8PqIIc2ATADMwduazWoJ5ZOIDDmqneiPbdRdJ//XuZ/ASgR1lILNBVOt2BY94/ZRWuljDOMwhJwpk7h0uP0C98s9INi+Ls+NPj/yg6c2Ksh/eqIiX9Rjf0btSP7jw0n25/vnp6nIH/zHc6M/0xZTiClU2z0gpdaeOv3uJwnGkfPymV1y5BRXorylHpgSEdEeKGGI9kQqbMpp7y9TTgSEVtqtYO+Wfrg/Cp61xjwVEXwxhWRMXNtH703s3EaNH5OWlJx41dZsBEyZUatgyW15z2OteIdbk2l1FbtOWvot0ZZYqx2AoptKkak1uPl7Uro1tgqCsRKtpRlv2X27YPO79aYaFQZSa1wHASkBpDqpSLPK6cxbW7ZcNgBmqJ2EE3FtnJYhiKQg+SzgNPrw475MnqOZiJlaCmqAmFOUAFsaWe0sb+rp6J24WifhW9MciswaIpQzDG+wfeXrXJwjkxa7ytI4x5lbTwuwUyGjiIgzBu4D3bqeySVAckebru08LmlCb4znYbeTDweomrYxQ/bLRi6qQVWzqILMT5r1QeKtYb+NtrJYTkEaAY9h4EcHVqG9LQLQGScC8hxDTBF9RACqIDOlfiwXjCNEcZsFEDONWq612dNa9hu9SnMzqLWcMCNG2Z0voPCkOlfyud2GNjqnWElI0MvARW2Y28gsRDFFjEV/bQCoZIRq9LvAeaNnr5NUvF8GLu9z9LRU93gLS6plYLbbRERLAlDrMagZZg6bqO/XFLB0Bw1hRk+fIxdJROjKYIdtijVzHec23eAPN0ZWJIyc8eNuRzXpGmNc8PBQtT0Nxk/E58vrDeI3Rvej9//v57v/b8VflfpR7sRT7eAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDEtMDlUMDk6MTQ6MTUtMDc6MDBTT3aGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTExLTI3VDE2OjQ2OjE0LTA3OjAwBvvI2AAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=');
}
.collage-elemental img {
  height: 25px !important;
  width: 25px !important;
  border: none !important;
  border-radius: unset !important;
}
.collage-elemental img:first-child {
  left: 2px !important;
  top: 2px !important;
}
.collage-elemental img:nth-child(2) {
  left: 28px !important;
  top: 2px !important;
}
.collage-elemental img:nth-child(3) {
  left: 55px !important;
  top: 2px !important;
}
.collage-elemental img:nth-child(4) {
  top: 29px !important;
}
.collage-elemental img:nth-child(5) {
  left: 28px !important;
  top: 29px !important;
}
.collage-elemental img:nth-child(6) {
  left: 55px !important;
  top: 29px !important;
}
.collage-elemental img:nth-child(7) {
  top: 55px !important;
}
.collage-elemental img:nth-child(8) {
  left: 28px !important;
  top: 55px !important;
}
.collage-elemental img:nth-child(9) {
  left: 55px !important;
  top: 55px !important;
}
.taskDouble-elemental {
  border-radius: 4px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  height: 188px !important;
  margin-bottom: 8px !important;
  border: unset !important;
}
.taskDouble-elemental a.task-image {
  margin-top: 5px !important;
  margin-left: 5px !important;
  height: 180px !important;
  width: 80px !important;
}
.taskDouble-elemental a img {
  border-radius: 4px !important;
}
.taskDouble-elemental .tile-content {
  height: 200px !important;
}
.taskDouble-elemental .tile-content > a {
  height: 200px !important;
}
.taskDouble-elemental .tile-content .task-attributes {
  top: 158px !important;
}
@media (max-width: 767px) {
  .taskDouble-elemental .tile-content .task-attributes {
    top: 155px !important;
  }
}
.taskDouble-elemental .tile-content .task-center-attributes {
  top: 158px !important;
}
@media (max-width: 767px) {
  .taskDouble-elemental .tile-content .task-center-attributes {
    top: 155px !important;
  }
}
.taskDouble-elemental .tile-content .tile-actions {
  top: 146px !important;
}
@media (max-width: 767px) {
  .taskDouble-elemental .tile-content .tile-actions {
    top: 150px !important;
  }
}
.taskDouble-elemental .tile-content .tile-actions .btn {
  padding-top: 12px !important;
}
.taskDouble-elemental .tile-content .tile-actions .btn:hover {
  background-color: transparent;
  font-size: 19px !important;
  padding-bottom: 6px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .taskDouble-elemental {
    width: calc(100% - 6px);
  }
}
.task-activecontent-elemental {
  top: 54px !important;
}
@media(max-width: 767px) {
  .task-center-attributes-elemental {
    left: 260px !important;
  }
}
.primary-content-elemental {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.userGreeting-elemental {
  color: #ffffff;
}
.modal-content-elemental {
  border-radius: 3px;
}
.modal-header-elemental {
  border-bottom: unset !important;
}
.modal-header-line-elemental {
  box-sizing: border-box;
  height: 3px;
  width: 100%;
  border: 1px solid #DFDFDF;
  background-color: #DFDFDF;
  margin-top: 16px;
}
.modal-body-elemental {
  padding-top: 5px !important;
}
.modal-footer-elemental {
  border-top: 3px solid #e5e5e5 !important;
}
select.select-elemental {
  height: 45px !important;
  width: 264px !important;
  border-radius: 2px !important;
  background-color: #FAFAFA !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  padding-left: 20px;
  /* Removes the default <select> styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Positions background arrow image */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAn0lEQVQ4je2MrQ0CMRiGnx4bINmACVjg0jADkuDAYL5TJBWoGqZAExJcL2hGuAVYANETJFcUSdP0QIC8x72/MPAzKhbW2jsw+bJpRGT6FkWchBDWQPdh/AwhbGJjFIu6rhut9QOY9xysqqo69R4AOOduZVmOlVKzJNqLyCHtF6kB0LbtFjhH1lFEdrlu9sAY03nvF8AVuHjvl7newJ94ASI4LOnS3DuLAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 225px center;
}
.checkbox-elemental {
  -webkit-appearance: none;
  background-color: transparent !important;
  border: 1px solid #959595;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px !important;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}
.checkbox-elemental:active,
.checkbox-elemental:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.checkbox-elemental:checked {
  background-color: transparent;
  border: 1px solid #8A8A8A;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #959595;
}
.checkbox-elemental:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: 2px;
  color: #959595;
}
.checkbox-elemental-ios {
  -webkit-appearance: none;
  background-color: transparent !important;
  border: 1px solid #959595;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px !important;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}
.checkbox-elemental-ios:active,
.checkbox-elemental:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.checkbox-elemental-ios:checked {
  background-color: transparent;
  border: 1px solid #8A8A8A;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #959595;
}
.checkbox-elemental-ios:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -6px;
  left: -1px;
  color: #959595;
}
.help-block-elemental {
  padding-top: 2px !important;
  padding-left: 8px !important;
  margin-top: 0 !important;
}
.label-elemental {
  margin-bottom: 0 !important;
}
.connector-btn {
  background: transparent !important;
  color: #dc0031 !important;
  font-weight: 600 !important;
  padding-left: 0 !important;
  outline: none !important;
}
.connector-btn:active {
  box-shadow: unset !important;
}
.connector-help-block {
  padding-left: 0 !important;
  font-style: italic;
  color: #959595;
}
.btn-save-elemental {
  height: 36px !important;
  width: 125px !important;
  background-color: #dc0031 !important;
  color: #171717 !important;
  border-radius: 2px !important;
  position: relative !important;
  left: 134px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.btn-success-elemental {
  height: 36px !important;
  width: 125px !important;
  background-color: #dc0031 !important;
  color: #171717 !important;
  border-radius: 2px !important;
  position: relative !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.btn-cancel-elemental {
  height: 36px !important;
  width: 125px !important;
  background-color: #D8D8D8 !important;
  color: #ffffff !important;
  border-radius: 2px !important;
  position: relative !important;
  right: 140px !important;
}
.btn-close-elemental {
  height: 36px !important;
  width: 125px !important;
  background-color: #D8D8D8 !important;
  color: #ffffff !important;
  border-radius: 2px !important;
  position: relative !important;
}
.btn-link-elemental {
  color: #ffffff !important;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
